* {
  font-family: "Noto Sans JP", sans-serif;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #222;
  background-color: #f3f3f3;
}
.bg-change-wrap {
  position: relative;
}
.bg-change-wrap .bg-change-wrap-in {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0 0 40px 40px;
  z-index: -999999;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  line-height: 1.6em;
}
a img {
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
a:hover img {
  opacity: 0.8;
}
a.opacity {
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
a.opacity:hover {
  opacity: 0.8;
}

ul.list-disc {
  list-style: disc;
  padding-left: 20px;
  line-height: 1.5;
  margin: 15px 0 0;
}
ul.list-disc li {
  margin-bottom: 10px;
}
.table-blue {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 2px solid #222;
}
.table-blue th {
  background-color: #05538a;
  color: #fff;
  border: 2px solid #222;
  padding: 12px 16px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
.table-blue td {
  background-color: #fff;
  border: 2px solid #222;
  padding: 12px 16px;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 550px) {
  .table-blue th,
  .table-blue td {
    font-size: 14px;
    padding: 8px 12px;
  }
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.center {
  text-align: center;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.f-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.f-jc-sb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.f-jc-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.f-jc-fe {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.f-jc-sa {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.f-ai-c {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.f-ai-fs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.f-ai-fe {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.f-ac-c {
  -ms-flex-line-pack: center;
  align-content: center;
}
.base {
  width: 100%;
  max-width: 1235px;
  margin: 0 auto;
  padding: 0 17.5px;
}
.base.wide {
  max-width: 1315px;
}
.to-anim-top {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  opacity: 0;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
}
.to-anim-top.active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.to-anim-bottom {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  opacity: 0;
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
}
.to-anim-bottom.active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.to-anim-left {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  opacity: 0;
  -webkit-transform: translateX(15px);
  transform: translateX(15px);
}
.to-anim-left.active {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.to-anim-right {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  opacity: 0;
  -webkit-transform: translateX(-15px);
  transform: translateX(-15px);
}
.to-anim-right.active {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.slider-wrap {
  position: relative;
}
.wrap-stick {
  overflow: hidden;
  position: relative;
}
.wrap-stick.wrap-sub01 .stick.position01 {
  top: 230px;
  left: -161px;
}
.wrap-stick.wrap-sub01 .stick.position01 .in {
  width: 0;
}
.wrap-stick.wrap-sub01 .stick.position01 .in.active {
  width: 376px;
}
.wrap-stick.wrap-sub01 .stick.position01 .next-circle {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.wrap-stick.wrap-sub01 .stick.position01 .next-circle.active {
  -webkit-transform: translateX(376px);
  transform: translateX(376px);
}
.wrap-stick.wrap-sub01 .stick.position02 {
  top: 50px;
  left: 490px;
}
.wrap-stick.wrap-sub01 .stick.position02 .in {
  width: 0;
}
.wrap-stick.wrap-sub01 .stick.position02 .in.active {
  width: 376px;
}
.wrap-stick.wrap-sub01 .stick.position02 .next-circle {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.wrap-stick.wrap-sub01 .stick.position02 .next-circle.active {
  -webkit-transform: translateX(376px);
  transform: translateX(376px);
}
.wrap-stick.wrap-sub01 .stick.position03 {
  top: 200px;
  right: 640px;
}
.wrap-stick.wrap-sub01 .stick.position03 .in {
  width: 0;
}
.wrap-stick.wrap-sub01 .stick.position03 .in.active {
  width: 376px;
}
.wrap-stick.wrap-sub01 .stick.position03 .next-circle {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.wrap-stick.wrap-sub01 .stick.position03 .next-circle.active {
  -webkit-transform: translateX(376px);
  transform: translateX(376px);
}
.wrap-stick.wrap-sub01 .stick.position04 {
  top: 410px;
  right: 600px;
}
.wrap-stick.wrap-sub01 .stick.position04 .in {
  width: 0;
}
.wrap-stick.wrap-sub01 .stick.position04 .in.active {
  width: 456px;
}
.wrap-stick.wrap-sub01 .stick.position04 .next-circle {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.wrap-stick.wrap-sub01 .stick.position04 .next-circle.active {
  -webkit-transform: translateX(456px);
  transform: translateX(456px);
}
.wrap-stick.wrap-sub01 .stick.position04 .next-circle .in-next {
  background: #cd403c;
}
.wrap-stick.wrap-sub01 .stick.position05 {
  top: 778px;
  right: 620px;
}
.wrap-stick.wrap-sub01 .stick.position05 .in {
  width: 0;
}
.wrap-stick.wrap-sub01 .stick.position05 .in.active {
  width: 1023px;
}
.wrap-stick.wrap-sub01 .stick.position05 .next-circle {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.wrap-stick.wrap-sub01 .stick.position05 .next-circle.active {
  -webkit-transform: translateX(1023px);
  transform: translateX(1023px);
}
.wrap-stick.wrap-sub01 .stick.position05 .next-circle .in-next {
  background: #05538a;
}
.wrap-stick.wrap-sub01 .stick.position06 {
  top: 1800px;
  right: 50px;
}
.wrap-stick.wrap-sub01 .stick.position07 {
  top: 2400px;
  left: -50px;
}
.no-scroll-anim .in {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.no-scroll-anim .next-circle {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.no-scroll-anim .next-circle .in-next {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.stick {
  position: absolute;
  -webkit-transform: rotate(-41deg);
  transform: rotate(-41deg);
  -webkit-transform-origin: left;
  transform-origin: left;
  z-index: -9;
}
.stick.size01 {
  width: 153px;
  height: 153px;
}
.stick.size02 {
  width: 21px;
  height: 21px;
}
.stick.size03 {
  width: 142px;
  height: 142px;
}
.stick.size04 {
  width: 186px;
  height: 186px;
}
.stick.size05 {
  width: 60px;
  height: 60px;
}
.stick.size06 {
  width: 226px;
  height: 226px;
}
.stick.size07 {
  width: 110px;
  height: 110px;
}
.stick.size08 {
  width: 128px;
  height: 128px;
}
.stick.size09 {
  width: 158px;
  height: 158px;
}
.stick.size10 {
  width: 219px;
  height: 219px;
}
.stick.size11 {
  width: 275px;
  height: 275px;
}
.stick.size12 {
  width: 234px;
  height: 234px;
}
.stick.size13 {
  width: 152px;
  height: 152px;
}
.stick.size14 {
  width: 32px;
  height: 32px;
}
.stick.size15 {
  width: 192px;
  height: 192px;
}
.stick.size16 {
  width: 28px;
  height: 28px;
}
.stick.size17 {
  width: 286px;
  height: 286px;
}
.stick:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: -50%;
  top: 0;
}
.stick .next-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.stick .next-circle .in-next {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.stick .in {
  background: #fff;
  height: 100%;
  -webkit-transform-origin: left;
  transform-origin: left;
}
.stick.blue01:before {
  background: #05538a;
}
.stick.blue01 .next-circle .in-next {
  background: #05538a;
}
.stick.blue01 .in {
  background: #05538a;
}
.stick.blue02:before {
  background: #0864a5;
}
.stick.blue02 .next-circle .in-next {
  background: #0864a5;
}
.stick.blue02 .in {
  background: #0864a5;
}
.stick.blue03:before {
  background: #215689;
}
.stick.blue03 .next-circle .in-next {
  background: #215689;
}
.stick.blue03 .in {
  background: #215689;
}
.stick.red01:before {
  background: #cd403c;
}
.stick.red01 .next-circle .in-next {
  background: #cd403c;
}
.stick.red01 .in {
  background: #cd403c;
}
.c-arrow {
  cursor: pointer;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.c-arrow.blue {
  background-color: #05538a;
  background-image: url(../../img/common/icon_arrow-right.svg);
}
.c-arrow.red {
  background-color: #cd403c;
  background-image: url(../../img/common/icon_arrow-right.svg);
}
.c-arrow.white {
  background-color: #fff;
  background-image: url(../../img/common/icon_arrow-right-blue.svg);
}
.anim-txt,
.anim-txt-fv {
  overflow: hidden;
  display: block;
  opacity: 0;
}
.anim-txt-fv.no-of,
.anim-txt.no-of {
  overflow: visible;
  overflow: initial;
}
.anim-txt span.in-txt,
.anim-txt-fv span.in-txt {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.anim-txt span.in-txt .empty,
.anim-txt-fv span.in-txt .empty {
  font-size: 1em;
}
.anim-txt-fv.active,
.anim-txt.active {
  opacity: 1;
}
.anim-txt-fv.active span.in-txt,
.anim-txt.active span.in-txt {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.scroll-anim.to-anim-top {
  -webkit-transition: 0.8s all ease;
  transition: 0.8s all ease;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
.scroll-anim.to-anim-top.active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.btn a:hover,
.btn > div:hover {
  opacity: 1;
}
.btn a:hover .c-arrow,
.btn > div:hover .c-arrow {
  background-color: #f3f3f3;
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}
.btn a:hover .c-arrow.blue,
.btn > div:hover .c-arrow.blue {
  background-image: url(../../img/common/icon_arrow-right-blue.svg) !important;
}
.btn a:hover .c-arrow.red,
.btn > div:hover .c-arrow.red {
  background-image: url(../../img/common/icon_arrow-right-red.svg) !important;
}
.btn a.blue:hover,
.btn > div.blue:hover {
  color: #05538a !important;
}
.btn a.red:hover,
.btn > div.red:hover {
  color: #cd403c !important;
}
.btn a.white:hover,
.btn > div.white:hover {
  opacity: 1;
}
.btn a.white:hover .c-arrow,
.btn > div.white:hover .c-arrow {
  background-color: #f3f3f3 !important;
}
.lang_change {
  position: absolute;
  top: 0;
  right: 150px;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: solid 3px #fff;
  border-radius: 0 0 10px 10px;
  padding: 3px 5px;
  background: #fcfbfc;
  z-index: 10000;
}
.lang_change li:first-child {
  border-right: solid 1px #ccc;
}
.lang_change li a {
  display: block;
  padding: 0 10px;
  font-size: 14px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  color: #888 !important;
}
.lang_change li.current a {
  color: #05538a !important;
  cursor: default;
}
header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  opacity: 0;
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-transition: opacity 1.24s cubic-bezier(0.54, 0, 0, 0.99) 0.2s,
    -webkit-transform 1.06s cubic-bezier(0.54, 0, 0, 0.99) 0.14s;
  transition: opacity 1.24s cubic-bezier(0.54, 0, 0, 0.99) 0.2s,
    -webkit-transform 1.06s cubic-bezier(0.54, 0, 0, 0.99) 0.14s;
  transition: opacity 1.24s cubic-bezier(0.54, 0, 0, 0.99) 0.2s,
    transform 1.06s cubic-bezier(0.54, 0, 0, 0.99) 0.14s;
  transition: opacity 1.24s cubic-bezier(0.54, 0, 0, 0.99) 0.2s,
    transform 1.06s cubic-bezier(0.54, 0, 0, 0.99) 0.14s,
    -webkit-transform 1.06s cubic-bezier(0.54, 0, 0, 0.99) 0.14s;
}
header.show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
header a {
  color: #222;
}
header .nav-wrap {
  height: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 17.5px;
}
header .nav-wrap .logo {
  width: 335px;
  margin: 9px 0 0 0;
}
header .nav-wrap .logo img {
  vertical-align: top;
}
.sec-mv-sub {
  padding: 245px 0 0;
}
.sec-mv-sub .ttlbox .en {
  font-size: 80px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.2em;
}
.sec-mv-sub .ttlbox .ja {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-top: 4px;
}
.sec-mv-sub .breadcrumb {
  background: #fcfbfc;
  border: 3px solid #fff;
  border-radius: 9999px;
  padding: 9px 31px 10px;
  display: inline-block;
  margin-top: 70px;
}
.sec-mv-sub .breadcrumb ul li {
  font-size: 12px;
  color: #05538a;
  font-weight: 500;
  display: inline-block;
  margin-right: 29px;
  line-height: 1.3em;
  position: relative;
}
.sec-mv-sub .breadcrumb ul li:after {
  content: "";
  width: 4px;
  height: 4px;
  background: #05538a;
  border-radius: 50%;
  position: absolute;
  right: -17px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sec-mv-sub .breadcrumb ul li:last-child {
  margin-right: 0;
}
.sec-mv-sub .breadcrumb ul li:last-child:after {
  display: none;
}
.sec-mv-sub .breadcrumb ul li a {
  color: #a6a6a6;
  display: block;
}
.sec-foot-block {
  width: 100%;
}
.sec-foot-block .box-img {
  width: 53%;
  height: 510px;
}
.webp .sec-foot-block .box-img {
  background: url(../../img/common/img_foot.jpg.webp) no-repeat center
    center/cover;
}
.no-webp .sec-foot-block .box-img {
  background: url(../../img/common/img_foot.jpg) no-repeat center center/cover;
}
.sec-foot-block .box-link {
  width: 47%;
}
.sec-foot-block .box-link .item {
  width: 100%;
  height: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.sec-foot-block .box-link .item:first-child {
  background: #05538a;
  border-bottom: 1px solid #fff;
}
.sec-foot-block .box-link .item:last-child {
  background: #0f3c67;
}
.sec-foot-block .box-link .item > div {
  position: relative;
  width: 100%;
  padding: 0 155px 0 75px;
}
.sec-foot-block .box-link .item * {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.sec-foot-block .box-link .item .en {
  font-size: 32px;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1em;
}
.sec-foot-block .box-link .item .ja {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.032em;
  margin-top: 6px;
}
.sec-foot-block .box-link .item .txt {
  font-size: 12px;
  color: #fff;
  line-height: 2em;
  letter-spacing: 0.07em;
  margin-top: 25px;
  max-width: 375px;
}
.sec-foot-block .box-link .item:hover {
  background: #fff;
}
.sec-foot-block .box-link .item:hover .en {
  color: #05538a;
}
.sec-foot-block .box-link .item:hover .ja {
  color: #000;
}
.sec-foot-block .box-link .item:hover .txt {
  color: #000;
}
.sec-foot-block .box-link .item:hover .c-arrow {
  background-color: #f3f3f3 !important;
}
footer {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #222;
  color: #fff;
  padding: 0 0 40px;
}
footer .base{
  margin: inherit;
  max-width: inherit;
}
footer .base>*{
  margin: auto;
  max-width: 1235px;
}
footer a {
  color: #222;
  color: #fff;
}
footer .block-top {
  padding-top: 62px;
  padding-bottom: 62px;
  margin-bottom: 48px;
  background-color: #154a7d;
}
footer .block-top .logo .img {
  width: 212px;
}
footer .block-top .logo .txt {
  padding-left: 40px;
}
footer .block-top .logo .txt p {
  font-size: 12px;
  line-height: 2em;
  letter-spacing: 0.05em;
  margin-top: 16px;
}
footer .block-top .sub li {
  font-size: 14px;
  letter-spacing: 0.05em;
  display: inline-block;
  margin-right: 52px;
}
footer .block-top .sub li:last-child {
  margin-right: 0;
}
footer .block-navi {
  max-width: 1087px;
}
footer .block-navi .col {
  width: 100%;
  max-width: 180px;
}
footer .block-navi .col .ttl {
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid #575757;
}
footer .block-navi .col .ttl .en {
  font-size: 12px;
  color: #575757;
  font-family: Montserrat, sans-serif;
  letter-spacing: 0.02em;
  line-height: 1em;
  margin-bottom: 18px;
}
footer .block-navi .col .ttl .ja {
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.05em;
}
footer .block-navi .col ul li {
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 1.3em;
  margin-bottom: 14px;
}
footer .block-navi .col ul li:last-child {
  margin-bottom: 0;
}
footer .block-navi .col ul li ul {
  margin-top: 13px;
}
footer .block-navi .col ul li ul li {
  padding-left: 13px;
}
footer .block-navi .col ul li ul li a {
  position: relative;
  padding-left: 10px;
}
footer .block-navi .col ul li ul li a:before {
  content: "-";
  font-size: 12px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1.3em;
}
footer .copy {
  font-family: Gotham, sans-serif;
  font-size: 14px;
  margin-top: 50px;
  width: 100%;
}
.sec-head .en {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  letter-spacing: 0.02em;
  font-size: 40px;
  line-height: 1.3;
}
.sec-head .en.blue {
  color: #05538a;
}
.sec-head .ja {
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 16px;
}
.btn a,
.btn > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.05em;
  color: #222;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.btn .c-arrow {
  margin-left: 24px;
}
.c-btn {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 310px;
  height: 75px;
  margin: 0 auto;
  cursor: pointer;
  border: none;
  background: #05538a;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 9999px;
  position: relative;
}
.c-btn:after {
  content: "";
  background: url(../../img/common/icon_arrow-right.svg) no-repeat left top/100%;
  width: 11px;
  height: 12px;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-btn.back {
  color: #05538a;
  background: #fff;
}
.c-btn.back:after {
  background: url(../../img/common/icon_arrow-right-blue.svg) no-repeat left
    top/100%;
}
.sec-group .sec-head {
  margin-bottom: 46px;
}
.sec-group .sec-head .en {
  margin-bottom: 5px;
}
.sec-group .box a {
  display: block;
}
.sec-group .box .img {
  display: block;
  border-radius: 12px;
  -webkit-box-shadow: 0 13px 34px rgba(0, 32, 59, 0.1);
  box-shadow: 0 13px 34px rgba(0, 32, 59, 0.1);
  border: 4px solid #fff;
}
.sec-group .box .box-in {
  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;
}
.sec-group .box .box-in .logo {
  -webkit-box-shadow: 0 13px 34px rgba(0, 32, 59, 0.1);
  box-shadow: 0 13px 34px rgba(0, 32, 59, 0.1);
  border-radius: 7px;
  border: 4px solid #fff;
  background: #fcfbfc;
  height: 66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
}
.sec-group .box .box-in .logo.logo01 img {
  width: 195px;
  display: block;
}
.sec-group .box .box-in .logo.logo02 img {
  width: 122px;
  display: block;
}
.sec-group .box .box-in .logo.logo03 img {
  width: 195px;
  display: block;
}
.sec-group .box .box-in .btn {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.pagenav {
  padding-top: 48px;
}
.pagenav > * {
  margin: 0 8px;
}
.pagenav .current {
  font-size: 16px;
  color: #fff;
  background: #05538a;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60px;
  height: 60px;
}
.pagenav a {
  font-size: 16px;
  color: #05538a;
  background: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60px;
  height: 60px;
}
.pagenav a:hover {
  text-decoration: none;
}
.sec-eir .eir_area_area_news_003,
.sec-eir .eir_area_area_top_001,
.sec-eir .eir_area_area_top_002 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1112px;
  width: 100%;
  margin: 80px auto 0;
}
.sec-eir .eir_area_area_news_003 .newsTypeController,
.sec-eir .eir_area_area_top_001 .newsTypeController,
.sec-eir .eir_area_area_top_002 .newsTypeController {
  margin-bottom: 0;
}
.sec-eir .eir_area_area_news_003 .newsTypeController .s_eirTab,
.sec-eir .eir_area_area_top_001 .newsTypeController .s_eirTab,
.sec-eir .eir_area_area_top_002 .newsTypeController .s_eirTab {
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.sec-eir .eir_area_area_news_003 .newsTypeController .s_eirTab li,
.sec-eir .eir_area_area_top_001 .newsTypeController .s_eirTab li,
.sec-eir .eir_area_area_top_002 .newsTypeController .s_eirTab li {
  width: auto;
  width: initial;
  border: none;
  background-color: transparent;
}
.sec-eir .eir_area_area_news_003 .newsTypeController .s_eirTab li a,
.sec-eir .eir_area_area_top_001 .newsTypeController .s_eirTab li a,
.sec-eir .eir_area_area_top_002 .newsTypeController .s_eirTab li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  background-color: #fff;
  height: 64px;
  border-radius: 120px;
  padding: 0 37px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.sec-eir .eir_area_area_news_003 .newsTypeController .s_eirTab li a::before,
.sec-eir .eir_area_area_top_001 .newsTypeController .s_eirTab li a::before,
.sec-eir .eir_area_area_top_002 .newsTypeController .s_eirTab li a::before {
  position: absolute;
  content: "";
  bottom: -10.9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 12px;
  height: 11px;
  background-color: #05538a;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec-eir .eir_area_area_news_003 .newsTypeController .s_eirTab li.active a,
.sec-eir .eir_area_area_news_003 .newsTypeController .s_eirTab li:hover a,
.sec-eir .eir_area_area_top_001 .newsTypeController .s_eirTab li.active a,
.sec-eir .eir_area_area_top_001 .newsTypeController .s_eirTab li:hover a,
.sec-eir .eir_area_area_top_002 .newsTypeController .s_eirTab li.active a,
.sec-eir .eir_area_area_top_002 .newsTypeController .s_eirTab li:hover a {
  background-color: #05538a !important;
  color: #fff !important;
  border: none !important;
}
.sec-eir
  .eir_area_area_news_003
  .newsTypeController
  .s_eirTab
  li.active
  a::before,
.sec-eir
  .eir_area_area_news_003
  .newsTypeController
  .s_eirTab
  li:hover
  a::before,
.sec-eir
  .eir_area_area_top_001
  .newsTypeController
  .s_eirTab
  li.active
  a::before,
.sec-eir
  .eir_area_area_top_001
  .newsTypeController
  .s_eirTab
  li:hover
  a::before,
.sec-eir
  .eir_area_area_top_002
  .newsTypeController
  .s_eirTab
  li.active
  a::before,
.sec-eir
  .eir_area_area_top_002
  .newsTypeController
  .s_eirTab
  li:hover
  a::before {
  opacity: 1;
}
.sec-eir .eir_area_area_news_003 .s_yearController,
.sec-eir .eir_area_area_top_001 .s_yearController,
.sec-eir .eir_area_area_top_002 .s_yearController {
  margin-bottom: 0;
  position: relative;
  padding: 0;
  background-color: #222;
  border-radius: 120px;
  letter-spacing: 0.03em;
  max-width: 156px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  padding: 0;
  height: 64px;
  padding: 0 20px 0 15px;
  text-align: center;
}
.sec-eir .eir_area_area_news_003 .s_yearController .s_eirSelect,
.sec-eir .eir_area_area_top_001 .s_yearController .s_eirSelect,
.sec-eir .eir_area_area_top_002 .s_yearController .s_eirSelect {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  width: 100%;
  height: 100%;
  text-align: center;
}
.sec-eir .eir_area_area_news_003 .s_yearController::before,
.sec-eir .eir_area_area_top_001 .s_yearController::before,
.sec-eir .eir_area_area_top_002 .s_yearController::before {
  display: block;
  border-bottom: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
  position: absolute;
  content: "";
  top: 50%;
  right: 17px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
  pointer-events: none;
}
.sec-eir .eir_area_area_news_003 .s_yearController:hover,
.sec-eir .eir_area_area_top_001 .s_yearController:hover,
.sec-eir .eir_area_area_top_002 .s_yearController:hover {
  cursor: pointer;
}
.sec-eir .eir_area_area_news_003 .eirDataArea,
.sec-eir .eir_area_area_top_001 .eirDataArea,
.sec-eir .eir_area_area_top_002 .eirDataArea {
  margin-top: 50px;
}
.sec-eir .eir_area_area_news_003 .s_eirBlock,
.sec-eir .eir_area_area_top_001 .s_eirBlock,
.sec-eir .eir_area_area_top_002 .s_eirBlock {
  width: 100%;
}
.sec-eir .eir_area_area_news_003 .eirBlock,
.sec-eir .eir_area_area_top_001 .eirBlock,
.sec-eir .eir_area_area_top_002 .eirBlock {
  border: 4px solid #fff;
  border-radius: 12px;
  background-color: #fcfbfc;
}
.sec-eir .eir_area_area_news_003 .eirBlock .s_eirList,
.sec-eir .eir_area_area_top_001 .eirBlock .s_eirList,
.sec-eir .eir_area_area_top_002 .eirBlock .s_eirList {
  padding: 54px 55px 47px;
}
.sec-eir .eir_area_area_news_003 .eirBlock .s_eirList .s_eirList_item,
.sec-eir .eir_area_area_top_001 .eirBlock .s_eirList .s_eirList_item,
.sec-eir .eir_area_area_top_002 .eirBlock .s_eirList .s_eirList_item {
  margin-top: 0;
  padding: 23px 0;
  border-top: none;
  border-bottom: 1px solid #dce3f5;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sec-eir
  .eir_area_area_news_003
  .eirBlock
  .s_eirList
  .s_eirList_item:first-child,
.sec-eir
  .eir_area_area_top_001
  .eirBlock
  .s_eirList
  .s_eirList_item:first-child,
.sec-eir
  .eir_area_area_top_002
  .eirBlock
  .s_eirList
  .s_eirList_item:first-child {
  border-top: 1px solid #dce3f5;
}
.sec-eir
  .eir_area_area_news_003
  .eirBlock
  .s_eirList
  .s_eirList_item
  .eirItem_date,
.sec-eir
  .eir_area_area_top_001
  .eirBlock
  .s_eirList
  .s_eirList_item
  .eirItem_date,
.sec-eir
  .eir_area_area_top_002
  .eirBlock
  .s_eirList
  .s_eirList_item
  .eirItem_date {
  font-size: 16px;
  color: #222;
  font-family: Gotham, sans-serif;
  letter-spacing: 0.05em;
  width: 13%;
}
.sec-eir
  .eir_area_area_news_003
  .eirBlock
  .s_eirList
  .s_eirList_item
  .eirItem_category,
.sec-eir
  .eir_area_area_top_001
  .eirBlock
  .s_eirList
  .s_eirList_item
  .eirItem_category,
.sec-eir
  .eir_area_area_top_002
  .eirBlock
  .s_eirList
  .s_eirList_item
  .eirItem_category {
  color: #fff;
  background: 0 0;
}
.sec-eir
  .eir_area_area_news_003
  .eirBlock
  .s_eirList
  .s_eirList_item
  .eirItem_category
  .s_eirModule_category_icon,
.sec-eir
  .eir_area_area_top_001
  .eirBlock
  .s_eirList
  .s_eirList_item
  .eirItem_category
  .s_eirModule_category_icon,
.sec-eir
  .eir_area_area_top_002
  .eirBlock
  .s_eirList
  .s_eirList_item
  .eirItem_category
  .s_eirModule_category_icon {
  width: auto;
  background: 0 0;
  padding: 0;
  font-size: 12px;
  font-weight: 700;
  background: #05538a;
  border-radius: 9999px;
  padding: 4px 15px;
}
.sec-eir
  .eir_area_area_news_003
  .eirBlock
  .s_eirList
  .s_eirList_item
  .eirItem_title,
.sec-eir
  .eir_area_area_top_001
  .eirBlock
  .s_eirList
  .s_eirList_item
  .eirItem_title,
.sec-eir
  .eir_area_area_top_002
  .eirBlock
  .s_eirList
  .s_eirList_item
  .eirItem_title {
  font-size: 14px;
  color: #222;
  display: block;
  line-height: 1.7em;
  margin-left: 30px;
}
.sec-eir
  .eir_area_area_news_003
  .eirBlock
  .s_eirList
  .s_eirList_item
  .eirItem_title
  a,
.sec-eir
  .eir_area_area_top_001
  .eirBlock
  .s_eirList
  .s_eirList_item
  .eirItem_title
  a,
.sec-eir
  .eir_area_area_top_002
  .eirBlock
  .s_eirList
  .s_eirList_item
  .eirItem_title
  a {
  color: #222;
}
.sec-eir
  .eir_area_area_news_003
  .eirBlock
  .s_eirList
  .s_eirList_item
  .eirItem_title
  .s_eirModule_type_icon-pdf,
.sec-eir
  .eir_area_area_top_001
  .eirBlock
  .s_eirList
  .s_eirList_item
  .eirItem_title
  .s_eirModule_type_icon-pdf,
.sec-eir
  .eir_area_area_top_002
  .eirBlock
  .s_eirList
  .s_eirList_item
  .eirItem_title
  .s_eirModule_type_icon-pdf {
  background: #cd403c;
}
.sec-eir
  .eir_area_area_news_003
  .eirBlock
  .s_eirList
  .s_eirList_item
  .s_eirModule_title_link,
.sec-eir
  .eir_area_area_top_001
  .eirBlock
  .s_eirList
  .s_eirList_item
  .s_eirModule_title_link,
.sec-eir
  .eir_area_area_top_002
  .eirBlock
  .s_eirList
  .s_eirList_item
  .s_eirModule_title_link {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.sec-eir
  .eir_area_area_news_003
  .eirBlock
  .s_eirList
  .s_eirList_item
  .s_eirModule_title_link:hover,
.sec-eir
  .eir_area_area_top_001
  .eirBlock
  .s_eirList
  .s_eirList_item
  .s_eirModule_title_link:hover,
.sec-eir
  .eir_area_area_top_002
  .eirBlock
  .s_eirList
  .s_eirList_item
  .s_eirModule_title_link:hover {
  opacity: 0.8;
}
.sec-eir .eir_pdfNote {
  display: none;
}
@media only screen and (min-width: 1250px) {
  body {
    position: relative;
  }
  body:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.12);
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    opacity: 0;
    visibility: hidden;
    z-index: -99999;
  }
  body.wrap-cover:after {
    opacity: 1;
    visibility: visible;
    z-index: 999;
  }
  header .base {
    padding-top: 40px;
  }
  header .gnav {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  header .gnav .logo {
    width: 345px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
    z-index: 99;
  }
  header .gnav ul.navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    margin: 0 0 0 auto;
    border-radius: 9999px;
    padding: 0 1em;
    -webkit-box-shadow: 0 20px 48px rgba(0, 39, 67, 0.06);
    box-shadow: 0 20px 48px rgba(0, 39, 67, 0.06);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  header .gnav ul.navi li {
    display: inline-block;
  }
  header .gnav ul.navi li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    height: 64px;
    margin: 0 18px;
    font-weight: 500;
  }
  header .gnav ul.navi li.contact {
    margin-left: 18px;
  }
  header .gnav ul.navi li.contact a {
    border-radius: 9999px;
    color: #fff;
    background-color: #cd403c;
    border: solid 3px #e8807d;
    background-image: url(../../img/common/icon_arrow-nav-contact.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px auto;
    background-position: right 10px center;
    margin: 0;
    width: 196px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  header .gnav ul.navi li.contact:hover a {
    color: #cd403c;
    background-color: #fff;
    border: solid 3px #cd403c;
    background-image: url(../../img/common/icon_arrow-nav-contact-red.svg);
  }
  header .gnav .megamenu {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 120px;
    background: #fff;
    border-radius: 0 0 42px 42px;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 40px 20px 38px 40px;
  }
  header .gnav .megamenu .block {
    width: 100%;
  }
  header .gnav .megamenu .block .inner .img {
    width: 33.4%;
  }
  header .gnav .megamenu .block .inner .img img {
    border-radius: 12px;
  }
  header .gnav .megamenu .block .inner .box {
    width: 66.6%;
    padding: 0 12.3% 0 55px;
  }
  header .gnav .megamenu .block .inner .box .ttlbox {
    margin-bottom: 25px;
    width: 100%;
  }
  header .gnav .megamenu .block .inner .box .ttlbox .txt .en {
    font-size: 12px;
    color: #05538a;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    letter-spacing: 0.02em;
    margin-bottom: 8px;
    text-align: left;
  }
  header .gnav .megamenu .block .inner .box .ttlbox .txt .ja {
    font-size: 20px;
    color: #05538a;
    font-weight: 700;
  }
  header .gnav .megamenu .block .inner .box .ttlbox:hover .c-arrow {
    background-color: #f3f3f3;
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  header .gnav .megamenu .block .inner .box .ttlbox:hover .c-arrow.blue {
    background-image: url(../../img/common/icon_arrow-right-blue.svg) !important;
  }
  header .gnav .megamenu .block .inner .box .btn .c-arrow {
    width: 44px;
    height: 44px;
    background-size: 9px;
    margin-left: 30px;
  }
  header .gnav .megamenu .block .inner .box ul {
    width: 44.7%;
  }
  header .gnav .megamenu .block .inner .box ul li.parent {
    border-bottom: 1px solid #efefef;
  }
  header .gnav .megamenu .block .inner .box ul li.parent a {
    border-bottom: none;
  }
  header .gnav .megamenu .block .inner .box ul li {
    width: 100%;
  }
  header .gnav .megamenu .block .inner .box ul li a {
    font-size: 14px;
    color: #000;
    font-weight: 700;
    letter-spacing: 0.04em;
    border-bottom: 1px solid #efefef;
    padding: 16px 0;
    margin: 0;
    height: auto;
    position: relative;
    text-align: left;
    display: block;
  }
  header .gnav .megamenu .block .inner .box ul li a:after {
    content: "";
    background: url(../../img/common/icon_arrow-right-blue.svg) no-repeat right
      top/100%;
    width: 8px;
    height: 9px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: right 0.4s;
    transition: right 0.4s;
  }
  header .gnav .megamenu .block .inner .box ul li a:hover:after {
    right: -5px;
  }
  header .gnav .megamenu .block .inner .box ul li ul {
    width: 100%;
    padding-left: 20px;
    padding-bottom: 17px;
  }
  header .gnav .megamenu .block .inner .box ul li ul li a {
    border-bottom: none;
    padding: 0;
    margin-bottom: 14px;
  }
  header .gnav .megamenu .block .inner .box ul li ul li:last-child a {
    margin-bottom: 0;
  }
  header.scroll .gnav {
    background-color: #fff;
    border-radius: 9999px;
    height: 88px;
    -webkit-box-shadow: 0 20px 48px rgba(0, 39, 67, 0.06);
    box-shadow: 0 20px 48px rgba(0, 39, 67, 0.06);
    padding: 0 30px 0 40px;
  }
  header.scroll .gnav .logo {
    width: 283px;
  }
  header.scroll .gnav ul {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  header .gnav.hover {
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 15px 20px 15px 40px;
    border-radius: 42px 42px 0 0;
  }
  header .gnav.hover ul.navi {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .sp-nav {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .bg-change-wrap .bg-change-wrap-in {
    border-radius: 0 0 30px 30px;
  }
  .base {
    padding: 0 24px;
  }
  .wrap-stick.wrap-sub01 .stick.position03 {
    top: 25px;
    right: auto;
    left: 110px;
  }
  .wrap-stick.wrap-sub01 .stick.position04 {
    top: 195px;
    right: 200px;
    width: 62px;
    height: 62px;
  }
  .wrap-stick.wrap-sub01 .stick.position04 .in {
    width: 0;
  }
  .wrap-stick.wrap-sub01 .stick.position04 .in.active {
    width: 132px;
  }
  .wrap-stick.wrap-sub01 .stick.position04 .next-circle {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .wrap-stick.wrap-sub01 .stick.position04 .next-circle.active {
    -webkit-transform: translateX(132px);
    transform: translateX(132px);
  }
  .wrap-stick.wrap-sub01 .stick.position05 {
    top: 460px;
    right: 310px;
    width: 125px;
    height: 125px;
  }
  .wrap-stick.wrap-sub01 .stick.position05 .in {
    width: 0;
  }
  .wrap-stick.wrap-sub01 .stick.position05 .in.active {
    width: 520px;
  }
  .wrap-stick.wrap-sub01 .stick.position05 .next-circle {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .wrap-stick.wrap-sub01 .stick.position05 .next-circle.active {
    -webkit-transform: translateX(520px);
    transform: translateX(520px);
  }
  .wrap-stick.wrap-sub01 .stick.position06 {
    top: 900px;
    right: 50px;
    width: 76px;
    height: 76px;
  }
  .wrap-stick.wrap-sub01 .stick.position07 {
    top: 1900px;
    left: -30px;
    width: 120px;
    height: 120px;
  }
  .stick.size01 {
    width: 92px;
    height: 92px;
  }
  .stick.size02 {
    width: 12px;
    height: 12px;
  }
  .stick.size03 {
    width: 85px;
    height: 85px;
  }
  .stick.size04 {
    width: 112px;
    height: 112px;
  }
  .stick.size06 {
    width: 136px;
    height: 136px;
  }
  .stick.size07 {
    width: 66px;
    height: 66px;
  }
  .stick.size08 {
    width: 85px;
    height: 85px;
  }
  .stick.size09 {
    width: 145px;
    height: 145px;
  }
  .stick.size10 {
    width: 131px;
    height: 131px;
  }
  .stick.size11 {
    width: 131px;
    height: 131px;
  }
  .stick.size12 {
    width: 114px;
    height: 114px;
  }
  .c-arrow {
    background-size: 12px auto;
    width: 64px;
    height: 64px;
  }
  .lang_change {
    right: 100px;
  }
  .sec-mv-sub .ttlbox .en {
    font-size: 43px;
  }
  .sec-mv-sub .ttlbox .ja {
    font-size: 16px;
    margin-top: 10px;
  }
  .sec-mv-sub .breadcrumb {
    padding: 6px 20px 8px;
    margin-top: 50px;
  }
  .sec-mv-sub .breadcrumb ul li {
    font-size: 12px;
    margin-right: 19px;
  }
  .sec-mv-sub .breadcrumb ul li:after {
    width: 3px;
    height: 3px;
    right: -13px;
  }
  .sec-foot-block .box-link {
    width: 100%;
  }
  .sec-foot-block .box-link .item {
    height: auto;
    padding: 60px 0 58px;
  }
  .sec-foot-block .box-link .item > div {
    padding: 0 24px;
  }
  .sec-foot-block .box-link .item .en {
    font-size: 40px;
  }
  .sec-foot-block .box-link .item .txt {
    font-size: 14px;
    line-height: 1.7em;
    max-width: 100%;
    margin: 28px 0 30px;
  }
  .sec-foot-block .box-link .item .btn > div {
    color: #fff;
  }
  footer {
    padding: 0 0 60px;
  }
  footer .base {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* max-width: 548px; */
    margin: 0 auto;
  }
  footer .base:first-child{
    padding: 55px 0 0;
  }
  footer .base:first-child .block-top{
    padding-right: 24px;
    padding-left: 24px;
  }
  footer .logo {
    width: 187px;
    margin: 0 auto 55px;
  }
  footer .block-top {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: 100%;
    background-color: #222;
  }
  footer .block-top .logo {
    width: 100%;
    margin-bottom: 50px;
  }
  footer .block-top .logo .txt {
    padding-left: 0;
  }
  footer .block-top .logo .txt p {
    margin-top: 0;
  }
  footer .block-top .sub {
    margin-bottom: 32px;
    width: 100%;
  }
  footer .block-top .sub li {
    display: block;
    margin-right: 0;
  }
  footer .block-top .sub li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 54px;
    border-bottom: 1px solid #575757;
  }
  footer .block-top .sub li a small {
    font-size: 12px;
    color: #575757;
    font-family: Montserrat, sans-serif;
    letter-spacing: 0.02em;
    line-height: 1em;
    margin: 3px 0 0 15px;
  }
  footer .block-navi {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 26px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .block-navi .col {
    max-width: 100%;
    margin-bottom: 41px;
  }
  footer .block-navi .col:last-child {
    margin-bottom: 0;
  }
  footer .block-navi .col .ttl {
    margin-bottom: 24px;
    padding-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }
  footer .block-navi .col .ttl:after {
    content: "";
    background: #fff;
    width: 20px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
  footer .block-navi .col .ttl .en {
    margin: 3px 0 0;
  }
  footer .block-navi .col .ttl .ja {
    margin-right: 15px;
  }
  footer .block-navi .col .sp-navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  footer .block-navi .col .sp-navi > ul:first-child {
    width: 57.7%;
  }
  footer .block-navi .col .sp-navi > ul:last-child {
    width: 42.3%;
  }
  footer .block-navi .col .sp-navi.f-jc-sb > ul:first-child {
    width: auto;
  }
  footer .block-navi .col .sp-navi.f-jc-sb > ul:last-child {
    width: auto;
  }
  footer .copy {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 0;
  }
  .pc {
    display: none !important;
  }
  .sec-head .en {
    line-height: 1.2;
  }
  .sec-head .ja {
    font-size: 14px;
    margin-top: 7px;
  }
  .btn a,
  .btn > div {
    font-size: 16px;
  }
  .sec-group {
    padding-bottom: 120px;
  }
  .sec-group .sec-head {
    margin-bottom: 55px;
  }
  .sec-group .box {
    margin-bottom: 50px;
  }
  .sec-group .box:last-child {
    margin-bottom: 0;
  }
  .sec-group .box .img {
    margin-bottom: 24px;
  }
  .sec-group .box .box-in .logo {
    height: 45px;
    padding: 0 14px;
  }
  .sec-group .box .box-in .logo.logo01 img {
    width: 165px;
  }
  .sec-group .box .box-in .logo.logo02 img {
    width: 86px;
  }
  .sec-group .box .box-in .logo.logo03 img {
    width: 165px;
  }
  .page-top {
    position: fixed;
    right: 24px;
    bottom: 18px;
    width: 64px;
    -webkit-box-shadow: 6px 6px 16px rgba(0, 38, 75, 0.16);
    box-shadow: 6px 6px 16px rgba(0, 38, 75, 0.16);
    border-radius: 50%;
    z-index: 99;
  }
  .pagenav {
    padding-top: 55px;
  }
  .pagenav > * {
    margin: 0 5px;
  }
  .sec-eir .eir_area_area_news_003,
  .sec-eir .eir_area_area_top_001,
  .sec-eir .eir_area_area_top_002 {
    margin-top: 60px;
  }
  .sec-eir .eir_area_area_news_003 .newsTypeController,
  .sec-eir .eir_area_area_top_001 .newsTypeController,
  .sec-eir .eir_area_area_top_002 .newsTypeController {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .sec-eir .eir_area_area_news_003 .newsTypeController .s_eirTab,
  .sec-eir .eir_area_area_top_001 .newsTypeController .s_eirTab,
  .sec-eir .eir_area_area_top_002 .newsTypeController .s_eirTab {
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
  .sec-eir .eir_area_area_news_003 .newsTypeController .s_eirTab li,
  .sec-eir .eir_area_area_top_001 .newsTypeController .s_eirTab li,
  .sec-eir .eir_area_area_top_002 .newsTypeController .s_eirTab li {
    width: 48%;
    margin: 0 4% 12px 0;
  }
  .sec-eir
    .eir_area_area_news_003
    .newsTypeController
    .s_eirTab
    li:nth-child(2n),
  .sec-eir
    .eir_area_area_top_001
    .newsTypeController
    .s_eirTab
    li:nth-child(2n),
  .sec-eir
    .eir_area_area_top_002
    .newsTypeController
    .s_eirTab
    li:nth-child(2n) {
    margin-right: 0;
  }
  .sec-eir .eir_area_area_news_003 .newsTypeController .s_eirTab li a,
  .sec-eir .eir_area_area_top_001 .newsTypeController .s_eirTab li a,
  .sec-eir .eir_area_area_top_002 .newsTypeController .s_eirTab li a {
    font-size: 14px;
    padding: 0;
    border: 3px solid #fff;
    background: #fcfbfc;
    position: relative;
  }
  .sec-eir .eir_area_area_news_003 .newsTypeController .s_eirTab li a:after,
  .sec-eir .eir_area_area_top_001 .newsTypeController .s_eirTab li a:after,
  .sec-eir .eir_area_area_top_002 .newsTypeController .s_eirTab li a:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 9px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../img/common/icon_arrow-right-blue.svg);
    background-size: contain;
  }
  .sec-eir .eir_area_area_news_003 .newsTypeController .s_eirTab li a::before,
  .sec-eir .eir_area_area_top_001 .newsTypeController .s_eirTab li a::before,
  .sec-eir .eir_area_area_top_002 .newsTypeController .s_eirTab li a::before {
    display: none;
  }
  .sec-eir .eir_area_area_news_003 .s_yearController,
  .sec-eir .eir_area_area_top_001 .s_yearController,
  .sec-eir .eir_area_area_top_002 .s_yearController {
    width: 48%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 0 15px 0 0;
  }
  .sec-eir .eir_area_area_news_003 .s_yearController .s_eirSelect,
  .sec-eir .eir_area_area_top_001 .s_yearController .s_eirSelect,
  .sec-eir .eir_area_area_top_002 .s_yearController .s_eirSelect {
    padding: 0;
  }
  .sec-eir .eir_area_area_news_003 .eirDataArea,
  .sec-eir .eir_area_area_top_001 .eirDataArea,
  .sec-eir .eir_area_area_top_002 .eirDataArea {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .sec-eir .eir_area_area_news_003 .eirBlock .s_eirList,
  .sec-eir .eir_area_area_top_001 .eirBlock .s_eirList,
  .sec-eir .eir_area_area_top_002 .eirBlock .s_eirList {
    padding: 33px 28px 30px;
  }
  .sec-eir .eir_area_area_news_003 .eirBlock .s_eirList .s_eirList_item,
  .sec-eir .eir_area_area_top_001 .eirBlock .s_eirList .s_eirList_item,
  .sec-eir .eir_area_area_top_002 .eirBlock .s_eirList .s_eirList_item {
    padding: 20px 0;
  }
  .sec-eir
    .eir_area_area_news_003
    .eirBlock
    .s_eirList
    .s_eirList_item
    .eirItem_date,
  .sec-eir
    .eir_area_area_top_001
    .eirBlock
    .s_eirList
    .s_eirList_item
    .eirItem_date,
  .sec-eir
    .eir_area_area_top_002
    .eirBlock
    .s_eirList
    .s_eirList_item
    .eirItem_date {
    font-size: 12px;
    width: 33%;
  }
  .sec-eir
    .eir_area_area_news_003
    .eirBlock
    .s_eirList
    .s_eirList_item
    .eirItem_category,
  .sec-eir
    .eir_area_area_top_001
    .eirBlock
    .s_eirList
    .s_eirList_item
    .eirItem_category,
  .sec-eir
    .eir_area_area_top_002
    .eirBlock
    .s_eirList
    .s_eirList_item
    .eirItem_category {
    width: 67%;
    margin-left: 0;
    line-height: 1em;
  }
  .sec-eir
    .eir_area_area_news_003
    .eirBlock
    .s_eirList
    .s_eirList_item
    .eirItem_category
    .s_eirModule_category_icon,
  .sec-eir
    .eir_area_area_top_001
    .eirBlock
    .s_eirList
    .s_eirList_item
    .eirItem_category
    .s_eirModule_category_icon,
  .sec-eir
    .eir_area_area_top_002
    .eirBlock
    .s_eirList
    .s_eirList_item
    .eirItem_category
    .s_eirModule_category_icon {
    font-size: 11px;
    padding: 6px 18px;
    line-height: 1em;
  }
  .sec-eir
    .eir_area_area_news_003
    .eirBlock
    .s_eirList
    .s_eirList_item
    .eirItem_title,
  .sec-eir
    .eir_area_area_top_001
    .eirBlock
    .s_eirList
    .s_eirList_item
    .eirItem_title,
  .sec-eir
    .eir_area_area_top_002
    .eirBlock
    .s_eirList
    .s_eirList_item
    .eirItem_title {
    margin: 8px 0 0;
  }
  .scroll-hint {
    margin-top: 10px;
  }
  .scroll-hint span {
    font-size: 14px;
    color: #05538a;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    letter-spacing: 0.02em;
    position: relative;
  }
  .scroll-hint span:after {
    content: "";
    position: absolute;
    right: -17px;
    top: 5px;
    width: 8px;
    height: 9px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../img/common/icon_arrow-right-blue.svg);
    background-size: contain;
  }
}
@media only screen and (min-width: 1500px) {
  .wrap-stick.wrap-sub01 .stick.position02 {
    left: 700px;
  }
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  .wrap-stick.wrap-sub01 .stick.position02 {
    left: 280px;
  }
  .sec-eir .eir_area_area_news_003 .eirBlock .s_eirList,
  .sec-eir .eir_area_area_top_001 .eirBlock .s_eirList,
  .sec-eir .eir_area_area_top_002 .eirBlock .s_eirList {
    padding: 32px 33px 28px;
  }
}
@media only screen and (min-width: 1250px) and (max-width: 1299px) and (min-width: 1150px) {
  header.scroll .gnav ul li a {
    padding: 0 11px;
  }
}
@media only screen and (max-width: 1249px) {
  header {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  header .pc {
    display: none;
  }
  header .logo-h {
    width: 117px;
    position: relative;
    left: 24px;
    top: 24px;
  }
  header .nav-toggle {
    width: 56px;
    height: 56px;
    position: fixed;
    top: 24px;
    right: 24px;
    z-index: 99999;
    cursor: pointer;
    background-color: #05538a;
    border: solid 3px #1f7fc3;
    border-radius: 50%;
  }
  header .nav-toggle span {
    display: block;
    height: 2px;
    width: 14px;
    background: #222;
    background-color: #fff;
    margin-left: -7px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    left: 50%;
    border-radius: 2px;
  }
  header .nav-toggle span:nth-child(1) {
    top: 36%;
  }
  header .nav-toggle span:nth-child(2) {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
  }
  header .nav-toggle span:nth-child(3) {
    bottom: 36%;
    width: 11px;
  }
  header .nav-toggle.opened {
    background-color: #fff;
    border: solid 3px #fff;
  }
  header .nav-toggle.opened span {
    background-color: #05538a;
  }
  header .nav-toggle.opened span:nth-child(1) {
    top: 48%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  header .nav-toggle.opened span:nth-child(2) {
    background: 0 0;
  }
  header .nav-toggle.opened span:nth-child(3) {
    bottom: 48%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 14px;
  }
  header .nav-wrap .gnav {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    z-index: -9999;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background: #05538a;
    color: #fff;
    overflow-y: auto;
  }
  header .nav-wrap .gnav a {
    color: #fff;
  }
  header .nav-wrap .gnav.active {
    opacity: 1;
    visibility: visible;
    z-index: 9999;
  }
  header .nav-wrap .gnav .logo {
    width: 118px;
    position: relative;
    left: 24px;
    top: 16px;
  }
  header .nav-wrap .nav-kabuka {
    padding: 0 24px;
    margin: 20px 0 40px;
    overflow: hidden;
  }
  header .nav-wrap .nav-kabuka .box {
    width: 100%;
  }
  header .nav-wrap .nav-kabuka .box a {
    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;
    background-color: #fcfbfc;
    border: solid 3px #fff;
    width: 100%;
    height: 40px;
    border-radius: 20px;
    color: #222;
    background-image: url(../../img/common/icon_arrow-circle-blue.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px auto;
    background-position: right 10px center;
    padding: 0 2.5em 0 1.5em;
    line-height: 1;
    -webkit-box-shadow: 0 0 22px rgba(0, 53, 152, 0.1);
    box-shadow: 0 0 22px rgba(0, 53, 152, 0.1);
  }
  header .nav-wrap .nav-kabuka .box .txt1 {
    color: #05538a;
    font-size: 14px;
    letter-spacing: 0.05em;
  }
  header .nav-wrap .nav-kabuka .box .txt2 {
    color: #070707;
    font-size: 12px;
  }
  header .nav-wrap .nav-news {
    padding: 24px;
  }
  header .nav-wrap .nav-news .box {
    position: relative;
    color: #fff;
    margin-bottom: 60px;
    overflow: hidden;
  }
  header .nav-wrap .nav-news .box.ir .inner iframe {
    width: 100%;
    height: 300px;
  }
  header .nav-wrap .nav-news .box .box-header {
    position: relative;
    margin-bottom: 20px;
  }
  header .nav-wrap .nav-news .box .box-header .en {
    display: block;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    letter-spacing: 0.05em;
    font-size: 24px;
  }
  header .nav-wrap .nav-news .box .box-header .ja {
    display: block;
    letter-spacing: 0.05em;
    font-size: 12px;
  }
  header .nav-wrap .nav-news .box .box-header .btn {
    position: absolute;
    right: 0;
    top: 0;
  }
  header .nav-wrap .nav-news .box .box-header .btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.05em;
  }
  header .nav-wrap .nav-news .box .box-header .btn .arrow {
    cursor: pointer;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    background-image: url(../../img/common/icon_arrow-right-blue.svg);
    background-size: 10px auto;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-left: 1em;
  }
  header .nav-wrap .nav-news .box .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
  }
  header .nav-wrap .nav-news .box .date {
    font-family: Gotham, sans-serif;
    font-size: 10px;
    width: 80px;
  }
  header .nav-wrap .nav-news .box .category {
    text-align: center;
    color: #05538a;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 80px;
    height: 20px;
    border-radius: 10px;
    font-size: 10px;
    line-height: 1;
  }
  header .nav-wrap .nav-news .box .category a {
    color: #05538a;
  }
  header .nav-wrap .nav-news .box .badge {
    font-family: Gotham, sans-serif;
    color: #fff;
    font-size: 12px;
    margin-left: 1em;
  }
  header .nav-wrap .nav-news .box .pdf {
    text-align: center;
    color: #05538a;
    background-color: #fff;
    border: solid 1px #05538a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 56px;
    height: 24px;
    border-radius: 12px;
    font-size: 10px;
    margin-left: 1em;
  }
  header .nav-wrap .nav-news .list-news {
    border-bottom: solid 1px #fff;
  }
  header .nav-wrap .nav-news .list-news li {
    border-top: solid 1px #fff;
    padding: 12px 0;
  }
  header .nav-wrap .nav-news .list-news li .text {
    color: #fff;
    font-size: 13px;
    line-height: 1.54;
  }
  header .nav-wrap .nav-news .eir_area_area_top_001 .eirBlock .s_eirList,
  header .nav-wrap .nav-news .eir_area_area_top_002 .eirBlock .s_eirList {
    border-bottom: solid 1px #fff;
  }
  header
    .nav-wrap
    .nav-news
    .eir_area_area_top_001
    .eirBlock
    .s_eirList
    .s_eirList_item,
  header
    .nav-wrap
    .nav-news
    .eir_area_area_top_002
    .eirBlock
    .s_eirList
    .s_eirList_item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 12px 0;
    margin: 0;
    border-top: solid 1px #fff;
  }
  header
    .nav-wrap
    .nav-news
    .eir_area_area_top_001
    .eirBlock
    .s_eirList
    .s_eirList_item
    .eirItem_date,
  header
    .nav-wrap
    .nav-news
    .eir_area_area_top_002
    .eirBlock
    .s_eirList
    .s_eirList_item
    .eirItem_date {
    font-family: Gotham, sans-serif;
    font-size: 10px;
    width: 80px;
  }
  header .nav-wrap .nav-news .eir_area_area_top_001 .eirItem_category,
  header .nav-wrap .nav-news .eir_area_area_top_002 .eirItem_category {
    color: #fff;
    background: 0 0;
  }
  header
    .nav-wrap
    .nav-news
    .eir_area_area_top_001
    .eirItem_category
    .s_eirModule_category_icon,
  header
    .nav-wrap
    .nav-news
    .eir_area_area_top_002
    .eirItem_category
    .s_eirModule_category_icon {
    width: auto;
    background: 0 0;
    padding: 0;
    font-size: 12px;
    background: #fff;
    border-radius: 9999px;
    padding: 4px 9px;
    font-size: 10px;
    color: #05538a;
    line-height: 1em;
  }
  header .nav-wrap .nav-news .eir_area_area_top_001 .eirItem_title,
  header .nav-wrap .nav-news .eir_area_area_top_002 .eirItem_title {
    font-size: 13px;
    line-height: 1.54;
    width: 100%;
    margin: 7px 0 0;
  }
  header
    .nav-wrap
    .nav-news
    .eir_area_area_top_001
    .eirItem_title
    .s_eirModule_type_icon-pdf,
  header
    .nav-wrap
    .nav-news
    .eir_area_area_top_002
    .eirItem_title
    .s_eirModule_type_icon-pdf {
    background: #cd403c;
  }
  .drawer_nav {
    position: relative;
    padding: 60px 24px 20px;
  }
  .drawer_nav li {
    font-size: 14px;
    border-bottom: solid 1px #014472;
    overflow: hidden;
  }
  .drawer_nav li a {
    display: block;
    position: relative;
    padding: 22px 0;
    cursor: pointer;
    font-weight: 700;
  }
  .drawer_nav li a.blank:after {
    content: "";
    width: 11px;
    height: 11px;
    position: absolute;
    margin: auto;
    right: 10px;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../../img/common/icon_blank.svg);
  }
  .drawer_nav .in {
    padding-top: 14px;
    margin-bottom: 20px;
    border-top: solid 1px #014472;
  }
  .drawer_nav .in .label {
    width: 100%;
  }
  .drawer_nav .in .label a {
    font-size: 12px;
    font-weight: 700;
    padding: 9px 0;
  }
  .drawer_nav .in ul {
    width: 50%;
  }
  .drawer_nav .in ul li {
    font-size: 12px;
    border-bottom: none;
  }
  .drawer_nav .in ul li.child {
    padding-left: 13px;
  }
  .drawer_nav .in ul li a {
    padding: 9px 0;
    font-weight: 500;
  }
  .drawer_nav .in .row.width02 ul:nth-child(1) {
    width: 42%;
  }
  .drawer_nav .in .row.width02 ul:nth-child(2) {
    width: 58%;
  }
  .in-item {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.6s 0.3s;
    transition: -webkit-transform 0.6s 0.3s;
    transition: transform 0.6s 0.3s;
    transition: transform 0.6s 0.3s, -webkit-transform 0.6s 0.3s;
  }
  .gnav.active .in-item {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .drawer_nav li a.icon:after,
  .drawer_nav li a.icon:before {
    content: "";
    width: 8px;
    height: 1px;
    border: none;
    background: #fff;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .drawer_nav li a.icon:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .drawer_nav li a.icon:after {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  .drawer_nav li a.open.icon:before {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  .drawer_nav li a.open.icon:after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  .pc-nav {
    display: none !important;
  }
}
@media only screen and (max-width: 1249px) and (max-width: 767px) {
  header .nav-wrap .nav-news .eir_area_area_top_001 .eirItem_category,
  header .nav-wrap .nav-news .eir_area_area_top_002 .eirItem_category {
    width: 67%;
    margin-left: 0;
    line-height: 1em;
  }
}
@media only screen and (min-width: 768px) {
  .sec-foot-block .box-link .item .c-arrow {
    position: absolute;
    right: 80px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  footer .block-navi .col.width01 {
    max-width: 160px;
  }
  footer .block-navi .col.width02 {
    max-width: 200px;
  }
  .sp {
    display: none !important;
  }
  .sec-group {
    padding-bottom: 160px;
  }
  .sec-group .box-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .sec-group .box {
    width: 48%;
  }
  .sec-group .box a {
    display: block;
  }
  .sec-group .box .img {
    display: block;
  }
  .sec-group .box .box-in {
    padding: 33px 12px 0 23px;
  }
  .page-top {
    display: none !important;
  }
  .sec-eir .eir_area_area_news_003,
  .sec-eir .eir_area_area_top_001,
  .sec-eir .eir_area_area_top_002 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 1299px) and (min-width: 768px) {
  .sec-foot-block .box-img {
    width: 45%;
  }
  .sec-foot-block .box-link {
    width: 55%;
  }
  .sec-foot-block .box-link .item > div {
    padding: 0 120px 0 35px;
  }
  .sec-foot-block .box-link .item .c-arrow {
    right: 30px;
  }
}
@media only screen and (max-width: 1190px) and (min-width: 768px) {
  footer .block-top .logo {
    margin-bottom: 40px;
  }
  footer .block-navi {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  footer .block-navi .col {
    width: 30%;
    margin: 0 5% 50px 0;
    max-width: 100% !important;
  }
  footer .block-navi .col:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 899px) and (min-width: 768px) {
  .sec-group .box {
    width: 100%;
    margin-bottom: 50px;
  }
  .sec-group .box:last-child {
    margin-bottom: 0;
  }
  .sec-group .box .box-in {
    padding: 33px 0 0 0;
  }
  .sec-group .box .box-in .btn .c-arrow {
    width: 64px;
    height: 64px;
    margin-left: 1em;
  }
  .sec-eir .eir_area_area_news_003 .newsTypeController .s_eirTab,
  .sec-eir .eir_area_area_top_001 .newsTypeController .s_eirTab,
  .sec-eir .eir_area_area_top_002 .newsTypeController .s_eirTab {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }
  .sec-eir .eir_area_area_news_003 .newsTypeController .s_eirTab li a,
  .sec-eir .eir_area_area_top_001 .newsTypeController .s_eirTab li a,
  .sec-eir .eir_area_area_top_002 .newsTypeController .s_eirTab li a {
    font-size: 15px;
    padding: 18px 27px;
  }
  .sec-eir .eir_area_area_news_003 .s_yearController,
  .sec-eir .eir_area_area_top_001 .s_yearController,
  .sec-eir .eir_area_area_top_002 .s_yearController {
    width: 130px;
    padding: 18px 23px;
  }
}
@media only screen and (min-width: 899px) {
  .sec-group .box .img {
    height: 20vw;
    max-height: 270px;
  }
}
/*# sourceMappingURL=../maps/layout/base.min.css.map */