@charset "UTF-8";

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

body {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #4D4D4D;
  line-height: 1.2;
  background: #ffffff;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #4D4D4D;
  line-height: 1.2;
  background: #ffffff;
}

@font-face {
  font-family: "mplusbold";
  src: url("../fonts/mplus-2p-bold.ttf");
  font-weight: bold;
  font-display: swap;
}

.c-container {
  max-width: 1100px;
  margin: 0 auto;
  display: block;
  padding: 0 30px;
}

@media only screen and (min-width: 768px) {
  .c-container {
    padding: 0 15px;
  }
}

@media only screen and (min-width: 992px) {
  .c-container {
    max-width: 1100px;
    padding: 0 15px;
  }
}

@media only screen and (min-width: 1200px) {
  .c-container {
    max-width: 1100px;
    padding: 0;
  }
}

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

.c-heading-primary {
  font-size: 25px;
  line-height: 1.7;
  text-align: center;
  font-weight: 600;
  color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media only screen and (min-width: 768px) {
  .c-heading-primary {
    font-size: 36px;
  }
}

.c-heading-secondary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-heading-secondary--top {
  font-size: 25px;
  font-weight: bold;
  color: #004091;
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding-bottom: 10px;
  margin-bottom: 15px;
  position: relative;
}

.c-heading-secondary--top::after {
  position: absolute;
  content: '';
  background-color: #004091;
  width: 72px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}

@media only screen and (min-width: 768px) {
  .c-heading-secondary--top::after {
    width: 104px;
  }
}

@media only screen and (min-width: 768px) {
  .c-heading-secondary--top {
    font-size: 30px;
  }
}

@media only screen and (min-width: 992px) {
  .c-heading-secondary--top {
    font-size: 36px;
  }
}

.c-heading-secondary--btm {
  font-size: 14px;
  font-size: 400;
  color: #898989;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Arial, sans-serif;
}
@media only screen and (min-width: 992px) {
  .c-heading-secondary--btm.lg {
    font-size: 24px;
  }
}

.c-heading-tertiary {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media only screen and (min-width: 768px) {
  .c-heading-tertiary {
    font-size: 30px;
  }
}

@media only screen and (min-width: 992px) {
  .c-heading-tertiary {
    font-size: 36px;
  }
}

.c-heading-tertiary--m {
  margin-bottom: 30px;
}

.c-btn-wrapper {
  text-align: center;
}

.c-btn-primary {
  font-size: 14px;
  color: #ffffff;
  width: 200px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #004091;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Arial, sans-serif;
  border-radius: 60px;
  margin: 0 auto 50px;
  -webkit-box-shadow: 0 2px 1px 1px rgba(62, 62, 62, 0.5);
  box-shadow: 0 2px 1px 1px rgba(62, 62, 62, 0.5);
  z-index: 1;
  position: relative;
}

@media only screen and (min-width: 576px) {
  .c-btn-primary {
    font-size: 20px;
    width: 300px;
    height: 60px;
  }
}

@media only screen and (min-width: 768px) {
  .c-btn-primary {
    font-size: 24px;
    width: 320px;
    height: 60px;
    margin: 0 auto 25px;
  }
}

@media only screen and (min-width: 992px) {
  .c-btn-primary {
    margin: 0 auto 50px;
  }
}

.c-btn-primary:hover {
  opacity: 0.9;
}

.c-header__text img {
  max-width: 220px;
}

@media only screen and (min-width: 768px) {
  .c-header__text img {
    max-width: 300px;
  }
}

.c-nav {
  background-color: #004091;
}

.c-nav__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px 40px;
  background-color: #fff;
}

@media only screen and (min-width: 992px) {
  .c-nav__ul {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: #004091;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
  }
}

.c-nav__link {
  height: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  color: #ffffff;
  background-color: #082345;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 15px;
  -webkit-box-shadow: 2px 4px 2px 0 rgba(39, 56, 79, 0.9);
  box-shadow: 2px 4px 2px 0 rgba(39, 56, 79, 0.9);
}

@media only screen and (min-width: 768px) {
  .c-nav__link {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 992px) {
  .c-nav__link {
    width: 168px;
    font-size: 14px;
    margin-bottom: 0;
    margin-left: 5px;
    margin-right: 5px;
  }
}

@media only screen and (min-width: 1200px) {
  .c-nav__link {
    width: 169px;
    font-size: 14px;
  }
}

.c-nav__link:hover {
  background-color: #ffffff;
  color: #004091;
}

.c-navigation {
  position: relative;
  background-color: #004091;
}

.c-navigation .c-container {
  padding: 0 15px;
}

.nav {
  position: absolute;
  top: 100%;
  left: 0;
  background: #ffffff;
  width: 0%;
  width: 0;
  height: 100vh;
  height: 400%;
  /* need to be delete later */
  overflow: hidden;
  z-index: 999;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.nav.is-opened {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  overflow: visible;
}

@media only screen and (min-width: 992px) {
  .nav {
    margin: 0 auto;
    position: static;
    max-height: 100%;
    width: 100%;
    padding: 0;
  }
}

.c-nav-icon {
  background-color: #004091;
}

@media only screen and (min-width: 992px) {
  .c-nav-icon {
    display: none;
  }
}

.nav-icon {
  width: 28px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 0;
  margin-left: auto;
}

.nav-icon:before,
.nav-icon:after,
.nav-icon>span {
  content: "";
  display: block;
  background-color: #ffffff;
  display: block;
  height: 4px;
  margin: 2px 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.nav-icon.is-opened:before {
  -webkit-transform: translateY(8px) rotate(135deg);
  -ms-transform: translateY(8px) rotate(135deg);
  transform: translateY(8px) rotate(135deg);
}

.nav-icon.is-opened:after {
  -webkit-transform: translateY(-8px) rotate(-135deg);
  -ms-transform: translateY(-8px) rotate(-135deg);
  transform: translateY(-8px) rotate(-135deg);
}

.nav-icon.is-opened>span {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.c-header {
  background-color: #004091;
  height: 100%;
}

.c-header .c-container {
  width: 100%;
}

.c-header__tag {
  font-size: 12px;
  font-family: "mplusbold";
  text-align: left;
  line-height: 1.7;
  color: #ffffff;
  padding: 10px 0;
}

@media only screen and (min-width: 768px) {
  .c-header__tag {
    font-size: 24px;
  }
}

.c-hero__img img {
  display: block;
  margin: 0 auto;
}

.c-news {
  padding: 20px 0 25px;
}

@media only screen and (min-width: 768px) {
  .c-news {
    padding: 60px 0 30px;
  }
}

@media only screen and (min-width: 992px) {
  .c-news {
    padding: 84px 0 48px;
  }
}

.c-news__wrapper {
  margin-top: 30px;
}

.c-news__title {
  text-align: center;
}

.c-news__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  border: 1px solid #888989;
  color: #4D4D4D;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (min-width: 768px) {
  .c-news__content {
    padding: 20px 10px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (min-width: 992px) {
  .c-news__content {
    padding: 27px 28px;
  }
}

.c-news__content:hover .c-news__date span {
  color: #004091;
  text-decoration: underline;
}

.c-news__content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-news__cat {
  font-size: 11px;
  line-height: 1.7;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  min-width: 55px;
  height: 20px;
  padding: 5px;
  border-radius: 20px;
  background-color: #004091;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
  margin-top: 5px;
}

@media only screen and (min-width: 576px) {
  .c-news__cat {
    width: 88px;
    font-size: 12px;
  }
}

@media only screen and (min-width: 768px) {
  .c-news__cat {
    height: 23px;
    font-size: 12px;
    min-width: 75px;
    margin-right: 15px;
    margin-top: 0;
  }
}

@media only screen and (min-width: 992px) {
  .c-news__cat {
    font-size: 14px;
    min-width: 88px;
    margin-right: 20px;
  }
}

.c-news__cat--red {
  background-color: #f73939;
}

.c-news__cat--gray {
  background-color: #727171;
}

.c-news__cat--green {
  background-color: #20a45c;
}

.c-news__date {
  font-size: 12px;
  line-height: 1.7;
  font-weight: 600;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Arial, sans-serif;
}

@media only screen and (min-width: 768px) {
  .c-news__date {
    font-size: 12px;
  }
}

@media only screen and (min-width: 992px) {
  .c-news__date {
    font-size: 14px;
  }
}

.c-news__date span {
  margin-left: 8px;
}

.c-news__desc {
  font-size: 12px;
  line-height: 1.7;
  font-weight: 600;
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .c-news__desc {
    font-size: 12px;
    margin-top: 0;
  }
}

@media only screen and (min-width: 992px) {
  .c-news__desc {
    font-size: 14px;
  }
}

.c-team {
  margin: 50px 0 0;
}

@media only screen and (min-width: 768px) {
  .c-team {
    margin: 70px 0 0;
  }
}

@media only screen and (min-width: 992px) {
  .c-team {
    margin: 95px 0 0;
  }
}

.c-team__box {
  padding: 0;
}

.c-team__title {
  text-align: center;
}

.c-team__wrapper {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .c-team__wrapper {
    margin-top: 40px;
  }
}

.c-team__desc {
  font-size: 12px;
  line-height: 1.875;
  font-weight: 400;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Arial, sans-serif;
  text-align: center;
  color: #4d4d4d;
  margin-bottom: 22px;
}

@media only screen and (min-width: 576px) {
  .c-team__desc {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) {
  .c-team__desc {
    font-size: 18px;
    margin-bottom: 40px;
    letter-spacing: 0.05em;
  }
}

@media only screen and (min-width: 992px) {
  .c-team__desc {
    font-size: 21px;
  }
}

@media only screen and (min-width: 1200px) {
  .c-team__desc {
    font-size: 21px;
  }
}

.c-team__req {
  font-size: 12px;
  text-align: center;
  line-height: 2.4;
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media only screen and (min-width: 768px) {
  .c-team__req {
    font-size: 16px;
  }
}

.c-member {
  margin-top: 0px;
}

@media only screen and (min-width: 576px) {
  .c-member {
    margin-top: 50px;
  }
}

@media only screen and (min-width: 992px) {
  .c-member {
    margin-top: 75px;
  }
}

.c-member__title {
  text-align: center;
}

.c-member__wrapper {
  margin-top: 50px;
}

.c-member__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -12px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-member__row>div,
.c-member__row>a {
  padding: 0 12px;
}

@media only screen and (min-width: 768px) {
  .c-member__row {
    margin: 0 -15px;
  }

  .c-member__row>div,
  .c-member__row>a {
    padding: 0 15px;
  }
}

@media only screen and (min-width: 992px) {
  .c-member__row {
    margin: 0 -24px;
  }

  .c-member__row>div,
  .c-member__row>a {
    padding: 0 24px;
  }
}

.c-member__col {
  max-width: 50%;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .c-member__col {
    max-width: 25%;
    margin-bottom: 50px;
  }
}

.c-member__fig {
  position: relative;
  cursor: pointer;
}

.c-member__caption {
  position: absolute;
  bottom: -3px;
  left: 55%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}

@media only screen and (min-width: 576px) {
  .c-member__caption {
    bottom: -3px;
  }
}

.c-member__caption--pos {
  left: 53%;
}

@media only screen and (min-width: 576px) {
  .c-member__caption--pos {
    left: 50%;
  }
}

.c-member__no {
  font-size: 26px;
  font-family: 'Lato', sans-serif;
  color: #FFF100;
  margin-right: 8px;
}

@media only screen and (min-width: 576px) {
  .c-member__no {
    font-size: 45px;
  }
}

@media only screen and (min-width: 768px) {
  .c-member__no {
    font-size: 30px;
  }
}

@media only screen and (min-width: 992px) {
  .c-member__no {
    font-size: 45px;
  }
}

@media only screen and (min-width: 1200px) {
  .c-member__no {
    font-size: 50px;
  }
}

@media only screen and (min-width: 768px) {
  .c-member__no--mr {
    margin-right: 27px;
  }
}

.c-member__name {
  font-size: 15px;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.7;
  color: #ffffff;
}

@media only screen and (min-width: 576px) {
  .c-member__name {
    font-size: 25px;
  }
}

@media only screen and (min-width: 768px) {
  .c-member__name {
    font-size: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .c-member__name {
    font-size: 25px;
  }
}

@media only screen and (min-width: 1200px) {
  .c-member__name {
    font-size: 30px;
  }
}

.c-manager {
  margin-top: 50px;
}

@media only screen and (min-width: 768px) {
  .c-manager {
    margin-top: 100px;
  }
}

@media only screen and (min-width: 992px) {
  .c-manager {
    margin-top: 147px;
  }
}

.c-manager__title {
  text-align: center;
}

.c-manager__wrapper {
  margin-top: 15px;
}

@media only screen and (min-width: 768px) {
  .c-manager__wrapper {
    margin-top: 50px;
  }
}

.c-manager__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .c-manager__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 -15px;
  }

  .c-manager__row>div {
    padding: 0 15px;
  }
}

@media only screen and (min-width: 992px) {
  .c-manager__row {
    margin: 0 -24px;
  }

  .c-manager__row>div {
    padding: 0 24px;
  }
}

.c-manager__row-sm {
  margin-top: 25px;
}

@media only screen and (min-width: 768px) {
  .c-manager__row-sm {
    margin-top: 55px;
  }
}

@media only screen and (min-width: 768px) {
  .c-manager__col--sm {
    max-width: 33.50%;
  }
}

.c-manager__col--lg {
  margin-top: 30px;
}

@media only screen and (min-width: 576px) {
  .c-manager__col--lg {
    max-width: 80%;
    margin: 30px auto 0;
  }
}

@media only screen and (min-width: 768px) {
  .c-manager__col--lg {
    margin-top: 0;
    max-width: 67.50%;
  }
}

.c-manager__fig img {
  margin: 0 auto;
}

.c-manager__sub-title {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.8;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Arial, sans-serif;
  text-align: left;
  color: #4d4d4d;
}

@media only screen and (min-width: 576px) {
  .c-manager__sub-title {
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) {
  .c-manager__sub-title {
    font-size: 18px;
  }
}

@media only screen and (min-width: 992px) {
  .c-manager__sub-title {
    font-size: 22px;
  }
}

@media only screen and (min-width: 1200px) {
  .c-manager__sub-title {
    font-size: 24px;
  }
}

.c-manager__desc {
  font-size: 12px;
  line-height: 1.8;
  font-weight: 400;
  color: #4D4D4D;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Arial, sans-serif;
}

@media only screen and (min-width: 576px) {
  .c-manager__desc {
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) {
  .c-manager__desc {
    font-size: 18px;
  }
}

@media only screen and (min-width: 992px) {
  .c-manager__desc {
    font-size: 22px;
  }
}

@media only screen and (min-width: 1200px) {
  .c-manager__desc {
    font-size: 24px;
  }
}

.c-manager__desc--pl {
  padding-left: 48px;
}

@media only screen and (min-width: 576px) {
  .c-manager__desc--pl {
    padding-left: 64px;
  }
}

@media only screen and (min-width: 768px) {
  .c-manager__desc--pl {
    padding-left: 72px;
  }
}

@media only screen and (min-width: 992px) {
  .c-manager__desc--pl {
    padding-left: 90px;
  }
}

@media only screen and (min-width: 1200px) {
  .c-manager__desc--pl {
    padding-left: 96px;
  }
}

.c-manager__name {
  font-size: 12px;
  line-height: 1.8;
  font-weight: 700;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Arial, sans-serif;
  margin-top: 12px;
}

@media only screen and (min-width: 576px) {
  .c-manager__name {
    font-size: 20px;
    margin-top: 15px;
  }
}

@media only screen and (min-width: 768px) {
  .c-manager__name {
    font-size: 18px;
  }
}

@media only screen and (min-width: 992px) {
  .c-manager__name {
    font-size: 22px;
    margin-top: 22px;
  }
}

@media only screen and (min-width: 1200px) {
  .c-manager__name {
    font-size: 24px;
  }
}

.c-manager__name span {
  font-weight: 400;
}

.c-manager__name span em {
  display: block;
  letter-spacing: -1.3px;
}

@media only screen and (min-width: 768px) {
  .c-manager__name span em {
    letter-spacing: -3.4px;
  }
}

.c-btns {
  margin-top: 10px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .c-btns {
    margin-top: 0;
    margin-bottom: 60px;
  }
}

@media only screen and (min-width: 1200px) {
  .c-btns {
    margin-top: 20px;
  }
}

.c-btns__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 -20px;
}

@media only screen and (min-width: 768px) {
  .c-btns__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.c-btns__row>div {
  padding: 0 20px;
}

.c-btns__row-sm {
  margin-top: 40px;
}

.c-btns__col {
  width: 100%;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .c-btns__col {
    max-width: 33.33%;
  }
}

.c-btns .c-btn-primary {
  margin-top: 15px;
  margin-bottom: 45px;
  width: 80%;
}

@media only screen and (min-width: 768px) {
  .c-btns .c-btn-primary {
    font-size: 15px;
    margin-top: 30px;
    width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  .c-btns .c-btn-primary {
    font-size: 22px;
  }
}

@media only screen and (min-width: 1200px) {
  .c-btns .c-btn-primary {
    width: 340px;
    font-size: 24px;
  }
}

.c-modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-modal__content {
  background-color: transparent;
  position: relative;
}

.c-modal__dialog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .c-modal__dialog {
    max-width: 600px;
  }
}

@media only screen and (min-width: 1200px) {
  .c-modal__dialog {
    max-width: 630px;
  }
}

.c-modal__header {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 0;
  padding: 0;
}

.c-modal__header button {
  border: none;
  cursor: pointer;
  position: absolute;
  top: -35px;
  right: 12px;
  background: transparent;
  cursor: pointer;
  z-index: 99999;
}

@media only screen and (min-width: 768px) {
  .c-modal__header button {
    top: -30px;
    right: 5px;
  }
}

.c-modal__box {
  border: 4px solid #ffffff;
  width: 335px;
  background-image: url(./../img/table-bg.jpg);
  background-position: center;
  background-size: cover;
  background-color: #004091;
}

@media only screen and (min-width: 576px) {
  .c-modal__box {
    width: 490px;
  }
}

@media only screen and (min-width: 768px) {
  .c-modal__box {
    width: 650px;
  }
}

.c-modal__title {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Arial, sans-serif;
  color: #ffffff;
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .c-modal__title {
    padding: 0 20px;
  }
}

.c-modal__title--lg {
  font-size: 15px;
  font-weight: 700;
}

@media only screen and (min-width: 576px) {
  .c-modal__title--lg {
    font-size: 25px;
  }
}

@media only screen and (min-width: 768px) {
  .c-modal__title--lg {
    font-size: 30px;
  }
}

.c-modal__title--md {
  font-size: 12px;
  font-weight: 400;
}

@media only screen and (min-width: 576px) {
  .c-modal__title--md {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .c-modal__title--md {
    font-size: 25px;
  }
}

.c-modal__title--sm {
  font-size: 12px;
  font-weight: 600;
  margin-left: 35px;
}

@media only screen and (min-width: 576px) {
  .c-modal__title--sm {
    font-size: 19px;
  }
}

@media only screen and (min-width: 768px) {
  .c-modal__title--sm {
    font-size: 24px;
  }
}

.c-modal__title--bg {
  font-size: 12px;
  font-weight: 400;
  color: #004091;
  background-color: #2EA7E0;
  padding: 10px;
  display: inline-block;
  max-width: 41px;
  width: 100%;
}

@media only screen and (min-width: 576px) {
  .c-modal__title--bg {
    font-size: 19px;
    padding: 21px 10px;
    max-width: 39px;
  }
}

@media only screen and (min-width: 768px) {
  .c-modal__title--bg {
    padding: 21px 19px;
    font-size: 24px;
    max-width: 76px;
  }
}

.c-modal__table {
  width: 100%;
}

.c-modal__table th {
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Arial, sans-serif;
  background-color: #2EA7E0;
  color: #004091;
  width: 32%;
  padding: 20px 10px;
  border: 1px solid #ffffff;
}

@media only screen and (min-width: 576px) {
  .c-modal__table th {
    font-size: 19px;
  }
}

@media only screen and (min-width: 768px) {
  .c-modal__table th {
    font-size: 24px;
    padding: 20px;
  }
}

.c-modal__table td {
  font-size: 12px;
  font-weight: 700;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Arial, sans-serif;
  color: #ffffff;
  padding: 20px 10px;
  width: 68%;
  border: 1px solid #ffffff;
}

@media only screen and (min-width: 576px) {
  .c-modal__table td {
    font-size: 19px;
  }
}

@media only screen and (min-width: 768px) {
  .c-modal__table td {
    font-size: 24px;
    padding: 20px;
  }
}

.pc-only {
  display: none;
}

@media only screen and (min-width: 768px) {
  .pc-only {
    display: block;
  }
}

.lg-only {
  display: block;
}

@media only screen and (min-width: 992px) {
  .lg-only {
    display: none;
  }
}

.sp-only {
  display: block;
}

@media only screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

.btn-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: #333;
}

.btn-phone__time {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .btn-phone__time {
    font-size: 12px;
  }
}

@media only screen and (min-width: 992px) {
  .btn-phone__time {
    font-size: 14px;
  }
}

.btn-phone__top {
  font-size: 28px;
  font-weight: 700;
  color: #333;
  line-height: 1.2;
  font-family: "Arial";
}

@media only screen and (min-width: 768px) {
  .btn-phone__top {
    font-size: 22px;
  }
}

@media only screen and (min-width: 992px) {
  .btn-phone__top {
    font-size: 30px;
  }
}

.btn-phone img {
  width: 28px;
  margin-right: 10px;
}

@media only screen and (min-width: 768px) {
  .btn-phone img {
    width: 18px;
    margin-right: 5px;
  }
}

@media only screen and (min-width: 992px) {
  .btn-phone img {
    width: 22px;
    margin-right: 5px;
  }
}

.btn-mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ff7424;
  background: -webkit-gradient(linear, left top, left bottom, from(#F7A023), to(#FF7424));
  background: -webkit-linear-gradient(top, #F7A023, #FF7424);
  background: linear-gradient(to bottom, #F7A023, #FF7424);
  padding: 15px 10px;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 0px 1px rgba(51, 51, 51, 0.5);
  box-shadow: 1px 1px 0px 1px rgba(51, 51, 51, 0.5);
  text-decoration: none;
  color: #ffffff;
  margin-left: 15px;
}

@media only screen and (min-width: 576px) {
  .btn-mail {
    padding: 15px 10px;
  }
}

@media only screen and (min-width: 768px) {
  .btn-mail {
    padding: 12px 10px;
    margin-left: 10px;
  }
}

@media only screen and (min-width: 992px) {
  .btn-mail {
    padding: 15px 10px;
    margin-left: 15px;
  }
}

.btn-mail__text-top {
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  line-height: 1.4;
}

@media only screen and (min-width: 768px) {
  .btn-mail__text-top {
    font-size: 14px;
  }
}

@media only screen and (min-width: 992px) {
  .btn-mail__text-top {
    font-size: 16px;
  }
}

.btn-mail__text-btm {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.4;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .btn-mail__text-btm {
    font-size: 13px;
  }
}

@media only screen and (min-width: 992px) {
  .btn-mail__text-btm {
    font-size: 13px;
  }
}

.btn-mail:hover {
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  .btn-mail:hover {
    background: rgba(255, 116, 36, 0.8);
  }
}

.btn-mail img {
  width: 20px;
  margin-right: 8px;
}

@media only screen and (min-width: 768px) {
  .btn-mail img {
    width: 26px;
    margin-right: 5px;
  }
}

@media only screen and (min-width: 992px) {
  .btn-mail img {
    width: 43px;
    margin-right: 8px;
  }
}

.consultation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  color: #004091;
  text-align: center;
  padding: 10px 7px 8px;
  font-weight: bold;
  border-radius: 10px;
  border: 1px solid #004091;
  line-height: 1;
  position: relative;
  margin-right: 20px;
}

@media only screen and (min-width: 768px) {
  .consultation {
    margin-right: 20px;
    padding: 10px 7px 8px;
  }
}

@media only screen and (min-width: 992px) {
  .consultation {
    margin-right: 20px;
    padding: 10px 7px 8px;
  }
}

.consultation:before,
.consultation:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-left: 7px solid #ffffff;
  border-bottom: 7px solid transparent;
  z-index: 4;
}

@media only screen and (min-width: 992px) {

  .consultation:before,
  .consultation:after {
    border-top: 8px solid transparent;
    border-left: 8px solid #ffffff;
    border-bottom: 8px solid transparent;
  }
}

.consultation:after {
  left: -webkit-calc(100% - 1px);
  left: calc(100% - 1px);
  z-index: 4;
}

.consultation:before {
  left: -webkit-calc(100% + 0.8px);
  left: calc(100% + 0.8px);
  border-left-color: #004091;
}

.consultation__text-big {
  font-size: 25px;
  margin-top: 5px;
}

@media only screen and (min-width: 768px) {
  .consultation__text-big {
    font-size: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .consultation__text-big {
    font-size: 27px;
  }
}

.consultation__text-small {
  font-size: 17px;
}

@media only screen and (min-width: 768px) {
  .consultation__text-small {
    font-size: 14px;
  }
}

@media only screen and (min-width: 992px) {
  .consultation__text-small {
    font-size: 17px;
  }
}

.bottom-nav {
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  border-top: 1px solid #ffffff;
}

@media only screen and (min-width: 576px) {
  .bottom-nav {
    display: none !important;
  }
}

.scroll-to-top {
  position: fixed;
  bottom: 75px;
  right: 15px;
  background: #ff7424;
  height: 40px;
  width: 40px;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  -webkit-transition: all .35s;
  transition: all .35s;
}

@media only screen and (min-width: 768px) {
  .scroll-to-top:hover {
    background: rgba(255, 116, 36, 0.8);
  }
}

@media only screen and (min-width: 768px) {
  .scroll-to-top {
    height: 50px;
    width: 50px;
    right: 50px;
    bottom: 25px;
  }
}

.scroll-to-top img {
  height: 10px;
  width: 20px;
}

@media only screen and (min-width: 768px) {
  .scroll-to-top img {
    height: 12px;
    width: 24px;
  }
}

.scroll-show {
  bottom: 80px;
}

@media only screen and (min-width: 768px) {
  .scroll-show {
    height: 50px;
    width: 50px;
    right: 50px;
    bottom: 330px;
  }
}

button,
hr,
input {
  overflow: visible;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

progress,
sub,
sup {
  vertical-align: baseline;
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

h1 {
  font-size: 2em;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
}

abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
select {
  text-transform: none;
}

[type="submit"],
[type="reset"],
button,
html [type="button"] {
  -webkit-appearance: button;
}

[type="submit"]::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="submit"]:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

.c-header__link,
body {
  position: relative;
  color: #4d4d4d;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

.c-header__text--jp,
body {
  font-family: "Helvetica Neue", Helvetica, "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Arial, sans-serif;
}

summary {
  display: list-item;
}

[hidden],
template {
  display: none;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
:after,
:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

*,
blockquote,
body,
dd,
dl,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
legend,
ol,
p,
pre,
ul {
  margin: 0;
  padding: 0;
}

li>ol,
li>ul {
  margin-bottom: 0;
}

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

fieldset {
  min-width: 0;
  border: 0;
}

body {
  margin: 0;
  font-size: 16px;
  overflow-x: hidden;
  font-weight: 600;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.c-header {
  width: 100%;
}

.c-header__link {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
  text-decoration: none;
  background-color: #c1c1c1;
}

.c-header__link--active {
  background-color: #eee;
}

.c-header__link--active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-top: 3px solid #004091;
}

.c-header__text {
  margin-left: 10px;
}

.c-header__text--jp {
  font-size: 11px;
  font-weight: 600;
  line-height: 17.6px !important;
}

.c-header__text--en {
  font-size: 20px;
  font-weight: 600;
}

.c-header__text span {
  font-size: 18px;
  font-family: "Helvetica Neue", Helvetica, "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Arial, sans-serif;
  font-weight: 600;
}

@media only screen and (max-width: 640px) {
  header {
    height: 56px;
  }

  .c-header__text--en {
    font-size: 11px;
  }

  .c-header__text--en span {
    font-size: 11px;
    display: block;
  }

  .c-header__text--jp {
    display: none;
  }
}

.footer {
  width: 100%;
  position: relative;
  padding: 44px 0 47px 0;
  background-color: #262626;
  text-align: center;
}

.footer ul li {
  list-style: none;
  display: inline-block;
}

.footer ul li a {
  padding: 0 12px;
  color: #FFF;
}

.footer ul li a:hover {
  opacity: 0.5;
}

.footer__menu--one li a {
  font-size: 14px;
}

.footer__menu--two {
  margin: 19px 0 0 0;
}

.footer__menu--two li a {
  font-size: 11px;
}

.footer__copyright {
  margin: 46px 0 0 0;
  color: #a6a6a6;
  font-size: 11px;
  font-family: "Brutal Regular", Helvetica, sans-serif;
  font-weight: 300;
}

.footer__social {
  margin: 25px 0 9px 0;
  font-size: 13px;
}

.footer__social--text {
  margin-top: 5px;
  text-transform: uppercase;
  color: #FFF;
  font-family: "Brutal Regular", Helvetica, sans-serif;
  font-weight: 300;
}

.footer__social--icon {
  margin: 0 0 0 12px;
}

.footer__social--icon a {
  width: 30px;
  height: 30px;
  margin: 0 10px 0 0;
  float: left;
  vertical-align: top;
  text-indent: -9999px;
  border: 1px solid #FFF;
  border-radius: 30px;
}

.footer__social--icon a:last-child {
  margin: 0;
}

.footer__social--icon a.twitter {
  background: url(./../img/ftr_twitter.svg?0705) no-repeat 7px 7px;
}

.footer__social--icon a.facebook {
  background: url(./../img/ftr_face.svg) no-repeat 10px 7px;
}

.footer__social--icon a.line {
  background: url(./../img/ftr_line.svg) no-repeat 6px 6px;
}

.footer__social--icon a.youtube {
  background: url(./../img/ftr_youtube.svg) no-repeat 6px 8px;
}

.footer__social--icon a.instagram {
  background: url(./../img/ftr_instagram.svg) no-repeat 6px 6px;
}

.footer__social p {
  display: inline-block;
  vertical-align: middle;
}

.c-teaser__container,
.c-teaser__wrapper {
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.c-teaser {
  position: relative;
}

.c-teaser__wrapper {
  max-width: 1024px;
}

.c-teaser__container {
  max-width: 840px;
  padding: 0 20px;
}

.c-teaser__banner {
  background: url(../images/img-banner.jpg) center bottom no-repeat padding-box;
  background-size: cover;
  height: 430px;
}

.c-teaser__social {
  position: absolute;
  right: 20px;
  top: 20px;
}

.c-teaser__social--link+.c-teaser__social--link {
  margin-left: 10px;
}

.c-teaser__content {
  position: relative;
  width: 100%;
  height: 270px;
  background-color: #004091;
}

.c-teaser__inside {
  margin: 0 -20px;
}

.c-teaser__inside--img {
  position: absolute;
  top: -144%;
  left: -86px;
}

.c-teaser__inside--img img {
  height: 685px;
}

.c-teaser__inside--right {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-teaser__inside--text {
  color: #fff;
  line-height: 60px;
  font-size: 45px;
  margin-bottom: 19px;
}

.c-teaser__inside-store {
  font-size: 0;
}

.c-teaser__link {
  display: inline-block;
  font-size: 0;
}

.c-teaser__link+.c-teaser__link {
  margin-left: 15px;
}

.c-teaser__link img {
  width: 100%;
}

.c-teaser__link--appstore {
  width: 170px;
}

.c-teaser__link--googleplay {
  width: 207px;
}

@media only screen and (max-width: 840px) and (min-width: 641px) {
  .c-teaser__container {
    max-width: 641px;
    padding: 0;
  }

  .c-teaser__inside--img {
    width: 408px;
    top: -85%;
    left: -27px;
  }

  .c-teaser__inside--img img {
    height: 494px;
  }

  .c-teaser__inside--right {
    right: 17px;
  }

  .c-teaser__inside--text {
    line-height: 52px;
    font-size: 32px;
  }

  .c-teaser__link--appstore {
    width: 130px;
  }

  .c-teaser__link--googleplay {
    width: 159px;
  }
}

/*! FOR SP ------------------*/
@media only screen and (max-width: 640px) {
  .c-teaser__content {
    height: 250px;
  }

  .c-teaser__banner {
    background: url(../images/img-banner@320.jpg) center bottom no-repeat padding-box;
    background-size: cover;
    height: 405px;
  }

  .c-teaser__social {
    right: 15px;
  }

  .c-teaser__inside--img {
    text-align: center;
    width: 100%;
    position: absolute;
    top: -112%;
    left: 0;
  }

  .c-teaser__inside--img img {
    height: 320px;
  }

  .c-teaser__inside--text {
    text-align: left;
    font-size: 28px;
    max-width: 283px;
    line-height: 42px;
    margin: 0 auto 20px;
  }

  .c-teaser__inside--right {
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    transform: translateY(-40%);
    top: 54%;
    left: 0;
  }

  .c-teaser__link--appstore {
    width: 122px;
  }

  .c-teaser__link--googleplay {
    width: 148px;
  }
}

.c-app-info {
  margin-top: 50px;
}

.c-app-info--hasBg {
  background-color: #f3f3f3;
  padding-top: 15px;
  padding-bottom: 45px;
}

.c-app-info__wrapper {
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
  overflow: hidden;
}

.c-app-info__container {
  position: relative;
  max-width: 841px;
  margin: 0 auto;
}

.c-app-info__content {
  position: absolute;
  top: 22px;
  left: 21px;
  width: 400px;
  z-index: 1;
}

.c-app-info__content--number {
  font-family: "Brutal Regular", Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 600;
  color: #004091;
  display: inline-block;
}

.c-app-info__content--number::after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 4px solid #004091;
}

.c-app-info__content--title {
  margin: 13px 0 10px;
}

.c-app-info__content--title h2 {
  line-height: 50.4px !important;
  font-size: 36px;
  font-weight: 600;
}

.c-app-info__content--lead {
  line-height: 28.8px !important;
  color: #4d4d4d;
  font-weight: 500;
}

.c-app-info__content--note {
  font-size: 11px;
  color: #a6a6a6;
  font-weight: 500;
  margin: 10px 0 27px;
}

.c-app-info__content--gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-app-info__content--gallery2 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-app-info__content--gallery img {
  width: 90px;
}

.c-app-info__content--gallery2 img {
  width: 90px;
}

.c-app-info__content--gallery img+img {
  margin-left: 10px;
}

.c-app-info__content--gallery2 img+img {
  margin-left: 10px;
}

.c-app-info__bitmap {
  margin-left: 338px;
  padding-bottom: 25px;
}

.c-app-info__bitmap img {
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
  height: 500px;
  padding-top: 27px;
}

.c-app-info__bitmap2 {
  margin-left: 495px;
  padding-bottom: 25px;
}

.c-app-info__bitmap2 img {
  padding-top: 27px;
}

.c-app-info__reverse {
  margin-top: -5px;
}

.c-app-info__reverse .c-app-info__wrapper {
  overflow: visible;
}

.c-app-info__reverse .c-app-info__bitmap {
  margin-left: -109px;
  padding-bottom: 2px;
}

.c-app-info__reverse .c-app-info__bitmap2 {
  margin-left: -109px;
  padding-bottom: 2px;
}

.c-app-info__reverse .c-app-info__bitmap img {
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
  height: 532px;
  padding-top: 0;
}

.c-app-info__reverse .c-app-info__bitmap2 img {
  padding-top: 0;
}

.c-app-info__reverse .c-app-info__content {
  left: 415px;
  top: 43px;
}

@media only screen and (max-width: 840px) and (min-width: 641px) {
  .c-app-info {
    margin-bottom: 20px;
    margin-top: 40px;
  }

  .c-app-info__container {
    max-width: 641px;
  }

  .c-app-info__content {
    top: 0;
    width: 290px;
  }

  .c-app-info__bitmap {
    margin-left: 242px;
    padding-top: 35px;
  }

  .c-app-info__bitmap2 {
    margin-left: 242px;
    padding-top: 35px;
  }

  .c-app-info__bitmap img {
    height: 430px;
  }

  .c-app-info__bitmap2 img {
    height: 430px;
  }

  .c-app-info__reverse {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 17px;
    padding-bottom: 145px;
  }

  .c-app-info__reverse .c-app-info__content {
    left: 300px;
  }

  .c-app-info__reverse .c-app-info__bitmap {
    margin-left: -170px;
    padding-top: 84px;
  }

  .c-app-info__reverse .c-app-info__bitmap2 {
    margin-left: -170px;
    padding-top: 84px;
  }

  .c-app-info__reverse .c-app-info__bitmap img {
    height: 470px;
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
  }

  .c-app-info__reverse .c-app-info__bitmap2 img {
    height: 470px;
  }
}

@media only screen and (max-width: 640px) {
  .c-app-info {
    margin-top: 40px;
  }

  .c-app-info__container {
    max-width: 320px;
  }

  .c-app-info__content {
    position: relative;
    display: inline-block;
    top: 5px;
    left: 0;
    width: 100%;
    text-align: center;
    margin-top: -6px;
  }

  .c-app-info__content--title {
    margin: 23px 0 10px;
  }

  .c-app-info__content--title h2 {
    line-height: 38px !important;
    font-size: 24px;
  }

  .c-app-info__content--lead {
    text-align: center;
    padding: 0 10px;
  }

  .c-app-info__bitmap {
    margin-left: -90px;
    margin-top: 38px;
    text-align: center;
  }

  .c-app-info__bitmap2 {
    margin-left: 0px;
    margin-top: 38px;
    text-align: center;
  }

  .c-app-info__bitmap img {
    height: 420px;
  }

  .c-app-info__reverse {
    margin-top: 45px;
    padding-bottom: 33px;
  }

  .c-app-info__reverse .c-app-info__content {
    left: 0;
    margin-top: 0;
    top: 20px;
  }

  .c-app-info__reverse .c-app-info__content--note {
    display: none;
  }

  .c-app-info__reverse .c-app-info__content--gallery {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
  }

  .c-app-info__reverse .c-app-info__content--gallery2 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
  }

  .c-app-info__reverse .c-app-info__bitmap {
    margin-bottom: 30px;
    margin-top: 29px;
    text-align: center;
    width: 100%;
    display: inline-block;
    margin-left: -20%;
  }

  .c-app-info__reverse .c-app-info__bitmap img {
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
    height: 428px;
  }

  .c-app-info__reverse .c-app-info__bitmap2 img {
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
    height: 428px;
  }
}

@media only screen and (max-width: 414px) {
  .c-app-info__container {
    max-width: 100%;
    padding: 0 15px;
    overflow: hidden;
  }

  .c-app-info__bitmap {
    margin-left: -36px;
  }

  .c-app-info__reverse .c-app-info__bitmap {
    margin-left: -42px;
  }
}

@media only screen and (max-width: 375px) {
  .c-app-info__bitmap {
    margin-left: -62px;
  }

  .c-app-info__reverse .c-app-info__bitmap {
    margin-left: -67px;
  }
}

@media only screen and (max-width: 320px) {
  .c-app-info__reverse .c-app-info__bitmap {
    margin-left: -123px;
  }

  .c-app-info__bitmap {
    margin-left: -90px;
  }
}

.c-stadium {
  clear: both;
  position: relative;
  background: url(../images/bg-stadium.jpg) 50% 50% no-repeat padding-box;
  background-size: cover;
  width: 100%;
  height: 395px;
  text-align: center;
}

.c-stadium__content {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-stadium__content--title {
  color: #fff;
  font-size: 38px;
  margin: 40px 0 15px;
}

.c-stadium__content--bitmap {
  width: 92px;
}

.c-stadium__link {
  display: inline-block;
  font-size: 0;
}

.c-stadium__link+.c-stadium__link {
  margin-left: 20px;
}

.c-stadium__link img {
  width: 100%;
}

.c-stadium__link--appstore {
  width: 164px;
}

.c-stadium__link--googleplay {
  width: 201px;
}

/*! FOR SP ------------------*/
@media only screen and (max-width: 640px) {
  .c-stadium {
    height: 340px;
  }

  .c-stadium__content--title {
    font-size: 25px;
  }

  .c-stadium__link img {
    display: none;
  }

  .c-stadium__link--appstore {
    width: 110px;
    height: 40px;
    background: url(../images/img-appstore@320.png) no-repeat;
    background-size: cover;
  }

  .c-stadium__link--googleplay {
    width: 134px;
    height: 40px;
    background: url(../images/img-googleplay@320.png) no-repeat;
    background-size: cover;
  }
}

.c-item-xsmall__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 220px;
}

.c-item-xsmall__left,
.c-item-xsmall__right {
  width: 50%;
  position: relative;
  text-align: center;
}

.c-item-xsmall {
  margin: 80px auto 45px;
  padding: 0 20px;
}

.c-item-xsmall__left {
  color: #fff;
  background: url(../images/img-stadium-xsmall.png) center center no-repeat;
  background-size: cover;
  height: 100%;
}

.c-item-xsmall__right {
  height: 100%;
  border: 1px solid #e0e0e0;
}

.c-item-xsmall__content {
  height: 100%;
}

.c-item-xsmall__content::before {
  content: "";
  height: 100%;
  width: 1px;
  display: inline-block;
  vertical-align: middle;
}

.c-item-xsmall__content img {
  width: 180px;
}

.c-item-xsmall__align {
  display: inline-block;
  vertical-align: middle;
}

.c-item-xsmall__title {
  font-weight: 600;
}

.c-item-xsmall__button {
  color: #fff;
  background-color: #004091;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  width: 200px;
  margin: 20px 0 15px;
  padding: 16.5px 0;
}

.c-item-xsmall__button::before {
  content: "チケット購入はコチラ";
}

.c-item-xsmall__lead {
  font-weight: 600;
  color: #fff;
  font-size: 11.5px;
  letter-spacing: 2.37px;
  margin-top: 5px;
}

.c-item-xsmall__link {
  color: #004091;
  font-size: 14px;
  text-decoration: underline;
  font-weight: 500;
}

.c-item-xsmall__info {
  line-height: 17.6px !important;
  color: #a6a6a6;
  font-size: 11px;
  font-weight: 500;
  padding: 0 20px;
  position: relative;
}

.c-item-xsmall__scrollTop {
  color: #fff;
  background-color: #004091;
  font-size: 11px;
  border: 3px solid #004091;
  width: 50px;
  padding: 3.5px 0;
  position: absolute;
  right: 20px;
  top: 0;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}

.c-item-xsmall__scrollTop:hover {
  background-color: #eee;
  color: #004091;
}

.c-item-xsmall__scrollTop:hover::before {
  background-position: 0 5px;
}

.c-item-xsmall__scrollTop:hover span {
  color: #004091;
}

.c-item-xsmall__scrollTop::before {
  content: "";
  display: inline-block;
  background: url(../images/img-arrow-top.png) 0 -3px no-repeat;
  background-size: 100%;
  width: 15px;
  height: 15px;
}

.c-item-xsmall__scrollTop span {
  display: block;
  color: #fff;
}

@media only screen and (min-width: 641px) and (max-width: 840px) {
  .c-item-xsmall {
    padding: 0;
  }

  .c-item-xsmall__info {
    padding: 0 40px 0 70px;
  }

  .c-item-xsmall__scrollTop {
    right: 40px;
  }
}

/*! FOR SP ------------------*/
@media only screen and (max-width: 640px) {
  .c-item-xsmall__body {
    display: inline-block;
    vertical-align: middle;
    width: 95%;
    height: auto;
  }

  .c-item-xsmall {
    display: block;
    height: 305px;
    color: #fff;
    background: url(../images/img-stadium-xsmall@320.png) center center no-repeat;
    background-size: cover;
    margin: 60px auto 45px;
  }

  .c-item-xsmall::before {
    content: "";
    width: 1px;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
  }

  .c-item-xsmall__scrollTop {
    display: none;
  }

  .c-item-xsmall__content img {
    width: 125px;
  }

  .c-item-xsmall__left {
    width: 100%;
    background: 0 0;
  }

  .c-item-xsmall__right {
    border: 0;
    width: 100%;
    margin-top: 12px;
  }

  .c-item-xsmall__lead {
    font-size: 8px;
    letter-spacing: 1.55px;
  }

  .c-item-xsmall__title {
    line-height: 28px;
    font-size: 18px;
  }

  .c-item-xsmall__title span {
    display: block;
  }

  /* .c-item-xsmall__button {
    background-color: #eee;
    color: #004091
  } */
  .c-item-xsmall__button::before {
    content: "ベイチケでチケット購入";
  }

  .c-item-xsmall__link {
    display: none;
  }

  .c-item-xsmall__info {
    padding: 0;
  }
}

.o-container,
.o-container__wrapper {
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.o-container {
  max-width: 840px;
}

.o-container__wrapper {
  max-width: 1024px;
  overflow: hidden;
}

/*! FOR SP ------------------*/
@media only screen and (max-width: 841px) and (min-width: 641px) {
  .o-container__wrapper {
    padding: 0;
  }
}

.c-sponser-link {
  max-width: 150px;
  display: block;
  margin: 0 auto;
}

._pconly {
  display: none;
}

@media only screen and (min-width: 768px) {
  ._pconly {
    display: block;
  }

  ._sponly {
    display: none;
  }
}


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

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

/*# sourceMappingURL=app.css.map */