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,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: #000;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
.mb-wrapper:after,
.mb-container:after,
.mb-main:after {
  content: " ";
  display: block;
  clear: both;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  line-height: 1.4;
  font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
  -webkit-font-smoothing: antialiased;
}
.mb-bottom-util-section {
  background: #eef5f9;
}
@media only screen and (min-width: 950px) {
  .mb-bottom-util-section {
    padding: 70px 0;
  }
}
.mb-bottom-util-section-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (min-width: 950px) {
  .mb-bottom-util-section-inner {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 900px;
    margin: 0 auto;
  }
}
/*@media only screen and (max-width: 480px) {*/
@media only screen and (max-width: 949px) {
  .mb-bottom-util-block {
    padding: 20px;
  }
}
/*@media only screen and (min-width: 950px) {*/
@media only screen and (min-width: 481px) {
  .mb-bottom-util-block {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.mb-bottom-util-header {
  margin-bottom: 20px;
}
@media only screen and (min-width: 950px) {
  .mb-bottom-util-header {
    margin-bottom: 30px;
  }
}
.mb-bottom-util-title {
  color: #23356b;
  font-size: 15px;
  font-weight: bold;
}
.mb-bottom-util-item {
  margin-bottom: 10px;
}
.mb-bottom-util-link {
  color: #647197;
}
.mb-bottom-util-link:hover {
  color: #828dac;
}
@media only screen and (min-width: 950px) {
  .mb-bottom-util-link {
    font-size: 14px;
  }
}
.mb-breadscrumb {
  position: absolute;
  bottom: 0;
  right: 15px;
  z-index: 100;
}
@media only screen and (min-width: 950px) {
  .mb-breadscrumb {
    right: 0;
    width: 100vw;
  }
}
@media only screen and (min-width: 950px) {
  .mb-breadscrumb-inner {
    width: 900px;
    margin: 0 auto;
    text-align: right;
  }
}
.mb-breadscrumb-list {
  background: #fff;
  position: relative;
  display: inline-block;
  padding: 5px 10px;
}
@media only screen and (min-width: 950px) {
  .mb-breadscrumb-list {
    padding: 20px;
    text-align: right;
  }
}
.mb-breadscrumb-list:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 20px;
  z-index: 100;
  width: calc(100% - 40px);
  height: 1px;
  background: #0063b8;
}
.mb-breadscrumb-item {
  position: relative;
  z-index: 200;
  display: inline-block;
  margin-right: 30px;
  background: #fff;
  padding: 0 5px;
}
.mb-breadscrumb-item:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 950px) {
  .mb-breadscrumb-item {
    margin-right: 70px;
    padding: 0 10px;
  }
}
.mb-breadscrumb-link {
  color: #0063b8;
  text-decoration: none;
}
@media only screen and (min-width: 950px) {
  .mb-breadscrumb-link {
    font-size: 12px;
  }
}
.mb-btn,
.mb-btn-primary {
  display: inline-block;
  padding: 15px 25px;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
}
@media only screen and (min-width: 950px) {
  .mb-btn,
  .mb-btn-primary {
    padding: 25px 50px;
  }
}
.mb-btn-primary,
.mb-btn-primary-primary {
  background: #00a0d1;
}
.mb-btn-primary:hover,
.mb-btn-primary-primary:hover {
  background: #0ec7ff;
}
.mb-btn-holder,
.mb-btn-primary-holder {
  margin-top: 40px;
  text-align: center;
}
@media only screen and (min-width: 950px) {
  .mb-btn-holder,
  .mb-btn-primary-holder {
    margin-top: 80px;
  }
}
.mb-dl {
  margin-bottom: 30px;
}
.mb-dl.is-inner {
  padding-left: 30px;
}
@media only screen and (min-width: 950px) {
  .mb-dl.is-inner {
    padding-left: 50px;
  }
}
.mb-dl:last-child {
  margin-bottom: 0;
}
.mb-dl-title {
  display: inline-block;
  color: #0063b8;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: solid 3px #0063b8;
  font-size: 15px;
}
.mb-dl-desc {
  color: #4d4d4d;
  font-size: 13px;
}
.mb-dl-desc.is-scrollable {
  overflow-y: scroll;
  height: 400px;
  border: 1px solid #eee;
  margin-bottom: 30px;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (min-width: 950px) {
  .mb-dl-desc.is-scrollable {
    margin-bottom: 0;
  }
}
.mb-dl-item {
  color: #4d4d4d;
  margin-bottom: 10px;
  font-size: 13px;
}
.mb-executive-item {
  position: relative;
}
@media only screen and (max-width: 480px) {
  .mb-executive-item {
    margin: 0 -15px 40px;
    padding: 40px 0;
    background: #f2f5f9;
  }
}
@media only screen and (min-width: 950px) {
  .mb-executive-item {
    margin-bottom: 50px;
  }
  .mb-executive-item:before {
    content: '';
    position: absolute;
    bottom: 0;
    display: block;
    width: 73vw;
    height: 460px;
    background: linear-gradient(90deg,#c8cdde, transparent);
  }
  .mb-executive-item:nth-child(odd):before {
    right: 0;
  }
  .mb-executive-item:nth-child(even):before {
    left: 0;
  }
}
.mb-executive-item-inner {
  position: relative;
  min-height: 315px;
  margin: 0 auto;
}
@media only screen and (min-width: 950px) {
  .mb-executive-item-inner {
    width: 900px;
    min-height: 515px;
    margin: 0 auto;
  }
}
.mb-executive-img {
  display: block;
}
@media only screen and (max-width: 480px) {
  .mb-executive-img {
    width: 85vw;
    height: auto;
  }
  .mb-executive-img.is-right {
    margin-left: 15vw;
  }
}
@media only screen and (min-width: 950px) {
  .mb-executive-img {
    position: absolute;
    width: 280px;
    height: 420px;
    top: 0;
    background: #000;
  }
  .mb-executive-img.is-left {
    left: 0;
  }
  .mb-executive-img.is-right {
    right: 0;
  }
}
@media only screen and (min-width: 950px) {
  .mb-executive-header {
    margin-bottom: 20px;
  }
}
.mb-executive-body {
  background: #fff;
}
@media only screen and (max-width: 480px) {
  .mb-executive-body {
    position: relative;
    z-index: 500;
    width: 85vw;
    margin-top: -80px;
    padding: 20px;
  }
  .mb-executive-body.is-left {
    margin-left: 15vw;
  }
  .mb-executive-body.is-right {
    margin-right: 15vw;
  }
}
@media only screen and (min-width: 950px) {
  .mb-executive-body {
    position: absolute;
    bottom: 50px;
    width: 535px;
    padding: 50px;
  }
  .mb-executive-body.is-left {
    left: 240px;
  }
  .mb-executive-body.is-right {
    right: 240px;
  }
}
.mb-executive-title {
  color: #39316b;
}
@media only screen and (min-width: 950px) {
  .mb-executive-title {
    font-size: 17px;
  }
}
.mb-executive-subtitle {
  color: #39316b;
}
@media only screen and (min-width: 950px) {
  .mb-executive-subtitle {
    margin-bottom: 10px;
    font-size: 13px;
  }
}
.mb-executive-text {
  color: #333;
}
@media only screen and (min-width: 950px) {
  .mb-executive-text {
    line-height: 1.8;
    font-size: 12px;
  }
}
.mb-footer {
  background: #002149;
}
.mb-footer-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  padding: 40px 20px;
}
@media only screen and (max-width: 480px) {
  .mb-footer-inner {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (min-width: 950px) {
  .mb-footer-inner {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 0 70px;
  }
}

.mb-footer-logo {
  -webkit-flex-basis: 100px;
  flex-basis: 100px;
}
/*追加*/
@media only screen and (min-width: 950px) {
	.mb-footer-logo {
	  display:block;
	}
}
@media only screen and (max-width: 949px) {
	.mb-footer-logo {
	  display:none;
	}
}
@media only screen and (max-width: 480px) {
	.mb-footer-logo {
	  display:block;
	}
}
/*追加ここまで*/

.mb-footer-logo-link {
  display: block;
}
@media only screen and (max-width: 480px) {
  .mb-footer-logo-link {
    width: 50%;
  }
}
.mb-footer-logo-img {
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 950px) {
  .mb-footer-nav {
    -webkit-flex-basis: 910px;
    flex-basis: 910px;
    margin-left: 20px;
  }
}
/*@media only screen and (min-width: 950px) {*/
@media only screen and (min-width: 950px) {
  .mb-footer-nav-list {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 481px) {
  .mb-footer-nav-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 480px) {
  .mb-footer-nav-item {
    display: inline-block;
    width: 48%;
    margin-bottom: 10px;
    font-size: 14px;
  }
}
/*@media only screen and (min-width: 950px) {*/
@media only screen and (min-width: 481px) {
  .mb-footer-nav-item {
    text-align: center;
    margin-right: 15px;
  }
}
.mb-footer-nav-link {
  color: #fff;
  text-decoration: none;
}
.mb-footer-copy {
  border-top: 1px solid #17355a;
}
.mb-footer-copy-inner {
  text-align: right;
  color: #fff;
  font-size: 13px;
  padding: 20px;
}
@media only screen and (min-width: 950px) {
  .mb-footer-copy-inner {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
  }
}
.mb-form-row {
  margin-bottom: 20px;
}
.mb-form-input {
  display: block;
  border: 1px solid #ccc;
  width: 100%;
  padding: 8px 12px;
  margin: 5px 0 0;
  font-size: inherit;
  outline: none;
}
.mb-form-label {
  display: block;
}
.mb-form-select {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 0;
  background: #fff;
  font-size: 18px;
}
.mb-form-info {
  border: 1px solid #ccc;
  height: 150px;
  padding: 2%;
  overflow: auto;
  margin: 0 0 20px;
}
.mb-form-textarea {
  width: 100%;
  min-height: 200px;
  border: 1px solid #ccc;
}
.mb-header {
  width: 100%;
  padding: 15px;
  background: #000;
}
@media only screen and (min-width: 1080px) {
  .mb-header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    padding: 20px 25px;
    background: transparent;
  }
}
.mb-header-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.mb-header-logo {
  width: 100px;
}
@media only screen and (min-width: 1080px) {
  .mb-header-logo {
    -webkit-flex-basis: 100px;
    flex-basis: 100px;
  }
}
.mb-header-logo-link {
  display: block;
}
.mb-header-logo-img {
  display: block;
  width: 100%;
  height: auto;
}
.mb-header-mobile-icon {
  position: relative;
  display: block;
  width: 30px;
  height: 20px;
}
.mb-header-mobile-icon:before,
.mb-header-mobile-icon:after {
  content: '';
  position: absolute;
  left: 0;
  display: block;
  width: 30px;
  height: 2px;
  background: #fff;
}
.mb-header-mobile-icon:before {
  top: 0;
}
.mb-header-mobile-icon:after {
  bottom: 0;
}
@media only screen and (min-width: 1080px) {
  .mb-header-mobile-icon {
    display: none;
  }
}
.mb-header-mobile-icon-line {
  position: absolute;
  left: 0;
  top: 9px;
  display: block;
  width: 30px;
  height: 2px;
  background: #fff;
}
.mb-header-nav {
  display: none;
/*
  -webkit-flex-basis: 800px;
  flex-basis: 800px;
*/
  margin-left: 20px;
  -webkit-flex-basis: 980px;
  flex-basis: 980px;
}
@media only screen and (min-width: 1080px) {
  .mb-header-nav {
    display: block;
    margin-top: 0;
		text-shadow: 0px 0px 3px rgb(128 128 128 / 80%), 0px 0px 3px rgb(128 128 128 / 80%), 0px 0px 3px rgb(128 128 128 / 80%);
  }
}
@media only screen and (min-width: 481px) {
  .mb-header-nav-list {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1080px) {
  .mb-header-nav-item {
    text-align: center;
  }
}
.mb-header-nav-item.is-active {
  border-bottom: 2px solid #fff;
}
.mb-header-nav-link {
  display: block;
  padding-bottom: 10px;
  color: #fff;
  text-decoration: none;
}
.mb-header-nav-link.is-highlighted {
  color: #ff731e;
}
.mb-mobile-menu {
  position: fixed;
  top: 0;
  right: -100vw;
  z-index: 1100;
  display: block;
  width: 100vw;
  height: 100vh;
  background: #23356b;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.mb-mobile-menu.is-active {
  right: 0;
}
@media only screen and (min-width: 1080px) {
  .mb-mobile-menu {
    display: none;
  }
}
.mb-mobile-menu-list {
  padding: 80px 30px 30px;
}
.mb-mobile-menu-item {
  margin-bottom: 10px;
  font-size: 21px;
}
.mb-mobile-menu-close {
  position: absolute;
  top: 40px;
  right: 20px;
  display: block;
  width: 30px;
  height: 30px;
}
.mb-mobile-menu-close:before,
.mb-mobile-menu-close:after {
  content: '';
  position: absolute;
  left: 0;
  display: block;
  width: 30px;
  height: 2px;
  background: #fff;
}
.mb-mobile-menu-close:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mb-mobile-menu-close:after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media only screen and (max-width: 480px) {
  .is-pc {
    display: none !important;
  }
}
/*@media only screen and (min-width: 950px) {*/
@media only screen and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}
.mb-hero {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.mb-hero.is-sub-page {
  min-height: 330px;
  background: -webkit-linear-gradient(0deg, #000074 0%, #1e68bd 100%);
  background: -moz-linear-gradient(0deg, #000074 0%, #1e68bd 100%);
  background: -o-linear-gradient(0deg, #000074 0%, #1e68bd 100%);
  background: -ms-linear-gradient(0deg, #000074 0%, #1e68bd 100%);
  background: linear-gradient(90deg, #000074 0%, #1e68bd 100%);
}
.mb-hero-title {
  color: #fff;
  font-size: 35px;
  font-style: italic;
}
@media only screen and (min-width: 950px) {
  .mb-hero-title {
    width: 900px;
    margin: 0 auto;
    font-size: 65px;
  }
}
.mb-hero-subtitle {
  color: #00c2ff;
  font-size: 14px;
  text-align: center;
}
@media only screen and (min-width: 950px) {
  .mb-hero-subtitle {
    font-size: 18px;
    text-align: left;
  }
}
.mb-hero-video {
  display: block;
  width: 100%;
  height: auto;
}
.mb-img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

#data-container .mb-ir-title {
  margin: 40px 0 20px;
  font-size: 18px;
}
@media only screen and (min-width: 950px) {
  #data-container .mb-ir-title {
    margin-bottom: 30px;
    font-size: 20px;
  }
}
#data-container .mb-ir-date {
  display: block;
  width: 100%;
  border-top: 1px solid #e6e6e6;
  padding: 10px 20px;
  background: #f1f7fa;
  color: #4d4d4d;
  font-size: 14px;
}
@media only screen and (min-width: 950px) {
  #data-container .mb-ir-date {
    display: inline-block;
    vertical-align: top;
    width: 180px;
  }
}
#data-container .mb-ir-date:last-child {
  border-bottom: 1px solid #e6e6e6;
}
@media only screen and (min-width: 950px) {
  #data-container .mb-ir-date.is-flex {
    width: 180px;
    min-height: 59px;
  }
}
#data-container .mb-ir-link {
  color: #00f;
  font-size: 14px;
  text-decoration: underline;
}
#data-container .mb-ir-link-holder {
  display: block;
  width: 100%;
  border-top: 1px solid #e6e6e6;
  padding: 10px 20px;
}
@media only screen and (min-width: 950px) {
  #data-container .mb-ir-link-holder {
    display: inline-block;
    vertical-align: top;
    width: 550px;
  }
}
#data-container .mb-ir-link-holder:last-child {
  border-bottom: 1px solid #e6e6e6;
}
#data-container .mb-ir-link-holder.is-full {
  width: 100%;
}
@media only screen and (min-width: 950px) {
  #data-container .mb-ir-link-holder.is-full {
    width: 720px;
  }
}
@media only screen and (min-width: 950px) {
  #data-container .mb-ir-link-holder.is-flex {
    width: 720px;
    min-height: 59px;
  }
}
#data-container .mb-ir-size {
  display: block;
  width: 100%;
  border-top: 1px solid #e6e6e6;
  padding: 10px 20px;
  font-size: 12px;
}
@media only screen and (min-width: 950px) {
  #data-container .mb-ir-size {
    display: inline-block;
    width: 170px;
  }
}
#data-container .mb-ir-size:last-child {
  border-bottom: 1px solid #e6e6e6;
}
#data-container h3 {
  margin: 40px 0 20px;
  font-size: 18px;
}
@media only screen and (min-width: 950px) {
  #data-container h3 {
    margin-bottom: 30px;
    font-size: 20px;
  }
}
#data-container table {
  width: 100%;
  border-top: 1px solid #e6e6e6;
}
#data-container table tr {
  border-bottom: 1px solid #e6e6e6;
}
@media only screen and (min-width: 950px) {
  #data-container table tr {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
  }
}
#data-container table .yuhotitle {
  padding: 10px 20px;
  background: #f1f7fa;
  color: #4d4d4d;
  font-size: 14px;
}
@media only screen and (min-width: 950px) {
  #data-container table .yuhotitle {
    -webkit-flex-basis: 180px;
    flex-basis: 180px;
  }
}
#data-container table .yuhopdf {
  padding: 10px 20px;
  color: #4d4d4d;
  font-size: 14px;
}
@media only screen and (min-width: 950px) {
  #data-container table .yuhopdf {
    -webkit-flex-basis: 720px;
    flex-basis: 720px;
  }
}
#data-container-select #yearSelect {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 0;
  background: #fff;
  font-size: 18px;
}
.new-info-list,
.new-info-item {
  overflow: hidden;
}
.new-info-list-date,
.new-info-item-date {
  display: block;
  width: 100%;
  border-top: 1px solid #e6e6e6;
  padding: 10px;
  background: #f1f7fa;
  color: #4d4d4d;
  font-size: 12px;
}
@media only screen and (min-width: 950px) {
  .new-info-list-date,
  .new-info-item-date {
    float: left;
    width: 25%;
  }
}
.new-info-list-cat,
.new-info-item-cat {
  display: block;
  float: left;
  width: 75%;
  padding: 10px;
  border-top: 1px solid #e6e6e6;
  font-size: 12px;
}
.new-info-list-title,
.new-info-item-title {
  float: left;
  color: #00f;
  font-size: 12px;
  text-decoration: underline;
  display: block;
  width: 100%;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  /*white-space: nowrap;*/
  overflow: hidden;
  border-top: 1px solid #e6e6e6;
  padding: 10px;
}
@media only screen and (min-width: 950px) {
  .new-info-list-title,
  .new-info-item-title {
    /*width: 380px;*/
  }
}
.mb-news-list-item {
  border-bottom: 1px solid #e6e6e6;
}
.mb-news-list-link {
  display: block;
  padding: 15px 0;
  text-decoration: none;
}
.mb-news-list-link:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.mb-news-list-date {
  color: #5d9cd2;
}
@media only screen and (max-width: 480px) {
  .mb-news-list-date {
    margin-right: 5px;
  }
}
@media only screen and (min-width: 950px) {
  .mb-news-list-date {
    margin-right: 5px;
    font-size: 14px;
  }
}
.mb-news-list-text {
  color: #4d4d4d;
}
.mb-news-list-text:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 480px) {
  .mb-news-list-text {
    display: block;
  }
}
@media only screen and (min-width: 950px) {
  .mb-news-list-text {
    font-size: 14px;
  }
}
.mb-paragraph {
  line-height: 1.8;
}
.mb-paragraph.heading{
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
    background-color: #eef5f9;
    padding: 15px;
}
@media only screen and (min-width: 950px) {
.mb-paragraph.heading{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
    background-color: #eef5f9;
    padding: 30px;
}
}
.mb-paragraph.is-centered {
  text-align: center;
}
.mb-section {
  padding: 40px 15px 0;
}
.mb-section:last-child {
  padding-bottom: 40px;
}
@media only screen and (min-width: 950px) {
  .mb-section {
    padding: 80px 0 0;
  }
  .mb-section:last-child {
    padding-bottom: 80px;
  }
}
.mb-section-header {
  position: relative;
}
@media only screen and (max-width: 480px) {
  .mb-section-header {
    margin: 0 -15px 30px;
    padding: 30px;
    background: -webkit-linear-gradient(0deg, #000074 0%, #1e68bd 100%);
    background: -moz-linear-gradient(0deg, #000074 0%, #1e68bd 100%);
    background: -o-linear-gradient(0deg, #000074 0%, #1e68bd 100%);
    background: -ms-linear-gradient(0deg, #000074 0%, #1e68bd 100%);
    background: linear-gradient(90deg, #000074 0%, #1e68bd 100%);
  }
}
@media only screen and (min-width: 950px) {
  .mb-section-header {
    height: 390px;
    padding-top: 50px;
    background: #eef5f9;
  }
}
.mb-section-header:after {
  content: '';
  position: absolute;
  background: -webkit-linear-gradient(0deg, #000074 0%, #1e68bd 100%);
  background: -moz-linear-gradient(0deg, #000074 0%, #1e68bd 100%);
  background: -o-linear-gradient(0deg, #000074 0%, #1e68bd 100%);
  background: -ms-linear-gradient(0deg, #000074 0%, #1e68bd 100%);
  background: linear-gradient(90deg, #000074 0%, #1e68bd 100%);
}
@media only screen and (min-width: 950px) {
  .mb-section-header:after {
    bottom: 0;
    right: 0;
    width: 50vw;
    height: 340px;
  }
}
@media only screen and (min-width: 950px) {
  .mb-section-header-inner {
    width: 1200px;
    margin: 0 auto;
    padding-left: 150px;
  }
}
/*@media only screen and (min-width: 950px) {*/
@media only screen and (min-width: 769px) {
  .mb-section-inner {
    overflow: hidden;
    max-width: 100%;
    width: 900px;
    margin: 0 auto;
  }
}

/*追加*/
@media only screen and (max-width: 768px) {
  .mb-section-inner {
    overflow: hidden;
    max-width: 100%;
    width: 700px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 480px) {
  .mb-section-inner {
    overflow: hidden;
    width: auto;
    margin: 0 auto;
  }
}

/*追加ここまで*/

@media only screen and (min-width: 950px) {
  .mb-section-inner.is-narrow {
    width: 700px;
  }
}
.mb-section-inner.is-pulled {
  position: relative;
  z-index: 500;
  background: #fff;
}
@media only screen and (min-width: 950px) {
  .mb-section-inner.is-pulled {
    width: 1200px;
    margin-top: -130px;
    padding: 90px 150px 0;
  }
}
.mb-tab {
  margin-bottom: 20px;
}
@media only screen and (min-width: 950px) {
  .mb-tab {
    margin-bottom: 40px;
  }
}
.mb-tab-item {
  display: inline-block;
  margin-right: 20px;
}
@media only screen and (min-width: 950px) {
  .mb-tab-item {
    margin-right: 40px;
  }
  .mb-tab-item:last-child {
    margin-right: 0;
  }
}
.mb-tab-link {
  display: block;
  color: #00f;
  text-decoration: none;
}
@media only screen and (min-width: 950px) {
  .mb-tab-link {
    padding: 5px 0;
    font-size: 14px;
  }
}
.mb-tab-link:hover {
  color: #33f;
}
.mb-tab-link.is-active {
  border-bottom: 2px solid #00f;
}
.mb-table {
  border-top: 1px solid #e6e6e6;
}
.mb-table-row {
  border-bottom: 1px solid #e6e6e6;
}
@media only screen and (min-width: 950px) {
  .mb-table-row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
  }
}
.mb-table-head {
  padding: 10px 20px;
  background: #f1f7fa;
  color: #4d4d4d;
  font-size: 14px;
}
@media only screen and (min-width: 950px) {
  .mb-table-head {
    -webkit-flex-basis: 180px;
    flex-basis: 180px;
  }
}
.mb-table-body {
  padding: 10px 20px;
  color: #4d4d4d;
  font-size: 14px;
}
@media only screen and (min-width: 950px) {
  .mb-table-body {
    -webkit-flex-basis: 720px;
    flex-basis: 720px;
  }
}
.mb-text-list {
  margin-top: 20px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 950px) {
  .mb-text-item {
    display: inline-block;
    margin-right: 20px;
  }
}
.mb-text-item:last-child {
  margin-right: 0;
}
.mb-text-link {
  position: relative;
  display: block;
  line-height: 1.5;
  padding: 10px 15px 10px 25px;
  color: #fff;
  background: #333;
  font-size: 12px;
  text-decoration: none;
}
@media only screen and (min-width: 950px) {
  .mb-text-link {
    padding: 5px 15px 5px 25px;
  }
}
.mb-text-link:before {
  content: '> ';
  position: absolute;
  top: 50%;
  left: 10px;
  font-size: 12px;
  margin-top: -9px;
}
.mb-thumb-item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin-bottom: 40px;
}
@media only screen and (min-width: 950px) {
  .mb-thumb-item {
    margin-bottom: 50px;
  }
}
.mb-thumb-link {
  display: block;
  -webkit-flex-basis: 100px;
  flex-basis: 100px;
  width: 100px;
  height: 100px;
  margin-right: 20px;
  padding: 10px;
  border: 1px solid #e6e6e6;
}
@media only screen and (min-width: 950px) {
  .mb-thumb-link {
    -webkit-flex-basis: 130px;
    flex-basis: 130px;
    width: 130px;
    height: 130px;
  }
}
.mb-thumb-link:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  border: 1px solid #000;
}
.mb-thumb-img {
  display: block;
}
.mb-thumb-body {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.mb-thumb-title {
  position: relative;
  padding-left: 10px;
  margin-bottom: 20px;
  color: #23356b;
  font-weight: bold;
  line-height: 1;
}
@media only screen and (min-width: 950px) {
  .mb-thumb-title {
    font-size: 15px;
  }
}
.mb-thumb-title:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: #23356b;
}
.mb-thumb-desc {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
@media only screen and (min-width: 950px) {
  .mb-thumb-desc {
    margin-bottom: 5px;
  }
}
.mb-thumb-subtitle {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #5e6b93;
}
@media only screen and (min-width: 950px) {
  .mb-thumb-subtitle {
    font-size: 13px;
  }
}
.mb-thumb-text {
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  -o-box-flex: 2;
  box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
  color: #333;
}
@media only screen and (min-width: 950px) {
  .mb-thumb-text {
    font-size: 13px;
  }
}
.mb-title {
  color: #0063b8;
}
@media only screen and (min-width: 950px) {
  .mb-title {
    font-size: 26px;
  }
}
.mb-title-header {
  margin-bottom: 20px;
}
@media only screen and (min-width: 950px) {
  .mb-title-header.is-large {
    margin-bottom: 60px;
  }
}
.mb-title.is-large {
  position: relative;
  color: #0063b8;
  padding-top: 25px;
  font-size: 40px;
}
@media only screen and (min-width: 950px) {
  .mb-title.is-large {
    padding-top: 30px;
    font-size: 54px;
  }
}
.mb-title.is-large:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 40px;
  height: 1px;
  background: #0063b8;
}
.mb-title.is-middle {
  position: relative;
  color: #0063b8;
  padding-top: 25px;
  font-size: 30px;
}
@media only screen and (min-width: 950px) {
  .mb-title.is-middle {
    padding-top: 30px;
    font-size: 42px;
  }
}
.mb-title.is-middle:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 40px;
  height: 1px;
  background: #0063b8;
}
@media only screen and (max-width: 480px) {
  .mb-title.is-mb-white {
    color: #fff;
  }
}
.mb-title.is-mb-white:before {
  background: #fff;
}
.mb-title-catch {
  position: relative;
  color: #0063b8;
  font-size: 18px;
  margin-top: 15px;
  padding: 20px;
}
@media only screen and (min-width: 950px) {
  .mb-title-catch {
    margin-top: 30px;
    padding-left: 50px;
    font-size: 29px;
  }
}
.mb-title-catch-icon {
  position: absolute;
  display: block;
  width: 20px;
  height: 15px;
}
@media only screen and (min-width: 950px) {
  .mb-title-catch-icon {
    width: 30px;
    height: 20px;
  }
}
.mb-title-catch-icon.is-opening {
  top: 0;
  left: 0;
  background: url("../img/icon/ico-opening-quotation.png") no-repeat 0 0;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.mb-title-catch-icon.is-closing {
  bottom: 0;
  right: 0;
  background: url("../img/icon/ico-closing-quotation.png") no-repeat 0 0;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.mb-subtitle {
  color: #0063b8;
}
@media only screen and (min-width: 950px) {
  .mb-subtitle {
    font-size: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .mb-subtitle.is-mb-white {
    color: #fff;
  }
}

/* IR 免責事項 */


.mb-dl .mb-dl-title a{
	display: block;
    color: #0063b8;
    text-decoration: none;
}

.mb-dl .mb-dl-title .triangle{
	display: inline-block;
	width: 0px;
	height: 0px;
	border: 5px solid;
	border-color: transparent transparent transparent #0063b8;
	margin-left:5px;
}

.disclaimer h4{
	background: linear-gradient(90deg, #000074 0%, #1e68bd 100%);
	padding:10px;
	color:#FFF;
	display: block;
}

.disclaimer .box{
	border:1px solid #CCC;
	padding:20px;
	margin-bottom:30px;
}

.disclaimer p{
	line-height: 1.5rem;
}

/* モーダルウィンドウ */
/* モーダルウィンドウのスタイル */
.modal {
  position:fixed;
  width:100%;
  height:100vh;
  top:0;
  left:0;
  display:none;
  z-index: 3000;
}

/* オーバーレイのスタイル */
.overLay {
  position:absolute;
  top:0;
  left:0;
  background:rgba(0,0,0,0.6);
  width:100%;
  height:100vh;
  z-index:2000;
}

/* モーダルウィンドウの中身のスタイル */
.modalOpen {
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  line-height: 1em;
  padding: 6px 10px 5px;
  border: 1px solid #0063b8;
  border-radius: 20px;
  margin-left: 20px;
  color: #0063b8;
  text-decoration: none;
  transform: translateY(-2px);
}

.modalOpen:hover {
  border: 1px solid #0063b8;
  background: #0063b8;
  color: #FFF;
}

.modal .modal-inner {
  position:absolute;
  z-index:3000;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  background: #FFF;
  width: 50%;
  padding: 20px;
  max-height: 85%;
  overflow-y: scroll;
}
@media only screen and (max-width: 768px) {
  .modal .modal-inner {
    width: 80%;
  }
}

.modal .modal-ttl {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  padding: 5px 0;
  margin-bottom: 20px;
  background : -moz-linear-gradient(0% 50% 0deg,rgba(27, 20, 100, 1) 0%,rgba(15, 60, 138, 1) 30.42%,rgba(7, 89, 165, 1) 58.36%,rgba(2, 107, 182, 1) 82.48%,rgba(0, 113, 188, 1) 100%);
  background : -webkit-linear-gradient(0deg, rgba(27, 20, 100, 1) 0%, rgba(15, 60, 138, 1) 30.42%, rgba(7, 89, 165, 1) 58.36%, rgba(2, 107, 182, 1) 82.48%, rgba(0, 113, 188, 1) 100%);
  background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(27, 20, 100, 1) ),color-stop(0.3042,rgba(15, 60, 138, 1) ),color-stop(0.5836,rgba(7, 89, 165, 1) ),color-stop(0.8248,rgba(2, 107, 182, 1) ),color-stop(1,rgba(0, 113, 188, 1) ));
  background : -o-linear-gradient(0deg, rgba(27, 20, 100, 1) 0%, rgba(15, 60, 138, 1) 30.42%, rgba(7, 89, 165, 1) 58.36%, rgba(2, 107, 182, 1) 82.48%, rgba(0, 113, 188, 1) 100%);
  background : -ms-linear-gradient(0deg, rgba(27, 20, 100, 1) 0%, rgba(15, 60, 138, 1) 30.42%, rgba(7, 89, 165, 1) 58.36%, rgba(2, 107, 182, 1) 82.48%, rgba(0, 113, 188, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1B1464', endColorstr='#0071BC' ,GradientType=0)";
  background : linear-gradient(90deg, rgba(27, 20, 100, 1) 0%, rgba(15, 60, 138, 1) 30.42%, rgba(7, 89, 165, 1) 58.36%, rgba(2, 107, 182, 1) 82.48%, rgba(0, 113, 188, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1B1464',endColorstr='#0071BC' , GradientType=1);
}

.modal .modal-txt {
  margin-bottom: 30px;
}

@media only screen and (min-width: 641px) {
  .pc-mode {
    display: block;
  }
  .sp-mode {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .pc-mode {
    display: none;
  }
  .sp-mode {
    display: block;
  }
}

.sns-box {
  text-align: center;
}
.sns-box__link {
  color: #000;
  font-size: 40px;
}
.sns-box__link--mr {
  color: #000;
  font-size: 40px;
  margin-right: 10px;
}
.sns-box__link:hover, .sns-box__link--mr:hover {
  opacity: .6;
}

/* トップページのスタイル */
.news__ttl {
  font-size: 24px;
  text-align: center;
  color: #0063b8;
}
.news {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.news__list {
  margin-top: 40px;
  border-top: none!important;
}
.news__item {
  border-bottom: 1px solid #000;
  padding-bottom: 30px;
  max-width: 100%;
}
.news__link {
  text-decoration: none;
}
.news__link:hover img, .news__link:hover span, .news__link:hover p {
  opacity: .6;
}
.news__thum {
  text-align: center;
  margin-bottom: 20px;
}
.news__thum img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
.news__flx {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
}
.news__date {
  color: #0063b8;
  font-size: 14px;
}
.news__cat {
  color: #FFF;
  font-size: 14px;
  text-align: center;
  margin-left: 30px;
  padding: 2px 20px;
}
.news__cat.holdings {
  background: #f9ca41;
}
.news__cat.games {
  background: #0063b8;
}
.news__cat.financial {
  background: #00c2ff;
}
.news__cat.toms {
  background: #d8232a;
}
.news__cat.social-capital {
  background: #eeafbd;
}
.news__cat.others {
  background: #d8232a;
}
.news__cat.yutorino-kukan{
  background: #4C7CBC;
}
.news__txt {
  color: #000;
  font-size: 14px;
}
@media only screen and (min-width: 640px) {
  .news__ttl {
    font-size: 40px;
  }
  .news__list {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 60px;
  }
  .news__item {
    width: 48%;
    border-bottom: none!important;
    padding-bottom: 0;
  }
  .news__item:nth-child(-n+3) {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 769px) {
  .news__item {
    width: 380px;
  }
}
@media only screen and (max-width: 640px) {
  .news__item:nth-child(-n+5) {
    margin-bottom: 30px;
  }
}
.mb-news-list__flex{
	display: flex;
	justify-content: space-between;
	padding: 15px 0;
}
.mb-news-list__img a:hover,.mb-news-list__text a:hover,.mb-news-list__cat a:hover{
	opacity: 0.7;
}
.mb-news-list__text a {
	text-decoration: none;
	color: #4d4d4d;
}
.mb-news-list__img img{
	width: 100%;
  height: auto;
}
.mb-news-list__img {
	width: 40%;
}
.mb-news-list__txtbox {
	width: 57%;
}
.mb-news-list__cat a{
	color: #fff;
	padding: 3px 15px;
	text-decoration: none;
	font-size: 13px;
}
.yutorino-kukan a{
  background: #4C7CBC;
}
.holdings a {
  background: #f9ca41;
}
.games a {
  background: #0063b8;
}
.financial a {
  background: #00c2ff;
}
.toms a {
  background: #d8232a;
}
.social-capital a {
  background: #eeafbd;
}
span.others a {
  background: #d8232a;
}
.mb-news-list__text {
	font-size: 14px;
	margin-top: 5px;
	line-height: 1.7em;
}
.mb-dl-item__cat a{
	color: #4d4d4d;
	font-size: 13px;
}
.mb-dl-list .cat-item a {
	color: #4d4d4d;
	margin-bottom: 10px;
	font-size: 13px;
	display: block;
}
.mb-dl-desc select {
	padding: 5px 5px 7px 5px;
	width: 90%;
}
.mb-breadscrumb-link--left {
	margin-left: -5px;
}
@media only screen and (max-width: 640px) {
	.mb-news-list__img,.mb-news-list__txtbox{
		width: 100%;
	}
	.mb-news-list__flex{
		display: block;
	}
	.mb-news-list__txtbox{
		padding: 5px 0;
	}
}
/************************************
** レスポンシブページネーション
************************************/
.pagination{
  list-style-type: none;
  padding-left: 0;
  margin: 30px 0;
}

.pagination,
.pagination li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.pagination li {
	margin: 0 5px;
}
.pagination a {
  font-weight: 300;
  padding-top: 1px;
  text-decoration:none;
  border: 1px solid #0063b8;
  min-width:30px;
  min-height:36px;
  color: #0063b8;
}

.pagination li:not([class*="current"]) a:hover {
  background-color: #0063b8;
	color: #fff;
}

.pagination li:first-of-type a {
  border-left-width: 1px;
}

.pagination li.first span,
.pagination li.last span,
.pagination li.previous span,
.pagination li.next span {
  /* screen readers only */
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.pagination li.first a::before,
.pagination li.last a::after,
.pagination li.previous a::before,
.pagination li.next a::after {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.pagination li.first a::before { content: "\f100"; }
.pagination li.last a::after { content: "\f101"; }

.pagination li.previous a::before { content: "\f104"; }
.pagination li.next a::after { content: "\f105"; }

.pagination li.current a {
	background-color: #0063b8;
	cursor: default;
	pointer-events: none;
	color: #fff;
}

.pagination > li:first-child > a {
}

.pagination > li:last-child > a {
}

@media only screen and ( max-width: 680px ) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .pagination li.previous a { border-left-width: 1px; }
}

@media only screen and ( max-width: 500px ) {
  .pagination li {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .pagination li.current,
  .pagination li.first,
  .pagination li.last,
  .pagination li.previous,
  .pagination li.next{
    position: initial;
    top: initial;
    left: initial;
  }

}

@media only screen and ( max-width: 400px ) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

}

@media only screen and ( max-width: 240px ) { /* For watches? */
  .pagination li { width: 50%;}

  .pagination li.current {
    order: 2;
    width: 100%;
    border-left-width: 1px;
  }
}

.rec_link{
  color: #0063b8;
  padding: 0 4px;
}
/*--------------------------------
  newsのスタイル追加
----------------------------------*/
/*newsのテーブルデザイン
---------------------------------*/
.basic-table{
  width: 100%;
  border: solid 1px #333;
}
.basic-table th,
.basic-table td{
  vertical-align: top;
}
.basic-table td{
  border-bottom: solid 1px #333;
  padding: 5px;
}
.basic-table tr:last-of-type>td{
  border-bottom: none;
}
.basic-table th{
  border-bottom: solid 1px #333;
  border-right: solid 1px #333;
  padding: 5px;
}
.basic-table tr:last-of-type>th{
  border-bottom: none;
}

.noline-table{
 width: 100%;
}
.noline-table th,
.noline-table td{
  vertical-align: top;
}
.noline-table td{
  padding: 5px;
}
.noline-table th{
  text-align-last: justify;
  padding: 5px;
  min-width: 95px;
}


/*newsのyoutube埋め込みレスポンシブ
---------------------------------*/
.news-youtube{
  width:100%; height:0px;
  padding-bottom: 56.25%;
  position: relative;
}
.news-youtube iframe{
  position: absolute;
  top: 0; left: 0; right: 0;
  width: 100%; height: 100%;
  max-width: 600px;
  max-height: 337px;
  margin: 0 auto;
}

/*newsのテキストパーツ
---------------------------------*/
.news-figure{
  margin: 0 auto;
  text-align: center;
}
.news-figure img{
  margin: 0 auto!important;
}
.news-figure__caption{
  font-size: 12px;
  color: #a2a2a2;
  text-align: left;
  margin: 0 auto;
}
.news-ttl-gray{
  padding: 12px 20px;
  background-color: #ededed;
  border-radius: 3px;
  margin: 0 auto 20px;
}
.news-txt__under{
  border-bottom: solid 1px #000;
  display: inline-block;
  margin-bottom: 10px;
  font-weight: bold;
}
/*newsのflex
---------------------------------*/
.news-flex{
  display: flex;
  justify-content: space-between;
}
.news-flex__reverse-pc{
  flex-direction: row-reverse;
}
.news-flex__img{
  width: 40%;
  margin: 0;
}
.news-flex__txtarea{
  width: 56%;
}
@media only screen and ( max-width: 680px ) {
  .news-flex{
    flex-wrap: wrap;
  }
  .news-flex__reverse-pc{
    flex-direction: column;
  }
  .news-flex__reverse-sp{
    flex-direction: column-reverse;
  }
  .news-flex__img{
    width: 100%;
    margin-bottom: 10px;
  }
  .news-flex__txtarea{
    width: 100%;
  }
}
/*newsのfloat
---------------------------------*/
.news-float__img--right{
  float: right;
  margin-left: 4%;
}
.news-float__img--left{
  float: left;
  margin-right: 4%;
}
@media only screen and ( max-width: 680px ) {
  .news-float__img{
    float: none;
    width: 100%!important;
    margin: 0 auto 10px!important;
  }
}
/*--------------------------------
  top、footerにsns追加
----------------------------------*/
.top-sns{
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
  max-width: 860px;
  width: 95%;
}
.top-sns__ttl{
  text-align: center;
  font-size: 30px;
  color: #0063b8;
  margin-bottom: 20px;
  letter-spacing: .03em;
}
.top-sns__ttl::after{
  content: '';
  background: #0063b8;
  display: block;
  width: 40px; height: 1px;
  margin: 0 auto;
}
.top-sns__item{
  max-width: 360px;
  width: 48%;
}
.top-sns__twi{
  height: 460px;
  overflow-y: scroll;
}
.top-sns__fb{
  height: 460px;
  overflow-y: scroll;
}
@media only screen and ( max-width: 680px ) {
  .top-sns{
    flex-wrap: wrap;
  }
  .top-sns__ttl{
    font-size: 24px;
  }
  .top-sns__item{
    width: 100%;
    text-align: center;
  }
  .top-sns__item:first-of-type{
    margin-bottom: 40px;
  }
}

.ftr-sns__item img{
  width: 18px; height: auto;
  vertical-align: sub;
  margin-right: 10px;
}
.ftr-sns__item.ftr-sns__item--note img{
  width: 16px;
}
.ftr-sns__share{
  max-width: 900px;
  width: 95%;
  margin: 20px auto 0;
}
.ftr-sns__share--list{
  display: flex;
  justify-content: center;
}
.ftr-sns__share--list li{
  line-height: 0;
}
.ftr-sns__share--fb{
  height: 20px;
  box-sizing: border-box;
  padding: 1px 8px 1px 6px;
  background: #1877f2;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
  font-size: 12px;
  margin-left: 20px;
  display: flex;
  align-items: center;
}
.ftr-sns__share--fb a{
  text-decoration: none;
  color: #fff;
}
.ftr-sns__share--fb a:hover{
  opacity: .8;
}
.ftr-sns__share--fb img{
  width: 13px; height: auto;
  margin: 0 5px 0 0;
  vertical-align: text-top;
}
@media only screen and ( max-width: 680px ) {
  .ftr-sns__share{
    margin: 0 auto;
    padding-bottom: 20px;
  }
}



/*20220914 - プラグイン『Breadcrumb NavXT』
---------------------------------*/
.mb-breadscrumb span[property="name"] {
  display: inline-block;
  padding: 0;
  margin-top: -3px;
  vertical-align: middle;
  max-width: 160px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}



/*20250501 - 『FASHION BRAND』
---------------------------------*/
.fashion-brand-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 70px;
}
.fashion-brand-box {
  width: 100%;
  max-width: 200px;
  text-align: center;
  text-decoration: none;
}
.fashion-brand-thumb {
  width: 100%;
  aspect-ratio: 4 / 3;
  border: 1px solid #e6e6e6;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 20px;
}
.fashion-brand-img {
  max-width: 100%;
  height: auto;
}
.fashion-brand-box p {
  margin-top: 10px;
  font-size: 14px;
  word-break: break-word;
  color: #000;
}
@media (max-width: 768px) {
  .fashion-brand-box {
    width: 100%;
    max-width: 200px;
  }
  .fashion-brand-item {
    margin: 0 auto 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    max-width: 420px;
  }
}
.fashion-brand-table {
  width: 100%;
  font-size: 14px;
}
.fashion-brand-table, .fashion-brand-table th, .fashion-brand-table td {
  border-collapse: collapse;
  border:1px solid #B1C8E6;
}
.fashion-brand-table th {
  background: #EDF1F4;
  padding: 15px;
  border:1px solid #B1C8E6;
  width: 150px;
}
.fashion-brand-table td {
  padding: 20px 15px;
  border:1px solid #B1C8E6;
}
.fashion-brand-table td a {
  text-decoration: none;
  color: #5EA7AD;
}
@media screen and (max-width: 768px) {
  .fashion-brand-table {
    display: table;
    width: 100%;
  }
  .fashion-brand-table,
  .fashion-brand-table tr,
  .fashion-brand-table th,
  .fashion-brand-table td {
    margin: 0 auto;
    border: none;
  }
  .fashion-brand-table tr,
  .fashion-brand-table th,
  .fashion-brand-table td {
    width: 100%;
    display: block;
  }
  .fashion-brand-table tr {
    border: 1px solid #B1C8E6;
    border-bottom: none;
  }
  .fashion-brand-table tr:last-child {
    border: 1px solid #B1C8E6;
    border-bottom: inline;
  }
  .fashion-brand-table td:last-child {
    border-top: 1px solid #B1C8E6;
  }
  .fashion-brand-box p {
    font-size: 12px;
  }
}


/*20250512 - 『FASHION BRAND』ページ改修
---------------------------------*/
.brand-sp {
  display: none!important;
}
@media (max-width: 768px) {
  .brand-pc {
    display: none!important;
  }
  .brand-sp {
    display: flex!important;
  }
}

/* フォンt */
.brand-main {
  font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
}
/* ヘッダー調整 */
.mb-header.mb-header-brand {
  padding: 20px 25px 5px;
  background-color: #333;
}
@media (max-width: 1079px) {
  .mb-header.mb-header-brand {
    padding: 20px 25px;
  }
}
@media (max-width: 768px) {
  .mb-header.mb-header-brand {
    padding: 15px;
  }
}
/* レイアウト */
.mb-brand-section-mv {
  position: relative;
}
.mb-brand-section {
  padding: 86px 0 0;
}
.mb-brand-section.mb-brand-section-mv {
  padding: 86px 0 30px;
}
@media (max-width: 1079px) {
  .mb-brand-section-mv {
    padding: 26px 0 0;
  }
  .mb-brand-section.mb-brand-section {
    padding: 20px 0 40px;
  }
  .mb-brand-section {
    padding: 26px 0 0;
  }
}
.fashion-brand-page-title-box {
  margin-bottom: 20px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.fashion-brand-page-title {
  font-size: 52px;
  text-align: left;
  font-weight: bold;
  line-height: 1.2;
}
.mb-brand-section-text-box {
  position: relative;
  display: block;
  color: #333;
  right: 0;
  display: flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
}
/* EXPLOREボタンのアニメーション */
.mb-brand-section-text-box {
  animation: exploreBtnAnimation 2s infinite 0s linear both;
}
@keyframes exploreBtnAnimation {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(2px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(-2px);
  }
  100% {
    transform: translateY(0);
  }
}
.mb-brand-section-text {
  font-size: 20px;
  font-weight: bold;
}
.mb-brand-section-img {
  height: 17px;
}

@media (max-width: 768px) {
  .brand-main .page-mv_box {
    display: block;
  }
  .mb-brand-section {
    padding: 20px 0;
  }
  .fashion-brand-page-title-box {
    padding: 0 13px;
  }
  .fashion-brand-page-title {
    font-size: 42px;
  }
  .mb-brand-section-text {
    font-size: 20px;
  }
  .mb-brand-section-text-box {
    margin-top: 40px;
    justify-content: center;
    transform: translateX(50%);
  }
}

/* テキストアンカーリンク */
.mb-brand-section-lists-box {
  padding: 15px 60px;
  max-width: 946px;
  width: calc(100% - (20px * 2));
  position: absolute;
  bottom: 50px;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 9999vh;
}
.mb-brand-section-lists {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: flex-start;
  overflow-x: auto;
}
.mb-brand-section-list {
  display: inline-block;
  border-left: 1px solid #ccc;
  border-right: 1px solid transparent;
  flex-shrink: 0;
  width: auto;
}
.mb-brand-section-list:last-child {
  border-right: 1px solid #ccc;
}
.mb-brand-section-link {
  padding: 10px 20px;
  display: inline-block;
  color: #333;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
  text-decoration: none;
}
.mb-brand-section-link.gaiyou {
  font-size: 18px;
}


@media (max-width: 768px) {
  .mb-brand-section-link {
    padding: 9px 20px;
    font-size: 18px;
  }
  .mb-brand-section-lists-box {
    padding: 10px 15px;
    width: 100%;
    bottom: 40px;
    border-radius: 0;
  }
  .mb-brand-section-list {
    flex-shrink: 0;
  }
}
/* jsでブランドのテキストアンカーリンクの合計幅に応じて表示・非表示対応 */
.js-mb-brand-section-lists-box {
  /* display:noneだとjsで幅取得できないため、visibility使用 */
  visibility: hidden;
}

/* ロゴ */
.brand-logo-box {
  margin-bottom: 50px;
  text-align: center;
}
.brand-logo {
  display: block;
  max-width: 100%;
  height: auto;
}
.brand-logo-box-link {
  display: inline-block;
}
@media (max-width: 768px) {
  .brand-logo-box {
    margin-bottom: 30px;
  }
}

/* 会社概要 */
.brand-main .mb-brand-section-company {
  margin-top: 100px;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
}
.mb-brand-section .mb-section-inner {
  margin: 0 auto;
  width: 1120px;
  max-width: 100%;
}
.mb-brand-section-company .fashion-brand-page-title-box {
  margin-bottom: 50px;
  padding: 0;
  flex-direction: column;
  align-items: flex-start;
}
.fashion-brand-company-box {
  display: grid;
  grid-template-columns: repeat(2,1fr);
}
.brand_logo_mobcast {
  width: 100%;
  max-width: 353px;
  height: auto;
}
.fashion-brand-company-right {
  display: grid;
  place-items: center;
}

@media (max-width: 768px) {
  .brand-main .mb-brand-section-company {
    margin-top: 60px;
    padding-top: 30px;
  }
  .mb-brand-section-company {
    margin-top: 90px;
  }
  .mb-brand-section-company .fashion-brand-page-title-box {
    margin-bottom: 40px;
  }
  .mb-brand-section-company .mb-brand-section-text {
    font-size: 18px;
  }
  .fashion-brand-company-box {
    grid-template-columns: 1fr;
  }
  .fashion-brand-company-right {
    margin-top: 40px;
  }
  .brand_logo_mobcast {
    max-width: 200px;
  }
}

/* テーブル */
.brand-main .fashion-brand-table {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  border-left: none;
  border-right: none;
}
.brand-main .fashion-brand-table tr {
  border-bottom: 1px solid #ccc;
}
.brand-main .fashion-brand-table tr:last-child {
  border-bottom: none;
}
.brand-main .fashion-brand-table th {
  padding: 30px 15px 30px 0;
  background: none;
  border: none;
  width: 150px;
}
.brand-main .fashion-brand-table td {
  padding: 30px 15px 30px 0;
  border: none;
}

@media (max-width: 768px) {
  .brand-main .fashion-brand-table th {
    margin-bottom: 15px;
    padding: 25px 0 0;
    display: block;
    width: 100%;
  }
  .brand-main .fashion-brand-table td {
    display: block;
    padding: 0 0 25px;
  }
  .brand-main .fashion-brand-table tr {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #ccc;
  }
}

/* スライダー・共通 */
.fashion-brand-container {
  position: relative;
}
.fashion-brand-slick-item img {
  width: 100%;
  object-fit: cover;
}
.brand-main .slick-slider button:focus {
  outline: none;
}
.brand-main .slick-slide {
  height: auto;
}

/* スライダー・ボタン */
.fashion-brand-btn-box {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1120px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 35px;
}
.fashion-brand-btn-more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 248px;
  height: 60px;
  text-align: center;
  color: #333;
  border: 1px solid #333;
  border-radius: 9999vh;
  text-decoration: none;
}
.fashion-brand-slick-btn-box {
  display: flex;
  align-items: center;
  gap: 10px;
}
.fashion-brand-slick-btn {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #333;
  background-color: #fff;
  border-radius: 9999vh;
}
.fashion-brand-slick-btn img {
  height: 20px;
}
.fashion-brand-slick-btn.next img {
  transform: rotate(180deg);
}
.fashion-brand-slick button.prev_arrow {
  right: 50px;
}
.fashion-brand-slick button.next_arrow {
  right: 0;
}
.fashion-brand-slick button.prev_arrow::before {
  left: 52%;
  transform: translate(-50%,-50%)  rotate(225deg);
}
.fashion-brand-slick button.next_arrow::before {
  left: 48%;
  transform: translate(-50%,-50%)  rotate(45deg);
}
.fashion-brand-slick button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 768px) {
  .fashion-brand-btn-box {
    padding: 0 15px;
    gap: 14px;
  }
}


/* スライダー・TOP */
.fashion-brand-container-top {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  gap: 10px;
  overflow: hidden;
  position: relative;
  /* 以下、スマホちらつき対策 */
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.fashion-brand-slide-top {
  display: flex;
  gap: 10px;
  /* 以下、スマホちらつき対策 */
  will-change: transform;
  transform: translateZ(0); /* GPU処理を強制 */
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.fashion-brand-top-item {
  width: 24.45vw;
  max-width: 272px;
}
.js-fashion-brand-top-slideshow {
  animation-name: infinity-scroll-left;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-delay: 0;
  animation-fill-mode: both;
  /* animation-durationはJSで記述 */
}
/* CSS自動スライド */
@keyframes infinity-scroll-left {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.fashion-brand-top-item img {
  display: block;
  width: 100%;
  object-fit: cover;
  /* 以下、スマホちらつき対策 */
  -webkit-transform: translateZ(0); /* iOS描画強制 */
}
@media (max-width: 768px) {
  .fashion-brand-container-top {
    width: 100vw;
  }
  .fashion-brand-top-item {
    width: 53.3vw;
  }
}


/* スライダー・ブランドエリア内 */
.fashion-brand-slick-container {
  overflow: hidden;
}
.fashion-brand-slick {
  width: 100%;
  position: relative;
  display: flex;
}
.fashion-brand-container {
  padding-top: 40px;
}
.fashion-brand-container:nth-of-type(1) {
  margin-top: 30px;
}
.fashion-brand-container + .fashion-brand-container {
  margin-top: 60px;
}
.fashion-brand-container .fashion-brand-slick {
  margin-left: auto;
  /* 画面1366サイズの時に1240px; */
  max-width: 90.8vw;
}
.fashion-brand-container .fashion-brand-slick-item {
  margin-right: 10px;
  flex-shrink: 0;
}
.fashion-brand-container .fashion-brand-slick-item:last-child {
  margin-right: 0;
}
.fashion-brand-slick-container .fashion-brand-slick button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}
.fashion-brand-slick-container .slick-slider button:focus {
outline: none;
}
.fashion-brand-slick-container .slick-list {
  /* はみ出しを許可 */
  overflow: visible !important;
}

@media (max-width: 768px) {
  .fashion-brand-container:nth-of-type(1) {
    margin-top: 40px;
  }
  .fashion-brand-container {
    padding-top: 30px;
  }
  .fashion-brand-container + .fashion-brand-container {
    margin-top: 40px;
  }
  .fashion-brand-container .fashion-brand-slick {
    margin-left: 0;
    max-width: max-content;
  }
  .fashion-brand-slick-container .slick-list {
    padding: 0 0 0 4%;
  }
}

/* スクロールバー・最初非表示、スクロール後表示（windows対応） */
/* Chrome、Safari */
/* Firefox・Edge */
.js-mb-brand-section-lists-scroll {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.js-mb-brand-section-lists-scroll {
  overflow-y: auto;
  box-sizing: border-box;
  scrollbar-width: thin; /* Firefox用 */
}
.js-mb-brand-section-lists-scroll.hide-scrollbar::-webkit-scrollbar {
  display: none; /* Chrome系用 */
}
.js-mb-brand-section-lists-scroll.hide-scrollbar {
  scrollbar-width: none; /* Firefox用 */
  -ms-overflow-style: none; /* Edge用 */
}

/* モーダルウィンドウ */
.brand-modal-area {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.js-brand-modal-area.active {
  opacity: 1;
  visibility: visible;
}

.brand-modal-bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
}
.brand-modal-box {
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 92%;
  max-width: 920px;
  /* モーダル要素が多くなった時用 */
  max-height: 80vh;
}
.brand-modal-content {
  margin: 0 auto;
  padding: 40px 40px 50px;
  background-color: #fff;
  border-radius: 10px;
}
.brand-modal-content-title {
  font-size: 52px;
  font-weight: bold;
  text-align: center;
}
.brand-modal-content .mb-brand-section-lists-modal {
  margin-top: 35px;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 20px;
  /* モーダル要素が多くなった時のスクロール処理 */
  max-height: 60vh;
  overflow-y: auto;
}

/* モーダル開いてる時にbody要素のスクロール不可に */
body.js-modal-open {
  overflow: hidden;
}


/* モーダルボタン・OPEN */
.brand-modal-open {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 250px;
  height: 70px;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform:translateX(-50%);
  font-size: 20px;
  font-weight: bold;
  background-color: #fff;
  border-radius: 9999vh;
  cursor: pointer;
  z-index: 10;
}
.js-brand-modal-open {
  visibility: hidden;
}
.brand-modal-open-icon-box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 25px;
  height: 10px;
}
.js-brand-modal-open-icon-box {
  visibility: hidden;
}
.brand-modal-open-icon-box span {
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: #000;
}
.brand-modal-open-icon-box span {
  display: inline-block;
  -webkit-transition: left 0.3s, right 0.3s;
  -moz-transition: left 0.3s, right 0.3s;
  -o-transition: left 0.3s, right 0.3s;
  -ms-transition: left 0.3s, right 0.3s;
  transition: left 0.3s, right 0.3s;
}
.brand-modal-open-icon-box span:nth-of-type(1) {
  top: 0;
  left: 0;
}
.brand-modal-open-icon-box span:nth-of-type(2) {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.brand-modal-open-icon-box span:nth-of-type(3) {
  bottom: 0;
  left: 0;
}
/* ホバー */
.brand-modal-open:hover .brand-modal-open-icon-box span:nth-of-type(1) {
  left: 5px;
}
.brand-modal-open:hover .brand-modal-open-icon-box span:nth-of-type(2) {
  right: 5px;
}
.brand-modal-open:hover .brand-modal-open-icon-box span:nth-of-type(3) {
  left: 5px;
}
@media (max-width: 768px) {
  .brand-modal-open {
    visibility: hidden;
  }
}

/* モーダルボタン・CLOSE */
.brand-modal-close {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  background-color: transparent;
  overflow: hidden;
}
.brand-modal-close::before {
  content: "";
  width: 25px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%) rotate(45deg);
}
.brand-modal-close::after {
  content: "";
  width: 25px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%) rotate(-45deg);
}