@charset "UTF-8";
/* arguments inittial */
/* font style */
/* site style */
/* [ opacity ]
-------------------------------------------------*/
/* [ display style ]
-------------------------------------------------*/
/* [ background-image ]
-------------------------------------------------*/
/* [ writing-mode ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
.c-fw {
  width: 100%;
}

[rel~="js-lazy"] {
  opacity: 0;
}

[rel~="js-lazy"]:not(.initial) {
  transition: opacity 0.1s;
}

[rel~="js-lazy"].initial, [rel~="js-lazy"].loaded, [rel~="js-lazy"].error {
  opacity: 1;
}

.c-lazybg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.c-lazybg--top {
  background-position: center top;
}

.section-modal {
  position: absolute;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 8299;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  color: #fff;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}

.popup .popup-overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: -1;
  cursor: pointer;
}

.popup.is-active {
  opacity: 1;
  pointer-events: inherit;
  transition: 0.3s;
}

.popup__wrap {
  max-width: 970px;
  width: 100%;
  height: 57.408%;
  margin: 0 auto;
  position: relative;
}

.popup__close {
  position: absolute;
  bottom: 100%;
  right: 0;
  cursor: pointer;
  display: block;
  border: none;
  width: 62px;
  height: 62px;
  margin-bottom: 13px;
  background-image: url("../images/common/icon/ico_close_popup.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-size: contain;
}

.mobile .popup__close {
  width: 30px;
  height: 30px;
}

.popup__main {
  width: 100%;
  height: 100%;
  background-color: #000;
  color: #fff;
  overflow-y: auto;
  overflow-x: hidden;
}

.popup__history {
  position: relative;
  padding: 0 30px 110px;
}

@media (max-width: 767px) {
  .popup__history {
    padding: 0 20px 40px;
  }
}

.popup.zoom .popup__wrap {
  height: 69.124%;
  max-width: 50.521%;
}

@media only screen and (min-width: 1601px) {
  .popup.zoom .popup__wrap {
    margin-top: 100px;
  }
}

.popup.zoom .popup__main {
  background-color: transparent;
}

.popup.zoom .popup__history {
  padding: 0;
}

.popup.zoom .ch-thumb {
  padding: 0;
}

.popup.zoom .ch-thumb figure {
  position: relative;
}

.popup.zoom .ch-thumb figure:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 63.91753%;
}

.popup.zoom .ch-thumb figure > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.popup.zoom .ch-thumb figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.popup.zoom .ch-thumb figure img {
  object-fit: contain;
}

.popup.zoom .popup__inner {
  background: rgba(0, 0, 0, 0.7);
}

@media (max-width: 767px) {
  .popup.zoom .ch-thumb.popup-overflow figure {
    width: 600px;
  }
}

.popup.zoom .ch-thumb.popup-overflow figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .popup__wrap {
    margin-top: 50px;
    height: 70.408%;
  }
  .popup.zoom .popup__wrap {
    height: 72%;
  }
}

@media only screen and (max-width: 991px) {
  .popup {
    padding: 0 30px;
  }
}

@media (max-width: 767px) {
  .popup {
    display: block;
  }
  .popup__wrap {
    max-width: 100%;
    height: 80.05%;
    margin: 70px auto 0;
  }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
  .popup__wrap {
    margin: 56px auto 0;
  }
}

@media (max-width: 767px) {
  .popup__close {
    width: 30px;
    height: 30px;
    margin-bottom: 12px;
  }
  .popup.zoom .popup__wrap {
    max-width: 100%;
    height: 70%;
    margin: 133px auto 0;
  }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
  .popup.zoom .popup__wrap {
    margin: 56px auto 0;
  }
}

.ch-type {
  background-color: #666666;
  font-family: 'Noto Serif JP', serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 34px;
  line-height: 2.125em;
  letter-spacing: 0.2em;
  font-weight: 400;
  max-width: 120px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
}

.ch-type span:before {
  content: "製品史";
}

.clrBlue .ch-type {
  background-color: #00579f;
}

.clrBlue .ch-type span:before {
  content: "沿革史";
}

@media (max-width: 767px) {
  .ch-type {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 34px;
    line-height: 2.42857em;
    letter-spacing: 0.2em;
    font-weight: 400;
    max-width: 90px;
  }
}

.ch-year {
  text-align: center;
  padding: 65px 0 15px;
  background-image: url("../images/common/icon/ico_underline_ttl_popup.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-color: transparent;
  background-size: 100% 37px;
}

.ch-year .year {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 100px;
  font-size: 10rem;
  line-height: 102px;
  line-height: 1.02em;
  letter-spacing: 0.01em;
  font-weight: 200;
  color: #666666;
}

.ch-year .yearjp {
  margin: 13px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 19px;
  line-height: 1.1875em;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #666666;
}

@media only screen and (max-width: 991px) {
  .ch-year {
    padding: 56px 0 14px;
  }
}

@media (max-width: 767px) {
  .ch-year {
    background-image: url("../images/common/icon/ico_underline_ttl_popup_sp.svg");
    background-size: contain;
    padding: 69px 0 8vw;
    margin: 0 -20px;
  }
  .ch-year .year {
    font-size: 60px;
    font-size: 6rem;
  }
  .ch-year .yearjp {
    margin: 18px 0 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.ch-ttlmain {
  font-family: 'Noto Serif JP', serif;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 38.4px;
  line-height: 1.2em;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-align: center;
  margin: 63px 0 82px;
}

@media (max-width: 767px) {
  .ch-ttlmain {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 33.6px;
    line-height: 1.4em;
    letter-spacing: 0.1em;
    font-weight: 500;
    margin: 13px 0 27px;
  }
}

.ch-ttl01 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 46px;
  line-height: 1.53333em;
  letter-spacing: 0.15em;
  font-weight: 500;
  margin: 78px 0 47px;
}

.ch-ttl01.right {
  text-align: right;
}

@media (max-width: 767px) {
  .ch-ttl01 {
    margin: 78px 0 12px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 36px;
    line-height: 1.8em;
    letter-spacing: 0.15em;
    font-weight: 500;
    text-align: left !important;
  }
}

.ch-text01 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  line-height: 1.875em;
  letter-spacing: 0em;
  font-weight: 400;
  margin: 47px 0;
}

.ch-text01:before, .ch-text01:after {
  content: " ";
  display: table;
}

.ch-text01:after {
  clear: both;
}

@media (max-width: 767px) {
  .ch-text01 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 28px;
    line-height: 2em;
    letter-spacing: 0em;
    font-weight: 400;
    margin: 12px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ch-text01 .ch-thumb {
    order: 1;
    max-width: 100%;
    margin: 41px 0 0 !important;
  }
  .ch-text01 .ch-thumbtext {
    order: 0;
  }
}

.ch-ttl02 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0em;
  font-weight: 500;
  margin: 50px 0 10px;
}

@media (max-width: 767px) {
  .ch-ttl02 {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0em;
    font-weight: 500;
    margin: 35px 0 10px;
  }
}

.ch-listtext01 {
  font-family: "Noto Sans JP", sans-serif;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 10px 0;
}

.ch-listtext01 dl {
  flex: 1;
  text-align: center;
}

@media (min-width: 768px) {
  .ch-listtext01 dl:not(:first-child) {
    border-left: 1px solid #000;
  }
}

.ch-listtext01 dd,
.ch-listtext01 dt {
  padding: 19px 0 17px;
}

.ch-listtext01 dt {
  background-color: #00335d;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 1.5em;
  letter-spacing: 0.01em;
  font-weight: 700;
}

@media (min-width: 768px) {
  .ch-listtext01 dt {
    border-bottom: 1px solid #000;
  }
}

.ch-listtext01 dd {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 1.5em;
  letter-spacing: 0.01em;
  font-weight: 400;
  background-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 767px) {
  .ch-listtext01 {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 10px 0;
  }
  .ch-listtext01 dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .ch-listtext01 dl:not(:last-child) {
    border-bottom: 1px solid #000;
  }
  .ch-listtext01 dl dd,
  .ch-listtext01 dl dt {
    flex: 1;
    padding: 9px 0 10px;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0em;
    font-weight: 400;
  }
  .ch-listtext01 dl dt {
    border-left: 1px solid #000;
  }
}

.ch-table02 {
  font-family: "Noto Sans JP", sans-serif;
  margin: 21px 0;
}

.ch-table02 table {
  table-layout: fixed;
}

.ch-table02 tr {
  text-align: center;
}

.ch-table02 tr:not(:last-child) td {
  border-bottom: 1px solid #000;
}

.ch-table02 th,
.ch-table02 td {
  width: auto;
  padding: 19px 0 17px;
}

.ch-table02 th:not(:first-child),
.ch-table02 td:not(:first-child) {
  border-left: 1px solid #000;
}

.ch-table02 th:first-child,
.ch-table02 td:first-child {
  background-color: #00335d;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 1.5em;
  letter-spacing: 0.01em;
  font-weight: 700;
}

.ch-table02 th {
  background-color: #00335d;
  border-bottom: 1px solid #000;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 1.5em;
  letter-spacing: 0.01em;
  font-weight: 700;
}

.ch-table02 td {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 1.5em;
  letter-spacing: 0.01em;
  font-weight: 400;
  background-color: rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 425px) {
  .ch-table02 {
    overflow-x: auto;
    margin: 11px 0;
  }
  .ch-table02 table {
    width: 362px;
  }
}

.ch-thumb {
  width: 100%;
  max-width: 283px;
  float: left;
  margin-right: 30px;
  padding: 0 0 47px;
}

.ch-thumb figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ch-thumb.right {
  float: right;
  margin-left: 30px;
  margin-right: 0;
}

.ch-thumb.full {
  max-width: 100%;
  margin: 0;
  float: none;
}

@media (max-width: 767px) {
  .ch-thumb {
    padding: 0;
  }
}

.ch-thumbtext {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.5em;
  letter-spacing: 0.024em;
  font-weight: 400;
  margin: 10px 0 0;
}

.ch-thumbtext-zoom {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0em;
  font-weight: 400;
  margin: 8px 0 0;
}

.ch-col {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 40px -15px 30px;
}

.ch-col .ch-thumb {
  max-width: none;
  flex: 1;
  padding: 0 15px;
  margin: 0;
}

.ch-col:before, .ch-col:after {
  content: " ";
  display: table;
}

.ch-col:after {
  clear: both;
}

@media (max-width: 767px) {
  .ch-col {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ch-col .ch-thumb:not(:last-child) {
    margin-bottom: 20px;
  }
}

.ch-medal-group01 {
  font-size: 0;
  margin: 40px 0 0;
}

.ch-medal-group01 .ch-medal01:not(:last-child) {
  margin-right: 30px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .ch-medal-group01 .ch-medal01:not(:last-child) {
    margin-right: 10px;
    margin-bottom: 20px;
  }
}

.ch-medal01 {
  background-color: #00579f;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 15.6px;
  line-height: 0.975em;
  letter-spacing: 0em;
  font-weight: 500;
  padding: 15px 30px;
}

.ch-medal01 .ico {
  margin-right: 25px;
  position: relative;
}

.ch-medal01 .ico:before {
  content: "";
  position: absolute;
  top: 2px;
  left: -4px;
  width: 22px;
  height: 22px;
  background-image: url(../../assets/images/common/icon/ico_popup.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.pLR-10 {
  padding: 0 10px;
}

@media (max-width: 767px) {
  .pLR-10 {
    padding: 0;
  }
}

.mT-10 {
  margin-top: 10px;
}

.mB-10 {
  margin-bottom: 10px;
}

.pT-10 {
  padding-top: 10px;
}

.pB-10 {
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .pLR-sp-10 {
    padding: 0 10px;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .pLR-sp-10 {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .mT-sp-10 {
    margin-top: 10px;
  }
  .mB-sp-10 {
    margin-bottom: 10px;
  }
  .pT-sp-10 {
    padding-top: 10px;
  }
  .pB-sp-10 {
    padding-bottom: 10px;
  }
}

.pLR-20 {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .pLR-20 {
    padding: 0;
  }
}

.mT-20 {
  margin-top: 20px;
}

.mB-20 {
  margin-bottom: 20px;
}

.pT-20 {
  padding-top: 20px;
}

.pB-20 {
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .pLR-sp-20 {
    padding: 0 20px;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .pLR-sp-20 {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .mT-sp-20 {
    margin-top: 20px;
  }
  .mB-sp-20 {
    margin-bottom: 20px;
  }
  .pT-sp-20 {
    padding-top: 20px;
  }
  .pB-sp-20 {
    padding-bottom: 20px;
  }
}

.pLR-30 {
  padding: 0 30px;
}

@media (max-width: 767px) {
  .pLR-30 {
    padding: 0;
  }
}

.mT-30 {
  margin-top: 30px;
}

.mB-30 {
  margin-bottom: 30px;
}

.pT-30 {
  padding-top: 30px;
}

.pB-30 {
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  .pLR-sp-30 {
    padding: 0 30px;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .pLR-sp-30 {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .mT-sp-30 {
    margin-top: 30px;
  }
  .mB-sp-30 {
    margin-bottom: 30px;
  }
  .pT-sp-30 {
    padding-top: 30px;
  }
  .pB-sp-30 {
    padding-bottom: 30px;
  }
}

.pLR-40 {
  padding: 0 40px;
}

@media (max-width: 767px) {
  .pLR-40 {
    padding: 0;
  }
}

.mT-40 {
  margin-top: 40px;
}

.mB-40 {
  margin-bottom: 40px;
}

.pT-40 {
  padding-top: 40px;
}

.pB-40 {
  padding-bottom: 40px;
}

@media (max-width: 767px) {
  .pLR-sp-40 {
    padding: 0 40px;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .pLR-sp-40 {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .mT-sp-40 {
    margin-top: 40px;
  }
  .mB-sp-40 {
    margin-bottom: 40px;
  }
  .pT-sp-40 {
    padding-top: 40px;
  }
  .pB-sp-40 {
    padding-bottom: 40px;
  }
}

.pLR-50 {
  padding: 0 50px;
}

@media (max-width: 767px) {
  .pLR-50 {
    padding: 0;
  }
}

.mT-50 {
  margin-top: 50px;
}

.mB-50 {
  margin-bottom: 50px;
}

.pT-50 {
  padding-top: 50px;
}

.pB-50 {
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  .pLR-sp-50 {
    padding: 0 50px;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .pLR-sp-50 {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .mT-sp-50 {
    margin-top: 50px;
  }
  .mB-sp-50 {
    margin-bottom: 50px;
  }
  .pT-sp-50 {
    padding-top: 50px;
  }
  .pB-sp-50 {
    padding-bottom: 50px;
  }
}

.pLR-60 {
  padding: 0 60px;
}

@media (max-width: 767px) {
  .pLR-60 {
    padding: 0;
  }
}

.mT-60 {
  margin-top: 60px;
}

.mB-60 {
  margin-bottom: 60px;
}

.pT-60 {
  padding-top: 60px;
}

.pB-60 {
  padding-bottom: 60px;
}

@media (max-width: 767px) {
  .pLR-sp-60 {
    padding: 0 60px;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .pLR-sp-60 {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .mT-sp-60 {
    margin-top: 60px;
  }
  .mB-sp-60 {
    margin-bottom: 60px;
  }
  .pT-sp-60 {
    padding-top: 60px;
  }
  .pB-sp-60 {
    padding-bottom: 60px;
  }
}

.btn-seemore {
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  width: 320px;
  height: 62px;
  line-height: 60px;
  text-align: center;
  color: #fff !important;
  position: relative;
}

@media only screen and (min-width: 1025px) {
  .btn-seemore:hover {
    opacity: 1;
  }
}

.btn-seemore span {
  display: block;
  border: solid 1px #fff;
  transition: all 0.3s;
}

@media only screen and (min-width: 1025px) {
  .btn-seemore span:hover {
    opacity: 0.5;
  }
}

@media only screen and (max-width: 950px) {
  .btn-seemore {
    width: 200px;
  }
}

@media (max-width: 767px) {
  .btn-seemore {
    max-width: 315px;
    width: 100%;
    height: 38px;
    line-height: 36px;
    margin: 0 auto;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.btn-seemore:before {
  content: "";
  position: absolute;
  right: 22px;
  top: 50%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media (max-width: 767px) {
  .btn-seemore:before {
    margin-top: -3px;
    width: 7px;
    height: 7px;
    right: 15px;
  }
}

.sec-intro {
  padding: 148px 20px 142px;
  background: url(../../assets/images/top/bg_intro.jpg) center center no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  .sec-intro {
    padding-top: 132px;
    padding-bottom: 125px;
    background-image: url(../../assets/images/top/bg_intro_sp.jpg);
  }
}

.sec-intro .sec-content {
  max-width: 798px;
  margin: 0 auto;
  text-align: center;
}

.sec-intro .tit-sec {
  font-size: 45px;
  font-size: 4.5rem;
  margin-bottom: 44px;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 4px;
}

.sec-intro .tit-sec span {
  font-size: 54px;
  font-size: 5.4rem;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .sec-intro .tit-sec {
    font-size: 45px;
    font-size: 4.5rem;
  }
}

@media (max-width: 767px) {
  .sec-intro .tit-sec {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 40px;
    text-align: center;
    letter-spacing: 2px;
  }
  .sec-intro .tit-sec span {
    font-size: 30px;
    font-size: 3rem;
  }
}

.sec-intro .subtit-sec {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: 2px;
  margin-bottom: 40px;
  font-family: 'Noto Serif JP', serif;
}

@media (max-width: 767px) {
  .sec-intro .subtit-sec {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 36px;
    text-align: center;
    margin-bottom: 29px;
  }
}

.sec-intro .small-txt {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 50px;
  letter-spacing: 2.7px;
  margin-bottom: 40px;
  font-family: 'Noto Serif JP', serif;
}

@media (max-width: 767px) {
  .sec-intro .small-txt {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 30px;
    margin-bottom: 28px;
  }
}

.sec-intro .normal-txt {
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 50px;
  letter-spacing: 1.9px;
  font-family: 'Noto Serif JP', serif;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .sec-intro .normal-txt {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .sec-intro .normal-txt {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 1.5px;
    line-height: 30px;
  }
}

.sec-catalogs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@media (max-width: 767px) {
  .sec-catalogs {
    display: block;
  }
}

.sec-catalogs .item {
  width: 25%;
  height: 340px;
  background-size: cover;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.sec-catalogs .item .content-item .title {
  letter-spacing: 0.15em;
}

.sec-catalogs .item:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(28, 28, 28, 0.7);
  display: none;
}

.sec-catalogs .item.active:before {
  display: block;
}

@media (max-width: 767px) {
  .sec-catalogs .item {
    width: 100%;
    height: 210px;
  }
}

.sec-catalogs .item:first-child {
  background-image: url(../../assets/images/top/bg_catalog_1.jpg);
}

@media (max-width: 767px) {
  .sec-catalogs .item:first-child {
    background-image: url(../../assets/images/top/bg_catalog_1_sp.jpg);
  }
}

.sec-catalogs .item:nth-child(2) {
  background-image: url(../../assets/images/top/bg_catalog_2.jpg);
}

@media (max-width: 767px) {
  .sec-catalogs .item:nth-child(2) {
    background-image: url(../../assets/images/top/bg_catalog_2_sp.jpg);
  }
}

.sec-catalogs .item:nth-child(3) {
  background-image: url(../../assets/images/top/bg_catalog_3.jpg);
}

@media (max-width: 767px) {
  .sec-catalogs .item:nth-child(3) {
    background-image: url(../../assets/images/top/bg_catalog_3_sp.jpg);
  }
}

.sec-catalogs .item:last-child {
  background-image: url(../../assets/images/top/bg_catalog_4.jpg);
}

@media (max-width: 767px) {
  .sec-catalogs .item:last-child {
    background-image: url(../../assets/images/top/bg_catalog_4_sp.jpg);
  }
}

.sec-catalogs .item .content-item .title {
  color: #fff;
  font-size: 26px;
  font-size: 2.6rem;
  margin-bottom: 50px;
  position: relative;
  top: 9px;
  font-weight: 500;
}

@media only screen and (max-width: 1400px) {
  .sec-catalogs .item .content-item .title {
    font-size: 17px;
    font-size: 1.7rem;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 950px) {
  .sec-catalogs .item .content-item .title {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .sec-catalogs .item .content-item .title {
    font-size: 17px;
    font-size: 1.7rem;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .sec-catalogs .item .content-item .title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px;
    margin-bottom: 28px;
  }
}

.sec-catalogs .item .content-item .btn-seemore {
  width: 280px;
  height: 56px;
  line-height: 54px;
  margin: 0 auto;
}

@media only screen and (max-width: 1400px) {
  .sec-catalogs .item .content-item .btn-seemore {
    width: 150px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .sec-catalogs .item .content-item .btn-seemore {
    width: 150px;
  }
}

@media (max-width: 767px) {
  .sec-catalogs .item .content-item .btn-seemore {
    width: 315px;
    height: 38px;
    line-height: 36px;
  }
}

@media only screen and (max-width: 360px) {
  .sec-catalogs .item .content-item .btn-seemore {
    width: 300px;
  }
}

.sec-catalogs .item .content-item .btn-seemore:before {
  right: 12px;
}

.c-visual {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  height: 660px;
  text-align: center;
  color: #fff;
}

.c-visual .photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.c-visual .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}

.c-visual .ttl {
  width: 100%;
  font-size: 107px;
  font-size: 10.7rem;
  line-height: 107px;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 200;
  font-family: "Barlow Condensed", sans-serif;
  font-style: normal;
}

.c-visual .txt {
  width: 100%;
  margin-top: 23px;
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 46px;
  line-height: 1.35294em;
  letter-spacing: 0.15em;
  font-weight: 500;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .c-visual {
    height: 400px;
  }
}

@media (max-width: 767px) {
  .c-visual {
    height: 240px;
  }
  .c-visual .ttl {
    font-size: 30px;
    font-size: 3rem;
  }
  .c-visual .txt {
    margin-top: 14px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.c-heading-content {
  position: relative;
  z-index: 1;
  text-align: center;
  background-color: #f5f5f5;
  padding-top: 100px;
  padding-bottom: 174px;
}

@media (min-width: 768px) {
  .c-heading-content {
    background-image: url(../images/common/pattern01.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}

.c-heading-content .ttl {
  font-size: 40px;
  font-size: 4rem;
  line-height: 60px;
  line-height: 1.5em;
  letter-spacing: 0em;
  font-family: 'Noto Serif JP', serif;
}

.c-heading-content .txt {
  margin-top: 16px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 50px;
  line-height: 2.77778em;
  letter-spacing: 0.15em;
  font-weight: 500;
  font-family: 'Noto Serif JP', serif;
  color: #1c1c1c;
}

@media (max-width: 767px) {
  .c-heading-content {
    padding-top: 55px;
    background-image: url(../images/common/pattern01_sp.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 375px auto;
    padding-bottom: 55px;
  }
  .c-heading-content .ttl {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 36px;
    line-height: 2em;
    letter-spacing: 0.08em;
  }
  .c-heading-content .txt {
    text-align: left;
    margin: 19px 10px 0;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 30px;
    line-height: 2.30769em;
    letter-spacing: 0.15em;
  }
}

@media only screen and (max-width: 370px) {
  .c-heading-content .ttl {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.c-grid .block-photo {
  position: relative;
  z-index: 1;
}

.c-grid .block-photo .inner {
  width: 50%;
}

.c-grid .block-photo .photo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
}

.c-grid .block-photo .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.c-grid .block-photo .ttl {
  font-size: 40px;
  font-size: 4rem;
  line-height: 60px;
  line-height: 1.5em;
  letter-spacing: 0em;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
}

.c-grid .block-photo .txt {
  margin-top: 34px;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  line-height: 1.875em;
}

.c-grid .block-photo .c-btn01 {
  margin-top: 47px;
}

.c-grid .block-photo.right:before {
  left: auto;
  right: 0;
}

.c-grid .block-photo.right .wrapInner {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}

.c-grid .block-photo.right.is-white:before {
  background-image: url(../images/common/bg_right_white.png);
  background-position: center left;
}

.c-grid .block-photo.right.is-white .ttl,
.c-grid .block-photo.right.is-white .txt {
  color: #333333;
}

@media (min-width: 768px) {
  .c-grid .block-photo {
    background: #252525;
    height: 600px;
  }
  .c-grid .block-photo .wrapInner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    height: 100%;
  }
  .c-grid .block-photo:before {
    content: "";
    position: absolute;
    background-image: url(../images/common/bg_left.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    width: 50%;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .c-grid .block-photo {
    height: 400px;
  }
}

.c-grid .block-content .wrapInner {
  padding-top: 95px;
  padding-bottom: 302px;
}

.c-grid .block-content .ttl {
  margin-bottom: 45px;
  font-size: 30px;
  font-size: 3rem;
  line-height: 46px;
  line-height: 1.53333em;
  letter-spacing: 0.15em;
  font-weight: 500;
}

.c-grid .block-content .txt {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 40px;
  line-height: 2.22222em;
  letter-spacing: 0em;
}

.c-grid .block-content .txt p + p {
  margin-top: 38px;
}

.c-grid .block-content .staff {
  margin-top: 49px;
  text-align: right;
}

.c-grid .block-content .staff span,
.c-grid .block-content .staff strong {
  display: inline-block;
  vertical-align: middle;
}

.c-grid .block-content .staff span {
  margin-top: 6px;
  font-size: 14px;
  font-size: 1.4rem;
}

.c-grid .block-content .staff strong {
  margin-left: 20px;
}

.c-grid .block-content .box {
  margin-top: 98px;
}

@media (min-width: 768px) {
  .c-grid .block-content .box .info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding-top: 30px;
  }
}

.c-grid .block-content .box .staff01 {
  width: 350px;
}

.c-grid .block-content .box .staff01 span,
.c-grid .block-content .box .staff01 strong {
  display: inline-block;
  vertical-align: bottom;
}

.c-grid .block-content .box .staff01 span {
  margin-bottom: 3px;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0em;
  font-weight: 500;
}

.c-grid .block-content .box .staff01 strong {
  margin-right: 24px;
  font-size: 30px;
  font-size: 3rem;
  line-height: 46px;
  line-height: 1.53333em;
  letter-spacing: 0.15em;
  font-weight: 500;
}

.c-grid .block-content .box .desc {
  width: calc(100% - 350px);
  margin-top: -4px;
  padding-left: 7px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  line-height: 1.875em;
  letter-spacing: 0em;
}

@media only screen and (min-width: 1024px) and (max-width: 1179px) {
  .c-grid .block-photo {
    height: 450px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .c-grid .block-photo {
    height: 400px;
  }
  .c-grid .block-content .wrapInner {
    padding-bottom: 200px;
  }
}

@media (max-width: 767px) {
  .c-grid .block-photo .photo {
    position: relative;
  }
  .c-grid .block-photo.left {
    width: 100%;
  }
  .c-grid .block-photo .wrapInner {
    height: auto;
    padding-top: 34px;
    padding-bottom: 70px;
    position: relative;
    background: #333;
  }
  .c-grid .block-photo .wrapInner::before {
    content: '';
    display: block;
    background-image: url(../images/common/bg_sp.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 100%;
    width: 100%;
    height: 72px;
    position: absolute;
    bottom: calc(100% - 1px);
    left: 0;
  }
  .c-grid .block-photo .ttl {
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 46px;
    line-height: 2.55556em;
    letter-spacing: 0.15em;
    font-weight: bold;
  }
  .c-grid .block-content .txt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 28px;
    line-height: 2em;
    letter-spacing: 0em;
  }
  .c-grid .block-content .txt p + p {
    margin-top: 12px;
  }
  .c-grid .block-content .wrapInner {
    padding: 27px 30px 110px;
  }
  .c-grid .block-content .staff {
    margin-top: 11px;
  }
  .c-grid .block-content .staff span {
    margin-bottom: -5px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .c-grid .block-content .staff strong {
    margin-left: 10px;
  }
  .c-grid .block-content .box {
    margin: 60px -30px 0;
  }
  .c-grid .block-content .box .info {
    padding: 20px 30px;
  }
  .c-grid .block-content .box .staff01 {
    width: 100%;
  }
  .c-grid .block-content .box .staff01 strong {
    margin-right: 3px;
    font-size: 22px;
    font-size: 2.2rem;
  }
  .c-grid .block-content .box .staff01 span {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .c-grid .block-content .box .desc {
    width: 100%;
    margin-top: 6px;
    padding-left: 0;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 28px;
    line-height: 2em;
  }
}

.c-grid01 {
  position: relative;
}

@media (min-width: 768px) {
  .c-grid01 {
    position: relative;
    min-height: 300px;
  }
  .c-grid01:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 31.19792%;
  }
  .c-grid01 > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .c-grid01 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.c-grid01 .photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.c-grid01 .photo img {
  width: 100%;
  object-fit: cover;
  object-position: center top;
}

.c-grid01 .wrapInner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.c-grid01 .ttl {
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 39px;
  line-height: 1.14706em;
  letter-spacing: 0.15em;
  font-weight: bold;
  color: #fff;
}

.c-grid01 .ttl .en {
  font-family: "Barlow", sans-serif;
  letter-spacing: 0;
}

.c-grid01 .txt {
  margin-top: 34px;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  line-height: 1.875em;
}

.c-grid01 .c-btn01 {
  margin-top: 47px;
}

.c-grid01 .box {
  width: 100%;
}

.c-grid01.is-right .wrapInner {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}

.c-grid01.is-right .box {
  width: 50%;
}

@media only screen and (min-width: 1300px) {
  .c-grid01.is-right .box {
    padding-left: 123px;
  }
}

.c-grid01.is-black .ttl,
.c-grid01.is-black .txt {
  color: #333;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .c-grid01 .ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .c-grid01 .txt {
    margin-top: 22px;
    font-size: 11px;
    font-size: 1.1rem;
  }
  .c-grid01 .c-btn01 {
    margin-top: 32px;
  }
  .c-grid01 .c-btn01 a {
    font-size: 11px;
    font-size: 1.1rem;
    padding: 12px 14px;
    max-width: 220px;
  }
}

@media (max-width: 767px) {
  .c-grid01 .photo {
    position: relative;
  }
  .c-grid01 .wrapInner {
    position: relative;
    background-color: #333;
    padding: 28px 30px 90px;
  }
  .c-grid01 .wrapInner:before {
    content: "";
    position: absolute;
    top: -55px;
    left: 0;
    right: 0;
    background-color: #333;
    transform: skewY(-10deg);
    height: 100px;
    z-index: -1;
  }
  .c-grid01 .ttl {
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
  }
  .c-grid01 .txt {
    margin-top: 35px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 20px;
    line-height: 1.53846em;
  }
  .c-grid01 .c-btn01 {
    margin-top: 27px;
  }
  .c-grid01.is-right .wrapInner {
    background-color: #fff;
  }
  .c-grid01.is-right .wrapInner:before {
    background-color: #fff;
  }
  .c-grid01.is-right .box {
    padding-left: 0;
    width: 100%;
  }
}

.c-block01 {
  counter-reset: number;
}

.c-block01 .block-photo {
  position: relative;
  z-index: 1;
}

.c-block01 .block-photo .photo {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
  position: relative;
  min-height: 350px;
}

.c-block01 .block-photo .photo:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 31.25%;
}

.c-block01 .block-photo .photo > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.c-block01 .block-photo .photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-block01 .block-photo .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.c-block01 .block-photo .wrapInner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}

@media (min-width: 768px) {
  .c-block01 .block-photo .wrapInner {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
  }
}

.c-block01 .block-photo .info {
  position: relative;
  padding-right: 104px;
  padding-bottom: 52px;
  text-align: right;
}

.c-block01 .block-photo .info:after {
  position: absolute;
  counter-increment: number;
  content: "0" counter(number);
  bottom: 45px;
  right: 0;
  font-size: 120px;
  font-size: 12rem;
  line-height: 120px;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 300;
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
}

.c-block01 .block-photo .txt {
  font-size: 40px;
  font-size: 4rem;
  line-height: 56px;
  line-height: 1.4em;
  letter-spacing: 0.15em;
  font-weight: 500;
  color: #fff;
}

.c-block01 .block-content .wrapInner {
  padding-top: 95px;
}

.c-block01 .block-content .ttl {
  margin-bottom: 45px;
  font-size: 30px;
  font-size: 3rem;
  line-height: 46px;
  line-height: 1.53333em;
  letter-spacing: 0.15em;
  font-weight: 500;
}

.c-block01 .block-content .txt {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 40px;
  line-height: 2.22222em;
  letter-spacing: 0em;
}

.c-block01 .block-content .txt p + p {
  margin-top: 46px;
}

.c-block01 .block-content .staff {
  margin-top: 49px;
  text-align: right;
}

.c-block01 .block-content .staff span,
.c-block01 .block-content .staff strong {
  display: inline-block;
  vertical-align: middle;
}

.c-block01 .block-content .staff span {
  margin-top: 6px;
  font-size: 14px;
  font-size: 1.4rem;
}

.c-block01 .block-content .staff strong {
  margin-left: 20px;
}

.c-block01 .block-content .box {
  margin-top: 98px;
}

.c-block01 .block-content .info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 34px;
}

.c-block01 .block-content .sttl {
  margin-top: 84px;
  font-size: 30px;
  font-size: 3rem;
  line-height: 60px;
  line-height: 2em;
  letter-spacing: 0em;
  font-family: 'Noto Serif JP', serif;
}

@media (min-width: 768px) {
  .c-block01 .item {
    padding-bottom: 302px;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .c-block01 .item:nth-child(even) .block-photo .wrapInner {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
  }
}

@media (min-width: 768px) {
  .c-block01 .item:nth-child(even) .block-photo .info {
    padding-right: 0;
    padding-left: 128px;
    text-align: left;
  }
  .c-block01 .item:nth-child(even) .block-photo .info:after {
    left: 0;
    right: auto;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1179px) {
  .c-block01 .block-photo .txt {
    font-size: 33px;
    font-size: 3.3rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .c-block01 .item {
    padding-bottom: 200px;
  }
  .c-block01 .item:nth-child(even) .block-photo .info {
    padding-right: 0;
    padding-left: 90px;
  }
  .c-block01 .block-photo .txt {
    font-size: 27px;
    font-size: 2.7rem;
    letter-spacing: 0.05em;
  }
  .c-block01 .block-photo .info {
    padding-right: 70px;
  }
  .c-block01 .block-photo .info:after {
    font-size: 82px;
    font-size: 8.2rem;
  }
  .c-block01 .block-content .ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .c-block01 .block-content .txt {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .c-block01 {
    padding-bottom: 47px;
  }
  .c-block01 .item {
    padding-bottom: 49px;
  }
  .c-block01 .block-photo .photo {
    min-height: 240px;
    position: relative;
  }
  .c-block01 .block-photo .photo:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 64%;
  }
  .c-block01 .block-photo .photo > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .c-block01 .block-photo .photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .c-block01 .block-photo .info {
    padding: 0 0 32px 10px;
    text-align: left;
  }
  .c-block01 .block-photo .info:after {
    right: auto;
    left: 11px;
    bottom: calc(100% + 8px);
    font-size: 80px;
    font-size: 8rem;
  }
  .c-block01 .block-photo .txt {
    font-size: 20px;
    font-size: 2rem;
    line-height: 28px;
    line-height: 1.4em;
  }
  .c-block01 .block-content .ttl {
    margin-bottom: 14px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 31px;
    line-height: 1.72222em;
  }
  .c-block01 .block-content .txt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 28px;
    line-height: 2em;
  }
  .c-block01 .block-content .txt p + p {
    margin-top: 12px;
  }
  .c-block01 .block-content .wrapInner {
    padding: 27px 30px;
  }
  .c-block01 .block-content .sttl {
    margin-top: 30px;
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 40px;
    line-height: 2.22222em;
  }
}

@media only screen and (max-width: 370px) {
  .c-block01 .block-photo .txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .c-block01 .block-content .ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/*# sourceMappingURL=maps/module.css.map */
