@charset "UTF-8";
/* ----------------------------------------
 module - default style reset
 ---------------------------------------- */
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;
}

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;
}

ul {
  list-style: none;
}

/* 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;
}

img {
  vertical-align: top;
  max-width: 100%;
  outline: none;
}

em {
  font-style: normal;
  font-weight: bold;
}

a:hover {
  text-decoration: none;
}

/* ----------------------------------------
 module - default template style reset
 ---------------------------------------- */
.s5-container {
  max-width: 100%;
  padding: 0;
  margin: 0;
}

.s5-returnToTop {
  margin: 0;
}

/* ----------------------------------------
 module - utility & default style
 ---------------------------------------- */
.main {
  overflow-x: hidden;
}

br.b120 {
  display: none;
}

br.b96 {
  display: none;
}

br.b76 {
  display: none;
}

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

.inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}

a.fade {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

a.fade:hover {
  opacity: 0.5;
}

img.center {
  display: block;
  margin: 0 auto;
}

.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.sp {
  display: none !important;
}

@media (max-width: 1199px) {
  br.nb120 {
    display: none;
  }
  br.b120 {
    display: block;
  }
}
@media (max-width: 959px) {
  br.nb96 {
    display: none;
  }
  br.b96 {
    display: block;
  }
}
@media (max-width: 767px) {
  .main {
    padding-bottom: 8%;
  }
  .flex {
    display: block;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  br.nb76 {
    display: none;
  }
  br.b76 {
    display: block;
  }
}
@media (max-width: 639px) {
  .inner {
    padding: 0 20px;
  }
  br.nb64 {
    display: none;
  }
  br.b64 {
    display: block;
  }
}
/*
 style.css
 createAt: 2019/1/28
 */
/* ----------------------------------------
 shared style
 ---------------------------------------- */
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, Verdana;
  color: #444;
  line-height: 1.34;
}

p {
  font-size: 16px;
  line-height: 1.64;
}

.caption {
  line-height: 1.5;
  font-size: 12px;
  margin-top: 20px;
  display: block;
}

.caption + .caption {
  margin-top: 0;
}

.caption sup {
  vertical-align: middle;
}

.btn-black {
  background: #005bac;
  height: 50px;
  padding: 0 13px 0 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 290px;
  color: #fff;
}

.btn-black .note {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.btn-black .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin-left: 12px;
  margin-top: 4px;
}

.btn-black .window {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.btn-black:hover {
  color: #fff;
}

.btn-blue {
  padding: 26px 20px;
  background: #005bac;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  display: block;
  position: relative;
  text-align: center;
}

.btn-blue:hover {
  color: #fff;
}

.btn-blue:before {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 11px;
  border-color: transparent transparent transparent #fff;
  display: inline-block;
}

.btn-blue .window {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn-blue.harf {
  width: 480px;
  margin: 56px auto 0;
}

@media (max-width: 767px) {
  .btn-black {
    max-width: 80%;
    margin: 0 auto;
  }
  .btn-blue {
    font-size: 15px;
    padding: 10px 20px;
  }
  .btn-blue.harf {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    margin: 6.7% auto 0;
  }
}
.right {
  text-align: right;
}

@media (max-width: 767px) {
  p {
    line-height: 1.875;
  }
}
/* ----------------------------------------
 page-header
 ---------------------------------------- */
.mainvisual .pc-img {
  width: 100%;
}

.page-title {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.header-title-wrapper {
  text-align: center;
  padding: 60px 0;
}

.header-title {
  font-size: 36px;
  line-height: 1.67;
  color: #005bac;
}

@media (max-width: 767px) {
  .mv-title {
    text-align: center;
    background: #dedede;
    padding: 12% 0;
  }
  .mv-title .sp-img {
    width: 80%;
    max-width: 577px;
    display: block;
    margin: 0 auto;
  }
  .header-title-wrapper {
    padding: 5.3% 0;
  }
  .header-title {
    padding: 0 3%;
    font-size: 6.5vw;
    text-align: left;
  }
}
/* ----------------------------------------
 main-content
 ---------------------------------------- */
.read {
  background-image: url(../img/read-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #005bac;
}

.read .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 350px;
}

.read-inner {
  width: 640px;
  padding-left: 18px;
  color: #fff;
}

.read-inner h2 {
  font-size: 22px;
  line-height: 1.64;
  font-weight: bold;
}

.read-inner p {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .read {
    background-image: none;
    margin: 0 2%;
  }
  .read .inner {
    display: block;
    height: auto;
    padding-bottom: 8%;
  }
  .read-inner {
    width: 100%;
    padding-left: 0;
  }
  .read-inner h2 {
    margin-top: 8%;
    font-size: 6vw;
  }
  .read-inner img {
    width: 100%;
    padding-left: 0;
  }
}
.page-nav {
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.page-nav.is-fixed {
  -webkit-box-shadow: 0px 6px 10px -3px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 6px 10px -3px rgba(0, 0, 0, 0.3);
}

.page-nav-ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
}

.page-nav-li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.page-nav-li:nth-of-type(n+2) {
  margin-left: 20px;
}

.page-nav-item {
  display: block;
  height: 80px;
  line-height: 80px;
  background: #eeeeee;
  color: #005bac;
  width: 100%;
  position: relative;
  text-align: center;
  font-size: 24px;
}

.page-nav-item .text {
  margin-left: -16px;
}

.page-nav-item .arrow {
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  padding: 0 0 0 16px;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}

.page-nav-item .arrow::before {
  position: absolute;
  top: -8px;
  bottom: 0;
  right: 4px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 16px;
  height: 16px;
  border-top: 2px solid #005bac;
  border-right: 2px solid #005bac;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.page-nav-item:hover {
  color: #005bac;
}

.page-nav-item.other {
  background: #005bac;
  color: #fff;
}

.page-nav-item.other .arrow::before {
  border-color: #fff;
}

@media (max-width: 959px) {
  .page-nav-item {
    font-size: 20px;
  }
}
.block {
  margin-top: 120px;
}

.block-title {
  border-top: 2px solid;
  border-bottom: 2px solid;
  border-color: #444;
  padding: 30px 0;
  font-weight: bold;
}

.block-title .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.block-title h2 {
  font-size: 30px;
  margin-left: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.block-title span {
  font-size: 20px;
  margin-left: 16px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.block-title p {
  margin-right: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  text-align: right;
}

.block-subtitle {
  margin: 75px 0;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .folding > .inner {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .page-nav {
    display: none;
  }
  .block {
    margin-top: 16%;
  }
  .block.folding {
    margin-top: 0;
  }
  #recording {
    margin-top: 35px;
  }
  .block-title {
    padding: 5.6% 3%;
    margin: 0 2%;
  }
  .block-title .inner {
    padding: 0;
  }
  .block-title h2 {
    margin-left: 2.7%;
    font-size: 23px;
  }
  .block-title span {
    margin-left: 2.7%;
    font-size: 12px;
  }
  .block-title .arrow {
    position: relative;
    right: 18px;
    display: inline-block;
    padding: 0 0 0 16px;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
  }
  .block-title .arrow::before {
    position: absolute;
    top: -22px;
    bottom: 0;
    right: 4px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 16px;
    height: 16px;
    border-top: 3px solid #444;
    border-right: 3px solid #444;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .block-subtitle {
    margin: 0 0 8%;
  }
  .folding .block-title {
    cursor: pointer;
    border-top: 0;
  }
  .folding .block-title + .inner {
    display: none;
  }
  .folding#recording .block-title {
    border-top: 2px solid;
  }
  .folding.open .arrow::before {
    top: -4px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .folding.open + .folding .block-title {
    border-top: 2px solid;
  }
  .folding > .inner > p.sp {
    padding: 8% 0;
  }
}
.box-01 {
  background: #f9f9f9;
}

.box-01:nth-of-type(n+2) {
  margin-top: 70px;
}

.box-01 dt {
  background: #005bac;
  color: #fff;
  padding: 24px;
  text-align: center;
  font-size: 24px;
  position: relative;
  margin-bottom: 20px;
}

.box-01 dt::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 17px 0 17px;
  border-color: #005bac transparent transparent transparent;
}

.box-01 dd {
  padding-top: 40px;
  font-size: 36px;
  text-align: center;
  color: #005bac;
}

.box-01 .flex {
  padding: 70px 50px 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.box-01 .flex-text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 500px;
      -ms-flex: 0 0 500px;
          flex: 0 0 500px;
}

.box-01 .flex-text h3 {
  font-size: 22px;
  line-height: 1.64;
}

.box-01 .flex-text p {
  margin-top: 30px;
}

.box-01 .flex-text,
.box-01 .flex-img {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 40%;
      -ms-flex: 1 1 40%;
          flex: 1 1 40%;
}

.box-01 .flex-img {
  margin-left: 8.5%;
}

.rec-img-01 {
  -webkit-transform: translateY(-28px);
          transform: translateY(-28px);
}

.rec-img-02 {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

.rec-img-03 {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}

@media (max-width: 767px) {
  .box-01:nth-of-type(n+2) {
    margin-top: 8%;
  }
  .box-01 dt {
    padding: 16px 3%;
    font-size: 4vw;
    line-height: 1.67;
  }
  .box-01 dd {
    font-size: 5vw;
    padding-top: 6%;
  }
  .box-01 .flex {
    padding: 8% 20px;
  }
  .box-01 .flex-text h3 {
    font-size: 18px;
  }
  .box-01 .flex-text p {
    margin-top: 3%;
  }
  .box-01 .flex-img {
    margin-left: 0;
    margin-top: 6%;
  }
  .box-01:last-of-type {
    margin-bottom: 8%;
  }
  .rec-img-01,
  .rec-img-02,
  .rec-img-03 {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.box-02 .flex-text,
.box-02 .flex-img {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 40%;
      -ms-flex: 1 1 40%;
          flex: 1 1 40%;
}

.box-02 .flex-text {
  margin-left: 50px;
}

.box-02 .flex-img {
  margin-left: 8.5%;
  margin-right: 50px;
}

.box-02 h3 {
  font-size: 1.3rem;
}

.box-02 h3 + p {
  margin-top: 30px;
}

.box-02 p + h3 {
  margin-top: 90px;
}

#management .block-subtitle {
  margin-bottom: 135px;
}

#management .box-02:nth-of-type(2) {
  margin-top: -20px;
}

.man-img-01 {
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
}

.man-img-02 {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.box-03 {
  margin: 80px 50px 0;
  background: #f8f8f8;
  text-align: center;
  padding: 30px 50px;
}

.box-03 h3 {
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: bold;
}

#distribution .block-subtitle {
  margin-bottom: 100px;
}

#distribution .box-02:nth-of-type(2) {
  margin-top: 55px;
}

#distribution .box-02:nth-of-type(3) {
  margin-top: 110px;
}

.dis-img-01 {
  -webkit-transform: translateY(-16px);
          transform: translateY(-16px);
}

.box-04 {
  margin-top: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.box-04 .flex-text,
.box-04 .flex-img {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 40%;
      -ms-flex: 1 1 40%;
          flex: 1 1 40%;
}

.box-04 .flex-img {
  margin-left: 50px;
}

.box-04 .flex-text {
  margin-left: 8.5%;
  margin-right: 50px;
}

.box-04 h3 {
  font-size: 22px;
}

.box-04 p {
  margin-top: 30px;
}

.box-04 a {
  margin-top: 20px;
}

@media (max-width: 767px) {
  #management .block-subtitle,
  #distribution .block-subtitle {
    margin-bottom: 8%;
  }
  .box-02 .flex-text {
    margin-left: 0;
  }
  .box-02 .flex-img {
    margin-left: 0;
    margin-right: 0;
    margin-top: 6%;
  }
  .box-02 h3 + p {
    margin-top: 3%;
  }
  .box-02 p + h3 {
    margin-top: 8%;
  }
  #distribution .box-02:nth-of-type(2),
  #distribution .box-02:nth-of-type(3) {
    margin-top: 60px;
  }
  .man-img-01,
  .man-img-02 {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .box-03 {
    margin: 8% 0;
    padding: 20px 0;
  }
  .box-03 h3 {
    font-size: 18px;
  }
  .box-03 img {
    margin: 0 auto;
  }
  .box-04 {
    margin-top: 0;
  }
  .box-04:nth-of-type(n+2) {
    margin-top: 16%;
  }
  .box-04 .flex-img {
    margin-left: 0;
  }
  .box-04 .flex-text {
    margin-left: 0;
    margin-right: 0;
    margin-top: 8%;
  }
  .box-04 p {
    margin-top: 4%;
  }
}
.ttl {
  margin-bottom: 60px;
  font-size: 30px;
  font-weight: normal;
}

.ttl::before {
  position: relative;
  top: 3px;
  content: "";
  width: 8px;
  height: 28px;
  display: inline-block;
  background: #005bac;
  margin-right: 18px;
}

@media (max-width: 767px) {
  .ttl {
    font-size: 22px;
    margin-bottom: 4%;
  }
  .ttl::before {
    width: 6px;
    top: 2px;
    height: 20px;
    margin-right: 2%;
  }
}
.movieBlock {
  width: 866px;
  margin: 0px auto;
  position: relative;
  z-index: 2;
}

.movieBlock .movieBg {
  width: 100%;
  position: relative;
  left: 0px;
  right: 0px;
}

.movieBlock .movieInner {
  position: absolute;
  top: 0px;
  left: 6.3%;
  width: 87.8%;
  padding-top: 4.4%;
}

@media screen and (max-width: 990px) {
  .movieBlock {
    width: 80%;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .movieBlock {
    width: 100%;
  }
}
.movie-text {
  font-size: 12px;
  margin-top: 12px;
}

.harf + .caption {
  display: block;
  text-align: center;
}

.med-ttl-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.ttl-caption {
  font-size: 12px;
  margin-left: 20px;
}

@media (max-width: 767px) {
  .med-ttl-box {
    display: block;
    margin-bottom: 8%;
  }
  .med-ttl-box .ttl {
    margin-bottom: 0;
  }
  .ttl-caption {
    margin-left: 0;
    margin-top: 30px;
  }
}
.box-05 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.box-05 .flex-text,
.box-05 .flex-img {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 40%;
      -ms-flex: 1 1 40%;
          flex: 1 1 40%;
}

.box-05 .flex-text h3,
.box-05 .flex-text li {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.63;
}

.box-05 .flex-text li::before {
  content: "■";
  margin-right: 4px;
}

.box-05 .flex-img {
  margin-left: 50px;
}

.p25 {
  padding: 0 25px;
}

.p25 + img {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .box-05 {
    margin-top: 8%;
  }
  .box-05 .flex-img {
    margin-left: 0;
    margin-top: 8%;
  }
  .box-05 h3 {
    margin-bottom: 8%;
  }
  .p25 {
    padding: 0;
    margin-bottom: 8%;
  }
  .flex-img {
    text-align: center;
  }
}
/* ----------------------------------------
 page-footer
 ---------------------------------------- */
.page-footer .ttl {
  margin-bottom: 30px;
}

.page-footer .btn-blue {
  margin-top: 80px;
}

.box-06 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.box-06 li {
  border: 1px solid #444;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
  overflow: hidden;
}

.box-06 li:nth-of-type(n+2) {
  margin-left: 16px;
}

main {
  display: block;
  padding-bottom: 120px;
}

@media (max-width: 767px) {
  .page-footer .ttl {
    margin-bottom: 4%;
  }
  .page-footer .btn-blue {
    margin-top: 8%;
  }
  .box-06 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .box-06 li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 48%;
        -ms-flex: 0 1 48%;
            flex: 0 1 48%;
  }
  .box-06 li:nth-of-type(n+2) {
    margin-left: 0;
  }
  .box-06 li:nth-of-type(even) {
    margin-left: 2%;
  }
  .box-06 li:nth-of-type(n+3) {
    margin-top: 2%;
  }
}
/* 2023.3.24 追記 */
.v2.main {
  padding-bottom: 60px;
}
@media screen and (min-width: 640px) {
  .v2.main {
    border-top: 2px solid #CCCCCC;
  }
}
@media screen and (min-width: 767px) {
  .v2.main {
    padding-bottom: 90px;
    padding-top: 78px;
    position: relative;
  }
}
.v2-nav {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
}
@media screen and (min-width: 767px) {
  .v2-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    height: 78px;
  }
  .v2-nav.fixed {
    position: fixed;
    z-index: 99999;
    -webkit-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.16);
  }
}
.v2-nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.v2-nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (min-width: 767px) {
  .v2-nav-list {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
.v2-nav-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
}
.v2-nav-item:nth-of-type(even) {
  border-right: 1px solid #CCCCCC;
}
.v2-nav-item:nth-last-of-type(n+3) {
  border-bottom: 0;
}
@media screen and (min-width: 767px) {
  .v2-nav-item {
    border: 0 !important;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666%;
  }
}
.v2-nav-link {
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  -webkit-transition: 0.2s ease !important;
  transition: 0.2s ease !important;
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  padding-top: 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.v2-nav-link.sp {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media screen and (min-width: 767px) {
  .v2-nav-link.sp {
    display: none !important;
  }
}
.v2-nav-link.current, .v2-nav-link:hover {
  color: #045DAD;
}
.v2-nav-link.current::after, .v2-nav-link:hover::after {
  background-image: url("../img/icon-arrow-down_bl.png");
}
@media screen and (min-width: 767px) {
  .v2-nav-link {
    height: 78px;
    font-size: 16px;
    font-size: 1rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
}
.v2-nav-link::after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 5px;
  background-image: url("../img/icon-arrow-down_b.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  left: 50%;
  bottom: 8px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 767px) {
  .v2-nav-link::after {
    bottom: 10px;
    width: 13px;
    height: 6px;
  }
}
.v2-nav-link.contact {
  background: #045DAD;
  color: #ffffff;
}
.v2-nav-link.contact.current {
  color: #ffffff;
}
.v2-nav-link.contact:hover {
  color: #ffffff;
  opacity: 0.8;
}
.v2-nav-link.contact::after {
  background-image: url("../img/icon-arrow-down_w.png");
}
@media screen and (min-width: 767px) {
  .v2-nav-link.contact.pc {
    display: block;
    width: 100%;
    border: 0;
    margin: 0;
    padding: 0;
  }
}
.v2-nav-banner {
  display: none;
  position: absolute;
  right: 0;
  background: #A6AFB4;
  width: 383px;
}
@media screen and (max-width: 767px) {
  .v2-nav-banner {
    display: none !important;
  }
}
.v2-nav-banner-inner {
  padding: 20px 18px;
}
.v2-nav-banner-link {
  background: #ffffff;
  color: #045DAD;
  text-align: center;
  display: block;
  width: 100%;
  height: 48px;
  line-height: 48px;
  -webkit-transition: 0.2s ease !important;
  transition: 0.2s ease !important;
  position: relative;
}
.v2-nav-banner-link:hover, .v2-nav-banner-link:focus {
  background: rgba(255, 255, 255, 0.8);
  color: #045DAD;
  opacity: 0.7;
}
.v2-nav-banner-link::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 14px;
  background-image: url("../img/icon-arrow-right.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.v2-nav-banner-caption {
  margin-top: 10px;
  text-align: center;
  color: #ffffff;
  font-size: 10px;
  font-size: 0.625rem;
}
.v2-mv {
  position: relative;
}
.v2-mv-bg {
  width: 100%;
  height: 100%;
}
.v2-mv-bg img {
  width: 100%;
}
.v2-mv-ttl {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #045DAD;
  line-height: 1.25;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .v2-mv-ttl {
    line-height: 1.2222222222;
    font-size: 32px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 1281px) {
  .v2-mv-ttl {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}
.v2-intro-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 20px;
}
@media screen and (min-width: 640px) {
  .v2-intro-inner {
    padding: 45px 30px;
  }
}
@media screen and (min-width: 767px) {
  .v2-intro-inner {
    padding: 60px 0;
    text-align: center;
  }
}
.v2-intro-inner .txt {
  font-size: 16px;
  font-size: 1rem;
}
.v2-intro-inner .txt + .txt {
  margin-top: 2em;
}
@media screen and (min-width: 1281px) {
  .v2-intro-inner .txt {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.v2 .block {
  margin-top: 60px;
}
@media screen and (min-width: 767px) {
  .v2 .block {
    margin-top: 90px;
  }
}
.v2 .block#recording {
  margin-top: 0;
}
.v2 .block-title {
  border: 0;
  background: #EEEEEE;
  margin: 0;
  width: 100%;
  padding: 25px 0;
  margin-bottom: 30px;
}
@media screen and (min-width: 767px) {
  .v2 .block-title {
    padding: 30px 0;
    margin-bottom: 60px;
  }
}
.v2 .block-title .inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 640px) {
  .v2 .block-title .inner {
    padding: 0 30px;
  }
}
.v2 .block-title-main, .v2 .block-title-sub {
  margin: 0;
}
.v2 .block-title-main {
  text-align: center;
  font-size: 23px;
  font-size: 1.4375rem;
}
@media screen and (min-width: 767px) {
  .v2 .block-title-main {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.v2 .block-title-sub {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 10px;
  text-align: left;
}
@media screen and (min-width: 767px) {
  .v2 .block-title-sub {
    text-align: center;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.v2 .box-01:nth-of-type(n+2) {
  margin-top: 28px;
}
@media screen and (min-width: 767px) {
  .v2 .box-01:nth-of-type(n+2) {
    margin-top: 50px;
  }
}
.v2 .box-01 .flex {
  padding: 8% 20px;
}
@media screen and (min-width: 767px) {
  .v2 .box-01 .flex {
    padding: 30px 50px;
  }
}
.v2 .box-01 .flex-text p {
  margin-top: 20px;
}
@media screen and (min-width: 767px) {
  .v2 #management .box-02:nth-of-type(1) .flex-text {
    padding-top: 40px;
  }
}
@media screen and (min-width: 1281px) {
  .v2 #management .box-02:nth-of-type(1) .flex-text {
    padding-top: 60px;
  }
}
.v2 #management .box-02:nth-of-type(2) {
  margin-top: 20px;
}
@media screen and (min-width: 767px) {
  .v2 #management .box-02:nth-of-type(2) {
    margin-top: 30px;
  }
}
.v2 .rec-img-02 {
  -webkit-transform: none;
          transform: none;
}
.v2 .man-img-01,
.v2 .man-img-02 {
  -webkit-transform: none;
          transform: none;
}
.v2 .box-02 p + h3 {
  margin-top: 13px;
}
@media screen and (min-width: 767px) {
  .v2 .box-02 p + h3 {
    margin-top: 50px;
  }
}
.v2 .box-02 h3 + p {
  margin-top: 13px;
}
@media screen and (min-width: 767px) {
  .v2 .box-02 h3 + p {
    margin-top: 25px;
  }
}
.v2 .box-03 {
  margin-top: 30px;
}
@media screen and (min-width: 767px) {
  .v2 .box-03 {
    margin-top: 50px;
  }
}
.v2 #distribution .box-02:nth-of-type(n+2) {
  margin-top: 40px;
}
@media screen and (min-width: 767px) {
  .v2 #distribution .box-02:nth-of-type(n+2) {
    margin-top: 50px;
  }
}
@media screen and (min-width: 767px) {
  .v2 #distribution .box-02:nth-of-type(2) {
    margin-top: 45px;
  }
}
.v2 .box-04:nth-of-type(n+2) {
  margin-top: 30px;
}
@media screen and (min-width: 767px) {
  .v2 .box-04:nth-of-type(n+2) {
    margin-top: 50px;
  }
}
@media screen and (min-width: 767px) {
  .v2 .box-04 .flex-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 450px;
    width: 37.5%;
  }
}
.v2 .box-04 .flex-img img {
  width: 100%;
}
.v2 .box-04 .flex-text {
  margin-top: 16px;
}
@media screen and (min-width: 767px) {
  .v2 .box-04 .flex-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-top: 0;
    margin-left: 8.34%;
  }
}
.v2 .box-04 p {
  margin-top: 16px;
}
@media screen and (min-width: 767px) {
  .v2 .box-04 p {
    margin-top: 25px;
  }
}
.v2 .sys-block {
  margin-top: 35px;
}
@media screen and (min-width: 767px) {
  .v2 .sys-block {
    margin-top: 80px;
  }
}
.v2 .btn-black {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 13px;
  font-size: 0.8125rem;
  max-width: 100%;
}
@media screen and (min-width: 360px) {
  .v2 .btn-black {
    max-width: 80%;
    font-size: 16px;
    font-size: 1rem;
  }
}
.v2 .btn-black .text {
  margin-top: 0;
  margin-left: 0;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .v2 .btn-black .text {
    margin-left: 34px;
  }
}
.v2 .btn-black.contact {
  margin-top: 15px;
}
.v2 .btn-black.contact::after {
  content: "";
  display: inline-block;
  width: 18px;
  margin-left: auto;
}
.v2 .p25 {
  padding: 0;
}
.v2 .box-06 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (min-width: 767px) {
  .v2 .box-06 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.v2 .box-06 li {
  border: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 48.65%;
}
.v2 .box-06 li:nth-of-type(even) {
  margin-left: 2.7%;
}
.v2 .box-06 li:nth-of-type(n+3) {
  margin-top: 2.7%;
}
.v2 .box-06 li img {
  width: 100%;
}
@media screen and (min-width: 767px) {
  .v2 .box-06 li {
    width: 19%;
    margin: 0 !important;
  }
  .v2 .box-06 li:nth-of-type(n+2) {
    margin-left: 1.25% !important;
  }
}
.v2 #system .ttl {
  margin-bottom: 20px;
}
@media screen and (min-width: 767px) {
  .v2 #system .ttl {
    margin-bottom: 50px;
  }
}
.v2 #contact {
  background: #A6AFB4;
  color: #ffffff;
  padding: 25px 0 30px;
}
@media screen and (min-width: 767px) {
  .v2 #contact {
    padding: 55px 0 75px;
  }
}
.v2 #contact .btn-caption {
  margin-top: 20px;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 767px) {
  .v2 #contact .btn-caption {
    margin-top: 25px;
    font-size: 16px;
    font-size: 1rem;
  }
}