@charset "UTF-8";
@media all and (min-width: 760px), print {
}
@media all and (min-width: 980px) and (max-width: 1365px) {
}
@media all and (min-width: 760px) and (max-width: 979px) {
}
@media all and (max-width: 759px) {
}
/* ==========================================================================
  ABOUT
========================================================================== */
@media all and (min-width: 760px), print {
  .main-inner {
    padding: 95px 30px 0;
    box-sizing: border-box;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    box-sizing: content-box;
  }
  .main-header{
    position: relative;
    padding-bottom: 60px;
  }
  .main-header h2 {
    font-size: 42px;
    line-height: 1.3;
    text-align: center;
  }
  .main-header p {
    font-size: 14px;
    line-height: 1.3;
    font-weight: bold;
    position: absolute;
    right: 0;
    bottom: 10px;
  }
  .main-header p a::before{
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    content: '';
    background-image: url(../img/common/icon-red.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    height: 12px;
    width: 12px;
  }
  .main-header p a span{
    display: inline-block;
    vertical-align: middle;
  }
  .main-header p a:hover{
    color: #e60012;
  }
  .main-article:nth-child(2) {
    margin-top: 0;
    padding-top: 30px;
    border-top: 1px solid #666;
  }
  .main-article + .main-article {
    margin-top: 100px;
  }
  .main-article--last {
    margin-top: 0;
  }
  .main-article > p, .main-article--last > p {
    font-size: 20px;
    line-height: 1.8;
    padding: 0 calc((130 / 960) * 100%);
    margin-top: 40px;
  }
  .main-article > p + .main-image-colmn {
    margin-top: 20px;
  }
  .main-article > h3 {
    font-size: 28px;
    line-height: 1.5;
    padding: 0 calc((130 / 960) * 100%);
    margin-top: 40px;
  }
  .main-image-colmn {
    margin-top: 40px;
    padding: 0 calc((82 / 960) * 100%);
  }
  .main-image-colmn p {
    font-size: 16px;
    color: #666;
    margin-top: 15px;
    padding: 0 calc((52 / 800) * 100%);
    line-height: 1.8;
  }
  .main-image-colmn h4 {
    font-size: 14px;
    margin-top: 20px;
    padding: 0 calc((52 / 384) * 100%);
    line-height: 1;
  }
  .main-image-colmn p {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 0 calc((42 / 384) * 100%);
    line-height: 1.6;
  }
  .main-image-wrap {
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 calc((82 / 960) * 100%);
  }
  .main-image-wrap .main-image-colmn {
    width: calc((384 / 800) * 100%);
    padding: 0;
  }
  .main-article--footer {
    margin-top: 100px;
    text-align: center;
    padding-bottom: 100px;
  }
  .main-article--footer img{
    width: 228px;
  }
  .ds_report a::before{
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    content: '';
    background-image: url(../img/common/icon-red.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    height: 12px;
    width: 12px;
  }
  .ds_report a span{
    display: inline-block;
    vertical-align: middle;
  }
  .ds_report a:hover{
    color: #e60012;
  }
  .ds_report a{
	  font-weight: bold;
	  font-size: 1.4rem;
  }
}
@media all and (min-width: 760px) and (max-width: 1365px) {
}
@media all and (max-width: 759px) {
  .main-inner {
    padding: 47.5px 10px 0;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
  }
  .main-header{
    position: relative;
    padding-bottom: 70px;
  }
  .main-header p {
    font-size: 12px;
    line-height: 1;
    font-weight: bold;
    position: absolute;
    right: 0;
    bottom: 10px;
  }
  .main-header p a::before{
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    content: '';
    background-image: url(../img/common/icon-red.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    height: 10px;
    width: 10px;
  }
  .main-header p a span{
    display: inline-block;
    vertical-align: middle;
  }
  .main-header h2 {
    font-size: 28px;
    line-height: 1.3;
    text-align: center;
  }
  .main-article:nth-child(2) {
    padding-top: 41px;
    border-top: 1px solid #666;
  }
  .main-article + .main-article {
    margin-top: 25px;
  }
  .main-article--last {
    margin-top: 0;
  }
  .main-article > p, .main-article--last > p {
    font-size: 16px;
    line-height: 1.8;
    padding: 0 20px;
    margin-top: 25px;
  }
  .main-article > h3 {
    font-size: 22px;
    padding: 0 25px;
    margin-top: 40px;
  }
  .main-image-colmn {
    margin-top: 30px;
    padding: 0 10px;
  }
  .main-image-colmn h4 {
    font-size: 13px;
    margin-top: 10px;
    padding: 0 15px;
    line-height: 1;
  }
  .main-image-colmn p {
    font-size: 13px;
    color: #666;
    margin-top:10px;
    padding: 0 15px;
    line-height: 1.6;
    margin-bottom: 10px;
  }
  .main-image-wrap {
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 10px;
  }
  .main-image-wrap .main-image-colmn {
    width: 100%;
    padding: 0;
  }
  .main-article--footer {
    text-align: center;
    padding-bottom: 50px;
    max-width: 38%;
    margin: 50px auto 0;
  }
}


/* ==========================================================================
  MODAL
========================================================================== */
.about-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -10;
  visibility: hidden;
  transition-duration: 0.2s;
  transition-property: visibility;
}
.about-modal-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../img/common/c-bg.png) 0 0 ;
  opacity: 0;
  transition-timing-function: ease-out;
  transition-duration: 0.2s;
  transition-property: opacity;
}
.about-modal-main {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  transform: translate3d(0, 1.5%, 0);
  transition-timing-function: ease-out;
  transition-duration: 0.2s;
  transition-property: transform;
  -webkit-overflow-scrolling: touch;
}
.about-modal-content {
  opacity: 0;
  transition-timing-function: ease-out;
  transition-duration: 0.2s;
  transition-property: opacity;
}
/* open */
.is-modal-opened .about-modal {
  z-index: 10999;
  visibility: visible;
}
.about-modal.is-opened .about-modal-bg {
  opacity: 1;
}
.about-modal.is-opened .about-modal-main {
  transform: translate3d(0, 0, 0);
}
.about-modal.is-opened .about-modal-content {
  opacity: 1;
}
html {
  overflow-y: scroll;
}
html.is-modal-opened {
  overflow: hidden;
}
html.is-modal-opened .about-modal-main {
  /* overflow-y: scroll; */
}
/* clese */

@media all and (min-width: 768px) {
  .about-modal-main-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .about-modal-content {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    padding: 10px;
    max-width: 980px;
    width: 100%;
  }
  .about-modal-close {
    width: 80px;
    position: fixed;
    right: 10px;
    top: 10px;
  }
  .about-modal-close a {
    display: block;
    width: 80px;
    height: 80px;
    text-align: center;
    background: #e60012;
    position: relative;
  }
  .about-modal-close a span{
    position: absolute;
    display: block;
    width: 60px;
    height: 60px;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
  }
  .about-modal-close a span::before{
    content: "";
    width: 100%;
    height: 2px;
    background: #FFF;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }
  .about-modal-close a span::after{
    content: "";
    width: 2px;
    height: 100%;
    background: #FFF;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }
  .no-touchevents .about-modal-close a:hover {
    opacity: 0.8;
  }
}
@media all and (max-width: 759px) {
  .about-modal-content {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 98%;
    margin: 0 auto;
    padding: 20px 8px 20px 8px;
  }

  .about-modal-close {
    padding: 0 0;
    width: 50%;
    margin: 20px auto  0 auto;
  }

  .about-modal-close {
    display: block;
    padding: 10px 0;
    background: #e60012;
    position: relative;
    text-align: center;
  }
  .about-modal-close a::after {
    content: "とじる";
    display: inline-block;
    vertical-align: middle;
    color: #FFF;
    font-weight: bold;
    font-size: 13px;
    margin-left: 10px;
  }
  .about-modal-close span {
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
    display: inline-block;
    vertical-align: middle;
  }
  .about-modal-close a span::before{
    content: "";
    width: 100%;
    height: 2px;
    background: #FFF;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }
  .about-modal-close a span::after{
    content: "";
    width: 2px;
    height: 100%;
    background: #FFF;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }
  .ds_report a::before{
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    content: '';
    background-image: url(../img/common/icon-red.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    height: 12px;
    width: 12px;
  }
  .ds_report a span{
    display: inline;
    vertical-align: middle;
  }
  .ds_report a:hover{
    color: #e60012;
  }
  .ds_report a{
	  font-weight: bold;
    font-size: 1.4rem;
    text-indent: -1em;
    padding-left: 1em;
  }
}
@media all and (max-width: 374px) {
}
