@charset "UTF-8";
/* CSS Document */

/* ---------------------------------------------------------
main
----------------------------------------------------------*/
main {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
}
main .pic {
  width: 100%;
  height: 100vh;
}
main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

/* ---------------------------------------------------------
article
----------------------------------------------------------*/
article {
  position: relative;
  max-width: 1200px;
  background: #fff;
  padding: 71px 0 99px;
  padding: 61px 0 99px;
  margin: 161px auto 119px;
}
article h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  font-weight: normal;
}
article h1 .small {
  font-size: 28px;
  margin: 0 12px;
}
article .no-subttl {
  padding: 20px 0 85px;
}
article .lead {
  font-size: 20px;
  font-weight: normal;
  color: #DB0012;
  text-align: center;
  margin: 20px 0 0;
}

/* ---------------------------------------------------------
.wrapper-list
----------------------------------------------------------*/
article .wrapper-list {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 1100px;
  margin: 66px auto 32px;
}

@media screen and (min-width:769px) {
  article h1.txt-left {
    justify-content: flex-start;
    padding-left: 314px;
  }
}

article .wrapper-list .wrapper,
article .wrapper-list .right-col {
  width: 824px;
  margin: 0;
}
article .wrapper-list .right-col .block:nth-child(4n) {
  margin-right: 5px;
}
article .wrapper-list .right-col .block:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width:768px) {
  article .wrapper-list .right-col .block:nth-child(4n) {
    margin-right: 0;
  }
}

article .wrapper-list .left-col {
  width: 250px;
}

@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@500;700&display=swap');
article .wrapper-list .left-col h2 {
  font-family: 'Zen Kaku Gothic New', "Zen_Kaku_Gothic_New variant2",sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #D80012;
  letter-spacing: .4em;
}
article .wrapper-list .left-col ul {
  font-family: 'Zen Kaku Gothic New', "Zen_Kaku_Gothic_New variant2",sans-serif;
  font-size: 14px;
  font-weight: 500;
  list-style: none;
  margin-top: 52px;
}
article .wrapper-list .left-col li {
  margin-top: 10px;
}
article .wrapper-list .left-col li:fisrt-child {
  margin-top: 0;
}
article .wrapper-list .left-col a {
  display: block;
  font-size: 14px;
  color: #231815;
  line-height: 20px;
}
@media screen and (max-width:768px) {
  article .wrapper-list {
    display: block;
    width: 100%;
    margin: calc(351 / 750 * 100vw) auto 0;
  }
  
  article .wrapper-list .wrapper,
  article .wrapper-list .right-col {
    width: 100%;
  }
  article .wrapper-list .left-col {
    width: 100%;
    background-color: #EBECEC;
    padding: calc(62 / 750 * 100vw) calc(61 / 750 * 100vw);
    box-sizing: border-box;
  }

  article .wrapper-list .left-col h2 {
    font-size: calc(32 / 750 * 100vw);
  }
  article .wrapper-list .left-col ul {
    font-size: calc(32 / 750 * 100vw);
    margin-top: calc(50 / 750 * 100vw);
  }
  article .wrapper-list .left-col li {
    margin-top: calc(20 / 750 * 100vw);
  }
  article .wrapper-list .left-col li:fisrt-child {
    margin-top: 0;
  }
  article .wrapper-list .left-col a {
    font-size: calc(32 / 750 * 100vw);
    line-height: calc(20 / 14);
  }
}

/* ---------------------------------------------------------
.wrapper
----------------------------------------------------------*/
article .wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 1100px;
  padding: 66px 0 0;
  margin: 65px auto 32px;
  border-top: 1px solid #DB0012;
}
article .block {
  width: 271px;
  margin: 0 5px 43px 0;
}
article .block.is-hide {
  display: none;
}
article .block:nth-child(4n) {
  margin-right: 0;
}
article .block h3 {
  font-weight: normal;
  font-size: 20px;
  line-height: 25px;
  padding: 1px 0 6px;
}
article .block .pic img {
  width: 100%;
  height: auto;
}
article .block .txt-sub {
  font-size: 10px;
  color: #DB0012;
  margin-bottom: 7px;
}
article .block .txt-cate {
  display: inline-block;
}
article .block .txt-cat::after {
  content: '|';
  display: inline-block;
  margin: 0 4px;
}
article .block .txt {
  font-size: 13px;
  line-height: 1.69;
}
article .btn-more a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 271px;
  height: 60px;
  font-size: 20px;
  color: #DA0012;
  margin: 0 auto;
  border: 1px solid #DA0012;
  box-sizing: border-box;
}

/* ---------------------------------------------------------
media queries
----------------------------------------------------------*/
@media screen and (max-width:768px) {

/* ---------------------------------------------------------
article
----------------------------------------------------------*/
  article {
    max-width: 100%;
    background: none;
    padding: calc(305 / 750 * 100%) 0 0;
    margin: 0 auto;
  }
  article h1 {
    font-size: calc(66 / 750 * 100vw);
  }
  article h1 .small {
    font-size: calc(46 / 750 * 100vw);
    margin: 0 calc(25 / 750 * 100vw);
  }
  article .no-subttl {
    padding: calc(32 / 750 * 100vw) 0 calc(351 / 750 * 100vw);
  }
  article .lead {
    font-size: calc(34 / 750 * 100vw);
    margin: calc(38 / 750 * 100%) 0 0;
  }

/* ---------------------------------------------------------
.wrapper
----------------------------------------------------------*/
  article .wrapper {
    display: block;
    width: 100%;
    background: #fff;
    padding: calc(70 / 750 * 100%) 0 calc(140 / 750 * 100%);
    margin: calc(317 / 750 * 100%) auto 0;
    border-top: none;
  }
  article .block {
    width: 100%;
    border-bottom: 1px solid #ebecec;
    margin: 0;
  }
  article .block:first-child {
    border-top: 1px solid #ebecec;
  }
  article .block a {
    display: flex;
  }
  article .block .pic {
    position: relative;
    width: calc(250 / 750 * 100%);
    padding-top: calc(250 / 750 * 100%);
    flex-grow: 0;
    flex-shrink: 0;
  }
  article .block .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
  }
  article .block .txt-block {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: calc(19 / 750 * 100%) calc(20 / 750 * 100%) calc(27 / 750 * 100%) calc(27 / 750 * 100%);
  }
  article .block h3 {
    font-size: calc(32 / 750 * 100vw);
    line-height: 1.31;
    padding: 0;
  }
  article .block .txt {
    display: none;
  }
  article .block .txt-sub {
    font-size: calc(24 / 750 * 100vw);
    margin-top: auto;
    margin-bottom: 0;
  }
  article .block .txt-cat::after {
    margin: 0 calc(10 / 750 * 100vw);
  }
  article .btn-more {
    background: #fff;
    padding: 0 0 calc(140 / 750 * 100%);
  }
  article .btn-more a {
    width: calc(450 / 750 * 100vw);
    height: calc(100 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
  }
}