@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html,
body {
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  margin: 0;
  padding: 0;
  font-weight: 400;
  overflow-x: hidden;
}
@media screen and (max-width: 1400px) {
  html,
  body {
    font-size: 0.0714285714vw;
  }
}
@media screen and (max-width: 768px) {
  html,
  body {
    font-size: 0.1333333333vw;
  }
}

@font-face {
  font-family: "Copperplate Gothic";
  src: url(../font/copperplategothic_bold.ttf);
}
*,
*:before,
*:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.jp {
  font-family: "Noto Sans JP", sans-serif;
}

.en {
  font-family: "Copperplate Gothic";
}

.pc {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

a {
  color: #191919;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.6;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0%;
  padding: 0%;
}

ul li,
ol li {
  list-style: none;
}

figure,
table {
  margin: auto;
}

.container {
  max-width: 1200px;
  margin: auto !important;
}
@media screen and (max-width: 1400px) {
  .container {
    max-width: 1200rem;
  }
}
@media screen and (max-width: 768px) {
  .container {
    max-width: 100%;
  }
}

.container02 {
  max-width: 960px;
  margin: auto !important;
}
@media screen and (max-width: 1400px) {
  .container02 {
    max-width: 960rem;
  }
}
@media screen and (max-width: 768px) {
  .container02 {
    max-width: 100%;
  }
}

ul,
ol {
  margin: auto;
  padding: 0;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.page {
  position: relative;
}

.header {
  position: relative;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
}
.header_contain {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.header_left {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-left: 40px;
}
@media screen and (max-width: 1400px) {
  .header_left {
    gap: 20rem;
    padding-left: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .header_left {
    gap: 30rem;
    padding-left: 30rem;
  }
}
.header_logo {
  max-width: 200px;
}
@media screen and (max-width: 1400px) {
  .header_logo {
    max-width: 200rem;
  }
}
@media screen and (max-width: 768px) {
  .header_logo {
    max-width: 250rem;
  }
}
.header_logo h1,
.header_logo a {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 1400px) {
  .header_logo h1,
  .header_logo a {
    gap: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .header_logo h1,
  .header_logo a {
    flex-direction: column;
    gap: 0;
  }
}
.header_logo h1 .en,
.header_logo a .en {
  font-weight: bold;
  font-size: 25px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #2e3192;
}
@media screen and (max-width: 1400px) {
  .header_logo h1 .en,
  .header_logo a .en {
    font-size: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .header_logo h1 .en,
  .header_logo a .en {
    font-size: 32rem;
  }
}
.header_logo h1 .jp,
.header_logo a .jp {
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.08em;
  text-align: left;
  color: #4d4d4d;
}
@media screen and (max-width: 1400px) {
  .header_logo h1 .jp,
  .header_logo a .jp {
    font-size: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .header_logo h1 .jp,
  .header_logo a .jp {
    font-size: 20rem;
  }
}
.header .searchbox {
  width: 450px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .header .searchbox {
    width: 450rem;
  }
}
@media screen and (max-width: 768px) {
  .header .searchbox {
    display: none;
  }
}
.header .searchbox::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../image/common/icon-search.png);
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 1400px) {
  .header .searchbox::after {
    width: 18rem;
    height: 18rem;
    right: 10rem;
  }
}
.header .searchbox input {
  width: 100%;
  height: 35px;
  background: #f8f9fb;
  border: none;
  outline: none;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-align: left;
  color: #333;
  padding: 5px 10px;
}
@media screen and (max-width: 1400px) {
  .header .searchbox input {
    height: 35rem;
    font-size: 14rem;
    padding: 5rem 10rem;
  }
}
.header .searchbox input::-moz-placeholder {
  color: #666;
}
.header .searchbox input::placeholder {
  color: #666;
}
.header_right {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1400px) {
  .header_right {
    gap: 20rem;
  }
}
.header_right01 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 1400px) {
  .header_right01 {
    gap: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .header_right01 {
    display: none;
  }
}
.header_right01 .helplink a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #1b1464;
}
@media screen and (max-width: 1400px) {
  .header_right01 .helplink a {
    gap: 10rem;
    font-size: 12rem;
  }
}
.header_right01 .helplink a img {
  max-width: 16px;
  height: auto;
}
@media screen and (max-width: 1400px) {
  .header_right01 .helplink a img {
    max-width: 16rem;
  }
}
.header_right01 .languagebox select {
  width: 115px;
  border-radius: 2px;
  background: #fff;
  border: 0.49px solid #e6e6e6;
  padding: 5px;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-align: left;
  color: #1b1464;
}
@media screen and (max-width: 1400px) {
  .header_right01 .languagebox select {
    width: 115rem;
    border-radius: 2rem;
    padding: 5rem;
    font-size: 12rem;
  }
}
.header_right02 {
  display: flex;
  align-items: center;
}
.header_right02 .itemlink {
  width: 140px;
  height: 80px;
  background: #328dc9;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1400px) {
  .header_right02 .itemlink {
    width: 140rem;
    height: 80rem;
    gap: 5rem;
    font-size: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .header_right02 .itemlink {
    width: 130rem;
    height: 100rem;
    font-size: 20rem;
    gap: 8rem;
  }
}
.header_right02 .itemlink img {
  width: 20px;
}
@media screen and (max-width: 1400px) {
  .header_right02 .itemlink img {
    width: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .header_right02 .itemlink img {
    width: 25rem;
  }
}
.header_right02 .itemlink.registlink {
  background: #0071bc;
}
.header_menu {
  display: none;
}
@media screen and (max-width: 768px) {
  .header_menu {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8rem;
    width: 40rem;
  }
  .header_menu span {
    width: 40rem;
    height: 4rem;
    background-color: #000;
    transition: 0.3s;
  }
  .header_menu span.bar03 {
    width: 30rem;
  }
  .header_menu.change .bar01 {
    transform: rotate(-45deg) translate(-12rem, 13rem);
    width: 44rem;
  }
  .header_menu.change .bar02,
  .header_menu.change .bar03 {
    opacity: 0;
  }
  .header_menu.change .bar04 {
    transform: rotate(45deg) translate(-12rem, -13rem);
    width: 44rem;
  }
}
.header .spnav {
  display: none;
}
@media screen and (max-width: 768px) {
  .header .spnav {
    display: block;
    position: absolute;
    top: 100rem;
    left: -100%;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    transition: 0.3s;
  }
  .header .spnav.show {
    left: 0;
  }
  .header .spnav_list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30rem;
    padding: 80rem 40rem;
  }
  .header .spnav_list li a {
    font-size: 28rem;
    color: #333;
    font-weight: bold;
  }
}

main {
  margin-top: 140px;
}
@media screen and (max-width: 1400px) {
  main {
    margin-top: 150rem;
  }
}
@media screen and (max-width: 768px) {
  main {
    margin-top: 100rem;
  }
}

.sectitle01 h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bolder;
  font-size: 32px;
  letter-spacing: 0.08em;
  text-align: left;
  color: #2e3192;
}
@media screen and (max-width: 1400px) {
  .sectitle01 h2 {
    font-size: 32rem;
    gap: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .sectitle01 h2 {
    font-size: 50rem;
    gap: 15rem;
  }
}
.sectitle01 h2 img {
  width: 25px;
}
@media screen and (max-width: 1400px) {
  .sectitle01 h2 img {
    width: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .sectitle01 h2 img {
    width: 35rem;
  }
}

.sectitle02 {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1400px) {
  .sectitle02 {
    gap: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sectitle02 {
    flex-direction: column;
    align-items: flex-start;
    gap: 20rem;
  }
}
.sectitle02_box {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.08em;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 1400px) {
  .sectitle02_box {
    font-size: 20rem;
    gap: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .sectitle02_box {
    font-size: 36rem;
    gap: 15rem;
  }
}
.sectitle02_box .line {
  width: 15px;
  height: 20px;
  clip-path: polygon(50% 0%, 100% 0%, 50% 100%, 0% 100%);
  background: #2e3192;
}
@media screen and (max-width: 1400px) {
  .sectitle02_box .line {
    width: 15rem;
    height: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sectitle02_box .line {
    width: 25rem;
    height: 40rem;
  }
}
.sectitle02_box .line02 {
  width: 21px;
  height: 37px;
  clip-path: polygon(70% 0%, 100% 0%, 30% 100%, 0% 100%);
  background: #ccc;
}
@media screen and (max-width: 1400px) {
  .sectitle02_box .line02 {
    width: 15rem;
    height: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sectitle02_box .line02 {
    width: 30rem;
    height: 50rem;
  }
}
.sectitle02_txt {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.14em;
  line-height: 20px;
  text-align: left;
  color: #1a1a1a;
}
@media screen and (max-width: 1400px) {
  .sectitle02_txt {
    font-size: 14rem;
    line-height: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sectitle02_txt {
    font-size: 26rem;
    line-height: 32rem;
  }
}

.viewall a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.08em;
  text-align: left;
  color: #2e3192;
}
@media screen and (max-width: 1400px) {
  .viewall a {
    gap: 10rem;
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .viewall a {
    gap: 20rem;
    font-size: 28rem;
  }
}
.viewall a img {
  max-width: 26px;
}
@media screen and (max-width: 1400px) {
  .viewall a img {
    max-width: 26rem;
  }
}
@media screen and (max-width: 768px) {
  .viewall a img {
    max-width: 40rem;
  }
}

.itempost {
  display: block;
  position: relative;
  margin: 20px auto;
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.17);
}
@media screen and (max-width: 1400px) {
  .itempost {
    margin: 20rem auto;
    padding: 20rem;
    border-radius: 10rem;
    box-shadow: 0px 0px 6rem rgba(0, 0, 0, 0.17);
  }
}
@media screen and (max-width: 768px) {
  .itempost {
    border-radius: 15rem;
    background: #fff;
    box-shadow: 0px 0px 10rem rgba(0, 0, 0, 0.17);
    padding: 35rem;
    margin: 30rem auto;
  }
}
.itempost .itemimg {
  position: relative;
  overflow: hidden;
}
.itempost .itemimg img {
  width: 100%;
  aspect-ratio: 2/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.itempost .itemcontent {
  margin-top: 20px;
}
@media screen and (max-width: 1400px) {
  .itempost .itemcontent {
    margin-top: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .itempost .itemcontent {
    margin-top: 30rem;
  }
}
.itempost .itemtitle {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 20px;
  text-align: left;
  color: #333;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  .itempost .itemtitle {
    font-size: 16rem;
    line-height: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .itempost .itemtitle {
    font-size: 30rem;
    line-height: 42rem;
  }
}
.itempost .iteminfo {
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1400px) {
  .itempost .iteminfo {
    margin-top: 15rem;
    gap: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .itempost .iteminfo {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 10rem;
    margin-top: 20rem;
  }
}
.itempost .itemcategory {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-align: left;
  color: #333;
  padding: 4px 10px;
  border-radius: 15px;
  background: #ccc;
}
@media screen and (max-width: 1400px) {
  .itempost .itemcategory {
    font-size: 14rem;
    padding: 4rem 10rem;
    border-radius: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .itempost .itemcategory {
    font-size: 24rem;
    border-radius: 30rem;
    padding: 5rem 15rem;
  }
}
.itempost .itemdate {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-align: left;
  color: #2e3192;
}
@media screen and (max-width: 1400px) {
  .itempost .itemdate {
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .itempost .itemdate {
    font-size: 28rem;
  }
}

.bg_gray {
  background: #fafafa;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.gridlistbox {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width: 1400px) {
  .gridlistbox {
    gap: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .gridlistbox {
    flex-direction: column;
    align-items: center;
    gap: 25rem;
  }
}
.gridlistbox_left {
  max-width: 530px;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .gridlistbox_left {
    max-width: 530rem;
  }
}
@media screen and (max-width: 768px) {
  .gridlistbox_left {
    max-width: 100%;
  }
}
.gridlistbox_left ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 1400px) {
  .gridlistbox_left ul {
    gap: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .gridlistbox_left ul {
    gap: 25rem;
  }
}
.gridlistbox_item {
  display: block;
  padding: 20px 25px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.17);
}
@media screen and (max-width: 1400px) {
  .gridlistbox_item {
    padding: 20rem 25rem;
    border-radius: 10rem;
    box-shadow: 0px 0px 6rem rgba(0, 0, 0, 0.17);
  }
}
@media screen and (max-width: 768px) {
  .gridlistbox_item {
    border-radius: 15rem;
    background: #fff;
    box-shadow: 0px 0px 10rem rgba(0, 0, 0, 0.17);
    padding: 30rem;
  }
}
.gridlistbox_item .itemimg {
  position: relative;
  overflow: hidden;
}
.gridlistbox_item .itemimg img {
  width: 100%;
  aspect-ratio: 2/1;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1400px) {
  .gridlistbox_item .itemimg img {
    height: 230rem;
  }
}
@media screen and (max-width: 768px) {
  .gridlistbox_item .itemimg img {
    height: 285rem;
  }
}
.gridlistbox_item .itemcontent {
  margin-top: 20px;
}
@media screen and (max-width: 1400px) {
  .gridlistbox_item .itemcontent {
    margin-top: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .gridlistbox_item .itemcontent {
    margin-top: 30rem;
  }
}
.gridlistbox_item .itemtitle {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 23px;
  text-align: left;
  color: #333;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  .gridlistbox_item .itemtitle {
    font-size: 16rem;
    line-height: 23rem;
  }
}
@media screen and (max-width: 768px) {
  .gridlistbox_item .itemtitle {
    font-size: 30rem;
    line-height: 42rem;
  }
}
.gridlistbox_item .iteminfo {
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1400px) {
  .gridlistbox_item .iteminfo {
    margin-top: 15rem;
    gap: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .gridlistbox_item .iteminfo {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 10rem;
    margin-top: 20rem;
  }
}
.gridlistbox_item .itemcategory {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-align: left;
  color: #333;
  padding: 4px 10px;
  border-radius: 15px;
  background: #ccc;
}
@media screen and (max-width: 1400px) {
  .gridlistbox_item .itemcategory {
    font-size: 14rem;
    padding: 4rem 10rem;
    border-radius: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .gridlistbox_item .itemcategory {
    font-size: 24rem;
    border-radius: 30rem;
    padding: 5rem 15rem;
  }
}
.gridlistbox_item .itemdate {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-align: left;
  color: #2e3192;
}
@media screen and (max-width: 1400px) {
  .gridlistbox_item .itemdate {
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .gridlistbox_item .itemdate {
    font-size: 28rem;
  }
}
.gridlistbox_item .itemtxt {
  margin-top: 15px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.14em;
  line-height: 20px;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 1400px) {
  .gridlistbox_item .itemtxt {
    font-size: 14rem;
    margin-top: 15rem;
    line-height: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .gridlistbox_item .itemtxt {
    font-size: 28rem;
    line-height: 36rem;
    margin-top: 20rem;
  }
}
.gridlistbox_right {
  max-width: 650px;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .gridlistbox_right {
    max-width: 650rem;
  }
}
@media screen and (max-width: 768px) {
  .gridlistbox_right {
    max-width: 100%;
  }
}
.gridlistbox_right ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  flex-wrap: wrap;
  grid-gap: 17px;
}
@media screen and (max-width: 1400px) {
  .gridlistbox_right ul {
    grid-gap: 17rem;
  }
}
@media screen and (max-width: 768px) {
  .gridlistbox_right ul {
    grid-gap: 25rem;
  }
}
.gridlistbox_right ul li .gridlistbox_item {
  padding: 15px;
}
@media screen and (max-width: 1400px) {
  .gridlistbox_right ul li .gridlistbox_item {
    padding: 15rem;
  }
}
.gridlistbox_right ul li .gridlistbox_item .itemcontent {
  margin-top: 15px;
}
@media screen and (max-width: 1400px) {
  .gridlistbox_right ul li .gridlistbox_item .itemcontent {
    margin-top: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .gridlistbox_right ul li .gridlistbox_item .itemcontent {
    margin-top: 20rem;
  }
}
.gridlistbox_right ul li .gridlistbox_item .itemimg {
  position: relative;
  overflow: hidden;
}
.gridlistbox_right ul li .gridlistbox_item .itemimg img {
  width: 100%;
  aspect-ratio: 2/1;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1400px) {
  .gridlistbox_right ul li .gridlistbox_item .itemimg img {
    height: 120rem;
  }
}
@media screen and (max-width: 768px) {
  .gridlistbox_right ul li .gridlistbox_item .itemimg img {
    height: 125rem;
  }
}
.gridlistbox_right ul li .gridlistbox_item .itemtitle {
  line-height: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 40px;
}
@media screen and (max-width: 1400px) {
  .gridlistbox_right ul li .gridlistbox_item .itemtitle {
    line-height: 20rem;
    height: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .gridlistbox_right ul li .gridlistbox_item .itemtitle {
    height: 125rem;
    line-height: 42rem;
  }
}

.p-banners {
  position: relative;
  padding: 50px 0px;
}
@media screen and (max-width: 1400px) {
  .p-banners {
    padding: 50rem 0rem;
  }
}
@media screen and (max-width: 768px) {
  .p-banners {
    padding: 100rem 35rem;
    padding-top: 0;
  }
}
.p-banners_box ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 1400px) {
  .p-banners_box ul {
    gap: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .p-banners_box ul {
    gap: 50rem 35rem;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .p-banners_box ul li {
    max-width: 322rem;
    width: 100%;
  }
}

.toppage footer {
  margin-bottom: 0;
}

.footer {
  background: #101040;
  padding: 50px 0px;
  padding-bottom: 0;
}
@media screen and (max-width: 1400px) {
  .footer {
    margin-top: 50rem;
    padding: 50rem 0rem;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 100rem 0rem;
    margin-top: 0;
    margin-bottom: 0rem;
    padding-bottom: 0;
  }
}
.footer .container {
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 1400px) {
  .footer .container {
    max-width: 1000rem;
  }
}
.footer_logo {
  max-width: 200px;
  margin: auto;
  font-weight: bold;
  font-size: 25px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #2e3192;
}
@media screen and (max-width: 1400px) {
  .footer_logo {
    max-width: 200rem;
    font-size: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_logo {
    max-width: 300rem;
    font-size: 50rem;
  }
}
.footer_nav {
  margin-top: 80px;
}
@media screen and (max-width: 1400px) {
  .footer_nav {
    margin-top: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_nav {
    padding: 0 80rem;
    margin-top: 100rem;
  }
}
.footer_nav .navlist {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 768px) {
  .footer_nav .navlist {
    grid-template-columns: 1fr 1fr;
    grid-gap: 80rem 30rem;
  }
}
.footer_nav .navlist li {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.footer_nav .navlist li a {
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-align: left;
  color: #b6b2c7;
  word-wrap: break-word;
}
@media screen and (max-width: 1400px) {
  .footer_nav .navlist li a {
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_nav .navlist li a {
    font-size: 20rem;
  }
}
.footer_nav .navlist li .sublist {
  margin-top: 10px;
}
@media screen and (max-width: 1400px) {
  .footer_nav .navlist li .sublist {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_nav .navlist li .sublist {
    margin-top: 20rem;
  }
}
.footer_nav .navlist li .sublist li a {
  font-weight: normal;
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.08em;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 1400px) {
  .footer_nav .navlist li .sublist li a {
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_nav .navlist li .sublist li a {
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_nav .navlist .subbox {
    margin-top: 80rem;
  }
}
.footer_bottom {
  margin-top: 50px;
  padding: 20px;
  border-top: 1px solid #2E4869;
}
@media screen and (max-width: 1400px) {
  .footer_bottom {
    padding: 20rem;
    margin-top: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_bottom {
    padding: 35rem;
    margin-top: 80rem;
  }
}
.footer_bottom_list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1400px) {
  .footer_bottom_list {
    gap: 20rem;
    margin-bottom: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_bottom_list {
    gap: 30rem;
    margin-bottom: 50rem;
    flex-wrap: wrap;
  }
}
.footer_bottom_list li {
  line-height: 1;
  font-weight: bold;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1400px) {
  .footer_bottom_list li {
    font-size: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_bottom_list li {
    font-size: 20rem;
  }
}
.footer_bottom_list li a {
  font-weight: normal;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1400px) {
  .footer_bottom_list li a {
    font-size: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_bottom_list li a {
    font-size: 20rem;
  }
}
.footer_bottom .copyright {
  font-weight: normal;
  font-size: 10px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1400px) {
  .footer_bottom .copyright {
    font-size: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_bottom .copyright {
    font-size: 20rem;
  }
}

.p-subfv {
  padding: 30px 0px;
  background-color: #e7f2f7;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: inset 0px 3px 20px -10px #000000;
}
@media screen and (max-width: 1400px) {
  .p-subfv {
    padding: 20rem;
    box-shadow: inset 0px 3rem 20rem -10rem #000000;
  }
}
@media screen and (max-width: 768px) {
  .p-subfv {
    padding: 40rem;
    box-shadow: inset 0px 3rem 20rem -10rem #000000;
  }
}
.p-subfv .pagetitle {
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: bolder;
  font-size: 22px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #4d4d4d;
}
@media screen and (max-width: 1400px) {
  .p-subfv .pagetitle {
    gap: 20rem;
    font-size: 22rem;
  }
}
@media screen and (max-width: 768px) {
  .p-subfv .pagetitle {
    gap: 20rem;
    font-size: 26rem;
  }
}
.p-subfv .pagetitle img {
  width: 20px;
  height: auto;
}
@media screen and (max-width: 1400px) {
  .p-subfv .pagetitle img {
    width: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .p-subfv .pagetitle img {
    width: 33rem;
  }
}
.p-subfv .pagetitle .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  border-radius: 12px;
  background: #2e3192;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 1400px) {
  .p-subfv .pagetitle .icon {
    padding: 4rem 12rem;
    border-radius: 12rem;
    font-size: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .p-subfv .pagetitle .icon {
    padding: 6rem 18rem;
    border-radius: 18rem;
    font-size: 20rem;
  }
}

.breadcrumb {
  padding: 10px 20px 10px;
  padding-bottom: 20px;
  background: #f5f5fa;
}
@media screen and (max-width: 1400px) {
  .breadcrumb {
    margin-bottom: 40rem;
    padding: 10rem 20rem;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb-item {
  position: relative;
}
.breadcrumb-item::after {
  content: "/";
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-align: left;
  color: #666;
  margin: auto 5px;
}
@media screen and (max-width: 1400px) {
  .breadcrumb-item::after {
    font-size: 10rem;
    margin: auto 5rem;
  }
}
.breadcrumb-item.current::after {
  content: "";
}
.breadcrumb-item span,
.breadcrumb-item a {
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-align: left;
  color: #666;
}
@media screen and (max-width: 1400px) {
  .breadcrumb-item span,
  .breadcrumb-item a {
    font-size: 10rem;
  }
}

.maincontent {
  background: #f5f5fa;
  padding-bottom: 50px;
}
@media screen and (max-width: 1400px) {
  .maincontent {
    padding-bottom: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .maincontent {
    background-color: #fff;
    padding-bottom: 50rem;
  }
}
.maincontent_box {
  background-color: #fff;
  max-width: 1200px;
  margin: auto;
  border-radius: 0px 0px 15px 15px;
}
@media screen and (max-width: 1400px) {
  .maincontent_box {
    max-width: 1200rem;
    padding-bottom: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .maincontent_box {
    padding-bottom: 50rem;
    max-width: 100%;
  }
}
.maincontent_box .itemsec {
  padding-bottom: 50px;
}
@media screen and (max-width: 1400px) {
  .maincontent_box .itemsec {
    margin-bottom: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .maincontent_box .itemsec {
    margin-bottom: 80rem;
  }
}
.maincontent_box .sectopbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 1400px) {
  .maincontent_box .sectopbox {
    margin-bottom: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .maincontent_box .sectopbox {
    margin-bottom: 30rem;
    padding: 0 70rem;
  }
}
.maincontent_box .sectopbox .p-sectitle {
  margin-bottom: 0;
}
.maincontent .subpage {
  background: #f5f5fa;
  position: relative;
  z-index: 10;
}
.maincontent .subpage.sticky {
  position: fixed;
  width: 100%;
  left: 0;
}
.maincontent .subpage.sticky .subpage_list li a.current {
  height: auto;
  margin-top: auto;
  font-size: 12px;
}
@media screen and (max-width: 1400px) {
  .maincontent .subpage.sticky .subpage_list li a.current {
    font-size: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .maincontent .subpage.sticky .subpage_list li a.current {
    height: 80rem;
    margin-top: 0rem;
    font-size: 22rem;
    width: calc(100% + 3rem);
  }
}
.maincontent .subpage.sticky .subpage_list li a.current span::after {
  bottom: -5px;
}
@media screen and (max-width: 1400px) {
  .maincontent .subpage.sticky .subpage_list li a.current span::after {
    bottom: -5rem;
  }
}
@media screen and (max-width: 768px) {
  .maincontent .subpage .srollbox {
    overflow-x: scroll;
  }
}
.maincontent .subpage_list {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1400px) {
  .maincontent .subpage_list {
    max-width: 1200rem;
  }
}
@media screen and (max-width: 768px) {
  .maincontent .subpage_list {
    display: grid;
    grid-template-columns: repeat(8, auto);
    width: -moz-max-content;
    width: max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
.maincontent .subpage_list li {
  flex: auto;
}
.maincontent .subpage_list li:last-child a::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 28px;
  right: 0;
  background: #999;
}
@media screen and (max-width: 1400px) {
  .maincontent .subpage_list li:last-child a::after {
    width: 2rem;
    height: 28rem;
  }
}
.maincontent .subpage_list li a {
  height: 55px;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #4d4d4d;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .maincontent .subpage_list li a {
    height: 55rem;
    padding: 20rem 0;
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .maincontent .subpage_list li a {
    font-size: 22rem;
    height: 80rem;
    padding: 30rem;
  }
}
@media screen and (min-width: 768px) {
  .maincontent .subpage_list li a:hover {
    opacity: 1;
  }
}
.maincontent .subpage_list li a.current {
  margin-top: -15px;
  height: 75px;
  width: calc(100% + 2px);
  background: linear-gradient(to bottom, #033583 0, #002d74 100%);
  font-size: 14px;
  letter-spacing: 0.16em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1400px) {
  .maincontent .subpage_list li a.current {
    height: 75rem;
    margin-top: -15rem;
    font-size: 14rem;
    width: calc(100% + 2rem);
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .maincontent .subpage_list li a.current {
    height: 105rem;
    margin-top: -20rem;
    font-size: 22rem;
    width: calc(100% + 3rem);
  }
}
.maincontent .subpage_list li a.current span {
  position: relative;
}
.maincontent .subpage_list li a.current span::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 3px;
  background-color: #fff;
}
@media screen and (max-width: 1400px) {
  .maincontent .subpage_list li a.current span::after {
    height: 3rem;
    bottom: -10rem;
  }
}
.maincontent .subpage_list li a.current::before {
  width: 0;
}
.maincontent .subpage_list li a::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 28px;
  left: 0;
  background: #999;
  z-index: -1;
}
@media screen and (max-width: 1400px) {
  .maincontent .subpage_list li a::before {
    width: 2rem;
    height: 28rem;
  }
}

.p-sectitle {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1400px) {
  .p-sectitle {
    gap: 20rem;
    margin-bottom: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .p-sectitle {
    flex-direction: column;
    align-items: flex-start;
    gap: 20rem;
    margin-bottom: 30rem;
  }
}
.p-sectitle h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.08em;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 1400px) {
  .p-sectitle h3 {
    font-size: 20rem;
    gap: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .p-sectitle h3 {
    font-size: 34rem;
    gap: 15rem;
  }
}
.p-sectitle h3 .line {
  width: 15px;
  height: 20px;
  clip-path: polygon(50% 0%, 100% 0%, 50% 100%, 0% 100%);
  background: #2e3192;
}
@media screen and (max-width: 1400px) {
  .p-sectitle h3 .line {
    width: 15rem;
    height: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .p-sectitle h3 .line {
    width: 25rem;
    height: 40rem;
  }
}
.p-sectitle h3 .line02 {
  width: 21px;
  height: 37px;
  clip-path: polygon(70% 0%, 100% 0%, 30% 100%, 0% 100%);
  background: #ccc;
}
@media screen and (max-width: 1400px) {
  .p-sectitle h3 .line02 {
    width: 15rem;
    height: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .p-sectitle h3 .line02 {
    width: 30rem;
    height: 50rem;
  }
}
.p-sectitle_txt {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.14em;
  line-height: 22px;
  text-align: left;
  color: #1a1a1a;
}
@media screen and (max-width: 1400px) {
  .p-sectitle_txt {
    font-size: 14rem;
    line-height: 22rem;
  }
}
@media screen and (max-width: 768px) {
  .p-sectitle_txt {
    font-size: 26rem;
    line-height: 38rem;
  }
}

.p-pccontact {
  position: fixed;
  bottom: 20px;
  right: 30px;
  width: 110px;
  z-index: 10;
  height: auto;
}
@media screen and (max-width: 1400px) {
  .p-pccontact {
    bottom: 20rem;
    right: 30rem;
    width: 110rem;
  }
}
@media screen and (max-width: 768px) {
  .p-pccontact {
    display: none;
  }
}
.p-pccontact_box {
  display: flex;
  flex-direction: column;
}

.p-cvbtn {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-cvbtn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
  }
  .p-cvbtn_box {
    padding: 30rem 40rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20rem;
  }
  .p-cvbtn_box a {
    flex: 1;
    border-radius: 50rem;
    background: #fff;
    border: 2rem solid #333;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20rem;
    padding: 20rem;
    font-weight: bold;
    font-size: 28rem;
    text-align: center;
  }
  .p-cvbtn_box a.p-cvbtn_catalog {
    border-color: #f7931e;
    color: #f7931e;
  }
  .p-cvbtn_box a.p-cvbtn_contact {
    border-color: #22b573;
    color: #22b573;
  }
  .p-cvbtn_box a img {
    max-width: 38rem;
  }
}

.textfield {
  width: 100%;
  height: 106px;
  padding: 7px 12px;
  background-color: var(--c-surface-1, #FFF);
  border: 2px solid var(--c-border-1, rgba(68, 94, 131, 0.16));
  border-radius: var(--border-radius-4, 4px);
  box-sizing: border-box;
  color: var(--c-text-2, rgba(0, 0, 0, 0.72));
  font-size: var(--font-14, 14px);
  line-height: var(--lineheight-14, 22px);
  font-weight: var(--weight-R, 400);
  resize: vertical;
}/*# sourceMappingURL=common.css.map */