@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

/* ======================================================================
 common
====================================================================== */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  width: 100%;
  color: #333333;
}

html {
  font-size: 0.6944444vw;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 1.333333vw;
  }
}

.sm {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .sm {
    display: block !important;
  }
  .md {
    display: none !important;
  }
}

.wrap {
  overflow: hidden;
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  opacity: 0.7;
}

img {
  vertical-align: bottom;
}

ul {
  list-style: none;
}

.inner {
  width: calc(100% - 16rem);
  margin: 0 auto;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .inner {
    width: 89.33%;
    margin: 0 auto;
  }
}

/* ======================================================================
 header
====================================================================== */
.header .header-inner {
  height: 200px;
  background-image: url(../img/top/cover.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .header .header-inner {
    height: 20rem;
  }
}

.header .header-inner .header-content {
  position: static;
}

.header .header-inner .header-content .header-logo {
  display: block;
}

.header .header-inner .header-content .header-logo img {
  visibility: visible;
}

.header .header-inner .header-content .header-nav {
  display: block;
}

.header .header-inner .header-content .header-nav a {
  font-size: 16px;
}

.header .header-inner .header-top {
  display: none;
}

.header .header-inner .header-top_description {
  display: none;
}

.header .header-inner .header-top_cover {
  display: none;
}

.header .header-inner .header-top_lead {
  display: none;
}

.header .header-inner .header-top_grade {
  display: none;
}

.header .header-inner .header-nav_bottom {
  display: none;
}

.header .header-inner .header-drawer {
  bottom: -70px;
}

.header .header-inner .header-drawer .drawer .header-nav_sp ul li a {
  display: inline-block;
  height: 15px !important;
  position: relative;
  margin-top: 2.26667vw;
  margin-bottom: 0.4vw;
}

.header .header-inner .header-drawer .drawer .header-nav_sp ul li a img {
  position: absolute;
  margin-top: 0;
  top: .6vw;
  right: calc(-4.66667vw - 1.33333vw);
}

/* ======================================================================
 entry
====================================================================== */
.entry {
  line-height: 1.6;
  margin-top: 20rem;
}

@media screen and (max-width: 768px) {
  .entry {
    margin-top: 25.3rem;
  }
}

/* ======================================================================
 footer
====================================================================== */
.footer {
  line-height: 1.6;
}

/* ======================================================================
 What’s JPMC
====================================================================== */
/* ----------------------------------------------------------------------
 top_sec
---------------------------------------------------------------------- */
.top_sec {
  padding-top: 6rem;
}

@media screen and (max-width: 768px) {
  .top_sec {
    padding-top: 6.4rem;
  }
}

.top_sec .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top_sec .inner .ttl {
  white-space: nowrap;
}

.top_sec .inner .ttl .main {
  font-weight: bold;
  font-size: 3.2rem;
  letter-spacing: .09em;
  margin-bottom: 3.2rem;
}

@media screen and (max-width: 768px) {
  .top_sec .inner .ttl .main {
    font-size: 4.2rem;
    margin-bottom: 2.9rem;
  }
}

.top_sec .inner .ttl .sub {
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: .05em;
}

@media screen and (max-width: 768px) {
  .top_sec .inner .ttl .sub {
    font-size: 2.2rem;
  }
}

.top_sec .inner .top_menu {
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .top_sec .inner .top_menu {
    display: none;
  }
}

.top_sec .inner .top_menu .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top_sec .inner .top_menu .list .item + .item {
  margin-left: 3.0rem;
}

.top_sec .inner .top_menu .list .item .link {
  font-weight: bold;
  font-size: 1.6rem;
  color: #333333;
  text-decoration: none;
}

.top_sec .inner .top_menu .list .item.current {
  position: relative;
}

.top_sec .inner .top_menu .list .item.current .link {
  color: #ccc;
  opacity: 1;
}

.top_sec .inner .top_menu .list .item.current::before {
  content: '';
  display: block;
  width: 100%;
  height: .2rem;
  background-color: #efefef;
  position: absolute;
  left: 0;
  bottom: -6.2rem;
}

.top_sec .inner .top_menu .list .item:hover .link {
  color: #ccc;
  opacity: 1;
}

/* ----------------------------------------------------------------------
 whats_sec01
---------------------------------------------------------------------- */
.whats_sec01 {
  position: relative;
  padding-top: 10rem;
}

@media screen and (max-width: 768px) {
  .whats_sec01 {
    padding-top: 8rem;
  }
}

.whats_sec01 .inner {
  position: relative;
  z-index: 2;
  width: calc(100% - 16rem);
}

@media screen and (max-width: 768px) {
  .whats_sec01 .inner {
    width: calc(100%);
  }
}

.whats_sec01 .inner .sec_ttl {
  font-family: 'Cormorant Infant', serif;
  font-weight: 500;
  font-size: 16rem;
  opacity: .1;
  position: relative;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .whats_sec01 .inner .sec_ttl {
    font-size: 12rem;
    white-space: nowrap;
  }
}

.whats_sec01 .inner .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 768px) {
  .whats_sec01 .inner .box {
    display: block;
    width: 100%;
    margin: 4% auto 0;
  }
}

.whats_sec01 .inner .box .img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 56%;
  margin-right: 6%;
}

@media screen and (max-width: 768px) {
  .whats_sec01 .inner .box .img {
    width: 60%;
    margin: 0 auto;
  }
}

.whats_sec01 .inner .box .img img {
  width: 100%;
}

.whats_sec01 .inner .box .prof {
  text-align: right;
  margin-right: 5rem;
  width: 32%;
  margin-right: 6%;
  padding-bottom: 25rem;
  line-height: 2.25;
  letter-spacing: 0.1rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .whats_sec01 .inner .box .prof {
    width: 100%;
    margin: 4% 0 0;
    padding-bottom: 0;
    text-align: center;
    line-height: 2;
    letter-spacing: 0.03rem;
  }
}

.whats_sec01 .inner .box .prof .txt {
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .whats_sec01 .inner .box .prof .txt {
    font-size: 2rem;
  }
}

.whats_sec01 .inner .box .prof .name {
  font-size: 2.2rem;
}

@media screen and (max-width: 768px) {
  .whats_sec01 .inner .box .prof .name {
    font-size: 3.2rem;
  }
}

.whats_bg01 {
  position: absolute;
  z-index: 1;
  top: 19.5rem;
  right: 0;
  width: 102.7rem;
  height: 123.6rem;
}

@media screen and (max-width: 768px) {
  .whats_bg01 {
    width: 63.9rem;
    height: 68.8rem;
    top: 16rem;
    right: 0;
  }
}

.whats_bg01 img {
  width: 100%;
}

/* ----------------------------------------------------------------------
 whats_sec02
---------------------------------------------------------------------- */
.whats_sec02 {
  position: relative;
  padding-top: 15rem;
}

@media screen and (max-width: 768px) {
  .whats_sec02 {
    padding-top: 5rem;
  }
}

.whats_sec02 .inner {
  position: relative;
  z-index: 2;
  width: calc(100% - 40rem);
}

@media screen and (max-width: 768px) {
  .whats_sec02 .inner {
    width: calc(100% - 12rem);
  }
}

.whats_sec02 .inner .sub_ttl {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 4.2rem;
  letter-spacing: .09em;
  margin-bottom: 6.4rem;
}

@media screen and (max-width: 768px) {
  .whats_sec02 .inner .sub_ttl {
    margin-bottom: 0;
    line-height: 1.5;
  }
}

.whats_sec02 .inner .txt {
  margin-top: 4rem;
  font-size: 1.6rem;
  line-height: 2.25;
}

@media screen and (max-width: 768px) {
  .whats_sec02 .inner .txt {
    font-size: 2.4rem;
    line-height: 1.75;
  }
}

.whats_sec02 .inner .txt:last-child {
  margin-left: 39%;
  margin-top: 10rem;
}

@media screen and (max-width: 768px) {
  .whats_sec02 .inner .txt:last-child {
    margin-left: 0;
    margin-top: 4rem;
  }
}

.whats_bg02 {
  position: absolute;
  z-index: 1;
  bottom: -8rem;
  left: 0;
  width: 29.3rem;
  height: 37.1rem;
}

@media screen and (max-width: 768px) {
  .whats_bg02 {
    width: 17.8rem;
    height: 41rem;
    left: auto;
    right: 0;
    bottom: 60rem;
  }
}

.whats_bg02 img {
  width: 100%;
}

/* ----------------------------------------------------------------------
 whats_sec03
---------------------------------------------------------------------- */
.whats_sec03 {
  position: relative;
  padding-top: 15rem;
}

.whats_sec03 .inner {
  position: relative;
  z-index: 2;
  width: calc(100% - 40rem);
}

@media screen and (max-width: 768px) {
  .whats_sec03 .inner {
    width: calc(100% - 12rem);
  }
}

.whats_sec03 .inner .sub_ttl {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 4.2rem;
  letter-spacing: .09em;
  margin-bottom: 6.4rem;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .whats_sec03 .inner .sub_ttl {
    margin-bottom: 4.6rem;
  }
}

.whats_sec03 .inner .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 8rem;
}

@media screen and (max-width: 768px) {
  .whats_sec03 .inner .box {
    display: block;
    margin-left: 0;
  }
}

.whats_sec03 .inner .box .txt {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: 1.6rem;
  line-height: 2.25;
  margin-left: 4rem;
}

@media screen and (max-width: 768px) {
  .whats_sec03 .inner .box .txt {
    margin-left: 0;
    text-align: center;
    font-size: 2.4rem;
    line-height: 1.75;
    white-space: nowrap;
  }
}

.whats_sec03 .inner .box .img {
  width: 63rem;
}

@media screen and (max-width: 768px) {
  .whats_sec03 .inner .box .img {
    width: 100%;
    margin-top: 15%;
  }
}

.whats_sec03 .inner .box .img img {
  width: 100%;
}

/* ----------------------------------------------------------------------
 whats_sec04
---------------------------------------------------------------------- */
.whats_sec04 {
  position: relative;
  padding-top: 15rem;
}

.whats_sec04 .inner {
  position: relative;
  z-index: 2;
  width: calc(100% - 40rem);
}

@media screen and (max-width: 768px) {
  .whats_sec04 .inner {
    width: calc(100% - 12rem);
  }
}

.whats_sec04 .inner .sub_ttl {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 4.2rem;
  letter-spacing: .09em;
  margin-bottom: 6.4rem;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .whats_sec04 .inner .sub_ttl {
    margin-bottom: 4.6rem;
  }
}

.whats_sec04 .inner .list {
  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;
}

@media screen and (max-width: 768px) {
  .whats_sec04 .inner .list {
    display: block;
    width: 75%;
    margin: 0 auto;
  }
}

.whats_sec04 .inner .list li {
  position: relative;
  text-align: center;
  font-size: 6.4rem;
  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: 0 0.5rem;
}

@media screen and (max-width: 768px) {
  .whats_sec04 .inner .list li {
    padding: 2% 0;
  }
}

.whats_sec04 .inner .list li:first-child, .whats_sec04 .inner .list li:last-child {
  width: 48rem;
  height: 24rem;
  color: #FFF;
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1.7;
  letter-spacing: .09rem;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .whats_sec04 .inner .list li:first-child, .whats_sec04 .inner .list li:last-child {
    width: 100%;
  }
}

.whats_sec04 .inner .list li.bg01 {
  background: url(../img/about/img03.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
}

.whats_sec04 .inner .list li.bg02 {
  background: url(../img/about/img04.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
}

.whats_sec04 .inner .list li.bg03 {
  background: url(../img/about/img05.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
}

.whats_sec04 .inner .list li.bg04 {
  background: url(../img/about/img06.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
}

.whats_sec04 .inner .txt {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.25;
  margin: 4.6rem 0 11rem;
}

@media screen and (max-width: 768px) {
  .whats_sec04 .inner .txt {
    font-size: 2.4rem;
    line-height: 1.75;
    max-width: 5% 0 10%;
    white-space: nowrap;
  }
}

.whats_bg03 {
  position: absolute;
  z-index: 1;
  top: 25rem;
  right: 0;
  width: 27.3rem;
  height: 45.7rem;
}

@media screen and (max-width: 768px) {
  .whats_bg03 {
    width: 10.27rem;
    height: 12.36rem;
    left: 0;
    top: 17rem;
    right: auto;
  }
}

.whats_bg03 img {
  width: 100%;
}

/* ----------------------------------------------------------------------
 whats_sec05
---------------------------------------------------------------------- */
.whats_sec05 {
  text-align: center;
  font-weight: bold;
}

.whats_sec05 .inner {
  position: relative;
  z-index: 2;
  width: calc(100% - 40rem);
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .whats_sec05 .inner {
    width: calc(100% - 12rem);
  }
}

.whats_sec05 .inner .ttl {
  font-size: 3.6rem;
}

.whats_sec05 .inner .txt {
  font-size: 2.2rem;
  margin: 3rem 0 5rem;
}

.whats_sec05 .inner .view {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  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: 1.6rem;
  color: #333333;
}

.whats_sec05 .inner .view img {
  margin-left: 2rem;
  max-width: 4.2rem;
}
/*# sourceMappingURL=about.css.map */