
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&family=Roboto&display=swap');


:root {
    --theme-color: #F9F1FF;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  letter-spacing: 0.02em;
  color: #333;
  background: #fff;
  font-size: 1rem;
  line-height: 1.2em;
  animation: BODY 1.5s 0s forwards;
}
@keyframes BODY {
  0%   {opacity: 0;}
  100% {opacity: 1;}
}
a:link {
  opacity: 1;
  color: #333;
  transition: .2s;
}
a:visited {
  color: #333;
}
@media screen and (min-width: 780px) {
  a:hover {
    opacity: .6;
  }
}
a:active {
  color: #AF1C1C;
}

.header .header_inner ,
#mainimg > div ,
.article ,
.profile_inner ,
.latest_inner ,
.footer_inner
 {
  max-width: 1180px;
}

.header {
  background-color: var(--theme-color);
  height: 97px;
}
.header .header_inner {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.header .header_inner .tasuki_logo {
  padding-top: 16px;
}
.header .header_inner .dce_logo {
  padding-top: 58px;
}
.disable {
  pointer-events: none;
}


@media screen and (max-width: 1240px) {
  .header .header_inner {
    padding: 0 40px;
  }
}
@media screen and (max-width: 520px) {
  .header {
    background-color: var(--theme-color);
    height: auto;
  }
  .header .header_inner {
    display: block;
    padding: 0;
  }
  .header .header_inner .dce_logo {
    padding: 6px 0;
    background: #fff;
  }
  .header .header_inner .tasuki_logo {
    padding: 10px 0;
  }
  .header .header_inner .dce_logo img {
    width: 156px;
    display: block;
    margin: 0 auto;
  }
  .header .header_inner .tasuki_logo img {
    width: 156px;
    display: block;
    margin: 0 auto;
  }

}

/* TOP MAIN VISUAL */
#topmv {
  background-image: linear-gradient(#E0E3D3 180px 0%, #ffffff 0% 100%);
}
#topmv .topmv_inner {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
}
#topmv a {
  display: block;
}
#topmv a {
  opacity: 1;
}
#topmv a:hover {
  opacity: 1;
}
#topmv .text {
  max-width: 1180px;
  margin: 42px auto;
  padding: 0 50px;
}
#topmv .text a {
  text-decoration: none;
  opacity: 1;  
}
#topmv .text a:hover {
  opacity: .6;
}
#topmv .text .number {
  font-size: 1.125rem;
  line-height: 1.2em;
  margin-bottom: 14px;
  color: #AF1C1C;
  font-weight: 400;
}
#topmv .number span {
  display: inline-block;
  padding: 0 5px 1px;
  margin: 0 7px;
  border: 1px solid #AF1C1C;
}
#topmv .number span.first-part {
  background: #AF1C1C;
  color: #fff;
}
#topmv .number span.latter-part {
  background: #fff;
  color: #AF1C1C;
}
#topmv .heading {
 font-size: 1.875rem;
 line-height: 48px;
 margin-bottom: 20px;
 font-weight: 700; 
}
#topmv .pc {
  display: block;
}
#topmv .sp {
  display: none;
}
.swiper-pagination-outer {
  position: absolute;
  top: 0;
  background: none;
  width: 1440px;
  height: calc(45vw );
  max-width: 100%;
  margin: 0 auto;
}
.swiper-pagination {
  position: absolute;
  bottom: 15px !important;
  height: 16px;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  margin: 0 8px;
}
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  background: #fff;  
  opacity: 1;
}
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #9E0A28;
}

@media screen and (min-width: 1440px) {
  .swiper-pagination-outer {
    height: 650px;
  }
}
@media screen and (max-width: 1140px) {
  .swiper-pagination-outer {
    height: calc(45vw );
  }
}
@media screen and (max-width: 780px) {
  #topmv .text {
    margin: 50px auto 40px;
  }
}
@media screen and (max-width: 520px) {
  #topmv .pc {
    display: none;
  }
  #topmv .sp {
    display: block;
  }
  #topmv a:hover {
    opacity: 1;
  }
  #topmv .text {
    margin: 30px auto;
    max-width: calc(100% - 40px);
    padding: 0;
  }
  #topmv .text .number {
    font-size: 1rem;
  }
  #topmv .heading {
   font-size: 1.375rem;
   line-height: 34px;
  }
  .swiper-pagination {
    height: 20px;
  }
  .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 6px;
  }
  .swiper-pagination {
    top: 90vw !important;
  }
}

/* TOP COMMON */

#top #contents {
  width: calc(1180px - 100px);
  max-width: calc(100% - 100px);
  margin: 0 auto;
}
#top #contents .about {
  background: var(--theme-color);
  padding: 36px 60px;
  border-radius: 15px;
}
#top #contents .about dl {
  display: flex;
  align-items: center;
}
#top #contents .about dl dt {
  min-width: 180px;
  font-size: 1rem;
  font-weight: 400;
}
#top #contents .about dl dd {
  font-size: 0.75rem;
  line-height: 22px;
}

@media screen and (max-width: 780px) {
  #top #contents .about {
    padding: 30px 40px;
  }
  #top #contents .about dl {
    display: block;
  }
  #top #contents .about dl dt {
    min-width: 100%;
    font-size: 1rem;
    margin-bottom: 15px;
  }
  #top #contents .about dl dd {
    font-size: 0.75rem;
    line-height: 22px;
  }
}
@media screen and (max-width: 520px) {
  #top #contents {
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
  }
  #top #contents .about {
    padding: 20px 25px;
  }
}



/* TOP LATEST */
#top .latest {
  width: calc(100% - 100px);
  max-width: calc(100% - 100px);
  margin: 0 auto;
  padding: 0;
}
#top .latest_inner {
  width: calc(1180px - 100px);
  margin: 70px auto 55px;
  position: relative;
}
#top .latest_title {
  font-family: 'Roboto', sans-serif;
  font-size: 1.625rem;
  margin-bottom: 43px;
  font-weight: 400;
  position: relative;
}
#top .latest_title:after {
  position: absolute;
  content: '';
  width: 24px;
  height: 3px;
  left: 0;
  top: 32px;
  background: #9E0A28;
}
#top .latest_list {
  position: absolute;
  top: 0;
  right: 0;
}
#top .latest_list a {
  font-size: 14px;
}
#top .latest_item_wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#top .latest_item {
  width: calc(100% / 3 - 2vw );
}
#top .latest_item a {
  display: block;
}
#top .latest_item:nth-child(odd) {
  margin-right: 0;
}
#top .latest_thumbnail {
  width: 100%;
  margin-bottom: 16px;
}
#top .latest_detail {
  width: 100%;
}
#top .latest .btn {
  display: block;
  background-image: url(/asset/images/common/btn_plus.svg);
  width: 36px;
  height: 36px;
  margin: 0 auto;
  cursor: pointer;
  text-decoration: underline;
  transition: .2s;
}
@media screen and (min-width: 780px) {
  #top .latest .btn:hover {
    background-image: url(/asset/images/common/btn_plus_hover.svg);
  }
}
@media screen and (max-width: 780px) {
  #top .latest_item {
    margin: 0 auto;
    width: calc(100% - 50px);
    max-width: 400px;
  }
  #top .latest_item:nth-child(odd) {
    margin-right: auto;
  }
  .latest_thumbnail {
     width: 100%; 
  }
}
@media screen and (max-width: 520px) {
  #top .latest {
    width: calc(1180px - 40px);
    max-width: calc(100% - 40px);
  }
  #top .latest_inner {
    margin-top: 50px;
  }
}


/* Article */


#mainimg {
  background-image: linear-gradient( var(--theme-color) 180px 0%, #ffffff 0% 100%);
}
#mainimg > div {
  background: #eee;
  margin: 0 auto;
}

.article {
  margin: 65px auto 0;
  display: flex;
  justify-content: space-between;
}

.sidebar_inner {
  position: sticky;
  top:30px;
}
#content_head {
  width: 35%;
  margin-bottom: 100px;
}
#content_head .number {
  font-size: 1.125rem;
  line-height: 1.2em;
  margin-bottom: 14px;
  color: #AF1C1C;
  font-weight: 400;
}
#content_head .number span {
  display: inline-block;
  padding: 0 5px 1px;
  margin: 0 7px;
  border: 1px solid #AF1C1C;
}
#content_head .number span.first-part {
  background: #AF1C1C;
  color: #fff;
}
#content_head .number span.latter-part {
  background: #fff;
  color: #AF1C1C;
}
#content_head h1 {
  font-size: 1.875rem;
  line-height: 48px;
  margin-bottom: 20px;
}
#content_head time {
  font-size: .875rem;
}
#content_head .staff {
  display: flex;
  font-size: .75rem;
  margin-top: 10px;
  margin-bottom: 30px;
}
#content_head .staff dd {
  margin-right: 1em;
}
#navi {
  margin-bottom: 24px;
}
#navi  dt {
  font-family: 'Roboto', sans-serif;
  font-size: 1.25rem;
  margin-bottom: 24px;
  font-weight: 400;
}
#navi dd {
  font-size: 1rem;
  margin-bottom: 20px;
}
#navi dd  a {
  color: #000;
  text-decoration: none;
}
#content_head .series a {
  font-size: .75rem;
  color: #333;
}

#content_body {
  width: 60%;
  margin-bottom: 60px;
}
#content_body p.lead {
  text-indent: 0;
}
#content_body p {
  font-size: 1rem;
  line-height: 2em;
}
#content_body figure {
  margin: 60px auto;
}
#content_body figure.vertical {
  width: 468px;
  max-width: 100%;
  text-align: center;
}
#content_body h2 {
  margin-top: 60px;
  margin-bottom: 35px;
  font-size: 1.375rem;
}
#content_body p {
  margin-bottom: 2em;
  text-indent: 0.7em;
}
#content_body p span {
  font-weight: 700;
  position: relative;
  margin-right: 1.5em;
}
#content_body p.next {
  text-align: center;
  padding-top: 20px;
}
#content_body p.next a {
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.1em;
  text-decoration: none;
  border: 1px solid #333333;
  padding: 7px 20px 8px;
  border-radius: 18px;
}
@media screen and (min-width: 780px) {
  #content_body p.next a:hover {
    border: 1px solid #AF1C1C;
    background: #AF1C1C;
    color: #fff;
    opacity: 1;
    transition: .2s;
  }
}
.r:before ,
.e:before {
  content: '';
  width: 3px;
  height: 20px;
  position: absolute;
  top: 3px;
  left: -0.7em;
  background: #ccc;
}



@media screen and (max-width: 1240px) {
  .article {
    display: block;
    padding: 0 32px;
  }
  #content_head {
    width: 700px;
    max-width: 100%;
    margin: 0 auto 60px;
  }
  #content_body {
    width: 700px;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 520px) {
  .article {
    margin: 35px auto 0;
    padding: 0 23px;
  }
  #content_head {
    margin: 0 auto 40px;
  }
  #content_head h1 {
    font-size: 1.5rem;
    line-height: 38px;
    margin-bottom: 20px;
  }
  #content_head #navi {
    display: none;
  }
  #content_head .number {
    font-size: 1em;
    margin-bottom: 16px;
  }
  #content_head .staff {
    margin-bottom: 15px;
  }
  #content_body figure {
    margin: 40px auto;
  }
  #content_body {
    padding-bottom: 5px;
  }
  #content_body h2 {
    margin-bottom: 35px;
    font-size: 1.375rem;
  }
  #content_body p {
    font-size: 18px;
  }
  #content_body p.next {
    padding-top: 0;
    margin-bottom: 50px;
  }
}
/* Profile */

.profile {
  background: var(--theme-color);
}
.profile_inner {
  margin: 0 auto 0;
  display: flex;
  justify-content: space-between;
}
.profile_inner {
  margin: 0 auto;
  padding: 55px 0 20px;
}
.profile_item {
  display: flex;
  justify-content: space-between;
}
.profile_title  {
  font-family: 'Roboto', sans-serif;
  font-size: 1.625rem;
  margin-bottom: 43px;
  font-weight: 400;
  position: relative;
}
.profile_title:after {
  position: absolute;
  content: '';
  width: 24px;
  height: 3px;
  left: 0;
  top: 28px;
  background: #9E0A28;
}

.profile_item_wrapper {
  width: 60%;
}
.profile_item {
  margin-bottom: 40px;
}
.profile_photo {
  width: 180px;
  margin-right: 30px;
}
.profile_photo img {
  width: 180px;
}
.profile_detail {
  width: 490px;
}
.profile_detail h2 {
  font-size: 1.25rem;
  margin-bottom: 16px;
  font-weight: 400;
}
.profile_detail h2 span {
  font-size: 1rem;
}
.profile_detail p {
  font-size: .875rem;
  line-height: 22px;
}

@media screen and (max-width: 1240px) {
  .profile {
    padding: 0 40px;
  }
  .profile_inner {
    display: block;
    width: 700px;
    max-width: 100%;
  }
  .profile_title {
    width: 100%;
    line-height: 1em;
    margin-bottom: 40px;
  }
  .profile_item_wrapper {
    width: 100%;
  }
  .profile_photo {
    width: 180px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 780px) {
  .profile_title:after {
    top: 32px;
  }
}

@media screen and (max-width: 520px) {
  .profile {
    padding: 0 23px;
  }
  .profile_inner {
    padding: 30px 0;
  }
  .profile_title {
    font-size: 1.625rem;
    margin-bottom: 30px;
  }
  .profile_item {
    display: block;
  }
  .profile_item:last-child {
    margin-bottom: 0;
  }
  .profile_photo {
    margin-right: auto;
    margin-bottom: 20px;
  }
  .profile_detail {
    width: 100%;
  }
}


/* Latest */

.latest_inner {
  max-width: 1180px;
  margin: 55px auto;
  position: relative;
}
.latest_title {
  font-family: 'Roboto', sans-serif;
  font-size: 1.625rem;
  margin-bottom: 43px;
  font-weight: 400;
  position: relative;
}
.latest_title:after {
  position: absolute;
  content: '';
  width: 24px;
  height: 3px;
  left: 0;
  top: 28px;
  background: #9E0A28;
}

.latest_list {
  position: absolute;
  top: 0;
  right: 0;
}
.latest_list a {
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.1em;
  text-decoration: none;
  border: 1px solid #333333;
  padding: 7px 20px 8px;
  border-radius: 18px;
}
@media screen and (min-width: 780px) {
  .latest_list a:hover {
    border: 1px solid #AF1C1C;
    background: #AF1C1C;
    color: #fff;
    opacity: 1;
    transition: .2s;
  }
}

.latest_item_wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.latest_item a {
  display: flex;
  margin-bottom: 50px;
  text-decoration: none;
}
.latest_item:nth-child(odd) {
  margin-right: 40px;
}
.latest_thumbnail {
  width: 180px;
  margin-right: 30px;
}
.latest_thumbnail img {
  display: block;
}
.latest_detail {
  width: 360px;
}
.latest_detail .number {
  font-size: 0.75rem;
  font-weight: 400;
  margin-bottom: 7px;
  line-height: 1.2em;
  color: #AF1C1C;
}
.latest_detail .number span {
  display: inline-block;
  padding: 0 2px 1px;
  margin: 0 7px;
  border: 1px solid #AF1C1C;
}
.latest_detail .number span.first-part {
  background: #AF1C1C;
  color: #fff;
}
.latest_detail .number span.latter-part {
  background: #fff;
  color: #AF1C1C;
}
.latest_detail .title {
  font-size: 1rem;
  line-height: 26px;
  margin-bottom: 7px;
  font-weight: 400;
}
.latest_detail .date {
  font-size: .75rem;
}

@media screen and (max-width: 1240px) {
  .latest {
    padding: 0 40px;
  }
  
  .latest_inner {
    width: 700px;
    max-width: 100%;
  }
  .latest_title {
    width: 100%;
    line-height: 1em;
    margin-bottom: 40px;
  }
  .latest_list {
    top: 10px;
    right: 0;
  }
  .latest_item {
    width: 320px;
  }
  .latest_item_wrapper {
    display: flex;
  }
  .latest_detail {
    width: 100%;
  }
  .latest_item a {
    display: block;
    margin-bottom: 50px;
    text-decoration: none;
  }
  .latest_item:nth-child(odd) {
    margin-right: auto;
  }
  .latest_thumbnail {
    width: 320px;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 780px) {
  .latest_item_wrapper {
    display: block;
  }
  .latest_item {
    margin: 0 auto;
    width: 70%;
    min-width: 400px;
  }
  .latest_thumbnail {
     width: 100%; 
  }
  .latest_title:after {
    top: 32px;
  }
}
@media screen and (max-width: 520px) {
  .latest {
    padding: 0 23px;
  }
  .latest_inner {
    width: 700px;
    max-width: 100%;
    margin: 30px auto;
  }
  .latest_title {
    width: 100%;
    line-height: 1em;
    margin-bottom: 30px;
    font-size: 1.625rem;
  }


  .latest_detail {
    width: auto;
  }
  .latest_item ,
  .latest_thumbnail {
    width: 100%;
    min-width: 100%;
  }
  .latest_item a {
    margin-bottom: 25px;
  }
}

/* Footer */

.footer {
  border-top: 1px solid #fff;
  margin-top: 40px;
  padding-bottom: 20px;
  background: #f5f5f5;
  
}
.footer_inner {
  margin: 40px auto 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.footer .dce_ftlogo {
  width: 220px;
  margin: 0 auto;
}
.footer_inner address {
  text-align: center;
  font-size: .75rem;
  font-style: normal;
  padding: 0 0 0;
}
.footer .about {
  text-align: center;
  margin: 20px auto 10px;
}
.footer .about a {
  font-size: 14px;
  text-decoration: none;
}

#page_top{
  width: 40px;
  height: 40px;
  position: fixed;
  right: 30px;
  bottom: 30px;
}
#page_top a{
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  text-decoration: none;
}
@media screen and (max-width: 520px) {
  .footer_inner {
    margin: 20px auto 0;
  }
  .footer .dce_ftlogo {
    width: 175px;
  }
  .footer_inner address {
    font-size: .625rem;
    line-height: 1.6em;
    padding: 10px 50px 0;
  }
  .footer_inner address span {
    display: inline-block;
  }
  a:hover {
    opacity: 1;
  }
  #page_top{
    right: 15px;
    bottom: 15px;
  }
}



/* POLICY */

#policy .belt {
  height: 190px;
  background: #F8F0DD;
}
#policy #contents {
  position: relative;
  top: -190px;
  background: #fff;
  width: 1180px;
  max-width: 100%;
  margin: 0 auto -120px;
  padding: 90px 90px 70px;
  border-radius: 18px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);: 
}
#policy #contents .content_inner {
  width: 100%;
}
#policy #contents h1 {
  font-size: 1.75rem;
  line-height: 1.1em;
  font-weight: 700;
  margin-bottom: 36px;
}
#policy #contents p.lead {
  margin-bottom: 78px;
}
#policy #contents p {
  font-size: 1rem;
  line-height: 1.75em;
  margin-bottom: 1.6em;
}
#policy #contents section {
  margin-top: 60px;
}
#policy #contents h2 {
  font-size: 1.125rem;
  position: relative;
  line-height: 1.1em;
  margin-bottom: 40px;
}
#policy #contents h2:before {
  content: '';
  display: block;
  width: 24px;
  height: 4px;
  background: #DBDBDB;
  position: absolute;
  bottom: -13px;
  left: 0;
}
#policy #contents ul {
  padding: 1em 0 1.5em;
}
#policy #contents li {
  line-height: 1.6em;
  margin-bottom: 10px;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
#policy #contents li:before {
  content: "・";
  margin-right: 7px;
}
#policy .backtolist  {
  text-align: center;
}
#policy .backtolist a {
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.1em;
  text-decoration: none;
  border: 1px solid #333333;
  padding: 7px 20px 8px;
  border-radius: 18px;
  display: inline-block;
  margin: 0 auto 30px;
}


@media screen and (max-width: 1240px) {
  #policy #contents {
    width: calc(100% - 80px);
  }
}

@media screen and (max-width: 520px) {
  #policy .belt {
    display: none;
  }
  #policy #contents {
    position: static;
    width: 100%;
    padding: 50px 20px 40px;
    border-radius: 0;
    box-shadow: none;
    top: 0;
    margin: 0 auto -30px;
  }
  #policy #contents h1 {
    font-size: 1.375rem;
  }
  #policy #contents p.lead {
    margin-bottom: 48px;
  }
  #policy .backtolist a {
    margin: 20px auto;
  }
}