@charset "UTF-8";
body,
div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
  font-size: 62.5%;
}

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

a {
  text-decoration: none;
}

a:link,
a:visited,
a:active {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul {
  list-style: none;
}

fieldset,
img {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

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

br {
  letter-spacing: 0;
}

body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", "Hiragino Kaku Gothic ProN", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "Yu Gothic M", "游ゴシック体", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
    "sans-serif";
  text-align: justify;
  font-size: 1.8rem;
  line-height: 1.8;
}

p,
th,
td {
  text-align: justify;
  line-height: 1.8;
}

.family-serif {
  font-family: YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
}

.family-sans-serif {
  font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Verdana, Geneva, Tahoma, sans-serif;
}

.bold {
  font-weight: bold;
}

.ta-center {
  text-align: center;
}

.ta-left {
  text-align: left;
}

.ta-right {
  text-align: right;
}

.sp {
  display: none;
}

.delay1 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.delay2 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.delay3 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.delay4 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

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

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

.header-menu {
  width: 100%;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.header-logo {
  padding: 20px 36px;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
}

.header-logo a {
  color: #000;
}

.header-logo a:hover {
  text-decoration: none;
}

.sp-navarea {
  display: none;
}

.pc-navarea__list {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-end;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin: 0 227px 0 auto;
}

.pc-navarea__item {
  padding: 17px 1em;
}

.pc-navarea__link {
  text-decoration: none;
  display: block;
  color: #000;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow-x: hidden;
}

.pc-navarea__link:hover {
  text-decoration: none;
  color: #000;
}

.pc-navarea__link::after {
  position: absolute;
  content: "";
  left: -200%;
  width: 200%;
  height: 3px;
  bottom: 0;
  background: -webkit-gradient(linear, right top, left top, color-stop(34%, #fff), color-stop(34%, #d8d800), color-stop(70%, #d8d800), color-stop(70%, #3156bb));
  background: linear-gradient(to left, #fff 34%, #d8d800 34%, #d8d800 70%, #3156bb 70%);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.pc-navarea__link:hover::after {
  left: 0;
}

.entrybtn {
  background-color: #000;
  font-weight: bold;
  text-align: center;
  width: 192px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
}

.entrybtn a {
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
  display: block;
  line-height: 3.1;
  text-decoration: none;
}

.entrybtn a:hover {
  background-color: #3156bb;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

@media (max-width: 1280px) {
  .header-logo {
    padding: 18px 23px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .pc-navarea__list {
    margin: 0 202px 0 auto;
  }
  .pc-navarea__item {
    padding: 16px 0.5em;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .entrybtn {
    width: 182px;
  }
  .entrybtn a {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media (max-width: 960px) {
  .header-logo {
    padding: 10px 2.5%;
    font-size: 20px;
    font-size: 2rem;
  }
  .entrybtn {
    width: 120px;
    right: 40px;
  }
  .entrybtn a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 40px;
  }
  .clone-nav,
  .pc-navarea {
    display: none;
  }
  .sp-navarea {
    display: block;
  }
  .sp-navarea.open .sp-navarea__nav {
    right: 0;
    opacity: 1;
  }
  .sp-navarea__nav {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    bottom: 0;
    width: 100%;
    background: #000;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 9999;
    opacity: 0;
  }
  .sp-navarea__inner {
    padding: 35px 15px 15px;
  }
  .sp-navarea__list {
    list-style: none;
    margin: 0 0 25px 0;
    padding: 0;
  }
  .sp-navarea__item {
    border-bottom: solid 1px #fff;
  }
  .sp-navarea__item a {
    display: block;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 1em;
    font-weight: bold;
    text-align: center;
  }
  .sp-navarea__tel {
    text-align: center;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2;
  }
  .sp-navarea__tel a {
    color: #fff;
  }
  .toggle-bg {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background-color: #d8d800;
    cursor: pointer;
    z-index: 9999;
  }
  .toggle-btn {
    cursor: pointer;
    display: block;
  }
  .toggle-btn span {
    display: block;
    position: absolute;
    left: 8px;
    width: 24px;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .toggle-btn span:nth-child(1) {
    top: 10px;
  }
  .toggle-btn span:nth-child(2) {
    top: 19px;
  }
  .toggle-btn span:nth-child(3) {
    bottom: 10px;
  }
  .open .toggle-btn span:nth-child(1) {
    -webkit-transform: translateY(9px) rotate(-315deg);
    transform: translateY(9px) rotate(-315deg);
  }
  .open .toggle-btn span:nth-child(2) {
    opacity: 0;
  }
  .open .toggle-btn span:nth-child(3) {
    -webkit-transform: translateY(-9px) rotate(315deg);
    transform: translateY(-9px) rotate(315deg);
  }
  .mask {
    display: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .open .mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8;
    z-index: 2;
    cursor: pointer;
  }
  .sidebtn {
    display: none;
  }
}

@media (max-width: 768px) {
  .header-logo {
    padding: 12px 2.5%;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .entrybtn a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (max-width: 375px) {
  .entrybtn {
    width: 100px;
  }
}
@media (max-width: 320px) {
  .header-logo {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.pagetop img {
  display: block;
  margin-left: auto;
  margin-right: 10px;
}

.footer {
  background-color: #000;
  /*margin-top: 100px;*/
  padding-top: 94px;
  /*position: relative;*/
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.footer__subtitle {
  font-family: "Amatic SC", cursive;
  font-size: 100px;
  font-size: 10rem;
  line-height: 1;
  font-weight: normal;
  color: #d8d8d8;
  text-align: center;
  /*position: absolute;
  top: -0.5em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);*/
}

.footer__title {
  text-align: center;
  color: #fff;
  margin-top: -25px;
  /*position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);*/
}

.footer__txt {
  text-align: center;
  color: #fff;
  margin-bottom: 33px;
}

.footer__list {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin: 0 auto 47px;
  max-width: 837px;
  width: 100%;
}

.footer__item {
  max-width: 400px;
  width: 50%;
}

.footer__btn {
  color: #000;
  font-weight: bold;
  width: 100%;
  max-width: 400px;
  border: solid 1px #000;
  text-align: center;
  background: url(../images/common/arrow2.png) #fff no-repeat right 20px top 50%;
  display: block;
  margin: auto;
  padding: 1em 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer__btn:hover {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: url(../images/common/arrow2.png) #d8d800 no-repeat right 20px top 50%;
}

.footer__address {
  background-color: #3b3b3b;
  border: solid 1px #fff;
  margin-bottom: 50px;
  padding: 30px 0;
}

.footer__address--txt {
  text-align: center;
  color: #fff;
}

.footer__address--title {
  font-weight: bold;
  margin-bottom: 1em;
  color: #fff;
  text-align: center;
}

.footer__address a {
  color: #fff;
}

.footer__tel {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
  margin-bottom: 41px;
}

.footer__tel a {
  color: #fff;
}

.footer__copy {
  background-color: #fff;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 3;
}
/***リニューアル版追加***/
.footer__senkou {
  text-align: center;
  max-width: 837px;
  width: 100%;
  background-color: #fff;
  color: #000;
  margin: auto;
  border-radius: 20px;
  font-weight: bold;
  padding: 5px;
}
.footer__senkou--item {
  color: #fff;
  display: flex;
  flex-flow: wrap;
  max-width: 837px;
  width: 100%;
  margin: 0 auto 50px;
}
.footer__senkou--item p {
  width: 50%;
  font-weight: bold;
  margin-top: 10px;
}
.footer__senkou--item p span {
  font-weight: normal;
  margin-left: 18px;
}
.footer-navarea {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  padding: 20px 0px;
}
.footer-navarea__item {
  font-size: 16px;
  border-left: 1px solid #fff;
  padding: 0 30px;
}
.footer-navarea__item:last-child {
  border-right: 1px solid #fff;
}
.footer-navarea__item a {
  color: #fff;
}
@media (max-width: 768px) {
  .footer {
    /*margin-top: 75px;*/
    padding-top: 50px;
  }
  .footer__subtitle {
    font-size: 4rem;
  }
  .footer__title {
    /*top: 20px;*/
    font-size: 1.8rem;
    margin-top: -15px;
  }
  .footer__txt {
    margin-bottom: 16px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .footer__list {
    display: block;
    margin: 0 auto 25px;
  }
  .footer__item {
    width: 100%;
    margin: 0 auto;
  }
  .footer__btn {
    width: 100%;
    background: url(../images/common/arrow1.png) #fff no-repeat right 10px top 50%;
    padding: 1em 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .footer__address {
    margin-bottom: 25px;
    padding: 15px 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .footer__copy {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 3;
  }
  /***リニューアル版追加***/
  .footer__senkou,
  .footer__senkou--item p {
    font-size: 14px;
  }
}
@media (max-width: 570px) {
  .footer__senkou--item {
    flex-flow: column;
  }
  .footer__senkou--item p {
    width: 100%;
  }
  /***リニューアル版追加***/
  .footer-navarea {
    display: block;
    padding: 0px;
  }
  .footer-navarea__item {
    font-size: 14px;
    border-left: none;
    border-bottom: 1px solid #fff;
    padding: 5px 0px;
    text-align: center;
  }
  .footer-navarea__item:last-child {
    border-right: none;
    border-bottom: none;
  }
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .inner {
    margin: 0 2.5%;
  }
}

h1,
h2,
h3 {
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 0.5em;
}

h1 {
  font-size: 36px;
  font-size: 3.6rem;
}

h2 {
  font-size: 28px;
  font-size: 2.8rem;
}

h3 {
  font-size: 22px;
  font-size: 2.2rem;
}

.page-title {
  font-size: 36px;
  font-size: 3.6rem;
  color: #000;
  width: 100%;
  max-width: 1000px;
  position: relative;
  margin: 0 auto 20px;
}

.pageheader-title,
.pageheader-title2 {
  font-size: 36px;
  font-size: 3.6rem;
  color: #000;
  width: 100%;
  max-width: 1000px;
  position: relative;
  margin: 0 auto 35px;
}

.pageheader-title::before {
  content: "";
  width: 35%;
  height: 1px;
  background-color: #3156bb;
  position: absolute;
  top: 50%;
  left: 0;
}

.pageheader-title::after {
  content: "";
  width: 35%;
  height: 1px;
  background-color: #d8d800;
  position: absolute;
  top: 50%;
  right: 0;
}

.page-subtitle,
.pageheader-subtitle {
  font-family: "Amatic SC", cursive;
  font-size: 100px;
  font-size: 10rem;
  line-height: 1;
  font-weight: normal;
  color: #d8d8d8;
  text-align: center;
  margin-bottom: -36px;
}
/***リニューアル版追加***/
.subvisual {
  margin-bottom: 100px;
  background: url(../images/common/subttl_bg.jpg) no-repeat center center;
  height: 162px;
  background-size: cover;
}
.subttl {
  font-size: 34px;
  height: 162px;
  line-height: 162px;
  font-family: YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
}
.subttl span {
  border-bottom: 1px solid #fff;
  padding: 0 30px 20px;
}
@media (max-width: 768px) {
  .subvisual {
    margin-bottom: 50px;
  }
  .subttl {
    font-size: 24px;
  }
}
@media (max-width: 500px) {
  .subvisual {
    height: 100px;
  }
  .subttl {
    font-size: 20px;
    height: 100px;
    line-height: 100px;
  }
  .subttl span {
    padding: 0 30px 10px;
  }
}

@media (max-width: 960px) {
  h1 {
    font-size: 22px;
    font-size: 2.2rem;
  }
  h2 {
    font-size: 20px;
    font-size: 2rem;
  }
  h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .page-title {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .pageheader-title,
  .pageheader-title2 {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .page-subtitle,
  .pageheader-subtitle {
    font-size: 70px;
    font-size: 7rem;
    margin-bottom: -18px;
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  h2 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  h3 {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .pageheader {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0 auto 10px;
  }
  .pageheader-title,
  .pageheader-title2 {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0 auto 10px;
  }
  .pageheader-title::before {
    width: 30%;
  }
  .pageheader-title::after {
    width: 30%;
  }
  .page-subtitle,
  .pageheader-subtitle {
    font-size: 40px;
    font-size: 4rem;
    margin-bottom: -18px;
  }
}

.circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  line-height: 70px;
}

.circle.himekawa {
  background-color: #d8d800;
}

.circle.kurohime {
  background-color: #3156bb;
  color: #fff;
}

@media (max-width: 960px) {
  .circle {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}

@media (max-width: 768px) {
  .circle {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.otoiawase {
  padding: 75px 0;
  position: relative;
}

.otoiawase p {
  text-align: center;
  margin-bottom: 50px;
  font-weight: bold;
}

@media (max-width: 960px) {
  .otoiawase {
    padding: 50px 0 0;
    position: relative;
  }
  .otoiawase p {
    margin-bottom: 25px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.kome {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}

@media (max-width: 768px) {
  .kome {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

#page_top {
  position: fixed;
  right: 5px;
  opacity: 0.8;
  z-index: 9998;
  display: block;
}

#page_top img {
  display: block;
}

#page_top:hover {
  opacity: 1;
  cursor: pointer;
}

.btn {
  color: #000;
  font-weight: bold;
  width: 100%;
  max-width: 280px;
  border: solid 1px #000;
  text-align: center;
  background: url(../images/common/arrow1.png) no-repeat right 20px top 50%;
  display: block;
  margin: auto;
  padding: 1em 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 3px 3px 0 #000;
  box-shadow: 3px 3px 0 #000;
  position: relative;
  background-image: linear-gradient(45deg, #3156bb 50%, transparent 50%);
  background-position: 100%;
  background-size: 400%;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.btn::after {
  border-style: solid;
  border-width: 0 1px 1px 0;
  content: "";
  display: inline-block;
  position: absolute;
  height: 8px;
  width: 8px;
  border-color: black;
  top: calc(50% - (8px / 2));
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 20px;
}

.btn:hover {
  text-decoration: none;
  background-position: 0;
}

@media (max-width: 960px) {
  .btn {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 0.75em 0;
  }
}

@media (max-width: 768px) {
  .btn {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.contact__mailform {
  margin-bottom: 30px;
  width: 100%;
}

.contact__mailform th {
  width: 30%;
  background-color: #f1f1f1;
  border: solid 1px #ccc;
  font-weight: bold;
  padding: 0.5em 50px 0.5em 1em;
  position: relative;
}

.contact__mailform th.textarea {
  vertical-align: top;
}

.contact__mailform td {
  width: 70%;
  border: solid 1px #ccc;
  padding: 0.5em 1em;
}

.contact__mailform td span {
  font-size: 14px;
  font-size: 1.4rem;
  padding-left: 1em;
  color: #666;
}

.contact__mailform label {
  margin-right: 20px;
}

.contact__mailform select,
.contact__mailform option {
  padding: 0.35em 0.5em;
  font-size: 18px;
  font-size: 1.8rem;
  border: solid 1px #cccccc;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Verdana, Geneva, Tahoma, sans-serif;
}

.contact__mailform input {
  font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Verdana, Geneva, Tahoma, sans-serif;
  max-width: 500px;
}

.contact__mailform input[type="text"],
.contact__mailform input[type="tel"],
.contact__mailform input[type="number"],
.contact__mailform input[type="date"],
.contact__mailform input[type="email"] {
  padding: 0.25em 0.5em;
  font-size: 18px;
  font-size: 1.8rem;
  border: solid 1px #cccccc;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contact__mailform input[type="text"] {
  width: 100%;
}

.contact__mailform input[type="text"].name {
  width: 150px;
}

.contact__mailform input[type="text"].name + .name {
  margin-left: 2%;
}

.contact__mailform input[type="email"] {
  width: 100%;
}

.contact__mailform input[type="tel"],
.contact__mailform input[type="number"],
.contact__mailform input.zip,
.contact__mailform input.tel {
  width: 90px;
}

.contact__mailform input[type="radio"] {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  margin-right: 0.5em;
}

.contact__mailform textarea {
  font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Verdana, Geneva, Tahoma, sans-serif;
  padding: 0.5em;
  font-size: 18px;
  font-size: 1.8rem;
  border: solid 1px #cccccc;
  border-radius: 3px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="submit"] {
  font-size: 24px;
  font-size: 2.4rem;
  background-color: #d5618c;
  color: #fff;
  font-weight: bold;
  border-radius: 8px;
  width: 100%;
  max-width: 400px;
  display: block;
  margin: 0 auto;
  border: 0;
  text-align: center;
  line-height: 84px;
  font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Verdana, Geneva, Tahoma, sans-serif;
  position: relative;
}

input[type="submit"]:hover {
  cursor: pointer;
  background-color: #e61c67;
}

.submitbtn::after {
  border-style: solid;
  border-width: 0 1px 1px 0;
  content: "";
  display: inline-block;
  position: absolute;
  height: 8px;
  width: 8px;
  border-color: black;
  top: calc(50% - (8px / 2));
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 20px;
}

.hissu {
  background-color: #d5618c;
  color: #fff;
  border-radius: 3px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  padding: 0.35em 0.5em;
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1;
}

.required {
  background-color: #d5618c;
  color: #fff;
  border-radius: 3px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  padding: 0.35em 0.5em;
  line-height: 1;
}

.mw_wp_form_input .confirm-show {
  display: none;
}

.mw_wp_form_confirm .input-show {
  display: none;
}

.mw_wp_form_confirm .hissu {
  display: none;
}

.mw_wp_form_complete .input-show,
.mw_wp_form_complete .confirm-show {
  display: none;
}

.mw_wp_form_complete .compmes {
  padding: 2em 5%;
  font-weight: bold;
  width: 100%;
  max-width: 720px;
  margin: 30px auto;
  border: solid 2px #ff2c00;
  text-align: center;
}
/**リニューアル版追加**/
.contact__txt {
  text-align: center;
  margin-bottom: 50px;
}
form {
  margin-bottom: 150px;
}
.privacypolicy {
  text-align: center;
  font-weight: bold;
}
.privacypolicy_txt {
  background-color: #f1f1f1;
  padding: 40px;
  margin: 20px 0px;
}
.privacypolicy_txt span {
  font-weight: bold;
}
.privacypolicy_check {
  text-align: center;
  font-weight: bold;
  margin-bottom: 50px;
}
input[type="checkbox"] {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  margin-right: 0.5em;
}
@media (max-width: 960px) {
  .contact__mailform {
    margin-bottom: 25px;
  }
  .contact__mailform p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .contact__mailform th {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .contact__mailform td {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .contact__mailform td span {
    display: inline-block;
    padding-left: 3px;
  }
  .contact__mailform select {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .contact__mailform option {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .contact__mailform input[type="text"],
  .contact__mailform input[type="tel"],
  .contact__mailform input[type="date"],
  .contact__mailform input[type="email"] {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .contact__mailform textarea {
    font-size: 16px;
    font-size: 1.6rem;
  }
  /**リニューアル版追加**/
  .contact__txt,
  .privacypolicy,
  .privacypolicy_txt,
  .privacypolicy_check {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .contact__mailform {
    margin-bottom: 20px;
  }
  .contact__mailform th,
  .contact__mailform td {
    display: block;
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .contact__mailform th {
    padding: 0.5em 0.5em;
    border-bottom: none;
  }
  .contact__mailform td {
    padding: 0.5em 0.5em;
  }
  .contact__mailform td .horizontal-item {
    display: block;
    margin: 0;
  }
  .contact__mailform br {
    display: none;
  }
  .contact__mailform select {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0.35em 0.25em;
  }
  .contact__mailform input[type="text"],
  .contact__mailform input[type="tel"],
  .contact__mailform input[type="date"],
  .contact__mailform input[type="email"] {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .contact__mailform input.zip,
  .contact__mailform input.tel {
    width: 70px;
  }
  .contact__mailform input[type="text"].name {
    width: 48%;
  }
  .contact__mailform textarea {
    font-size: 16px;
    font-size: 1.6rem;
  }
  input[type="submit"] {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 3;
  }
  .hissu,
  .required {
    font-size: 12px;
    font-size: 1.2rem;
  }
  /**リニューアル版追加**/
  form {
    margin-bottom: 80px;
  }
}
@media (max-width: 500px) {
  .privacypolicy_txt {
    padding: 20px;
  }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  opacity: 0;
}

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

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/*load*/
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.loader.open {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

.loader .loader-slide.himekawa {
  background-color: #d8d800;
  width: 50%;
  height: 100%;
}

.loader .loader-slide.himekawa.open {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.loader .loader-slide.kurohime {
  background-color: #3156bb;
  width: 50%;
  height: 100%;
}

.loader .loader-slide.kurohime.open {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.loader .loadimg {
  position: absolute;
  max-width: 478px;
  width: 90%;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.loader .loadimg.open {
  opacity: 0;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}

/*top-mv*/
.top-mv {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin-bottom: 10px;
  position: relative;
}

.top-mv__box {
  width: 50%;
  position: relative;
}

.top-mv__img {
  width: 100%;
  height: auto;
  display: block;
}

.top-mv__mvtxt {
  position: absolute;
  width: 38%;
  height: auto;
}

.top-mv__mvtxt.himekawa {
  top: 30px;
  left: 40%;
}

.top-mv__mvtxt.kurohime {
  bottom: 150px;
  left: 9%;
}

.top-mv__catch {
  position: absolute;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
  font-weight: bold;
  height: 15.5em;
  top: 45%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 5px;
  font-size: 38px;
  font-size: 3.8rem;
}

.top-mv__catch.himekawa {
  right: 0;
}

.top-linkbtnarea_w768 {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top-linkbtnarea_w768-2 {
  display: none;
}
a.top-linkbtn {
  color: #000;
  font-weight: bold;
  width: 280px;
  border: solid 1px #000;
  text-align: center;
  display: block;
  margin: auto;
  padding: 1em 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 3px 3px 0 #000;
  box-shadow: 3px 3px 0 #000;
  position: relative;
  background-image: linear-gradient(45deg, #3156bb 50%, transparent 50%);
  background-position: 100%;
  background-size: 400%;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  background-color: #fff;
}
a.top-linkbtn::after {
  border-style: solid;
  border-width: 0 1px 1px 0;
  content: "";
  display: inline-block;
  position: absolute;
  height: 8px;
  width: 8px;
  border-color: black;
  top: calc(50% - (8px / 2));
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 20px;
}
a.top-linkbtn:hover {
  text-decoration: none;
  background-position: 0;
}
.top-linkbtnarea_w768 a.top-linkbtn {
  margin-right: 10px;
}
.top-linkbtnarea_w768 a.top-linkbtn:last-child {
  margin-right: 0px;
}
.top-moviearea {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 80px 0px;
}
.top-moviearea_box {
  width: 45%;
}

.top_staffinterview_box {
  width: 45%;
  margin: 0 auto;
}
.top_staffinterview_box a {
  cursor: pointer;
  margin-top: 8px;
  display: block;
}
.top_staffinterview_box a:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0.8;
}

.top_staffinterview_box img {
  width: 100%;
}

/*top-lead*/
.top-lead {
  padding: 50px 0 10px;
  margin-bottom: 100px;
}

.top-lead__box {
  border: solid 1px #000;
  padding: 10px;
  position: relative;
}

.top-lead__box::before {
  content: "";
  width: 90%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: -1px;
  left: 5%;
}

.top-lead__box::after {
  content: "";
  width: 90%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -1px;
  left: 5%;
}

.top-lead__bg {
  background-color: #f1f1f1;
  padding: 45px 20px 35px;
}

.top-lead__title {
  font-size: 36px;
  font-size: 3.6rem;
  text-align: center;
  font-family: YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
  z-index: 99;
  position: absolute;
  width: 100%;
  top: -0.5em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.top-lead__txt {
  text-align: center;
  font-family: YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
}

/*top-works*/
.top-works {
  padding: 50px 0 125px;
}

.top-works__txt {
  text-align: center;
  margin-bottom: 65px;
}

.top-works__syokusyu-list {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  margin-bottom: 25px;
}

.top-works__syokusyu-item {
  width: 32%;
}
.top-works__syokusyu-item img {
  width: 100%;
}
.top-works__syokusyu-item h3 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background-color: #f1f1f1;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.top-works__syokusyu-box {
  background-color: #f1f1f1;
  text-align: center;
  padding: 10px;
}

.top-works__syokusyu-box img {
  display: block;
  margin: auto;
}

.top-works__syokusyu-mds {
  border-radius: 20px;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 20px 0;
}

.top-works__syokusyu-mds.lift {
  background-color: #f6d7c7;
  border: solid 2px #df5108;
}

.top-works__syokusyu-mds.ope {
  background-color: #e1c8e9;
  border: solid 2px #7852ab;
}

.top-works__syokusyu-mds.other {
  background-color: #c2e9c0;
  border: solid 2px #168e71;
}

.top-works__syokusyu-title {
  font-size: 18px;
  font-size: 1.8rem;
  border-bottom: solid 1px #000;
  padding: 0.25em 0 0.5em;
  margin-bottom: 15px;
}

.top-works__syokusyu-txt {
  padding: 0px 0 25px;
}

.top-works__syokuba {
  margin-bottom: 25px;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
}

.top-works__syokuba-box {
  width: 49%;
}

.top-works__syokuba-title {
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 0.2em 0;
}

.top-works__syokuba-title.himekawa {
  background-color: #d8d800;
  color: #fff;
}

.top-works__syokuba-title.kurohime {
  background-color: #3156bb;
  color: #fff;
}

.top-works__syokuba-table {
  width: 100%;
}

.top-works__syokuba-table th {
  font-weight: bold;
}

.top-works__syokuba-table th,
.top-works__syokuba-table td {
  border-bottom: solid 1px #cccccc;
  padding: 0.25em 0.5em;
}

.top-works__lifestyle {
  background-color: #f1f1f1;
  text-align: center;
  padding: 20px 10px;
}

.top-works__syokuba-category--lift {
  background-color: #f6d7c7;
  border-radius: 15px;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0.2em 0.5em;
}

.top-works__syokuba-category--ope {
  background-color: #e1c8e9;
  border-radius: 15px;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0.2em 0.5em;
}

.top-works__syokuba-category--other {
  background-color: #c2e9c0;
  border-radius: 15px;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0.2em 0.5em;
}

/* top-works__slider */
.top-works__slider .slick-prev {
  left: 0px;
  z-index: 1;
}
.top-works__slider .slick-prev:before {
  content: "〈";
}
.top-works__slider .slick-next {
  right: 0px;
  z-index: 1;
}
.top-works__slider .slick-next:before {
  content: "〉";
}
.top-works__slider .slick-dots li button:before {
  font-size: 20px;
}

/*top-benefits*/
.top-benefits {
  padding: 50px 0 75px;
  background: url(../images/top/benefit_bg.jpg) no-repeat center center/cover;
  margin-top: 150px;
}

.top-benefits .page-subtitle {
  margin-top: -100px;
}

.top-benefits__txt {
  text-align: center;
  margin-bottom: 40px;
}

.top-benefits__list {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.top-benefits__item {
  width: 23.5%;
  background-color: #fff;
  border: solid 5px #ececec;
  margin-bottom: 19px;
  padding: 30px 0 30px 0;
}

.top-benefits__koumoku {
  text-align: center;
  font-weight: bold;
}

.top-benefits__suuji {
  font-size: 70px;
  font-size: 7rem;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  color: #d5618c;
  font-family: YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
}

.top-benefits__suuji span {
  font-size: 36px;
  font-size: 3.6rem;
}

.top-benefits__suuji.kyuujitu {
  font-size: 32px;
  font-size: 3.2rem;
}

.top-benefits__suuji.kyuujitu span {
  font-size: 26px;
  font-size: 2.6rem;
}

.top-benefits__suuji.sikaku {
  font-size: 46px;
  font-size: 4.6rem;
  line-height: 2.3;
}

.top-benefits__suuji.tenkin {
  font-size: 46px;
  font-size: 4.6rem;
  line-height: 2.3;
}

.top-benefits__subtxt {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  color: #d5618c;
  font-family: YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
}

.top-benefits__date {
  text-align: center;
  margin-bottom: 40px;
  font-size: 14px;
  font-size: 1.4rem;
}

.top-benefits__miryoku {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 35px;
}

.top-benefits__miryoku-title {
  color: #fff;
  font-family: YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
  text-align: center;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
}

.top-benefits__miryoku-title img {
  margin-right: 10px;
}

.top-benefits__miryoku-subtitle {
  color: #fff;
  font-weight: bold;
}

.top-benefits__miryoku-list {
  list-style-type: disc;
  color: #fff;
  margin-left: 1em;
}

/*福利厚生*/
.top-benefits-welfare {
  margin: 60px 0 100px;
}
.top-benefits-welfare h2 {
  font-family: YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
  text-align: center;
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: bold;
  border: 5px solid #ececec;
  color: #d5618c;
}
.top-benefits-welfare_txt {
  text-align: center;
}
.top-benefits-welfare_box {
  background-color: #f1f1f1;
  padding: 50px 7%;
  margin-top: 30px;
}
.top-benefits-welfare_box h3 {
  font-family: YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
  text-align: left;
  border-left: 3px solid #d5618c;
  font-size: 24px;
  padding-left: 15px;
}
.top-benefits-welfare_box p {
  padding: 0 20px;
}

.top-benefits-welfare__btn--plan {
  margin-top: 70px;
}
.top-benefits-welfare__btn--plan a {
  width: 80%;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  color: #000;
  font-weight: bold;
  padding: 20px 0;
  display: block;
  position: relative;
  background: #fff;
  border: 1px solid #000;
}
.top-benefits-welfare__btn--plan a:hover {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #d8d800;
}
.top-benefits-welfare__btn--plan a::after {
  content: "";
  width: 12px;
  height: 12px;
  border: 0;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}

/*top-voice*/
.top-voice {
  padding: 50px 0;
  background: url(../images/top/voice_bg.png) no-repeat center top/100%;
  margin-bottom: 80px;
}

.top-voice .slider {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin-bottom: 50px;
}

.top-voice__slide-item {
  width: 24.7%;
  position: relative;
  padding: 18px;
}

.top-voice__slide-item img {
  width: 100%;
  height: auto;
  -webkit-box-shadow: 6px 6px 0 #dbdbdb;
  box-shadow: 6px 6px 0 #dbdbdb;
}

.top-voice__slide-item:nth-child(odd) {
  margin-top: 60px;
}

.top-voice__slide-item a:hover {
  text-decoration: none;
}

.top-voice__name {
  margin-top: -33px;
  line-height: 1.6;
}

.top-voice__name span {
  background-color: #000;
  color: #fff;
  font-weight: bold;
  padding: 0.1em 0.5em;
}

.top-voice .btn {
  background-color: #fff;
}

/*top-recruit*/
.top-recruit {
  padding: 50px 0;
}

.top-recruit__txt {
  text-align: center;
  margin-bottom: 40px;
}

.top-recruit__btn-list {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin-bottom: 50px;
}

.top-recruit__btn-item {
  width: 30%;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}

.top-recruit__btn-item a {
  padding: 0.5em;
  display: block;
  font-weight: bold;
  border-radius: 30px;
  border: solid 3px #fff;
}

.top-recruit__btn-item a.active {
  border: solid 3px #666;
}

.top-recruit__btn-item a:hover {
  text-decoration: none;
}

.top-recruit__btn-item .all {
  background-color: #6a6a6a;
  color: #fff;
}

.top-recruit__btn-item .himekawa {
  background-color: #d8d800;
  color: #000;
}

.top-recruit__btn-item .kurohime {
  background-color: #3156bb;
  color: #fff;
}

.top-recruit__list {
  margin-bottom: 25px;
  display: none;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.top-recruit__list.active {
  display: block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.top-recruit__item {
  position: relative;
  padding: 27px 0 42px 85px;
  border-bottom: solid 1px #cccccc;
}

.top-recruit__item .circle {
  top: 27px;
}

.top-recruit__syokusyu {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 0.2em;
}

.top-recruit__category-list {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin-bottom: 0.2em;
}

.top-recruit__category-item {
  padding: 0 0.5em;
  margin-right: 5px;
  border-radius: 5px;
  font-size: 14px;
  font-size: 1.4rem;
}

.top-recruit__category-item.seisyain {
  background-color: #afe1cb;
}

.top-recruit__category-item.jounikkin {
  background-color: #e1dfaf;
}

.top-recruit__category-item.nikkyuu {
  background-color: #deafe1;
}

.top-recruit__category-item.junsyain {
  background-color: #99dfe5;
}

.top-recruit__category-item.part {
  background-color: #e1c3af;
}

.top-recruit__category-item.nikotai {
  background-color: #b2afe1;
}

.top-recruit__category-item.sankotai {
  background-color: #aecce5;
}

.top-recruit__gaiyou {
  font-size: 16px;
  font-size: 1.6rem;
}

.top-recruit__kuwasiku {
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../images/top/kuwasiku_bg.png) #000 no-repeat left 0 top;
  width: 150px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 0.1em;
}

.top-recruit__kuwasiku::before {
  content: "詳しく";
}

.top-recruit__kuwasiku:hover {
  cursor: pointer;
  text-decoration: none;
  background-color: #666;
}

.top-recruit__kuwasiku.open {
  background: url(../images/top/kuwasiku_bg2.png) #000 no-repeat left 0 top;
}

.top-recruit__kuwasiku.open::before {
  content: "閉じる";
}

.top-recruit__table {
  width: 100%;
  margin-top: 30px;
}

.top-recruit__table th {
  background-color: #f1f1f1;
}

.top-recruit__table th,
.top-recruit__table td {
  border: solid 1px #cecece;
  padding: 0.2em 0.5em;
  font-size: 16px;
  font-size: 1.6rem;
}

.top-recruit .acc-cont {
  height: 0;
  overflow: hidden;
}

.top-recruit .acc-cont.open {
  height: auto;
}

.recruit-tabbtn {
  cursor: pointer;
}

/*top-company*/
.top-company__title {
  background: url(../images/top/company_bg.jpg) no-repeat center center/cover;
  padding: 40px 0;
  margin-bottom: 33px;
}

.top-company__title .page-title {
  color: #fff;
  margin-bottom: 0;
}

.top-company__txt {
  text-align: center;
  margin-bottom: 50px;
  margin-top: 30px;
}

.top-company__infobox {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.top-company__himekawa {
  border-right: solid 1px #000;
  width: 50%;
  padding-right: 17px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.top-company__kurohime {
  width: 50%;
  padding-left: 17px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.top-company__himekawa-table {
  width: 100%;
}

.top-company__himekawa-table th {
  width: 25%;
  padding: 0.5em 1em;
}

.top-company__himekawa-table tr:nth-child(odd) th,
.top-company__himekawa-table tr:nth-child(odd) td {
  background-color: rgba(216, 216, 0, 0.2);
}

.top-company__kurohime-table {
  width: 100%;
}

.top-company__kurohime-table th {
  width: 25%;
  padding: 0.5em 1em;
}

.top-company__kurohime-table tr:nth-child(odd) th,
.top-company__kurohime-table tr:nth-child(odd) td {
  background-color: rgba(49, 86, 167, 0.2);
}

/*top-aisatu*/
.top-aisatu {
  padding: 75px 0;
}

.top-aisatu__box {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
}

.top-aisatu__img {
  width: 20%;
  text-align: center;
}

.top-aisatu__img img {
  width: 100%;
  height: auto;
}

.top-aisatu__txt {
  width: 100%;
}

.top-aisatu__name {
  text-align: right;
  margin-top: 20px;
}

/****************************************************************/
@media (max-width: 1440px) {
  .top-mv__catch {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

@media (max-width: 1280px) {
  .top-mv__catch {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media (max-width: 1100px) {
  .top-mv__catch {
    top: 40%;
  }
}

/****************************************************************/
@media (max-width: 960px) {
  .top-mv__catch {
    font-size: 20px;
    font-size: 2rem;
  }
  .top-linkbtnarea_w768 {
    transform: translate(-50%, -20%);
  }
  a.top-linkbtn {
    width: 230px;
  }

  /*top-lead*/
  .top-lead {
    padding: 30px 0;
    margin-bottom: 50px;
  }
  .top-lead__bg {
    padding: 35px 15px 25px;
  }
  .top-lead__title {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .top-lead__txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .top-works__syokuba {
    display: block;
  }
  .top-works__syokuba-box {
    width: 100%;
  }
  /*top-company*/
  .top-company__himekawa-table th,
  .top-company__himekawa-table td {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .top-company__kurohime-table th,
  .top-company__kurohime-table td {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/****************************************************************/
@media (max-width: 768px) {
  .top-mv__catch {
    font-size: 15px;
    font-size: 1.5rem;
    height: 16em;
    top: 50%;
  }
  .top-mv__mvtxt {
    width: 50%;
  }
  .top-mv__mvtxt.himekawa {
    top: 20px;
    left: 30%;
  }
  .top-mv__mvtxt.kurohime {
    bottom: 60px;
    left: 14%;
  }
  .top-linkbtnarea_w768 {
    display: none;
  }
  .top-linkbtnarea_w768-2 {
    display: block;
  }
  .top-linkbtnarea_w768-2 a.top-linkbtn {
    margin: 0 auto 10px;
    font-size: 14px;
  }
  .top-linkbtnarea_w768-2 a.top-linkbtn:last-child {
    margin: 0 auto 0px;
  }
  a.top-linkbtn {
    width: 280px;
  }
  .top-moviearea_box,
  .top_staffinterview_box {
    width: 100%;
  }
  .top-moviearea {
    flex-flow: column;
  }

  /*top-lead*/
  .top-lead {
    padding: 25px 0;
    margin-bottom: 0px;
  }
  .top-lead__box {
    padding: 5px;
  }
  .top-lead__bg {
    padding: 25px 10px 15px;
  }
  .top-lead__title {
    font-size: 20px;
    font-size: 2rem;
  }
  .top-lead__txt {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: justify;
  }
  /*top-works*/
  .top-works {
    padding-top: 25px;
    padding: 50px 0;
  }
  .top-works__txt {
    margin-bottom: 35px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .top-works__syokusyu-list {
    display: block;
    margin-bottom: 0;
  }
  .top-works__syokusyu-item {
    width: 100%;
  }
  .top-works__syokusyu-mds {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .top-works__syokusyu-title {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .top-works__syokusyu-txt {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
  .top-works__syokuba {
    margin-bottom: 25px;
  }
  .top-works__syokuba-title {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .top-works__syokuba-table {
    margin-bottom: 10px;
  }
  .top-works__syokuba-table th {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .top-works__syokuba-table td {
    padding: 0.25em;
    line-height: 1.6;
  }
  .top-works__syokuba-category--lift {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .top-works__syokuba-category--ope {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .top-works__syokuba-category--other {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .top-works__lifestyle {
    padding: 10px 2.5%;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .top-works__syokusyu-item h3 {
    font-size: 16px;
  }

  /*top-benefits*/
  .top-benefits {
    padding: 80px 0 30px;
    background: url(../images/top/benefit_bg.jpg) no-repeat center center/cover;
    margin-top: 0;
  }
  .top-benefits__txt {
    margin-bottom: 25px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .top-benefits__item {
    width: 48%;
    border: solid 3px #ececec;
    margin-bottom: 10px;
    padding: 15px 0 15px 0;
    min-height: 170px;
  }
  .top-benefits__koumoku {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .top-benefits__suuji {
    font-size: 54px;
    font-size: 5.4rem;
  }
  .top-benefits__suuji span {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .top-benefits__suuji.kyuujitu {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .top-benefits__suuji.kyuujitu span {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .top-benefits__suuji.sikaku {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 2.5;
  }
  .top-benefits__suuji.tenkin {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 2.5;
  }
  .top-benefits__subtxt {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .top-benefits__miryoku {
    padding: 10px 12px;
  }
  .top-benefits__miryoku-title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 0.5em;
  }
  .top-benefits__miryoku-title img {
    margin-right: 0;
    display: block;
  }
  .top-benefits__miryoku-list {
    font-size: 16px;
    font-size: 1.6rem;
  }
  /*福利厚生*/
  .top-benefits-welfare {
    margin: 60px 0 0px;
  }
  .top-benefits-welfare h2,
  .top-benefits-welfare_box h3 {
    font-size: 20px;
    font-size: 2rem;
  }
  .top-benefits-welfare_txt,
  .top-benefits-welfare_box p {
    font-size: 16px;
  }
  /*top-voice*/
  .top-voice {
    padding: 25px 0;
    background: url(../images/top/voice_bg.png) no-repeat center top/100%;
    margin-bottom: 30px;
  }
  .top-voice .slider {
    margin-bottom: 25px;
  }
  .top-voice__slide-item {
    width: 48%;
    padding: 10px;
  }
  .top-voice__slide-item img {
    -webkit-box-shadow: 4px 4px 0 #dbdbdb;
    box-shadow: 4px 4px 0 #dbdbdb;
  }
  .top-voice__slide-item:nth-child(odd) {
    margin-top: 30px;
  }
  .top-voice__name {
    margin-top: -20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  /*top-recruit*/
  .top-recruit {
    padding: 30px 0;
  }
  .top-recruit__txt {
    margin-bottom: 25px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .top-recruit__btn-list {
    margin-bottom: 25px;
  }
  .top-recruit__btn-item {
    width: 32%;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .top-recruit__btn-item a {
    border: solid 2px #fff;
  }
  .top-recruit__list {
    margin-bottom: 20px;
  }
  .top-recruit__item {
    padding: 10px 0 34px 46px;
  }
  .top-recruit__item .circle {
    top: 15px;
  }
  .top-recruit__syokusyu {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .top-recruit__category-item {
    margin-right: 3px;
    border-radius: 3px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .top-recruit__gaiyou {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .top-recruit__kuwasiku {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .top-recruit__table {
    margin-top: 20px;
  }
  .top-recruit__table th,
  .top-recruit__table td {
    font-size: 12px;
    font-size: 1.2rem;
  }
  /*top-company*/
  .top-company__title {
    padding: 40px 0;
    margin-bottom: 20px;
  }
  .top-company__txt {
    margin-bottom: 20px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .top-company__infobox {
    display: block;
  }
  .top-company__himekawa {
    border-right: none;
    border-bottom: solid 1px #000;
    width: 100%;
    padding-right: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
  }
  .top-company__kurohime {
    width: 100%;
    padding-left: 0;
  }
  .top-company__himekawa-table th {
    padding: 0.5em 0.5em;
  }
  .top-company__himekawa-table th,
  .top-company__himekawa-table td {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .top-company__kurohime-table th {
    padding: 0.5em 0.5em;
  }
  .top-company__kurohime-table th,
  .top-company__kurohime-table td {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /*top-aisatu*/
  .top-aisatu {
    padding: 50px 0;
  }
  .top-aisatu__box {
    display: block;
  }
  .top-aisatu__img {
    width: 50%;
    margin: auto;
  }
  .top-aisatu__txt {
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/****************************************************************/
@media (max-width: 430px) {
  .top-moviearea {
    margin: 20px 0px;
  }
}
/****************************************************************/
.interview-box {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  padding: 50px 0;
  border-bottom: solid 1px #000;
}

.interview-img {
  width: 43.4%;
}

.interview-img__photo {
  margin-bottom: 23px;
  position: relative;
}

.interview-img img {
  width: 100%;
  height: auto;
  display: block;
}

.interview-hukidasi {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
  padding: 7px 10px;
  max-width: 100%;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.interview-hukidasi.himekawa {
  border: solid 1px #acac00;
}

.interview-hukidasi.himekawa:after {
  border-bottom: 13px solid #acac00;
}

.interview-hukidasi.kurohime {
  border: solid 1px #3156bb;
}

.interview-hukidasi.kurohime:after {
  border-bottom: 13px solid #3156bb;
}

.interview-hukidasi:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 20%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #fff;
  z-index: 2;
}

.interview-hukidasi:after {
  content: "";
  position: absolute;
  top: -27px;
  left: 20%;
  margin-left: -17px;
  border: 14px solid transparent;
  z-index: 1;
}

.interview-hukidasi p {
  font-size: 16px;
  font-size: 1.6rem;
}

.interview-txt {
  width: 53.1%;
}

.interview-txt__name {
  font-size: 28px;
  font-size: 2.8rem;
  font-family: YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
  font-weight: bold;
}

.interview-txt__name span {
  font-size: 20px;
  font-size: 2rem;
}

.interview-txt__haizoku {
  border-bottom: dotted 1px #000;
  margin-bottom: 20px;
  padding-bottom: 17px;
}

.interview-txt__q {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  font-family: YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
  margin-bottom: 0.5em;
}

.interview-txt__q.himekawa {
  color: #acac00;
}

.interview-txt__q.kurohime {
  color: #3156bb;
}

.interview-txt__a {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 2em;
}

.interview-schedule {
  padding: 20px;
}

.interview-schedule.himekawa {
  background-color: rgba(216, 216, 0, 0.14);
}

.interview-schedule.kurohime {
  background-color: rgba(49, 86, 187, 0.14);
}

.interview-schedule__title {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  padding-bottom: 2px;
  margin-bottom: 10px;
  font-weight: bold;
  width: 80%;
  font-size: 18px;
  font-size: 1.8rem;
}

.interview-schedule__title.himekawa {
  color: #acac00;
  border-bottom: solid 1px #acac00;
  border-right: solid 1px #acac00;
}

.interview-schedule__title.kurohime {
  color: #3156bb;
  border-bottom: solid 1px #3156bb;
  border-right: solid 1px #3156bb;
}

.interview-schedule__title img {
  margin-right: 10px;
}

.interview-schedule th {
  text-align: right;
  padding: 0 1em;
  font-weight: bold;
}

.interview-schedule td {
  font-size: 18px;
  font-size: 1.8rem;
}

.interview-btn {
  padding: 70px 0;
}
/***リニューアル版追加***/
.interview-moviearea__w768 {
  display: block;
  margin-top: 20px;
}
.interview-moviearea__w768-2 {
  display: none;
}
.interview-click {
  width: 127px;
}
/*モーダルウィンドウ*/
.modal_open {
  cursor: pointer;
  margin-top: 8px;
  display: block;
}
.modal_open img {
  width: 100%;
}
.modal_box {
  position: fixed;
  z-index: 7777;
  display: none;
  width: 90%;
  max-width: 1000px;
  margin: 0;
  padding: 20px;
  background: #fff;
  box-sizing: border-box;
}
.movie {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.movie iframe {
  display: block;
  margin: auto;
  width: 100%;
  height: 100%;
}
.modal_close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding: 5px;
}
.modal_close img {
  width: 40px;
  height: 40px;
  margin: -20px -20px 0 0;
}
.modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6666;
  display: none;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.7);
}
.library {
  margin: 50px 0 150px;
}
.library__area {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.library__area-box {
  width: 30%;
}
.library__area-box img {
  width: 100%;
}

@media (max-width: 768px) {
  .interview-box {
    display: block;
    padding: 25px 0;
  }
  .interview-img {
    width: 85%;
    margin: 0 auto;
  }
  .interview-img__photo {
    margin-bottom: 10px;
  }
  .interview-hukidasi p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .interview-txt {
    width: 100%;
  }
  .interview-txt__name {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .interview-txt__name span {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .interview-txt__haizoku {
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .interview-txt__q {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .interview-txt__a {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .interview-schedule {
    padding: 15px;
  }
  .interview-schedule__title {
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .interview-schedule th {
    padding: 0 0.5em;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .interview-schedule td {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .interview-btn {
    padding: 30px 0;
  }
  /***リニューアル版追加***/
  .interview-moviearea__w768 {
    display: none;
  }
  .interview-moviearea__w768-2 {
    display: block;
    margin-top: 20px;
  }
  .interview-moviearea__w768-2 img {
    width: 100%;
    height: auto;
    display: block;
  }
  .interview-click {
    width: 100px;
  }
  .modal_close img {
    width: 40px;
    height: 40px;
  }
  .library {
    margin: 50px 0 80px;
  }
  .library__area {
    flex-flow: column;
  }
  .library__area-box {
    width: 100%;
  }
  .library__area-box p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media (max-width: 500px) {
  .modal_box {
    padding: 10px;
  }
  .modal_close img {
    width: 30px;
    height: 30px;
  }
}

.news__list {
  margin-top: 100px;
  margin-bottom: 25px;
}

.news__item {
  padding: 35px 0;
  border-bottom: solid 1px #3156bb;
}

.news__item a {
  color: #000;
}

.news__item a:hover {
  text-decoration: none;
}

/*
.news__meta {
    @include flex(flex-start, center);
    margin-bottom: 15px;
}

.news__category {
    width: 13.5%;
    @include fz(16);

    p {
        border-radius: 20px;
        text-align: center;
        color: #FFF;
    }

    &--osirase {
        background-color: $color_yellow;
    }

    &--syohin {
        background-color: $color_green;
    }

    &--sonota {
        background-color: $color_winered;
    }
}
*/
.news__link a {
  color: #000;
  text-decoration: none;
}

.news__link a:hover {
  text-decoration: underline;
}

.news__new {
  font-size: 16px;
  font-size: 1.6rem;
  color: #ff2c00;
}

.news__title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: left;
  margin-bottom: 1em;
}

.news__time {
  font-weight: normal;
  padding-right: 1em;
}

.news__box {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
}

.news__img {
  width: 29.3%;
  padding-right: 1.7%;
}

.news__img img {
  width: 100%;
  height: auto;
  display: block;
}

.news__txt {
  width: 69%;
}

.news__contentarea {
  padding-bottom: 75px;
  margin-bottom: 25px;
  border-bottom: solid 1px #3156bb;
}

.news__back {
  text-align: center;
}

/*
.news__nav {
    @include flex();
    border-top: solid 1px $color_winered;
    border-bottom: solid 1px $color_winered;

    a {
        color: $color_winered;
    }

    li {
        width: 33.33%;
        padding: 0.5em 0;
        box-sizing: border-box;
    }

    &--prev {
        text-align: left;
        padding-left: 50px;
    }

    &--archive {
        background-color: $color_gray;
        text-align: center;
    }

    &--next {
        text-align: right;
        padding-right: 50px;
    }
}
*/
.wp-pagenavi {
  text-align: center;
  margin: 50px auto;
}

.wp-pagenavi a,
.wp-pagenavi span {
  text-decoration: none;
  border: none;
  padding: 4px 0.5em;
  margin: 2px;
}

.pager {
  text-align: center;
}

.pager a {
  background-color: #fff;
  color: #000;
  border-radius: 5px;
  border: solid 1px #666;
  padding: 0.25em 0.5em;
  margin: 0 3px;
}

.pager a.current {
  background-color: #ccc;
}

/*
.wp-block-image {
    img {
        height: auto;
        max-width: 100%;
    }
}
*/
.news__page {
  padding-top: 75px;
}

.detailText {
  margin-bottom: 1em;
}

.detailUpfile {
  text-align: center;
}

@media (max-width: 960px) {
  .news__list {
    margin-top: 30px;
  }
  /*
    .news__meta {
        margin-bottom: 10px;
    }
    */
  .news__title {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .news__new {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .news__contentarea {
    padding: 20px 0;
    margin-bottom: 20px;
  }
  .news__contentarea p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .news__contentarea img {
    max-width: 100%;
    height: auto;
  }
  .news__item {
    padding: 10px 0;
  }
  .news__time {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .news__txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /*
    .news__category {
        width: 30%;
        @include fz(14);
    }
    */
  .news__link {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .news__page {
    padding-top: 30px;
  }
  .news__back {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .detailText {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.entry__title {
  background-color: #000;
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
  padding: 0.25em 0;
  margin-bottom: 1.5em;
}

.entry__txt {
  margin-bottom: 1em;
}

.entry__btn {
  margin-bottom: 42px;
}

.entry__oubosaki {
  text-align: center;
  font-weight: bold;
  margin-bottom: 75px;
}

.entry__senkou {
  margin-bottom: 75px;
}

.entry__senkou .entry__txt {
  padding-left: 1em;
}

.entry__koumoku {
  font-weight: bold;
}

@media (max-width: 960px) {
  .entry__title {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .entry__txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .entry__btn {
    margin-bottom: 20px;
  }
  .entry__oubosaki {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 50px;
  }
  .entry__senkou {
    margin-bottom: 50px;
  }
  .entry__koumoku {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.plan_title {
  margin-bottom: 70px;
}
.plan_title::after,
.plan_title::before {
  width: 10% !important;
}
.plan {
  background: #f1f1f1;
  width: 100%;
  margin: 0 auto 70px;
  text-align: center;
  box-sizing: border-box;
  padding: 50px;
}
#plan_womaninfo {
  margin-bottom: 200px;
}
.plan h2 {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
}
.plan p {
  text-align: center;
  font-size: 1.6rem;
}
.plan_bnr {
  margin-top: 30px;
}
.plan_bnr a {
  font-weight: bold;
  width: 100%;
  max-width: 300px;
  text-align: center;
  display: inline-block;
  position: relative;
  margin: auto;
  padding: 1em 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.plan_bnr a.plan_bnr--himekawa {
  color: #000;
  border: solid 1px #d8d800;
  background: #d8d800;
  margin-right: 30px;
}
.plan_bnr a.plan_bnr--kurohime {
  color: #fff;
  border: solid 1px #3156bb;
  background: #3156bb;
}
.plan_bnr a.plan_bnr--himekawa::after {
  content: "";
  width: 12px;
  height: 12px;
  border: 0;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}
.plan_bnr a.plan_bnr--kurohime::after {
  content: "";
  width: 12px;
  height: 12px;
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}
.plan_bnr a:hover {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0.5;
}

@media (max-width: 960px) {
  .plan_title {
    margin-bottom: 3em;
  }
  .plan {
    padding: 2em;
    margin-bottom: 3em;
  }
  #plan_zisedaiplan {
    margin-top: 25px;
  }
  #plan_womaninfo {
    margin-bottom: 5em;
  }
  .plan_time {
    font-size: 1.4rem !important;
  }
  .plan_bnr {
    display: block;
    margin-top: 20px;
  }
  .plan_bnr a.plan_bnr--himekawa {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
/*# sourceMappingURL=common_style.css.map */
