@charset "UTF-8";
.main_v {
  width: 100%;
  height: calc(100vh - 70px);
  min-height: 580px;
  position: relative;
  margin: 70px 0 0;
}
@media screen and (max-width: 1023px) {
  .main_v {
    height: auto;
    min-height: auto;
    position: relative;
    margin: 65px 0 0;
  }
}
.main_v .main_v_inr {
  width: 76%;
  height: calc(100vh - 120px);
  min-height: 580px;
}
@media screen and (max-width: 1023px) {
  .main_v .main_v_inr {
    width: 100%;
    height: 40vh;
    min-height: auto;
    min-height: 260px;
    position: relative;
  }
}
@media screen and (min-width: 1024px) {
  .main_v .main_copy {
    position: absolute;
    top: 36%;
    left: 78%;
    width: 22%;
    white-space: nowrap;
    text-align: left;
    font-size: 2.3vw;
    font-family: "EB Garamond", serif;
    color: #242424;
  }
}
@media screen and (max-width: 1023px) {
  .main_v .main_copy {
    padding: 45px 20px 20px;
    text-align: center;
    font-size: 8vw;
    font-family: "EB Garamond", serif;
    color: #242424;
    line-height: 1.76;
  }
}
.main_v .main_copy .slick-arrow {
  display: none !important;
}
.main_v .main_copy .copy_slider {
  display: none;
}
.main_v .main_copy .copy_slider.slick-initialized {
  display: block;
}
.main_v .sns_area {
  position: absolute;
  top: 20px;
  right: 20px;
}
@media screen and (max-width: 1023px) {
  .main_v .sns_area {
    display: none;
  }
}
.main_v .sns_area a {
  display: block;
  width: 26px;
  margin: 10px 0;
}
.main_v .sns_area a svg {
  fill: #242424;
}
.main_v .sns_area a:hover {
  opacity: 0.7;
}
.main_v .copyright {
  position: absolute;
  bottom: 10px;
  left: 20px;
  z-index: 1;
  color: #242424;
}
@media screen and (max-width: 1023px) {
  .main_v .copyright {
    display: none;
  }
}
.main_v .copyright p {
  font-family: "EB Garamond", serif;
  font-size: 1.2rem;
}
.main_v .scroll_down {
  position: absolute;
  bottom: 70px;
  right: 10px;
  z-index: 1;
  color: #242424;
  height: 200px;
}
@media screen and (max-width: 1023px) {
  .main_v .scroll_down {
    display: none;
  }
}
.main_v .scroll_down .scroll_down_inr p {
  font-family: "EB Garamond", serif;
  font-size: 1.2rem;
  text-align: end;
  transform: rotate(90deg);
}
.main_v .scroll_down .scroll_down_inr .arrow {
  width: 1px;
  height: 100px;
  margin: 30px auto 0;
  background-color: none;
  position: relative;
  overflow: hidden;
}
.main_v .scroll_down .scroll_down_inr .arrow:before {
  content: "";
  width: 2px;
  height: 100px;
  margin: 30px auto 0;
  background-color: #242424;
  position: absolute;
  top: -150px;
  left: 0;
  -webkit-animation: arrow 2.5s ease 0s infinite normal;
  animation: arrow 2.5s ease 0s infinite normal;
}
@-webkit-keyframes arrow {
  0% {
    transform: translate3d(-50%, 0, 0);
  }
  60% {
    transform: translate3d(-50%, 100px, 0);
  }
  100% {
    transform: translate3d(-50%, 100px, 0);
  }
}
@keyframes arrow {
  0% {
    transform: translate3d(-50%, 0, 0);
  }
  60% {
    transform: translate3d(-50%, 100px, 0);
  }
  100% {
    transform: translate3d(-50%, 100px, 0);
  }
}

@media screen and (min-width: 1024px) {
  .topics_slider_section {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 90%;
    max-width: 980px;
    padding: 25px 90px 20px 45px;
    background: rgb(255, 255, 255);
  }
}
@media screen and (max-width: 1023px) {
  .topics_slider_section {
    position: relative;
    width: 100%;
    max-width: 980px;
    padding: 25px 90px 20px 20px;
    background: rgb(255, 255, 255);
  }
}
@media screen and (max-width: 767px) {
  .topics_slider_section {
    display: none;
  }
}
.topics_slider_section ul li {
  display: flex;
  flex-wrap: wrap;
}
.topics_slider_section ul li .inr {
  overflow: hidden;
  width: 100%;
}
.topics_slider_section ul li .inr .date {
  display: inline-block;
  width: 80px;
  color: #242424;
}
@media screen and (max-width: 767px) {
  .topics_slider_section ul li .inr .date {
    width: 55px;
    font-size: 1rem;
  }
}
.topics_slider_section ul li .inr .cat {
  background: #0653A3;
  color: #FFFFFF;
  padding: 1px 10px;
  display: inline-block;
  font-size: 1.2rem;
  margin: 0 23px;
}
@media screen and (max-width: 767px) {
  .topics_slider_section ul li .inr .cat {
    font-size: 1rem;
  }
}
.topics_slider_section ul li p {
  margin-bottom: 5px;
}
.topics_slider_section ul li a {
  font-size: 1.6rem;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .topics_slider_section ul li a {
    font-size: 1.3rem;
  }
}
.topics_slider_section ul li a .sp_inr {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.topics_slider_section ul li a:hover {
  opacity: 0.6;
}
.topics_slider_section .btn_topics {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .topics_slider_section .btn_topics {
    width: 50px;
  }
}
.topics_slider_section .btn_topics a {
  height: 100%;
  display: block;
  background: #0653A3;
  background-image: url("../images/common/ico_link.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 26px;
}
.topics_slider_section .btn_topics a:hover {
  background: #AAAAAA;
  background-image: url("../images/common/ico_link.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 26px;
}
.topics_slider_section .slick-prev {
  display: none !important;
}
.topics_slider_section .slick-next {
  width: 26px;
  height: 30px;
  right: -10px;
  margin-top: -15px;
}
@media screen and (max-width: 767px) {
  .topics_slider_section .slick-next {
    width: 12px;
    height: 26px;
  }
}
@media screen and (min-width: 768px) {
  .btn_70th_top {
    position: absolute;
    bottom: 70px;
    left: 20px;
    width: 320px;
  }
}
@media screen and (max-width: 767px) {
  .btn_70th_top {
    width: 90%;
    margin: 1em auto;
  }
}
.btn_70th_top a {
  display: block;
}
.btn_70th_top a:hover {
  opacity: 0.6;
}

/* about_section
---------------------------------------------------------------------------------------*/
.about_section {
  margin: 90px auto;
}
@media screen and (max-width: 767px) {
  .about_section {
    margin: 0 auto;
  }
}
.about_section .about_section_inr {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .about_section .about_section_inr {
    padding-top: 0;
  }
}
.about_section .about_section_inr .img {
  width: 40%;
  margin-right: 7%;
  background: url("../images/top/bg_about.jpg") center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .about_section .about_section_inr .img {
    width: 110%;
    height: 30vh;
    min-height: 200px;
    margin: 0 -5%;
  }
}
.about_section .about_section_inr .txt {
  width: 53%;
  padding: 90px 0;
}
@media screen and (max-width: 767px) {
  .about_section .about_section_inr .txt {
    width: 100%;
    padding: 20px 0 45px;
  }
}
.about_section .about_section_inr .txt .txt_inr h3 {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 3.6rem;
  margin-bottom: 1em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .about_section .about_section_inr .txt .txt_inr h3 {
    font-size: 5.8vw;
  }
}
.about_section .about_section_inr .txt .txt_inr p {
  max-width: 470px;
  margin-bottom: 1em;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 767px) {
  .about_section .about_section_inr .txt .txt_inr p {
    max-width: 100%;
  }
}
.about_section .about_section_inr .txt .btn_more {
  margin: 50px 0 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .about_section .about_section_inr .txt .btn_more {
    margin: 35px 0 0;
    text-align: center;
  }
}
.about_section .about_section_inr .txt .btn_more a {
  text-align: center;
}

/* project_section
---------------------------------------------------------------------------------------*/
.project_section {
  background: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 80%, #FAFAFA 80%, #FAFAFA 100%);
  margin: 90px auto;
}
@media screen and (max-width: 767px) {
  .project_section {
    margin: 45px auto;
  }
}
.project_section .container {
  background: #FFFFFF;
}
.project_section .project_section_inr {
  padding: 90px 0 60px;
}
@media screen and (max-width: 767px) {
  .project_section .project_section_inr {
    padding: 45px 0;
  }
}
.project_section .project_section_inr .project_list {
  margin: 0 5% 50px;
}
@media screen and (max-width: 767px) {
  .project_section .project_section_inr .project_list .project_card {
    margin-bottom: 20px;
  }
}
.project_section .project_section_inr .project_list .project_card a {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .project_section .project_section_inr .project_list .project_card a {
    display: block;
  }
}
.project_section .project_section_inr .project_list .project_card a:hover .thum img {
  transform: scale(1.05);
}
.project_section .project_section_inr .project_list .project_card a:hover .inr {
  color: #AAAAAA;
}
.project_section .project_section_inr .project_list .project_card a .thum {
  overflow: hidden;
  position: relative;
  width: 45%;
}
@media screen and (max-width: 767px) {
  .project_section .project_section_inr .project_list .project_card a .thum {
    width: 100%;
    margin-bottom: 20px;
  }
}
.project_section .project_section_inr .project_list .project_card a .thum .cat {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(6, 83, 163, 0.9);
  color: #FFFFFF;
  padding: 6px 12px;
  line-height: 1;
  font-size: 1.2rem;
}
.project_section .project_section_inr .project_list .project_card a .thum .cat span:after {
  content: " / ";
}
.project_section .project_section_inr .project_list .project_card a .thum .cat span:last-child:after {
  display: none;
}
.project_section .project_section_inr .project_list .project_card a .inr {
  width: 55%;
  padding: 0 4%;
  transition-property: all;
  transition-duration: 0.5s;
}
@media screen and (max-width: 767px) {
  .project_section .project_section_inr .project_list .project_card a .inr {
    width: 100%;
  }
}
.project_section .project_section_inr .project_list .project_card a .inr h3 {
  font-size: 2.2rem;
  margin-bottom: 1em;
  line-height: 1.78;
}
@media screen and (max-width: 767px) {
  .project_section .project_section_inr .project_list .project_card a .inr h3 {
    font-size: 1.6rem;
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 767px) {
  .project_section .project_section_inr .project_list .project_card a .inr .the_excerpt {
    font-size: 1.2rem;
    margin-bottom: 0;
  }
}

/* works_section
---------------------------------------------------------------------------------------*/
.works_section {
  margin: 90px auto;
}
@media screen and (max-width: 767px) {
  .works_section {
    margin: 45px auto;
  }
}
.works_section .works_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .works_section .works_list {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    /* コンテンツが見切れて見えるようにする */
    overflow-x: auto;
    /* 横スクロールの指定 */
    white-space: nowrap;
    /* 横スクロールの指定 */
    overflow-scrolling: touch;
    /* スクロールを滑らかにする */
    -webkit-overflow-scrolling: touch;
    /* スクロールを滑らかにする */
  }
}
.works_section .works_list .works_card {
  width: 33.333333%;
  padding: 0 25px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .works_section .works_list .works_card {
    display: inline-block;
    /* 横並びにする指定 */
    list-style: none;
    height: auto;
    /* 横スクロールする範囲の高さを指定 */
    width: 80%;
    padding: 0 3% 0 0;
    margin-bottom: 0;
  }
}
.works_section .works_list .works_card a {
  display: block;
  position: relative;
}
.works_section .works_list .works_card a .cat {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(6, 83, 163, 0.9);
  color: #FFFFFF;
  padding: 6px 12px;
  line-height: 1;
  font-size: 1.2rem;
}
.works_section .works_list .works_card a .thum {
  overflow: hidden;
  margin-bottom: 15px;
}
.works_section .works_list .works_card a:hover .thum img {
  transform: scale(1.05);
}
.works_section .works_list .works_card a:hover h3 {
  color: #AAAAAA;
}
.works_section .works_list .works_card h3 {
  font-size: 1.8rem;
  transition-property: all;
  transition-duration: 0.5s;
}
@media screen and (max-width: 767px) {
  .works_section .works_list .works_card h3 {
    font-size: 1.4rem;
  }
}

/* topics_section
---------------------------------------------------------------------------------------*/
.topics_section {
  margin: 90px auto;
}
@media screen and (max-width: 767px) {
  .topics_section {
    margin: 60px auto;
  }
}
.topics_section .topics_section_bg {
  background: linear-gradient(90deg, #FAFAFA 0%, #FAFAFA 50%, #FFFFFF 50%, #FFFFFF 100%);
}
@media screen and (max-width: 767px) {
  .topics_section .topics_section_bg {
    background: none;
  }
}
.topics_section .topics_section_inr {
  display: flex;
  flex-wrap: wrap;
}
.topics_section .topics_section_inr .section_title {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .topics_section .topics_section_inr .section_title {
    width: 100%;
  }
}
.topics_section .topics_section_inr .topics_list {
  padding: 60px 0;
  background: #FFFFFF;
  width: calc(100% - 200px);
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .topics_section .topics_section_inr .topics_list {
    width: 100%;
    padding: 20px;
  }
}
.topics_section .topics_section_inr .topics_list li {
  display: flex;
  margin-bottom: 1.75em;
  padding-bottom: 1.75em;
  border-bottom: 1px dotted #242424;
}
.topics_section .topics_section_inr .topics_list li:last-child {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .topics_section .topics_section_inr .topics_list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .topics_section .topics_section_inr .topics_list li .inr {
    display: flex;
    flex-wrap: wrap;
  }
}
.topics_section .topics_section_inr .topics_list li .inr .date {
  display: inline-block;
  width: 80px;
  font-size: 1.4rem;
  color: #242424;
}
@media screen and (max-width: 767px) {
  .topics_section .topics_section_inr .topics_list li .inr .date {
    width: 55px;
    font-size: 1rem;
  }
}
.topics_section .topics_section_inr .topics_list li .inr .cat {
  background: #0653A3;
  color: #FAFAFA;
  display: inline-block;
  text-align: center;
  font-size: 1.2rem;
  margin: 0 23px;
  width: 100px;
}
@media screen and (max-width: 767px) {
  .topics_section .topics_section_inr .topics_list li .inr .cat {
    font-size: 1rem;
  }
}
.topics_section .topics_section_inr .topics_list li a {
  display: inline-block;
}
.topics_section .topics_section_inr .topics_list li a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .topics_section .topics_section_inr .topics_list li a {
    font-size: 1.4rem;
    display: block;
    margin-top: 7px;
  }
}
.topics_section .topics_section_inr .btn_more {
  width: 100%;
}

/* btn_area
---------------------------------------------------------------------------------------*/
.btn_area {
  margin: 120px auto;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .btn_area {
    margin: 45px auto;
    display: block;
  }
}
.btn_area div {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .btn_area div {
    width: 100%;
  }
}
.btn_area a {
  display: block;
  text-align: center;
}
.btn_area a:hover .ico_btn {
  margin-left: 10px;
}
.btn_area a p {
  font-size: 3.2rem;
  line-height: 1.78;
  font-family: "EB Garamond", serif;
}
@media screen and (max-width: 767px) {
  .btn_area a p {
    font-size: 2.6rem;
  }
}
.btn_area a p span {
  display: block;
  font-size: 1.2rem;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
@media screen and (max-width: 767px) {
  .btn_area a p span {
    font-size: 1rem;
  }
}
.btn_area a .ico_btn {
  display: inline-block;
  width: 66px;
  margin-top: 20px;
  transition-property: all;
  transition-duration: 0.5s;
}
@media screen and (max-width: 767px) {
  .btn_area a .ico_btn {
    width: 42px;
    margin-top: 0;
  }
}
.btn_area .btn_award a {
  background: #0653A3;
  border: 5px solid #0653A3;
  color: #FFFFFF;
  padding: 60px 25px;
}
@media screen and (max-width: 767px) {
  .btn_area .btn_award a {
    padding: 20px;
    margin-bottom: 20px;
  }
}
.btn_area .btn_award a .ico_btn svg {
  fill: #FFFFFF;
}
.btn_area .btn_company a {
  background: #FFFFFF;
  border: 5px solid #0653A3;
  color: #0653A3;
  padding: 60px 25px;
}
@media screen and (max-width: 767px) {
  .btn_area .btn_company a {
    padding: 20px;
  }
}
.btn_area .btn_company a .ico_btn svg {
  fill: #0653A3;
}

/* access_section
---------------------------------------------------------------------------------------*/
.access_section {
  margin: 90px auto;
}
@media screen and (max-width: 767px) {
  .access_section {
    margin: 45px auto;
  }
}
.access_section .access_section_inr {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .access_section .access_section_inr {
    margin-bottom: 45px;
  }
}
.access_section .access_section_inr .left_area {
  width: 350px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .access_section .access_section_inr .left_area {
    width: 100%;
  }
}
.access_section .access_section_inr .left_area dl {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .access_section .access_section_inr .left_area dl {
    margin-top: 35px;
  }
}
.access_section .access_section_inr .left_area dl dt {
  font-weight: bold;
}
.access_section .access_section_inr .left_area .btn_more {
  text-align: left;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .access_section .access_section_inr .left_area .btn_more {
    text-align: center;
  }
}
.access_section .access_section_inr .left_area .btn_more a {
  text-align: center;
}
.access_section .access_section_inr .right_area {
  width: calc(100% - 550px);
}
@media screen and (max-width: 767px) {
  .access_section .access_section_inr .right_area {
    width: 100%;
  }
}
.access_section .googlemaps {
  width: 100%;
  height: 580px;
}
@media screen and (max-width: 767px) {
  .access_section .googlemaps {
    height: 280px;
  }
}
.access_section .googlemaps iframe {
  width: 100%;
  height: 580px;
}
@media screen and (max-width: 767px) {
  .access_section .googlemaps iframe {
    height: 280px;
  }
}
.access_section .googlemaps embed,
.access_section .googlemaps iframe,
.access_section .googlemaps object {
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.access_section .contact_area {
  max-width: 1020px;
  padding: 0 25px;
  margin: -90px auto 0;
  background: #FFFFFF;
  text-align: center;
  padding: 60px 25px;
}
@media screen and (max-width: 767px) {
  .access_section .contact_area {
    width: 90%;
    margin: 0 auto;
    padding: 45px 20px;
  }
}
.access_section .contact_area .title p {
  font-family: "EB Garamond", serif;
  font-size: 4.2rem;
  line-height: 1.78;
}
@media screen and (max-width: 767px) {
  .access_section .contact_area .title p {
    font-size: 2.6rem;
  }
}
.access_section .contact_area .title h2 {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .access_section .contact_area .title h2 {
    font-size: 1.2rem;
  }
}
.access_section .contact_area .reed {
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  .access_section .contact_area .reed {
    margin: 20px 0;
  }
}
.access_section .contact_area .tel {
  font-size: 5rem;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  color: #0653A3;
}
@media screen and (max-width: 767px) {
  .access_section .contact_area .tel {
    font-size: 2.6rem;
  }
}
.access_section .contact_area .time {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .access_section .contact_area .time {
    font-size: 1.2rem;
  }
}
.access_section .contact_area .btn_contact {
  width: 320px;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .access_section .contact_area .btn_contact {
    width: 90%;
    margin: 35px auto 0;
  }
}
.access_section .contact_area .btn_contact a {
  display: block;
  color: #FFFFFF;
  background: #0653A3;
  padding: 20px;
  font-size: 1.8rem;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .access_section .contact_area .btn_contact a {
    padding: 10px;
    font-size: 1.6rem;
  }
}
.access_section .contact_area .btn_contact a:hover {
  opacity: 0.7;
}

.anniversary_section {
  background: #FFFFFF;
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .anniversary_section {
    padding: 60px 0;
  }
}
.anniversary_section .anniversary_inr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.anniversary_section .anniversary_inr .img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .anniversary_section .anniversary_inr .img {
    width: 100%;
    margin-bottom: 3em;
    padding: 0 10%;
  }
}
.anniversary_section .anniversary_inr .inr {
  width: 50%;
  padding-left: 5%;
}
@media screen and (max-width: 767px) {
  .anniversary_section .anniversary_inr .inr {
    width: 100%;
    padding: 0;
  }
}
.anniversary_section .anniversary_inr .inr h3 {
  font-size: 2.2rem;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  line-height: 1.78;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .anniversary_section .anniversary_inr .inr h3 {
    font-size: 1.8rem;
  }
}
.anniversary_section .anniversary_inr .inr .btn_more {
  text-align: left;
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .anniversary_section .anniversary_inr .inr .btn_more {
    text-align: center;
  }
}