@charset "UTF-8";
/* CSS Document */
/* リセット
---------------------------------------------------- */
*:focus {
  outline: none;
}

* {
  box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
u,
b,
mark,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
figure,
button {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset,
img {
  border: 0;
  vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: inherit;
}

li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
  font-weight: inherit;
}

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

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

br {
  letter-spacing: normal;
}

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

main {
  display: block;
}

u {
  text-decoration: none;
}

b {
  font-weight: inherit;
}

mark {
  background: none;
  color: inherit;
}

time {
  display: block;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input,
textarea,
select {
  *font-size: 100%;
}

button {
  font-family: inherit;
  color: inherit;
  border: none;
  cursor: pointer;
}

/* ページ共通
---------------------------------------------------- */
html {
  color: #000;
  font-size: 10px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 1.71875vw;
  }
}

body {
  margin: 0;
  padding: 0;
  font: 10px/1.4 "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 1.6rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (max-width: 767px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}

*:first-child + html body {
  font-size: 87%;
}

hr {
  border: none;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  img {
    width: 100%;
  }
}

.clearfix:after {
  content: ".";
  /* 新しい要素を作る */
  display: block;
  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}

.clear {
  clear: both;
}

.none {
  margin: 0;
  padding: 0;
  border: none;
}

.catForm {
  padding-top: 50px;
  margin: 0 auto;
  padding-bottom: 100px;
  background-color: #EEE;
}
.catForm input[type=text], .catForm input[type=submit], .catForm input[type=reset], .catForm input[type=button], .catForm button, .catForm textarea {
  border: 1px solid #CCC;
}
@media screen and (max-width: 767px) {
  .catForm {
    padding-top: 20vw;
  }
}
.catForm .inner {
  width: 90%;
  max-width: 700px;
  background-color: #FFF;
  margin: 0 auto;
  border-radius: 20px;
  padding: 40px 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .catForm .inner {
    padding: 5vw;
  }
}
.catForm h3 {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1em;
}
.catForm p {
  margin-bottom: 1em;
  line-height: 1.8;
}
.catForm .teltxt {
  text-align: center;
  padding-bottom: 30px;
}
.catForm .teltxt h2 {
  font-size: 20px;
  font-weight: bold;
  color: #785527;
}
.catForm .teltxt em {
  font-size: 30px;
  font-weight: bold;
  color: #785527;
}
.catForm .btn {
  text-align: center;
  padding: 20px;
}
.catForm .btn input {
  background-color: #409fbd;
  border-radius: 50px;
  padding: 1em 3em;
  color: #FFF;
  font-size: 20px;
  cursor: pointer;
}
.catForm .btn input:hover {
  opacity: 0.7;
}
.catForm .txRed {
  color: red;
}
@media screen and (max-width: 767px) {
  .catForm .txRed {
    display: inline;
    font-size: 12px;
  }
}
.catForm table {
  border-top: 1px solid #CCC;
}
.catForm table td,
.catForm table th {
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  .catForm table td,
  .catForm table th {
    display: block;
  }
}
.catForm table th {
  width: 20%;
  font-weight: bold;
  color: #785527;
}
@media screen and (max-width: 767px) {
  .catForm table th {
    width: auto;
  }
}
.catForm table td {
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .catForm table td {
    width: auto;
    padding: 0 0 15px 0;
  }
  .catForm table td input[type=text], .catForm table td textarea {
    width: 100%;
    box-sizing: border-box;
  }
}
.catForm table tr {
  border-bottom: 1px solid #CCC;
}

.catForm a.btn {
  display: inline-block;
  margin-top: 1em;
  text-decoration: underline;
  color: #409fbd;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  margin-top: -10px\9 ; /*lte IE 8*/
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "";
}

[dir=rtl] .slick-prev:before {
  content: "";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "";
}

[dir=rtl] .slick-next:before {
  content: "";
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  display: block;
  position: absolute;
  bottom: -45px;
  width: 100%;
  padding: 0;
  list-style: none;
  font-size: 0;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: none;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
@keyframes kakudai {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes coverIn {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
@keyframes news-show {
  0% {
    opacity: 0;
    top: 10px;
  }
  100% {
    opacity: 1;
    top: -10px;
  }
}
@keyframes modal-show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    top: 20px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    margin-top: 20px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
@keyframes hayabusachan {
  0% {
    opacity: 0;
    bottom: -200px;
  }
  100% {
    opacity: 1;
    bottom: -100px;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes historyBox {
  0% {
    height: 0;
  }
  100% {
    height: 99%;
  }
}
@keyframes bgZoom {
  0% {
    background-size: 100% auto;
  }
  100% {
    background-size: 200% auto;
  }
}
@keyframes fadeInBlur {
  0% {
    opacity: 0;
    filter: blur(20px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated2 {
  animation-duration: 2s;
  animation-fill-mode: both;
}

.animated3 {
  animation-duration: 3s;
  animation-fill-mode: both;
}

.animated4 {
  animation-duration: 4s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated2.infinite {
  animation-iteration-count: infinite;
}

.animated3.infinite {
  animation-iteration-count: infinite;
}

.animated4.infinite {
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -goog-ms-animation-timing-function: linear;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  animation-duration: 0.75s;
}

.animated.flipOutX,
.animated.flipOutY {
  animation-duration: 0.75s;
}
@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.25, 1.25, 1.25);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}

/*--------------------------------------
 レイアウト
---------------------------------------*/
.l-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .l-header {
    height: 80px;
    padding-left: 22px;
    padding-right: 31px;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    position: fixed;
    width: 100%;
    height: 15vw;
    padding-left: 3.4375vw;
    padding-right: 3.125vw;
    z-index: 999;
  }
}
.l-header .logo {
  position: fixed;
  z-index: 999;
  transition: 0.5s ease-out;
  left: 22px;
}
@media screen and (max-width: 767px) {
  .l-header .logo {
    position: static;
  }
}
.l-header .logo img {
  height: 65px;
  width: auto;
}
@media screen and (min-width: 768px) {
  .l-header .logo {
    width: 235px;
    filter: drop-shadow(0px 0px 2px #fff);
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .l-header .logo {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .l-header .logo {
    width: 36.71875vw;
  }
  .l-header .logo img {
    width: 15vw;
    height: auto;
  }
}
.l-header .gNav {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .l-header .gNav {
    font-size: 1.6rem;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-header .gNav {
    width: 100%;
    font-size: 3.6rem;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 999;
  }
}
@media screen and (min-width: 768px) {
  .l-header .gNav .in {
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .l-header .gNav .in {
    display: none;
    background-color: #fff;
    width: 100%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
  }
}
@media screen and (min-width: 768px) {
  .l-header .gNav .txts {
    display: flex;
    align-items: center;
    margin-right: 36px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1280px) {
  .l-header .gNav .txts {
    justify-content: center;
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .l-header .gNav .txts {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 1280px) {
  .l-header .gNav .txts li {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .l-header .gNav .txts li {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
}
@media screen and (min-width: 768px) {
  .l-header .gNav .txts li + li {
    margin-left: 1em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .l-header .gNav .txts li + li {
    margin-left: 0.5em;
  }
}
.l-header .gNav .txts li a {
  color: #171c61;
  transition: opacity 0.3s;
}
.l-header .gNav .txts li a:not([disabled]):hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .l-header .gNav .txts li a {
    display: block;
    padding: 6.25vw 3.125vw;
  }
}
@media screen and (min-width: 768px) {
  .l-header .spBtnNav {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .l-header .spBtnNav {
    width: 9.375vw;
    height: 6.5625vw;
    position: relative;
  }
  .l-header .spBtnNav > li {
    background-color: #171c61;
    width: 100%;
    height: 0.9375vw;
    position: absolute;
    left: 0;
    transition: 0.3s;
  }
  .l-header .spBtnNav > li:nth-child(1) {
    top: 0;
  }
  .l-header .spBtnNav > li:nth-child(2) {
    top: 2.7vw;
  }
  .l-header .spBtnNav > li:nth-child(3) {
    bottom: 0;
  }
  .l-header .spBtnNav.show > li:nth-child(1) {
    transform: translate(0, 2.8125vw) rotate(45deg);
  }
  .l-header .spBtnNav.show > li:nth-child(2) {
    opacity: 0;
  }
  .l-header .spBtnNav.show > li:nth-child(3) {
    transform: translate(0, -2.8125vw) rotate(-45deg);
  }
}
.l-header.sclr .logo {
  transform: scale(0.7) translate(-47px, -10px);
}
@media screen and (max-width: 767px) {
  .l-header.sclr .logo {
    transform: scale(1);
  }
}

.l-loadScreen {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  opacity: 1;
  background: #fff;
  z-index: 9999;
  transition: 0.3s 0.5s;
}
@keyframes loadImg {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes loadEnd {
  0% {
    transform: translate(0, 0);
  }
  7% {
    transform: translate(0, 4vh);
  }
  15% {
    transform: translate(0, 10vh);
  }
  50% {
    transform: translate(0, -20vh);
  }
  70% {
    transform: translate(0, -50vh);
  }
  100% {
    transform: translate(0, -100vh);
  }
}
@keyframes loadEnd2 {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  10% {
    transform: scale(1.2);
  }
  15% {
    opacity: 0.8;
  }
  50% {
    transform: scale(0.5);
  }
  70% {
    opacity: 0;
  }
}
.l-loadScreen .lWrap {
  display: inline-block;
  max-width: 200px;
  width: 45%;
  opacity: 1;
}
.l-loadScreen .lWrap img {
  display: none;
  animation: loadImg 4s infinite cubic-bezier(0.09, 0.73, 0.32, 0.96);
}
.l-loadScreen.comp {
  opacity: 0;
  pointer-events: none;
}
.l-loadScreen.comp .lWrap {
  animation: loadEnd2 0.5s linear 0.5s;
}

.l-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 30px;
  position: relative;
  z-index: 2;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 6vw 4.6875vw;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .logo img {
    height: 12vw;
    width: auto;
  }
}
.l-footer .cpr {
  font-size: 1.2rem;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .l-footer .cpr {
    font-size: 1.6rem;
    margin-top: 5vw;
  }
}

/*--------------------------------------
 要素
---------------------------------------*/
img {
  max-width: 100%;
  height: auto;
}

svg {
  vertical-align: top;
}

input[type=text],
input[type=submit],
input[type=reset],
input[type=button],
button,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
}

input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #ccc;
  opacity: 1;
}
input[type=text]::-moz-input-placeholder,
input[type=password]::-moz-input-placeholder {
  /* Fox */
  color: #ccc;
  opacity: 1;
}
input[type=text]::-moz-placeholder, input[type=password]::-moz-placeholder {
  /* Others */
  color: #ccc;
  opacity: 1;
}
input[type=text]::placeholder,
input[type=password]::placeholder {
  /* Others */
  color: #ccc;
  opacity: 1;
}

input[type=text]::-ms-clear {
  visibility: hidden;
}

input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

select {
  box-sizing: border-box;
}
select::-ms-expand {
  display: none;
}

button {
  font-family: inherit;
  cursor: pointer;
}

/*スクロールバー全体*/
/*--------------------------------------
 パーツ
---------------------------------------*/
.u- {
  /* パディング */
  /* インナー */
  /* タイトル */
  /* テキスト */
  /* テキスト色 */
  /* 背景色 */
  /* ボタン */
  /* ラベル */
  /* アイコン */
  /* 注釈 */
  /* リスト */
  /* テーブル */
  /* リンク集 */
  /* 箱 */
  /* ページャー */
  /* 状態 */
}
.u-scrlPos {
  display: block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .u-spPd1 {
    padding-left: 2.34375vw;
    padding-right: 2.34375vw;
  }
}
.u-inner {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .u-inner:not([class*=pcSz]) {
    max-width: 1300px;
  }
}
@media screen and (min-width: 768px) {
  .u-inner.pcSz2 {
    max-width: 1200px;
  }
}
@media screen and (max-width: 767px) {
  .u-inner:not(.spPd0) {
    padding-left: 3.125vw;
    padding-right: 3.125vw;
  }
}
.u-ttl1 {
  font-size: 3rem;
}
.u-ttl2 {
  font-size: 2.4rem;
  font-style: italic;
}
.u-mainColor {
  background-color: #f00;
}
.u-subColor {
  background-color: #0f0;
}
.u-accentColor {
  background-color: #00f;
}
.u-red1 {
  background-color: rgb(200, 0, 0);
}
.u-red1_a50 {
  background-color: rgba(200, 0, 0, 0.5);
}
.u-btn1 {
  display: inline-block;
  border-radius: 8px;
}
.u-btn1.sz1 {
  padding: 0.5em 1em;
  font-size: 1.8rem;
}
.u-btn1.clr1 {
  background-color: #00f;
  color: #fff;
  transition: opacity 0.3s;
}
.u-btn1.clr1:not([disabled]):hover {
  opacity: 0.7;
}
.u-btn1.clr2 {
  background-color: #c80000;
  transition: background-color 0.3s;
  color: #fff;
}
.u-btn1.clr2:not([disabled]):hover {
  background-color: #ff1616;
}
.u-pager1 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.u-dis_flex_block {
  display: flex;
}
@media screen and (max-width: 767px) {
  .u-dis_flex_block {
    display: block;
  }
}

/* その他 */
/*--------------------------------------
 プラグイン
---------------------------------------*/
/* Slick */
.slick-slider {
  margin-bottom: 0;
}

.slick-arrow {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100% !important;
  width: 38px;
  height: 59px;
  margin: auto;
  top: 0;
  bottom: 0;
  z-index: 1;
  transform: translate(0);
  transition: opacity 0.3s;
}
.slick-arrow:not([disabled]):hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .slick-arrow {
    width: 4.6875vw;
    height: 7.96875vw;
  }
}
.slick-arrow:before {
  content: normal;
}
.slick-arrow.slick-prev {
  background-image: url(../img/slk_arw1_l.png);
  left: 10%;
}
@media screen and (max-width: 767px) {
  .slick-arrow.slick-prev {
    left: 0.78125vw;
  }
}
.slick-arrow.slick-next {
  background-image: url(../img/slk_arw1_r.png);
  right: 10%;
}
@media screen and (max-width: 767px) {
  .slick-arrow.slick-next {
    right: 0.78125vw;
  }
}

.slick-dots li {
  background-color: #c9b080;
  width: 15px;
  height: 15px;
  margin: 0 10px;
  border-radius: 50%;
  box-sizing: border-box;
}
.slick-dots li.slick-active {
  background-color: #151a57;
}
@media screen and (max-width: 767px) {
  .slick-dots li {
    width: 3.125vw;
    height: 3.125vw;
    margin: 0 2vw;
  }
}

.modalBox {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
}
.modalBox .modalInner {
  width: 600px;
  position: absolute;
  left: 50%;
  margin-left: -300px;
  top: 20%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .modalBox .modalInner {
    width: 90%;
  }
}
.modalBox .modalInner p {
  text-align: left;
  padding: 20px 0;
  font-size: 1.5rem;
}
.modalBox .btnClose {
  display: inline-block;
  font-size: 1.5rem;
  background: #333;
  padding: 5px;
  color: #FFF;
}

/*--------------------------------------
 メインコンテンツ
---------------------------------------*/
@media screen and (max-width: 767px) {
  .mainZone {
    padding-top: 15vw;
  }
}
.mainZone .fl_2im {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.mainZone .fl_2im .txt {
  position: absolute;
  bottom: 60px;
}
@media screen and (max-width: 1280px) {
  .mainZone .fl_2im .txt {
    left: 50%;
    margin-left: -250px;
    bottom: 40px;
  }
  .mainZone .fl_2im .txt img {
    width: 80%;
    height: auto;
  }
}

.photoBy {
  text-align: right;
  padding: 10px;
  font-size: 1.2rem;
}
.photoBy a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .photoBy {
    font-size: 1.4rem;
  }
}

.mainSlide {
  background: url(../img/map/bg.png);
  padding: 5px 0;
}
.mainSlide li {
  box-sizing: border-box;
  width: 400px;
  padding: 15px 10px;
}
@media screen and (max-width: 767px) {
  .mainSlide li {
    padding: 0 0.5vw;
    width: 60vw;
  }
}
.mainSlide li a:hover {
  opacity: 0.7;
}

/*--------------------------------------
 cont1
---------------------------------------*/
.cont1Zone .bg {
  position: absolute;
  z-index: 0;
  left: 5%;
}
.cont1Zone h2.ttl {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cont1Zone h2.ttl img {
    height: 6.25vw;
    width: auto;
  }
}
.cont1Zone .info {
  padding: 70px 30px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .cont1Zone .info {
    padding: 10vw 4.6875vw;
  }
}
.cont1Zone .info .inner {
  max-width: 1000px;
  margin: 0 auto;
}
.cont1Zone .info .inner .list_ct {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .cont1Zone .info .inner .list_ct {
    margin-top: 6vw;
  }
}
.cont1Zone .info .inner .list_ct li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cont1Zone .info .inner .list_ct li + li {
  margin-top: -60px;
}
@media screen and (max-width: 767px) {
  .cont1Zone .info .inner .list_ct li + li {
    margin-top: 4vw;
  }
}
.cont1Zone .info .inner .list_ct li dd {
  position: relative;
}
.cont1Zone .info .inner .list_ct li dd.ph3:after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/info/bf03.png");
  background-repeat: no-repeat;
  left: -100px;
  bottom: 0;
  width: 130px;
  height: 113px;
}
@media screen and (max-width: 767px) {
  .cont1Zone .info .inner .list_ct li dd.ph3:after {
    left: -4vw;
    bottom: -10vw;
    width: 15vw;
    height: 15vw;
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  .cont1Zone .info .inner .list_ct li dt {
    width: 58%;
  }
}
@media screen and (max-width: 767px) {
  .cont1Zone .info .inner .list_ct li dt h3 img {
    height: 5.9375vw;
    width: auto;
  }
}
.cont1Zone .info .inner .list_ct li dt p {
  font-size: 1.8rem;
  line-height: 2;
  font-weight: bold;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .cont1Zone .info .inner .list_ct li dt p {
    margin-top: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .cont1Zone .info .inner .list_ct li dd {
    width: 40%;
  }
}
.cont1Zone .intro {
  position: relative;
  z-index: 2;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .cont1Zone .intro {
    padding-bottom: 8vw;
  }
}
.cont1Zone .intro .next_ttl {
  margin: 35px 0 45px 0;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .cont1Zone .intro .next_ttl {
    margin: 4vw 4.6875vw 7vw 4.6875vw;
    line-height: 1.7;
  }
}
.cont1Zone .intro .sld_staff .slides {
  width: 400px;
}
@media screen and (max-width: 767px) {
  .cont1Zone .intro .sld_staff .slides {
    width: 80vw;
  }
}
.cont1Zone .intro .sld_staff .slides .name {
  margin-top: 1em;
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .cont1Zone .intro .sld_staff .slides .name {
    font-size: 2.2rem;
  }
}
.cont1Zone .intro .sld_staff .slides .role {
  margin-top: 0.5em;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .cont1Zone .intro .sld_staff .slides .role {
    font-size: 1.8rem;
  }
}
.cont1Zone .intro .sld_intro .ct-intro {
  margin: 0 15px;
  background: url("../img/intro/sld_ph01.png") 0 0 no-repeat;
  background-size: 100%;
  width: 700px;
  padding: 40px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .cont1Zone .intro .sld_intro .ct-intro {
    width: 78.125vw;
    margin: 0 1.5vw;
    background: url("../img/intro/sld_ph01-sp.png?v2") 0 0 no-repeat;
    background-size: cover;
    flex-direction: column;
    padding: 5vw;
    min-height: 115vw;
    border: 5px solid #171c61;
  }
}
.cont1Zone .intro .sld_intro .ct-intro .img {
  flex-shrink: 0;
  width: 300px;
}
@media screen and (max-width: 767px) {
  .cont1Zone .intro .sld_intro .ct-intro .img {
    text-align: center;
    width: 100%;
  }
  .cont1Zone .intro .sld_intro .ct-intro .img img {
    display: block;
    margin: 0 auto;
    height: 60vw;
    width: 70%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.cont1Zone .intro .sld_intro .ct-intro .peo-if {
  margin-left: 35px;
}
@media screen and (max-width: 767px) {
  .cont1Zone .intro .sld_intro .ct-intro .peo-if {
    margin-left: 0;
    text-align: center;
    margin-top: 4vw;
  }
}
.cont1Zone .intro .sld_intro .ct-intro .peo-if .na {
  font-size: 3rem;
  color: #171c61;
  font-family: "Noto Serif JP", serif;
  position: relative;
  z-index: 1;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .cont1Zone .intro .sld_intro .ct-intro .peo-if .na {
    padding-left: 0;
  }
}
.cont1Zone .intro .sld_intro .ct-intro .peo-if .na::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: url("../img/intro/bf_name.png") 0 0 no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 767px) {
  .cont1Zone .intro .sld_intro .ct-intro .peo-if .na::before {
    width: 7.8125vw;
    height: 7.8125vw;
    display: none;
  }
}
.cont1Zone .intro .sld_intro .ct-intro .peo-if .age {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .cont1Zone .intro .sld_intro .ct-intro .peo-if .age {
    font-size: 1.8rem;
    margin-top: 2vw;
  }
}
.cont1Zone .intro .sld_intro .ct-intro .peo-if .inf dl {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .cont1Zone .intro .sld_intro .ct-intro .peo-if .inf dl {
    margin-top: 3vw;
  }
}
.cont1Zone .intro .sld_intro .ct-intro .peo-if .inf dl dt {
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .cont1Zone .intro .sld_intro .ct-intro .peo-if .inf dl dt {
    font-size: 1.8rem;
  }
}
.cont1Zone .intro .sld_intro .ct-intro .peo-if .inf dl dd {
  margin-top: 5px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .cont1Zone .intro .sld_intro .ct-intro .peo-if .inf dl dd {
    margin-top: 1vw;
    font-size: 1.8rem;
  }
}
.cont1Zone .map {
  margin: 100px 0 90px 0;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .cont1Zone .map {
    margin: 20vw 0 10vw 0;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .cont1Zone .map .tit {
    text-align: center;
  }
  .cont1Zone .map .tit img {
    height: 6.25vw;
    width: auto;
  }
}
.cont1Zone .map .info_cpn {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url("../img/map/bg.png") 0 0 no-repeat;
  background-size: cover;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .cont1Zone .map .info_cpn {
    width: 100%;
    padding: 8vw 4.6875vw;
  }
}
.cont1Zone .map .info_cpn .in_if {
  max-width: 480px;
  margin: 0 auto;
}
.cont1Zone .map .info_cpn dl {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .cont1Zone .map .info_cpn dl {
    margin-top: 4vw;
    font-size: 1.8rem;
  }
}
.cont1Zone .map .info_cpn dl dt {
  width: 20%;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .cont1Zone .map .info_cpn dl dt {
    margin-top: 3vw;
  }
}
.cont1Zone .map .info_cpn dl dd {
  width: 75%;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .cont1Zone .map .info_cpn dl dd {
    margin-top: 3vw;
  }
}
.cont1Zone .map .map_50 {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .cont1Zone .map .map_50 {
    width: 100%;
  }
}
.cont1Zone .map .map_50 iframe {
  width: 100%;
  height: 675px;
}
@media screen and (max-width: 767px) {
  .cont1Zone .map .map_50 iframe {
    height: 90vw;
  }
}
.cont1Zone .greeting {
  position: relative;
  z-index: 2;
  padding: 0 30px 90px 30px;
}
@media screen and (max-width: 767px) {
  .cont1Zone .greeting {
    padding: 0 4.6875vw 10vw 4.6875vw;
  }
}
.cont1Zone .greeting .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.cont1Zone .greeting .inner .fl_gree {
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .cont1Zone .greeting .inner .fl_gree {
    margin-top: 8vw;
  }
}
.cont1Zone .greeting .inner .fl_gree li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .cont1Zone .greeting .inner .fl_gree li {
    flex-direction: column;
  }
}
.cont1Zone .greeting .inner .fl_gree li .word {
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.8;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .cont1Zone .greeting .inner .fl_gree li .word {
    font-size: 2rem;
  }
}
.cont1Zone .greeting .inner .fl_gree li .word p + p {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .cont1Zone .greeting .inner .fl_gree li .word p + p {
    margin-top: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .cont1Zone .greeting .inner .fl_gree li .img {
    margin-top: 4vw;
  }
}
.cont1Zone .greeting .inner .fl_gree li + li {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .cont1Zone .greeting .inner .fl_gree li + li {
    margin-top: 7vw;
  }
}
@media screen and (max-width: 767px) {
  .cont1Zone .greeting .inner .fl_gree li:nth-child(2) {
    flex-direction: column-reverse;
  }
}
.cont1Zone .job {
  position: relative;
  z-index: 2;
  background: url("../img/job/bg.png") 0 0 no-repeat;
  background-size: cover;
  padding: 150px 30px 70px 30px;
}
@media screen and (max-width: 767px) {
  .cont1Zone .job {
    padding: 15vw 4.6875vw 10vw 4.6875vw;
  }
}
.cont1Zone .job .next_ttl {
  text-align: center;
  font-size: 3rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  margin: 35px 0 50px 0;
}
@media screen and (max-width: 767px) {
  .cont1Zone .job .next_ttl {
    margin: 4vw 0 6vw 0;
    line-height: 1.6;
  }
}
.cont1Zone .job .inner {
  max-width: 1100px;
  margin: 0 auto;
}
.cont1Zone .job .fljobs {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .cont1Zone .job .fljobs {
    flex-direction: column;
  }
}
.cont1Zone .job .fljobs li {
  width: 48%;
  background-color: #fff;
  border-radius: 10px;
  padding: 25px;
  display: flex;
}
.cont1Zone .job .fljobs li.ac {
  align-items: center;
}
@media screen and (max-width: 767px) {
  .cont1Zone .job .fljobs li {
    padding: 5vw;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .cont1Zone .job .fljobs li .img {
    width: 40%;
  }
}
.cont1Zone .job .fljobs li .t-link {
  max-width: 245px;
  width: 100%;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .cont1Zone .job .fljobs li .t-link {
    max-width: calc(60% - 5vw);
    margin-left: 5vw;
  }
}
.cont1Zone .job .fljobs li .t-link b {
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .cont1Zone .job .fljobs li .t-link b {
    font-size: 2rem;
  }
}
.cont1Zone .job .fljobs li .t-link b.emp {
  -webkit-text-decoration: underline 0.4em rgba(255, 207, 49, 0.8);
          text-decoration: underline 0.4em rgba(255, 207, 49, 0.8);
  text-underline-offset: -0.15em;
}
.cont1Zone .job .fljobs li .t-link p {
  font-size: 1.6rem;
  line-height: 1.7;
  margin: 10px 0 20px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .cont1Zone .job .fljobs li .t-link p {
    margin: 1.5vw 0 3vw 0;
    font-size: 1.8rem;
  }
}
.cont1Zone .job .fljobs li .t-link a {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  background-color: #8b5f07;
  width: 100%;
  text-align: center;
  display: block;
  padding: 10px;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .cont1Zone .job .fljobs li .t-link a {
    padding: 1.8vw;
    font-size: 2rem;
  }
}
.cont1Zone .job .fljobs li .t-link a:hover {
  transition: 0.3s;
  opacity: 0.7;
}
.cont1Zone .job .fljobs li .t-link .lows-txt_2 {
  height: 4.6em;
  overflow: hidden;
}
.cont1Zone .job .fljobs li .t-link .lows-txt_3 {
  height: 6.2em;
  overflow: hidden;
}
.cont1Zone .job .fljobs li .t-link .lows-txt_2, .cont1Zone .job .fljobs li .t-link .lows-txt_3 {
  position: relative;
}
.cont1Zone .job .fljobs li .t-link .lows-txt_2.no-reader:after, .cont1Zone .job .fljobs li .t-link .lows-txt_3.no-reader:after {
  content: none;
}
@media screen and (max-width: 767px) {
  .cont1Zone .job .fljobs li + li {
    margin-top: 5vw;
  }
}
@media screen and (min-width: 768px) {
  .cont1Zone .job .fljobs li + li:nth-child(n+3) {
    margin-top: 40px;
  }
}
.cont1Zone .job .banner {
  display: flex;
  padding: 25px;
  background: url("../img/job/bg_box.png") 0 0 no-repeat;
  background-size: cover;
  border: 2px solid #d7b36b;
  border-radius: 10px;
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .cont1Zone .job .banner {
    padding: 5vw;
    margin: 5vw 0;
    flex-direction: column;
  }
}
.cont1Zone .job .banner .b-link {
  width: 540px;
  margin-left: 35px;
}
@media screen and (max-width: 767px) {
  .cont1Zone .job .banner .b-link {
    width: 100%;
    margin-left: 0;
  }
}
.cont1Zone .job .banner .b-link .cap {
  font-size: 3rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .cont1Zone .job .banner .b-link .cap {
    margin-top: 4vw;
    text-align: center;
  }
}
.cont1Zone .job .banner .b-link p {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 20px 0;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .cont1Zone .job .banner .b-link p {
    font-size: 1.8rem;
    margin: 3vw 0;
  }
}
.cont1Zone .job .banner .b-link a {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  display: block;
  background-color: #8b5f07;
  border-radius: 30px;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .cont1Zone .job .banner .b-link a {
    font-size: 2rem;
    padding: 1.8vw;
  }
}
.cont1Zone .job .banner .b-link a:hover {
  transition: 0.3s;
  opacity: 0.7;
}
.cont1Zone .job .faq {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 65px 150px 100px 150px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .cont1Zone .job .faq {
    padding: 5vw;
  }
}
.cont1Zone .job .faq .tit_faq {
  text-align: center;
  color: #bc8f32;
  text-align: center;
  font-size: 3rem;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .cont1Zone .job .faq .tit_faq {
    margin-bottom: 6vw;
  }
}
.cont1Zone .job .faq dl dt {
  font-size: 1.8rem;
  color: #bc8f32;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .cont1Zone .job .faq dl dt {
    font-size: 2rem;
  }
}
.cont1Zone .job .faq dl dd {
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.8;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .cont1Zone .job .faq dl dd {
    font-size: 1.8rem;
    margin-top: 2vw;
  }
}
.cont1Zone .job .faq dl + dl {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .cont1Zone .job .faq dl + dl {
    margin-top: 4vw;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
/*-- Width --*/
.WAuto {
  width: auto !important;
}

/*-- Margin --*/
.M0 {
  margin: 0 !important;
}
.MA {
  margin: auto !important;
}
.MTA {
  margin-top: auto !important;
}
.MRA {
  margin-right: auto !important;
}
.MBA {
  margin-bottom: auto !important;
}
.MLA {
  margin-left: auto !important;
}

/*-- Padding --*/
.P0 {
  padding: 0 !important;
}
.PA {
  padding: auto !important;
}
.PTA {
  padding-top: auto !important;
}
.PRA {
  padding-right: auto !important;
}
.PBA {
  padding-bottom: auto !important;
}
.PLA {
  padding-left: auto !important;
}

/*-- Font --*/
.ffNS {
  font-family: "Noto Sans Japanese";
}

.fz6 {
  font-size: 6px;
}

.fz6R {
  font-size: 0.6rem;
}

.fz7 {
  font-size: 7px;
}

.fz7R {
  font-size: 0.7rem;
}

.fz8 {
  font-size: 8px;
}

.fz8R {
  font-size: 0.8rem;
}

.fz9 {
  font-size: 9px;
}

.fz9R {
  font-size: 0.9rem;
}

.fz10 {
  font-size: 10px;
}

.fz10R {
  font-size: 1rem;
}

.fz11 {
  font-size: 11px;
}

.fz11R {
  font-size: 1.1rem;
}

.fz12 {
  font-size: 12px;
}

.fz12R {
  font-size: 1.2rem;
}

.fz13 {
  font-size: 13px;
}

.fz13R {
  font-size: 1.3rem;
}

.fz14 {
  font-size: 14px;
}

.fz14R {
  font-size: 1.4rem;
}

.fz15 {
  font-size: 15px;
}

.fz15R {
  font-size: 1.5rem;
}

.fz16 {
  font-size: 16px;
}

.fz16R {
  font-size: 1.6rem;
}

.fz17 {
  font-size: 17px;
}

.fz17R {
  font-size: 1.7rem;
}

.fz18 {
  font-size: 18px;
}

.fz18R {
  font-size: 1.8rem;
}

.fz19 {
  font-size: 19px;
}

.fz19R {
  font-size: 1.9rem;
}

.fz20 {
  font-size: 20px;
}

.fz20R {
  font-size: 2rem;
}

.fz21 {
  font-size: 21px;
}

.fz21R {
  font-size: 2.1rem;
}

.fz22 {
  font-size: 22px;
}

.fz22R {
  font-size: 2.2rem;
}

.fz23 {
  font-size: 23px;
}

.fz23R {
  font-size: 2.3rem;
}

.fz24 {
  font-size: 24px;
}

.fz24R {
  font-size: 2.4rem;
}

.fz25 {
  font-size: 25px;
}

.fz25R {
  font-size: 2.5rem;
}

.fz26 {
  font-size: 26px;
}

.fz26R {
  font-size: 2.6rem;
}

.fz27 {
  font-size: 27px;
}

.fz27R {
  font-size: 2.7rem;
}

.fz28 {
  font-size: 28px;
}

.fz28R {
  font-size: 2.8rem;
}

.fz29 {
  font-size: 29px;
}

.fz29R {
  font-size: 2.9rem;
}

.fz30 {
  font-size: 30px;
}

.fz30R {
  font-size: 3rem;
}

.fz31 {
  font-size: 31px;
}

.fz31R {
  font-size: 3.1rem;
}

.fz32 {
  font-size: 32px;
}

.fz32R {
  font-size: 3.2rem;
}

.fz33 {
  font-size: 33px;
}

.fz33R {
  font-size: 3.3rem;
}

.fz34 {
  font-size: 34px;
}

.fz34R {
  font-size: 3.4rem;
}

.fz35 {
  font-size: 35px;
}

.fz35R {
  font-size: 3.5rem;
}

.fz36 {
  font-size: 36px;
}

.fz36R {
  font-size: 3.6rem;
}

.fz37 {
  font-size: 37px;
}

.fz37R {
  font-size: 3.7rem;
}

.fz38 {
  font-size: 38px;
}

.fz38R {
  font-size: 3.8rem;
}

.fz39 {
  font-size: 39px;
}

.fz39R {
  font-size: 3.9rem;
}

.fz40 {
  font-size: 40px;
}

.fz40R {
  font-size: 4rem;
}

.fz41 {
  font-size: 41px;
}

.fz41R {
  font-size: 4.1rem;
}

.fz42 {
  font-size: 42px;
}

.fz42R {
  font-size: 4.2rem;
}

.fz43 {
  font-size: 43px;
}

.fz43R {
  font-size: 4.3rem;
}

.fz44 {
  font-size: 44px;
}

.fz44R {
  font-size: 4.4rem;
}

.fz45 {
  font-size: 45px;
}

.fz45R {
  font-size: 4.5rem;
}

.fz46 {
  font-size: 46px;
}

.fz46R {
  font-size: 4.6rem;
}

.fz47 {
  font-size: 47px;
}

.fz47R {
  font-size: 4.7rem;
}

.fz48 {
  font-size: 48px;
}

.fz48R {
  font-size: 4.8rem;
}

.fz49 {
  font-size: 49px;
}

.fz49R {
  font-size: 4.9rem;
}

.fz50 {
  font-size: 50px;
}

.fz50R {
  font-size: 5rem;
}

.fwB {
  font-weight: bold !important;
}
.fwN {
  font-weight: normal !important;
}

.lh8 {
  line-height: 0.8 !important;
}

.lh9 {
  line-height: 0.9 !important;
}

.lh10 {
  line-height: 1 !important;
}

.lh11 {
  line-height: 1.1 !important;
}

.lh12 {
  line-height: 1.2 !important;
}

.lh13 {
  line-height: 1.3 !important;
}

.lh14 {
  line-height: 1.4 !important;
}

.lh15 {
  line-height: 1.5 !important;
}

.lh16 {
  line-height: 1.6 !important;
}

.lh17 {
  line-height: 1.7 !important;
}

.lh18 {
  line-height: 1.8 !important;
}

.lh19 {
  line-height: 1.9 !important;
}

.lh20 {
  line-height: 2 !important;
}

.lh21 {
  line-height: 2.1 !important;
}

.lh22 {
  line-height: 2.2 !important;
}

.lh23 {
  line-height: 2.3 !important;
}

.lh24 {
  line-height: 2.4 !important;
}

.lh25 {
  line-height: 2.5 !important;
}

.lh26 {
  line-height: 2.6 !important;
}

.lh27 {
  line-height: 2.7 !important;
}

.lh28 {
  line-height: 2.8 !important;
}

.lh29 {
  line-height: 2.9 !important;
}

.lh30 {
  line-height: 3 !important;
}

/*-- Etc --*/
.disI {
  display: inline !important;
}
.disB {
  display: block !important;
}
.disIB {
  display: inline-block !important;
}
.disT {
  display: table !important;
}
.disTC {
  display: table-cell !important;
}
.disN {
  display: none !important;
}
.disF {
  display: flex !important;
}

.jcFS {
  justify-content: flex-start !important;
}
.jcFE {
  justify-content: flex-end !important;
}
.jcC {
  justify-content: center !important;
}
.jcSB {
  justify-content: space-between !important;
}
.jcSA {
  justify-content: space-around !important;
}

.aiFS {
  align-items: flex-start !important;
}
.aiFE {
  align-items: flex-end !important;
}
.aiC {
  align-items: center !important;
}
.aiS {
  align-items: stretch !important;
}
.aiB {
  align-items: baseline !important;
}

.taL {
  text-align: left !important;
}
.taR {
  text-align: right !important;
}
.taC {
  text-align: center !important;
}

.vaT {
  vertical-align: top !important;
}
.vaM {
  vertical-align: middle !important;
}
.vaB {
  vertical-align: bottom !important;
}
.vaTB {
  vertical-align: text-bottom !important;
}

.fltL {
  float: left !important;
}
.fltR {
  float: right !important;
}
.fltN {
  float: none !important;
}

.posS {
  position: static !important;
}
.posR {
  position: relative !important;
}
.posA {
  position: absolute !important;
}
.posF {
  position: fixed !important;
}
.posSk {
  position: sticky !important;
}

.brWord {
  word-wrap: break-word;
}

.waNw {
  white-space: nowrap;
}

.printDown {
  display: none;
}

.printBreak {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  /*-- Width --*/
  .spWAuto {
    width: auto !important;
  }
  /*-- Margin --*/
  .spM0 {
    margin: 0 !important;
  }
  .spMA {
    margin: auto !important;
  }
  .spMTA {
    margin-top: auto !important;
  }
  .spMRA {
    margin-right: auto !important;
  }
  .spMBA {
    margin-bottom: auto !important;
  }
  .spMLA {
    margin-left: auto !important;
  }
  /*-- Padding --*/
  .spP0 {
    padding: 0 !important;
  }
  .spPA {
    padding: auto !important;
  }
  .spPTA {
    padding-top: auto !important;
  }
  .spPRA {
    padding-right: auto !important;
  }
  .spPBA {
    padding-bottom: auto !important;
  }
  .spPLA {
    padding-left: auto !important;
  }
  /*-- Font --*/
  .spFz6 {
    font-size: 6px;
  }
  .spFz6R {
    font-size: 0.6rem;
  }
  .spFz7 {
    font-size: 7px;
  }
  .spFz7R {
    font-size: 0.7rem;
  }
  .spFz8 {
    font-size: 8px;
  }
  .spFz8R {
    font-size: 0.8rem;
  }
  .spFz9 {
    font-size: 9px;
  }
  .spFz9R {
    font-size: 0.9rem;
  }
  .spFz10 {
    font-size: 10px;
  }
  .spFz10R {
    font-size: 1rem;
  }
  .spFz11 {
    font-size: 11px;
  }
  .spFz11R {
    font-size: 1.1rem;
  }
  .spFz12 {
    font-size: 12px;
  }
  .spFz12R {
    font-size: 1.2rem;
  }
  .spFz13 {
    font-size: 13px;
  }
  .spFz13R {
    font-size: 1.3rem;
  }
  .spFz14 {
    font-size: 14px;
  }
  .spFz14R {
    font-size: 1.4rem;
  }
  .spFz15 {
    font-size: 15px;
  }
  .spFz15R {
    font-size: 1.5rem;
  }
  .spFz16 {
    font-size: 16px;
  }
  .spFz16R {
    font-size: 1.6rem;
  }
  .spFz17 {
    font-size: 17px;
  }
  .spFz17R {
    font-size: 1.7rem;
  }
  .spFz18 {
    font-size: 18px;
  }
  .spFz18R {
    font-size: 1.8rem;
  }
  .spFz19 {
    font-size: 19px;
  }
  .spFz19R {
    font-size: 1.9rem;
  }
  .spFz20 {
    font-size: 20px;
  }
  .spFz20R {
    font-size: 2rem;
  }
  .spFz21 {
    font-size: 21px;
  }
  .spFz21R {
    font-size: 2.1rem;
  }
  .spFz22 {
    font-size: 22px;
  }
  .spFz22R {
    font-size: 2.2rem;
  }
  .spFz23 {
    font-size: 23px;
  }
  .spFz23R {
    font-size: 2.3rem;
  }
  .spFz24 {
    font-size: 24px;
  }
  .spFz24R {
    font-size: 2.4rem;
  }
  .spFz25 {
    font-size: 25px;
  }
  .spFz25R {
    font-size: 2.5rem;
  }
  .spFz26 {
    font-size: 26px;
  }
  .spFz26R {
    font-size: 2.6rem;
  }
  .spFz27 {
    font-size: 27px;
  }
  .spFz27R {
    font-size: 2.7rem;
  }
  .spFz28 {
    font-size: 28px;
  }
  .spFz28R {
    font-size: 2.8rem;
  }
  .spFz29 {
    font-size: 29px;
  }
  .spFz29R {
    font-size: 2.9rem;
  }
  .spFz30 {
    font-size: 30px;
  }
  .spFz30R {
    font-size: 3rem;
  }
  .spFz31 {
    font-size: 31px;
  }
  .spFz31R {
    font-size: 3.1rem;
  }
  .spFz32 {
    font-size: 32px;
  }
  .spFz32R {
    font-size: 3.2rem;
  }
  .spFz33 {
    font-size: 33px;
  }
  .spFz33R {
    font-size: 3.3rem;
  }
  .spFz34 {
    font-size: 34px;
  }
  .spFz34R {
    font-size: 3.4rem;
  }
  .spFz35 {
    font-size: 35px;
  }
  .spFz35R {
    font-size: 3.5rem;
  }
  .spFz36 {
    font-size: 36px;
  }
  .spFz36R {
    font-size: 3.6rem;
  }
  .spFz37 {
    font-size: 37px;
  }
  .spFz37R {
    font-size: 3.7rem;
  }
  .spFz38 {
    font-size: 38px;
  }
  .spFz38R {
    font-size: 3.8rem;
  }
  .spFz39 {
    font-size: 39px;
  }
  .spFz39R {
    font-size: 3.9rem;
  }
  .spFz40 {
    font-size: 40px;
  }
  .spFz40R {
    font-size: 4rem;
  }
  .spFz41 {
    font-size: 41px;
  }
  .spFz41R {
    font-size: 4.1rem;
  }
  .spFz42 {
    font-size: 42px;
  }
  .spFz42R {
    font-size: 4.2rem;
  }
  .spFz43 {
    font-size: 43px;
  }
  .spFz43R {
    font-size: 4.3rem;
  }
  .spFz44 {
    font-size: 44px;
  }
  .spFz44R {
    font-size: 4.4rem;
  }
  .spFz45 {
    font-size: 45px;
  }
  .spFz45R {
    font-size: 4.5rem;
  }
  .spFz46 {
    font-size: 46px;
  }
  .spFz46R {
    font-size: 4.6rem;
  }
  .spFz47 {
    font-size: 47px;
  }
  .spFz47R {
    font-size: 4.7rem;
  }
  .spFz48 {
    font-size: 48px;
  }
  .spFz48R {
    font-size: 4.8rem;
  }
  .spFz49 {
    font-size: 49px;
  }
  .spFz49R {
    font-size: 4.9rem;
  }
  .spFz50 {
    font-size: 50px;
  }
  .spFz50R {
    font-size: 5rem;
  }
  .spFwB {
    font-weight: bold !important;
  }
  .spFwN {
    font-weight: normal !important;
  }
  .spLh8 {
    line-height: 0.8 !important;
  }
  .spLh9 {
    line-height: 0.9 !important;
  }
  .spLh10 {
    line-height: 1 !important;
  }
  .spLh11 {
    line-height: 1.1 !important;
  }
  .spLh12 {
    line-height: 1.2 !important;
  }
  .spLh13 {
    line-height: 1.3 !important;
  }
  .spLh14 {
    line-height: 1.4 !important;
  }
  .spLh15 {
    line-height: 1.5 !important;
  }
  .spLh16 {
    line-height: 1.6 !important;
  }
  .spLh17 {
    line-height: 1.7 !important;
  }
  .spLh18 {
    line-height: 1.8 !important;
  }
  .spLh19 {
    line-height: 1.9 !important;
  }
  .spLh20 {
    line-height: 2 !important;
  }
  .spLh21 {
    line-height: 2.1 !important;
  }
  .spLh22 {
    line-height: 2.2 !important;
  }
  .spLh23 {
    line-height: 2.3 !important;
  }
  .spLh24 {
    line-height: 2.4 !important;
  }
  .spLh25 {
    line-height: 2.5 !important;
  }
  .spLh26 {
    line-height: 2.6 !important;
  }
  .spLh27 {
    line-height: 2.7 !important;
  }
  .spLh28 {
    line-height: 2.8 !important;
  }
  .spLh29 {
    line-height: 2.9 !important;
  }
  .spLh30 {
    line-height: 3 !important;
  }
  /*-- Etc --*/
  .spDisI {
    display: inline !important;
  }
  .spDisB {
    display: block !important;
  }
  .spDisIB {
    display: inline-block !important;
  }
  .spDisT {
    display: table !important;
  }
  .spDisTC {
    display: table-cell !important;
  }
  .spDisN {
    display: none !important;
  }
  .spDisF {
    display: flex !important;
  }
  .spJcFS {
    justify-content: flex-start !important;
  }
  .spJcFE {
    justify-content: flex-end !important;
  }
  .spJcC {
    justify-content: center !important;
  }
  .spJcSB {
    justify-content: space-between !important;
  }
  .spJcSA {
    justify-content: space-around !important;
  }
  .spAiFS {
    align-items: flex-start;
  }
  .spAiFE {
    align-items: flex-end !important;
  }
  .spAiC {
    align-items: center !important;
  }
  .spAiS {
    align-items: stretch !important;
  }
  .spAiB {
    align-items: baseline !important;
  }
  .spTaL {
    text-align: left !important;
  }
  .spTaR {
    text-align: right !important;
  }
  .spTaC {
    text-align: center !important;
  }
  .spVaT {
    vertical-align: top !important;
  }
  .spVaM {
    vertical-align: middle !important;
  }
  .spVaB {
    vertical-align: bottom !important;
  }
  .spVaTB {
    vertical-align: text-bottom !important;
  }
  .spFltL {
    float: left !important;
  }
  .spFltR {
    float: right !important;
  }
  .spFltN {
    float: none !important;
  }
  .spPosS {
    position: static !important;
  }
  .spPosR {
    position: relative !important;
  }
  .spPosA {
    position: absolute !important;
  }
  .spPosF {
    position: fixed !important;
  }
  .spPosSk {
    position: sticky !important;
  }
}
.movieBox {
  position: relative;
  padding: 8% 0 5%;
  background-image: url("/common/img/fig.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 40%;
}
@media screen and (max-width: 767px) {
  .movieBox {
    padding-top: 10%;
  }
}
.movieBox ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.movieBox ul li {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .movieBox ul li {
    width: 100%;
  }
  .movieBox ul li + li {
    margin-top: 5vw;
  }
}
.movieBox .in {
  width: 95%;
  margin: 0 auto;
}
.movieBox .in h2 {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 1em;
  display: flex;
  justify-content: center;
  color: #171c61;
}
.movieBox .in h2:before {
  position: relative;
  transform: rotate(-30deg);
  top: 0.3em;
  margin-right: 0.6em;
  content: "";
  width: 3px;
  height: 1em;
  background-color: #171c61;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .movieBox .in h2:before {
    height: 2.5em;
  }
}
.movieBox .in h2:after {
  position: relative;
  transform: rotate(30deg);
  top: 0.3em;
  margin-left: 0.6em;
  content: "";
  width: 3px;
  height: 1em;
  background-color: #171c61;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .movieBox .in h2:after {
    height: 2.5em;
  }
}
.movieBox .in iframe {
  width: 100%;
  border: 10px solid #171c61;
  height: 27vw;
}
@media screen and (max-width: 767px) {
  .movieBox .in iframe {
    height: 55vw;
    border-width: 5px;
  }
}

.newsBlock {
  padding: 40px 0 0 0;
}
@media screen and (max-width: 767px) {
  .newsBlock {
    padding: 4vw 0 5vw;
  }
}
.newsBlock .in {
  max-width: 950px;
  width: 90%;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 767px) {
  .newsBlock .in {
    display: block;
  }
}
.newsBlock .in h2 {
  margin-right: 35px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .newsBlock .in h2 {
    width: 40vw;
    margin: 0 auto;
    margin-bottom: 5vw;
  }
}
.newsBlock .in ul li {
  margin-bottom: 5px;
  line-height: 1.6;
  font-size: 1.4rem;
  display: flex;
  color: #171c61;
}
@media screen and (max-width: 767px) {
  .newsBlock .in ul li {
    font-size: 1.8rem;
  }
}
.newsBlock .in ul li a:hover {
  text-decoration: underline;
}
.newsBlock .in ul li em {
  margin-right: 15px;
}

.pickup-text {
  text-align: center;
  padding: 0 0 2em 0;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .pickup-text {
    font-size: 1.9rem;
    text-align: left;
    line-height: 1.6;
  }
}

.pickup-photo {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  padding-bottom: 50px;
  max-width: 1500px;
  width: 95%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .pickup-photo {
    grid-template-columns: 1fr 1fr;
  }
}
.pickup-photo img {
  max-width: 100%;
}/*# sourceMappingURL=style.css.map */