@charset "UTF-8";
*, *:before, *:after {
  box-sizing: border-box;
}

html {
  text-size-adjust: 100%;
  font-size: 62.5%;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #fff;
  background: #57657d;
  font-size: 1.6rem;
  opacity: 0;
  transition: 0.3s ease;
}
body.load {
  opacity: 1;
}

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

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

fieldset,
img {
  border: 0;
}

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

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

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

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

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

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select,
button {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  /**font-size: 100%;
  border-radius: 0;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  background-color: inherit;*/
}

textarea {
  resize: vertical;
  display: block;
}

button {
  padding: 0;
  cursor: pointer;
}

legend {
  color: #000;
}

main {
  display: block;
  position: relative;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s ease;
  text-underline-offset: 0.5rem;
}
a:hover img {
  opacity: 0.7;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  transition: 0.3s ease;
}

svg {
  display: block;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  font-feature-settings: "palt";
  image-rendering: -webkit-optimize-contrast;
}

*::before,
*::after {
  box-sizing: border-box;
}

br.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  br.pc {
    display: none;
  }
}
br.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  br.sp {
    display: block;
  }
}

.hidden {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: inline-block;
}

.move {
  transition: all 1s ease;
  opacity: 0;
  transform: translate(0, 3.125vw);
  -webkit-transform: translate(0, 3.125vw);
}
@media screen and (min-width: 1301px) {
  .move {
    transform: translate(0, 40px);
    -webkit-transform: translate(0, 40px);
  }
}
@media screen and (max-width: 768px) {
  .move {
    transform: translate(0, 5.3333333333vw);
    -webkit-transform: translate(0, 5.3333333333vw);
  }
}

.move-in {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.move-side {
  transition: all 2s ease;
  opacity: 0;
  transform: translate(10%, 0);
  -webkit-transform: translate(10%, 0);
}
@media screen and (min-width: 1301px) {
  .move-side {
    transform: translate(10%, 0);
    -webkit-transform: translate(10%, 0);
  }
}
@media screen and (max-width: 768px) {
  .move-side {
    transform: translate(0, 10%);
    -webkit-transform: translate(0, 10%);
  }
}

.move-side-in {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.fade {
  transition: all 1s ease;
  opacity: 0;
}

.fade-in {
  opacity: 1;
}

#wrapper {
  width: calc(100vw - (100vw - 100%));
  overflow: hidden;
  position: relative;
}
.inner {
  margin: 0 auto;
  width: 93.75vw;
}
@media screen and (min-width: 1301px) {
  .inner {
    width: 1380px;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    width: auto;
    padding: 0 5.3333333333vw;
  }
}

header {
  width: 100vw;
  height: 7.421875vw;
  background-color: #57657d;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
@media screen and (min-width: 1301px) {
  header {
    height: 95px;
  }
}
@media screen and (max-width: 768px) {
  header {
    position: static;
    background-color: transparent;
  }
}
@media screen and (max-width: 768px) {
  header:before {
    content: "";
    position: fixed;
    height: 14.6666666667vw;
    width: 100vw;
    background-color: #57657d;
    bottom: 0;
    left: 0;
    z-index: 9999;
  }
}
header .header-logo {
  position: absolute;
  top: 2.65625vw;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1301px) {
  header .header-logo {
    top: 34px;
  }
}
@media screen and (max-width: 768px) {
  header .header-logo {
    top: 6.9333333333vw;
  }
}
header .header-logo h1 img {
  width: 17.890625vw;
  height: auto;
  vertical-align: baseline;
}
@media screen and (min-width: 1301px) {
  header .header-logo h1 img {
    width: 229px;
  }
}
@media screen and (max-width: 768px) {
  header .header-logo h1 img {
    width: 61.0666666667vw;
  }
}

.header-navi {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3.125vw;
}
@media screen and (min-width: 1301px) {
  .header-navi {
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .header-navi {
    display: block;
  }
}
.header-navi ul {
  padding: 2.34375vw 0 0;
  display: flex;
  align-items: center;
  gap: 2.34375vw;
}
@media screen and (min-width: 1301px) {
  .header-navi ul {
    padding: 30px 0 0;
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .header-navi ul {
    display: none;
  }
}
.header-navi ul li {
  font-size: 1.25vw;
  font-weight: 600;
}
@media screen and (min-width: 1301px) {
  .header-navi ul li {
    font-size: 16px;
  }
}
.header-navi ul li a {
  display: inline-block;
  position: relative;
  padding: 0 0 0.6em;
}
.header-navi ul li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.15625vw;
  background-color: #fff;
  transition: 0.3s ease;
}
@media screen and (min-width: 1301px) {
  .header-navi ul li a:before {
    height: 2px;
  }
}
.header-navi ul li a:hover:before {
  width: 100%;
}
.header-navi .header-navi-contact {
  padding: 1.71875vw 0 0;
}
@media screen and (min-width: 1301px) {
  .header-navi .header-navi-contact {
    padding: 22px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .header-navi .header-navi-contact {
    position: fixed;
    bottom: 1.6vw;
    right: 5.3333333333vw;
    z-index: 9999;
    padding: 0;
  }
}
.header-navi .header-navi-contact a {
  display: inline-block;
  width: 15.625vw;
  font-size: 1.25vw;
  font-weight: 600;
  color: #fff;
  border: solid #fff 0.078125vw;
  padding: 0.3em 1em 0.3em 1em;
  line-height: 1.3;
  text-align: center;
}
@media screen and (min-width: 1301px) {
  .header-navi .header-navi-contact a {
    width: 200px;
    font-size: 16px;
    border-width: 1px;
  }
}
@media screen and (max-width: 768px) {
  .header-navi .header-navi-contact a {
    width: 42.6666666667vw;
    font-size: 3.2vw;
    border-width: 0.2666666667vw;
  }
}
.header-navi .header-navi-contact a span {
  display: block;
}
.header-navi .header-navi-contact a small {
  font-size: 1.09375vw;
}
@media screen and (min-width: 1301px) {
  .header-navi .header-navi-contact a small {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .header-navi .header-navi-contact a small {
    font-size: 2.9333333333vw;
  }
}
.header-navi .header-navi-contact a:hover {
  opacity: 1;
  background-color: #fff;
  color: #000;
}

.header-menu {
  position: fixed;
  top: 3.125vw;
  right: 3.125vw;
  z-index: 10010;
  display: none;
}
@media screen and (min-width: 1301px) {
  .header-menu {
    top: 40px;
    right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .header-menu {
    top: auto;
    right: auto;
    bottom: 4.8vw;
    left: 5.3333333333vw;
    display: block;
  }
}
.header-menu a {
  display: block;
  width: 2.734375vw;
  height: 1.25vw;
  position: relative;
}
@media screen and (min-width: 1301px) {
  .header-menu a {
    width: 35px;
    height: 16px;
  }
}
@media screen and (max-width: 768px) {
  .header-menu a {
    width: 9.3333333333vw;
    height: 4.2666666667vw;
  }
}
.header-menu a span {
  display: inline-block;
  width: 100%;
  height: 0.15625vw;
  background-color: #fff;
  position: absolute;
  left: 0;
  transition: 0.3s ease;
}
@media screen and (min-width: 1301px) {
  .header-menu a span {
    height: 2px;
  }
}
@media screen and (max-width: 768px) {
  .header-menu a span {
    height: 0.5333333333vw;
  }
}
.header-menu a span:nth-child(1) {
  top: 0;
  transform: translate(0, 0) rotate(0deg);
}
.header-menu a span:nth-child(2) {
  top: 0.546875vw;
  transform: translate(0, 0);
}
@media screen and (min-width: 1301px) {
  .header-menu a span:nth-child(2) {
    top: 7px;
  }
}
@media screen and (max-width: 768px) {
  .header-menu a span:nth-child(2) {
    top: 1.8666666667vw;
  }
}
.header-menu a span:nth-child(3) {
  bottom: 0;
  transform: translate(0, 0) rotate(0deg);
}
.header-menu.active a span:nth-child(1) {
  transform: translate(0, 0.546875vw) rotate(45deg);
}
@media screen and (min-width: 1301px) {
  .header-menu.active a span:nth-child(1) {
    transform: translate(0, 7px) rotate(45deg);
  }
}
@media screen and (max-width: 768px) {
  .header-menu.active a span:nth-child(1) {
    transform: translate(0, 1.8666666667vw) rotate(45deg);
  }
}
.header-menu.active a span:nth-child(2) {
  opacity: 0;
  transform: translate(0.78125vw, 0);
}
@media screen and (min-width: 1301px) {
  .header-menu.active a span:nth-child(2) {
    transform: translate(10px, 0);
  }
}
@media screen and (max-width: 768px) {
  .header-menu.active a span:nth-child(2) {
    transform: translate(2.6666666667vw, 0);
  }
}
.header-menu.active a span:nth-child(3) {
  transform: translate(0, -0.546875vw) rotate(-45deg);
}
@media screen and (min-width: 1301px) {
  .header-menu.active a span:nth-child(3) {
    transform: translate(0, -7px) rotate(-45deg);
  }
}
@media screen and (max-width: 768px) {
  .header-menu.active a span:nth-child(3) {
    transform: translate(0, -1.8666666667vw) rotate(-45deg);
  }
}
#gnavi {
  display: none;
  width: 100vw;
  height: calc(100vh - 14.667vw);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10000;
  background-color: #57657d;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #gnavi {
    bottom: 14.6666666667vw;
  }
}
#gnavi .gmenu {
  padding: 8.203125vw 3.125vw 4.6875vw 3.125vw;
}
@media screen and (min-width: 1301px) {
  #gnavi .gmenu {
    padding: 105px 40px 60px 40px;
  }
}
@media screen and (max-width: 768px) {
  #gnavi .gmenu {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100vw;
    padding: 10.6666666667vw 5.3333333333vw 10.6666666667vw 5.3333333333vw;
  }
}
#gnavi .gmenu ul {
  display: grid;
  gap: 2.734375vw;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 1301px) {
  #gnavi .gmenu ul {
    gap: 35px;
  }
}
@media screen and (max-width: 768px) {
  #gnavi .gmenu ul {
    gap: 4.2666666667vw;
  }
}
@media screen and (max-width: 768px) {
  #gnavi .gmenu ul li {
    margin: 0 0 2.6666666667vw;
  }
}
#gnavi .gmenu ul li a {
  color: #fff;
  display: block;
  font-size: 1.25vw;
  font-weight: bold;
  position: relative;
}
@media screen and (min-width: 1301px) {
  #gnavi .gmenu ul li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #gnavi .gmenu ul li a {
    font-size: 5.3333333333vw;
  }
}
#gnavi .gmenu ul li a:before {
  content: "";
  position: absolute;
  bottom: -0.5em;
  left: 0;
  width: 100%;
  height: 0.2666666667vw;
  background-color: rgba(255, 255, 255, 0.6);
  transition: 0.3s ease;
}
#gnavi .gmenu ul li a:hover:before {
  width: 0%;
}
#gnavi .gmenu .header-navi-contact {
  padding: 5.3333333333vw 0 0;
}
#gnavi .gmenu .header-navi-contact a {
  display: block;
  text-align: center;
  border: solid #fff 0.2666666667vw;
  padding: 0.3em;
  line-height: 1.3;
  font-size: 3.7333333333vw;
}
#gnavi .gmenu .header-navi-contact a span {
  font-weight: 600;
}

/*#pagetop{
  position:fixed;
  bottom:vw(30);
  right:vw(30);
  z-index:9999;
  width:vw(70);
  height:vw(70);

  @include pc{
    bottom:30px;
    right:30px;
    width:70px;
    height:70px;
  }
  @include sp{
    bottom:sw(10);
    right:sw(10);
    width:sw(35);
    height:sw(35);
  }

  a{
    width:100%;
    height:100%;
    display:block;
    background:url(../img/pagetop.png) no-repeat center /contain;
  }
}*/
footer {
  padding: 9.765625vw 0 3.90625vw;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 1301px) {
  footer {
    padding: 125px 0 50px;
  }
}
@media screen and (max-width: 768px) {
  footer {
    padding: 16vw 0 22.6666666667vw;
  }
}
footer .footer-logo {
  text-align: center;
}
footer .footer-logo .logo h2 {
  margin: 0 0 2.34375vw;
}
@media screen and (min-width: 1301px) {
  footer .footer-logo .logo h2 {
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-logo .logo h2 {
    margin: 0 0 5.3333333333vw;
  }
}
footer .footer-logo .logo h2 img {
  width: 26.25vw;
}
@media screen and (min-width: 1301px) {
  footer .footer-logo .logo h2 img {
    width: 336px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-logo .logo h2 img {
    width: 44.8vw;
  }
}
footer .footer-logo .logo p {
  font-size: 1.25vw;
  line-height: 2.4;
}
@media screen and (min-width: 1301px) {
  footer .footer-logo .logo p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-logo .logo p {
    font-size: 3.4666666667vw;
  }
}
footer .copyright {
  text-align: center;
  padding: 6.25vw 0 0;
}
@media screen and (min-width: 1301px) {
  footer .copyright {
    padding: 80px 0 0;
  }
}
@media screen and (max-width: 768px) {
  footer .copyright {
    padding: 10.6666666667vw 0 0;
  }
}
footer .copyright small {
  font-size: 1.015625vw;
  line-height: 1;
}
@media screen and (min-width: 1301px) {
  footer .copyright small {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  footer .copyright small {
    font-size: 2.9333333333vw;
  }
}

#mainvisual {
  width: 100%;
  height: 50.78125vw;
  position: relative;
  overflow: hidden;
  z-index: 10;
  margin: 12.5vw 0 0;
}
@media screen and (min-width: 1301px) {
  #mainvisual {
    height: 650px;
    margin: 160px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #mainvisual {
    height: calc(100vh - 29.333vw);
    margin: 13.3333333333vw 0 0;
  }
}
#mainvisual .mv-slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#mainvisual .mv-slider video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
  outline: none;
  border: none;
}
#mainvisual .mv-slider figure {
  width: 100%;
  height: 50.78125vw;
}
@media screen and (min-width: 1301px) {
  #mainvisual .mv-slider figure {
    height: 650px;
  }
}
@media screen and (max-width: 768px) {
  #mainvisual .mv-slider figure {
    height: calc(100vh - 34.667vw);
  }
}
#mainvisual .mv-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
}
#mainvisual .mv-slider .swiper-slide-active figure img,
#mainvisual .mv-slider .swiper-slide-duplicate-active figure img,
#mainvisual .mv-slider .swiper-slide-prev figure img {
  animation: zoomUp 7s linear 0s normal both;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
#top-concept {
  padding: 11.71875vw 0 0;
  background: url(../img/top-concept-bg.webp) no-repeat top 2.734375vw right/62.65625vw auto;
}
@media screen and (min-width: 1301px) {
  #top-concept {
    padding: 150px 0 0;
    background-position: top 35px right;
    background-size: 802px auto;
  }
}
@media screen and (max-width: 768px) {
  #top-concept {
    padding: 21.3333333333vw 0 0;
    background-position: top 16vw right;
    background-size: 53.3333333333vw auto;
  }
}
#top-concept .top-concept-wrap {
  padding: 0 6.25vw 0 6.25vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
@media screen and (min-width: 1301px) {
  #top-concept .top-concept-wrap {
    padding: 0 140px 0 230px;
  }
}
@media screen and (max-width: 768px) {
  #top-concept .top-concept-wrap {
    padding: 0;
    display: block;
  }
}
#top-concept .top-concept-wrap .top-concept-slider {
  width: 35.15625vw;
}
@media screen and (min-width: 1301px) {
  #top-concept .top-concept-wrap .top-concept-slider {
    width: 450px;
  }
}
@media screen and (max-width: 768px) {
  #top-concept .top-concept-wrap .top-concept-slider {
    width: 100%;
  }
}
#top-concept .top-concept-wrap .top-concept-slider.eff {
  opacity: 0;
  transform: translateX(-5%);
  transition: 1s ease;
}
#top-concept .top-concept-wrap .top-concept-slider.eff.eff-in {
  opacity: 1;
  transform: translateX(0);
}
#top-concept .top-concept-wrap figure {
  width: 100%;
  height: 50.78125vw;
  overflow: hidden;
}
@media screen and (min-width: 1301px) {
  #top-concept .top-concept-wrap figure {
    width: 450px;
    height: 650px;
  }
}
@media screen and (max-width: 768px) {
  #top-concept .top-concept-wrap figure {
    width: 100%;
    height: 64vw;
  }
}
#top-concept .top-concept-wrap figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#top-concept .top-concept-wrap .cnt {
  width: 36.71875vw;
}
@media screen and (min-width: 1301px) {
  #top-concept .top-concept-wrap .cnt {
    width: 470px;
  }
}
@media screen and (max-width: 768px) {
  #top-concept .top-concept-wrap .cnt {
    width: auto;
    margin: 0 0 5.3333333333vw;
  }
}
#top-concept .top-concept-wrap .cnt h2 {
  font-size: 3.90625vw;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin: 0 0 3.125vw;
}
@media screen and (min-width: 1301px) {
  #top-concept .top-concept-wrap .cnt h2 {
    font-size: 50px;
    margin: 0 0 50px;
  }
}
@media screen and (max-width: 768px) {
  #top-concept .top-concept-wrap .cnt h2 {
    font-size: 6.4vw;
    margin: 0 0 5.3333333333vw;
  }
}
#top-concept .top-concept-wrap .cnt p {
  font-size: 1.171875vw;
  margin: 0 0 1em;
  line-height: 1.8;
}
@media screen and (min-width: 1301px) {
  #top-concept .top-concept-wrap .cnt p {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  #top-concept .top-concept-wrap .cnt p {
    font-size: 3.4666666667vw;
  }
}

#top-instagram {
  padding: 11.71875vw 0;
}
@media screen and (min-width: 1301px) {
  #top-instagram {
    padding: 150px 0;
  }
}
@media screen and (max-width: 768px) {
  #top-instagram {
    padding: 21.3333333333vw 0;
  }
}
#top-instagram .top-instagram-wrap h2 {
  margin: 0 0 2.34375vw;
  text-align: center;
}
@media screen and (min-width: 1301px) {
  #top-instagram .top-instagram-wrap h2 {
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 768px) {
  #top-instagram .top-instagram-wrap h2 {
    margin: 0 0 5.3333333333vw;
  }
}
#top-instagram .top-instagram-wrap h2 img {
  width: 16.40625vw;
}
@media screen and (min-width: 1301px) {
  #top-instagram .top-instagram-wrap h2 img {
    width: 210px;
  }
}
@media screen and (max-width: 768px) {
  #top-instagram .top-instagram-wrap h2 img {
    width: 28vw;
  }
}

#sbi_images {
  gap: 1.5625vw !important;
}
@media screen and (min-width: 1301px) {
  #sbi_images {
    gap: 20px !important;
  }
}
@media screen and (max-width: 768px) {
  #sbi_images {
    gap: 2.6666666667vw !important;
  }
}

#gmap-container .gmap-container-wrap iframe {
  width: 100vw;
  height: 39.0625vw;
}
@media screen and (min-width: 1301px) {
  #gmap-container .gmap-container-wrap iframe {
    height: 500px;
  }
}
@media screen and (max-width: 768px) {
  #gmap-container .gmap-container-wrap iframe {
    height: 80vw;
  }
}

.btn-common {
  display: inline-block;
  position: relative;
  width: 20.3125vw;
  height: 3.90625vw;
  line-height: 3.90625vw;
  background-color: #eb8400;
  color: #000;
  text-align: center;
  padding: 0 1.5625vw;
  border-radius: 4.6875vw;
  overflow: hidden;
}
@media screen and (min-width: 1301px) {
  .btn-common {
    width: 260px;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    border-radius: 60px;
    border-width: 1px;
  }
}
@media screen and (max-width: 768px) {
  .btn-common {
    display: block;
    width: auto;
    height: 13.3333333333vw;
    line-height: 13.3333333333vw;
    padding: 0 5.3333333333vw;
    border-radius: 13.3333333333vw;
    border-width: 0.2666666667vw;
  }
}
.btn-common span {
  font-size: 1.25vw;
  display: block;
  position: relative;
  z-index: 2;
  font-weight: 600;
  color: #fff;
}
@media screen and (min-width: 1301px) {
  .btn-common span {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .btn-common span {
    font-size: 3.7333333333vw;
  }
}
.btn-common:hover {
  opacity: 0.7;
}
.btn-common.btn-arrow span {
  background: url(../img/btn-arrow.png) no-repeat center right/0.4296875vw auto;
}
@media screen and (min-width: 1301px) {
  .btn-common.btn-arrow span {
    background-size: 5.5px auto;
  }
}
@media screen and (max-width: 768px) {
  .btn-common.btn-arrow span {
    background-size: 1.4666666667vw auto;
  }
}
.btn-common.btn-email span {
  display: inline-block;
  padding: 0 0 0 3.28125vw;
  background: url(../img/footer-contact-email.png) no-repeat center left/2.5vw auto;
}
@media screen and (min-width: 1301px) {
  .btn-common.btn-email span {
    padding: 0 0 0 42px;
    background-size: 32px auto;
  }
}
@media screen and (max-width: 768px) {
  .btn-common.btn-email span {
    padding: 0 0 0 11.2vw;
    background-size: 8.5333333333vw auto;
  }
}

/*---------------------------------
PAGE
---------------------------------*/
.page-header {
  margin: 12.5vw 0 7.8125vw;
}
@media screen and (min-width: 1301px) {
  .page-header {
    margin: 132px 0 100px;
  }
}
@media screen and (max-width: 768px) {
  .page-header {
    margin: 13.3333333333vw 0 10.6666666667vw;
  }
}
.page-header .page-header-wrap {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20.3125vw;
  width: 93.75vw;
  margin: 0 auto;
}
@media screen and (min-width: 1301px) {
  .page-header .page-header-wrap {
    height: 300px;
    width: 1370px;
  }
}
@media screen and (max-width: 768px) {
  .page-header .page-header-wrap {
    height: 48vw;
    width: auto;
  }
}
.page-header .page-header-wrap h2 {
  color: #fff;
  text-align: center;
  font-size: 4.6875vw;
  font-weight: 600;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 1301px) {
  .page-header .page-header-wrap h2 {
    font-size: 60px;
  }
}
@media screen and (max-width: 768px) {
  .page-header .page-header-wrap h2 {
    font-size: 6.4vw;
  }
}

/*.breadcrumbs{
  padding:vw(25) 0 vw(90);
  font-size:vw(14);

  @include pc{
    padding:25px 0 90px;
    font-size:14px;
  }
  @include sp{
    padding:sw(20) 0 sw(40);
    font-size:sw(12);
  }

  a{
    text-decoration:none;

    &:hover{
      text-decoration:underline;
    }
  }
}*/
.common-ttl {
  margin: 0 0 3.125vw;
  text-align: center;
}
@media screen and (min-width: 1301px) {
  .common-ttl {
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .common-ttl {
    margin: 0 0 5.3333333333vw;
  }
}
.common-ttl h2 {
  font-size: 3.515625vw;
  font-weight: 700;
}
@media screen and (min-width: 1301px) {
  .common-ttl h2 {
    font-size: 45px;
  }
}
@media screen and (max-width: 768px) {
  .common-ttl h2 {
    font-size: 6.4vw;
  }
}
.common-ttl small {
  font-weight: 600;
  letter-spacing: 0.06em;
  opacity: 0.3;
}
.common-ttl strong {
  display: block;
  font-size: 1.5625vw;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1301px) {
  .common-ttl strong {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .common-ttl strong {
    font-size: 4.2666666667vw;
  }
}

._h2 {
  text-align: center;
  font-size: 3.90625vw;
  letter-spacing: 0.06em;
  font-weight: 600;
  margin: 0 0 1em;
}
@media screen and (min-width: 1301px) {
  ._h2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 768px) {
  ._h2 {
    font-size: 6.4vw;
  }
}

/*---------------------------------
Menu
---------------------------------*/
#page-header-menu .page-header-wrap {
  background-image: url(../img/page-header-menu.jpg);
}

#menu-list {
  padding: 0 0 15.625vw;
}
@media screen and (min-width: 1301px) {
  #menu-list {
    padding: 0 0 200px;
  }
}
@media screen and (max-width: 768px) {
  #menu-list {
    padding: 0 0 21.3333333333vw;
  }
}
#menu-list .menu-list-wrap {
  padding: 0 3.125vw;
}
@media screen and (min-width: 1301px) {
  #menu-list .menu-list-wrap {
    padding: 0 115px;
  }
}
@media screen and (max-width: 768px) {
  #menu-list .menu-list-wrap {
    padding: 0 0vw;
  }
}
#menu-list .menu-list-top {
  text-align: right;
  margin: 0 0 1.5625vw;
}
@media screen and (min-width: 1301px) {
  #menu-list .menu-list-top {
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 768px) {
  #menu-list .menu-list-top {
    margin: 0 0 5.3333333333vw;
  }
}
#menu-list .menu-list-top p {
  font-size: 1.09375vw;
}
@media screen and (min-width: 1301px) {
  #menu-list .menu-list-top p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #menu-list .menu-list-top p {
    font-size: 3.2vw;
  }
}
#menu-list .menu-list-bottom {
  text-align: center;
  padding: 7.8125vw 0 0;
}
@media screen and (min-width: 1301px) {
  #menu-list .menu-list-bottom {
    margin: 0 0 20px;
    padding: 100px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #menu-list .menu-list-bottom {
    margin: 0 0 5.3333333333vw;
    padding: 10.6666666667vw 0 0;
  }
}
#menu-list .menu-list-bottom p {
  padding: 1em;
  border: solid #fff 0.078125vw;
  font-size: 1.171875vw;
  line-height: 2;
}
@media screen and (min-width: 1301px) {
  #menu-list .menu-list-bottom p {
    border-width: 1px;
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  #menu-list .menu-list-bottom p {
    border-width: 0.2666666667vw;
    font-size: 3.4666666667vw;
  }
}
#menu-list .menu-list-body {
  display: flex;
  flex-wrap: wrap;
  gap: 7.03125vw 6.25vw;
}
@media screen and (min-width: 1301px) {
  #menu-list .menu-list-body {
    gap: 90px 80px;
  }
}
@media screen and (max-width: 768px) {
  #menu-list .menu-list-body {
    gap: 10.6666666667vw 10.6666666667vw;
  }
}
#menu-list .menu-list-body ._menu {
  width: 40.625vw;
}
@media screen and (min-width: 1301px) {
  #menu-list .menu-list-body ._menu {
    width: 535px;
  }
}
@media screen and (max-width: 768px) {
  #menu-list .menu-list-body ._menu {
    width: 100%;
  }
}
#menu-list .menu-list-body ._menu h3 {
  font-size: 1.875vw;
  font-weight: 600;
  padding: 0.3em 0.3em;
  border-top: solid #fff 0.078125vw;
  border-bottom: solid #fff 0.078125vw;
  margin: 0 0 0.78125vw;
}
@media screen and (min-width: 1301px) {
  #menu-list .menu-list-body ._menu h3 {
    font-size: 24px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 768px) {
  #menu-list .menu-list-body ._menu h3 {
    font-size: 4.8vw;
    border-top-width: 0.2666666667vw;
    border-bottom-width: 0.2666666667vw;
    margin: 0 0 2.6666666667vw;
  }
}
#menu-list .menu-list-body ._menu ._list ._item {
  display: flex;
  justify-content: space-between;
  padding: 1.5625vw 0;
  border-bottom: dotted #fff 0.078125vw;
}
@media screen and (min-width: 1301px) {
  #menu-list .menu-list-body ._menu ._list ._item {
    padding: 20px 0;
    border-bottom-width: 1px;
  }
}
@media screen and (max-width: 768px) {
  #menu-list .menu-list-body ._menu ._list ._item {
    padding: 5.3333333333vw 0;
    border-bottom-width: 0.2666666667vw;
  }
}
#menu-list .menu-list-body ._menu ._list ._item dl dt {
  font-size: 1.25vw;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 1301px) {
  #menu-list .menu-list-body ._menu ._list ._item dl dt {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #menu-list .menu-list-body ._menu ._list ._item dl dt {
    font-size: 3.7333333333vw;
  }
}
#menu-list .menu-list-body ._menu ._list ._item dl dd {
  font-size: 1.09375vw;
  padding: 0.5em 0 0;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1301px) {
  #menu-list .menu-list-body ._menu ._list ._item dl dd {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #menu-list .menu-list-body ._menu ._list ._item dl dd {
    font-size: 3.2vw;
  }
}
#menu-list .menu-list-body ._menu ._list ._item .price {
  text-align: right;
  font-size: 1.25vw;
}
@media screen and (min-width: 1301px) {
  #menu-list .menu-list-body ._menu ._list ._item .price {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #menu-list .menu-list-body ._menu ._list ._item .price {
    font-size: 3.7333333333vw;
  }
}

/*---------------------------------
Recruit
---------------------------------*/
#page-header-recruit .page-header-wrap {
  background-image: url(../img/page-header-recruit.jpg);
}

.recruit-section {
  margin: 0 0 6.25vw;
}
@media screen and (min-width: 1301px) {
  .recruit-section {
    margin: 0 0 80px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-section {
    margin: 0 0 10.6666666667vw;
  }
}
.recruit-section .page-content {
  border-bottom: solid #6b6b6b 0.078125vw;
  padding: 0 0 6.25vw;
  margin: 0 3.125vw;
  text-align: center;
}
@media screen and (min-width: 1301px) {
  .recruit-section .page-content {
    border-bottom-width: 1px;
    padding: 0 0 80px;
    margin: 0 115px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-section .page-content {
    border-bottom-width: 0.2666666667vw;
    padding: 0 0 10.6666666667vw;
    margin: 0;
  }
}
.recruit-section .page-content h3 {
  font-size: 1.5625vw;
  font-weight: 600;
  letter-spacing: 0.06em;
  margin: 0 0 0.5em;
}
@media screen and (min-width: 1301px) {
  .recruit-section .page-content h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-section .page-content h3 {
    font-size: 4.2666666667vw;
  }
}
.recruit-section .page-content p {
  font-size: 1.171875vw;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 1301px) {
  .recruit-section .page-content p {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-section .page-content p {
    font-size: 3.4666666667vw;
  }
}

#recruit-content04 .page-content {
  border-bottom: none;
  padding: 0 0 2.734375vw;
}
@media screen and (min-width: 1301px) {
  #recruit-content04 .page-content {
    padding: 0 0 35px;
  }
}
@media screen and (max-width: 768px) {
  #recruit-content04 .page-content {
    padding: 0 0 5.3333333333vw;
  }
}
#recruit-content04 .page-content figure {
  margin: 0 0 3.515625vw;
}
@media screen and (min-width: 1301px) {
  #recruit-content04 .page-content figure {
    margin: 0 0 45px;
  }
}
@media screen and (max-width: 768px) {
  #recruit-content04 .page-content figure {
    margin: 0 0 5.3333333333vw;
  }
}

#recruit-images .recruit-images-wrap {
  display: flex;
  padding: 0 3.125vw;
}
@media screen and (min-width: 1301px) {
  #recruit-images .recruit-images-wrap {
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  #recruit-images .recruit-images-wrap {
    padding: 0;
  }
}
#recruit-images .recruit-images-wrap figure {
  width: 33.33%;
  opacity: 0;
  transform: translateY(10%);
  transition: 1s ease;
}
#recruit-images .recruit-images-wrap figure:nth-child(1) {
  transition-delay: 0s;
}
#recruit-images .recruit-images-wrap figure:nth-child(2) {
  transition-delay: 0.2s;
}
#recruit-images .recruit-images-wrap figure:nth-child(3) {
  transition-delay: 0.4s;
}
#recruit-images.eff-in .recruit-images-wrap figure {
  opacity: 1;
  transform: translateY(0);
}

#recruit-company {
  padding: 11.71875vw 0 0;
}
@media screen and (min-width: 1301px) {
  #recruit-company {
    padding: 150px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #recruit-company {
    padding: 16vw 0 0;
  }
}
#recruit-company .recruit-company-wrap {
  padding: 0 3.125vw;
}
@media screen and (min-width: 1301px) {
  #recruit-company .recruit-company-wrap {
    padding: 0 200px;
  }
}
@media screen and (max-width: 768px) {
  #recruit-company .recruit-company-wrap {
    padding: 0;
  }
}
#recruit-company .recruit-company-wrap table {
  border-top: solid #6b6b6b 0.078125vw;
  font-size: 1.171875vw;
  width: 100%;
  border-collapse: collapse;
}
@media screen and (min-width: 1301px) {
  #recruit-company .recruit-company-wrap table {
    border-top-width: 1px;
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  #recruit-company .recruit-company-wrap table {
    display: block;
    border-top-width: 0.2666666667vw;
    font-size: 3.4666666667vw;
  }
}
@media screen and (max-width: 768px) {
  #recruit-company .recruit-company-wrap table tr, #recruit-company .recruit-company-wrap table tbody {
    display: block;
  }
}
#recruit-company .recruit-company-wrap table th {
  border-bottom: solid #6b6b6b 0.078125vw;
  padding: 1em 3em;
  text-align: left;
  vertical-align: middle;
}
@media screen and (min-width: 1301px) {
  #recruit-company .recruit-company-wrap table th {
    border-bottom-width: 1px;
  }
}
@media screen and (max-width: 768px) {
  #recruit-company .recruit-company-wrap table th {
    display: block;
    border-bottom: none;
    padding: 1em 0 0.5em;
  }
}
#recruit-company .recruit-company-wrap table td {
  border-bottom: solid #6b6b6b 0.078125vw;
  padding: 1em 0;
  text-align: left;
  vertical-align: middle;
}
@media screen and (min-width: 1301px) {
  #recruit-company .recruit-company-wrap table td {
    border-bottom-width: 1px;
  }
}
@media screen and (max-width: 768px) {
  #recruit-company .recruit-company-wrap table td {
    display: block;
    border-bottom-width: 0.2666666667vw;
    padding: 0 0 1em;
  }
}

#recruit-job {
  padding: 10.9375vw 0 0;
}
@media screen and (min-width: 1301px) {
  #recruit-job {
    padding: 140px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #recruit-job {
    padding: 16vw 0 0;
  }
}
#recruit-job .recruit-job-wrap {
  margin: 0 3.125vw;
}
@media screen and (min-width: 1301px) {
  #recruit-job .recruit-job-wrap {
    margin: 0 115px;
  }
}
@media screen and (max-width: 768px) {
  #recruit-job .recruit-job-wrap {
    margin: 0;
  }
}
#recruit-job .recruit-job-list ._tabs ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #recruit-job .recruit-job-list ._tabs ul {
    gap: 0.5333333333vw 1%;
  }
}
#recruit-job .recruit-job-list ._tabs ul li {
  color: #6b6b6b;
  font-size: 1.25vw;
  line-height: 1.8;
  padding: 1em 3em 1em 1.5em;
  cursor: pointer;
  position: relative;
  transition: 0.3s ease;
}
@media screen and (min-width: 1301px) {
  #recruit-job .recruit-job-list ._tabs ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #recruit-job .recruit-job-list ._tabs ul li {
    width: 49.5%;
    font-size: 3.4666666667vw;
    padding: 1em 2em 1em 1em;
  }
}
#recruit-job .recruit-job-list ._tabs ul li.active {
  color: #000;
}
#recruit-job .recruit-job-list ._tabs ul li.active:before {
  background-color: #fff;
}
#recruit-job .recruit-job-list ._tabs ul li:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 1.5625vw 100%);
  background-color: #ccc;
  z-index: 1;
  rotate: 180deg;
  transition: 0.3s ease;
}
@media screen and (min-width: 1301px) {
  #recruit-job .recruit-job-list ._tabs ul li:before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 20px 100%);
  }
}
@media screen and (max-width: 768px) {
  #recruit-job .recruit-job-list ._tabs ul li:before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 5.3333333333vw 100%);
  }
}
#recruit-job .recruit-job-list ._tabs ul li a {
  display: flex;
  flex-direction: column;
  align-items: start;
  position: relative;
  z-index: 2;
}
#recruit-job .recruit-job-list ._list ._job {
  display: none;
}
#recruit-job .recruit-job-list ._list ._job table {
  width: 100%;
  border: solid #fff 0.078125vw;
  font-size: 1.171875vw;
  line-height: 1.8;
  border-collapse: collapse;
}
@media screen and (min-width: 1301px) {
  #recruit-job .recruit-job-list ._list ._job table {
    border-width: 1px;
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  #recruit-job .recruit-job-list ._list ._job table {
    display: block;
    border-width: 0.2666666667vw;
    font-size: 3.4666666667vw;
  }
}
@media screen and (max-width: 768px) {
  #recruit-job .recruit-job-list ._list ._job table tr, #recruit-job .recruit-job-list ._list ._job table tbody {
    display: block;
  }
}
#recruit-job .recruit-job-list ._list ._job table tr:last-child th, #recruit-job .recruit-job-list ._list ._job table tr:last-child td {
  border-bottom: none;
}
#recruit-job .recruit-job-list ._list ._job table th {
  border-right: solid #fff 0.078125vw;
  border-bottom: solid #6b6b6b 0.078125vw;
  padding: 2em 1em;
  text-align: center;
  vertical-align: top;
  width: 15%;
}
@media screen and (min-width: 1301px) {
  #recruit-job .recruit-job-list ._list ._job table th {
    border-right-width: 1px;
    border-bottom-width: 1px;
  }
}
@media screen and (max-width: 768px) {
  #recruit-job .recruit-job-list ._list ._job table th {
    display: block;
    border-right: none;
    border-bottom: none;
    padding: 1em 1em 0.5em;
    font-size: 4vw;
    width: auto;
  }
}
#recruit-job .recruit-job-list ._list ._job table td {
  border-bottom: solid #6b6b6b 0.078125vw;
  padding: 2em 2em;
  text-align: left;
  vertical-align: top;
}
@media screen and (min-width: 1301px) {
  #recruit-job .recruit-job-list ._list ._job table td {
    border-bottom-width: 1px;
  }
}
@media screen and (max-width: 768px) {
  #recruit-job .recruit-job-list ._list ._job table td {
    display: block;
    padding: 0 1em 1em;
    border-bottom-width: 0.2666666667vw;
  }
}
#recruit-job .recruit-job-list ._list ._job table td p {
  margin: 0 0 2em;
}
#recruit-job .recruit-job-list ._list ._job table td p:last-child {
  margin: 0;
}
#recruit-job .recruit-job-list ._list ._job table td a {
  text-decoration: underline;
}
#recruit-job .recruit-job-list ._list ._job table td a:hover {
  text-decoration: none;
}
#recruit-job .recruit-job-none {
  text-align: center;
  margin: 0 0 15.625vw;
}
@media screen and (min-width: 1301px) {
  #recruit-job .recruit-job-none {
    margin: 0 0 200px;
  }
}
@media screen and (max-width: 768px) {
  #recruit-job .recruit-job-none {
    margin: 0 0 21.3333333333vw;
  }
}
#recruit-job .recruit-job-none p {
  font-size: 1.171875vw;
  letter-spacing: 0.06em;
  padding: 1.5em;
  border: solid #fff 0.078125vw;
}
@media screen and (min-width: 1301px) {
  #recruit-job .recruit-job-none p {
    font-size: 15px;
    border-width: 1px;
  }
}
@media screen and (max-width: 768px) {
  #recruit-job .recruit-job-none p {
    font-size: 3.4666666667vw;
    border-width: 0.2666666667vw;
  }
}

#recruit-entry {
  padding: 10.9375vw 0 0;
  margin: 0 0 10.15625vw;
  position: relative;
}
@media screen and (min-width: 1301px) {
  #recruit-entry {
    padding: 140px 0 0;
    margin: 0 0 130px;
  }
}
@media screen and (max-width: 768px) {
  #recruit-entry {
    padding: 16vw 0 0;
    margin: 0 0 16vw;
  }
}
#recruit-entry._nob {
  padding-top: 0;
}
#recruit-entry ._desc {
  text-align: center;
  margin: 0 0 4.6875vw;
}
@media screen and (min-width: 1301px) {
  #recruit-entry ._desc {
    margin: 0 0 60px;
  }
}
@media screen and (max-width: 768px) {
  #recruit-entry ._desc {
    margin: 0 0 8vw;
  }
}
#recruit-entry ._desc p {
  font-size: 1.25vw;
  line-height: 2;
}
@media screen and (min-width: 1301px) {
  #recruit-entry ._desc p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #recruit-entry ._desc p {
    font-size: 3.7333333333vw;
  }
}
#recruit-entry ._desc p + p {
  padding: 2em 0 0;
}
#recruit-entry ._desc p a {
  text-decoration: underline;
}
#recruit-entry ._desc p a:hover {
  text-decoration: none;
}
#recruit-entry ._form {
  margin: 0 3.125vw;
  padding: 3.90625vw 7.03125vw 7.03125vw;
  background-color: #fff;
  color: #000;
}
@media screen and (min-width: 1301px) {
  #recruit-entry ._form {
    margin: 0 115px;
    padding: 50px 90px 90px;
  }
}
@media screen and (max-width: 768px) {
  #recruit-entry ._form {
    margin: 0;
    padding: 5.3333333333vw 5.3333333333vw 10.6666666667vw;
  }
}
#recruit-entry ._form table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.25vw;
}
@media screen and (min-width: 1301px) {
  #recruit-entry ._form table {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #recruit-entry ._form table {
    display: block;
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 768px) {
  #recruit-entry ._form table tr, #recruit-entry ._form table tbody {
    display: block;
  }
}
#recruit-entry ._form table th {
  text-align: left;
  vertical-align: top;
  font-weight: 500;
  padding: 1.953125vw 0;
  position: relative;
  width: 30%;
}
@media screen and (min-width: 1301px) {
  #recruit-entry ._form table th {
    padding: 25px 0;
  }
}
@media screen and (max-width: 768px) {
  #recruit-entry ._form table th {
    display: block;
    padding: 5.3333333333vw 0 2.6666666667vw;
    border: none;
    width: auto;
  }
}
#recruit-entry ._form table th .req {
  position: absolute;
  top: 1.953125vw;
  right: 5.46875vw;
  display: inline-block;
  background-color: #000;
  color: #fff;
  font-weight: 600;
  margin: 0 0 0 1em;
  padding: 0 0.6em 0.1em;
  font-size: 1.015625vw;
}
@media screen and (min-width: 1301px) {
  #recruit-entry ._form table th .req {
    top: 25px;
    right: 70px;
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  #recruit-entry ._form table th .req {
    top: 5.3333333333vw;
    right: 0vw;
    font-size: 3.2vw;
  }
}
#recruit-entry ._form table td {
  text-align: left;
  vertical-align: top;
  font-weight: 500;
  padding: 1.171875vw 0;
}
@media screen and (min-width: 1301px) {
  #recruit-entry ._form table td {
    padding: 15px 0;
  }
}
@media screen and (max-width: 768px) {
  #recruit-entry ._form table td {
    display: block;
    padding: 0 0 5.3333333333vw;
  }
}
#recruit-entry ._form table td ._add {
  padding: 0 0 0 1em;
  display: inline-block;
}
#recruit-entry ._form table td .multistep {
  padding: 0.78125vw 0;
}
@media screen and (min-width: 1301px) {
  #recruit-entry ._form table td .multistep {
    padding: 10px 0;
  }
}
@media screen and (max-width: 768px) {
  #recruit-entry ._form table td .multistep {
    padding: 0;
  }
}
#recruit-entry ._form table td input {
  padding: 1em 1em;
  border: solid #ccc 1px;
  border-radius: 0vw;
  background-color: #fff;
  width: 100%;
}
@media screen and (min-width: 1301px) {
  #recruit-entry ._form table td input {
    border-radius: 0px;
  }
}
@media screen and (max-width: 768px) {
  #recruit-entry ._form table td input {
    border-radius: 0vw;
  }
}
#recruit-entry ._form table td input::placeholder {
  color: #ccc;
}
#recruit-entry ._form table td textarea {
  padding: 1em 1em;
  border: solid #ccc 1px;
  border-radius: 0vw;
  background-color: #white;
  width: 100%;
}
@media screen and (min-width: 1301px) {
  #recruit-entry ._form table td textarea {
    border-radius: 0px;
  }
}
@media screen and (max-width: 768px) {
  #recruit-entry ._form table td textarea {
    border-radius: 0vw;
  }
}
#recruit-entry ._form table td textarea::placeholder {
  color: #ccc;
}
#recruit-entry ._form table td .select-wrap {
  position: relative;
}
#recruit-entry ._form table td .select-wrap:after {
  content: "";
  position: absolute;
  top: 1.40625vw;
  right: 1.25vw;
  width: 0.9375vw;
  height: 0.9375vw;
  border-right: 0.15625vw solid #ccc;
  border-bottom: 0.15625vw solid #ccc;
  transform: rotate(45deg);
}
@media screen and (min-width: 1301px) {
  #recruit-entry ._form table td .select-wrap:after {
    top: 18px;
    right: 16px;
    width: 12px;
    height: 12px;
    border-right-width: 2px;
    border-bottom-width: 2px;
  }
}
@media screen and (max-width: 768px) {
  #recruit-entry ._form table td .select-wrap:after {
    top: 3.2vw;
    right: 4.2666666667vw;
    width: 3.2vw;
    height: 3.2vw;
    border-right-width: 0.5333333333vw;
    border-bottom-width: 0.5333333333vw;
  }
}
#recruit-entry ._form table td .select-wrap select {
  appearance: none;
  padding: 1em 1em;
  border: solid #ccc 1px;
  border-radius: 0vw;
  background-color: #fff;
  width: 100%;
}
@media screen and (min-width: 1301px) {
  #recruit-entry ._form table td .select-wrap select {
    border-radius: 0px;
  }
}
@media screen and (max-width: 768px) {
  #recruit-entry ._form table td .select-wrap select {
    border-radius: 0vw;
  }
}
#recruit-entry ._form table td .select-wrap select::placeholder {
  color: #6b6b6b;
}
#recruit-entry ._form table td._age input {
  width: 15.625vw;
}
@media screen and (min-width: 1301px) {
  #recruit-entry ._form table td._age input {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  #recruit-entry ._form table td._age input {
    width: 16vw;
  }
}
#recruit-entry ._form table td._age small {
  display: block;
  padding: 1em 0 0;
}
#recruit-entry ._form table td.col .col-fl {
  display: flex;
  align-items: center;
  gap: 1em;
}
#recruit-entry ._form table td.col .col-fl input {
  width: 6em;
}
#recruit-entry ._form table td.radio .mwform-radio-field {
  display: block;
  padding: 0.78125vw 0 0;
}
@media screen and (min-width: 1301px) {
  #recruit-entry ._form table td.radio .mwform-radio-field {
    padding: 10px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #recruit-entry ._form table td.radio .mwform-radio-field {
    padding: 0;
  }
}
#recruit-entry ._form table td.radio .mwform-radio-field input {
  width: auto;
}
#recruit-entry ._form .btn-area {
  display: flex;
  justify-content: center;
  padding: 4.6875vw 0 0;
}
@media screen and (min-width: 1301px) {
  #recruit-entry ._form .btn-area {
    padding: 60px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #recruit-entry ._form .btn-area {
    padding: 10.6666666667vw 0 0;
  }
}
#recruit-entry ._form .btn-area .btn-wrap {
  display: inline-block;
  position: relative;
  width: 25.3125vw;
  height: 4.6875vw;
  line-height: 4.6875vw;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 0 1.5625vw;
  overflow: hidden;
  cursor: pointer;
  transition: 0.3s ease;
}
@media screen and (min-width: 1301px) {
  #recruit-entry ._form .btn-area .btn-wrap {
    width: 324px;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  #recruit-entry ._form .btn-area .btn-wrap {
    display: block;
    width: 100%;
    height: 13.3333333333vw;
    line-height: 13.3333333333vw;
    padding: 0 5.3333333333vw;
  }
}
#recruit-entry ._form .btn-area .btn-wrap:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3.90625vw;
  background: url(../img/btn-arrow.png) no-repeat center/contain;
  width: 2.03125vw;
  height: 0.46875vw;
  transform: translateY(-50%);
  transition: 0.3s ease;
}
@media screen and (min-width: 1301px) {
  #recruit-entry ._form .btn-area .btn-wrap:after {
    right: 50px;
    width: 26px;
    height: 6px;
  }
}
@media screen and (max-width: 768px) {
  #recruit-entry ._form .btn-area .btn-wrap:after {
    right: 8vw;
    width: 6.9333333333vw;
    height: 1.6vw;
  }
}
#recruit-entry ._form .btn-area .btn-wrap input {
  background-color: transparent;
  display: inline-block;
  border: none;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 1.25vw;
  letter-spacing: 0.05em;
  font-weight: 600;
}
@media screen and (min-width: 1301px) {
  #recruit-entry ._form .btn-area .btn-wrap input {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #recruit-entry ._form .btn-area .btn-wrap input {
    display: block;
    font-size: 3.7333333333vw;
  }
}
#recruit-entry ._form .btn-area .btn-wrap:hover {
  background-color: #57657d;
}
#recruit-entry ._form._confirm table td {
  padding: 1.953125vw 0;
}
@media screen and (min-width: 1301px) {
  #recruit-entry ._form._confirm table td {
    padding: 25px 0;
  }
}
@media screen and (max-width: 768px) {
  #recruit-entry ._form._confirm table td {
    padding: 0 0 5.3333333333vw;
  }
}
#recruit-entry .wpcf7-response-output {
  border: none;
  margin: 1.5625vw 0 0;
  padding: 1.5625vw;
  font-size: 1.25vw;
  text-align: center;
  background-color: #57657d;
  color: #fff;
}
@media screen and (min-width: 1301px) {
  #recruit-entry .wpcf7-response-output {
    margin: 20px 0 0;
    padding: 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #recruit-entry .wpcf7-response-output {
    margin: 5.3333333333vw 0 0;
    padding: 5.3333333333vw;
    font-size: 3.4666666667vw;
  }
}

#recruit-policy {
  padding: 10.15625vw 0 15.625vw;
  font-size: 1.25vw;
}
@media screen and (min-width: 1301px) {
  #recruit-policy {
    padding: 130px 0 200px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #recruit-policy {
    padding: 16vw 0 26.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
#recruit-policy .recruit-policy-wrap {
  padding: 0 3.125vw;
}
@media screen and (min-width: 1301px) {
  #recruit-policy .recruit-policy-wrap {
    padding: 0 115px;
  }
}
@media screen and (max-width: 768px) {
  #recruit-policy .recruit-policy-wrap {
    padding: 0;
  }
}
#recruit-policy .policy-box {
  height: 23.4375vw;
  overflow: auto;
}
@media screen and (min-width: 1301px) {
  #recruit-policy .policy-box {
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  #recruit-policy .policy-box {
    height: 53.3333333333vw;
  }
}
#recruit-policy .policy-box p, #recruit-policy .policy-box dl {
  margin: 0 0 1.5em;
  line-height: 2;
  text-align: left;
}
#recruit-policy .policy-box dl dt {
  font-weight: 600;
  padding: 0 0 0 1.5em;
  position: relative;
}
#recruit-policy .policy-box dl dt:before {
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
}

/*---------------------------------
NEWS
---------------------------------*/
#page-header-news {
  background-image: url(../img/page-header-news.jpg);
}

#news-column {
  padding: 0 0 10.15625vw;
}
@media screen and (min-width: 1301px) {
  #news-column {
    padding: 0 0 130px;
  }
}
@media screen and (max-width: 768px) {
  #news-column {
    padding: 0 0 16vw;
  }
}
#news-column .news-column-desc {
  text-align: center;
  margin: 0 0 3.90625vw;
}
@media screen and (min-width: 1301px) {
  #news-column .news-column-desc {
    margin: 0 0 50px;
  }
}
@media screen and (max-width: 768px) {
  #news-column .news-column-desc {
    margin: 0 0 8vw;
  }
}
#news-column .news-column-desc p {
  font-size: 1.25vw;
  line-height: 2;
}
@media screen and (min-width: 1301px) {
  #news-column .news-column-desc p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #news-column .news-column-desc p {
    font-size: 3.7333333333vw;
  }
}
#news-column .column {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #news-column .column {
    display: block;
  }
}
#news-column .main-column {
  width: 67.1875vw;
}
@media screen and (min-width: 1301px) {
  #news-column .main-column {
    width: 860px;
  }
}
@media screen and (max-width: 768px) {
  #news-column .main-column {
    width: auto;
    margin: 0 0 16vw;
  }
}
#news-column .main-column article {
  padding: 2.34375vw 0;
  border-bottom: solid #ccc 1px;
}
@media screen and (min-width: 1301px) {
  #news-column .main-column article {
    padding: 30px 0;
  }
}
@media screen and (max-width: 768px) {
  #news-column .main-column article {
    padding: 5.3333333333vw 0;
  }
}
#news-column .main-column article:nth-child(1) {
  border-top: solid #ccc 1px;
}
#news-column .main-column article .post-body {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #news-column .main-column article .post-body {
    display: block;
  }
}
#news-column .main-column article .post-body figure {
  width: 23.4375vw;
  height: 15.625vw;
  overflow: hidden;
}
@media screen and (min-width: 1301px) {
  #news-column .main-column article .post-body figure {
    width: 300px;
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  #news-column .main-column article .post-body figure {
    width: auto;
    height: 53.3333333333vw;
    margin: 0 0 5.3333333333vw;
  }
}
#news-column .main-column article .post-body figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#news-column .main-column article .post-body .txt {
  width: 41.40625vw;
}
@media screen and (min-width: 1301px) {
  #news-column .main-column article .post-body .txt {
    width: 530px;
  }
}
@media screen and (max-width: 768px) {
  #news-column .main-column article .post-body .txt {
    width: auto;
  }
}
#news-column .main-column article .post-body .txt .meta {
  display: flex;
  align-items: center;
}
#news-column .main-column article .post-body .txt .meta time {
  font-size: 1.25vw;
  margin: 0 1em 0 0;
  color: #666;
  font-weight: 600;
}
@media screen and (min-width: 1301px) {
  #news-column .main-column article .post-body .txt .meta time {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #news-column .main-column article .post-body .txt .meta time {
    font-size: 3.7333333333vw;
  }
}
#news-column .main-column article .post-body .txt .meta .cat {
  background-color: #eb8400;
  color: #fff;
  padding: 0.1em 1em;
  border-radius: 3.125vw;
  font-size: 1.09375vw;
}
@media screen and (min-width: 1301px) {
  #news-column .main-column article .post-body .txt .meta .cat {
    font-size: 14px;
    border-radius: 40px;
  }
}
@media screen and (max-width: 768px) {
  #news-column .main-column article .post-body .txt .meta .cat {
    font-size: 3.2vw;
    border-radius: 10.6666666667vw;
  }
}
#news-column .main-column article .post-body .txt h2 {
  font-size: 1.40625vw;
  font-weight: bold;
  margin: 0.5em 0;
}
@media screen and (min-width: 1301px) {
  #news-column .main-column article .post-body .txt h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #news-column .main-column article .post-body .txt h2 {
    font-size: 4.2666666667vw;
  }
}
#news-column .main-column article .post-body .txt p {
  font-size: 1.25vw;
  line-height: 1.8;
}
@media screen and (min-width: 1301px) {
  #news-column .main-column article .post-body .txt p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #news-column .main-column article .post-body .txt p {
    font-size: 3.7333333333vw;
  }
}
#news-column .main-column article .post-body .txt .more {
  text-align: right;
  padding: 0.390625vw 0 0;
  line-height: 1;
}
@media screen and (min-width: 1301px) {
  #news-column .main-column article .post-body .txt .more {
    padding: 5px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #news-column .main-column article .post-body .txt .more {
    padding: 1.3333333333vw 0 0;
  }
}
#news-column .main-column article .post-body .txt .more a {
  display: inline-block;
  width: 2.34375vw;
  height: 2.34375vw;
  position: relative;
  background: url(../img/news-arrow.png) no-repeat center/contain;
}
@media screen and (min-width: 1301px) {
  #news-column .main-column article .post-body .txt .more a {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 768px) {
  #news-column .main-column article .post-body .txt .more a {
    width: 8vw;
    height: 8vw;
  }
}
#news-column .main-column .post-detail {
  background-color: #fff;
  color: #000;
}
#news-column .main-column .post-detail .txt figure {
  margin: 0 0 3.125vw;
}
@media screen and (min-width: 1301px) {
  #news-column .main-column .post-detail .txt figure {
    margin: 0 0 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  #news-column .main-column .post-detail .txt figure {
    margin: 0 0 5.3333333333vw;
  }
}
#news-column .main-column .post-detail .txt img {
  max-width: 100%;
  width: auto;
  height: auto;
}
#news-column .main-column .post-detail .txt .meta {
  display: flex;
  align-items: center;
}
#news-column .main-column .post-detail .txt .meta time {
  font-size: 1.25vw;
  margin: 0 1em 0 0;
}
@media screen and (min-width: 1301px) {
  #news-column .main-column .post-detail .txt .meta time {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #news-column .main-column .post-detail .txt .meta time {
    font-size: 3.7333333333vw;
  }
}
#news-column .main-column .post-detail .txt .meta .cat {
  color: #fff;
  background-color: #eb8400;
  font-size: 1.09375vw;
  padding: 0.1em 1em;
  border-radius: 3.125vw;
}
@media screen and (min-width: 1301px) {
  #news-column .main-column .post-detail .txt .meta .cat {
    font-size: 14px;
    border-radius: 40px;
  }
}
@media screen and (max-width: 768px) {
  #news-column .main-column .post-detail .txt .meta .cat {
    font-size: 3.7333333333vw;
    border-radius: 10.6666666667vw;
  }
}
#news-column .main-column .post-detail .txt .ttl h2 {
  font-size: 1.875vw;
  font-weight: bold;
  margin: 1em 0 1em;
}
@media screen and (min-width: 1301px) {
  #news-column .main-column .post-detail .txt .ttl h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  #news-column .main-column .post-detail .txt .ttl h2 {
    font-size: 4.8vw;
  }
}
#news-column .main-column .post-detail .txt p {
  font-size: 1.25vw;
  line-height: 2;
  margin: 0 0 2.5em;
}
@media screen and (min-width: 1301px) {
  #news-column .main-column .post-detail .txt p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #news-column .main-column .post-detail .txt p {
    font-size: 3.7333333333vw;
  }
}
#news-column .main-column .post-detail .txt .img-col2 {
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 2em;
  margin: 0 0 2.5em;
}
@media screen and (max-width: 768px) {
  #news-column .main-column .post-detail .txt .img-col2 {
    flex-direction: column;
    text-align: center;
  }
}
#news-column .main-column .post-detail .txt .img-col2 br {
  display: none;
}
#news-column .main-column .post-detail .txt .img-col2 img {
  width: 48%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #news-column .main-column .post-detail .txt .img-col2 img {
    width: auto;
  }
}
#news-column .main-column .btn {
  display: flex;
  justify-content: center;
  padding: 3.125vw 0 0;
}
@media screen and (min-width: 1301px) {
  #news-column .main-column .btn {
    padding: 3.125vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  #news-column .main-column .btn {
    padding: 10.6666666667vw 0 0;
  }
}
#news-column .side-column {
  width: 18.75vw;
}
@media screen and (min-width: 1301px) {
  #news-column .side-column {
    width: 240px;
  }
}
@media screen and (max-width: 768px) {
  #news-column .side-column {
    width: auto;
  }
}
#news-column .side-column aside h3 {
  font-size: 1.40625vw;
  font-weight: bold;
  text-align: center;
  background-color: #000;
  color: #fff;
  padding: 0.2em 0;
}
@media screen and (min-width: 1301px) {
  #news-column .side-column aside h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #news-column .side-column aside h3 {
    font-size: 3.7333333333vw;
  }
}
#news-column .side-column aside ul {
  padding: 0 0 3.90625vw;
}
@media screen and (min-width: 1301px) {
  #news-column .side-column aside ul {
    padding: 0 0 50px;
  }
}
@media screen and (max-width: 768px) {
  #news-column .side-column aside ul {
    padding: 0 0 10.6666666667vw;
  }
}
#news-column .side-column aside ul li {
  border-bottom: solid #ccc 1px;
}
#news-column .side-column aside ul li a {
  color: #000;
  display: block;
  padding: 0.85em 0;
  font-size: 1.25vw;
}
@media screen and (min-width: 1301px) {
  #news-column .side-column aside ul li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #news-column .side-column aside ul li a {
    font-size: 3.7333333333vw;
  }
}
#news-column .side-column aside.side-category ul li a {
  padding: 1em 0.5em;
}
#news-column .side-column aside.side-calendar {
  margin: 0 0 3.90625vw;
}
@media screen and (min-width: 1301px) {
  #news-column .side-column aside.side-calendar {
    margin: 0 0 50px;
  }
}
@media screen and (max-width: 768px) {
  #news-column .side-column aside.side-calendar {
    margin: 0 0 8vw;
  }
}
#news-column .side-column aside.side-calendar .wp-calendar-table {
  background-color: #e3e3e3;
  border-collapse: separate;
  border-spacing: 1px;
  font-size: 1.25vw;
}
@media screen and (min-width: 1301px) {
  #news-column .side-column aside.side-calendar .wp-calendar-table {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #news-column .side-column aside.side-calendar .wp-calendar-table {
    font-size: 3.4666666667vw;
  }
}
#news-column .side-column aside.side-calendar .wp-calendar-table caption {
  width: 100%;
  text-align: center;
  color: #fff;
  background-color: #000;
  font-size: 1.40625vw;
  padding: 0.2em 0;
  font-weight: 600;
}
@media screen and (min-width: 1301px) {
  #news-column .side-column aside.side-calendar .wp-calendar-table caption {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #news-column .side-column aside.side-calendar .wp-calendar-table caption {
    font-size: 3.7333333333vw;
  }
}
#news-column .side-column aside.side-calendar .wp-calendar-table thead th {
  text-align: center;
  align-items: center;
  font-weight: 600;
  background-color: #f6f6f6;
  padding: 0.2em;
}
#news-column .side-column aside.side-calendar .wp-calendar-table tbody td {
  text-align: center;
  align-items: center;
  font-weight: 600;
  background-color: #fff;
  padding: 0.2em;
}
#news-column .side-column aside.side-calendar nav {
  background-color: #f6f6f6;
  padding: 0.2em;
  border-left: solid #e3e3e3 1px;
  border-right: solid #e3e3e3 1px;
  border-bottom: solid #e3e3e3 1px;
  font-size: 1.25vw;
}
@media screen and (min-width: 1301px) {
  #news-column .side-column aside.side-calendar nav {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #news-column .side-column aside.side-calendar nav {
    font-size: 3.4666666667vw;
  }
}
#news-column .side-column aside.side-recent ul {
  padding: 0;
}
@media screen and (min-width: 1301px) {
  #news-column .side-column aside.side-recent ul {
    padding: 0 0;
  }
}
@media screen and (max-width: 768px) {
  #news-column .side-column aside.side-recent ul {
    padding: 0;
  }
}
#news-column .side-column aside.side-recent ul li {
  border-bottom: solid #ccc 1px;
}
#news-column .side-column aside.side-recent ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5625vw 0;
  background: none;
  color: #000;
}
@media screen and (min-width: 1301px) {
  #news-column .side-column aside.side-recent ul li a {
    padding: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  #news-column .side-column aside.side-recent ul li a {
    padding: 5.3333333333vw 0;
  }
}
#news-column .side-column aside.side-recent ul li figure {
  width: 6.25vw;
  height: 6.25vw;
  overflow: hidden;
}
@media screen and (min-width: 1301px) {
  #news-column .side-column aside.side-recent ul li figure {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  #news-column .side-column aside.side-recent ul li figure {
    width: 21.3333333333vw;
    height: 21.3333333333vw;
  }
}
#news-column .side-column aside.side-recent ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#news-column .side-column aside.side-recent ul li .txt {
  width: 11.328125vw;
  color: #000;
}
@media screen and (min-width: 1301px) {
  #news-column .side-column aside.side-recent ul li .txt {
    width: 145px;
  }
}
@media screen and (max-width: 768px) {
  #news-column .side-column aside.side-recent ul li .txt {
    width: 48vw;
  }
}
#news-column .side-column aside.side-recent ul li .txt h4 {
  font-size: 1.09375vw;
  margin: 0 0 0.3em;
  font-weight: 600;
}
@media screen and (min-width: 1301px) {
  #news-column .side-column aside.side-recent ul li .txt h4 {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #news-column .side-column aside.side-recent ul li .txt h4 {
    font-size: 3.2vw;
  }
}
#news-column .side-column aside.side-recent ul li .txt p {
  font-size: 0.9375vw;
  line-height: 1.3;
}
@media screen and (min-width: 1301px) {
  #news-column .side-column aside.side-recent ul li .txt p {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  #news-column .side-column aside.side-recent ul li .txt p {
    font-size: 2.9333333333vw;
  }
}

.wp-pagenavi {
  padding: 4.6875vw 0 0;
  text-align: center;
  display: flex;
  gap: 0.8em;
  justify-content: center;
  align-items: center;
  font-size: 1.25vw;
}
@media screen and (min-width: 1301px) {
  .wp-pagenavi {
    padding: 60px 0 0;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .wp-pagenavi {
    padding: 10.6666666667vw 0 0;
    font-size: 3.7333333333vw;
  }
}
.wp-pagenavi a {
  width: 2.65625vw;
  height: 2.65625vw;
  line-height: 2.65625vw;
  background-color: #e5e5e5;
  color: #666;
  text-align: center;
  font-weight: bold;
  border-radius: 50%;
}
@media screen and (min-width: 1301px) {
  .wp-pagenavi a {
    width: 34px;
    height: 34px;
    line-height: 34px;
  }
}
@media screen and (max-width: 768px) {
  .wp-pagenavi a {
    width: 8vw;
    height: 8vw;
    line-height: 8vw;
  }
}
.wp-pagenavi a:hover {
  opacity: 1;
  background-color: #eb8400;
  color: #fff;
}
.wp-pagenavi a.previouspostslink {
  background-color: #fff;
  border: solid #eb8400 0.078125vw;
  color: #eb8400;
  line-height: 2.34375vw;
}
@media screen and (min-width: 1301px) {
  .wp-pagenavi a.previouspostslink {
    border: solid #eb8400 1px;
    line-height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .wp-pagenavi a.previouspostslink {
    border: solid #eb8400 0.2666666667vw;
    line-height: 8vw;
  }
}
.wp-pagenavi a.nextpostslink {
  background-color: #fff;
  border: solid #eb8400 0.078125vw;
  color: #eb8400;
  line-height: 2.34375vw;
}
@media screen and (min-width: 1301px) {
  .wp-pagenavi a.nextpostslink {
    border: solid #eb8400 1px;
    line-height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .wp-pagenavi a.nextpostslink {
    border: solid #eb8400 0.2666666667vw;
    line-height: 8vw;
  }
}
.wp-pagenavi span {
  width: 2.65625vw;
  height: 2.65625vw;
  line-height: 2.65625vw;
  background-color: #eb8400;
  color: #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 50%;
}
@media screen and (min-width: 1301px) {
  .wp-pagenavi span {
    width: 34px;
    height: 34px;
    line-height: 34px;
  }
}
@media screen and (max-width: 768px) {
  .wp-pagenavi span {
    width: 8vw;
    height: 8vw;
    line-height: 8vw;
  }
}/*# sourceMappingURL=common.css.map */