.sp {
  display: none;
}

body {
  color: #0F318D;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: bold;
  overflow-x: hidden;
}

.en {
  font-family: 'Montserrat', sans-serif !important;
}

a {
  color: #0F318D;
  text-decoration: none;
}

.container {
  margin-right: 160px;
  margin-left: 160px;
}

.sec_title_en {
  font-size: 49px;
  line-height: 49px;
  margin-bottom: 10px;
}

.sec_title_ja {
  font-size: 21px;
  line-height: 21px;
  margin-bottom: 40px;
}

.top_page_sec-1 {
  width: 100vw;
}

.top_page_sec-1 h2 {
  position: relative;
  font-size: 64px;
  padding: 40px 0px 35px 160px;
}

.top_page_sec-1 .img_text_wrapper {
  position: relative;
}

.top_page_sec-1 .img_text_wrapper p {
  position: absolute;
  font-size: 18px;
  top: 40px;
  left: 160px;
  line-height: 33px;
  z-index: 10;
}

.top_page_sec-1 .img_text_wrapper img {
  width: 100%;
  height: 100%;
}

.top_page_sec-2 {
  padding-left: 160px;
  margin: 110px 0;
}

.top_page_sec-2 .flex_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top_page_sec-2 .flex_wrapper .flex_item {
  position: relative;
  width: 50%;
  height: auto;
  overflow: hidden;
}

.top_page_sec-2 .flex_wrapper .flex_item img {
  width: 100%;
  height: 100%;
  -webkit-transition: .2s all;
  transition: .2s all;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.top_page_sec-2 .flex_wrapper .flex_item .flex_item_text {
  position: absolute;
  top: 0;
  color: #fff;
  margin: 12% 12% 0 12%;
  z-index: 10;
}

.top_page_sec-2 .flex_wrapper .flex_item .flex_item_text .flex_item_title_en {
  font-size: 13px;
  margin-bottom: 5px;
}

.top_page_sec-2 .flex_wrapper .flex_item .flex_item_text .flex_item_title_ja {
  font-size: 2.5vw;
  line-height: 45px;
}

.top_page_sec-2 .flex_wrapper .flex_item .flex_item_text .flex_item_letter {
  font-size: 16px;
  line-height: 29px;
  margin-top: 4%;
  font-weight: normal;
}

.top_page_sec-2 .flex_wrapper .flex_item .flex_wrapper_btn_outer {
  position: absolute;
  bottom: 0;
  margin: 0 0 12% 12%;
  z-index: 10;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.top_page_sec-2 .flex_wrapper .flex_item .flex_wrapper_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top_page_sec-2 .flex_wrapper .flex_item .flex_wrapper_btn p {
  font-size: 21px;
  margin-right: 21px;
  color: #fff;
}

.top_page_sec-2 .flex_wrapper .flex_item .flex_wrapper_btn svg circle {
  -webkit-transition: .2s all;
  transition: .2s all;
}

.top_page_sec-2 .flex_wrapper .flex_item .flex_wrapper_btn svg path {
  -webkit-transition: .2s all;
  transition: .2s all;
}

.top_page_sec-2 .flex_wrapper .flex_item-1 {
  border-radius: 10px 0 0 10px;
  margin-right: 1px;
}

.top_page_sec-2 .flex_wrapper .flex_item-2 {
  margin-left: 1px;
}

.top_page_sec-3 {
  padding: 0 160px 110px 160px;
}

.news_list_wrapper {
  padding: 0;
  margin: 0 0 100px 0;
  list-style: none;
  border-top: #E7EBF4 solid 1px;
}

.news_list_wrapper li {
  font-weight: normal;
  -webkit-transition: .2s all;
  transition: .2s all;
}

.news_list_wrapper li a {
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: solid 1px #E7EBF4;
  -webkit-transition: .2s all;
  transition: .2s all;
}

.news_list_wrapper li a .text_box {
  margin-right: 15px;
}

.news_list_wrapper li a svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.news_list_wrapper li a svg #path_96 {
  fill: #fff;
  -webkit-transition: .2s all;
  transition: .2s all;
}

.news_list_wrapper li a svg #Icon_metro-arrow-right {
  fill: #0F318D;
  -webkit-transition: .2s all;
  transition: .2s all;
}

.news_list_wrapper li .cat-date {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news_list_wrapper li .cat-date .post_category {
  font-size: 14px;
  line-height: 14px;
  padding: 8px 15px 7px;
  margin-right: 15px;
  border-radius: 14px;
  background-color: #F1F3F8;
}

.news_list_wrapper li .cat-date .post_date {
  font-size: 14px;
  line-height: 14px;
  color: #91A0CA;
  letter-spacing: 0.05em;
}

.news_list_wrapper li .post_title {
  font-size: 18px;
  line-height: 33px;
}

.btn_to_news_list {
  padding: 30px 0;
  margin-bottom: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid 1px #0F318D;
}

.btn_to_news_list p {
  font-size: 18px;
  line-height: 18px;
  margin-right: 15px;
}

.btn_to_news_list svg #path_96 {
  fill: #fff;
  -webkit-transition: .2s all;
  transition: .2s all;
}

.btn_to_news_list svg #Icon_metro-arrow-right {
  fill: #0F318D;
  -webkit-transition: .2s all;
  transition: .2s all;
}

/* max-width:1439px
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
@media screen and (max-width: 1439px) {
  .top_page_sec-1 h2 {
    font-size: 50px;
  }
  .top_page_sec-2 .flex_wrapper .flex_item .flex_item_text .flex_item_title_ja {
    font-size: 27px;
    line-height: 27px;
  }
}

/* max-width:1023px
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
@media screen and (max-width: 1023px) {
  .sec_title_en {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 3px;
  }
  .sec_title_ja {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 25px;
  }
  .top_page_sec-1 h2 {
    font-size: 33px;
    padding: 20px 0px 20px 85px;
  }
  .top_page_sec-1 .img_text_wrapper p {
    top: 25px;
    left: 85px;
    font-size: 15px;
    line-height: 28px;
  }
  .top_page_sec-2 {
    padding-left: 85px;
    margin: 60px 0;
  }
  .top_page_sec-2 .flex_wrapper .flex_item {
    height: auto;
  }
  .top_page_sec-2 .flex_wrapper .flex_item .flex_item_text .flex_item_title_en {
    font-size: 10px;
    margin-bottom: 0;
  }
  .top_page_sec-2 .flex_wrapper .flex_item .flex_item_text .flex_item_title_ja {
    font-size: 20px;
    line-height: 25px;
  }
  .top_page_sec-2 .flex_wrapper .flex_item .flex_item_text .flex_item_letter {
    font-size: 14px;
    line-height: 24px;
  }
  .top_page_sec-2 .flex_wrapper .flex_item .flex_wrapper_btn p {
    font-size: 14px;
    margin-right: 10px;
  }
  .top_page_sec-2 .flex_wrapper .flex_item .flex_wrapper_btn svg {
    width: 30px;
    height: 30px;
  }
  .top_page_sec-3 {
    padding: 0 85px 0;
  }
  .news_list_wrapper {
    padding: 0;
    margin: 0 0 20px 0;
  }
  .news_list_wrapper li a {
    padding: 20px 0;
  }
  .news_list_wrapper li a svg {
    width: 30px;
    height: 30px;
  }
  .news_list_wrapper li .cat-date {
    margin-bottom: 8px;
  }
  .news_list_wrapper li .cat-date .post_category {
    font-size: 12px;
    line-height: 12px;
    padding: 6px 17px 5px;
    margin-right: 8px;
  }
  .news_list_wrapper li .cat-date .post_date {
    font-size: 12px;
    line-height: 12px;
  }
  .news_list_wrapper li .post_title {
    font-size: 14px;
    line-height: 24px;
  }
  .btn_to_news_list {
    padding: 25px 0;
    margin-bottom: 60px;
  }
  .btn_to_news_list svg {
    width: 30px;
    height: 30px;
  }
  .btn_to_news_list p {
    font-size: 14px;
    line-height: 14px;
    margin-right: 10px;
  }
}

/* max-width:767px
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .sec_title_en {
    font-size: 30px;
    line-height: 30px;
  }
  .sec_title_ja {
    font-size: 16px;
    line-height: 16px;
  }
  .top_page_sec-1 h2 {
    font-size: 28px;
    padding: 40px 0px 20px 25px;
    line-height: 36px;
  }
  .top_page_sec-1 .img_text_wrapper p {
    position: static;
    padding: 0 25px 40px 20px;
    font-size: 15px;
    line-height: 26px;
  }
  .top_page_sec-2 {
    padding-left: 25px;
    margin: 45px 0;
  }
  .top_page_sec-2 .flex_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top_page_sec-2 .flex_wrapper .flex_item {
    width: 100%;
    height: auto;
  }
  .top_page_sec-2 .flex_wrapper .flex_item .flex_item_text .flex_item_title_en {
    font-size: 11px;
    margin-bottom: 2px;
  }
  .top_page_sec-2 .flex_wrapper .flex_item .flex_item_text .flex_item_title_ja {
    font-size: 22px;
    font-size: 5.9vw;
    line-height: 24px;
  }
  .top_page_sec-2 .flex_wrapper .flex_item .flex_item_text .flex_item_letter {
    font-size: 15px;
    font-size: 4vw;
    line-height: 6vw;
  }
  .top_page_sec-2 .flex_wrapper .flex_item .flex_wrapper_btn_outer {
    border-bottom: solid 1px #fff;
    margin: 0 0 12% 12%;
    margin-right: 30px;    
    padding-top: 4vw;
    padding-bottom: 4vw;
    width: 75%;
  }
  .top_page_sec-2 .flex_wrapper .flex_item-1 {
    border-radius: 5px 0 0 0;
    margin-right: 0;
  }
  .top_page_sec-2 .flex_wrapper .flex_item-2 {
    border-radius: 0 0 0 5px;
    margin-top: 1px;
    margin-left: 0;
  }
  .top_page_sec-3 {
    padding: 0 25px;
  }
  .news_list_wrapper {
    margin: 0 0 10px 0;
  }
  .news_list_wrapper li a {
    padding: 20px 0;
  }
  .news_list_wrapper li a svg {
    width: 30px;
    height: 30px;
  }
  .news_list_wrapper li .cat-date {
    margin-bottom: 10px;
  }
  .news_list_wrapper li .cat-date .post_category {
    font-size: 12px;
    line-height: 12px;
    margin-right: 10px;
    padding: 6px 15px 5px;
  }
  .news_list_wrapper li .post_title {
    font-size: 15px;
    line-height: 25px;
  }
  .btn_to_news_list {
    padding: 15px 0;
    margin-right: 0;
  }
  .btn_to_news_list p {
    font-size: 15px;
    line-height: 15px;
    margin-right: 8px;
  }
}

@media screen and (min-width: 769px) {
  .top_page_sec-2 .flex_wrapper .flex_item .flex_wrapper_btn:hover svg circle {
    fill: #0F318D;
    -webkit-transition: .2s all;
    transition: .2s all;
  }
  .top_page_sec-2 .flex_wrapper .flex_item .flex_wrapper_btn:hover svg path {
    fill: #fff;
    -webkit-transition: .2s all;
    transition: .2s all;
  }
  .top_page_sec-2 .flex_wrapper .flex_item .flex_wrapper_btn_outer:hover ~ .img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: .2s all;
    transition: .2s all;
  }
  .news_list_wrapper li a:hover {
    border-bottom: solid 1px #0F318D;
    -webkit-transition: .2s all;
    transition: .2s all;
  }
  .news_list_wrapper li a:hover svg #path_96 {
    fill: #0F318D;
    -webkit-transition: .2s all;
    transition: .2s all;
  }
  .news_list_wrapper li a:hover svg #Icon_metro-arrow-right {
    fill: #fff;
    -webkit-transition: .2s all;
    transition: .2s all;
  }
  .btn_to_news_list:hover svg #path_96 {
    fill: #0F318D;
    -webkit-transition: .2s all;
    transition: .2s all;
  }
  .btn_to_news_list:hover svg #Icon_metro-arrow-right {
    fill: #fff;
    -webkit-transition: .2s all;
    transition: .2s all;
  }
}
/*# sourceMappingURL=front-page.css.map */