@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-repeat: no-repeat; }

::before, ::after {
  background-repeat: no-repeat; }

::before, ::after {
  text-decoration: inherit;
  vertical-align: inherit; }

html, body {
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch; }

html {
  overflow-y: scroll;
  cursor: default; }

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-print-color-adjust: exact; }

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: normal;
  line-height: 1em; }

ol, ul, li {
  list-style: none; }

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block; }

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

th {
  font-weight: normal; }

td, th {
  padding: 0; }

blockquote {
  quotes: none; }
  blockquote:before, blockquote:after {
    content: '';
    content: none; }

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
  cursor: pointer; }
  a:active, a:hover {
    outline-width: 0; }
  a:focus {
    outline: none; }

*:focus {
  outline: none; }

img {
  border-style: none;
  vertical-align: bottom; }

[type="text"], [type="tel"], [type="email"], [type="date"], [type="number"], [type="submit"], [type="button"], button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input {
  vertical-align: middle; }
  input[type="number"] {
    -moz-appearance: textfield; }
    input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }

select {
  vertical-align: middle;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  select::-ms-expand {
    display: none; }

button, select {
  text-transform: none; }

button, [type="button"], [type="reset"], [type="submit"], [role="button"] {
  cursor: pointer; }

input::-ms-clear, input::-ms-reveal {
  visibility: hidden; }

html {
  font-size: 62.5%; }

body {
  width: 100%;
  height: 100%;
  color: #333;
  background-color: #fff;
  font-family: "Noto Sans JP",sans-serif;
  font-size: calc(30 / 750 * 100vw);
  font-weight: 400;
  line-height: 1;
  letter-spacing: .1em;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow-x: hidden; }

.sp {
  display: block; }

.pc {
  display: none; }

@media screen and (min-width: 751px) {
  body {
    font-size: calc(15 / 1100 * 100vw); }

  .sp {
    display: none; }

  .pc {
    display: block; } }
@media screen and (min-width: 1101px) {
  body {
    font-size: 1.5em; } }
a {
  -webkit-transition: all .3s;
  transition: all .3s; }
  a.opacity:hover {
    opacity: 0.7; }
  a.under {
    padding-bottom: .1em;
    border-bottom: 1px solid #333; }
    a.under:hover {
      color: #1f4684;
      border-bottom: 1px solid #1f4684; }

.header {
  position: fixed;
  margin: 0 auto;
  width: 100%;
  height: calc(155 / 750 * 100vw);
  background-color: white;
  z-index: 1000;
  box-shadow: 0px 0px calc(40 / 750 * 100vw) 0px rgba(0, 0, 0, 0.1); }

.header__logo {
  display: flex;
  align-items: center;
  margin-left: 3vw;
  width: calc(380 / 750 * 100vw);
  height: 100%; }
  .header__logo img {
    width: 100%;
    height: auto; }
  .header__logo a {
    display: flex;
    align-items: flex-end; }

@media screen and (min-width: 751px) {
  .header {
    height: calc(160 / 1100 * 100vw);
    box-shadow: 0px 0px calc(20 / 1100 * 100vw) 0px rgba(0, 0, 0, 0.1); }

  .header__logo {
    justify-content: center;
    margin: 0 auto;
    height: calc(80 / 1100 * 100vw);
    width: calc(300 / 1100 * 100vw); }
    .header__logo img {
      width: calc(260 / 1100 * 100vw); }

  .header__navi {
    width: 100%;
    height: calc(80 / 1100 * 100vw); } }
@media screen and (min-width: 1101px) {
  .header__navi {
    height: 100px; } }
@media screen and (min-width: 1320px) {
  .header {
    display: flex;
    height: 100px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1); }

  .header__logo {
    width: 280px;
    height: auto; }
    .header__logo img {
      width: 260px; }

  .header__navi {
    width: calc(100% - 300px);
    height: 100px; } }
@media screen and (max-width: 750px) {
  .header.is-open {
    background-color: #333; }
    .header.is-open .header__logo {
      opacity: 0; } }
.header__navi.is-fixed {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

@media screen and (max-width: 750px) {
  .header__navi {
    position: fixed;
    top: calc(150 / 750 * 100vw);
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0.3s;
    transition: visibility 0.3s;
    overflow: hidden; }
    .header__navi.is-open {
      width: 100%;
      height: 100%;
      opacity: 1;
      visibility: visible; } }
.header__right {
  margin-left: -4vw;
  width: calc(100% + 8vw); }

.header__number {
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: calc(185 / 750 * 100vw);
  background-color: #ebf1ec; }

.header__time {
  margin-top: .2em;
  font-size: calc(26 / 750 * 100vw);
  font-weight: 700; }

.header__number__txt {
  font-size: calc(26 / 750 * 100vw);
  font-weight: 700;
  padding-bottom: calc(10 / 750 * 100vw); }

@media screen and (max-width: 750px) {
  .header__number__txt {
    width: 100%;
    text-align: center; }

  .navigation__inner {
    position: relative;
    margin-left: auto;
    width: 100%;
    height: 100vh;
    overflow-x: scroll;
    z-index: 999; }

  .navigation__content {
    position: relative;
    padding: 0 4vw 12vw 4vw;
    width: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: column; }

  .navi {
    order: 2;
    width: 100%; }

  .header__right {
    display: flex;
    flex-direction: column;
    order: 1; }
    .header__right > div {
      order: 1; }
    .header__right .header__number {
      order: 2; }

  .header__sub {
    order: 3; } }
@media screen and (min-width: 751px) {
  .navigation__inner {
    height: 100%; }

  .navigation__content {
    display: flex;
    justify-content: space-between;
    padding: 0;
    width: 100%;
    height: 100%; }

  .navi {
    width: calc(100% - calc(490 / 1100 * 100vw)); }

  .header__right {
    display: flex;
    align-items: center;
    width: calc(490 / 1100 * 100vw); }

  .header__number {
    width: calc(290 / 1100 * 100vw);
    height: calc(80 / 1100 * 100vw); }

  .header__time {
    font-size: calc(13 / 1100 * 100vw); }

  .header__number__txt {
    font-size: calc(13 / 1100 * 100vw);
    padding: 0;
    padding-bottom: calc(5 / 1100 * 100vw); } }
@media screen and (min-width: 1101px) {
  .header__time {
    font-size: 13px;
    font-size: 1.3rem; }

  .header__number {
    width: 290px;
    height: 80px; }

  .header__number__txt {
    font-size: 13px;
    font-size: 1.3rem;
    padding-bottom: calc(5 / 1100 * 100vw); }

  .header__right {
    width: 490px; } }
@media screen and (min-width: 1320px) {
  .navi {
    width: calc(100% - 490px); }

  .header__right {
    width: 490px; }

  .header__number {
    width: 290px;
    height: 100px; } }
.navi > li > a > div:not(.navi__submenu) > span:first-of-type {
  font-family: brandon-grotesque,sans-serif;
  font-weight: 700; }
.navi > li > a > div:not(.navi__submenu) > span:last-of-type {
  font-weight: 700; }

@media screen and (max-width: 750px) {
  .navi {
    margin: 0 auto; }
    .navi > li:last-child {
      /*
         	div{
         		border:none;
         	}
         	*/ }
    .navi > li > div {
      position: relative;
      border-bottom: calc(6 / 750 * 100vw) solid #f5f5f5; }
    .navi > li > .navi__parent:after, .navi > li > div:not(.navi__submenu):after {
      content: '';
      position: absolute;
      top: 1.5em;
      right: 1em;
      display: inline-block;
      width: calc(60 / 750 * 100vw);
      height: calc(60 / 750 * 100vw);
      background-size: contain;
      background-repeat: no-repeat;
      background-image: url(../img/common/arrow_main.png); }
    .navi > li > .navi__parent {
      display: block;
      display: flex;
      align-items: flex-end;
      padding: 2em .5em;
      width: 100%;
      height: 100%; }
      .navi > li > .navi__parent.is-open:after {
        background-image: url(../img/common/arrow_main_down.png); }
    .navi > li > div:not(.navi__submenu) a {
      display: block;
      display: flex;
      align-items: flex-end;
      padding: 2em .5em;
      width: 100%;
      height: 100%; }
    .navi > li > div span:first-of-type {
      margin-left: 1.5em;
      color: #1f4684;
      font-family: brandon-grotesque,sans-serif;
      font-size: calc(26 / 750 * 100vw);
      font-weight: 700;
      order: 2; }
    .navi > li > div span:last-of-type {
      color: #333;
      font-size: calc(30 / 750 * 100vw);
      font-weight: 700;
      order: 1; }

  .navi__submenu {
    display: none;
    padding: 4vw 0 6vw 0; }

  .navi__submenu__list a {
    position: relative;
    padding: .8em .5em .8em 1.5em;
    display: block;
    width: 100%;
    font-size: calc(30 / 750 * 100vw);
    font-weight: 700;
    letter-spacing: .1em; }
    .navi__submenu__list a:after {
      content: '';
      position: absolute;
      top: 50%;
      right: 1em;
      display: inline-block;
      width: calc(60 / 750 * 100vw);
      height: calc(60 / 750 * 100vw);
      background-size: contain;
      background-repeat: no-repeat;
      background-image: url(../img/common/arrow_base.png);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }

  .header__btn > a {
    height: calc(120 / 750 * 100vw); } }
@media screen and (min-width: 751px) {
  .navi {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap; }
    .navi > li {
      display: block;
      height: 100%;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center;
      position: relative; }
      .navi > li:before {
        content: "";
        position: absolute;
        top: 10%;
        left: 0;
        width: 1px;
        height: 80%;
        background-color: rgba(30, 68, 133, 0.1); }
      .navi > li > div:not(.navi__submenu) {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding: 0;
        text-align: center; }
        .navi > li > div:not(.navi__submenu):hover {
          color: #1f4684;
          opacity: 1;
          cursor: pointer; }
        .navi > li > div:not(.navi__submenu) a {
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          text-align: center;
          height: 100%; }
        .navi > li > div:not(.navi__submenu) span {
          display: block;
          width: 100%; }
          .navi > li > div:not(.navi__submenu) span:first-of-type {
            margin-bottom: .5em;
            color: #1f4684;
            font-family: brandon-grotesque,sans-serif;
            font-size: calc(13 / 1100 * 100vw);
            font-weight: 700; }
        .navi > li > div:not(.navi__submenu):hover span:first-of-type {
          color: #023894; }
        .navi > li > div:not(.navi__submenu) span:last-of-type {
          font-size: calc(15 / 1100 * 100vw);
          font-weight: 700; }

  .navi__submenu {
    position: absolute;
    padding: 2.27273vw;
    top: 8.18182vw;
    width: calc(270 / 1100 * 100vw);
    background-color: #e8ecf3;
    border: .27273vw solid #1f4684;
    transition: .3s;
    visibility: hidden;
    opacity: 0;
    z-index: 20; }

  .navi > li:hover .navi__submenu {
    visibility: visible;
    opacity: 1; }

  .navi__submenu__list a {
    position: relative;
    display: block;
    padding: 1em;
    width: 100%;
    font-family: brandon-grotesque,sans-serif;
    font-size: 1.36364vw;
    font-weight: 700;
    text-align: left;
    border-bottom: 1px solid #fff; }
    .navi__submenu__list a:hover {
      color: #1f4684; } }
@media screen and (min-width: 1101px) {
  .navi > li > div:not(.navi__submenu) span:first-of-type {
    font-size: 13px;
    font-size: 1.3rem; }
  .navi > li > div:not(.navi__submenu) span:last-of-type {
    font-size: 15px;
    font-size: 1.5rem; }

  .navi__submenu {
    padding: 15px 25px 25px 15px;
    top: 90px;
    width: 260px;
    border: 3px solid #1f4684; }

  .navi__submenu__inner {
    width: 1000px; }

  .navi__submenu__list a {
    width: 100%;
    font-size: 15px;
    font-size: 1.5rem; } }
.header__sub {
  display: flex;
  padding-bottom: 10.66667vw; }
  .header__sub a {
    display: block;
    padding: 2em 0;
    width: 50%;
    font-size: calc(26 / 750 * 100vw);
    text-align: center; }
    .header__sub a:first-of-type {
      border-right: calc(6 / 750 * 100vw) solid #f5f5f5; }

.toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(155 / 750 * 100vw);
  height: calc(155 / 750 * 100vw);
  background-color: #1f4684;
  cursor: pointer;
  z-index: 9999;
  transition: opacity 0.25s ease; }
  .toggle.is-active {
    position: absolute;
    top: calc(35 / 750 * 100vw);
    right: calc(20 / 750 * 100vw);
    width: calc(80 / 750 * 100vw);
    height: calc(80 / 750 * 100vw);
    border-radius: 100%;
    background-color: #fff; }
  .toggle span {
    position: absolute;
    left: calc(40 / 750 * 100vw);
    width: calc(80 / 750 * 100vw);
    height: calc(4 / 750 * 100vw);
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer; }
  .toggle.is-active span {
    left: calc(9 / 750 * 100vw);
    width: calc(60 / 750 * 100vw);
    background-color: #1f4684; }
  .toggle span:nth-of-type(1) {
    top: calc(32 / 750 * 100vw); }
  .toggle span:nth-of-type(2) {
    top: calc(54 / 750 * 100vw); }
  .toggle span:nth-of-type(3) {
    top: calc(76 / 750 * 100vw);
    left: calc(60 / 750 * 100vw);
    width: calc(62 / 750 * 100vw); }
  .toggle.is-active span:nth-of-type(1) {
    top: calc(36 / 750 * 100vw);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .toggle.is-active span:nth-of-type(2) {
    display: none; }
  .toggle.is-active span:nth-of-type(3) {
    top: calc(36 / 750 * 100vw);
    left: calc(9 / 750 * 100vw);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.toggle__text {
  position: absolute;
  left: 50%;
  bottom: calc(35 / 750 * 100vw);
  color: #fff;
  font-family: brandon-grotesque,sans-serif;
  font-size: calc(26 / 750 * 100vw);
  font-weight: 700;
  text-align: center;
  line-height: 1em;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.toggle.is-active .toggle__text {
  left: -15.33vw;
  bottom: calc(19 / 750 * 100vw);
  -webkit-transform: translateX(0);
  transform: translateX(0); }

@media screen and (min-width: 751px) {
  .toggle {
    display: none; } }
.footer {
  position: relative; }

.footer__top {
  position: relative;
  padding: calc(90 / 750 * 100vw) 0 calc(60 / 750 * 100vw) 0;
  width: 100%; }

.footer__number {
  margin-bottom: calc(60 / 750 * 100vw);
  width: 100%;
  border: calc(6 / 750 * 100vw) solid #ebf1ec;
  padding-top: calc(36 / 750 * 100vw);
  padding-bottom: calc(36 / 750 * 100vw); }
  .footer__number .footer__number_ttl {
    font-size: calc(27 / 750 * 100vw);
    font-weight: 700;
    text-align: center; }

.footer__time {
  display: block;
  padding: .2em 0 0;
  font-size: calc(26 / 750 * 100vw);
  font-weight: 700;
  text-align: center;
  line-height: 1.5; }

.footer__contact {
  width: 100%; }

@media screen and (min-width: 751px) {
  .footer__top {
    display: flex;
    align-items: center;
    padding: calc(40 / 1100 * 100vw) 0; }

  .footer__top__inner {
    display: flex;
    justify-content: space-between; }

  .footer__number {
    margin: 0;
    margin-bottom: calc(15 / 1100 * 100vw);
    border: calc(3 / 1100 * 100vw) solid #ebf1ec;
    padding-top: calc(18 / 1100 * 100vw);
    padding-bottom: calc(18 / 1100 * 100vw);
    height: calc(140 / 1100 * 100vw); }
    .footer__number .footer__number_ttl {
      font-size: calc(15 / 1100 * 100vw); }

  .footer__time {
    font-size: calc(13 / 1100 * 100vw);
    padding-top: 0; }

  .footer__contact {
    margin-bottom: 0; } }
@media screen and (min-width: 1101px) {
  .footer__top {
    padding: 40px 0; }

  .footer__number {
    height: 140px;
    margin-bottom: 15px;
    border: 3px solid #ebf1ec;
    padding-top: 18px;
    padding-bottom: 18px; }
    .footer__number .footer__number_ttl {
      font-size: 15px;
      font-size: 1.5rem; }

  .footer__time {
    font-size: 13px;
    font-size: 1.3rem; } }
.footer_left {
  width: 100%;
  padding-bottom: calc(80/ 750 * 100vw); }

.footer_right {
  width: 100%; }

@media screen and (min-width: 751px) {
  .footer_left {
    width: 50%;
    padding-bottom: 0; }

  .footer_right {
    width: 50%; } }
.footer__bottom {
  display: none;
  position: relative;
  padding: calc(60 / 750 * 100vw) 0 calc(40 / 750 * 100vw) 0;
  background-color: #1e4485;
  color: #fff; }
  .footer__bottom a {
    color: #fff; }

.footer__logo {
  margin: 0 auto calc(60 / 750 * 100vw) auto;
  width: calc(525 / 750 * 100vw); }

.footer__add {
  font-size: calc(30 / 750 * 100vw);
  text-align: center;
  line-height: 1.5; }

@media screen and (min-width: 751px) {
  .footer__bottom {
    display: block;
    padding: calc(45 / 1100 * 100vw) 0 calc(70 / 1100 * 100vw) 0; }

  .footer__bottom__inner {
    display: flex; }

  .footer__logo {
    margin: 0 0 calc(15 / 1100 * 100vw) 0;
    width: calc(212 / 1100 * 100vw); }

  .footer__add {
    font-size: calc(16 / 1100 * 100vw);
    text-align: left; } }
@media screen and (min-width: 1101px) {
  .footer__bottom {
    padding: 45px 0 70px 0; }

  .footer__logo {
    margin: 0 0 15px 0;
    width: 260px; }

  .footer__add {
    font-size: 15px;
    font-size: 1.5rem; } }
.footer__navi {
  display: flex;
  justify-content: space-around; }
  .footer__navi.no li:before {
    display: none; }
  .footer__navi li:before {
    content: "・"; }
  .footer__navi li a {
    padding: .5em 0;
    font-size: calc(30 / 750 * 100vw); }

.footer__navi__box {
  margin-bottom: 2em; }

@media screen and (min-width: 751px) {
  .footer__navi__container {
    display: flex;
    justify-content: space-between;
    width: 100%; }

  .footer__navi__head {
    font-size: calc(13 / 1100 * 100vw);
    font-weight: 700; }
    .footer__navi__head a {
      font-size: calc(13 / 1100 * 100vw);
      font-weight: 700; }
      .footer__navi__head a:hover {
        color: #fff;
        opacity: 0.8; }

  .footer__navi {
    display: block;
    padding: 1em 0 0 0; }
    .footer__navi.no {
      padding: 0; }
    .footer__navi li a {
      position: relative;
      display: inline-block;
      padding: .5em 0;
      font-size: calc(13 / 1100 * 100vw); }
      .footer__navi li a:hover {
        color: #fff;
        opacity: 0.8; } }
@media screen and (min-width: 1101px) {
  .footer__navi__head {
    font-size: 13px;
    font-size: 1.3rem; }
    .footer__navi__head a {
      font-size: 13px;
      font-size: 1.3rem; }

  .footer__navi li a {
    font-size: 13px;
    font-size: 1.3rem; } }
.footer__copy {
  padding: 1em 0;
  background-color: #1e4485; }
  .footer__copy p {
    color: #a9b2c8;
    font-size: calc(26 / 750 * 100vw);
    font-weight: 700;
    text-align: center; }

@media screen and (min-width: 751px) {
  .footer__copy p {
    font-size: calc(12 / 1100 * 100vw);
    text-align: right; } }
@media screen and (min-width: 1101px) {
  .footer__copy p {
    font-size: 12px;
    font-size: 1.2rem; } }
.container {
  margin: 0 auto;
  width: 100%; }

.container__inner {
  position: relative;
  margin: 0 auto;
  width: calc(690 / 750 * 100vw); }

@media screen and (min-width: 751px) {
  .container__inner {
    width: 90.90909vw; } }
@media screen and (min-width: 1101px) {
  .container__inner {
    width: 1000px; } }
.container__Sinner {
  position: relative;
  margin: 0 auto;
  width: 92vw; }

@media screen and (min-width: 751px) {
  .container__Sinner {
    width: 72.72727vw; } }
@media screen and (min-width: 1101px) {
  .container__Sinner {
    width: 800px; } }
.hero {
  position: relative;
  width: 100%;
  height: calc(1335 / 750 * 100vw);
  z-index: 2; }

.hero__box {
  position: absolute;
  top: calc(185 / 750 * 100vw);
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(690 / 750 * 100vw);
  height: auto;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

@media screen and (min-width: 751px) {
  .hero {
    height: calc(600 / 1100 * 100vw); }

  .hero__box {
    top: calc(130 / 1100 * 100vw);
    width: calc(1003 / 1100 * 100vw); } }
@media screen and (min-width: 1101px) {
  .hero {
    height: 600px; }

  .hero__box {
    top: 130px;
    width: 1003px; } }
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 3em; }

.swiper-pagination-bullet {
  width: .3em;
  height: .3em;
  background: #fff; }

.swiper-pagination-bullet-active {
  background: #1f4684; }

@media screen and (min-width: 751px) {
  .swiper-pagination-bullet {
    width: .5em;
    height: .5em; } }
.sectionF__head {
  position: relative;
  font-size: calc(36 / 750 * 100vw);
  font-weight: 700;
  line-height: 1.4em;
  z-index: 2; }

.sectionF__subhead {
  position: relative;
  margin-bottom: .5em;
  font-family: brandon-grotesque,sans-serif;
  font-size: calc(36 / 750 * 100vw);
  font-weight: 700;
  z-index: 2; }

@media screen and (min-width: 751px) {
  .sectionF__head {
    font-size: calc(24 / 1100 * 100vw); }

  .sectionF__subhead {
    font-size: calc(18 / 1100 * 100vw); } }
@media screen and (min-width: 1101px) {
  .sectionF__head {
    font-size: 24px;
    font-size: 2.4rem; }

  .sectionF__subhead {
    font-size: 18px;
    font-size: 1.8rem; } }
.sec__news {
  position: relative;
  padding-bottom: calc(115 / 750 * 100vw);
  z-index: 2; }

@media screen and (min-width: 751px) {
  .sec__news {
    padding-bottom: calc(30 / 1100 * 100vw); } }
@media screen and (min-width: 1101px) {
  .sec__news {
    padding-bottom: 30px; } }
.newsF {
  position: relative;
  display: block;
  background-color: #fff;
  top: -8.67vw;
  margin-bottom: -8.67vw;
  border: calc(6 / 1100 * 100vw) solid #1e4485; }

.newsF__head {
  position: relative;
  background-color: #1f4684;
  width: 100%;
  height: calc(180 / 750 * 100vw); }
  .newsF__head > div {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.newsF__content {
  padding: calc(25 / 750 * 100vw) calc(30 / 750 * 100vw) calc(60 / 750 * 100vw); }

@media screen and (min-width: 751px) {
  .newsF {
    display: flex;
    align-items: center;
    top: -3.18vw;
    margin-bottom: -3.18vw;
    border: calc(3 / 1100 * 100vw) solid #1e4485; }

  .newsF__head {
    margin-right: calc(25 / 1100 * 100vw);
    width: calc(150 / 1100 * 100vw);
    height: calc(150 / 1100 * 100vw); }

  .newsF__content {
    padding: .5em 3em .5em 0;
    width: calc(100% - 16.36vw);
    display: flex; } }
@media screen and (min-width: 1101px) {
  .newsF {
    top: -35px;
    margin-bottom: -35px;
    border: 3px solid #1e4485; }

  .newsF__head {
    margin-right: 25px;
    width: 150px;
    height: 150px; }

  .newsF__content {
    width: calc(100% - 180px); } }
.newsF__image {
  margin: 0 auto;
  width: calc(400 / 750 * 100vw);
  padding-bottom: calc(45 / 750 * 100vw); }

@media screen and (min-width: 751px) {
  .newsF__image {
    margin-right: calc(15 / 1100 * 100vw);
    width: calc(100 / 1100 * 100vw);
    padding-bottom: 0; }

  .newsF__text {
    width: calc(100% - calc(115 / 1100 * 100vw)); } }
@media screen and (min-width: 1101px) {
  .newsF__image {
    margin-right: 15px;
    width: 100px; }

  .newsF__text {
    width: calc(100% - 120px); } }
.newsF__date {
  color: #3d7440;
  font-family: brandon-grotesque,sans-serif;
  font-weight: 600; }

.eventF__date {
  margin-bottom: .434em;
  color: #1f4684;
  font-weight: 700; }

.sec__products,
.sec__recommend {
  position: relative;
  padding: calc(60 / 750 * 100vw) 0; }
  .sec__products:before,
  .sec__recommend:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(260 / 750 * 100vw);
    background-color: #1f4684; }

.sec__recommend {
  padding-bottom: calc(100 / 750 * 100vw); }

@media screen and (min-width: 751px) {
  .sec__products,
  .sec__recommend {
    padding: calc(30 / 1100 * 100vw) 0 calc(50 / 1100 * 100vw) 0; }
    .sec__products:before,
    .sec__recommend:before {
      height: calc(130 / 1100 * 100vw); }

  .sec__recommend {
    padding-bottom: calc(80 / 1100 * 100vw); } }
@media screen and (min-width: 1101px) {
  .sec__products,
  .sec__recommend {
    padding: 30px 0 50px 0; }
    .sec__products:before,
    .sec__recommend:before {
      height: 130px; }

  .sec__recommend {
    padding-bottom: 80px; } }
.sec__products {
  background: url(../img/front/products/bg_sp.jpg) 0 0 no-repeat;
  background-size: 100% auto;
  padding-bottom: calc(180 / 750 * 100vw); }

.productF__container {
  padding: calc(155 / 750 * 100vw) calc(70 / 750 * 100vw) 0; }
  .productF__container li {
    margin-bottom: calc(30 / 750 * 100vw); }
    .productF__container li figure {
      position: relative;
      border: calc(6 / 750 * 100vw) solid #e5e5e5;
      border-radius: calc(20 / 750 * 100vw); }
      .productF__container li figure figcaption {
        position: absolute;
        left: 0;
        bottom: 0;
        padding: calc(30 / 750 * 100vw) 0;
        text-align: center;
        font-size: calc(48 / 750 * 100vw);
        font-weight: bold;
        line-height: 1;
        border-radius: 0 0 calc(18 / 750 * 100vw) calc(18 / 750 * 100vw);
        width: 100%;
        background-color: #1e4485;
        color: #fff; }

.mfp-close {
  display: none !important; }

.popup_inner {
  width: calc(690 / 750 * 100vw);
  margin: 0 auto;
  border-radius: calc(40 / 750 * 100vw);
  background-color: #1e4485;
  color: #fff;
  padding: calc(100 / 750 * 100vw) calc(35 / 750 * 100vw) calc(50 / 750 * 100vw);
  position: relative; }
  .popup_inner .popup-modal-dismiss {
    position: absolute;
    top: calc(15 / 750 * 100vw);
    right: calc(15 / 750 * 100vw);
    width: calc(60 / 750 * 100vw);
    cursor: pointer; }
  .popup_inner .popup_image {
    padding-bottom: calc(55 / 750 * 100vw); }
  .popup_inner .popup_text {
    padding: 0 calc(30 / 750 * 100vw) calc(55 / 750 * 100vw); }

.mfp-bg {
  background-color: transparent; }

@media screen and (min-width: 751px) {
  .sec__products {
    background: url(../img/front/products/bg-2x.jpg) 0 0 no-repeat;
    background-size: 100% auto;
    padding-bottom: calc(70 / 1100 * 100vw); }

  .productF__container {
    display: flex;
    flex-wrap: wrap;
    padding: calc(120 / 1100 * 100vw) 0 0;
    margin-left: calc(-40 / 1100 * 100vw); }
    .productF__container li {
      width: calc(305 / 1100 * 100vw);
      margin-left: calc(40 / 1100 * 100vw);
      margin-bottom: calc(20 / 1100 * 100vw); }
      .productF__container li figure {
        border: calc(3 / 1100 * 100vw) solid #e5e5e5;
        border-radius: calc(10 / 1100 * 100vw); }
        .productF__container li figure figcaption {
          padding: calc(15 / 1100 * 100vw) 0;
          font-size: calc(24 / 1100 * 100vw);
          border-radius: 0 0 calc(9 / 1100 * 100vw) calc(9 / 1100 * 100vw); }

  .popup_inner {
    width: calc(1000 / 1100 * 100vw);
    border-radius: calc(20 / 1100 * 100vw);
    padding: calc(50 / 1100 * 100vw) calc(60 / 1100 * 100vw) calc(50 / 1100 * 100vw);
    display: flex;
    flex-wrap: wrap; }
    .popup_inner .popup-modal-dismiss {
      top: calc(10 / 1100 * 100vw);
      right: calc(10 / 1100 * 100vw);
      width: calc(30 / 1100 * 100vw); }
    .popup_inner .popup_image {
      padding-bottom: calc(40 / 1100 * 100vw);
      width: calc(310 / 1100 * 100vw); }
    .popup_inner .popup_text {
      padding: 0 0 calc(40 / 1100 * 100vw) calc(40 / 1100 * 100vw);
      width: calc(530 / 1100 * 100vw);
      margin-left: auto; }
    .popup_inner .center {
      width: 100%; } }
@media screen and (min-width: 1101px) {
  .sec__products {
    padding-bottom: 70px; }

  .productF__container {
    padding: 120px 0 0;
    margin-left: -40px; }
    .productF__container li {
      width: 305px;
      margin-left: 40px;
      margin-bottom: 20px; }
      .productF__container li figure {
        border: 3px solid #e5e5e5;
        border-radius: 10px; }
        .productF__container li figure figcaption {
          padding: 15px 0;
          font-size: 24px;
          font-size: 2.4rem;
          border-radius: 0 0 9px 9px; }

  .popup_inner {
    width: 1000px;
    border-radius: 20px;
    padding: 50px 60px; }
    .popup_inner .popup-modal-dismiss {
      top: 10px;
      right: 10px;
      width: 30px; }
    .popup_inner .popup_image {
      padding-bottom: 40px;
      width: 310px; }
    .popup_inner .popup_text {
      padding: 0 0 40px 40px;
      width: 530px; } }
.recommendF__container {
  padding-top: calc(100 / 750 * 100vw); }

.recommendF__inner {
  border-bottom: calc(6 / 750 * 100vw) solid #1e4485;
  padding: calc(75 / 750 * 100vw) calc(60 / 750 * 100vw) calc(50 / 750 * 100vw); }
  .recommendF__inner h3, .recommendF__inner p {
    width: calc(580 / 750 * 100vw);
    margin: 0 auto; }
  .recommendF__inner h3 {
    margin-top: calc(30 / 750 * 100vw);
    color: #fff;
    background-color: #1e4485;
    font-weight: 700;
    text-align: center;
    font-size: calc(30 / 750 * 100vw);
    padding: calc(20 / 750 * 100vw) 0;
    margin-bottom: calc(20 / 750 * 100vw); }

@media screen and (min-width: 751px) {
  .recommendF__container {
    padding-top: calc(110 / 1100 * 100vw);
    display: flex;
    flex-wrap: wrap; }

  .recommendF__inner {
    width: 33.333%;
    border-bottom: none;
    border-right: calc(3 / 1100 * 100vw) solid #1e4485;
    padding: 0 calc(10 / 1100 * 100vw) 0; }
    .recommendF__inner:last-of-type {
      border-right: none; }
    .recommendF__inner h3, .recommendF__inner p {
      width: calc(290 / 1100 * 100vw); }
    .recommendF__inner h3 {
      margin-top: calc(15 / 1100 * 100vw);
      font-size: calc(15 / 1100 * 100vw);
      padding: calc(10 / 1100 * 100vw) 0;
      margin-bottom: calc(10 / 1100 * 100vw); } }
@media screen and (min-width: 1101px) {
  .recommendF__container {
    padding-top: 110px; }

  .recommendF__inner {
    border-right: 3px solid #1e4485;
    padding: 0 10px 0; }
    .recommendF__inner h3, .recommendF__inner p {
      width: 290px; }
    .recommendF__inner h3 {
      margin-top: 15px;
      font-size: 15px;
      font-size: 1.5rem;
      padding: 10px 0;
      margin-bottom: 10px; } }
.sec__seko {
  position: relative;
  padding: calc(60 / 750 * 100vw) 0 calc(160 / 750 * 100vw);
  background-color: #f2f4f7; }
  .sec__seko:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(320 / 750 * 100vw);
    background-color: #1f4684; }

@media screen and (min-width: 751px) {
  .sec__seko {
    padding: calc(30 / 1100 * 100vw) 0 calc(75 / 1100 * 100vw) 0; }
    .sec__seko:before {
      height: calc(130 / 1100 * 100vw); } }
@media screen and (min-width: 1101px) {
  .sec__seko {
    padding: 30px 0 75px 0; }
    .sec__seko:before {
      height: 130px; } }
.sec__about {
  position: relative;
  padding: calc(140 / 750 * 100vw) 0 calc(50 / 750 * 100vw) 0;
  background-image: url(../img/front/about/bg_sp.jpg);
  background-size: cover; }

@media screen and (min-width: 751px) {
  .sec__about {
    padding: calc(90 / 1100 * 100vw) 0 calc(105 / 1100 * 100vw) 0;
    background-image: url(../img/front/about/bg.jpg); } }
@media screen and (min-width: 1101px) {
  .sec__about {
    padding: 90px 0 105px 0; } }
.aboutF__container {
  position: relative;
  margin: calc(85 / 750 * 100vw) 0 0 0; }
  .aboutF__container a:last-of-type {
    margin-bottom: 0; }

.aboutF__messeage {
  margin: 0 0 calc(80 / 750 * 100vw) 0;
  padding: calc(60 / 750 * 100vw) calc(15 / 750 * 100vw) calc(50 / 750 * 100vw);
  width: 100%;
  background-color: #fff; }
  .aboutF__messeage .aboutF__messeage_in {
    padding: 0 calc(25 / 750 * 100vw); }
  .aboutF__messeage h3 {
    font-weight: 700;
    font-size: calc(36 / 750 * 100vw);
    padding-bottom: 1em; }
  .aboutF__messeage p.text {
    padding-bottom: calc(60 / 750 * 100vw); }
  .aboutF__messeage .aboutF__characteristic {
    border: calc(6 / 750 * 100vw) solid #1e4485;
    border-radius: calc(10 / 750 * 100vw);
    padding: calc(55 / 750 * 100vw) 0 calc(45 / 750 * 100vw);
    position: relative; }
    .aboutF__messeage .aboutF__characteristic h4 {
      color: #1e4485;
      font-weight: 700;
      font-size: calc(36 / 750 * 100vw);
      display: inline-block;
      background-color: #fff;
      text-align: center;
      width: calc(400 / 750 * 100vw);
      top: calc(-18 / 750 * 100vw);
      left: 50%;
      margin-left: calc(-200 / 750 * 100vw);
      position: absolute; }
    .aboutF__messeage .aboutF__characteristic ul {
      margin: 0 auto;
      width: calc(600 / 750 * 100vw); }
      .aboutF__messeage .aboutF__characteristic ul li {
        color: #fff;
        text-align: center;
        background-color: #1e4485;
        font-size: calc(26 / 750 * 100vw);
        line-height: 1;
        padding: calc(20 / 750 * 100vw) 0;
        margin-bottom: calc(25 / 750 * 100vw); }
        .aboutF__messeage .aboutF__characteristic ul li:last-child {
          background-color: #fff;
          color: #1e4485; }

@media screen and (min-width: 751px) {
  .aboutF__container {
    display: flex;
    margin: calc(60 / 1100 * 100vw) 0 0 0; }

  .aboutF__messeage {
    margin: 0 calc(25 / 1100 * 100vw) 0 0;
    padding: calc(30 / 1100 * 100vw) calc(10 / 1100 * 100vw) calc(25 / 1100 * 100vw);
    width: calc(610 / 1100 * 100vw); }
    .aboutF__messeage .aboutF__messeage_in {
      padding: 0; }
    .aboutF__messeage h3 {
      font-size: calc(18 / 1100 * 100vw); }
    .aboutF__messeage p.text {
      padding-bottom: calc(30 / 1100 * 100vw); }
    .aboutF__messeage .aboutF__characteristic {
      border: calc(3 / 1100 * 100vw) solid #1e4485;
      border-radius: calc(5 / 1100 * 100vw);
      padding: calc(35 / 1100 * 100vw) 0 calc(15 / 1100 * 100vw); }
      .aboutF__messeage .aboutF__characteristic h4 {
        font-size: calc(18 / 1100 * 100vw);
        width: calc(220 / 1100 * 100vw);
        top: calc(-9 / 1100 * 100vw);
        margin-left: calc(-110 / 1100 * 100vw); }
      .aboutF__messeage .aboutF__characteristic ul {
        width: calc(565 / 1100 * 100vw);
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap; }
        .aboutF__messeage .aboutF__characteristic ul li {
          font-size: calc(13 / 1100 * 100vw);
          padding: calc(10 / 1100 * 100vw) 0;
          margin-bottom: calc(5 / 1100 * 100vw);
          margin-left: calc(5 / 1100 * 100vw);
          width: calc(33.333% - calc(5 / 1100 * 100vw)); }
          .aboutF__messeage .aboutF__characteristic ul li:nth-child(3n+1) {
            margin-left: 0; }
          .aboutF__messeage .aboutF__characteristic ul li:last-child {
            text-align: left;
            width: calc(66.666% - calc(5 / 1100 * 100vw)); }

  .aboutF__menu {
    width: calc(100% - 57.73vw); } }
@media screen and (min-width: 1101px) {
  .aboutF__container {
    margin: 60px 0 0 0; }

  .aboutF__messeage {
    margin: 0 25px 0 0;
    width: 610px; }
    .aboutF__messeage h3 {
      font-size: 18px;
      font-size: 1.8rem; }
    .aboutF__messeage p.text {
      padding-bottom: 30px; }
    .aboutF__messeage .aboutF__characteristic {
      border: 3px solid #1e4485;
      border-radius: 5px;
      padding: 35px 0 15px; }
      .aboutF__messeage .aboutF__characteristic h4 {
        font-size: 18px;
        font-size: 1.8rem;
        width: 220px;
        top: -9px;
        margin-left: -110px; }
      .aboutF__messeage .aboutF__characteristic ul {
        width: 565px; }
        .aboutF__messeage .aboutF__characteristic ul li {
          font-size: 13px;
          font-size: 1.3rem;
          padding: 10px 0;
          margin-bottom: 5px;
          margin-left: 5px;
          width: calc(33.333% - 5px); }
          .aboutF__messeage .aboutF__characteristic ul li:last-child {
            width: calc(66.666% - 5px); }

  .aboutF__menu {
    width: calc(100% - 635px); } }
.aboutF__messeage__sign {
  margin-left: auto;
  width: calc(400 / 750 * 100vw); }

.aboutF__menu a {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: calc(25 / 750 * 100vw);
  padding: 0 calc(145 / 750 * 100vw) 0 calc(30 / 750 * 100vw);
  height: calc(445 / 750 * 100vw);
  background-color: #fff;
  border-radius: .8em;
  border: solid;
  border-color: #1f4684;
  border-width: calc(6 / 750 * 100vw); }
  .aboutF__menu a:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: calc(140 / 750 * 100vw);
    height: 100%;
    border-radius: 0 .5em .5em 0;
    background-color: #1f4684;
    transition: .3s; }
  .aboutF__menu a:hover::before {
    background-color: #fff; }
  .aboutF__menu a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: calc(40 / 750 * 100vw);
    display: inline-block;
    width: calc(60 / 750 * 100vw);
    height: calc(60 / 750 * 100vw);
    background-image: url(../img/common/arrow_base.png);
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: .3s; }
  .aboutF__menu a:hover::after {
    background-image: url(../img/common/arrow_main.png); }
  .aboutF__menu a:last-of-type {
    margin-bottom: 0; }

.aboutF__menu__mark {
  width: calc(180 / 750 * 100vw); }

.aboutF__menu__head {
  padding: calc(36 / 750 * 100vw) 0 calc(25 / 750 * 100vw);
  font-size: calc(48 / 750 * 100vw);
  font-weight: 700;
  line-height: 1.33;
  text-align: center; }

.aboutF__menu__subhead {
  color: #1f4684;
  font-family: brandon-grotesque,sans-serif;
  font-size: calc(30 / 750 * 100vw);
  font-weight: 700;
  text-align: center; }

@media screen and (min-width: 751px) {
  .aboutF__menu a {
    margin-bottom: calc(25 / 1100 * 100vw);
    padding: 0 calc(75 / 1100 * 100vw) 0 calc(15 / 1100 * 100vw);
    height: calc(220 / 1100 * 100vw);
    border-width: calc(3 / 1100 * 100vw); }
    .aboutF__menu a:before {
      width: calc(70 / 1100 * 100vw); }
    .aboutF__menu a:after {
      right: 1em;
      width: calc(30 / 1100 * 100vw);
      height: calc(30 / 1100 * 100vw); }

  .aboutF__menu__mark {
    width: calc(85 / 1100 * 100vw); }

  .aboutF__menu__head {
    font-size: calc(24 / 1100 * 100vw);
    padding: calc(15 / 1100 * 100vw) 0 calc(12 / 1100 * 100vw); }

  .aboutF__menu__subhead {
    font-size: calc(15 / 1100 * 100vw); } }
@media screen and (min-width: 1101px) {
  .aboutF__menu a {
    margin-bottom: 25px;
    padding: 0 75px 0 15px;
    height: 220px;
    border-width: 3px; }
    .aboutF__menu a:before {
      width: 70px; }
    .aboutF__menu a:after {
      width: 30px;
      height: 30px; }

  .aboutF__menu__mark {
    width: 85px; }

  .aboutF__menu__head {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 15px 0 12px; }

  .aboutF__menu__subhead {
    font-size: 15px;
    font-size: 1.5rem; } }
#recruit__F {
  margin-top: calc(60 / 750 * 100vw); }
  #recruit__F .recruit__F__left img {
    border-radius: calc(40 / 750 * 100vw) calc(40 / 750 * 100vw) 0 0; }
  #recruit__F .recruit__F__right {
    padding: calc(70 / 750 * 100vw) calc(55 / 750 * 100vw);
    text-align: center;
    background-color: #fff;
    border-radius: 0 0 calc(40 / 750 * 100vw) calc(40 / 750 * 100vw); }
    #recruit__F .recruit__F__right p {
      font-size: calc(36 / 750 * 100vw);
      font-weight: 700; }

@media screen and (min-width: 751px) {
  #recruit__F {
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(60 / 1100 * 100vw); }
    #recruit__F .recruit__F__left {
      width: 50%; }
      #recruit__F .recruit__F__left img {
        border-radius: 0 calc(20 / 1100 * 100vw) calc(20 / 1100 * 100vw) 0; }
    #recruit__F .recruit__F__right {
      width: 50%;
      padding: calc(30 / 1100 * 100vw) calc(50 / 1100 * 100vw);
      border-radius: calc(20 / 1100 * 100vw) calc(20 / 1100 * 100vw) 0 0; }
      #recruit__F .recruit__F__right p {
        font-size: calc(24 / 1100 * 100vw); } }
@media screen and (min-width: 1101px) {
  #recruit__F {
    margin-top: 60px; }
    #recruit__F .recruit__F__left img {
      border-radius: 20px 0 0 20px; }
    #recruit__F .recruit__F__right {
      width: 50%;
      background-color: #fff;
      border-radius: 0 20px 20px 0;
      padding: 30px 50px; }
      #recruit__F .recruit__F__right p {
        font-size: 24px;
        font-size: 2.4rem; } }
.secF__ttl {
  padding-bottom: calc(40 / 750 * 100vw);
  border-bottom: calc(6 / 750 * 100vw) solid #1f4684; }

@media screen and (min-width: 751px) {
  .secF__ttl {
    width: calc(800 / 1100 * 100vw);
    margin: 0 auto;
    padding-bottom: calc(25 / 1100 * 100vw);
    border-bottom: calc(3 / 1100 * 100vw) solid #1f4684; } }
@media screen and (min-width: 1101px) {
  .secF__ttl {
    padding-bottom: 25px;
    width: 800px;
    border-bottom: 3px solid #1f4684; } }
.newsA__container {
  margin: 0 auto;
  width: 100%; }
  .newsA__container a {
    position: relative;
    display: block;
    padding: 1.5em 1em;
    width: 100%;
    border-bottom: .8vw solid #1f4684; }
    .newsA__container a:after {
      content: '▶';
      margin-right: .8em;
      color: #1f4684;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      position: absolute;
      top: 50%;
      right: 0; }

.newsA__date {
  margin-bottom: .5em;
  color: #1f4684;
  font-family: brandon-grotesque,sans-serif;
  font-weight: 700; }

.newsA__title {
  padding-right: 2em;
  font-weight: 700;
  line-height: 1.6em; }

@media screen and (min-width: 751px) {
  .newsA__container a {
    display: flex;
    align-items: center;
    padding: 1.5em 1em;
    border-bottom: .27273vw solid #1f4684; }

  .newsA__date {
    margin-bottom: 0;
    width: 12.72727vw; }

  .newsA__title {
    width: calc(100% - 12.72727vw); } }
@media screen and (min-width: 1101px) {
  .newsA__container a {
    border-bottom: 3px solid #1f4684; }

  .newsA__date {
    margin-bottom: 0;
    width: 140px; }

  .newsA__title {
    width: calc(100% - 140px); } }
.newsS__date {
  margin-bottom: 1.5em;
  color: #1f4684;
  font-family: brandon-grotesque,sans-serif;
  font-weight: 700; }

.eventA__container a {
  position: relative;
  display: block;
  margin-bottom: 10.66667vw;
  padding-top: 2.66667vw;
  width: 100%; }

.eventA__date__container {
  display: flex;
  align-items: center;
  height: 17.33333vw; }

.eventA__label {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background-color: #1f4684;
  padding: 0;
  width: 5em;
  color: #fff;
  font-size: 3.73333vw;
  font-weight: 700;
  text-align: center; }

.eventA__date {
  display: flex;
  align-items: center;
  align-self: stretch;
  padding: .6em .8em;
  width: calc(100% - 5em);
  font-size: 3.73333vw;
  line-height: 1.6em;
  background-color: #e8f6e9; }

.eventA__content {
  padding: 1em 0 17.33333vw 0; }

.eventA__title {
  margin-bottom: .7em;
  font-size: 4.26667vw;
  font-weight: 700; }

.eventA__btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: calc(100% - 10.66667vw);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

@media screen and (min-width: 751px) {
  .eventA__container {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.81818vw; }
    .eventA__container a {
      margin-left: 1.81818vw;
      margin-bottom: 5.45455vw;
      padding-top: .90909vw;
      width: calc(33.33333% - 1.81818vw); }

  .eventA__date__container {
    height: 6.36364vw; }

  .eventA__label {
    width: 3.6em;
    font-size: 1.63636vw; }

  .eventA__date {
    width: calc(100% - 3.6em);
    font-size: 1.45455vw; }

  .eventA__content {
    padding: 1em 0 6.36364vw 0; }

  .eventA__title {
    font-size: 1.63636vw; }

  .eventA__btn {
    width: calc(100% - 3.63636vw); } }
@media screen and (min-width: 1101px) {
  .eventA__container {
    margin-left: -20px; }
    .eventA__container a {
      margin-left: 20px;
      margin-bottom: 60px;
      padding-top: 10px;
      width: calc(33.33333% - 20px); }

  .eventA__date__container {
    height: 70px; }

  .eventA__label {
    font-size: 1.8rem; }

  .eventA__date {
    font-size: 1.6rem; }

  .eventA__content {
    padding: 1em 0 70px 0; }

  .eventA__title {
    font-size: 1.8rem; }

  .eventA__btn {
    width: calc(100% - 40px); } }
.eventS__image {
  margin: 0 auto;
  width: 100%; }

@media screen and (min-width: 751px) {
  .eventS__image {
    width: 72.72727vw; } }
@media screen and (min-width: 1101px) {
  .eventS__image {
    width: 800px; } }
.event__info__container {
  margin-left: -4vw;
  padding: 4vw;
  width: calc(100% + 8vw);
  background-color: #e8f6e9; }

.event__info__inner {
  margin: 0 auto;
  width: 100%; }

.event__data__container {
  padding: 4vw; }

.event__map {
  margin-top: 5.33333vw; }

.event__map__container {
  padding: .5em;
  background-color: #fff; }

@media screen and (min-width: 751px) {
  .event__info__container {
    margin-left: 0;
    padding: 2.72727vw;
    width: 100%; }

  .event__info__inner {
    display: flex;
    align-content: space-between;
    margin-left: 0;
    width: 100%; }

  .event__data__container {
    padding: 1.81818vw;
    width: calc(100% - 36.81818vw);
    align-self: flex-start; }

  .event__data__container--ful {
    width: 100% !important; }

  .event__map {
    margin-top: 0;
    margin-left: 1.81818vw;
    width: 36.81818vw;
    align-self: flex-start; } }
@media screen and (min-width: 1101px) {
  .event__info__container {
    padding: 30px; }

  .event__data__container {
    padding: 20px;
    width: calc(100% - 405px); }

  .event__map {
    margin-left: 20px;
    width: 405px; } }
.event__cat {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-left: -2.66667vw; }
  .event__cat li {
    display: block;
    margin-left: 2.66667vw;
    margin-bottom: 2.66667vw;
    padding: .8em 1em;
    width: calc(50% - 2.66667vw);
    border-radius: 2em;
    color: #fff;
    font-size: 3.73333vw;
    text-align: center;
    font-weight: 700; }

@media screen and (min-width: 751px) {
  .event__cat {
    margin-left: 0;
    justify-content: center;
    flex-wrap: nowrap; }
    .event__cat li {
      margin: 0 .5em 0 0;
      padding: 1em 1.6em;
      width: auto;
      font-size: 1.36364vw; }
      .event__cat li:last-child {
        margin: 0; } }
@media screen and (min-width: 1101px) {
  .event__cat li {
    font-size: 15px;
    font-size: 1.5rem; } }
.event__cat1 {
  background-color: #dc00fd; }

.event__cat2 {
  background-color: #1f4684; }

.event__cat3 {
  background-color: #fd4100; }

.event__cat4 {
  background-color: #008ffd; }

.event__cat5 {
  background-color: #fd0065; }

.event__cat6 {
  background-color: #0eca00; }

.event__soudan {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #1f4684;
  margin-top: calc(40 / 750 * 100vw); }
  .event__soudan dt {
    background-color: #1f4684;
    color: #fff;
    text-align: center;
    padding: 0.8em 0;
    width: 100%;
    font-weight: 700; }
  .event__soudan dd {
    background-color: #fff;
    width: 100%;
    padding: calc(30 / 750 * 100vw);
    line-height: 1.6; }
    .event__soudan dd ul li {
      display: inline; }
      .event__soudan dd ul li:after {
        content: "/";
        padding: 0.5em 0; }
      .event__soudan dd ul li:last-child:after {
        display: none; }

@media screen and (min-width: 751px) {
  .event__soudan {
    margin-top: calc(20 / 1100 * 100vw); }
    .event__soudan dt {
      text-align: center;
      padding: 0.8em 0;
      width: 20%;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center; }
    .event__soudan dd {
      width: 80%;
      padding: calc(15 / 1100 * 100vw); } }
@media screen and (min-width: 1101px) {
  .event__soudan {
    margin-top: 20px; }
    .event__soudan dd {
      padding: 15px; } }
.event__data__container {
  background-color: #fff; }

.event__data dt {
  display: inline-block;
  padding: .5em 0;
  width: 8em;
  background-color: #1f4684;
  color: #fff;
  font-size: 4vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.6em; }
.event__data dd {
  margin-bottom: .5em;
  padding: .5em 0;
  width: 100%;
  font-size: 4vw;
  line-height: 1.6em; }
.event__data dt:last-of-type, .event__data dd:last-of-type {
  margin-bottom: 0; }

@media screen and (min-width: 751px) {
  .event__data {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap; }
    .event__data dt {
      align-items: flex-start;
      display: block;
      margin: 0 1.81818vw 1.5em 0;
      width: 11.81818vw;
      font-size: 1.36364vw; }
    .event__data dd {
      margin-bottom: 1.5em;
      width: calc(100% - 13.63636vw);
      font-size: 1.36364vw; } }
@media screen and (min-width: 1101px) {
  .event__data dt {
    margin: 0 20px 1.5em 0;
    width: 130px;
    font-size: 15px;
    font-size: 1.5rem; }
  .event__data dd {
    margin-bottom: 1.5em;
    width: calc(100% - 150px);
    font-size: 15px;
    font-size: 1.5rem; } }
.event__summary__inner {
  margin: 0 auto;
  padding: 0 1em;
  width: 100%; }

@media screen and (min-width: 751px) {
  .event__summary__inner {
    padding: 2em 0; } }
.event__detail__image {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5.33333vw;
  margin-left: -2.66667vw; }
  .event__detail__image a {
    margin-left: 2.66667vw;
    margin-bottom: 2.66667vw;
    width: calc(50% - 2.66667vw); }

@media screen and (min-width: 751px) {
  .event__detail__image {
    margin-top: 1.81818vw;
    margin-left: -1.81818vw; }
    .event__detail__image a {
      margin-left: 1.81818vw;
      margin-bottom: 1.81818vw;
      width: calc(33.33333% - 1.81818vw); } }
@media screen and (min-width: 1101px) {
  .event__detail__image {
    margin-top: 20px;
    margin-left: -20px; }
    .event__detail__image a {
      margin-left: 20px;
      margin-bottom: 20px;
      width: calc(33.33333% - 20px); } }
.sekoF__container {
  display: flex;
  flex-wrap: wrap;
  margin: calc(165 / 750 * 100vw) 0 0 -1.33vw; }
  .sekoF__container a {
    position: relative;
    display: block;
    margin-left: 1.33vw;
    margin-bottom: calc(50 / 750 * 100vw);
    padding-bottom: calc(40 / 750 * 100vw);
    width: calc(50% - 1.33vw); }
  .sekoF__container .seko__content {
    padding-left: calc(15 / 750 * 100vw);
    padding-right: calc(15 / 750 * 100vw); }
    .sekoF__container .seko__content h3 {
      font-weight: 700; }

@media screen and (min-width: 751px) {
  .sekoF__container {
    margin: calc(110 / 1100 * 100vw) 0 0 -1.36vw; }
    .sekoF__container a {
      margin: 0 0 calc(30 / 1100 * 100vw) 1.36vw;
      width: calc(33.333% - 1.36vw);
      padding-bottom: calc(30 / 1100 * 100vw); }
    .sekoF__container .seko__content {
      padding-left: calc(15 / 1100 * 100vw);
      padding-right: calc(15 / 1100 * 100vw); } }
@media screen and (min-width: 1101px) {
  .sekoF__container {
    margin: 110px 0 0 -15px; }
    .sekoF__container a {
      margin: 0 0 30px 15px;
      width: calc(25% - 15px);
      padding-bottom: 30px; }
    .sekoF__container .seko__content {
      padding-left: 15px;
      padding-right: 15px; } }
.sekoF__image {
  position: relative; }

.sekoF__price {
  font-size: calc(36 / 750 * 100vw);
  font-weight: 700;
  text-align: right;
  position: relative;
  padding-top: calc(75 / 750 * 100vw); }
  .sekoF__price:before {
    content: "価格";
    color: #fff;
    background-color: #e70000;
    border-radius: 1em;
    padding: .5em;
    font-size: calc(30 / 750 * 100vw);
    position: absolute;
    top: 0;
    left: 0; }
  .sekoF__price span {
    margin-right: .1em;
    color: #e70000;
    font-family: brandon-grotesque,sans-serif;
    font-size: calc(72 / 750 * 100vw); }

.sekoF__name {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: .5em;
  background-color: #333;
  color: #fff;
  font-size: calc(26 / 750 * 100vw);
  font-weight: 700; }

@media screen and (min-width: 751px) {
  .sekoF__price {
    font-size: calc(18 / 1100 * 100vw);
    padding-top: 0; }
    .sekoF__price span {
      font-size: calc(36 / 1100 * 100vw); }
    .sekoF__price:before {
      padding: .5em;
      font-size: calc(15 / 1100 * 100vw);
      position: absolute;
      top: 0;
      left: 0; }

  .sekoF__name {
    font-size: calc(13 / 1100 * 100vw); } }
@media screen and (min-width: 1101px) {
  .sekoF__price {
    font-size: 18px;
    font-size: 1.8rem; }
    .sekoF__price:before {
      font-size: 15px;
      font-size: 1.5rem; }
    .sekoF__price span {
      font-size: 36px;
      font-size: 3.6rem; }

  .sekoF__name {
    font-size: 13px;
    font-size: 1.3rem; } }
.sekoA__container {
  display: flex;
  flex-wrap: wrap;
  margin: calc(80 / 750 * 100vw) 0 0 -4.67vw; }
  .sekoA__container a {
    position: relative;
    display: block;
    margin: 0 0 calc(40 / 750 * 100vw) 4.67vw;
    width: calc(50% - 4.67vw);
    background-color: #e8ecf3;
    padding-bottom: calc(40 / 750 * 100vw); }
  .sekoA__container .seko__content {
    padding-left: calc(20 / 750 * 100vw);
    padding-right: calc(20 / 750 * 100vw); }
    .sekoA__container .seko__content h3 {
      font-weight: 700; }

@media screen and (min-width: 751px) {
  .sekoA__container {
    margin: calc(60 / 1100 * 100vw) 0 0 -1.36vw; }
    .sekoA__container a {
      margin: 0 0 calc(20 / 1100 * 100vw) 1.36vw;
      width: calc(33.33333% - 1.36vw);
      padding-bottom: calc(25 / 1100 * 100vw); }

  .seko__content {
    padding-left: calc(15 / 1100 * 100vw);
    padding-right: calc(15 / 1100 * 100vw); } }
@media screen and (min-width: 1101px) {
  .sekoA__container {
    margin: 60px 0 0 -15px; }
    .sekoA__container a {
      margin: 0 0 20px 15px;
      padding-bottom: 25px;
      width: calc(25% - 15px); }
    .sekoA__container .seko__content {
      padding-left: 15px;
      padding-right: 15px; } }
.sekoA__image {
  position: relative; }

.sekoA__name {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: .5em;
  background-color: #333;
  color: #fff;
  font-size: calc(24 / 750 * 100vw);
  font-weight: 700; }

@media screen and (min-width: 751px) {
  .sekoA__name {
    font-size: calc(13 / 1100 * 100vw); } }
@media screen and (min-width: 1101px) {
  .sekoA__name {
    font-size: 13px;
    font-size: 1.3rem; } }
.seko__cat__menu {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2.66667vw; }
  .seko__cat__menu a {
    position: relative;
    display: block;
    margin-left: 2.66667vw;
    margin-bottom: 2.66667vw;
    width: calc(50% - 2.66667vw); }

.seko__cat__menu__head {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: .7em .5em;
  background-color: rgba(25, 171, 43, 0.6);
  color: #fff;
  font-size: 4.26667vw;
  font-weight: 700;
  text-align: center; }

@media screen and (min-width: 751px) {
  .seko__cat__menu {
    margin-left: -1.36364vw; }
    .seko__cat__menu a {
      margin-left: 1.36364vw;
      margin-bottom: 1.36364vw;
      width: calc(25% - 1.36364vw); }

  .seko__cat__menu__head {
    padding: 1em .5em;
    font-size: 1.63636vw; } }
@media screen and (min-width: 1101px) {
  .seko__cat__menu {
    margin-left: -15px; }
    .seko__cat__menu a {
      margin-left: 15px;
      margin-bottom: 15px;
      width: calc(25% - 15px); }

  .seko__cat__menu__head {
    font-size: 18px;
    font-size: 1.8rem; } }
.sekoA__cat__image {
  position: relative;
  margin: 0 auto;
  margin-bottom: 6.66667vw;
  width: 69.33333vw; }

.sekoA__cat__head {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  padding: .7em .5em;
  width: 100%;
  background-color: rgba(31, 70, 132, 0.6);
  color: #fff;
  font-size: 4.26667vw;
  font-weight: 700;
  text-align: center; }

.sekoA__cat__content > p {
  font-size: 3.73333vw;
  line-height: 1.8em; }

@media screen and (min-width: 751px) {
  .sekoA__cat__container {
    display: flex;
    justify-content: space-between;
    width: 100%; }

  .sekoA__cat__image {
    margin: 0;
    width: 21.81818vw; }

  .sekoA__cat__head {
    padding: 1em .5em;
    font-size: 1.63636vw; }

  .sekoA__cat__content {
    width: 65.45455vw; }
    .sekoA__cat__content > p {
      font-size: 1.63636vw; } }
@media screen and (min-width: 1101px) {
  .sekoA__cat__image {
    width: 240px; }

  .sekoA__cat__head {
    font-size: 18px;
    font-size: 1.8rem; }

  .sekoA__cat__content {
    width: 720px; }
    .sekoA__cat__content > p {
      font-size: 18px;
      font-size: 1.8rem; } }
.sekoS__container {
  margin: 0 auto;
  width: 100%; }

@media screen and (min-width: 751px) {
  .sekoS__container {
    width: 72.72727vw; } }
@media screen and (min-width: 1101px) {
  .sekoS__container {
    width: 800px; } }
.gallery__main {
  position: relative;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  text-align: center; }

.gallery__thumb {
  position: relative;
  margin: 0 auto;
  width: 100%;
  overflow: hidden; }
  .gallery__thumb .swiper-slide {
    width: 20%;
    height: 100%;
    cursor: pointer;
    opacity: 0.5;
    overflow: hidden;
    transition: .3s; }
  .gallery__thumb .swiper-slide-thumb-active {
    opacity: 1 !important; }

.gallery-button-prev, .gallery-button-next {
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 10vw;
  height: 10vw;
  margin-top: 0 !important;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
  transition: .3s; }

.gallery-button-prev:hover, .gallery-button-next:hover {
  opacity: 0.7; }

.gallery-button-prev {
  left: .5em;
  background-image: url(../img/seko/arrow_prev.png?200523); }

.gallery-button-next {
  right: .5em;
  background-image: url(../img/seko/arrow_next.png?200523); }

@media screen and (min-width: 751px) {
  .gallery-button-prev, .gallery-button-next {
    width: 4.5vw;
    height: 4.5vw; } }
@media screen and (min-width: 1101px) {
  .gallery-button-prev, .gallery-button-next {
    width: 50px;
    height: 50px; } }
.slide__box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: .5em 1em;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff; }

.slide__box__text {
  font-size: calc(20 / 750 * 100vw);
  line-height: 1.6em; }

@media screen and (min-width: 751px) {
  .slide__box {
    padding: 1em 1.5em; }

  .slide__box__text {
    font-size: calc(15 / 1100 * 100vw); } }
@media screen and (min-width: 1101px) {
  .slide__box__text {
    font-size: 15px;
    font-size: 1.5rem; } }
.sekoS__after__full {
  position: relative;
  margin-bottom: calc(35 / 750 * 100vw);
  width: 100%;
  height: calc(400 / 750 * 100vw);
  background-size: cover;
  background-position: center center; }

.sekoS__after__thumb__item__container {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2.67vw; }

.sekoS__after__thumb__item {
  margin-left: 2.67vw;
  margin-bottom: 2.67vw;
  width: calc(20% - 2.67vw);
  height: calc(122 / 750 * 100vw);
  background-size: cover;
  background-position: center center;
  transition: .3s; }
  .sekoS__after__thumb__item:hover {
    opacity: 0.7;
    cursor: pointer; }

@media screen and (min-width: 751px) {
  .sekoS__after {
    margin: 0 auto;
    width: calc(800 / 1100 * 100vw); }

  .sekoS__after__full {
    margin-bottom: calc(10 / 1100 * 100vw);
    height: calc(450 / 1100 * 100vw); }

  .sekoS__after__thumb__item__container {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.77vw; }

  .sekoS__after__thumb__item {
    margin-left: 0.77vw;
    margin-bottom: 0.77vw;
    width: calc(10% - 0.77vw);
    height: calc(70 / 1100 * 100vw); } }
@media screen and (min-width: 1101px) {
  .sekoS__after {
    width: 800px; }

  .sekoS__after__full {
    margin-bottom: 10px;
    height: 450px; }

  .sekoS__after__thumb__item__container {
    margin-left: -10px; }

  .sekoS__after__thumb__item {
    margin-left: 10px;
    margin-bottom: 10px;
    width: calc(10% - 10px);
    height: 70px; } }
.sekoS__data {
  border-top: .53333vw solid #1f4684; }
  .sekoS__data dt {
    display: block;
    padding: .8em 1em;
    background-color: #e8ecf3;
    width: 100%;
    border-left: .53333vw solid #1f4684;
    border-right: .53333vw solid #1f4684;
    color: #1f4684;
    font-size: calc(28 / 750 * 100vw);
    font-weight: 700;
    text-align: left;
    line-height: 1.6em; }
  .sekoS__data dd {
    display: block;
    padding: .8em 1em;
    background-color: #fff;
    border: .53333vw solid #1f4684;
    width: 100%;
    font-size: calc(28 / 750 * 100vw);
    line-height: 1.6em; }

@media screen and (min-width: 751px) {
  .sekoS__data {
    border-top: .18182vw solid #1f4684;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto; }
    .sekoS__data dt {
      padding: 1em;
      width: 17.72727vw;
      border-left: .18182vw solid #1f4684;
      border-right: .18182vw solid #1f4684;
      border-bottom: .18182vw solid #1f4684;
      font-size: calc(14 / 1100 * 100vw); }
      .sekoS__data dt:last-of-type {
        border-bottom: .18182vw solid #1f4684; }
    .sekoS__data dd {
      padding: 1em;
      width: calc(100% - 17.72727vw);
      border: none;
      border-right: .18182vw solid #1f4684;
      border-bottom: .18182vw solid #1f4684;
      font-size: calc(14 / 1100 * 100vw); } }
@media screen and (min-width: 1101px) {
  .sekoS__data {
    border-top: 2px solid #1f4684; }
    .sekoS__data dt {
      width: 195px;
      border-left: 2px solid #1f4684;
      border-right: 2px solid #1f4684;
      border-bottom: 2px solid #1f4684;
      font-size: 14px;
      font-size: 1.4rem; }
      .sekoS__data dt:last-of-type {
        border-bottom: 2px solid #1f4684; }
    .sekoS__data dd {
      width: calc(100% - 195px);
      border-right: 2px solid #1f4684;
      border-bottom: 2px solid #1f4684;
      font-size: 14px;
      font-size: 1.4rem; } }
.sekoS__desc, .sekoS__comment {
  padding: 1em;
  background-color: #e8ecf3; }

@media screen and (min-width: 751px) {
  .sekoS__desc {
    padding: 2em; } }
@media screen and (min-width: 751px) {
  .sekoS__comment {
    padding: 2em; } }
.sekoS__message {
  padding: 1em;
  background-color: #1f4684;
  color: #fff; }

@media screen and (min-width: 751px) {
  .sekoS__message {
    padding: 2em; } }
.seko__reration__container {
  margin: 0 auto;
  width: 66.66667vw;
  height: 100%;
  overflow: hidden; }
  .seko__reration__container .sekoA {
    padding-bottom: 1.5em; }

.seko__reration__prev, .seko__reration__next {
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 5.33333vw;
  height: 17.73333vw;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 111;
  transition: .3s; }

.seko__reration__prev:hover, .seko__reration__next:hover {
  opacity: 0.7; }

.seko__reration__prev {
  left: 0;
  background-image: url(../img/seko/arrowR_prev.png); }

.seko__reration__next {
  right: 0;
  background-image: url(../img/seko/arrowR_next.png); }

@media screen and (min-width: 751px) {
  .seko__reration__container {
    width: 72.72727vw; }

  .seko__reration__prev, .seko__reration__next {
    width: 2.72727vw;
    height: 9.09091vw; } }
@media screen and (min-width: 1101px) {
  .seko__reration__container {
    width: 800px; }

  .seko__reration__prev, .seko__reration__next {
    width: 30px;
    height: 100px; } }
.gallery-side .full {
  position: relative;
  margin-bottom: 2.6vw;
  width: 100%;
  text-align: center; }

.gallery-side .thumb img {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.gallery-side .thumb img:hover {
  opacity: 0.6; }

.obfit-seko-gallery,
.obfit-seko-change {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;'; }

.obfit-seko-gallery {
  height: 52vw; }

.obfit-seko-change {
  height: 20.6vw; }

@media screen and (min-width: 751px) {
  .gallery-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }

  .gallery-side .full {
    margin-right: 1.5vw;
    margin-bottom: 0;
    width: 38vw; }

  .gallery-side .thumb {
    width: calc(100% - 38vw - 1.5vw); }

  .obfit-seko-gallery {
    height: 21.3vw; }

  .obfit-seko-change {
    height: 10.2vw; } }
@media screen and (min-width: 1000px) {
  .gallery-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }

  .gallery-side .full {
    margin-right: 15px;
    margin-bottom: 0;
    width: 580px; }

  .gallery-side .thumb {
    width: calc(100% - 380px - 15px); }

  .obfit-seko-gallery {
    height: 430px; }

  .obfit-seko-change {
    height: 102px; } }
.gallery-side .thumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -2.6vw; }

.gallery-side .thumb ul li {
  margin-left: 2.6vw;
  margin-bottom: 2.6vw;
  width: calc(25% - 2.6vw);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

@media screen and (min-width: 751px) {
  .gallery-side .thumb ul {
    margin-left: -1vw; }

  .gallery-side .thumb ul li {
    margin-left: 1vw;
    margin-bottom: 1vw;
    width: calc(25% - 1vw); } }
@media screen and (min-width: 1000px) {
  .gallery-side .thumb ul {
    margin-left: -10px; }

  .gallery-side .thumb ul li {
    margin-left: 10px;
    margin-bottom: 10px;
    width: calc(25% - 10px); } }
.lineupF__container {
  margin: calc(120 / 750 * 100vw) 0 0 0; }
  .lineupF__container a {
    position: relative;
    display: block;
    border: calc(6 / 750 * 100vw) solid #e5e5e5;
    border-radius: calc(20 / 750 * 100vw);
    margin: 0 auto calc(90 / 750 * 100vw);
    width: calc(465 / 750 * 100vw);
    text-align: center; }

@media screen and (min-width: 751px) {
  .lineupF__container {
    margin: calc(60 / 1100 * 100vw) 0 0 calc(-30 / 1100 * 100vw);
    display: flex;
    flex-wrap: wrap; }
    .lineupF__container a {
      border: calc(3 / 1100 * 100vw) solid #e5e5e5;
      border-radius: calc(10 / 1100 * 100vw);
      margin: 0 0 0 calc(30 / 1100 * 100vw);
      width: calc(25% - calc(30 / 1100 * 100vw)); } }
@media screen and (min-width: 1101px) {
  .lineupF__container {
    margin: 60px 0 0 -30px; }
    .lineupF__container a {
      border: 3px solid #e5e5e5;
      border-radius: 10px;
      margin: 0 0 0 30px;
      width: calc(25% - 30px); } }
.lineupF__image {
  position: relative;
  margin: 0 auto; }

.lineupF__name {
  color: #fff;
  background-color: #1f4684;
  text-align: center;
  font-size: calc(36 / 750 * 100vw);
  font-weight: 700;
  padding: calc(28 / 750 * 100vw) 0;
  border-radius: calc(16 / 750 * 100vw) calc(16 / 750 * 100vw) 0 0; }

.lineupF__label {
  display: block;
  padding: .7em 0;
  background-color: #ff9600;
  color: #fff;
  font-size: calc(30 / 750 * 100vw);
  font-weight: 700;
  text-align: center;
  margin-bottom: calc(20 / 750 * 100vw); }

.lineupF__price {
  font-weight: 700;
  position: relative;
  display: inline-block; }

.lineupF__num {
  margin-right: .1em;
  color: #cc0000;
  font-family: brandon-grotesque,sans-serif;
  font-size: calc(96 / 750 * 100vw);
  font-weight: 900;
  letter-spacing: 0; }

.lineupF__num_s {
  margin-right: .1em;
  color: #cc0000;
  font-family: brandon-grotesque,sans-serif;
  font-size: calc(48 / 750 * 100vw);
  font-weight: 900;
  letter-spacing: 0; }

.lineupF__pricename {
  margin-left: .3em;
  font-size: calc(30 / 750 * 100vw); }

.lineupF__tax {
  font-size: calc(26 / 750 * 100vw);
  position: absolute;
  right: calc(-20 / 750 * 100vw);
  bottom: calc(45 / 750 * 100vw); }

@media screen and (min-width: 751px) {
  .lineupF__name {
    font-size: calc(18 / 1100 * 100vw);
    padding: calc(14 / 1100 * 100vw) 0;
    border-radius: calc(8 / 1100 * 100vw) calc(8 / 1100 * 100vw) 0 0; }

  .lineupF__label {
    font-size: calc(15 / 1100 * 100vw);
    margin-bottom: calc(10 / 1100 * 100vw); }

  .lineupF__num {
    font-size: calc(48 / 1100 * 100vw); }

  .lineupF__num_s {
    font-size: calc(24 / 1100 * 100vw); }

  .lineupF__pricename {
    font-size: calc(15 / 1100 * 100vw); }

  .lineupF__tax {
    font-size: calc(13 / 1100 * 100vw);
    position: absolute;
    right: calc(-10 / 1100 * 100vw);
    bottom: calc(26 / 1100 * 100vw); } }
@media screen and (min-width: 1101px) {
  .lineupF__name {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 14px 0;
    border-radius: 8px 8px 0 0; }

  .lineupF__label {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 10px; }

  .lineupF__num {
    font-size: 48px;
    font-size: 4.8rem; }

  .lineupF__num_s {
    font-size: 24px;
    font-size: 2.4rem; }

  .lineupF__pricename {
    font-size: 15px;
    font-size: 1.5rem; }

  .lineupF__tax {
    font-size: 13px;
    font-size: 1.3rem;
    position: absolute;
    right: -10px;
    bottom: 26px; } }
.lineupA__main {
  border: 1.6vw solid #1f4684; }

.lineupA__main__content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6.33333vw 2.66667vw 0 2.66667vw;
  width: 100%;
  /*height: 96vw;*/ }
  .lineupA__main__content:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17.33333vw 88.8vw 0 0;
    border-color: #fff transparent #fff #fff;
    z-index: 1; }

@media screen and (max-width: 750px) {
  .lineupA__main__content:after {
    bottom: -17.06667vw;
    left: 0; } }
.lineupA__main__content__inner {
  position: relative;
  left: 0;
  width: 100%;
  z-index: 2; }

.lineupA__main__image {
  position: relative;
  width: 100%; }

.lineupA__main__label {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
  padding-left: 2.5em;
  color: #1f4684;
  font-size: 4.26667vw;
  font-weight: 700;
  text-align: center; }
  .lineupA__main__label:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 6.93333vw;
    height: 6.93333vw;
    background-image: url(../img/common/arrow_main.png);
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

.lineupA__main__head {
  margin-bottom: 1em;
  font-size: 5.33333vw;
  font-weight: 700;
  text-align: center; }

.lineupA__main__price {
  display: flex;
  align-items: center;
  height: 20.66667vw; }

.lineupA__main__price__head {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30.66667vw;
  height: 100%;
  background-color: #1f4684;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 1.4em;
  position: relative; }
  .lineupA__main__price__head:after {
    content: "";
    position: absolute;
    right: calc(-39 / 750 * 100vw);
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10.3333vw 0 10.3333vw calc(40 / 750 * 100vw);
    border-color: transparent transparent transparent #1f4684; }

.lineupA__main__price__content {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 4vw;
  border-radius: 0 4vw 4vw 0;
  width: calc(100% - 30.66667vw);
  height: 100%;
  font-weight: 700; }

.lineupA__main__price__num {
  color: #c00;
  font-family: brandon-grotesque,sans-serif;
  font-size: 12.8vw;
  font-weight: 900;
  letter-spacing: 0; }

.lineupA__main__price__unit {
  position: relative;
  top: .2em;
  padding-left: .5em;
  font-size: 3.73333vw;
  line-height: 1.2em; }

.lineupA__main__data {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 4vw; }
  .lineupA__main__data:last-of-type {
    margin-top: 0; }

.lineupA__main__data__head {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16vw;
  height: 16vw;
  background-color: #e8f6e9;
  color: #1f4684;
  font-weight: 700;
  text-align: center; }

.lineupA__main__data__content {
  width: 64.66667vw; }

.lineupA__main__data__price {
  font-size: 4.8vw;
  font-weight: 700; }

.lineupA__main__sub {
  font-size: 4vw;
  font-weight: 700; }

.lineupA__main__data__num {
  padding-right: .1em;
  color: #c00;
  font-family: brandon-grotesque,sans-serif;
  font-size: 8.53333vw;
  font-weight: 900;
  letter-spacing: 0; }

.lineupA__main__data__com {
  margin-top: calc(20 / 750 * 100vw);
  font-size: calc(28 / 750 * 100vw);
  line-height: 1.5;
  padding-bottom: calc(40 / 750 * 100vw); }

@media screen and (min-width: 751px) {
  .lineupA__main {
    display: flex;
    align-items: center;
    border: .54545vw solid #1f4684; }

  .lineupA__main__content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2.27273vw 0;
    width: 36.36364vw;
    height: 35.45455vw; }
    .lineupA__main__content:after {
      right: -14.54545vw;
      border-width: 35.45455vw 14.54545vw 0 0;
      border-color: #fff transparent transparent transparent; }

  .lineupA__main__content__inner {
    position: relative;
    left: 3.63636vw;
    width: 33.63636vw; }

  .lineupA__main__image {
    width: calc(100% - 36.36364vw); }

  .lineupA__main__label {
    font-size: 1.63636vw; }
    .lineupA__main__label:before {
      width: 2.36364vw;
      height: 2.36364vw; }

  .lineupA__main__head {
    font-size: 2.18182vw; }

  .lineupA__main__price {
    height: 7.72727vw; }

  .lineupA__main__price__head {
    width: 11.81818vw; }
    .lineupA__main__price__head:after {
      right: calc(-20 / 1100 * 100vw);
      border-width: 3.863633vw 0 3.863633vw calc(20 / 1100 * 100vw); }

  .lineupA__main__price__content {
    padding: 0 1.36364vw;
    width: calc(100% - 11.81818vw); }

  .lineupA__main__price__num {
    font-size: 5.81818vw; }

  .lineupA__main__price__unit {
    top: .5em;
    font-size: 1.36364vw; }

  .lineupA__main__data {
    margin-top: 1.36364vw; }

  .lineupA__main__data__head {
    width: 5.45455vw;
    height: 5.45455vw; }

  .lineupA__main__data__content {
    width: calc(290 / 1100 * 100vw); }

  .lineupA__main__data__price {
    font-size: 1.63636vw; }

  .lineupA__main__sub {
    font-size: 1.36364vw; }

  .lineupA__main__data__num {
    font-size: 3.27273vw; }

  .lineupA__main__data__com {
    margin-top: calc(10 / 1100 * 100vw);
    font-size: calc(14 / 1100 * 100vw);
    padding-bottom: 0; } }
@media screen and (min-width: 1101px) {
  .lineupA__main {
    border: 6px solid #1f4684; }

  .lineupA__main__content {
    padding: 25px 0;
    width: 400px;
    height: 390px; }
    .lineupA__main__content:after {
      right: -160px;
      border-width: 390px 160px 0 0; }

  .lineupA__main__content__inner {
    left: 40px;
    width: 370px; }

  .lineupA__main__image {
    width: calc(100% - 400px); }

  .lineupA__main__label {
    font-size: 18px;
    font-size: 1.8rem; }
    .lineupA__main__label:before {
      width: 26px;
      height: 26px; }

  .lineupA__main__head {
    font-size: 24px;
    font-size: 2.4rem; }

  .lineupA__main__price {
    height: 85px; }

  .lineupA__main__price__head {
    width: 130px; }
    .lineupA__main__price__head:after {
      right: -20px;
      border-width: 42.5px 0 42.5px 20px; }

  .lineupA__main__price__content {
    padding: 0 15px;
    width: calc(100% - 130px); }

  .lineupA__main__price__num {
    font-size: 64px;
    font-size: 6.4rem; }

  .lineupA__main__price__unit {
    font-size: 15px;
    font-size: 1.5rem; }

  .lineupA__main__data {
    margin-top: 15px; }

  .lineupA__main__data__head {
    width: 60px;
    height: 60px; }

  .lineupA__main__data__content {
    width: 290px; }

  .lineupA__main__data__price {
    font-size: 18px;
    font-size: 1.8rem; }

  .lineupA__main__sub {
    font-size: 15px;
    font-size: 1.5rem; }

  .lineupA__main__data__num {
    font-size: 36px;
    font-size: 3.6rem; }

  .lineupA__main__data__com {
    margin-top: 10px;
    font-size: 14px;
    font-size: 1.4rem; } }
.lineup__standard {
  display: flex;
  flex-wrap: wrap;
  margin-left: -3.33333vw;
  margin-bottom: 2.66667vw; }
  .lineup__standard li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 3.33333vw;
    margin-bottom: 2.66667vw;
    padding: 1em 0;
    width: calc(50% - 3.33333vw);
    background-color: #1f4684;
    color: #fff;
    font-size: 3.46667vw;
    font-weight: 700;
    text-align: center;
    line-height: 1.6em; }

@media screen and (min-width: 751px) {
  .lineup__standard {
    margin-left: -2.27273vw;
    margin-bottom: 2.27273vw; }
    .lineup__standard li {
      margin-left: 2.27273vw;
      margin-bottom: 1.36364vw;
      width: calc(25% - 2.27273vw);
      font-size: 1.63636vw; } }
@media screen and (min-width: 1101px) {
  .lineup__standard {
    margin-left: -25px;
    margin-bottom: 25px; }
    .lineup__standard li {
      margin-left: 25px;
      margin-bottom: 15px;
      width: calc(25% - 25px);
      font-size: 18px;
      font-size: 1.8rem; } }
.lineupA__container a {
  position: relative;
  display: block;
  margin-bottom: 8vw; }

@media screen and (min-width: 751px) {
  .lineupA__container {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.81818vw; }
    .lineupA__container a {
      margin-left: 1.81818vw;
      margin-bottom: 2.72727vw;
      width: calc(33.33333% - 1.81818vw); } }
@media screen and (min-width: 1101px) {
  .lineupA__container {
    margin-left: -20px; }
    .lineupA__container a {
      margin-left: 20px;
      margin-bottom: 30px;
      width: calc(33.33333% - 20px); } }
.lineupA__label {
  display: block;
  padding: 1em 0;
  background-color: #ff9600;
  color: #fff;
  font-weight: 700;
  text-align: center; }

.lineupA__content {
  padding: 0 5.33333vw 14.66667vw 5.33333vw; }

.lineupA__title {
  margin-bottom: .8em;
  min-height: calc(1.6em * 2);
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.6em; }

.lineupA__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(160 / 750 * 100vw);
  position: relative; }

.lineupA__off {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24.8vw;
  height: 24.8vw;
  background-color: #1f4684;
  border-radius: 50%; }
  .lineupA__off p {
    color: #c00;
    font-family: brandon-grotesque,sans-serif;
    font-size: 6.4vw;
    font-weight: 900;
    text-align: center;
    letter-spacing: 0; }
    .lineupA__off p span {
      font-size: 9.6vw; }

.lineupA__price {
  font-size: 4.8vw;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  -webkit-align-items: flex-end;
  align-items: flex-end; }

.lineupA__price__num {
  color: #c00;
  font-family: brandon-grotesque,sans-serif;
  font-weight: 900;
  font-size: 12.8vw;
  width: calc(100% - calc(80 / 750 * 100vw)); }

.lineupA__price__tax_wrap {
  display: flex;
  flex-direction: column;
  width: calc(80 / 750 * 100vw);
  font-size: calc(32 / 750 * 100vw);
  padding-bottom: calc(20 / 750 * 100vw); }

@media screen and (min-width: 751px) {
  .lineupA__content {
    padding: 0 1.36364vw 5vw 1.36364vw; }

  .lineupA__title {
    font-size: 1.63636vw; }

  .lineupA__inner {
    height: calc(80 / 1100 * 100vw); }

  .lineupA__off {
    width: 8.45455vw;
    height: 8.45455vw; }
    .lineupA__off p {
      font-size: 2.18182vw; }
      .lineupA__off p span {
        font-size: 3.27273vw; }

  .lineupA__price__num {
    font-size: calc(60 / 1100 * 100vw);
    width: calc(100% - 3.636vw); }

  .lineupA__price__tax_wrap {
    width: calc(40 / 1100 * 100vw);
    font-size: calc(16 / 1100 * 100vw);
    padding-bottom: calc(10 / 1100 * 100vw); } }
@media screen and (min-width: 1101px) {
  .lineupA__content {
    padding: 0px 15px 55px 15px; }

  .lineupA__title {
    min-height: calc(1.6em * 2);
    font-size: 18px;
    font-size: 1.8rem; }

  .lineupA__inner {
    height: 80px; }

  .lineupA__off {
    width: 93px;
    height: 93px; }
    .lineupA__off p {
      font-size: 24px;
      font-size: 2.4rem; }
      .lineupA__off p span {
        font-size: 36px;
        font-size: 3.6rem; }

  .lineupA__price__num {
    font-size: 60px;
    font-size: 6.0rem;
    width: calc(100% - 40px); }

  .lineupA__price__tax_wrap {
    width: 40px;
    font-size: 16px;
    font-size: 1.6rem;
    padding-bottom: 10px; } }
.lineupS__image {
  position: relative;
  margin-bottom: 8vw; }

.lineupS__content {
  padding: 0 2.66667vw; }

@media screen and (min-width: 751px) {
  .lineupS {
    display: flex;
    justify-content: space-between;
    align-items: center; }

  .lineupS__image {
    margin-bottom: 0;
    width: 45.45455vw; }

  .lineupS__content {
    padding: 0;
    padding-right: 2.72727vw;
    width: 42.27273vw; } }
@media screen and (min-width: 1101px) {
  .lineupS__image {
    width: 500px; }

  .lineupS__content {
    padding-right: 30px;
    width: 465px; } }
.lineupS__label {
  color: #ff9600;
  font-size: calc(46 / 750 * 100vw);
  font-weight: 700; }

.lineupS__label__logo {
  position: relative;
  height: 9.33333vw; }

.lineupS__data__com {
  font-size: calc(28 / 750 * 100vw);
  line-height: 1.5; }

.lineupS__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 2vw 0 3.33333vw 0;
  height: 24.8vw; }

.lineupS__off {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24.8vw;
  height: 24.8vw;
  background-color: #1f4684;
  border-radius: 50%; }
  .lineupS__off p {
    color: #c00;
    font-family: brandon-grotesque,sans-serif;
    font-size: 6.4vw;
    font-weight: 900;
    text-align: center;
    letter-spacing: 0; }
    .lineupS__off p span {
      font-size: 9.6vw; }

.lineupS__price {
  display: flex;
  align-items: center;
  width: 57.33333vw;
  font-size: 4.8vw;
  font-weight: 700;
  text-align: right; }

.lineupS__price__num {
  margin-right: .1em;
  color: #c00;
  font-family: brandon-grotesque,sans-serif;
  font-size: 16vw;
  font-weight: 900; }

.lineupS__price__unit {
  position: relative;
  top: .3em;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.2em; }

.lineupS__data {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.lineupS__data__head {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25.33333vw;
  height: 16vw;
  background-color: #e8f6e9;
  color: #1f4684;
  font-weight: 700;
  text-align: center; }

.lineupS__data__content {
  width: 57.33333vw; }

.lineupS__data__price {
  font-size: 4.8vw;
  font-weight: 700; }

.lineupS__data__plus {
  font-size: 5.06667vw;
  font-weight: 700;
  text-align: center; }

.lineupS__sub {
  font-size: 4vw;
  font-weight: 700; }

.lineupS__data__num {
  color: #c00;
  font-family: brandon-grotesque,sans-serif;
  font-size: 8.53333vw;
  font-weight: 900;
  letter-spacing: 0; }

#lineup-biko {
  background-color: #e8f6e9;
  padding: calc(40 / 750 * 100vw); }
  #lineup-biko dl dt {
    font-weight: 700;
    font-size: calc(30 / 750 * 100vw);
    color: #1f4684;
    padding-bottom: .8em; }

@media screen and (min-width: 751px) {
  .lineupS__label {
    font-size: calc(28 / 1100 * 100vw); }

  .lineupS__label__logo {
    height: calc(35 / 1100 * 100vw); }

  .lineupS__data__com {
    font-size: calc(14 / 1100 * 100vw); }

  .lineupS__inner {
    margin: 15px 0 25px 0;
    height: 8.45455vw; }

  .lineupS__off {
    width: 8.45455vw;
    height: 8.45455vw; }
    .lineupS__off p {
      font-size: 2.18182vw; }
      .lineupS__off p span {
        font-size: 3.27273vw; }

  .lineupS__price {
    width: 25.45455vw;
    font-size: 1.63636vw; }

  .lineupS__price__num {
    font-size: 7.45455vw; }

  .lineupS__price__unit {
    font-size: 1.63636vw; }

  .lineupS__data__head {
    width: 13.63636vw;
    height: 5.45455vw; }

  .lineupS__data__content {
    width: 23.63636vw; }

  .lineupS__data__price {
    font-size: 1.63636vw; }

  .lineupS__data__plus {
    font-size: 2.18182vw; }

  .lineupS__sub {
    font-size: 1.36364vw; }

  .lineupS__data__num {
    font-size: 3.27273vw; }

  #lineup-biko {
    padding: calc(20 / 1100 * 100vw); }
    #lineup-biko dl dt {
      font-size: calc(15 / 1100 * 100vw); } }
@media screen and (min-width: 1101px) {
  .lineupS__label {
    font-size: 28px;
    font-size: 2.8rem; }

  .lineupS__label__logo {
    height: 35px; }

  .lineupS__data__com {
    font-size: 14px;
    font-size: 1.4rem; }

  .lineupS__inner {
    height: 93px; }

  .lineupS__off {
    width: 93px;
    height: 93px; }
    .lineupS__off p {
      font-size: 24px;
      font-size: 2.4rem; }
      .lineupS__off p span {
        font-size: 36px;
        font-size: 3.6rem; }

  .lineupS__price {
    width: 280px;
    font-size: 18px;
    font-size: 1.8rem; }

  .lineupS__price__num {
    font-size: 82px;
    font-size: 8.2rem; }

  .lineupS__price__unit {
    font-size: 18px;
    font-size: 1.8rem; }

  .lineupS__data__head {
    width: 150px;
    height: 60px; }

  .lineupS__data__content {
    width: 260px; }

  .lineupS__data__price {
    font-size: 18px;
    font-size: 1.8rem; }

  .lineupS__data__plus {
    font-size: 24px;
    font-size: 2.4rem; }

  .lineupS__sub {
    font-size: 15px;
    font-size: 1.5rem; }

  .lineupS__data__num {
    font-size: 36px;
    font-size: 3.6rem; }

  #lineup-biko {
    padding: 20px; }
    #lineup-biko dl dt {
      font-size: 15px;
      font-size: 1.5rem; } }
.lineupS__functions > div {
  margin-bottom: 7.27273vw; }

@media screen and (min-width: 751px) {
  .lineupS__functions {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.81818vw; }
    .lineupS__functions > div {
      margin-left: 1.81818vw;
      margin-bottom: 4.09091vw;
      width: calc(33.33333% - 1.81818vw); } }
@media screen and (min-width: 1101px) {
  .lineupS__functions {
    margin-left: -20px; }
    .lineupS__functions > div {
      margin-left: 20px;
      margin-bottom: 45px;
      width: calc(33.33333% - 20px); } }
.lineupS__functions__content {
  padding: 1.5em 1em; }

.lineupS__functions__title {
  margin-bottom: .8em;
  font-weight: 700; }

.lineup__maker {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 .7em;
  width: 26.66667vw;
  height: 9.33333vw;
  background-color: #fff;
  z-index: 2; }
  .lineup__maker img {
    width: 100%;
    height: auto; }

#lineup-post .lineup__maker {
  left: 0; }

#lineup-main .lineup__maker {
  right: 0; }

@media screen and (min-width: 751px) {
  .lineup__maker {
    width: 9.09091vw;
    height: 3.18182vw; } }
@media screen and (min-width: 1101px) {
  .lineup__maker {
    width: 100px;
    height: 35px; } }
.planF__container {
  margin: calc(80 / 750 * 100vw) 0 0 0; }
  .planF__container a {
    position: relative;
    display: block;
    margin: 0 auto calc(70 / 750 * 100vw) auto;
    width: calc(620 / 750 * 100vw);
    border-color: #e5e5e5;
    border-style: solid;
    border-width: calc(6 / 750 * 100vw);
    border-radius: 1.5em; }

@media screen and (min-width: 751px) {
  .planF__container {
    display: flex;
    flex-wrap: wrap;
    margin: calc(60 / 1100 * 100vw) 0 0 -3.18vw; }
    .planF__container a {
      margin: 0 0 calc(35 / 1100 * 100vw) 3.18vw;
      width: calc(33.33333% - 3.18vw);
      border-width: calc(3 / 1100 * 100vw); }
      .planF__container a:hover {
        box-shadow: 0px 0px 5px 0px rgba(7, 7, 7, 0.2); } }
@media screen and (min-width: 1101px) {
  .planF__container {
    margin: 60px 0 0 -35px; }
    .planF__container a {
      margin: 0 0 35px 35px;
      width: calc(33.33333% - 35px);
      border-width: 3px; } }
.planF__content {
  padding: 4.67vw; }

.planF__label {
  display: block;
  padding: .7em 0;
  background-color: #c00;
  border-radius: .8em .8em 0 0;
  color: #fff;
  font-size: calc(48 / 750 * 100vw);
  font-weight: 700;
  text-align: center; }

.planF__price {
  font-size: calc(30 / 750 * 100vw);
  font-weight: 700;
  text-align: right; }

.planF__num {
  margin-right: .1em;
  color: #c00;
  font-family: brandon-grotesque,sans-serif;
  font-size: calc(120 / 750 * 100vw);
  font-weight: 900;
  letter-spacing: 0; }

.planF__tax {
  margin-left: .3em;
  font-size: calc(30 / 750 * 100vw); }

@media screen and (min-width: 751px) {
  .planF__content {
    padding: calc(15 / 1100 * 100vw); }

  .planF__price {
    font-size: calc(18 / 1100 * 100vw); }

  .planF__num {
    font-size: calc(56 / 1100 * 100vw); }

  .planF__label {
    padding: .8em 0;
    border-radius: .8em .8em 0 0;
    font-size: calc(24 / 1100 * 100vw); }

  .planF__tax {
    font-size: calc(15 / 1100 * 100vw); } }
@media screen and (min-width: 1101px) {
  .planF__content {
    padding: 15px; }

  .planF__price {
    font-size: 18px;
    font-size: 1.8rem; }

  .planF__label {
    font-size: 24px;
    font-size: 2.4rem; }

  .planF__tax {
    font-size: 15px;
    font-size: 1.5rem; }

  .planF__num {
    font-size: 56px;
    font-size: 5.6rem; } }
.planF__image {
  position: relative;
  margin-bottom: 8vw; }

.planF__image__rows {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-self: flex-start; }
  .planF__image__rows:before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    display: inline-block;
    width: 8vw;
    height: 8vw;
    background-image: url(../img/plan/plus.png);
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2; }

.planF__image > div {
  position: relative;
  display: flex;
  width: 100%; }

.planF__image__rows > div {
  width: 35.06667vw; }

@media screen and (min-width: 751px) {
  .planF {
    display: flex;
    justify-content: space-between; }

  .planF__image__rows:before {
    width: 2.72727vw;
    height: 2.72727vw; }

  .planF__image {
    margin-bottom: 0; }
    .planF__image > div {
      width: 100%; }

  .planF__image__rows > div {
    width: 12vw; } }
@media screen and (min-width: 1101px) {
  .planF__image__rows:before {
    width: 30px;
    height: 30px; }
  .planF__image__rows > div {
    width: 132px; } }
.planA__main__content {
  position: relative;
  width: 100%; }

.planA__main__image {
  margin-bottom: 5.33333vw;
  width: 100%; }

.planA__main__label {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
  padding-left: 2.5em;
  color: #1f4684;
  font-size: 4.26667vw;
  font-weight: 700;
  text-align: center; }
  .planA__main__label:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 6.93333vw;
    height: 6.93333vw;
    background-image: url(../img/common/arrow_main.png);
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

.planA__main__head {
  margin-top: 1em;
  margin-bottom: 2em;
  font-size: 5.33333vw;
  font-weight: 700;
  text-align: center; }

.planA__main__price {
  display: flex;
  align-items: center;
  height: 22.66667vw; }

.planA__main__price__head {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30.66667vw;
  height: 100%;
  background-color: #1f4684;
  border-radius: 4vw 0 0 4vw;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 1.4em; }

.planA__main__price__content {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 4vw;
  border: .8vw solid #1f4684;
  border-radius: 0 4vw 4vw 0;
  width: calc(100% - 30.66667vw);
  height: 100%;
  font-weight: 700; }

.planA__main__price__num {
  color: #c00;
  font-family: brandon-grotesque,sans-serif;
  font-size: 12.8vw;
  font-weight: 900;
  letter-spacing: 0; }

.planA__main__price__unit {
  position: relative;
  top: .2em;
  padding-left: .5em;
  font-size: 3.73333vw;
  line-height: 1.2em; }

.planA__main__data {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 4vw; }
  .planA__main__data:last-of-type {
    margin-top: 0; }

.planA__main__data__head {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25.33333vw;
  height: 16vw;
  background-color: #e8f6e9;
  color: #1f4684;
  font-weight: 700;
  text-align: center; }

.planA__main__data__content {
  width: 54.66667vw; }

.planA__main__data__price {
  font-size: 4.8vw;
  font-weight: 700; }

.planA__main__sub {
  font-size: 4vw;
  font-weight: 700; }

.planA__main__data__num {
  color: #c00;
  font-family: brandon-grotesque,sans-serif;
  font-size: 8.53333vw;
  font-weight: 900;
  letter-spacing: 0; }

@media screen and (min-width: 751px) {
  .planA__main {
    display: flex;
    justify-content: space-between;
    align-items: center; }

  .planA__main__content {
    position: relative;
    width: 39.54545vw; }

  .planA__main__image {
    margin-bottom: 0;
    width: 45.45455vw; }

  .planA__main__label {
    font-size: 1.63636vw; }
    .planA__main__label:before {
      width: 2.36364vw;
      height: 2.36364vw; }

  .planA__main__head {
    margin-top: 0;
    font-size: 2.18182vw; }

  .planA__main__price {
    height: 7.72727vw; }

  .planA__main__price__head {
    width: 11.81818vw;
    border-radius: 1.81818vw 0 0 1.81818vw; }

  .planA__main__price__content {
    padding: 0 1.36364vw;
    border: .27273vw solid #1f4684;
    border-radius: 0 1.81818vw 1.81818vw 0;
    width: calc(100% - 11.81818vw); }

  .planA__main__price__num {
    font-size: 5.81818vw; }

  .planA__main__price__unit {
    top: .5em;
    font-size: 1.36364vw; }

  .planA__main__data {
    margin-top: 1.36364vw; }

  .planA__main__data__head {
    width: 11.36364vw;
    height: 5.45455vw; }

  .planA__main__data__content {
    width: 20.90909vw; }

  .planA__main__data__price {
    font-size: 1.63636vw; }

  .planA__main__sub {
    font-size: 1.36364vw; }

  .planA__main__data__num {
    font-size: 3.27273vw; } }
@media screen and (min-width: 1101px) {
  .planA__main__content {
    width: 435px; }

  .planA__main__image {
    width: 500px; }

  .planA__main__label {
    font-size: 18px;
    font-size: 1.8rem; }
    .planA__main__label:before {
      width: 26px;
      height: 26px; }

  .planA__main__head {
    font-size: 24px;
    font-size: 2.4rem; }

  .planA__main__price {
    height: 85px; }

  .planA__main__price__head {
    width: 130px;
    border-radius: 20px 0 0 20px; }

  .planA__main__price__content {
    padding: 0 15px;
    border: 3px solid #1f4684;
    border-radius: 0 20px 20px 0;
    width: calc(100% - 130px); }

  .planA__main__price__num {
    font-size: 64px;
    font-size: 6.4rem; }

  .planA__main__price__unit {
    font-size: 15px;
    font-size: 1.5rem; }

  .planA__main__data {
    margin-top: 15px; }

  .planA__main__data__head {
    width: 125px;
    height: 60px; }

  .planA__main__data__content {
    width: 230px; }

  .planA__main__data__price {
    font-size: 18px;
    font-size: 1.8rem; }

  .planA__main__sub {
    font-size: 15px;
    font-size: 1.5rem; }

  .planA__main__data__num {
    font-size: 36px;
    font-size: 3.6rem; } }
.planA__container a {
  display: block;
  position: relative;
  margin-bottom: 8vw;
  background-color: #e8f6e9;
  border-right: .8vw solid #ffedcc; }

@media screen and (min-width: 751px) {
  .planA__container {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.81818vw; }
    .planA__container a {
      margin-left: 1.81818vw;
      margin-bottom: 2.72727vw;
      width: calc(33.33333% - 1.81818vw);
      border-right: .27273vw solid #ffedcc; } }
@media screen and (min-width: 1101px) {
  .planA__container {
    margin-left: -20px; }
    .planA__container a {
      margin-left: 20px;
      margin-bottom: 30px;
      width: calc(33.33333% - 20px);
      border-right: 3px solid #ffedcc; } }
.planA__label {
  display: block;
  padding: 1em 0;
  background-color: #1f4684;
  color: #fff;
  font-weight: 700;
  text-align: center; }

.planA__content {
  padding: 4vw 5.33333vw 17.33333vw 5.33333vw; }

.planA__title {
  margin-bottom: .5em;
  min-height: calc(1.6em * 2);
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.6em; }

.planA__btn {
  position: absolute;
  bottom: 6.66667vw;
  right: 1.33333vw; }

.planA__price {
  margin-left: auto;
  font-size: 4.8vw;
  font-weight: 700;
  text-align: right; }

.planA__price__num {
  margin-right: .1em;
  color: #c00;
  font-family: brandon-grotesque,sans-serif;
  font-weight: 900;
  font-size: 12.8vw; }

.planA__price__tax {
  font-size: .8em; }

@media screen and (min-width: 751px) {
  .planA__content {
    padding: 1.36364vw 1.36364vw 6.81818vw 1.36364vw; }

  .planA__title {
    font-size: 1.63636vw; }

  .planA__btn {
    bottom: 2.27273vw;
    right: 0; }

  .planA__price {
    width: 16.36364vw;
    font-size: 1.63636vw; }

  .planA__price__num {
    font-size: 3.27273vw; } }
@media screen and (min-width: 1101px) {
  .planA__content {
    padding: 15px 15px 75px 15px; }

  .planA__title {
    min-height: calc(1.6em * 2);
    font-size: 18px;
    font-size: 1.8rem; }

  .planA__btn {
    bottom: 25px; }

  .planA__price {
    width: 180px;
    font-size: 18px;
    font-size: 1.8rem; }

  .planA__price__num {
    font-size: 36px;
    font-size: 3.6rem; } }
.planA__image {
  position: relative; }

.planA__image__rows {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-self: flex-start; }
  .planA__image__rows:before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    display: inline-block;
    width: 5.6vw;
    height: 5.6vw;
    background-image: url(../img/plan/plus.png);
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2; }

.planA__image > div {
  position: relative;
  display: flex;
  width: 100%; }

.planA__image__rows > div {
  width: 44.93333vw; }

@media screen and (min-width: 751px) {
  .planA {
    display: flex;
    justify-content: space-between; }

  .planA__image__rows:before {
    width: 2.72727vw;
    height: 2.72727vw; }
  .planA__image__rows > div {
    width: 21.81818vw; } }
@media screen and (min-width: 1101px) {
  .planA__image__rows:before {
    width: 30px;
    height: 30px; }
  .planA__image__rows > div {
    width: 155px; } }
.planS__image {
  position: relative;
  margin-bottom: 8vw; }

.planS__image__rows {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-self: flex-start; }
  .planS__image__rows:before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    display: inline-block;
    width: 5.6vw;
    height: 5.6vw;
    background-image: url(../img/plan/plus.png);
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2; }

.planS__image > div {
  position: relative;
  display: flex;
  width: 100%; }

.planS__image__rows > div {
  width: 45.33333vw; }

.planS__content {
  padding: 0 2.66667vw; }

@media screen and (min-width: 751px) {
  .planS {
    display: flex;
    justify-content: space-between; }

  .planS__image__rows:before {
    width: 2.72727vw;
    height: 2.72727vw; }

  .planS__image {
    margin-bottom: 0;
    width: 45.45455vw; }
    .planS__image > div {
      width: 100%; }

  .planS__image__rows > div {
    width: 22.27273vw; }

  .planS__content {
    padding: 0;
    padding-right: 2.72727vw;
    width: 42.27273vw; } }
@media screen and (min-width: 1101px) {
  .planS__image {
    width: 500px; }

  .planS__image__rows:before {
    width: 30px;
    height: 30px; }
  .planS__image__rows > div {
    width: 245px; }

  .planS__content {
    padding-right: 30px;
    width: 465px; } }
.planS__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 2vw 0 3.33333vw 0;
  height: 24.8vw; }

.planS__label {
  position: relative;
  display: inline-block;
  color: #1f4684;
  width: 26.66667vw;
  font-size: 4.26667vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.6em; }

.planS__price {
  display: flex;
  align-items: center;
  width: 57.33333vw;
  font-size: 4.8vw;
  font-weight: 700;
  text-align: right; }

.planS__price__num {
  margin-right: .1em;
  color: #c00;
  font-family: brandon-grotesque,sans-serif;
  font-size: 16vw;
  font-weight: 900; }

.planS__price__unit {
  position: relative;
  top: .3em;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.2em; }

.planS__data {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.planS__data__head {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25.33333vw;
  height: 16vw;
  background-color: #e8f6e9;
  color: #1f4684;
  font-weight: 700;
  text-align: center; }

.planS__data__content {
  width: 57.33333vw; }

.planS__data__price {
  font-size: 4.8vw;
  font-weight: 700; }

.planS__data__plus {
  font-size: 5.06667vw;
  font-weight: 700;
  text-align: center; }

.planS__sub {
  font-size: 4vw;
  font-weight: 700; }

.planS__data__num {
  padding-right: .1em;
  color: #c00;
  font-family: brandon-grotesque,sans-serif;
  font-size: 8.53333vw;
  font-weight: 900;
  letter-spacing: 0; }

@media screen and (min-width: 751px) {
  .planS__inner {
    margin: 2.27273vw 0 0 0;
    height: 8.45455vw; }

  .planS__label {
    width: 11.81818vw;
    font-size: 1.63636vw; }

  .planS__price {
    width: 25.45455vw;
    font-size: 1.63636vw; }

  .planS__price__num {
    font-size: 7.45455vw; }

  .planS__price__unit {
    font-size: 1.63636vw; }

  .planS__data__head {
    width: 13.63636vw;
    height: 5.45455vw; }

  .planS__data__content {
    width: 23.63636vw; }

  .planS__data__price {
    font-size: 1.63636vw; }

  .planS__data__plus {
    font-size: 2.18182vw; }

  .planS__sub {
    font-size: 1.36364vw; }

  .planS__data__num {
    font-size: 3.27273vw; } }
@media screen and (min-width: 1101px) {
  .planS__label {
    width: 130px;
    font-size: 18px;
    font-size: 1.8rem; }

  .planS__inner {
    margin: 25px 0 0 0;
    height: 93px; }

  .planS__label {
    width: 130px;
    font-size: 18px;
    font-size: 1.8rem; }

  .planS__price {
    width: 280px;
    font-size: 18px;
    font-size: 1.8rem; }

  .planS__price__num {
    font-size: 82px;
    font-size: 8.2rem; }

  .planS__price__unit {
    font-size: 18px;
    font-size: 1.8rem; }

  .planS__data__head {
    width: 150px;
    height: 60px; }

  .planS__data__content {
    width: 260px; }

  .planS__data__price {
    font-size: 18px;
    font-size: 1.8rem; }

  .planS__data__plus {
    font-size: 24px;
    font-size: 2.4rem; }

  .planS__sub {
    font-size: 15px;
    font-size: 1.5rem; }

  .planS__data__num {
    font-size: 36px;
    font-size: 3.6rem; } }
.plan__standard {
  display: flex;
  flex-wrap: wrap; }
  .plan__standard li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2.66667vw;
    padding: 1em;
    width: 100%;
    border: .8vw solid #1f4684;
    color: #1f4684;
    font-size: 3.73333vw;
    font-weight: 700;
    line-height: 1.6em; }

@media screen and (min-width: 751px) {
  .plan__standard {
    margin-left: -2.27273vw; }
    .plan__standard li {
      margin-left: 2.27273vw;
      margin-bottom: 25px;
      width: calc(25% - 2.27273vw);
      min-height: 10vw;
      border: .27273vw solid #1f4684;
      font-size: 1.63636vw; } }
@media screen and (min-width: 1101px) {
  .plan__standard {
    margin-left: -25px; }
    .plan__standard li {
      margin-left: 25px;
      margin-bottom: 25px;
      width: calc(25% - 25px);
      min-height: 110px;
      border: 3px solid #1f4684;
      font-size: 18px;
      font-size: 1.8rem; } }
.planS__functions > div {
  margin-bottom: 7.27273vw; }

@media screen and (min-width: 751px) {
  .planS__functions {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.81818vw; }
    .planS__functions > div {
      margin-left: 1.81818vw;
      margin-bottom: 4.09091vw;
      width: calc(33.33333% - 1.81818vw); } }
@media screen and (min-width: 1101px) {
  .planS__functions {
    margin-left: -20px; }
    .planS__functions > div {
      margin-left: 20px;
      margin-bottom: 45px;
      width: calc(33.33333% - 20px); } }
.planS__functions__content {
  padding: 1.5em 1em; }

.planS__functions__title {
  margin-bottom: .8em;
  font-weight: 700; }

.plan__maker {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 .7em;
  width: 26.66667vw;
  height: 9.33333vw;
  background-color: #fff;
  z-index: 2; }
  .plan__maker img {
    width: 100%;
    height: auto; }

@media screen and (min-width: 751px) {
  .plan__maker {
    width: 9.09091vw;
    height: 3.18182vw; } }
@media screen and (min-width: 1101px) {
  .plan__maker {
    width: 100px;
    height: 35px; } }
.blogA__container {
  margin: 0 auto;
  width: 100%; }
  .blogA__container a {
    display: flex;
    justify-content: space-between;
    padding: 4vw 0;
    border-bottom: calc(4 / 750 * 100vw) solid #1f4684; }
    .blogA__container a:last-of-type {
      margin-bottom: 0; }

.blogA__image {
  width: 24vw; }

.blogA__content {
  width: 65.33333vw; }

@media screen and (min-width: 751px) {
  .blogA__container a {
    display: flex;
    justify-content: space-between;
    padding: 1.81818vw 0;
    border-bottom: calc(2 / 1100 * 100vw) solid #1f4684; }

  .blogA__image {
    width: 22.72727vw; }

  .blogA__content {
    width: calc(720 / 1100 * 100vw); } }
@media screen and (min-width: 1101px) {
  .blogA__container a {
    padding: 20px 0;
    border-bottom: 2px solid #1f4684; }

  .blogA__image {
    width: 250px; }

  .blogA__content {
    width: 720px; } }
.blogA__date {
  margin-bottom: .5em;
  color: #1f4684;
  font-family: brandon-grotesque,sans-serif;
  font-weight: 700; }

.blogA__title {
  margin-bottom: .5em;
  font-weight: 700;
  line-height: 1.6em; }

@media screen and (min-width: 751px) {
  .blogA__date {
    margin-bottom: 1em; } }
.blogS__date {
  margin-bottom: 1.5em;
  color: #1f4684;
  font-family: brandon-grotesque,sans-serif;
  font-weight: 700; }

.staffS {
  width: 100%;
  margin-bottom: 10.66667vw; }
  .staffS:last-of-type {
    margin-bottom: 0; }

.staffS__image {
  margin: 0 auto 5.33333vw auto;
  width: 66.66667vw; }

@media screen and (min-width: 751px) {
  .staffS {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 5.45455vw; }

  .staffS__image {
    margin: 0;
    margin-bottom: 0;
    width: 25vw; }

  .staffS__content {
    width: 63.63636vw; } }
@media screen and (min-width: 1101px) {
  .staffS {
    margin-bottom: 60px; }

  .staffS__image {
    width: 275px; }

  .staffS__content {
    width: 700px; } }
.staffS__name {
  display: flex;
  align-items: center;
  margin-bottom: .5em;
  padding: .9em 1em;
  width: 100%;
  background-color: #1f4684;
  color: #fff;
  font-size: 4.26667vw;
  font-weight: 700; }

@media screen and (min-width: 751px) {
  .staffS__name {
    font-size: 1.63636vw; } }
@media screen and (min-width: 1101px) {
  .staffS__name {
    font-size: 18px;
    font-size: 1.8rem; } }
.staffS__table dt {
  padding: .7em 1em .7em 1em;
  width: 100%;
  background-color: #e8f6e9;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.6em; }
.staffS__table dd {
  padding: 1em;
  width: 100%;
  font-size: 4vw;
  line-height: 1.6em; }

.staffS_message {
  width: 100%;
  background-color: #e8f6e9; }
  .staffS_message dt {
    padding-bottom: 0; }
  .staffS_message dd {
    padding-top: 0.5em; }

@media screen and (min-width: 751px) {
  .staffS__table {
    display: flex;
    flex-wrap: wrap; }
    .staffS__table dt {
      padding: 1.2em .7em;
      background: none;
      width: 21.36364vw;
      font-size: 1.36364vw; }
    .staffS__table dd {
      align-self: stretch;
      padding: 1.2em .7em;
      width: calc(100% - 21.36364vw);
      font-size: 1.36364vw; }
    .staffS__table dt:nth-of-type(even), .staffS__table dd:nth-of-type(even) {
      background-color: #e8f6e9; }

  .staffS_message {
    margin-top: calc(20 / 1100 * 100vw); }
    .staffS_message dt, .staffS_message dd {
      width: 100%; }
    .staffS_message dt {
      padding-bottom: 0.6em; }
    .staffS_message dd {
      padding-top: 0; } }
@media screen and (min-width: 1101px) {
  .staffS__table dt {
    width: 235px;
    font-size: 15px;
    font-size: 1.5rem; }
  .staffS__table dd {
    width: calc(100% - 235px);
    font-size: 15px;
    font-size: 1.5rem; }

  .staffS_message {
    margin-top: calc(20 / 1100 * 100vw); }
    .staffS_message dt, .staffS_message dd {
      width: 100%; } }
.faq__container {
  position: relative;
  margin: 0 auto;
  width: 100%; }

.faq {
  position: relative;
  margin: 0 auto;
  padding: 5.33333vw 0;
  width: 100%;
  border-bottom: 2px dotted #ccc; }

.faq__ques {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 16vw; }
  .faq__ques:hover {
    cursor: pointer; }
  .faq__ques:after {
    position: absolute;
    right: 0;
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: calc(30 / 750 * 100vw) calc(20 / 750 * 100vw) 0 calc(20 / 750 * 100vw);
    border-color: #1f4684 transparent transparent transparent; }
  .faq__ques.is-show:after {
    border-width: 0 calc(20 / 750 * 100vw) calc(30 / 750 * 100vw) calc(20 / 750 * 100vw);
    border-color: transparent transparent #1f4684 transparent; }

.faq__title {
  font-size: 4.26667vw;
  font-weight: 700;
  line-height: 1.6em; }

.faq__ques {
  padding: 0 9.33333vw 0 13.33333vw; }

.faq__ans {
  padding: 0 0 0 13.33333vw;
  display: none;
  position: relative;
  margin-top: 1.5em; }

.faq__ques:before, .faq__ans:before {
  position: absolute;
  left: 0;
  content: 'Q';
  font-family: brandon-grotesque,sans-serif;
  border-radius: 50%;
  background-color: #207ef0;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 10.66667vw;
  width: 10.66667vw;
  height: 10.66667vw;
  font-size: 30px;
  background-size: contain;
  background-repeat: no-repeat; }

.faq__ques:before {
  top: 0; }

.faq__ans:before {
  top: 0;
  content: 'A';
  background-color: #ff9600; }
.faq__ans p {
  font-size: 4vw;
  line-height: 1.8em; }

@media screen and (min-width: 751px) {
  .faq {
    padding: 1.81818vw 0; }

  .faq__ques {
    min-height: 5.45455vw;
    padding: 0 2.72727vw 0 6.81818vw; }
    .faq__ques:after {
      border-width: calc(15 / 1100 * 100vw) calc(10 / 1100 * 100vw) 0 calc(10 / 1100 * 100vw); }
    .faq__ques.is-show:after {
      border-width: 0 calc(10 / 1100 * 100vw) calc(15 / 1100 * 100vw) calc(10 / 1100 * 100vw); }

  .faq__ans {
    padding: 0 2.72727vw 0 6.81818vw;
    margin-top: 3em; }

  .faq__title {
    font-size: 1.63636vw; }

  .faq__ques:before {
    width: 5.45455vw;
    height: 5.45455vw;
    line-height: 5.45455vw; }

  .faq__ans:before {
    width: 5.45455vw;
    height: 5.45455vw;
    line-height: 5.45455vw; }
  .faq__ans p {
    font-size: 1.36364vw; } }
@media screen and (min-width: 1101px) {
  .faq {
    padding: 20px 0; }

  .faq__ques {
    min-height: 60px;
    padding: 0 30px 0 75px; }
    .faq__ques:after {
      border-width: 15px 10px 0 10px; }
    .faq__ques.is-show:after {
      border-width: 0 10px 15px 10px; }

  .faq__ans {
    padding: 0 30px 0 75px; }

  .faq__title {
    font-size: 18px;
    font-size: 1.8rem; }

  .faq__ques:before {
    width: 60px;
    height: 60px;
    line-height: 60px; }

  .faq__ans:before {
    width: 60px;
    height: 60px;
    line-height: 60px; }
  .faq__ans p {
    font-size: 15px;
    font-size: 1.5rem; } }
.page__container {
  position: relative;
  padding: calc(25 / 750 * 100vw) 0 calc(170 / 750 * 100vw); }

@media screen and (min-width: 751px) {
  .page__container {
    padding: calc(25 / 1100 * 100vw) 0 calc(170 / 1100 * 100vw) 0; } }
@media screen and (min-width: 1101px) {
  .page__container {
    padding: 25px 0 170px 0; } }
.page__title__container {
  position: absolute;
  left: 50%;
  bottom: 13.33333vw;
  width: 100%;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.page__title {
  position: relative;
  font-size: 6.4vw;
  font-weight: 700;
  line-height: 1.4em;
  white-space: nowrap; }

.page__subtitle {
  position: relative;
  margin-bottom: .5em;
  color: #1f4684;
  font-family: brandon-grotesque,sans-serif;
  font-size: 4.8vw;
  font-weight: 700;
  text-transform: uppercase; }

@media screen and (min-width: 751px) {
  .page__title__container {
    bottom: 7.27273vw; }

  .page__title {
    font-size: 2.18182vw; }

  .page__subtitle {
    font-size: 1.63636vw; } }
@media screen and (min-width: 1101px) {
  .page__title__container {
    bottom: 80px; }

  .page__title {
    font-size: 24px;
    font-size: 2.4rem; }

  .page__subtitle {
    font-size: 18px;
    font-size: 1.8rem; } }
.page__head {
  margin-bottom: 1.2em;
  padding: .5em 0 .5em .5em;
  border-left: 2vw solid #1f4684;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.4em; }

@media screen and (min-width: 751px) {
  .page__head {
    margin-bottom: 2em;
    padding: .3em 0 .3em 1em;
    border-left: .90909vw solid #1f4684;
    font-size: 1.63636vw; } }
@media screen and (min-width: 1101px) {
  .page__head {
    border-left: 10px solid #1f4684;
    font-size: 18px;
    font-size: 1.8rem; } }
.cmn__bf__container {
  position: relative; }

.cmn__bf__before, .cmn__bf__after {
  position: relative;
  width: 100%; }

.cmn__bf__before {
  margin-bottom: 8vw; }

.cmn__bf__label {
  position: absolute;
  top: 2em;
  left: 0;
  padding: .5em .8em;
  border: .8vw solid #333;
  font-family: brandon-grotesque,sans-serif;
  font-size: 3.73333vw;
  font-weight: 700;
  text-align: center; }

.cmn__bf__label--before {
  background-color: #fff; }

.cmn__bf__label--after {
  background-color: #333;
  color: #fff; }

.cmn__bf__arrow:before {
  content: '↓';
  position: absolute;
  top: 50%;
  left: 50%;
  color: #1f4684;
  font-size: 21.33333vw;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.cmn__bf__head {
  display: block;
  padding: .8em 1em;
  background-color: #023894;
  color: #fff;
  font-size: 4.26667vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.6em; }

@media screen and (min-width: 751px) {
  .cmn__bf__container {
    display: flex;
    justify-content: space-between; }

  .cmn__bf__before, .cmn__bf__after {
    margin: 0;
    width: 50%; }

  .cmn__bf__label {
    border: .27273vw solid #333;
    font-size: 1.63636vw; }

  .cmn__bf__arrow:before {
    content: '→';
    font-size: 7.27273vw; }

  .cmn__bf__head {
    padding: .8em 2em;
    font-size: 2.18182vw;
    text-align: left; } }
@media screen and (min-width: 1101px) {
  .cmn__bf__label {
    border: 3px solid #333;
    font-size: 18px;
    font-size: 1.8rem; }

  .cmn__bf__arrow:before {
    font-size: 80px;
    font-size: 8.0rem; }

  .cmn__bf__head {
    font-size: 24px;
    font-size: 2.4rem; } }
.hero--page {
  height: 64vw; }

.hero__inner--page {
  position: absolute;
  top: 0;
  left: 50%;
  width: 92vw;
  height: 100%;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3; }

@media screen and (min-width: 751px) {
  .hero--page {
    height: 35.45455vw; }

  .hero__inner--page {
    width: 90.90909vw; } }
@media screen and (min-width: 1101px) {
  .hero__inner--page {
    width: 1000px; } }
@media screen and (min-width: 1320px) {
  .hero--page {
    height: 330px; } }
#company-greeting .company-greeting_left {
  padding-bottom: calc(60 / 750 * 100vw); }
  #company-greeting .company-greeting_left h3 {
    font-weight: 700;
    font-size: calc(40 / 750 * 100vw);
    margin-bottom: calc(40 / 750 * 100vw);
    line-height: 1.5; }
#company-greeting .company-greeting_right {
  width: 80%;
  margin: 0 auto;
  text-align: right; }
  #company-greeting .company-greeting_right p span.capacity {
    display: block;
    font-size: calc(28 / 750 * 100vw);
    line-height: 1.4;
    padding-bottom: calc(30 / 750 * 100vw);
    padding-top: calc(20 / 750 * 100vw); }
  #company-greeting .company-greeting_right p span.job {
    font-family: "HGP行書体","游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: calc(30 / 750 * 100vw);
    font-weight: 700;
    padding-bottom: calc(20 / 750 * 100vw);
    padding-right: .5em; }
  #company-greeting .company-greeting_right p span.name {
    font-family: "HG行書体", monospace;
    font-size: calc(40 / 750 * 100vw);
    font-weight: 700; }

@media screen and (min-width: 751px) {
  #company-greeting {
    display: flex;
    flex-wrap: wrap; }
    #company-greeting .company-greeting_left {
      padding-bottom: 0;
      width: calc(750 / 1100 * 100vw);
      padding-right: calc(20 / 1100 * 100vw); }
      #company-greeting .company-greeting_left h3 {
        font-weight: 700;
        font-size: calc(27 / 1100 * 100vw);
        margin-bottom: calc(40 / 750 * 100vw);
        line-height: 1.5; }
    #company-greeting .company-greeting_right {
      width: calc(260 / 1100 * 100vw);
      margin-left: auto; }
      #company-greeting .company-greeting_right p span.capacity {
        font-size: calc(12 / 1100 * 100vw);
        padding-bottom: calc(15 / 1100 * 100vw);
        padding-top: calc(10 / 1100 * 100vw); }
      #company-greeting .company-greeting_right p span.job {
        font-size: calc(15 / 1100 * 100vw);
        padding-bottom: calc(10 / 1100 * 100vw); }
      #company-greeting .company-greeting_right p span.name {
        font-size: calc(20 / 1100 * 100vw); } }
@media screen and (min-width: 1101px) {
  #company-greeting .company-greeting_left {
    width: 740px;
    padding-right: 20px; }
    #company-greeting .company-greeting_left h3 {
      font-size: 27px;
      font-size: 2.7rem;
      margin-bottom: 20px; }
  #company-greeting .company-greeting_right {
    width: 260px; }
    #company-greeting .company-greeting_right p span.capacity {
      font-size: 12px;
      font-size: 1.2rem;
      padding-bottom: 15px;
      padding-top: 10px; }
    #company-greeting .company-greeting_right p span.job {
      font-size: 15px;
      font-size: 1.5rem;
      padding-bottom: 10px; }
    #company-greeting .company-greeting_right p span.name {
      font-size: 20px;
      font-size: 2.0rem; } }
#company-idea dl {
  border-bottom: calc(6 / 750 * 100vw) dashed #1e4485;
  margin-bottom: calc(60 / 750 * 100vw); }
  #company-idea dl dt {
    padding-bottom: calc(40 / 750 * 100vw); }
    #company-idea dl dt span {
      display: block;
      text-align: center;
      font-size: calc(40 / 750 * 100vw);
      font-weight: 700;
      width: calc(300 / 750 * 100vw);
      padding: calc(30/ 750 * 100vw) 0;
      background-color: #1e4485;
      color: #fff; }
  #company-idea dl dd {
    padding-bottom: calc(40 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
    line-height: 1.7;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #707070; }
    #company-idea dl dd ul li {
      padding-left: 1em;
      text-indent: -1em;
      padding-bottom: 0.5em; }
      #company-idea dl dd ul li:before {
        content: "・"; }

@media screen and (min-width: 751px) {
  #company-idea dl {
    border-bottom: calc(3 / 1100 * 100vw) dashed #1e4485;
    margin-bottom: calc(30 / 1100 * 100vw); }
    #company-idea dl dt {
      padding-bottom: calc(20 / 1100 * 100vw); }
      #company-idea dl dt span {
        font-size: calc(20 / 1100 * 100vw);
        width: calc(150 / 1100 * 100vw);
        padding: calc(20/ 1100 * 100vw) 0; }
    #company-idea dl dd {
      padding-bottom: calc(20 / 1100 * 100vw);
      font-size: calc(20 / 1100 * 100vw); } }
@media screen and (min-width: 1101px) {
  #company-idea dl {
    border-bottom: 3px dashed #1e4485;
    margin-bottom: 30px; }
    #company-idea dl dt {
      padding-bottom: 20px; }
      #company-idea dl dt span {
        font-size: 20px;
        font-size: 2.0rem;
        width: 150px;
        padding: 20px 0; }
    #company-idea dl dd {
      padding-bottom: 20px;
      font-size: 20px;
      font-size: 2.0rem; } }
.company__outline {
  margin: 0 auto;
  width: 100%;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
  .company__outline th {
    position: relative;
    padding: 1em .5em;
    width: 26.66667vw;
    border-bottom: .8vw solid #1f4684;
    font-weight: 700;
    text-align: left;
    line-height: 1.8em;
    vertical-align: top; }
  .company__outline td {
    padding: 1em;
    width: calc(100% - 26.66667vw);
    border-bottom: .8vw solid #e8ecf3;
    line-height: 1.8em; }

@media screen and (min-width: 751px) {
  .company__outline th {
    padding: 1em 1.5em;
    width: 13.63636vw;
    border-bottom: .27273vw solid #1f4684; }
  .company__outline td {
    padding: 1em 1.5em;
    width: calc(100% - 13.63636vw);
    border-bottom: .27273vw solid #e8ecf3; } }
@media screen and (min-width: 1101px) {
  .company__outline th {
    width: 150px;
    border-bottom: 3px solid #1f4684; }
  .company__outline td {
    width: calc(100% - 150px);
    border-bottom: 3px solid #e8ecf3; } }
.company-access_right h4 {
  font-size: calc(40 / 750 * 100vw);
  font-weight: 700;
  padding-top: calc(30 / 750 * 100vw);
  padding-bottom: calc(30 / 750 * 100vw); }

@media screen and (min-width: 751px) {
  #company-access {
    display: flex;
    flex-wrap: wrap; }
    #company-access h3 {
      width: 100%; }

  .company-access_left {
    width: calc(580 / 1100 * 100vw); }

  .company-access_right {
    width: calc(420 / 1100 * 100vw);
    padding-left: calc(20 / 1100 * 100vw); }
    .company-access_right h4 {
      font-size: calc(20 / 1100 * 100vw);
      padding-top: calc(15 / 1100 * 100vw);
      padding-bottom: calc(15 / 1100 * 100vw); } }
@media screen and (min-width: 1101px) {
  .company-access_left {
    width: 580px; }

  .company-access_right {
    width: 420px;
    padding-left: 20px; }
    .company-access_right h4 {
      font-size: 20px;
      font-size: 2.0rem;
      padding-top: 15px;
      padding-bottom: 15px; } }
#company-map iframe {
  width: 100%;
  height: 100vw; }

@media screen and (min-width: 751px) {
  #company-map iframe {
    height: calc(380 / 1100 * 100vw); } }
@media screen and (min-width: 1101px) {
  #company-map iframe {
    height: 380px; } }
.sitemap__box {
  margin-bottom: calc(100 / 750 * 100vw); }

@media screen and (min-width: 751px) {
  .sitemap__container {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.75vw; }

  .sitemap__box {
    margin-left: 1.75vw;
    margin-bottom: calc(100 / 1100 * 100vw);
    width: calc(33.33333% - 1.75vw); } }
@media screen and (min-width: 1101px) {
  .sitemap__container {
    margin-left: -20px; }

  .sitemap__box {
    margin-left: 20px;
    margin-bottom: 50px;
    width: calc(33.33333% - 20px); } }
.sitemap__title {
  display: block;
  margin-bottom: 1em;
  padding: .8em 1em;
  background-color: #1f4684;
  color: #fff;
  font-size: calc(32 / 750 * 100vw);
  font-weight: 700;
  text-align: center; }

.sitemap a {
  position: relative;
  display: block;
  padding: .7em 0;
  font-size: calc(30 / 750 * 100vw);
  font-weight: 700; }
  .sitemap a:hover {
    opacity: 0.6; }
  .sitemap a:before {
    content: '▶︎';
    margin-right: .8em;
    color: #1f4684; }

@media screen and (min-width: 751px) {
  .sitemap__title {
    font-size: calc(18 / 1100 * 100vw); }

  .sitemap a {
    font-size: calc(15 / 1100 * 100vw); } }
@media screen and (min-width: 1101px) {
  .sitemap__title {
    font-size: 18px;
    font-size: 1.8rem; }

  .sitemap a {
    font-size: 15px;
    font-size: 1.5rem; } }
.policy__content {
  margin-bottom: 13.33333vw; }
  .policy__content a {
    text-decoration: underline; }
    .policy__content a:hover {
      color: #1f4684; }
  .policy__content strong {
    font-weight: 700; }
  .policy__content > p, .policy__content ul, .policy__content ol {
    padding: 0 .5em; }
  .policy__content p {
    margin-bottom: 1.5em;
    line-height: 1.8em; }
    .policy__content p:last-of-type {
      margin-bottom: 0; }
  .policy__content ol {
    margin-bottom: 3em;
    counter-reset: number 0; }
    .policy__content ol li {
      position: relative;
      margin-bottom: 1em;
      padding-left: 2em;
      line-height: 1.8em; }
      .policy__content ol li:before {
        position: absolute;
        top: 0;
        left: 0;
        counter-increment: number 1;
        content: "(" counter(number,decimal) ")"; }
  .policy__content:last-of-type {
    margin-bottom: 0; }

@media screen and (min-width: 751px) {
  .policy__content {
    margin-bottom: 4.54545vw; }
    .policy__content > p, .policy__content ul, .policy__content ol {
      padding: 0 1.5em; } }
@media screen and (min-width: 1101px) {
  .policy__content {
    margin-bottom: 50px; } }
.breadcrumb__container {
  position: relative;
  margin: 0 auto;
  width: 92vw; }

.breadcrumb {
  display: flex;
  align-items: center;
  padding: 1.5em 0; }
  .breadcrumb li {
    position: relative;
    font-size: 3.2vw;
    line-height: 1.4em;
    white-space: nowrap; }
    .breadcrumb li a {
      position: relative;
      font-weight: 700; }
    .breadcrumb li:after {
      margin: 0 1em;
      content: ' ＞'; }
    .breadcrumb li:last-child:after {
      margin-right: 0;
      content: none; }

@media screen and (min-width: 751px) {
  .breadcrumb__container {
    width: 90.90909vw; }

  .breadcrumb {
    margin: 0 auto;
    flex-wrap: wrap; }
    .breadcrumb li {
      font-size: 1.18182vw;
      white-space: wrap; } }
@media screen and (min-width: 1101px) {
  .breadcrumb__container {
    width: 1000px; }

  .breadcrumb li {
    font-size: 13px;
    font-size: 1.3rem; } }
@media screen and (max-width: 750px) {
  .breadcrumb {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch; } }
.pagecount__container {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .pagecount__container .pagecount {
    width: 10em;
    color: #1f4684;
    font-size: calc(28 / 750 * 100vw);
    font-weight: 700; }
  .pagecount__container .pagenation__container {
    width: calc(100% - 10em); }

@media screen and (min-width: 751px) {
  .pagecount__container .pagecount {
    font-size: 1.45455vw; } }
@media screen and (min-width: 1101px) {
  .pagecount__container .pagecount {
    font-size: 16px;
    font-size: 1.6rem; } }
.pagenation {
  width: 100%; }
  .pagenation ul {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    .pagenation ul li {
      margin-right: 2vw; }
      .pagenation ul li:last-child {
        margin-right: 0; }
      .pagenation ul li span, .pagenation ul li a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 10vw;
        height: 10vw;
        background-color: #ccc;
        border-radius: 0.5em;
        color: #333;
        font-family: brandon-grotesque,sans-serif;
        font-size: calc(28 / 750 * 100vw);
        font-weight: 700; }
      .pagenation ul li.is-active span, .pagenation ul li span:hover, .pagenation ul li a:hover {
        background-color: #1f4684;
        color: #fff; }

.pagenation__prev a:before {
  content: '◀︎';
  padding-top: .1em;
  padding-right: .1em; }

.pagenation__next a:before {
  content: '▶︎';
  padding-top: .1em;
  padding-left: .1em; }

@media screen and (min-width: 751px) {
  .pagenation ul li {
    margin-right: .90909vw; }
    .pagenation ul li span, .pagenation ul li a {
      width: 4.54545vw;
      height: 4.54545vw;
      font-size: 1.63636vw; } }
@media screen and (min-width: 1101px) {
  .pagenation ul li {
    margin-right: 10px; }
    .pagenation ul li span, .pagenation ul li a {
      width: 50px;
      height: 50px;
      font-size: 18px;
      font-size: 1.8rem; } }
.pagenavi {
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: 29.33333vw; }
  .pagenavi a {
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 13.33333vw;
    border: .53333vw solid #1f4684;
    border-radius: 2.5em;
    font-size: 4.26667vw;
    font-weight: 700; }

.pagenavi__prev, .pagenavi__next {
  position: absolute;
  bottom: 0;
  width: 37.33333vw; }

.pagenavi__prev {
  left: 0; }

.pagenavi__next {
  right: 0; }

.pagenavi__prev a, .pagenavi__next a {
  background-color: #fff;
  color: #1f4684; }

.pagenavi__prev a {
  padding-left: .5em; }

.pagenavi__next a {
  padding-right: .5em; }

.pagenavi__prev a:hover, .pagenavi__next a:hover {
  background-color: #1f4684;
  color: #fff; }

.pagenavi__prev a:before, .pagenavi__next a:before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 4.66667vw;
  height: 4.66667vw;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.pagenavi__prev a:before {
  left: 1em;
  background-image: url(../img/common/arrow_main_prev.png); }

.pagenavi__next a:before {
  right: 1em;
  background-image: url(../img/common/arrow_main.png); }

.pagenavi__prev a:hover::before {
  background-image: url(../img/common/arrow_base_prev.png); }

.pagenavi__next a:hover:before {
  background-image: url(../img/common/arrow_base.png); }

.pagenavi__back a {
  width: calc(500 / 750 * 100vw);
  background-color: #1f4684;
  color: #fff;
  text-align: center;
  transition: all .3s; }
  .pagenavi__back a:hover {
    background-color: #fff;
    color: #1f4684; }

@media screen and (min-width: 751px) {
  .pagenavi {
    justify-content: center;
    height: 4.54545vw; }
    .pagenavi a {
      height: 4.54545vw;
      border: .27273vw solid #1f4684;
      font-size: 1.63636vw; }

  .pagenavi__prev, .pagenavi__next {
    top: 0;
    width: 15.45455vw; }

  .pagenavi__prev a, .pagenavi__next a {
    font-size: 1.63636vw; }

  .pagenavi__prev a:before, .pagenavi__next a:before {
    width: 2.45455vw;
    height: 2.45455vw; }

  .pagenavi__back a {
    width: 32.72727vw; } }
@media screen and (min-width: 1101px) {
  .pagenavi {
    height: 50px; }
    .pagenavi a {
      height: 50px;
      border: 3px solid #1f4684;
      font-size: 18px;
      font-size: 1.8rem; }

  .pagenavi__prev, .pagenavi__next {
    width: 170px; }

  .pagenavi__prev a:before, .pagenavi__next a:before {
    width: 27px;
    height: 27px; }

  .pagenavi__back a {
    width: 360px; } }
#event-post .pagenavi__back {
  position: relative; }

.btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-weight: 700;
  text-align: center;
  transition: .3s; }

.btn__more {
  position: relative;
  display: inline-block;
  padding-right: calc(85 / 750 * 100vw);
  color: #1f4684;
  font-size: calc(34 / 750 * 100vw);
  font-weight: 700;
  text-align: center; }

.btn--arrow:after {
  content: '';
  position: absolute;
  top: 50%;
  right: .5em;
  display: inline-block;
  width: calc(60 / 750 * 100vw);
  height: calc(60 / 750 * 100vw);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.btn__more:after, .btn--base:after {
  background-image: url(../img/common/arrow_main.png?200523); }

.btn--main:after, .btn__more:hover::after, .btn--base:hover::after {
  background-image: url(../img/common/arrow_base.png?200523); }

.btn--main:hover::after {
  background-image: url(../img/common/arrow_main.png?200523); }

.btn--green:after {
  background-image: url(../img/common/arrow_green.png?200523); }

.btn--green:hover:after {
  background-image: url(../img/common/arrow_green02.png?200523); }

.btn--high {
  height: calc(140 / 750 * 100vw);
  border-radius: 2em;
  border: calc(6 / 750 * 100vw) solid #1f4684;
  font-size: calc(36 / 750 * 100vw); }

.btn--law {
  height: calc(90 / 750 * 100vw);
  border-radius: 2em;
  font-size: calc(30/ 750 * 100vw); }

.btn--full, .btn--440 {
  width: 100%; }

@media screen and (min-width: 751px) {
  .btn__more {
    padding-right: 3em;
    font-size: calc(16 / 1100 * 100vw); }
    .btn__more:after {
      right: 0 !important; }

  .btn--arrow:after {
    right: 1em;
    width: calc(30 / 1100 * 100vw);
    height: calc(30 / 1100 * 100vw); }

  .btn--high {
    height: calc(70 / 1100 * 100vw);
    border: calc(3 / 1100 * 100vw) solid #1f4684;
    font-size: calc(18 / 1100 * 100vw); }

  .btn--law {
    height: 4.09091vw;
    border-radius: 2em;
    border: .18182vw solid #1f4684;
    font-size: 1.36364vw; }

  .btn--440 {
    width: calc(440 / 1100 * 100vw); } }
@media screen and (min-width: 1101px) {
  .btn__more {
    font-size: 16px;
    font-size: 1.6rem; }

  .btn--arrow:after {
    width: 30px;
    height: 30px; }

  .btn--high {
    height: 70px;
    border: 3px solid #1f4684;
    font-size: 18px;
    font-size: 1.8rem; }

  .btn--law {
    height: 45px;
    border-radius: 2em;
    border: 2px solid #1f4684;
    font-size: 15px;
    font-size: 1.5rem; }

  .btn--440 {
    width: 440px; } }
.btn--base {
  background-color: #fff;
  color: #1f4684; }
  .btn--base:hover {
    background-color: #1f4684;
    color: #fff; }

.btn--main {
  background-color: #1f4684;
  color: #fff; }
  .btn--main:hover {
    background-color: #fff;
    color: #1f4684; }

.btn--green {
  background-color: #3d7440;
  border-color: #3d7440;
  height: calc(115 / 750 * 100vw); }
  .btn--green:hover {
    color: #3d7440;
    background-color: #fff; }

.btn--gray {
  border: calc(4 / 750 * 100vw) solid #626262;
  background-color: #626262;
  color: #fff; }

@media screen and (min-width: 751px) {
  .btn--gray {
    border: calc(2 / 1100 * 100vw) solid #626262; }

  .btn--green {
    height: calc(70 / 1100 * 100vw); } }
@media screen and (min-width: 1101px) {
  .btn--gray {
    border: 2px solid #626262; }

  .btn--green {
    height: 70px; } }
@media screen and (max-width: 750px) {
  .sekoF__container .btn--arrow:after {
    right: 0; } }
.form {
  width: 100%;
  letter-spacing: .1em; }
  .form tr {
    border-bottom: 1px solid #cccccc; }
    .form tr:last-child {
      border-bottom: none; }
  .form th {
    position: relative;
    padding: 1.1em 1em;
    padding-right: 1em;
    background-color: #f6f6f6;
    width: 250px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: left;
    vertical-align: top;
    line-height: 1.4em; }
  .form td {
    position: relative;
    padding: .5em 1em;
    vertical-align: middle;
    width: calc(100% - 250px); }
  .form input[type="text"], .form input[type="email"], .form input[type="tel"], .form input[type="date"] {
    padding: 1em .5em;
    background-color: #f7f7f7;
    border-radius: 0;
    width: 100%;
    color: #333;
    font-family: "Noto Sans JP",sans-serif;
    font-size: 14px;
    letter-spacing: .1em; }
  .form select {
    padding: 1em .5em;
    background-color: #f7f7f7;
    border-radius: 0;
    width: 100%;
    color: #333;
    font-family: "Noto Sans JP",sans-serif;
    font-size: 14px;
    letter-spacing: .1em; }
  .form .input__required {
    background-color: #fff1f7 !important; }
  .form select {
    width: 100%; }
  .form input[type="radio"], .form input[type="checkbox"] {
    margin-right: .3em; }
  .form textarea {
    padding: 1em .5em;
    width: 100%;
    height: 180px;
    background-color: #f7f7f7;
    border: 0;
    font-family: "Noto Sans JP",sans-serif;
    font-size: 14px;
    line-height: 1.8em; }

@media screen and (max-width: 1100px) {
  .form th {
    width: 25vw;
    font-size: 1.45455vw; }
  .form td {
    width: calc(100% - 25vw); }
  .form input[type="text"], .form input[type="email"], .form input[type="tel"], .form input[type="date"] {
    font-size: 1.27273vw; }
  .form select {
    font-size: 1.27273vw; }
  .form textarea {
    height: 23.1vw;
    font-size: 1.27273vw; } }
@media screen and (max-width: 750px) {
  .form {
    margin-left: -4vw;
    width: calc(100% + 8vw); }
    .form tr {
      border-bottom: none; }
    .form th {
      display: block;
      margin-bottom: 2.6vw;
      padding: .7em 1em;
      width: 100%;
      font-size: calc(32 / 750 * 100vw); }
    .form td {
      display: block;
      padding: 0 4vw 1em 4vw;
      width: 100%; }
    .form input[type="text"], .form input[type="email"], .form input[type="tel"], .form input[type="date"] {
      padding: 1em .5em;
      background-color: #eee;
      border: 0;
      border-radius: 0;
      width: 100%;
      color: #666;
      font-size: calc(30 / 750 * 100vw); }
    .form select {
      padding: 1em .5em;
      background-color: #eee;
      border: 0;
      border-radius: 0;
      width: 100%;
      color: #666;
      font-size: calc(30 / 750 * 100vw); }
    .form textarea {
      height: 50vw;
      font-size: calc(30 / 750 * 100vw); } }
.form__hosoku {
  text-indent: -1em;
  padding-left: 1em;
  margin-top: .5em;
  font-size: calc(28 / 750 * 100vw);
  line-height: 1.6em; }
  .form__hosoku:before {
    content: '※'; }

.form__hosoku__top {
  margin-top: 0; }

.form__hosoku--red {
  color: #e60012; }

@media screen and (min-width: 751px) {
  .form__hosoku {
    font-size: 1.18182vw; } }
@media screen and (min-width: 1101px) {
  .form__hosoku {
    font-size: 13px;
    font-size: 1.3rem; } }
.form__required {
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -1em;
  display: inline-block;
  padding: 0 .8em;
  background-color: #e60012;
  color: #fff;
  font-size: calc(24 / 750 * 100vw);
  text-align: center;
  line-height: 2em; }

.form__unrequired {
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -1em;
  display: inline-block;
  padding: 0 .8em;
  background-color: #d2d2d2;
  color: #fff;
  font-size: calc(24 / 750 * 100vw);
  text-align: center;
  line-height: 2em; }

@media screen and (min-width: 751px) {
  .form__required, .form__unrequired {
    top: 1.5em;
    right: 1em;
    margin-top: 0;
    font-size: calc(12 / 1100 * 100vw); } }
@media screen and (min-width: 1101px) {
  .form__required, .form__unrequired {
    font-size: 12px;
    font-size: 1.2rem; } }
.form__date {
  display: flex;
  align-items: flex-end; }
  .form__date li {
    margin-right: .3em; }
    .form__date li:last-child {
      margin-right: 0; }

.form__multi__sp__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .form__multi__sp__block div:last-child {
    margin-top: 5px; }
  .form__multi__sp__block li {
    margin-right: 5px; }
    .form__multi__sp__block li:last-child {
      margin-right: 0; }

.form__input--small {
  width: 4em; }

.form__input--middle {
  max-width: 100%; }

@media screen and (min-width: 751px) {
  .form__input--small {
    width: 5em; }

  .form__input--middle {
    width: 22vw !important; } }
@media screen and (min-width: 1101px) {
  .form__input--middle {
    width: 250px !important; } }
.form__select {
  position: relative;
  line-height: 1em; }
  .form__select:before {
    position: absolute;
    right: .5em;
    top: 50%;
    content: '▼';
    font-size: 0.6em;
    pointer-events: none;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1; }

input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder, input::-ms-input-placeholder, textarea::-ms-input-placeholder, input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #ccc; }

.wpcf7-list-item-label {
  font-size: calc(28 / 750 * 100vw);
  font-weight: 600; }

@media screen and (min-width: 751px) {
  .wpcf7-list-item-label {
    font-size: 1.27273vw; } }
@media screen and (min-width: 1101px) {
  .wpcf7-list-item-label {
    font-size: 14px;
    font-size: 1.4rem; } }
#book-type span.wpcf7-list-item {
  margin: 0 !important; }
#book-type .wpcf7-list-item-label {
  font-size: 3.46667vw;
  font-weight: 600; }

@media screen and (min-width: 751px) {
  #book-type .wpcf7-list-item-label {
    font-size: 1.63636vw; } }
@media screen and (min-width: 1101px) {
  #book-type .wpcf7-list-item-label {
    font-size: 18px;
    font-size: 1.8rem; } }
.form__checkbox__block span.wpcf7-list-item {
  display: block;
  margin-top: .5em;
  line-height: 1.8em; }
  .form__checkbox__block span.wpcf7-list-item:last-child {
    margin-bottom: .5em; }
.form__checkbox__block .wpcf7-checkbox label {
  display: inline-block; }

@media screen and (min-width: 751px) {
  .form__checkbox__block span.wpcf7-list-item {
    display: inline-block;
    margin-top: 0; }
    .form__checkbox__block span.wpcf7-list-item:last-child {
      margin-bottom: 0; } }
.wpcf7-checkbox label {
  line-height: 2.6em; }

.form__confirm, .form__back, .form__submit {
  position: relative;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  line-height: 1em; }

.form__btn__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  width: 100%; }

@media screen and (min-width: 751px) {
  .form__confirm {
    width: calc(320 / 1100 * 100vw); }

  .form__btn__container {
    width: calc(590 / 1100 * 100vw); } }
@media screen and (min-width: 1101px) {
  .form__confirm {
    width: 320px; }

  .form__btn__container {
    width: 590px; } }
.form__back {
  margin-right: 1em;
  width: calc(40% - 1em); }

.form__submit {
  width: calc(100% - 40% - 1em); }

.form__btn__submit {
  position: relative;
  display: block;
  padding: .7em 0;
  width: 100%;
  background-color: #1f4684;
  border: .8vw solid #1f4684;
  border-radius: 2.5em;
  color: #fff;
  font-family: "Noto Sans JP",sans-serif;
  font-size: calc(32 / 750 * 100vw);
  font-weight: 700;
  letter-spacing: .1em;
  transition: .3s; }
  .form__btn__submit:hover {
    background-color: #fff;
    color: #1f4684; }

.form__btn__back {
  position: relative;
  display: block;
  padding: .7em 0;
  color: #1f4684;
  border: .8vw solid #1f4684;
  border-radius: 2.5em;
  width: 100%;
  font-family: "Noto Sans JP",sans-serif;
  font-size: calc(32 / 750 * 100vw);
  font-weight: 700;
  letter-spacing: .1em; }
  .form__btn__back:hover {
    background-color: #1f4684;
    color: #fff; }

@media screen and (min-width: 751px) {
  .form__btn__submit {
    padding: .7em 0;
    font-size: calc(18 / 1100 * 100vw);
    border: .27273vw solid #1f4684; }

  .form__btn__back {
    padding: .7em 0;
    font-size: 18px;
    font-size: 1.6rem;
    border: .27273vw solid #1f4684; } }
@media screen and (min-width: 1101px) {
  .form__btn__submit, .form__btn__back {
    font-size: 18px;
    font-size: 1.8rem;
    border: 3px solid #1f4684; } }
div.wpcf7 .ajax-loader {
  display: none !important; }

.form__step__container {
  margin: calc(60 / 750 * 100vw) 0; }

.form__step {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .form__step > div {
    position: relative;
    padding: 1em .8em;
    width: calc(210 / 750 * 100vw);
    height: calc(170 / 750 * 100vw);
    background-color: #e8ecf3; }

.form__step1:after, .form__step2:after {
  content: '';
  position: absolute;
  top: 0;
  right: -2.4vw;
  border-left: 2.4vw solid #e8f6e9;
  border-top: calc(85 / 750 * 100vw) solid transparent;
  border-bottom: calc(85 / 750 * 100vw) solid transparent; }

.form__step__num {
  display: flex;
  align-items: center;
  margin-bottom: .5em;
  color: #1f4684;
  font-family: brandon-grotesque,sans-serif;
  font-size: calc(30 / 750 * 100vw);
  font-weight: 700; }
  .form__step__num span {
    margin-left: .2em;
    font-size: calc(36 / 750 * 100vw); }

.form__step__title {
  color: #1f4684;
  font-size: calc(28 / 750 * 100vw);
  font-weight: 700;
  line-height: 1.2em; }

@media screen and (min-width: 751px) {
  .form__step__container {
    margin: calc(45 / 1100 * 100vw) 0; }

  .form__step > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1em;
    width: calc(253 / 1100 * 100vw);
    height: calc(60 / 1100 * 100vw); }

  .form__step1:after, .form__step2:after {
    right: -1.81818vw;
    border-left: 1.81818vw solid #e8f6e9;
    border-top: calc(30 / 1100 * 100vw) solid transparent;
    border-bottom: calc(30 / 1100 * 100vw) solid transparent; }

  .form__step__num {
    margin-bottom: 0;
    font-size: calc(17 / 1100 * 100vw); }
    .form__step__num span {
      font-size: calc(26 / 1100 * 100vw); }

  .form__step__title {
    font-size: calc(18 / 1100 * 100vw);
    line-height: 1em; } }
@media screen and (min-width: 1101px) {
  .form__step__container {
    margin: 45px 0; }

  .form__step > div {
    /*width: 253px;*/
    width: calc(33.333% - 20px);
    height: 60px; }

  .form__step1:after, .form__step2:after {
    content: '';
    position: absolute;
    top: 0;
    right: -20px;
    border-left: 20px solid #e8ecf3;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent; }

  .form__step__num {
    font-size: 17px;
    font-size: 1.7rem; }
    .form__step__num span {
      font-size: 26px;
      font-size: 2.6rem; }

  .form__step__title {
    font-size: 18px;
    font-size: 1.8rem; } }
.wpcf7c-elm-step1 .form__step1 {
  background-color: #1f4684; }
  .wpcf7c-elm-step1 .form__step1:after {
    border-left: 2.4vw solid #1f4684; }
  .wpcf7c-elm-step1 .form__step1 .form__step__num, .wpcf7c-elm-step1 .form__step1 .form__step__title {
    color: #fff; }

.wpcf7c-elm-step2 .form__step2 {
  background-color: #1f4684; }
  .wpcf7c-elm-step2 .form__step2:after {
    border-left: 2.4vw solid #1f4684; }
  .wpcf7c-elm-step2 .form__step2 .form__step__num, .wpcf7c-elm-step2 .form__step2 .form__step__title {
    color: #fff; }

.wpcf7c-elm-step3 .form__step3 {
  background-color: #1f4684; }
  .wpcf7c-elm-step3 .form__step3 .form__step__num, .wpcf7c-elm-step3 .form__step3 .form__step__title {
    color: #fff; }

@media screen and (min-width: 751px) {
  .wpcf7c-elm-step1 .form__step1:after, .wpcf7c-elm-step2 .form__step2:after {
    border-left: 1.81818vw solid #1f4684; } }
@media screen and (min-width: 1101px) {
  .wpcf7c-elm-step1 .form__step1:after, .wpcf7c-elm-step2 .form__step2:after {
    border-left: 20px solid #1f4684; } }
.wpcf7-not-valid-tip {
  padding-top: .5em;
  font-size: 0.93em !important; }

.wpcf7-validation-errors {
  padding: 1em !important;
  border: 1px solid #1f4684 !important; }

.number {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }

#footer .number {
  padding: .7em 0 0;
  background-color: #fff; }

.number__num {
  color: #3d743f;
  font-family: brandon-grotesque,sans-serif;
  font-weight: 700; }

#header .number__icon {
  margin-right: calc(48 / 750 * 100vw);
  width: calc(66 / 750 * 100vw); }
#header .number__num {
  font-size: calc(48 / 750 * 100vw); }

#footer .number__icon {
  margin-right: calc(20 / 750 * 100vw);
  width: calc(66 / 750 * 100vw); }
#footer .number__num {
  font-size: calc(72 / 750 * 100vw); }

.contact__tel .number__icon {
  margin-right: calc(10 / 750 * 100vw);
  width: calc(54 / 750 * 100vw); }
.contact__tel .number__num {
  width: calc(512 / 750 * 100vw);
  font-size: calc(72 / 750 * 100vw); }
.contact__tel .contact__tel__time {
  width: 100%;
  font-size: calc(30 / 750 * 100vw);
  text-align: center;
  padding-bottom: calc(20 / 750 * 100vw);
  padding-top: calc(10 / 750 * 100vw); }

@media screen and (min-width: 751px) {
  #header .number__icon {
    margin-right: calc(10 / 1100 * 100vw);
    width: calc(26 / 1100 * 100vw); }
  #header .number__tel {
    width: calc(180 / 1100 * 100vw); }
  #header .number__num {
    font-size: calc(26 / 1100 * 100vw); }

  #footer .number__icon {
    margin-right: calc(10 / 1100 * 100vw);
    width: calc(26 / 1100 * 100vw); }
  #footer .number__num {
    font-size: calc(48 / 1100 * 100vw); }

  .contact__tel .number__icon {
    margin-right: calc(10 / 1100 * 100vw);
    width: calc(33 / 1100 * 100vw); }
  .contact__tel .number__num {
    width: calc(350 / 1100 * 100vw);
    font-size: calc(50 / 1100 * 100vw); }
  .contact__tel .contact__tel__time {
    font-size: calc(16 / 1100 * 100vw);
    padding-bottom: calc(25 / 1100 * 100vw);
    padding-top: calc(15 / 1100 * 100vw); } }
@media screen and (min-width: 1101px) {
  #header .number__icon {
    margin-right: 10px;
    width: 26px; }
  #header .number__tel {
    width: 180px; }
  #header .number__num {
    font-size: 26px;
    font-size: 2.6rem; }

  #footer .number__icon {
    margin-right: 10px;
    width: 33px; }
  #footer .number__num {
    font-size: 48px;
    font-size: 4.8rem; }

  .contact__tel .number__icon {
    margin-right: 10px;
    width: 38px; }
  .contact__tel .number__num {
    width: 355px;
    font-size: 50px;
    font-size: 5.0rem; }
  .contact__tel .contact__tel__time {
    font-size: 16px;
    font-size: 1.6rem;
    padding-bottom: 25px;
    padding-top: 15px; } }
@media all and (-ms-high-contrast: none) {
  #footer .number__tel {
    letter-spacing: .08em; } }
.contact__btn {
  position: relative;
  display: block;
  align-items: center;
  color: #fff;
  background-color: #1f4684;
  width: 100%; }
  .contact__btn:hover {
    background-color: #1f4684;
    color: #fff; }
  .contact__btn span {
    display: block;
    font-size: calc(30 / 750 * 100vw); }
    .contact__btn span:first-of-type {
      font-family: brandon-grotesque,sans-serif;
      font-weight: 700; }
    .contact__btn span:last-of-type {
      font-weight: 700;
      padding-top: calc(20 / 750 * 100vw); }

#header .contact__btn {
  width: 100%;
  height: calc(200 / 750 * 100vw); }

#footer .contact__btn {
  width: 100%;
  height: calc(160 / 750 * 100vw);
  background-image: url(../img/common/arrow_base.png);
  background-position: right calc(40 / 750 * 100vw) center;
  background-repeat: no-repeat;
  background-size: calc(60 / 750 * 100vw) auto; }
  #footer .contact__btn:hover {
    background-image: url(../img/common/arrow_main.png); }

.contact__btn > p {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

@media screen and (min-width: 751px) {
  .contact__btn > p > span {
    font-size: calc(15 / 1100 * 100vw); }

  .contact__btn span:last-of-type {
    padding-top: calc(10 / 1100 * 100vw); }

  #header .contact__btn {
    width: calc(200 / 1100 * 100vw);
    height: calc(80 / 1100 * 100vw); }

  #footer .contact__btn {
    height: calc(100 / 1100 * 100vw);
    background-position: right calc(15 / 1100 * 100vw) center;
    background-size: calc(30 / 1100 * 100vw) auto; } }
@media screen and (min-width: 1101px) {
  .contact__btn > p > span {
    font-size: 15px;
    font-size: 1.5rem; }

  .contact__btn span:last-of-type {
    padding-top: 10px; }

  #header .contact__btn {
    width: 200px;
    height: 80px; }

  #footer .contact__btn {
    height: 100px;
    background-position: right 15px center;
    background-size: 30px auto; } }
@media screen and (min-width: 1320px) {
  #header .contact__btn {
    height: 100px; } }
@media screen and (max-width: 750px) {
  #header .navi__btn {
    display: flex;
    justify-content: center;
    align-items: center; }
    #header .navi__btn > p {
      display: flex;
      justify-content: center;
      align-items: center; } }
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.img__scale {
  width: 100%;
  height: auto;
  overflow: hidden; }
  .img__scale img {
    width: 100%;
    transition-duration: 0.5s; }

.img__scale__hover, .eventA__container a:hover .img__scale img, .lineupA__container a:hover .img__scale img, .planA__container a:hover .img__scale img, .blogA__container a:hover .img__scale img, .img__scale img:hover {
  transform: scale(1.1, 1.1);
  cursor: pointer; }

.list li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.8em; }
  .list li:before {
    content: '※'; }

.list__dot li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.8em; }
  .list__dot li:before {
    content: '・'; }

.ggmap {
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding-top: 56.25%; }
  .ggmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }

.sec__migration {
  position: relative;
  padding: 10.66667vw 0 13.33333vw 0;
  background-image: url(../img/migration/bg_sp.jpg);
  background-size: cover; }

@media screen and (min-width: 751px) {
  .sec__migration {
    padding: 5.45455vw 0 4.54545vw 0;
    background-image: url(../img/migration/bg.jpg); } }
@media screen and (min-width: 1101px) {
  .sec__migration {
    padding: 60px 0 50px 0; } }
.migration__menu {
  margin-top: 8vw; }
  .migration__menu a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: calc(25 / 750 * 100vw);
    padding: 0 calc(105 / 750 * 100vw) 0 calc(30 / 750 * 100vw);
    height: calc(460 / 750 * 100vw);
    background-color: #fff;
    border-radius: .8em;
    border: solid;
    border-color: #1f4684;
    border-width: calc(6 / 750 * 100vw); }
    .migration__menu a:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: calc(90 / 750 * 100vw);
      height: 100%;
      border-radius: 0 .5em .5em 0;
      background-color: #1f4684;
      transition: .3s; }
    .migration__menu a:hover::before {
      background-color: #fff; }
    .migration__menu a:after {
      content: '';
      position: absolute;
      top: 50%;
      right: calc(15 / 750 * 100vw);
      display: inline-block;
      width: calc(60 / 750 * 100vw);
      height: calc(60 / 750 * 100vw);
      background-image: url(../img/common/arrow_base.png);
      background-size: contain;
      background-repeat: no-repeat;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      transition: .3s; }
    .migration__menu a:hover::after {
      background-image: url(../img/common/arrow_main.png); }
    .migration__menu a:last-of-type {
      margin-bottom: 0; }

.migration__menu__mark_wrap {
  width: 100%; }

.migration__menu__head_wrap {
  padding-top: calc(40 / 750 * 100vw);
  text-align: center; }

.migration__menu__mark {
  width: calc(160 / 750 * 100vw);
  margin: 0 auto; }

.migration__menu__head {
  padding: 0 .5em;
  font-size: calc(48 / 750 * 100vw);
  font-weight: 700; }

.migration__menu__subhead {
  color: #1f4684;
  font-family: brandon-grotesque,sans-serif;
  font-size: calc(30 / 750 * 100vw);
  font-weight: 700;
  padding-top: calc(40 / 750 * 100vw); }

@media screen and (min-width: 751px) {
  .migration__menu {
    display: flex;
    justify-content: space-between;
    margin-top: 5.45455vw;
    margin-left: auto;
    margin-right: auto;
    width: calc(1000 / 1100 * 100vw); }
    .migration__menu a {
      margin-bottom: calc(15 / 1100 * 100vw);
      padding: 0 calc(70 / 1100 * 100vw) 0 calc(10 / 1100 * 100vw);
      width: 29.09091vw;
      height: calc(150 / 1100 * 100vw);
      border-width: calc(3 / 1100 * 100vw); }
      .migration__menu a:before {
        width: calc(60 / 1100 * 100vw); }
      .migration__menu a:after {
        right: 1em;
        width: calc(30 / 1100 * 100vw);
        height: calc(30 / 1100 * 100vw); }

  .migration__menu__head_wrap {
    padding-top: calc(15 / 1100 * 100vw);
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap; }
    .migration__menu__head_wrap.none {
      padding-top: calc(10 / 1100 * 100vw); }

  .migration__menu__mark {
    width: calc(77 / 1100 * 100vw); }

  .migration__menu__head {
    font-size: calc(24 / 1100 * 100vw); }
    .migration__menu__head.small {
      font-size: calc(22 / 1100 * 100vw); }

  .migration__menu__subhead {
    font-size: calc(15 / 1100 * 100vw);
    padding-top: 0; }
    .migration__menu__subhead.none {
      width: 100%;
      padding-top: calc(10 / 1000 * 100vw); } }
@media screen and (min-width: 1101px) {
  .migration__menu {
    margin-top: 60px;
    width: 1000px; }
    .migration__menu a {
      margin-bottom: 15px;
      padding: 0 70px 0 10px;
      width: 320px;
      height: 150px;
      border-width: 3px; }
      .migration__menu a:before {
        width: 60px; }
      .migration__menu a:after {
        width: 30px;
        height: 30px; }

  .migration__menu__mark {
    width: 77px; }

  .migration__menu__head_wrap {
    padding-top: 15px; }
    .migration__menu__head_wrap.none {
      padding-top: 10px; }

  .migration__menu__head {
    font-size: 24px;
    font-size: 2.4rem; }
    .migration__menu__head.small {
      font-size: 22px;
      font-size: 2.2rem; }

  .migration__menu__subhead {
    font-size: 15px;
    font-size: 1.5rem; }
    .migration__menu__subhead.none {
      padding-top: 10px; } }
.editor {
  margin: 0 auto;
  width: 100%;
  font-family: "Noto Sans JP",sans-serif; }
  .editor h4 {
    position: relative;
    display: block;
    margin-bottom: .5em;
    padding: .3em 0;
    border-bottom: 1px solid #1f4684;
    font-size: calc(36 / 750 * 100vw);
    font-weight: 700;
    line-height: 1.4em; }
  .editor p {
    font-size: calc(30 / 750 * 100vw);
    line-height: 1.8em; }
  .editor a {
    font-weight: 700; }
    .editor a:hover {
      opacity: 0.7; }
  .editor strong {
    font-weight: 700; }
  .editor ul {
    margin: 1em 0 1.5em 0; }
    .editor ul li {
      margin-left: 1.5em;
      list-style-type: square;
      line-height: 2em; }
  .editor ol {
    margin: 1em 0 1.5em 0; }
    .editor ol li {
      margin-left: 2.5em;
      list-style-type: decimal-leading-zero;
      line-height: 2em; }
  .editor blockquote {
    margin: 1.5em 1em;
    padding: 1em;
    background-color: #f9f8f8;
    font-style: italic; }
  .editor img {
    margin: 1em 0;
    max-width: 100%;
    height: auto; }
  .editor .iframe-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden; }
    .editor .iframe-wrap iframe, .editor .iframe-wrap object, .editor .iframe-wrap embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

@media screen and (min-width: 751px) {
  .editor h4 {
    font-size: 1.63636vw; }
  .editor p {
    font-size: 1.36364vw; } }
@media screen and (min-width: 1101px) {
  .editor h4 {
    font-size: 18px;
    font-size: 1.8rem; }
  .editor p {
    font-size: 15px;
    font-size: 1.5rem; } }
.fcolor--main {
  color: #1f4684; }

.fcolor--base {
  color: #fff; }

.fcolor--thin {
  color: rgba(255, 255, 255, 0.5); }

.bold {
  font-weight: 700; }

.paragraph p {
  margin-bottom: 1.5em; }
  .paragraph p:last-child {
    margin-bottom: 0; }

.text {
  line-height: 1.8em; }

.text2 {
  min-height: calc(1.8em * 2); }

.text3, .text2_3, .text3 {
  min-height: calc(1.8em * 3); }

.ts20 {
  font-size: calc(40 / 750 * 100vw); }

@media screen and (min-width: 751px) {
  .text2_3 {
    min-height: calc(1.8em * 2); }

  .ts20 {
    font-size: calc(20 / 1100 * 100vw); } }
@media screen and (min-width: 1101px) {
  .ts20 {
    font-size: 20px;
    font-size: 2.0rem; } }
.mt05 {
  margin-top: calc(10 / 750 * 100vw); }

.mt10 {
  margin-top: calc(20 / 750 * 100vw); }

.mt15 {
  margin-top: calc(30 / 750 * 100vw); }

.mt20 {
  margin-top: calc(40 / 750 * 100vw); }

.mt25 {
  margin-top: calc(50 / 750 * 100vw); }

.mt30 {
  margin-top: calc(60 / 750 * 100vw); }

.mt35 {
  margin-top: calc(70 / 750 * 100vw); }

.mt40 {
  margin-top: calc(80 / 750 * 100vw); }

.mt45 {
  margin-top: calc(90 / 750 * 100vw); }

.mt50 {
  margin-top: calc(100 / 750 * 100vw); }

.mt60 {
  margin-top: calc(120 / 750 * 100vw); }

.mt70 {
  margin-top: calc(140 / 750 * 100vw); }

.mt80 {
  margin-top: calc(160 / 750 * 100vw); }

.mt90 {
  margin-top: calc(180 / 750 * 100vw); }

.mt100 {
  margin-top: calc(200 / 750 * 100vw); }

.mb05 {
  margin-bottom: calc(10 / 750 * 100vw); }

.mb10 {
  margin-bottom: calc(20 / 750 * 100vw); }

.mb15 {
  margin-bottom: calc(30 / 750 * 100vw); }

.mb20 {
  margin-bottom: calc(40 / 750 * 100vw); }

.mb25 {
  margin-bottom: calc(50 / 750 * 100vw); }

.mb30 {
  margin-bottom: calc(60 / 750 * 100vw); }

.mb35 {
  margin-bottom: calc(70 / 750 * 100vw); }

.mb40 {
  margin-bottom: calc(80 / 750 * 100vw); }

.mb45 {
  margin-bottom: calc(90 / 750 * 100vw); }

.mb50 {
  margin-bottom: calc(100 / 750 * 100vw); }

.mb60 {
  margin-bottom: calc(120 / 750 * 100vw); }

.mb65 {
  margin-bottom: calc(130 / 750 * 100vw); }

.mb70 {
  margin-bottom: calc(140 / 750 * 100vw); }

.mb75 {
  margin-bottom: calc(150 / 750 * 100vw); }

.mb80 {
  margin-bottom: calc(160 / 750 * 100vw); }

.mb85 {
  margin-bottom: calc(170 / 750 * 100vw); }

.mb90 {
  margin-bottom: calc(180 / 750 * 100vw); }

.mb100 {
  margin-bottom: calc(200 / 750 * 100vw); }

@media screen and (min-width: 751px) {
  .mt05 {
    margin-top: calc(05 / 1100 * 100vw); }

  .mt10 {
    margin-top: calc(10 / 1100 * 100vw); }

  .mt15 {
    margin-top: calc(15 / 1100 * 100vw); }

  .mt20 {
    margin-top: calc(20 / 1100 * 100vw); }

  .mt25 {
    margin-top: calc(25 / 1100 * 100vw); }

  .mt30 {
    margin-top: calc(30 / 1100 * 100vw); }

  .mt35 {
    margin-top: calc(35 / 1100 * 100vw); }

  .mt40 {
    margin-top: calc(40 / 1100 * 100vw); }

  .mt45 {
    margin-top: calc(45 / 1100 * 100vw); }

  .mt50 {
    margin-top: calc(50 / 1100 * 100vw); }

  .mt60 {
    margin-top: calc(60 / 1100 * 100vw); }

  .mt70 {
    margin-top: calc(70 / 1100 * 100vw); }

  .mt80 {
    margin-top: calc(80 / 1100 * 100vw); }

  .mt90 {
    margin-top: calc(90 / 1100 * 100vw); }

  .mt100 {
    margin-top: calc(100 / 1100 * 100vw); }

  .mb05 {
    margin-bottom: calc(05 / 1100 * 100vw); }

  .mb10 {
    margin-bottom: calc(10 / 1100 * 100vw); }

  .mb15 {
    margin-bottom: calc(15 / 1100 * 100vw); }

  .mb20 {
    margin-bottom: calc(20 / 1100 * 100vw); }

  .mb25 {
    margin-bottom: calc(25 / 1100 * 100vw); }

  .mb30 {
    margin-bottom: calc(30 / 1100 * 100vw); }

  .mb35 {
    margin-bottom: calc(35 / 1100 * 100vw); }

  .mb40 {
    margin-bottom: calc(40 / 1100 * 100vw); }

  .mb45 {
    margin-bottom: calc(45 / 1100 * 100vw); }

  .mb50 {
    margin-bottom: calc(50 / 1100 * 100vw); }

  .mb60 {
    margin-bottom: calc(60 / 1100 * 100vw); }

  .mb65 {
    margin-bottom: calc(65 / 1100 * 100vw); }

  .mb70 {
    margin-bottom: calc(70 / 1100 * 100vw); }

  .mb75 {
    margin-bottom: calc(75 / 1100 * 100vw); }

  .mb80 {
    margin-bottom: calc(80 / 1100 * 100vw); }

  .mb85 {
    margin-bottom: calc(85 / 1100 * 100vw); }

  .mb90 {
    margin-bottom: calc(90 / 1100 * 100vw); }

  .mb100 {
    margin-bottom: calc(100 / 1100 * 100vw); } }
@media screen and (min-width: 1101px) {
  .mt05 {
    margin-top: 5px; }

  .mt10 {
    margin-top: 10px; }

  .mt15 {
    margin-top: 15px; }

  .mt20 {
    margin-top: 20px; }

  .mt25 {
    margin-top: 25px; }

  .mt30 {
    margin-top: 30px; }

  .mt35 {
    margin-top: 35px; }

  .mt40 {
    margin-top: 40px; }

  .mt45 {
    margin-top: 45px; }

  .mt50 {
    margin-top: 50px; }

  .mt60 {
    margin-top: 60px; }

  .mt70 {
    margin-top: 70px; }

  .mt80 {
    margin-top: 80px; }

  .mt90 {
    margin-top: 90px; }

  .mt100 {
    margin-top: 100px; }

  .mb05 {
    margin-bottom: 5px; }

  .mb10 {
    margin-bottom: 10px; }

  .mb15 {
    margin-bottom: 15px; }

  .mb20 {
    margin-bottom: 20px; }

  .mb25 {
    margin-bottom: 25px; }

  .mb30 {
    margin-bottom: 30px; }

  .mb35 {
    margin-bottom: 35px; }

  .mb40 {
    margin-bottom: 40px; }

  .mb45 {
    margin-bottom: 45px; }

  .mb50 {
    margin-bottom: 50px; }

  .mb60 {
    margin-bottom: 60px; }

  .mb65 {
    margin-bottom: 65px; }

  .mb70 {
    margin-bottom: 70px; }

  .mb75 {
    margin-bottom: 75px; }

  .mb80 {
    margin-bottom: 80px; }

  .mb85 {
    margin-bottom: 85px; }

  .mb90 {
    margin-bottom: 90px; }

  .mb100 {
    margin-bottom: 100px; } }
.left {
  text-align: left; }

.right {
  text-align: right; }

.center {
  text-align: center; }

@media screen and (max-width: 750px) {
  .none__sp {
    display: none  !important; }

  .br__pc {
    display: inline; }

  .br__sp {
    display: block; } }
@media screen and (min-width: 751px) {
  .none__pc {
    display: none  !important; }

  .br__pc {
    display: block; }

  .br__sp {
    display: inline; } }
.img__maxfit {
  max-width: 100%;
  height: auto; }

.img__fit {
  width: 100%;
  max-width: 100%;
  height: auto; }

.size-auto, .size-full, .size-large, .size-medium, .size-thumbnail {
  max-width: 100%;
  height: auto; }

.ofi, .gallery__main img, .gallery__thumb img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;'; }

.ofi--hero {
  height: calc(1330 / 750 * 100vw);
  font-family: 'object-fit: cover;'; }

.gallery__main img {
  width: auto;
  height: calc(430 / 750 * 100vw); }

.gallery__thumb img {
  width: 100%;
  height: calc(90 / 750 * 100vw); }

.ofi--event {
  border-radius: .5em;
  height: calc(140 / 750 * 100vw); }

.ofi--eventA {
  height: calc(400 / 750 * 100vw); }

.ofi--eventD {
  height: calc(220 / 750 * 100vw); }

.ofi--plan {
  height: calc(505 / 750 * 100vw); }

.ofi--seko {
  height: calc(315 / 750 * 100vw); }

.ofi--blogA {
  height: 24vw; }

.ofi--lineupFm {
  width: 100%;
  height: calc(400 / 750 * 100vw); }

.ofi--lineupA {
  width: 100%;
  height: 53.33333vw;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: 'object-fit: contain;'; }

.ofi--lineupAm {
  width: 100%;
  height: 64.66667vw;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: 'object-fit: contain;'; }

.ofi--lineupSF, .ofi--planSF {
  height: 53.33333vw; }

.ofi--planFm {
  width: 100%;
  height: 37.33333vw;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: 'object-fit: contain;'; }

.ofi--planFmm {
  width: 100%;
  height: 37.33333vw; }

.ofi--planSm {
  width: 100%;
  height: 53.33333vw;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: 'object-fit: contain;'; }

.ofi--planSmm {
  width: 100%;
  height: 53.33333vw; }

.ofi--voice {
  width: 100%;
  height: calc(585 / 750 * 100vw); }

.ofi--staff {
  width: 100%;
  height: auto; }

.ofi--recruitS {
  width: 100%; }

.ofi--newsF {
  width: calc(400 / 750 * 100vw);
  height: calc(400 / 750 * 100vw);
  border-radius: calc(40 / 750 * 100vw); }

@media screen and (min-width: 751px) {
  .ofi--hero {
    height: calc(600 / 1100 * 100vw); }

  .gallery__main img {
    height: calc(530 / 1100 * 100vw); }

  .gallery__thumb img {
    height: calc(63 / 1100 * 100vw); }

  .ofi--event {
    height: calc(70 / 1100 * 100vw); }

  .ofi--eventA {
    height: calc(215 / 1100 * 100vw); }

  .ofi--eventD {
    height: calc(230 / 1100 * 100vw); }

  .ofi--plan {
    height: calc(220 / 1100 * 100vw); }

  .ofi--seko {
    height: calc(220 / 1100 * 100vw); }

  .ofi--blogA {
    height: calc(165 / 1100 * 100vw); }

  .ofi--lineupFm {
    height: calc(200 / 1100 * 100vw); }

  .ofi--lineupA {
    height: calc(215 / 1100 * 100vw); }

  .ofi--lineupAm {
    height: calc(390 / 1100 * 100vw); }

  .ofi--lineupSF, .ofi--planSF {
    height: calc(215 / 1100 * 100vw); }

  .ofi--planFm, .ofi--planFmm {
    height: calc(140 / 1100 * 100vw); }

  .ofi--planSm, .ofi--planSmm {
    height: calc(215 / 1100 * 100vw); }

  .ofi--voice {
    height: calc(295 / 1100 * 100vw); }

  .ofi--staff {
    height: calc(385 / 1100 * 100vw); }

  .ofi--recruitS {
    height: calc(240 / 1100 * 100vw); }

  .ofi--newsF {
    width: calc(100 / 1100 * 100vw);
    height: calc(100 / 1100 * 100vw);
    border-radius: calc(20 / 1100 * 100vw); } }
@media screen and (min-width: 1101px) {
  .ofi--hero {
    object-position: 50% 15%;
    font-family: 'object-fit: cover; object-position: 50% 15%;';
    height: 600px; }

  .gallery__main img {
    height: 430px; }

  .gallery__thumb img {
    height: 63px; }

  .ofi--event {
    height: 70px; }

  .ofi--eventA {
    height: 215px; }

  .ofi--eventD {
    height: 230px; }

  .ofi--plan {
    height: 220px; }

  .ofi--seko {
    height: 220px; }

  .ofi--blogA {
    height: 165px; }

  .ofi--lineupFm {
    height: 200px; }

  .ofi--lineupA {
    height: 215px; }

  .ofi--lineupAm {
    height: 390px; }

  .ofi--lineupSF, .ofi--planSF {
    height: 215px; }

  .ofi--planFm, .ofi--planFmm {
    height: 140px; }

  .ofi--planSm, .ofi--planSmm {
    height: 215px; }

  .ofi--voice {
    height: 295px; }

  .ofi--staff {
    height: 385px; }

  .ofi--recruitS {
    height: 240px; }

  .ofi--newsF {
    width: 100px;
    height: 100px;
    border-radius: 20px; } }
.dot_ttl {
  margin-top: 50px;
  margin-bottom: 25px;
  text-align: center; }
  .dot_ttl span {
    border-bottom: 1px dotted #595959;
    display: inline-block;
    font-size: 18px;
    font-size: 1.8rem;
    /*line-height:1.4;*/
    font-weight: bold;
    padding-bottom: 15px; }

@media screen and (min-width: 751px) {
  .dot_ttl {
    margin-top: 100px;
    margin-bottom: 50px; }
    .dot_ttl span {
      font-size: 26px;
      font-size: 2.6rem; } }
.job__cat__graduate {
  background-color: #ff9600;
  color: #fff; }

.job__cat__career {
  background-color: #207ef0;
  color: #fff; }

.job_info .job_info_top {
  color: #fff;
  padding: 0.8em;
  font-weight: 700; }
.job_info .job_info_btm {
  background-color: #e8f6e9;
  padding: 0.8em;
  font-weight: 700; }

.recruit-lead__inner .txt {
  padding-bottom: calc(40 / 750 * 100vw); }
  .recruit-lead__inner .txt h4 {
    font-weight: 700;
    font-size: calc(36 / 750 * 100vw);
    line-height: 1.4;
    padding: calc(36 / 750 * 100vw) 0; }

@media screen and (min-width: 751px) {
  .recruit-lead__inner {
    display: flex;
    flex-wrap: wrap; }
    .recruit-lead__inner .txt {
      width: 50%;
      padding-bottom: 0; }
      .recruit-lead__inner .txt h4 {
        font-size: calc(18 / 1100 * 100vw);
        padding: calc(18 / 1100 * 100vw) 0; }
    .recruit-lead__inner .photo {
      width: 45%;
      margin-left: auto; } }
@media screen and (min-width: 1101px) {
  .recruit-lead__inner .txt h4 {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 18px 0; } }
.recruit_pr__inner {
  margin-bottom: calc(60 / 750 * 100vw);
  display: flex;
  flex-wrap: wrap; }
  .recruit_pr__inner .recruit_pr__inner__txt {
    order: 2;
    width: 100%; }
  .recruit_pr__inner .recruit_pr__inner__img {
    order: 1;
    width: 100%; }
  .recruit_pr__inner h4 {
    font-weight: 700;
    font-size: calc(36 / 750 * 100vw);
    line-height: 1.4;
    padding: calc(36 / 750 * 100vw) 0; }

@media screen and (min-width: 751px) {
  #recruit-detail {
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(-20 / 1100 * 100vw); }
    #recruit-detail h3 {
      width: 100%;
      margin-left: calc(20 / 1100 * 100vw); }

  .recruit_pr__inner {
    margin-bottom: calc(40 / 1100 * 100vw);
    width: calc(33.333% - calc(20 / 1100 * 100vw));
    margin-left: calc(20 / 1100 * 100vw); }
    .recruit_pr__inner:first-of-type, .recruit_pr__inner:nth-of-type(2) {
      width: 100%; }
      .recruit_pr__inner:first-of-type .recruit_pr__inner__txt, .recruit_pr__inner:nth-of-type(2) .recruit_pr__inner__txt {
        order: 1;
        width: 70%;
        padding-right: calc(30 / 1100 * 100vw); }
      .recruit_pr__inner:first-of-type .recruit_pr__inner__img, .recruit_pr__inner:nth-of-type(2) .recruit_pr__inner__img {
        order: 2;
        width: 30%;
        padding-bottom: 0; }
    .recruit_pr__inner .recruit_pr__inner__txt {
      order: 2;
      width: 100%; }
    .recruit_pr__inner .recruit_pr__inner__img {
      order: 1;
      width: 100%;
      padding-bottom: calc(20 / 1100 * 100vw); }
    .recruit_pr__inner h4 {
      font-size: calc(18 / 1100 * 100vw);
      padding: 0 0 calc(18 / 1100 * 100vw); } }
@media screen and (min-width: 1101px) {
  #recruit-detail {
    margin-left: -20px; }
    #recruit-detail h3 {
      margin-left: 20px; }

  .recruit_pr__inner {
    margin-bottom: 40px;
    width: calc(33.333% - 20px);
    margin-left: 20px; }
    .recruit_pr__inner:first-of-type .recruit_pr__inner__txt, .recruit_pr__inner:nth-of-type(2) .recruit_pr__inner__txt {
      order: 1;
      width: 70%;
      padding-right: 30px; }
    .recruit_pr__inner:first-of-type .recruit_pr__inner__img, .recruit_pr__inner:nth-of-type(2) .recruit_pr__inner__img {
      order: 2;
      width: 30%; }
    .recruit_pr__inner .recruit_pr__inner__img {
      padding-bottom: 20px; }
    .recruit_pr__inner h4 {
      font-size: 18px;
      font-size: 1.8rem;
      padding: 0  0 18px; } }
.recruitS__table dt {
  padding: .7em 1em .7em 1em;
  width: 100%;
  background-color: #e8f6e9;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.6em; }
.recruitS__table dd {
  padding: 1em;
  width: 100%;
  font-size: 4vw;
  line-height: 1.6em; }

@media screen and (min-width: 751px) {
  .recruitS__table {
    display: flex;
    flex-wrap: wrap; }
    .recruitS__table dt {
      padding: 1.2em .7em;
      background: none;
      width: 21.36364vw;
      font-size: 1.36364vw; }
    .recruitS__table dd {
      align-self: stretch;
      padding: 1.2em .7em;
      width: calc(100% - 21.36364vw);
      font-size: 1.36364vw; }
    .recruitS__table dt:nth-of-type(even), .recruitS__table dd:nth-of-type(even) {
      background-color: #e8f6e9; } }
@media screen and (min-width: 1101px) {
  .recruitS__table dt {
    width: 235px;
    font-size: 15px;
    font-size: 1.5rem; }
  .recruitS__table dd {
    width: calc(100% - 235px);
    font-size: 15px;
    font-size: 1.5rem; } }
#recruit-gmap iframe {
  width: 100%;
  height: 100vw; }

@media screen and (min-width: 751px) {
  #recruit-gmap iframe {
    width: 100%;
    height: calc(380 / 1100 * 100vw); } }
@media screen and (min-width: 1101px) {
  #recruit-gmap iframe {
    height: 380px; } }
.recruit__cat__menu a {
  position: relative;
  display: block;
  font-size: calc(36 / 750 * 100vw);
  width: 100%;
  border: calc(8 /750 * 100vw) solid #f2f2f2;
  padding: 1em 0;
  text-align: center;
  margin-bottom: calc(40 / 750 * 100vw);
  color: #fff; }
  .recruit__cat__menu a.color-graduate {
    background-color: #ff9600; }
  .recruit__cat__menu a.color-career {
    background-color: #207ef0; }

@media screen and (min-width: 751px) {
  .recruit__cat__menu {
    margin-left: -1.36364vw;
    display: flex;
    flex-wrap: wrap; }
    .recruit__cat__menu a {
      font-size: calc(18 / 1100 * 100vw);
      border: calc(4 /1100 * 100vw) solid #f2f2f2;
      width: calc(50% - 1.36364vw);
      margin-left: 1.36364vw;
      margin-bottom: 0; } }
@media screen and (min-width: 1101px) {
  .recruit__cat__menu {
    margin-left: -15px; }
    .recruit__cat__menu a {
      font-size: 18px;
      font-size: 1.8rem;
      border: 4px solid #f2f2f2;
      margin-left: 15px;
      width: calc(50% - 15px); } }
.recruitA__container {
  display: flex;
  flex-wrap: wrap;
  margin: calc(120 / 750 * 100vw) 0 0 -1.06vw; }
  .recruitA__container a {
    position: relative;
    display: block;
    margin: 0 0 calc(50 / 750 * 100vw) 1.06vw;
    border: calc(2 / 750 * 100vw) solid #f2f2f2;
    width: calc(50% - 1.06vw);
    background-color: #fff; }
    .recruitA__container a .recruitA_tbl {
      display: flex;
      flex-wrap: wrap; }
      .recruitA__container a .recruitA_tbl dt {
        width: 5em;
        padding: 0.8em 0.5em;
        background-color: #1f4684;
        color: #fff;
        border-bottom: 1px solid #f2f2f2; }
      .recruitA__container a .recruitA_tbl dd {
        width: calc(100% - 5em);
        padding: 0.8em 0.5em;
        border-bottom: 1px solid #f2f2f2; }

@media screen and (min-width: 751px) {
  .recruitA__container {
    margin: calc(60 / 1100 * 100vw) 0 0 -1.36vw; }
    .recruitA__container a {
      margin: 0 0 calc(30 / 1100 * 100vw) 1.36vw;
      width: calc(33.33333% - 1.36vw);
      border: calc(1 / 1100 * 100vw) solid #f2f2f2; } }
@media screen and (min-width: 1101px) {
  .recruitA__container {
    margin: 60px 0 0 -15px; }
    .recruitA__container a {
      margin: 0 0 30px 15px;
      width: calc(33.333% - 15px);
      border: 1px solid #f2f2f2; } }
.voiceA__container {
  width: calc(620 / 750 * 100vw);
  margin: 0 auto;
  padding-top: calc(100 / 750 * 100vw); }
  .voiceA__container a {
    position: relative;
    display: block;
    background-color: #fff;
    margin-bottom: calc(60 / 750 * 100vw); }
    .voiceA__container a h3 {
      background-color: #1f4684;
      color: #fff;
      padding: calc(15 / 750 * 100vw) calc(40 / 750 * 100vw);
      font-weight: 700;
      font-size: calc(36 / 750 * 100vw); }
    .voiceA__container a .voice__content {
      padding: calc(20 / 750 * 100vw) calc(20 / 750 * 100vw) calc(20 / 750 * 100vw); }

.voiceA__image {
  padding: calc(20 / 750 * 100vw) 0 calc(30 / 750 * 100vw); }

@media screen and (min-width: 751px) {
  .voiceA__container {
    display: flex;
    flex-wrap: wrap;
    padding-top: calc(50 / 1100 * 100vw);
    width: 100%;
    margin: 0 0 0 -2.727vw; }
    .voiceA__container a {
      margin-bottom: calc(40 / 1100 * 100vw);
      width: calc(33.333% - 2.727vw);
      margin-left: 2.727vw; }
      .voiceA__container a h3 {
        padding: calc(8 / 1100 * 100vw) calc(20 / 1100 * 100vw);
        font-size: calc(18 / 1100 * 100vw); }
      .voiceA__container a .voice__content {
        padding: calc(15 / 1100 * 100vw) calc(15 / 750 * 100vw) calc(15 / 1100 * 100vw); }

  .voiceA__image {
    padding: calc(10 / 1100 * 100vw) 0 calc(20 / 1100 * 100vw); } }
@media screen and (min-width: 1101px) {
  .voiceA__container {
    padding-top: 50px;
    margin: 0 0 0 -30px; }
    .voiceA__container a {
      margin-bottom: 40px;
      width: calc(33.333% - 30px);
      margin-left: 30px; }
      .voiceA__container a h3 {
        padding: 8px 20px;
        font-size: 18px;
        font-size: 1.8rem; }
      .voiceA__container a .voice__content {
        padding: 15px 15px 15px; }

  .voiceA__image {
    padding: 10px 0 20px; } }
.voice_popup {
  background-color: #fff;
  width: 90%;
  margin: 0 auto;
  position: relative; }
  .voice_popup h3 {
    background-color: #1f4684;
    color: #fff;
    padding: calc(15 / 750 * 100vw) calc(40 / 750 * 100vw);
    font-weight: 700;
    font-size: calc(36 / 750 * 100vw); }
  .voice_popup .text {
    padding: calc(25 / 750 * 100vw) calc(40 / 750 * 100vw) calc(60 / 750 * 100vw); }
  .voice_popup .mfp-close {
    display: none !important; }
  .voice_popup .popup-modal-dismiss {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    font-size: calc(40 / 750 * 100vw);
    font-weight: 700; }

@media screen and (min-width: 751px) {
  .voice_popup {
    width: calc(600 / 1100 * 100vw); }
    .voice_popup h3 {
      padding: calc(8 / 1100 * 100vw) calc(20 / 1100 * 100vw);
      font-size: calc(18 / 1100 * 100vw); }
    .voice_popup .text {
      padding: calc(15 / 1100 * 100vw) calc(20 / 750 * 100vw) calc(30 / 1100 * 100vw); }
    .voice_popup .popup-modal-dismiss {
      font-size: calc(20 / 1100 * 100vw); } }
@media screen and (min-width: 1101px) {
  .voice_popup {
    width: 600px; }
    .voice_popup h3 {
      padding: 8px 20px;
      font-size: 18px;
      font-size: 1.8rem; }
    .voice_popup .text {
      padding: 15px 20px 30px; }
    .voice_popup .popup-modal-dismiss {
      font-size: 20px;
      font-size: 2.0rem; } }
#contact__lead .left p {
  padding-bottom: 1.5em; }
#contact__lead .right {
  width: 60%;
  margin: 0 auto; }
  #contact__lead .right figure {
    position: relative; }
    #contact__lead .right figure figcaption {
      position: absolute;
      bottom: calc(20 / 1100 * 100vw);
      background-color: rgba(0, 0, 0, 0.8);
      color: #fff;
      padding: calc(20 / 1100 * 100vw);
      text-align: right;
      width: 100%; }
      #contact__lead .right figure figcaption span {
        font-size: calc(24 / 750 * 100vw); }

.contact__tel {
  background-color: #fff;
  border: calc(6 / 750 * 100vw) solid #1f4684; }
  .contact__tel .contact__tel_ttl {
    text-align: center;
    font-weight: 700;
    font-size: calc(36 / 750 * 100vw);
    padding: calc(28 / 750 * 100vw) 0; }

@media screen and (min-width: 751px) {
  #contact__lead {
    display: flex;
    flex-wrap: wrap; }
    #contact__lead .left {
      width: 70%; }
    #contact__lead .right {
      width: 30%; }
      #contact__lead .right figure figcaption {
        bottom: calc(10 / 1100 * 100vw);
        padding: calc(10 / 1100 * 100vw); }
        #contact__lead .right figure figcaption span {
          font-size: calc(14 / 1100 * 100vw); }

  .contact__tel {
    border: calc(3 / 1100 * 100vw) solid #1f4684;
    width: 80%;
    margin-left: auto;
    margin-right: auto; }
    .contact__tel .contact__tel_ttl {
      font-size: calc(20 / 1100 * 100vw);
      padding: calc(14 / 1100 * 100vw) 0; } }
@media screen and (min-width: 1101px) {
  #contact__lead .right figure figcaption {
    bottom: 10px;
    padding: 10px; }
    #contact__lead .right figure figcaption span {
      font-size: 16px;
      font-size: 1.6rem; }

  .contact__tel {
    border: 3px solid #1f4684; }
    .contact__tel .contact__tel_ttl {
      font-size: 20px;
      font-size: 2.0rem;
      padding: 14px 0; } }
.support--block--in .support--block--in--right {
  padding-top: calc(40 / 750 * 100vw); }
  .support--block--in .support--block--in--right a p {
    padding-top: calc(20 / 750 * 100vw);
    text-align: right;
    text-decoration: underline; }

@media screen and (min-width: 751px) {
  .support--block--in {
    display: flex;
    flex-wrap: wrap; }
    .support--block--in .support--block--in--left {
      width: 60%;
      padding-right: calc(30 / 1100 * 100vw); }
      .support--block--in .support--block--in--left p {
        padding-bottom: 1em; }
        .support--block--in .support--block--in--left p:last-of-type {
          padding-bottom: 0; }
    .support--block--in .support--block--in--right {
      width: 40%;
      padding-top: 0; }
      .support--block--in .support--block--in--right a p {
        padding-top: calc(10 / 1100 * 100vw); } }
@media screen and (min-width: 1101px) {
  .support--block--in .support--block--in--left {
    padding-right: 30px; }
  .support--block--in .support--block--in--right a p {
    padding-top: 10px; } }
.recommend__block__left {
  padding-bottom: calc(40 / 750 * 100vw); }

#recommend__block02 ul {
  padding-top: calc(40 / 750 * 100vw); }
  #recommend__block02 ul li {
    padding-bottom: calc(40 / 750 * 100vw); }
#recommend__block02 .youtube {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
  margin-top: calc(40 / 750 * 100vw); }
  #recommend__block02 .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

@media screen and (min-width: 751px) {
  .recommend__block {
    display: flex;
    flex-wrap: wrap; }

  .recommend__block__left {
    width: 47%;
    padding-bottom: 0; }

  .recommend__block__right {
    width: 53%;
    padding-left: calc(30 / 1100 * 100vw); }
    .recommend__block__right .btn_wrap {
      padding-top: calc(60 / 1100 * 100vw); }

  #recommend__block02 ul {
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: calc(40 / 1100 * 100vw) 0; }
    #recommend__block02 ul li {
      width: calc(50% - calc(10 / 1100 * 100vw));
      padding-bottom: 0; }
  #recommend__block02 .youtube {
    margin-top: calc(40 / 1100 * 100vw); } }
@media screen and (min-width: 1101px) {
  .recommend__block__right {
    padding-left: 30px; }
    .recommend__block__right .btn_wrap {
      padding-top: 60px; }

  #recommend__block02 ul {
    padding: 40px 0; }
    #recommend__block02 ul li {
      width: calc(50% - 10px); }
  #recommend__block02 .youtube {
    margin-top: 40px; } }
.lineup_ttl {
  text-align: center;
  line-height: 1.4;
  font-weight: 700;
  font-size: calc(40 / 750 * 100vw); }
  .lineup_ttl span {
    background: linear-gradient(transparent 60%, #FCFC00 60%); }

.lineup__block__left {
  padding-bottom: calc(40 / 750 * 100vw); }
  .lineup__block__left figure {
    position: relative;
    border: calc(6 / 750 * 100vw) solid #e5e5e5;
    border-radius: calc(30 / 750 * 100vw); }
    .lineup__block__left figure figcaption {
      position: absolute;
      left: 0;
      bottom: 0;
      padding: calc(40 / 750 * 100vw) 0;
      text-align: center;
      font-size: calc(48 / 750 * 100vw);
      font-weight: bold;
      line-height: 1;
      border-radius: 0 0 calc(18 / 750 * 100vw) calc(18 / 750 * 100vw);
      width: 100%;
      background-color: #1e4485;
      color: #fff; }

@media screen and (min-width: 751px) {
  .lineup_ttl {
    font-size: calc(31 / 1100 * 100vw); }

  .lineup__block {
    display: flex;
    flex-wrap: wrap; }

  .lineup__block__left {
    width: 40%;
    padding-bottom: 0; }
    .lineup__block__left figure {
      border: calc(3 / 1100 * 100vw) solid #e5e5e5;
      border-radius: calc(20 / 1100 * 100vw); }
      .lineup__block__left figure figcaption {
        padding: calc(15 / 1100 * 100vw) 0;
        font-size: calc(24 / 1100 * 100vw);
        border-radius: 0 0 calc(9 / 1100 * 100vw) calc(9 / 1100 * 100vw); }

  .lineup__block__right {
    width: 60%;
    padding-left: calc(30 / 1100 * 100vw); }
    .lineup__block__right .btn_wrap {
      padding-top: calc(60 / 1100 * 100vw); } }
@media screen and (min-width: 1101px) {
  .lineup_ttl {
    font-size: 31px;
    font-size: 3.1rem; }

  .lineup__block__left figure {
    border: 3px solid #e5e5e5;
    border-radius: 15px; }
    .lineup__block__left figure figcaption {
      padding: 20px 0;
      font-size: 24px;
      font-size: 2.4rem;
      border-radius: 0 0 9px 9px; }

  .lineup__block__right {
    padding-left: 30px; }
    .lineup__block__right .btn_wrap {
      padding-top: 60px; } }
.insurance_ttl {
  position: relative;
  background-color: #1e4485;
  color: #fff;
  font-weight: 700;
  font-size: calc(48 / 750 * 100vw);
  padding: calc(40 / 750 * 100vw) 0 calc(40 / 750 * 100vw) calc(60 / 750 * 100vw);
  margin-bottom: calc(40 / 750 * 100vw); }

#insurance-block01 .insurance_ttl {
  padding-left: calc(170 / 750 * 100vw); }
  #insurance-block01 .insurance_ttl i {
    position: absolute;
    left: calc(0 / 750 * 100vw);
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%); }
    #insurance-block01 .insurance_ttl i img {
      width: calc(160 / 750 * 100vw); }

#insurance-sub-block01 ul li {
  padding-bottom: calc(30 / 750 * 100vw); }

@media screen and (min-width: 751px) {
  .insurance_ttl {
    font-size: calc(30 / 1100 * 100vw);
    padding: calc(20 / 1100 * 100vw) 0 calc(20 / 1100 * 100vw) calc(30 / 1100 * 100vw);
    margin-bottom: calc(20 / 1100 * 100vw); }

  #insurance-block01 .insurance_ttl {
    padding-left: calc(170 / 1100 * 100vw);
    margin-bottom: calc(60 / 1100 * 100vw);
    margin-top: calc(80 / 1100 * 100vw); }
    #insurance-block01 .insurance_ttl i {
      left: calc(0 / 1100 * 100vw); }
      #insurance-block01 .insurance_ttl i img {
        width: calc(140 / 1100 * 100vw); }

  #insurance-sub-block01 ul {
    display: flex;
    width: 90%;
    margin: 0 auto; }
    #insurance-sub-block01 ul li {
      padding-bottom: 0; }

  .pic03_wrap {
    width: calc(330 / 1100 * 100vw); } }
@media screen and (min-width: 1101px) {
  .insurance_ttl {
    font-size: 30px;
    font-size: 3.0rem;
    padding: 20px 0 20px 30px;
    margin-bottom: 20px; }

  #insurance-block01 .insurance_ttl {
    padding-left: 170px;
    margin-bottom: 60px;
    margin-top: 80px; }
    #insurance-block01 .insurance_ttl i img {
      width: 140px; }

  #insurance-sub-block01 ul {
    display: flex; }
    #insurance-sub-block01 ul li {
      padding-bottom: 0; }

  .pic03_wrap {
    width: 330px; } }
