@charset "UTF-8";
@import url("./module/module.css");
@import url("../../../cmn/css/module/module.css");
@import url("../../../cmn/css/news/module.css");
/*------------------------------------------

	アニメーション

------------------------------------------*/
@-webkit-keyframes lineLink {
    50% {
        left: 100%;
        -webkit-animation-timing-function: cubic-bezier(.19,1,.22,1);
        animation-timing-function: cubic-bezier(.19,1,.22,1)
    }

    51% {
        opacity: 0
    }

    52% {
        left: -100%
    }

    53% {
        opacity: 1
    }

    to {
        left: 0;
        -webkit-animation-timing-function: cubic-bezier(.19,1,.22,1);
        animation-timing-function: cubic-bezier(.19,1,.22,1)
    }
}

@keyframes lineLink {
    50% {
        left: 100%;
        -webkit-animation-timing-function: cubic-bezier(.19,1,.22,1);
        animation-timing-function: cubic-bezier(.19,1,.22,1)
    }

    51% {
        opacity: 0
    }

    52% {
        left: -100%
    }

    53% {
        opacity: 1
    }

    to {
        left: 0;
        -webkit-animation-timing-function: cubic-bezier(.19,1,.22,1);
        animation-timing-function: cubic-bezier(.19,1,.22,1)
    }
}

/*------------------------------------------

	common

------------------------------------------*/
@font-face {
    font-family: 'Roboto';
    src: url('/cmn/fonts/Roboto-Thin.ttf') format('truetype');
    font-weight: 100;
}

@font-face {
    font-family: 'Roboto';
    src: url('/cmn/fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'Roboto';
    src: url('/cmn/fonts/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: 'Roboto';
    src: url('/cmn/fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: 700;
}


*, *::before, *::after {
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

*::before, *::after {
    backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

html {
    font-style: normal;
    text-align: left;
    font-size: 16px;
    line-height: 1.3;
}

@media only screen and (max-width: 767px) {
    html {
        font-size: 14px;
    }
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    min-height: 100%;
    margin: 0;
    padding: 0;
    color: #333;
}

body * {
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: inherit;
}

table {
    font-size: 1em;
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,img {
    font-size: 1em;
    border: 0;
}

ol,ul {
    font-size: 1em;
    list-style: none;
}

caption,th {
    font-size: 1em;
    text-align: left;
}

q:after,q:before {
    font-size: 1em;
    content: '';
}

abbr,acronym {
    border: 0;
    font-size: 1em;
}

small {
    font-size: .8em;
}

large {
    font-size: 1.2em;
}

th {
    font-weight: 100;
}

img {
    vertical-align: bottom;
}

button {
    border: 0;
    background-color: transparent;
}

button:focus {
    outline: 0;
}

:placeholder-shown {
    color: #9da0a4;
}

::-webkit-input-placeholder {
    color: #9da0a4;
}

:-moz-placeholder {
    color: #9da0a4;
    opacity: 1;
}

::-moz-placeholder {
    color: #9da0a4;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #9da0a4;
}

a {
    color: inherit;
    text-decoration: none;
}

.pcOnly {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .pcOnly {
    display: block;
  }
}

.spOnly {
  display: none;
}

@media only screen and (max-width: 767px) {
  .spOnly {
    display: block;
  }
}

.clr::after {
    content: '';
    display: block;
    clear: both;
}

main {
    display: block;
    margin: 100px 0 120px;
}
@media print, screen and (min-width: 768px) and (max-width: 1024px) {
    main {
        width: 1024px;
    }
}
@media only screen and (max-width: 767px) {
    main {
        margin: 70px 0 50px;
    }
}

@media print {
    main {
        margin: 0;
    }
}

.container {
    margin: auto;
    padding: 0 35px;
}
@media print, screen and (min-width: 1025px) {
    .container {
        max-width: 1200px;
        width: 100%;
    }
}
@media print, screen and (min-width: 768px) and (max-width: 1024px) {
    .container {
        width: 1024px;
    }
}
@media only screen and (max-width: 767px) {
    .container {
        width: 100%;
        padding: 0;
    }
}

.main {
    width: calc(835 / (1130 - (60 / 1130 * 100)) * 100%);
}

.sidemenu {
    width: calc(235 / (1130 - (60 / 1130 * 100)) * 100%);
}

@media print, screen and (min-width: 768px) {
    .main + .sidemenu {
        margin-right: calc(60 / 1130 * 100%);
    }
}

@media only screen and (max-width: 767px) {
    .main,
    .sidemenu {
        width: 100%;
    }
    .main {
        padding: 0 10px;
    }
}

@media print, screen and (min-width: 768px) {
    .wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
    }
}

.wrapper.single {
    display: block;
}

.wrapper.single .main {
    width: 100%;
}

@media print, screen and (min-width: 768px) and (max-width: 1024px) {
    .wrapper.single {
        width: 1024px;
    }
}

@media only screen and (max-width: 767px) {
    .wrapper.single .main {
        padding: 0;
    }
    .wrapper.single .container {
        padding: 0 10px;
    }
}

.mt0 {
    margin-top: 0 !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

/*------------------------------------------

	見出し

------------------------------------------*/
.under h1,
.under h2,
.under h3,
.under h4,
.under h5 {
    line-height: 1.3;
    color: #222;
    font-weight: bold;
}

.under h1 {
  font-size: 36px;
  position: relative;
  padding-bottom: 13px;
  margin-bottom: 45px;
  border-bottom: 3px solid rgba(185, 185, 185, .4);
}

.under h1::after {
  content: '';
  position: absolute;
  width: 72px;
  height: 3px;
  bottom: -3px;
  left: 0;
  background-color: #861c3c;
}

@media only screen and (max-width: 767px) {
    .under h1 {
        font-size: 23px;
        margin-bottom: 25px;
        border-width: 2px;
        padding-bottom: 5px;
    }
    .under h1::after {
        width: 46px;
        height: 2px;
        bottom: -2px;
    }
}


.under h1.index--title {
  letter-spacing: .04em;
  border: none;
  font-family: 'Roboto', sans-serif;
}

@media print, screen and (min-width: 768px) {
  .under h1.index--title {
    line-height: 1.3;
    font-weight: 400;
    font-size: 68px;
    color: #222;
    padding-bottom: 0;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .under h1.index--title {
    position: relative;
    padding-top: 0px;
    font-size: 32px;
    font-weight: 400;
  }
}

.under h1.index--title::after {
  position: static;
  width: auto;
  height: auto;
  background-color: transparent;
}

@media print, screen and (min-width: 768px) {
  .under h1.index--title::after {
    white-space: pre-wrap;
    content: "/ ソリューション";
    font-size: 15px;
    margin-left: 17px;
    letter-spacing: .04em;
    font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック";
    color: #848484;
  }
}

@media only screen and (max-width: 767px) {
  .under h1.index--title::after {
    position: absolute;
    content: "ソリューション";
    color: #848484;
    font-size: 12px;
    top: 40px;
    left: 0px;
    letter-spacing: .04em;
  }
}

.under h2 {
  border-bottom: 2px solid rgba(185, 185, 185, .4);
  font-size: 27px;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 35px;
}

.under h2::after {
  content: '';
  position: absolute;
  width: 50px;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #861c3c;
}

.single .under h2::after {
    width: 57px;
}

@media only screen and (max-width: 767px) {
    .under h2 {
        font-size: 21px;
        margin-bottom: 20px;
        padding-bottom: 5px;
    }
    .under h2::after {
      width: 40px;
    }
    .single .under h2::after {
        width: 40px;
    }
}

.under h3 {
    border-bottom: 1px solid rgba(139, 139, 139, .4);
    font-size: 21px;
    padding-bottom: 9px;
    margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
    .under h3 {
        font-size: 18px;
        margin-bottom: 15px;
        padding-bottom: 5px;
    }
}

.under h4 {
    font-size: 19px;
    margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
    .under h4 {
        font-size: 17px;
        margin-bottom: 10px;
    }
}

.under h5 {
    font-size: 19px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
    .under h5 {
        font-size: 15px;
        margin-bottom: 10px;
    }
}

/*------------------------------------------

	パンくず

------------------------------------------*/

.breadcrumb {
    font-size: 13px;
    margin-bottom: 25px;
}
.breadcrumb a {
    -webkit-transition: .1s linear;
    transition: .1s linear;
}
.breadcrumb a:hover {
    opacity: .75;
    text-decoration: underline;
}
@media only screen and (max-width: 767px) {
    .breadcrumb {
        display: none;
    }
}
.breadcrumb > ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.breadcrumb li {
    position: relative;
}
.breadcrumb li:last-child {
    color: #666;
}
.breadcrumb li + li {
    margin-left: 25px;
}
.breadcrumb li + li::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -18px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #b2b2b2;
    border-right: 1px solid #b2b2b2;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
}

/*------------------------------------------

	common parts

------------------------------------------*/
.under .under--text01 {
    line-height: 1.8;
}
.under .under--text02 {
    line-height: 1.5;
}
.under .under--text03 {
    line-height: 1.3;
}
.under .under--text01,
.under .under--text02,
.under .under--text03 {
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .under .under--text01,
    .under .under--text02,
    .under .under--text03 {
        margin-bottom: 20px;
    }
}

.under--pdf {
  border: 1px solid  #c30e1e;
  color: #c30e1e;
  display: inline-block;
  font-size: 10px;
  padding: 1px 8px;
  position: relative;
  top: -2px;
  margin-left: 10px;
}

_:-ms-lang(x)::-ms-backdrop, .under--pdf {
  padding: 4px 8px 0;
}

.under--list01 {
  counter-reset: num;
  line-height: 1.8;
}
.under--list02 {
    line-height: 1.5;
}

.under--list01 li {
  counter-increment: num;
  position: relative;
  padding-left: 30px;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
    .under--list01 li {
      padding-left: 20px;
    }
}

.under--list01 li::before {
  content: counter(num) ".";
  position: absolute;
  top: 0;
  left: 0;
}

.under .pp__inner .pp--list02 {
  counter-reset: num;
}

.under .pp__inner .pp--list02 li {
  counter-increment: num;
  position: relative;
  padding-left: 30px;
}

.under .pp__inner .pp--list02 li::before {
  content: "(" counter(num) ")";
  position: absolute;
  top: 0;
  left: 0;
}

.lb-container {
    padding: 20px;
}
@media only screen and (max-width: 767px) {
    .lb-container {
        padding: 10px;
    }
}


.under .item--arrow > * {
    padding-left: 30px;
    position: relative;
}
.under .item--arrow > *::before, .under .item--arrow > *::after {
  content: '';
  position: absolute;
  background-color: #000;
  pointer-events: none;
}

.under .item--arrow > *::before {
  width: 8px;
  height: 1px;
  top: calc(50% - 2px);
  left: 9px;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}

.under .item--arrow > *::after {
  width: 15px;
  height: 1px;
  top: 50%;
  left: 0;
}

.bg--gray {
    background-color: #e6e6e6;
}

/*
    アイコン
------------------------------------------*/
.title--arrowBefore {
    padding-left: 30px;
}
@media only screen and (max-width: 767px) {
    .title--arrowBefore {
        padding-left: 25px;
    }
}
.title--arrowBefore,
.title--arrowAfter {
    position: relative;
    display: inline-block;
}
.title--arrowBefore::after,
.title--arrowAfter::after {
    content: '';
    position: absolute;
}
.title--arrowBefore::after {
    left: 0;
}
.title--arrowAfter::after {
    right: 0;
}

.arrow-lg::after {
    background: url(/cmn/img/arrow-lg.svg) right top no-repeat;
    width: 34px;
    height: 7px;
    top: 7px;
}
@media only screen and (max-width: 767px) {
    .arrow-lg::after {
        width: 23px;
        top: 5px;
    }
}

.arrow-md::after {
    background: url(/cmn/img/arrow-md.svg) right top no-repeat;
    width: 21px;
    height: 5px;
    top: 5px;
}
@media only screen and (max-width: 767px) {
    .arrow-md::after {
        width: 18px;
        height: 4px;
        top: 3px;
    }
}

.arrow-md-w::after {
    background: url(/cmn/img/arrow-md-w.svg) no-repeat;
    width: 21px;
    height: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.arrow-sm::after {
    background: url(/cmn/img/arrow-sm.svg) no-repeat;
    width: 17px;
    height: 5px;
    top: 6px;
}
@media only screen and (max-width: 767px) {
    .arrow-sm::after {
        top: 4px;
    }
}

.icon_blank {
    position: relative;
    padding-right: 17px;
    margin-right: 5px;
    display: inline-block;
    -webkit-transition: .1s linear;
    transition: .1s linear;
}
.icon_blank:hover {
    text-decoration: underline;
}
.icon_blank::before {
    content: '';
    background: url(/cmn/img/icon-blank.svg) no-repeat;
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.icon_blank:hover,
.icon_blank:hover::before{
    opacity: .75;
}
.icon_zoom {
    position: relative;
    padding-left: 27px;
}
.icon_zoom::before {
    content: '';
    background: url(/cmn/img/icon-zoom.svg) no-repeat;
    position: absolute;
    width: 22px;
    height: 22px;
    top: -4px;
    left: 0;
}
.icon_zoom:hover {
    text-decoration: underline;
}

/*
    リンク効果
------------------------------------------*/
.link--opacity {
    -webkit-transition: .1s linear;
    transition: .1s linear;
}
.link--opacity:hover {
    opacity: .75;
}
.link--hover02 {
    position: relative;
    overflow: hidden;
}

@media print, screen and (min-width: 768px) {
    .link--hover01 {
        position: relative;
        -webkit-transform: scale(1, 1);
                transform: scale(1, 1);
        -webkit-transform-origin: left top;
                transform-origin: left top;
        -webkit-transition: all .5s;
        transition: all .5s;
    }
    .link--hover01::before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width:100%;
        content: '';
        background-color: #861c3c;
        -webkit-transform-origin: left top;
                transform-origin: left top;
        -webkit-transform: scale(0, 1);
                transform: scale(0, 1);
        -webkit-transition:all .3s;
        transition:all .3s;
        height: 100%;
        opacity: .25;
        z-index: -1;
    }
    .link--hover01:hover::before {
        -webkit-transform-origin: left top;
                transform-origin: left top;
        -webkit-transform: scale(1, 1);
                transform: scale(1, 1);
        opacity: 1;
    }
    .link--hover02::before {
        content: "";
        position: absolute;
        border-bottom: 1px solid #3e3a39;
        bottom: 0;
        left: 0;
        display: block;
        -webkit-transition: .5s;
        transition: .5s;
        width: 100%;
        height: 1px;
    }
    .link--hover02:hover::before {
        animation: lineLink .5s;
        -webkit-animation: lineLink .5s;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .link--hover02::before {
        content: "";
        position: absolute;
        border-bottom: 1px solid #3e3a39;
        bottom: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 1px;
    }
}

/*
    テーブル
------------------------------------------*/
.common--table01 {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    width: 100%;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-word;
}
.common--table01 th,
.common--table01 td {
    padding: 22px 0;
    line-height: 1.5;
    vertical-align: top;
    word-break: keep-all;
}
@media only screen and (max-width: 767px) {
    .common--table01 th,
    .common--table01 td {
        padding: 15px 0;
    }
}
.common--table01 tr + tr {
    border-top: 1px solid #e6e6e6;
}
.common--table01 th {
    font-weight: bold;
    font-size: 18px;
    width: 23.95%;
}
@media only screen and (max-width: 767px) {
    .common--table01 th {
        font-size: 15px;
    }
}
.common--table01 td p ~ figure {
    margin-top: 15px;
}
@media only screen and (max-width: 767px) {
    .common--table01 td p ~ figure {
        margin-top: 10px;
    }
}
.common--table01 td figure {
    margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
    .common--table01 td figure {
        margin-bottom: 10px;
    }
}

.common--table02 {
    border: 1px solid #d1d1d1;
    width: 100%;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-word;
}
.common--table02 tr {
    border: 1px solid #d1d1d1;
}
.common--table02 th,
.common--table02 td {
    padding: 20px;
    line-height: 1.5;
}

.common--table02 th {
    background-color: #f0f0f0;
    color: #222;
    font-weight: bold;
    vertical-align: top;
    width: 27.577938%;
}
.common--table02 td {
    vertical-align: top;
    width: 72.422062%;
}

@media only screen and (max-width: 767px) {
    .common--table02 th,
    .common--table02 td {
        padding: 15px 10px;
        display: block;
    }
    .common--table02 th {
        width: 100%;
    }
    .common--table02 td {
        width: 100%;
    }
}

/*------------------------------------------

	アンカーリンク

------------------------------------------*/
@media print, screen and (min-width: 768px) {
    .under .anchor__area {
        margin-top: 50px;
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .under .anchor__area {
        margin-top: 30px;
        margin-bottom: 32px;
    }
}

.under .anchor__area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) {
    .under .anchor__area ul li {
        margin-bottom: 30px;
        margin-right: 30px;
    }
    .under .anchor__area ul li:last-child {
        margin-right: 0;
    }
}
@media only screen and (max-width: 767px) {
    .under .anchor__area ul li {
        margin-bottom: 18px;
    }
}

.under .anchor__area ul li a {
    display: block;
    padding-right: 20px;
    padding-bottom: 5px;
    position: relative;
}

@media print, screen and (min-width: 768px) {
    .under .anchor__area ul li a {
        display: inline-block;
        min-width: 130px;
        padding-right: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .under .anchor__area ul li a {
        font-size: 13px;
    }
}

.under .anchor__area ul li a::after {
  content: '';
  position: absolute;
  width: 9px;
  height: 9px;
  border-right: 1px solid #3e3a39;
  border-bottom: 1px solid #3e3a39;
  top: 2px;
  right: 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media only screen and (max-width: 767px) {
  .under .anchor__area ul li {
    width: calc(50% - 5px);
  }
  .under .anchor__area ul li:nth-child(2n+1) {
    margin-right: 10px;
  }
  .under .anchor__area ul li + li {
    margin-left: 0;
  }
}

/*------------------------------------------

	サイドメニュー

------------------------------------------*/
.sidemenu {
    font-size: 14px;
}
@media only screen and (max-width: 767px) {
    .sidemenu {
        margin-top: 50px;
    }
}
.sidemenu > h2 a {
    color: #fff;
    background-color: #3e3a39;
    padding: 18px 15px;
    display: block;
    height: 100%;
    font-size: 18px;
}
@media only screen and (max-width: 767px) {
    .sidemenu > h2 a {
        padding: 14px 25px;
        font-size: 17px;
    }
}
.sidemenu > h2 a::after {
    background-image: url(/cmn/img/arrow-md-w.svg);
    right: 13px;
    width: 21px;
    height: 5px;
    top: calc(50% - 5px);
}
.sidemenu__nav > li {
    border-bottom: 1px solid  #e3e3e3;
}
.sidemenu__nav a {
    display: block;
    padding: 13px 15px;
    font-size: 15px;
}
@media only screen and (max-width: 767px) {
    .sidemenu__nav a {
      padding: 12px 25px;
    }
}
.sidemenu__nav ul {
    margin: 1px 0 10px 10px;
}
@media only screen and (max-width: 767px) {
    .sidemenu__nav ul {
        margin-right: 10px;
    }
}
.sidemenu__nav ul li a {
    padding: 9px 15px;
    font-size: 14px;
}
.sidemenu__nav ul li + li {
    margin-top: 1px;
}
@media only screen and (max-width: 767px) {
    .sidemenu__nav ul li a {
        padding: 9px 25px;
    }
}
.sidemenu__nav .is-active > a {
    background-color: #e6e6e6;
    font-weight: bold;
}

@media print, screen and (min-width: 768px) {
    .sidemenu__nav li > a {
        position: relative;
        -webkit-transform: scale(1, 1);
                transform: scale(1, 1);
        -webkit-transform-origin: left top;
                transform-origin: left top;
        -webkit-transition: all .5s;
        transition: all .5s;
    }
    .sidemenu__nav li > a::before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width:100%;
        content: '';
        background-color: #e6e6e6;
        -webkit-transform-origin: left top;
                transform-origin: left top;
        -webkit-transform: scale(0, 1);
                transform: scale(0, 1);
        -webkit-transition:all .3s;
        transition:all .3s;
        height: 100%;
        opacity: .25;
        z-index: -1;
    }
    .sidemenu__nav li > a:hover::before {
        -webkit-transform-origin: left top;
                transform-origin: left top;
        -webkit-transform: scale(1, 1);
                transform: scale(1, 1);
        opacity: 1;
    }
}

/*------------------------------------------

	アコーディオン

------------------------------------------*/
.under__accordion--title {
  background-color: #f0f0f0;
  padding: 15px 20px;
  position: relative;
  cursor: pointer;
  -webkit-transition: .1s linear;
  transition: .1s linear;
}
@media only screen and (max-width: 767px) {
    .under__accordion--title {
        font-size: 16px;
        padding: 10px 15px;
    }
}
.under__accordion--title:hover {
    background-color: #e1e1e1;
}

.under__accordion--title::before, .under__accordion--title::after {
  content: '';
  position: absolute;
  display: block;
  right: 29px;
  background-color: #000;
  -webkit-transition: .1s linear;
  transition: .1s linear;
}

@media only screen and (max-width: 767px) {
    .under__accordion--title::before, .under__accordion--title::after {
      right: 20px;
    }
}

.under__accordion--title::before {
  width: 1px;
  height: 19px;
  top: 17px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.under__accordion--title::after {
  width: 1px;
  height: 19px;
  top: 17px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}

@media only screen and (max-width: 767px) {
    .under__accordion--title::before {
      top: 10px;
    }

    .under__accordion--title::after {
      top: 10px;
    }
}

.under__accordion--title.active {
    background-color: #e1e1e1;
}
.under__accordion--title.active::before,
.under__accordion--title.active::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
}
.under__accordion--title.active::after {
  display: none;
}

.under__accordion--list {
  background-color: #f7f7f7;
  display: none;
  padding: 30px;
}

@media only screen and (max-width: 767px) {
    .under__accordion--list {
      padding: 25px 15px;
    }
}

.under__accordion--list > li {
  padding: 30px 0;
  border-bottom: 1px solid  #e6e6e6;
}
.under__accordion--list > li:first-child {
    padding: 0 0 30px;
}

@media only screen and (max-width: 767px) {
    .under__accordion--list > li {
      padding: 25px 0;
    }
    .under__accordion--list > li:first-child {
        padding: 0 0 25px;
    }
}

.under__accordion--list > li h3 {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 18px;
  border: none;
  padding: 0;
}

@media only screen and (max-width: 767px) {
    .under__accordion--list > li h3 {
      margin-bottom: 15px;
      font-size: 16px;
    }
}

.under__accordion--list > li .googlemap {
  margin-bottom: 15px;
}

.under__accordion + .under__accordion {
  margin-top: 5px;
}


/*------------------------------------------

	ページ下部リンク

------------------------------------------*/
.under .other__link {
  border-top: 1px solid #e6e6e6;
  margin: 70px 0 0;
  padding-top: 40px;
}

@media only screen and (max-width: 767px) {
    .under .other__link {
        margin-top: 50px;
        padding-top: 30px;
    }
}
.under .other__link li {
  display: inline-block;
  margin: 10px 0;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .under .other__link li {
    width: 200px;
    margin-right: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .under .other__link li {
    width: 48%;
  }
}

.under .other__link li a {
  display: block;
  padding-bottom: 10px;
  position: relative;
  line-height: 1.3;
}

@media only screen and (max-width: 767px) {
    .under .other__link li a {
        font-size: .8em;
    }
}

.under .other__link--list01 .link--hover02::before {
    border-width: 2px;
    height: 2px;
}

.under .other__link--list01 li a {
    font-size: 17px;
}

@media only screen and (max-width: 767px) {
    .under .other__link--list01 li a {
        font-size: 14px;
    }
}

.under .other__link--list01 li a::after {
  width: 30px;
  height: 5px;
  background-position: right top;
}

@supports (-ms-ime-align: auto) {
    .under .other__link--list01 li a::after {
        height: 6px;
    }
}

.under .other__link--list02 li a::after {
  width: 21px;
}

@media only screen and (max-width: 767px) {
  .under .other__link li + li {
    margin-left: 0;
  }
}

.under .other__link--list01 li a {
  border-width: 2px;
  padding-right: 30px;
}

.under .other__link--list02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.under .other__link--list02 li a {
    padding-right: 25px;
}

@media only screen and (max-width: 767px) {
    .under .other__link--list02 li a {
        font-size: 13px;
    }
    .under .other__link--list02 li:nth-child(2n+1) {
        margin-right: 4%;
    }
    .under .other__link--list02 li:nth-child(2n+1):nth-last-child(-n+2),
    .under .other__link--list02 li:nth-child(2n+1):nth-last-child(-n+2) ~ li {
        margin-bottom: 0;
    }
}

/*------------------------------------------

	Topics, Story

------------------------------------------*/
.wrapper.topics .container,
.wrapper.story .container {
  max-width: 1050px;
}
@media print, screen and (min-width: 768px) {
  .under .topics__inner,
  .under .story__inner {
    padding: 55px 0 120px;
  }
}

@media only screen and (max-width: 767px) {
  .under .topics__inner,
  .under .story__inner {
    padding: 35px 0 55px;
  }
}

.topics .section__inner + .section__inner,
.story .section__inner + .section__inner {
  padding-top: 100px;
}

@media only screen and (max-width: 767px) {
  .topics .section__inner + .section__inner,
  .story .section__inner + .section__inner {
    padding-top: 50px;
  }
}

.under .topics--subtitle,
.under .story--subtitle {
  color: #222;
  font-weight: bold;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.04em;
}

@media print, screen and (min-width: 768px) {
  .under .topics--subtitle,
  .under .story--subtitle {
    font-size: 28px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .under .topics--subtitle,
  .under .story--subtitle {
    font-size: 17px;
    margin-bottom: 15px;
  }
}

.under .topics--subtitle span,
.under .story--subtitle span {
  position: relative;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

@media print, screen and (min-width: 768px) {
  .under .topics--subtitle span,
  .under .story--subtitle span {
    padding-bottom: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .under .topics--subtitle span,
  .under .story--subtitle span {
    padding-bottom: 3px;
  }
}

.under .topics--subtitle span::before,
.under .story--subtitle span::before {
  position: absolute;
  left: 50%;
  content: "";
  width: 1px;
  background-color: #222;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media print, screen and (min-width: 768px) {
  .under .topics--subtitle span::before,
  .under .story--subtitle span::before {
    height: 80px;
    top: -90px;
  }
}

@media only screen and (max-width: 767px) {
  .under .topics--subtitle span::before,
  .under .story--subtitle span::before {
    height: 47px;
    top: -60px;
  }
}


.under .topics--subtitle span::after,
.under .story--subtitle span::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  width: 100%;
  background-color: #222;
}

@media print, screen and (min-width: 768px) {
  .under .topics--subtitle span::after,
  .under .story--subtitle span::after {
    height: 3px;
  }
}

@media only screen and (max-width: 767px) {
  .under .topics--subtitle span::after,
  .under .story--subtitle span::after {
    height: 2px;
  }
}

.under .topics--title,
.under .story--title {
  color: #222;
  font-weight: normal;
  border: none;
  text-align: center;
  border-bottom: 1px solid #555;
}

@media print, screen and (min-width: 768px) {
  .under .topics--title,
  .under .story--title {
    font-size: 35px;
    padding-bottom: 30px;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .under .topics--title,
  .under .story--title {
    font-size: 21px;
    padding-bottom: 20px;
    margin-bottom: 35px;
  }
}

.under .topics--title::after,
.under .story--title::after {
  display: none;
}

.topics .section__inner .under--title01,
.story .section__inner .under--title01 {
  position: relative;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .topics .section__inner .under--title01,
  .story .section__inner .under--title01 {
    font-size: 30px;
    padding-bottom: 15px;
    margin-bottom: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .topics .section__inner .under--title01,
  .story .section__inner .under--title01 {
    font-size: 21px;
    padding-bottom: 12px;
    margin-bottom: 20px;
  }
}

.topics .section__inner .under--title01::after,
.story .section__inner .under--title01::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 2px;
  background-color: #861c3c;
}

@media print, screen and (min-width: 768px) {
  .topics .section__inner .under--title01::after,
  .story .section__inner .under--title01::after {
    width: 57px;
  }
}

@media only screen and (max-width: 767px) {
  .topics .section__inner .under--title01::after,
  .story .section__inner .under--title01::after {
    width: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .topics .section__inner .under--text01,
  .story .section__inner .under--text01 {
    margin-bottom: 30px;
  }
}

.topics .section__inner .under--text01:last-child,
.story .section__inner .under--text01:last-child {
  margin-bottom: 0;
}

.topics .section--img,
.story .section--img {
    text-align: center;
}

@media print, screen and (min-width: 768px) {
  .topics .section--img,
  .story .section--img {
    margin: 60px auto 0;
  }
}

@media only screen and (max-width: 767px) {
  .topics .section--img,
  .story .section--img {
    margin: 40px auto 0;
  }
}

@media only screen and (max-width: 767px) {
    .topics .section--img img,
    .story .section--img img {
      width: 100%;
    }
}

.topics .section--img .under--text02,
.story .section--img .under--text02 {
  color: #555;
  margin: 15px 0 0;
}

@media print, screen and (min-width: 768px) {
  .topics .section--img .under--text02,
  .story .section--img .under--text02 {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .topics .section--img .under--text02,
  .story .section--img .under--text02 {
    font-size: 13px;
  }
}

.under .topics--2col,
.under .story--2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media print, screen and (min-width: 768px) {
  .under .topics--2col,
  .under .story--2col {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .under .topics--2col,
  .under .story--2col {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .under .topics--2col__item,
  .under .story--2col__item {
    width: 48%;
    max-width: 470px;
  }
}

.under .topics--2col__item img,
.under .story--2col__item img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .under .topics--2col__item.sp--img,
  .under .story--2col__item.sp--img {
    width: 84.507042%;
    margin: auto;
  }
}

.under .topics--2col__item .under--text02,
.under .story--2col__item .under--text02 {
  color: #555;
  line-height: 1.5;
  margin: 15px 0 0;
  text-align: left;
}

@media print, screen and (min-width: 768px) {
  .under .topics--2col__item .under--text02,
  .under .story--2col__item .under--text02 {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .under .topics--2col__item .under--text02,
  .under .story--2col__item .under--text02 {
    font-size: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .under .topics--2col__item:first-child,
  .under .story--2col__item:first-child {
    margin-bottom: 30px;
  }
}

.under .topics--2col.is-imgOnly .section--2col__item,
.under .story--2col.is-imgOnly .section--2col__item {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .under .topics--2col.is-imgOnly .section--2col__item:first-child,
  .under .story--2col.is-imgOnly .section--2col__item:first-child {
    margin-bottom: 20px;
  }
}

.under .topics--2col + .under--text01,
.under .story--2col + .under--text01 {
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  .under .topics--2col + .under--text01,
  .under .story--2col + .under--text01 {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 768px) {
    .under .pcImage{
      width: 100%;
    }
}

.topics__link {
    margin-top: 60px;
}
@media only screen and (max-width: 767px) {
    .topics__link {
        margin-top: 35px;
    }
}
.topics__link > a:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 767px) {
    .topics h3 + .section--img,
    .story h3 + .section--img {
        margin-top: 20px;
    }
}

/* @media print, screen and (min-width: 768px) {
    .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }
} */

/*------------------------------------------

	Library

------------------------------------------*/
.under .library__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
  padding: 20px 0;
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .under .library__menu {
    display: block;
    margin-bottom: 30px;
    padding: 10px 0;
  }
}

.under .library__menu--item {
  text-align: center;
  cursor: pointer;
}

.under .library__menu--item span {
  font-size: 16px;
  position: relative;
}

.under .library__menu--item span::after {
  position: absolute;
  bottom: -6px;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background: #861c3c;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.under .library__menu--item span:hover::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

@media only screen and (max-width: 767px) {
  .under .library__menu--item span {
    font-size: 15px;
  }
}

.under .library__menu .current span {
  font-weight: bold;
}

.under .library__menu .current span::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.under .library__menu > div + div {
  margin-left: 40px;
}

@media only screen and (max-width: 767px) {
  .under .library__menu > div + div {
    margin-top: 20px;
    margin-left: 0;
  }
}

@media print {
    .tc_header,
    .tc_footer {
        display: none;
    }
}

/*
  Plyr
------------------------------------------------------------------------------*/
.plyr input[type=range]:focus,.plyr:focus{outline:0}.plyr .plyr__video-embed iframe,.plyr__tooltip{pointer-events:none}@keyframes plyr-progress{to{background-position:25px 0}}.plyr{position:relative;max-width:100%;min-width:200px;font-family:Avenir,'Avenir Next','Helvetica Neue','Segoe UI',Helvetica,Arial,sans-serif;direction:ltr}.plyr,.plyr *,.plyr ::after,.plyr ::before{box-sizing:border-box}.plyr a,.plyr button,.plyr input,.plyr label{-ms-touch-action:manipulation;touch-action:manipulation}.plyr audio,.plyr video{width:100%;height:auto;vertical-align:middle;border-radius:inherit}.plyr input[type=range]{display:block;height:20px;width:100%;margin:0;padding:0;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;border:none;background:0 0}.plyr input[type=range]::-webkit-slider-runnable-track{height:8px;background:0 0;border:0;border-radius:4px;-webkit-user-select:none;user-select:none}.plyr input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;margin-top:-4px;position:relative;height:16px;width:16px;background:#fff;border:2px solid transparent;border-radius:100%;transition:background .2s ease,border .2s ease,transform .2s ease;box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(0,0,0,.15);box-sizing:border-box}.plyr input[type=range]::-moz-range-track{height:8px;background:0 0;border:0;border-radius:4px;-moz-user-select:none;user-select:none}.plyr input[type=range]::-moz-range-thumb{position:relative;height:16px;width:16px;background:#fff;border:2px solid transparent;border-radius:100%;transition:background .2s ease,border .2s ease,transform .2s ease;box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(0,0,0,.15);box-sizing:border-box}.plyr input[type=range]::-ms-track{height:8px;background:0 0;border:0;color:transparent}.plyr input[type=range]::-ms-fill-upper{height:8px;background:0 0;border:0;border-radius:4px;-ms-user-select:none;user-select:none}.plyr input[type=range]::-ms-fill-lower{height:8px;border:0;border-radius:4px;-ms-user-select:none;user-select:none;background:#3e3a39}.plyr input[type=range]::-ms-thumb{position:relative;height:16px;width:16px;background:#fff;border:2px solid transparent;border-radius:100%;transition:background .2s ease,border .2s ease,transform .2s ease;box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(0,0,0,.15);box-sizing:border-box;margin-top:0}.plyr input[type=range]::-ms-tooltip{display:none}.plyr input[type=range]::-moz-focus-outer{border:0}.plyr input[type=range].tab-focus:focus{outline-offset:3px}.plyr input[type=range]:active::-webkit-slider-thumb{background:#3e3a39;border-color:#fff;transform:scale(1.25)}.plyr input[type=range]:active::-moz-range-thumb{background:#3e3a39;border-color:#fff;transform:scale(1.25)}.plyr input[type=range]:active::-ms-thumb{background:#3e3a39;border-color:#fff;transform:scale(1.25)}.plyr--video input[type=range].tab-focus:focus{outline:rgba(255,255,255,.5) dotted 1px}.plyr--audio input[type=range].tab-focus:focus{outline:rgba(86,93,100,.5) dotted 1px}.plyr__sr-only{clip:rect(1px,1px,1px,1px);overflow:hidden;position:absolute!important;padding:0!important;border:0!important;height:1px!important;width:1px!important}.plyr__video-wrapper{position:relative;background:#000;border-radius:inherit}.plyr__video-embed{padding-bottom:56.25%;height:0;border-radius:inherit;overflow:hidden;z-index:0}.plyr__video-embed iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.plyr__video-embed>div{position:relative;padding-bottom:200%;transform:translateY(-35.95%)}.plyr video::-webkit-media-text-track-container{display:none}.plyr__captions{display:none;position:absolute;bottom:0;left:0;width:100%;padding:20px;transform:translateY(-40px);transition:transform .3s ease;color:#fff;font-size:16px;text-align:center;font-weight:400}.plyr__captions span{border-radius:2px;padding:3px 10px;background:rgba(0,0,0,.7);-webkit-box-decoration-break:clone;box-decoration-break:clone;line-height:150%}.plyr__captions span:empty{display:none}@media (min-width:768px){.plyr__captions{font-size:24px}}.plyr--captions-active .plyr__captions{display:block}.plyr--hide-controls .plyr__captions{transform:translateY(-15px)}@media (min-width:1024px){.plyr--fullscreen-active .plyr__captions{font-size:32px}}.plyr ::-webkit-media-controls{display:none}.plyr__controls{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;line-height:1;text-align:center}.plyr__controls .plyr__progress,.plyr__controls .plyr__time,.plyr__controls>button{margin-left:5px}.plyr__controls .plyr__progress:first-child,.plyr__controls .plyr__time:first-child,.plyr__controls>button:first-child{margin-left:0}.plyr__controls .plyr__volume{margin-left:5px}.plyr__controls [data-plyr=pause]{margin-left:0}.plyr__controls button{position:relative;display:inline-block;-ms-flex-negative:0;flex-shrink:0;overflow:visible;vertical-align:middle;padding:7px;border:0;background:0 0;border-radius:3px;cursor:pointer;transition:background .3s ease,color .3s ease,opacity .3s ease;color:inherit}.plyr__controls button svg{width:18px;height:18px;display:block;fill:currentColor}.plyr__controls button:focus{outline:0}.plyr__controls .icon--captions-on,.plyr__controls .icon--exit-fullscreen,.plyr__controls .icon--muted{display:none}@media (min-width:480px){.plyr__controls .plyr__progress,.plyr__controls .plyr__time,.plyr__controls>button{margin-left:10px}}.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none}.plyr--video .plyr__controls{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:50px 10px 10px;background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.5));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;color:#fff;transition:opacity .3s ease}.plyr--video .plyr__controls button.tab-focus:focus,.plyr--video .plyr__controls button:hover{background:#3e3a39;color:#fff}.plyr--audio .plyr__controls{padding:10px;border-radius:inherit;background:#fff;border:1px solid #dbe3e8;color:#565D64}.plyr--audio .plyr__controls button.tab-focus:focus,.plyr--audio .plyr__controls button:hover,.plyr__play-large{background:#e6e6e6;color:#e6e6e6}.plyr__play-large{display:none;position:absolute;z-index:1;top:50%;left:50%;transform:translate(-50%,-50%);padding:10px;border:4px solid currentColor;border-radius:100%;box-shadow:0 1px 1px rgba(0,0,0,.15);transition:all .3s ease}.plyr__play-large svg{position:relative;left:2px;width:20px;height:20px;display:block;fill:currentColor;color:#3e3a39}.plyr__play-large:focus{outline:rgba(255,255,255,.5) dotted 1px}.plyr .plyr__play-large{display:inline-block}.plyr--audio .plyr__play-large,.plyr--playing .plyr__controls [data-plyr=play],.plyr__controls [data-plyr=pause]{display:none}.plyr--playing .plyr__play-large{opacity:0;visibility:hidden}.plyr--playing .plyr__controls [data-plyr=pause]{display:inline-block}.plyr--captions-active .plyr__controls .icon--captions-on,.plyr--fullscreen-active .icon--exit-fullscreen,.plyr--muted .plyr__controls .icon--muted{display:block}.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr--captions-active .plyr__controls .icon--captions-on+svg,.plyr--fullscreen-active .icon--exit-fullscreen+svg,.plyr--muted .plyr__controls .icon--muted+svg{display:none}.plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen]{display:inline-block}.plyr__tooltip{position:absolute;z-index:2;bottom:100%;margin-bottom:10px;padding:5px 7.5px;opacity:0;background:rgba(0,0,0,.7);border-radius:3px;color:#fff;font-size:14px;line-height:1.3;transform:translate(-50%,10px) scale(.8);transform-origin:50% 100%;transition:transform .2s .1s ease,opacity .2s .1s ease}.plyr__tooltip::before{content:'';position:absolute;width:0;height:0;left:50%;transform:translateX(-50%);bottom:-4px;border-right:4px solid transparent;border-top:4px solid rgba(0,0,0,.7);border-left:4px solid transparent;z-index:2}.plyr button.tab-focus:focus .plyr__tooltip,.plyr button:hover .plyr__tooltip,.plyr__tooltip--visible{opacity:1;transform:translate(-50%,0) scale(1)}.plyr button:hover .plyr__tooltip{z-index:3}.plyr__controls button:first-child .plyr__tooltip{left:0;transform:translate(0,10px) scale(.8);transform-origin:0 100%}.plyr__controls button:first-child .plyr__tooltip::before{left:16px}.plyr__controls button:last-child .plyr__tooltip{right:0;transform:translate(0,10px) scale(.8);transform-origin:100% 100%}.plyr__controls button:last-child .plyr__tooltip::before{left:auto;right:16px;transform:translateX(50%)}.plyr__controls button:first-child .plyr__tooltip--visible,.plyr__controls button:first-child.tab-focus:focus .plyr__tooltip,.plyr__controls button:first-child:hover .plyr__tooltip,.plyr__controls button:last-child .plyr__tooltip--visible,.plyr__controls button:last-child.tab-focus:focus .plyr__tooltip,.plyr__controls button:last-child:hover .plyr__tooltip{transform:translate(0,0) scale(1)}.plyr__progress{position:relative;display:none;-ms-flex:1;flex:1}.plyr__progress input[type=range]{position:relative;z-index:2}.plyr__progress input[type=range]::-webkit-slider-runnable-track{background:0 0}.plyr__progress input[type=range]::-moz-range-track{background:0 0}.plyr__progress input[type=range]::-ms-fill-upper{background:0 0}.plyr__progress .plyr__tooltip{left:0}.plyr .plyr__progress{display:inline-block}.plyr__progress--buffer,.plyr__progress--played,.plyr__volume--display{position:absolute;left:0;top:50%;width:100%;height:8px;margin:-4px 0 0;padding:0;vertical-align:top;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;border-radius:100px}.plyr__progress--buffer::-webkit-progress-bar,.plyr__progress--played::-webkit-progress-bar,.plyr__volume--display::-webkit-progress-bar{background:0 0}.plyr__progress--buffer::-webkit-progress-value,.plyr__progress--played::-webkit-progress-value,.plyr__volume--display::-webkit-progress-value{background:currentColor;border-radius:100px;min-width:8px}.plyr__progress--buffer::-moz-progress-bar,.plyr__progress--played::-moz-progress-bar,.plyr__volume--display::-moz-progress-bar{background:currentColor;border-radius:100px;min-width:8px}.plyr__progress--buffer::-ms-fill,.plyr__progress--played::-ms-fill,.plyr__volume--display::-ms-fill{border-radius:100px}.plyr__progress--played,.plyr__volume--display{z-index:1;color:#e6e6e6;background:0 0;transition:none}.plyr__progress--played::-webkit-progress-value,.plyr__volume--display::-webkit-progress-value{min-width:8px;max-width:99%;border-top-right-radius:0;border-bottom-right-radius:0;transition:none}.plyr__progress--played::-moz-progress-bar,.plyr__volume--display::-moz-progress-bar{min-width:8px;max-width:99%;border-top-right-radius:0;border-bottom-right-radius:0;transition:none}.plyr__progress--played::-ms-fill,.plyr__volume--display::-ms-fill{display:none}.plyr__progress--buffer::-webkit-progress-value{transition:width .2s ease}.plyr__progress--buffer::-moz-progress-bar{transition:width .2s ease}.plyr__progress--buffer::-ms-fill{transition:width .2s ease}.plyr--video .plyr__progress--buffer,.plyr--video .plyr__volume--display{background:rgba(255,255,255,.25)}.plyr--video .plyr__progress--buffer{color:rgba(255,255,255,.25)}.plyr--audio .plyr__progress--buffer,.plyr--audio .plyr__volume--display{background:rgba(198,214,219,.66)}.plyr--audio .plyr__progress--buffer{color:rgba(198,214,219,.66)}.plyr--loading .plyr__progress--buffer{animation:plyr-progress 1s linear infinite;background-size:25px 25px;background-repeat:repeat-x;background-image:linear-gradient(-45deg,rgba(0,0,0,.15) 25%,transparent 25%,transparent 50%,rgba(0,0,0,.15) 50%,rgba(0,0,0,.15) 75%,transparent 75%,transparent);color:transparent}.plyr--video.plyr--loading .plyr__progress--buffer{background-color:rgba(255,255,255,.25)}.plyr--audio.plyr--loading .plyr__progress--buffer{background-color:rgba(198,214,219,.66)}.plyr__time{display:inline-block;vertical-align:middle;font-size:14px}.plyr__time+.plyr__time{display:none}@media (min-width:768px){.plyr__time+.plyr__time{display:inline-block}}.plyr__time+.plyr__time::before{content:'\2044';margin-right:10px}.plyr__volume{display:none}.plyr .plyr__volume{-ms-flex:1;flex:1;position:relative}.plyr .plyr__volume input[type=range]{position:relative;z-index:2}@media (min-width:480px){.plyr .plyr__volume{display:block;max-width:60px}}@media (min-width:768px){.plyr .plyr__volume{max-width:100px}}.plyr--is-ios .plyr__volume,.plyr--is-ios [data-plyr=mute]{display:none!important}.plyr--fullscreen-active{position:fixed;top:0;left:0;right:0;bottom:0;height:100%;width:100%;z-index:10000000;background:#000;border-radius:0!important}.plyr--fullscreen-active video{height:100%}.plyr--fullscreen-active .plyr__video-wrapper{height:100%;width:100%}.plyr--fullscreen-active .plyr__video-embed{overflow:visible}.plyr--fullscreen-active .plyr__controls{position:absolute;bottom:0;left:0;right:0}.plyr--fullscreen-active.plyr--vimeo .plyr__video-wrapper{height:0;top:50%;transform:translateY(-50%)}

/*追記 20250226*/
.main.corp {
  width: 100%;
}


@media print,
screen and (min-width: 768px) {
  .under.corp .numbers--2col__item {
    max-width: initial;
  }
}