@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap");
html {
  font-size: 62.5%;
}

body {
  position: relative;
  max-width: 100%;
  font-size: 1.4rem;
  font-family: 'Shippori Mincho', "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  color: #262424;
  margin: 0;
}
body * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
}
body.first {
  height: 100vh;
  overflow: hidden;
}

main {
  display: block;
}

p {
  margin: 0;
}

a {
  color: #262424;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
a:hover {
  opacity: 0.5;
}

dl,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

dd {
  margin: 0;
}

figure {
  margin: 0;
}

img {
  height: auto;
  max-width: 100%;
}

h1 {
  font-size: 1em;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

h2 {
  font-size: 1em;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

h3 {
  font-size: 1em;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

h4 {
  font-size: 1em;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

h5 {
  font-size: 1em;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

h6 {
  font-size: 1em;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

table {
  max-width: 100%;
  border-collapse: collapse;
  word-break: break-word;
}

fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

input,
select {
  font-size: 16px;
}

select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}

button {
  cursor: pointer;
  outline: none;
}

.page__contents {
  position: relative;
  padding: 78px 0 100px;
  margin: -78px 0 0;
  background: url("../images/common/circle_white.png") no-repeat top center/auto;
}
.page__contents__inner {
  width: 83.33%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .page__contents__inner {
    width: 100%;
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .page__contents {
    padding: 17px 0 89px;
    margin: -17px 0 0;
  }
}

.stt-lang-select {
  right: 20px !important;
  border-bottom-right-radius: 5px !important;
}
@media screen and (max-width: 767px) {
  .stt-lang-select {
    right: 66px !important;
  }
}

.first_open_animation {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100vw;
  height: 100vh;
  background: #ffffff;
}
.first_open_animation__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
}
.first_open_animation__small {
  display: block;
  width: 47.98%;
  height: auto;
  margin: 0 auto 80px;
}
.first_open_animation__small g {
  fill: #ffffff;
  -webkit-transition: fill 2s ease;
  -moz-transition: fill 2s ease;
  -ms-transition: fill 2s ease;
  -o-transition: fill 2s ease;
  transition: fill 2s ease;
}
.first_open_animation__small g.fill {
  fill: #333;
}
.first_open_animation__svg {
  display: block;
  width: 47.98%;
  height: auto;
  opacity: 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .first_open_animation__inner {
    padding: 0 15px;
  }
  .first_open_animation__small, .first_open_animation__svg {
    width: 100%;
  }
}

.return_link {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: none;
  width: 46px;
  height: 46px;
  transition: none;
  background: url("../images/common/arrow-white-up.png") no-repeat center center/12px 8px, #197EC5;
}
.return_link.stop {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .return_link {
    right: 15px;
    bottom: 15px;
  }
}

.g-counter {
  text-align: center;
}
.g-counter .text {
  font-size: 1.6rem;
  letter-spacing: 0.07em;
  line-height: 1.75;
  font-weight: 700;
}
.g-counter .count {
  text-align: center;
}
.g-counter .count span:not(.num) {
  font-size: 1.6rem;
  letter-spacing: 0.07em;
  line-height: 1.75;
  font-weight: 700;
}
.g-counter .count .count_down {
  display: inline-block;
}
.g-counter .count .num {
  font-size: 2.6rem;
  font-weight: 700;
  color: #ffffff;
  display: inline-block;
  width: 34px;
  margin: 0 3px 0 0;
  line-height: 34px;
  text-align: center;
  border-radius: 4px;
  background: #197EC5;
}
@media screen and (max-width: 767px) {
  .g-counter {
    margin: 0 0 32px;
  }
}

.g-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 50px;
}
.g-breadcrumb .link,
.g-breadcrumb .current {
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
.g-breadcrumb .link::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 6px;
  transform: rotate(45deg);
  vertical-align: middle;
  border-top: 1px solid #197EC5;
  border-right: 1px solid #197EC5;
}
@media screen and (max-width: 767px) {
  .g-breadcrumb {
    margin: 0 0 40px;
  }
  .g-breadcrumb .link,
  .g-breadcrumb .current {
    font-size: 1.2rem;
    line-height: 2;
  }
}

.g-circle_heading {
  margin: 0 0 48px;
  text-align: center;
}
.g-circle_heading__inner {
  display: inline-block;
  font-size: 2.6rem;
  padding: 0 50px;
  line-height: 40px;
  border-radius: 40px;
  background: #F8F7F4;
}
@media screen and (max-width: 767px) {
  .g-circle_heading {
    margin: 0 0 44px;
  }
  .g-circle_heading__inner {
    font-size: 2.4rem;
    letter-spacing: 3.84px;
    line-height: 38px;
  }
}

.g-side_border_heading {
  font-size: 2.8rem;
  letter-spacing: 0.16em;
  line-height: 1.7142857143;
  margin: 0 0 56px;
  text-align: center;
}
.g-side_border_heading:before, .g-side_border_heading:after {
  display: inline-block;
  width: 64px;
  height: 1px;
  content: "";
  vertical-align: middle;
  background: #D6D6D6;
}
.g-side_border_heading:before {
  margin: 0 36px 0 0;
}
.g-side_border_heading:after {
  margin: 0 0 0 36px;
}
.g-side_border_heading .text {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .g-side_border_heading {
    font-size: 2.4rem;
    line-height: 1.7083333333;
    letter-spacing: 3.84px;
    margin: 0 0 48px;
  }
  .g-side_border_heading:before, .g-side_border_heading:after {
    width: 32px;
  }
  .g-side_border_heading:before {
    margin: 0 16px 0 0;
  }
  .g-side_border_heading:after {
    margin: 0 0 0 16px;
  }
  .g-side_border_heading .text {
    max-width: calc(100% - 64px - 32px);
  }
}

.g-simple_card {
  border-radius: 1px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: #ffffff;
}
.g-simple_card:hover .thumbnail img {
  transform: translate(-50%, -50%) scale3d(1.1, 1.1, 1.1);
}
.g-simple_card .thumbnail {
  position: relative;
  width: 100%;
  padding: 66.66% 0 0;
  overflow: hidden;
  background: #F8F7F5;
}
.g-simple_card .thumbnail .image,
.g-simple_card .thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: translate(-50%, -50%);
}
.g-simple_card .thumbnail .image {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  font-weight: 700;
  text-align: center;
}
.g-simple_card .title {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.75;
  padding: 14px 20px 43px;
}

.g-main_visual {
  position: relative;
  width: 100%;
  padding: 24.86% 0 0;
  background: url("../images/common/main_visual.png") no-repeat top center/cover;
}
.g-main_visual__title {
  font-size: 4.2rem;
  letter-spacing: 0.07em;
  line-height: 1.4285714286;
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  color: #ffffff;
  font-weight: 700;
  white-space: nowrap;
  padding: 10px 32px;
  transform: translate(-50%, -50%);
}
.g-main_visual__title::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  filter: blur(10px);
  background: rgba(0, 0, 0, 0.69);
}
@media screen and (max-width: 767px) {
  .g-main_visual {
    padding: 48% 0 0;
  }
  .g-main_visual__title {
    font-size: 2.6rem;
    line-height: 1.4230769231;
    letter-spacing: 1.82px;
    padding: 10px 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .g-main_visual {
    padding: 48% 0 0;
  }
}

.g-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
  background: #F8F7F4;
}
.g-contact__title, .g-contact__text {
  width: 50%;
}
.g-contact__title {
  position: relative;
  font-weight: 700;
  text-align: center;
}
.g-contact__title::before {
  font-size: 7.6rem;
  line-height: 1.2894736842;
  position: relative;
  display: block;
  content: "CONTACT";
  color: #ffffff;
  letter-spacing: 12.16px;
}
.g-contact__title .text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-30%);
}
.g-contact__title .large,
.g-contact__title .small {
  display: block;
}
.g-contact__title .large {
  font-size: 3.8rem;
  line-height: 1.2894736842;
  letter-spacing: 6.08px;
}
.g-contact__title .small {
  font-size: 1.8rem;
  line-height: 1.4444444444;
  letter-spacing: 0.9px;
}
.g-contact__text {
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.8px;
  padding: 20px 40px;
  border-left: 2px solid #ffffff;
}
.g-contact__text p {
  margin: 0 0 32px;
}
@media screen and (max-width: 767px) {
  .g-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
  }
  .g-contact__title, .g-contact__text {
    width: 100%;
  }
  .g-contact__title {
    padding: 48px 0 64px;
  }
  .g-contact__title::before {
    font-size: 4.8rem;
    line-height: 1.2916666667;
    letter-spacing: 7.68px;
  }
  .g-contact__title .large {
    font-size: 2.4rem;
    line-height: 1.2916666667;
    letter-spacing: 3.84px;
  }
  .g-contact__title .small {
    font-size: 1.6rem;
    line-height: 1.4375;
    letter-spacing: 0.8px;
  }
  .g-contact__text {
    padding: 48px 20px;
    border-top: 2px solid #ffffff;
    border-left: none;
  }
}

.g-news_item {
  display: block;
  padding: 16px 46px 17px;
  margin: 0 0 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: #ffffff;
}
.g-news_item .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 18px;
}
.g-news_item .top .date {
  color: #6F6F6F;
  margin: 0 47px 0 0;
}
.g-news_item .top .category {
  min-width: 108px;
  padding: 0 8px;
  line-height: 24px;
  text-align: center;
}
.g-news_item .top .category.information {
  background: #DDFFBC;
}
.g-news_item .top .category.event {
  background: #FFFFBC;
}
.g-news_item .top .category.press {
  background: #FFBCFF;
}
.g-news_item .top .category.contract {
  background: #BCDDFF;
}
.g-news_item .top .category.report {
  background: #FFDDBC;
}
.g-news_item .top .category.participant {
  background: #FFBCFF;
}
.g-news_item .title {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.625;
  width: 100%;
  min-height: 52px;
}
.g-news_item .title__inner {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.g-news_item.has_thumbnail {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -ms-grid-columns: 1fr 17.27%;
  grid-template-columns: 1fr 17.27%;
  padding: 0;
}
.g-news_item.has_thumbnail .top {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  padding: 16px 0 0 46px;
}
.g-news_item.has_thumbnail .title {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  min-height: 69px;
  padding: 0 22px 17px 46px;
}
.g-news_item.has_thumbnail .thumbnail {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  position: relative;
  overflow: hidden;
  border: 4px solid #ffffff;
}
.g-news_item.has_thumbnail .thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: unset;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .g-news_item {
    padding: 20px 15px;
  }
  .g-news_item .top {
    margin: 0 0 16px;
  }
  .g-news_item .top .date {
    margin: 0 26px 0 0;
  }
  .g-news_item .title {
    min-height: 78px;
  }
  .g-news_item .title__inner {
    -webkit-line-clamp: 3;
  }
  .g-news_item.has_thumbnail {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -ms-grid-columns: 1fr 35%;
    grid-template-columns: 1fr 35%;
    padding: 20px 15px;
  }
  .g-news_item.has_thumbnail .top {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    padding: 0;
  }
  .g-news_item.has_thumbnail .title {
    min-height: unset;
    padding: 0 16px 0 0;
  }
  .g-news_item.has_thumbnail .thumbnail {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    position: static;
    border: none;
  }
  .g-news_item.has_thumbnail .thumbnail img {
    position: static;
    width: 100%;
    max-width: 100%;
    min-width: unset;
    min-height: unset;
    transform: unset;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .g-news_item.has_thumbnail {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -ms-grid-columns: 1fr 20%;
    grid-template-columns: 1fr 20%;
    padding: 20px 15px;
  }
  .g-news_item.has_thumbnail .top {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    padding: 0;
  }
  .g-news_item.has_thumbnail .title {
    min-height: unset;
    padding: 0 16px 0 0;
  }
  .g-news_item.has_thumbnail .thumbnail {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    position: static;
    border: none;
  }
  .g-news_item.has_thumbnail .thumbnail img {
    position: static;
    width: 100%;
    max-width: 100%;
    min-width: unset;
    min-height: unset;
    transform: unset;
  }
}

.g-pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 48px 0 0;
}
.g-pagination .page-numbers li {
  margin: 0 5px;
}
.g-pagination .page-numbers .current,
.g-pagination .page-numbers .page-numbers {
  display: block;
  width: 40px;
  font-size: 1.6rem;
  line-height: 40px;
  text-align: center;
}
.g-pagination .page-numbers .page-numbers {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: #ffffff;
}
.g-pagination .page-numbers .current {
  box-shadow: none;
  background: #F8F7F5;
}
.g-pagination .page-numbers .prev,
.g-pagination .page-numbers .next {
  display: inline-block;
  text-indent: -999999px;
}
.g-pagination .page-numbers .prev {
  background: url("../images/common/arrow-gray-left.png") no-repeat center center/6px 12px;
}
.g-pagination .page-numbers .next {
  background: url("../images/common/arrow-gray-right.png") no-repeat center center/6px 12px;
}
@media screen and (max-width: 767px) {
  .g-pagination .page-numbers {
    margin: 38px 0 0;
  }
}

.header {
  position: relative;
  padding: 13px 0 14px;
}
.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 83.33%;
  max-width: 1200px;
  margin: 0 auto;
}
.header__top__title .link {
  display: block;
  width: 160px;
  height: 46px;
}
.header__top__title .link.en {
  width: 283px;
  height: 48px;
}
.header__top__title img,
.header__top__title image,
.header__top__title svg {
  width: 100%;
  height: auto;
}
.header__top__mobile_menu {
  display: none;
}
.header__navigation {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  width: 100%;
  background: #EFFAFD;
}
.header__navigation__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 83.33%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .header__navigation__inner {
    width: 100%;
    padding: 0 15px;
  }
}
.header__navigation__menu {
  display: flex;
}
.header__navigation__flink a {
  padding: 0 0 0 18px;
  background: url(..//images/common/circle-arrow-black-right.png) no-repeat left center/12px 12px;
}
.header__navigation__item {
  font-size: 1.6rem;
  line-height: 1.3125;
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 12px 0 13px;
  margin: 0 36px 0 0;
}
.header__navigation__item.mobile_only {
  display: none;
}
.header__navigation__item.pc_only {
  display: block;
}
.header__navigation__item.current::before {
  width: 100%;
}
.header__navigation__item::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 0;
  height: 1px;
  content: "";
  transition: width 0.3s ease-in-out;
  background: #197EC5;
}
.header__navigation__item:hover {
  opacity: 1;
}
.header__navigation__item:hover::before {
  width: 100%;
}
.header .parent_link {
  position: relative;
}
.header .parent_link a:hover {
  opacity: 1;
}
.header .child_menu {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  width: 185px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: #ffffff;
}
.header .child_menu__item {
  padding: 0 10px;
}
.header .child_menu__item:last-child .child_menu__link {
  border-bottom: none;
}
.header .child_menu__item:hover {
  background: #EFFAFD;
}
.header .child_menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #C1C1C1;
}
.header .child_menu__link svg {
  width: 6px;
  height: 10px;
}
@media screen and (max-width: 767px) {
  .header {
    max-width: 100%;
    padding: 14px 20px 14px 15px;
    overflow: hidden;
  }
  .header .g-counter {
    display: none;
  }
  .header__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .header__top__title .link {
    display: block;
    width: auto;
    height: 40px;
  }
  .header__top__title .link.en {
    width: auto;
    height: 40px;
  }
  .header__top__title img,
  .header__top__title image,
  .header__top__title svg {
    width: auto;
    height: 40px;
  }
  .header__top__mobile_menu {
    position: relative;
    z-index: 200;
    display: block;
    width: 26px;
    padding: 9px 0 8px;
    border-top: 1px solid #197EC5;
    border-bottom: 1px solid #197EC5;
  }
  .header__top__mobile_menu:before {
    position: absolute;
    top: 8px;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    content: "";
    background: #197EC5;
  }
  .header__top__mobile_menu.active {
    height: 26px;
    transform: rotate(45deg);
    border: none;
  }
  .header__top__mobile_menu.active:before {
    top: 50%;
    left: 0;
    background: #ffffff;
  }
  .header__top__mobile_menu.active:after {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1px;
    height: 26px;
    content: "";
    background: #ffffff;
  }
  .header__navigation {
    position: fixed;
    top: 0;
    right: 0;
    left: unset;
    z-index: 100;
    display: block;
    width: 100%;
    height: 100vh;
    padding: 68px 43px 89px;
    margin-right: -100%;
    overflow: auto;
    background: #197EC5;
  }
  .header__navigation__inner {
    display: block;
    padding: 0;
  }
  .header__navigation__menu {
    display: block;
  }
  .header__navigation__flink a {
    display: block;
    width: 100%;
    padding: 16px 24px;
    font-size: 1.6rem;
    line-height: 2.6875;
    letter-spacing: 0.48px;
    color: #ffffff;
    font-weight: 700;
    border-bottom: 1px solid #ffffff;
    background: url(../images/common/arrow-white-right.png) no-repeat calc(100% - 24px) center/7px 12px;
  }
  .header__navigation__item {
    font-size: 1.6rem;
    line-height: 2.6875;
    width: 100%;
    letter-spacing: 0.48px;
    color: #ffffff;
    padding: 0;
    margin: 0;
  }
  .header__navigation__item::before {
    content: none;
  }
  .header__navigation__item.blank {
    padding: 16px 24px;
    background: url("../images/common/open-in-new-white.png") no-repeat 210px center/14px;
  }
  .header__navigation__item.mobile_only {
    display: block;
  }
  .header__navigation__item.pc_only {
    display: none;
  }
  .header__navigation__item a {
    font-size: 1.6rem;
    line-height: 2.6875;
    letter-spacing: 0.48px;
    color: #ffffff;
  }
  .header__navigation__link {
    display: block;
    padding: 16px 24px;
    border-bottom: 1px solid #ffffff;
    background: url("../images/common/arrow-white-right.png") no-repeat calc(100% - 24px) center/7px 12px;
  }
  .header .child_menu {
    position: static;
    width: 100%;
    display: block;
    padding: 0;
    box-shadow: none;
    background: none;
  }
  .header .child_menu__item {
    padding: 0;
  }
  .header .child_menu__item:last-child .child_menu__link {
    border-bottom: 1px solid #ffffff;
  }
  .header .child_menu__item:hover {
    background: none;
  }
  .header .child_menu__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.6rem;
    line-height: 2.6875;
    letter-spacing: 0.48px;
    padding: 10px 24px 10px 40px;
    border-bottom: 1px solid #ffffff;
  }
  .header .child_menu__link svg {
    width: 7px;
    height: 12px;
  }
  .header .child_menu__link svg path {
    stroke: #ffffff;
  }
}

.footer {
  position: relative;
  padding: 41.66% 0 0;
  background: url("../images/footer/bk.png") no-repeat center center/cover;
}
.footer__white_frame {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.8);
}
.footer__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  width: 83.33%;
  max-width: 1200px;
  padding: 57px 0 60px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    width: 100%;
    padding: 0 15px;
  }
}
.footer__navigation {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__navigation__links .link,
.footer__navigation__links .child_link {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 1.8571428571;
}
.footer__navigation__links .link {
  font-weight: 700;
  margin: 0 0 12px;
}
.footer__navigation__links .link.blank {
  padding: 0 17px 0 0;
  background: url("../images/common/open-in-new-black.png") no-repeat 100% center/14px;
}
.footer__navigation__links .child_link {
  padding: 0 0 0 18px;
  background: url("../images/common/circle-arrow-black-right.png") no-repeat left center/12px 12px;
}
.footer__navigation__links:nth-child(2) {
  margin: 0 46px;
}
.footer__navigation__links:nth-child(3) {
  margin: 0 46px 0 0;
}
.footer__base_data {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 0 40px;
}
.footer__base_data .logo {
  width: 160px;
  height: 48px;
  margin: 0 32px 0 0;
}
.footer__base_data .logo img,
.footer__base_data .logo image {
  width: 100%;
  height: auto;
}
.footer__base_data .logo.en {
  width: 283px;
}
.footer__base_data .address {
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 1.7142857143;
}
.footer__copyright {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3 / 4;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  width: 100%;
  font-size: 1.2rem;
  font-weight: 700;
  margin: 10px 0 0;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 160% 0 0;
  }
  .footer__inner {
    padding: 40px 15px 45px;
  }
  .footer__navigation {
    display: none;
  }
  .footer__base_data {
    display: block;
  }
  .footer__base_data .logo {
    width: auto;
    height: 40px;
    margin: 0 0 36px;
  }
  .footer__base_data .logo img,
  .footer__base_data .logo svg,
  .footer__base_data .logo image {
    width: auto;
    height: 100%;
  }
  .footer__base_data .logo.en {
    width: auto;
  }
  .footer__copyright {
    font-size: 1.2rem;
    line-height: 1.6666666667;
    margin: 59px 0 0;
    text-align: left;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footer {
    padding: 64px 0;
  }
  .footer__white_frame {
    position: static;
    top: unset;
    left: unset;
    transform: unset;
  }
  .footer__inner {
    padding: 57px 20px 60px;
  }
}

/*# sourceMappingURL=style.css.map */
