@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');
/* CSS Document */
.dot_border {
  display: inline;
  background-image: linear-gradient(to right, #DD0086 2px, transparent 2px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.box_list .box_list_item .item_txt p {
  font-size: clamp(16px, 1.5vw, 18px);
  margin-bottom: clamp(5px, 2vw, 12px);
}
html {}
body {
  font-family: "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #fff;
  color: #222222;
}
body .bg_img_wrap {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.on .bg_img_wrap .bg_img {
  display: none;
}
body .bg_img_wrap2 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.on .bg_img_wrap2 > img {
  display: none;
}
a {
  display: inline-block;
  transition: ease 0.3s;
}
a:hover {
  opacity: 0.5;
}
a p, a, a i {
  color: #000000;
}
.font-quick {
  font-family: "Quicksand", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.font-black {
  font-weight: 900;
}
.pd_wrap {
  padding: 150px 80px 0;
}
.pd_wrap_all {
  padding: 150px 80px 150px;
}
.pd_wrap_side {
  padding-left: 80px;
  padding-right: 80px;
}
.border_raddef {
  border-radius: 20px;
}
.cate_wrap > .cate {
  padding-top: 150px;
}
.default_title {
  font-size: 30px;
}
.default_title2 {
  font-size: 28px;
}
.default_title3 {
  font-size: 22px;
}
.en_title {
  font-family: "Quicksand", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 38px;
  font-weight: 700;
}
.en_title2 {
  font-family: "Quicksand", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 35px;
}
.default_txt {
  font-size: 18px;
}
.default_txt2 {
  font-size: 20px;
}
.default_txt3 {
  font-size: 15px;
}
/* ---------- common ---------- */
.link_wrap {
  gap: 30px 20px;
}
.link_wrap a {
  min-width: 200px;
  padding: 8px 10px;
  border: 1px solid #DC0185;
  border-radius: 200px;
}
.box_list {}
.box_list .box_list_item {
  border-radius: 10px;
  overflow: hidden;
}
.box_list .box_list_item:not(:last-of-type) {
  margin-bottom: 50px;
}
.box_list .box_list_item .title1 {
  padding: 10px;
  color: #fff;
  font-weight: 700;
}
.box_list .box_list_item .title2 {
  font-weight: 700;
  margin-bottom: 5px;
}
.box_list .box_list_item .item_txt {
  padding: 3%;
  line-height: 2;
}
.box_list .box_list_item .item_txt p {
  line-height: 2;
}
.box_list .box_list_item .item_txt .item_box:not(:last-of-type) {
  margin-bottom: 20px;
}
.box_list .box_list_item .item_list {}
.box_list .box_list_item .item_list .item_list_item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  padding: 5px 0;
  border-bottom: 1px solid #D5D5D5;
}
.box_list .box_list_item .item_list .item_list_item:first-of-type {
  border-bottom-width: 2px;
  padding: 0;
}
.box_list .box_list_item .item_list .item_list_item p {
  padding: 5px;
}
.box_list .box_list_item .item_list .item_list_item .item_list_item1 {
  width: 30%;
}
.box_list .box_list_item .item_list .item_list_item .item_list_item2 {
  width: 30%;
}
.box_list .box_list_item .item_list .item_list_item .item_list_item3 {
  width: 40%;
}
.box_list .box_list_item .item_list.item_list2 .item_list_item .item_list_item1 {
  width: 50%;
}
.box_list .box_list_item .item_list.item_list2 .item_list_item .item_list_item2 {
  width: 50%;
}
.box_list .box_list_item .item_list.item_list3 .item_list_item .item_list_item1 {
  width: 35%;
}
.box_list .box_list_item .item_list.item_list3 .item_list_item .item_list_item2 {
  width: 21.6666667%;
}
.box_list .box_list_item .item_list.item_list3 .item_list_item .item_list_item3 {
  width: 21.6666667%;
}
.box_list .box_list_item .item_list.item_list3 .item_list_item .item_list_item4 {
  width: 21.6666667%;
}
.box_list .box_list_item .dot_icon_txt {
  position: relative;
  padding-left: 15px;
}
.box_list .box_list_item .dot_icon_txt::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.box_list .box_list_item .item_list .item_list_item:first-of-type p {
  font-weight: 700;
  font-size: 18px;
}
.box_list.box_list1 .box_list_item .title1, .box_list.box_list1 .box_list_item .dot_icon_txt::after {
  background-color: #DD0086;
}
.box_list.box_list1 .box_list_item .title2 {
  color: #DD0086;
}
.box_list.box_list1 .box_list_item .item_txt {
  background-color: #FFF3FA;
}
.box_list.box_list1 .box_list_item .item_list .item_list_item:first-of-type {
  border-color: #DD0086;
}
.box_list.box_list1 .box_list_item .item_list .item_list_item:first-of-type p {
  color: #DD0086;
}
.box_list.box_list2 .box_list_item .title1, .box_list.box_list2 .box_list_item .dot_icon_txt::after {
  background-color: #085CB1;
}
.box_list.box_list2 .box_list_item .title2 {
  color: #085CB1;
}
.box_list.box_list2 .box_list_item .item_txt {
  background-color: #E9F0F8;
}
.box_list.box_list2 .box_list_item .item_list .item_list_item:first-of-type {
  border-color: #085CB1;
}
.box_list.box_list2 .box_list_item .item_list .item_list_item:first-of-type p {
  color: #085CB1;
}
.title_item1 {
  gap: 5px;
  letter-spacing: 0.2rem;
}
.title_item1 img {
  width: 40px;
}
.title_item1 p {
  color: #525252;
}
.pagetitle {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  flex-direction: row-reverse;
}
body.on .pagetitle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("https://march-group.jp/system_panel/uploads/images/pagetitle_item1.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 95%;
  height: 95%;
  z-index: 1;
  opacity: 0;
  animation-name: blurin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-delay: 0.6s;
}
.pagetitle > div {
  position: relative;
  z-index: 3;
}
.pagetitle .txtbox {
  width: 40%;
  padding-right: 5%;
}
body.on .pagetitle .txtbox {
  opacity: 0;
  transform: translateY(50px);
  -ms-filter: blur(6px);
  filter: blur(6px);
  animation-delay: 0.8s;
  animation-name: blurin2;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.pagetitle .txtbox h1 {
  font-size: clamp(22px, 3.6vw, 36px);
  display: inline-block;
  background-color: #fff;
  padding: 8px 30px;
  border-radius: 30px;
  letter-spacing: 0.2rem;
  font-weight: 700;
  margin-bottom: 30px;
}
.pagetitle .imgbox {
  width: 60%;
}
.pagetitle .imgbox > img {
  border-radius: 400px;
  overflow: hidden;
}
.pagetitle .imgbox .badge_box {}
.pagetitle .imgbox .badge_box {
  aspect-ratio: 1 / 1;
  width: 150px;
  border-radius: 50%;
  z-index: 2;
}
.pagetitle .imgbox .badge_box img {
  width: 50px;
  margin-bottom: 10px;
}
.pagetitle .imgbox .badge_box {
  position: absolute;
  top: 0;
  left: 0;
}
.pagetitle .imgbox .badge_box p {
  line-height: 1;
}
.more > a, .more > div {
  gap: 20px;
  border-radius: 200px;
  padding: 10px 30px;
  background-color: #DD0086;
}
.more.more2 a, .more > div {
  background-color: transparent;
  border: 2px solid #fff;
}
.more a > div, .more > div > div {
  gap: 20px;
}
.more a > div p, .more > div > div p {
  color: #fff;
  font-size: 18px;
  padding-left: 20px;
}
.more a > div i, .more > div > div i {
  color: #fff;
  transition: ease 0.3s;
}
.more a:hover > div i, a:hover .more > div > div i, .more > div:hover > div i {
  transform: translateX(2px);
}
.arrow_icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 30px;
  aspect-ratio: 1 / 1;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: ease 0.3s;
}
.arrow_icon i {
  font-size: 14px;
  color: #fff;
}
a:hover .arrow_icon {
  transform: translateX(2px);
}
.arrow_icon.arrow_icon2 {
  background-color: #DD0086;
  border-color: #DD0086;
}
/* ---------- cms ---------- */
.news_list .webgene-blog .webgene-item {
  padding: 20px 0;
  border-bottom: 1px solid #EBEBEB;
}
.news_list .webgene-blog .webgene-item .imgbox {
  width: 110px;
}
.news_list .webgene-blog .webgene-item .txtbox {
  width: calc(100% - 110px);
  padding-left: 30px;
  text-align: left;
}
.news_list .webgene-blog .webgene-item .cate_txt, .news_detail .webgene-blog .webgene-item .cate_txt {
  color: #DC0185;
  border: 1px solid #DC0185;
  border-radius: 200px;
  padding: 3px 20px;
}
.news_list .webgene-blog .webgene-item .date, .news_detail .webgene-blog .webgene-item .date {
  color: #707070;
  font-weight: 500;
}
/* ---------- header ---------- */
.header {
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 30px 20px;
  z-index: 999;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(83, 83, 83, 0.1);
}
.header.scon::before, .header.scon::after {
  opacity: 1;
}
.header > div {
  position: relative;
  z-index: 3;
}
.header .logo {
  width: 30%;
  max-width: 180px;
}
.headnav {
  gap: 30px;
}
.header .head_menu .top_menu {
  gap: 25px;
}
.header .head_menu .top_menu .dotted_line {
  width: 2px;
}
.header .head_menu .top_menu .flex {
  gap: 6px;
}
.header .head_menu .top_menu img {
  width: 26px;
}
.header .head_menu .bottom_menu {
  gap: 30px;
}
.header .head_menu .top_menu p {}
.header .head_menu .bottom_menu p {
  font-weight: 600;
}
.header .menu-bt {
  display: block;
  position: relative;
  width: 70px;
  aspect-ratio: 1 / 1;
  background-color: #DD0086;
  border-radius: 50%;
  cursor: pointer;
}
.header .menu-bt .line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 20px;
}
.header .menu-bt .line > div {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  left: 0;
  transition: ease 0.3s;
}
.header .menu-bt .line > div:nth-of-type(1) {
  top: 0;
}
.header .menu-bt .line > div:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.header .menu-bt .line > div:nth-of-type(3) {
  bottom: 0;
}
.header .menu-bt.active .line > div:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.header .menu-bt.active .line > div:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%) translateX(50%);
  opacity: 0;
}
.header .menu-bt.active .line > div:nth-of-type(3) {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}
.menu-wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
  background-color: rgba(255, 255, 255, 0.90);
}
.menu-wrap > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 20px 50px;
  box-sizing: border-box;
  background-image: url("https://march-group.jp/system_panel/uploads/images/fv_item.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.menu-wrap > div {
  overflow: auto;
}
.menu-wrap > div .ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 40px;
  padding: 50px;
}
.menu-wrap > div .ul .li {
  text-align: center;
}
.menu-wrap > div .ul .li a {
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 20px;
  border-radius: 200px;
  padding: 10px 20px;
  background-color: #DD0086;
}
.menu-wrap > div .ul .li a p {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding-left: 20px;
}
/* ---------- footer ---------- */
.footer_contact2 {
  display: none;
  position: relative;
  background-color: #52B6D7;
}
.footer_contact2::after {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  width: 15%;
  height: 100%;
  background: #52B6D7;
  background: linear-gradient(270deg, rgba(82, 182, 215, 1) 0%, rgba(82, 182, 215, 0) 100%);
}
.footer_contact2 .imgbox {
  width: 50%;
}
.footer_contact2 h2, .footer_contact2 p {
  color: #fff;
}
.footer_contact2 .txtbox {
  width: 50%;
  margin-left: auto;
  margin-right: 0;
}
.footer_contact1 {
  display: none;
  background-color: #6fbfd9;
}
.footer_contact1 h2, .footer_contact1 p {
  color: #fff;
}
.footer_contact1 .txtbox {
  width: 50%;
  margin-left: auto;
  margin-right: 0;
}
.footer p {
  color: #fff;
}
.footer .contents {
  justify-content: space-around;
  align-items: flex-start;
}
.footer .leftbox {
  max-width: 300px;
}
.footer .leftbox .logo img {
  width: 150px;
}
.footer .footer_menu {
  width: 50%;
  max-width: calc(100% - 300px - 240px);
  align-items: flex-start;
  gap: 10%;
}
.footer .footer_menu .ul > p {
  font-weight: 700;
  margin-bottom: 20px;
}
.footer .footer_menu .ul .li:not(:last-of-type) {
  margin-bottom: 15px;
}
.footer .rightbox {
  max-width: 240px;
  justify-content: flex-start;
  gap: 20px;
}
.footer .rightbox a {
  padding: 10px 30px;
  border-radius: 200px;
  background-color: #fff;
  width: 220px;
  justify-content: flex-start;
  gap: 10px;
}
.footer .rightbox a img {
  width: 18px;
}
.footer .rightbox a p {
  color: #DD0086;
  font-size: 15px;
  font-weight: 700;
}
/* ANIME */
.sc-anime.topin.on {
  opacity: 0;
  transform: translateY(-50px);
}
.sc-anime.topin.on.active {
  animation-name: topin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.bottomin.on {
  opacity: 0;
  transform: translateY(50px);
}
.sc-anime.bottomin.on.active {
  animation-name: bottomin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.leftin.on {
  opacity: 0;
  transform: translateX(-50px);
}
.sc-anime.leftin.on.active {
  animation-name: leftin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.rightin.on {
  opacity: 0;
  transform: translateX(50px);
}
.sc-anime.rightin.on.active {
  animation-name: rightin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.fadein.on {
  opacity: 0;
}
.sc-anime.fadein.on.active {
  animation-name: fadein;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.blurin.on {
  opacity: 0;
  -ms-filter: blur(6px);
  filter: blur(6px);
}
.sc-anime.blurin.on.active {
  animation-name: blurin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.blurin2.on {
  opacity: 0;
  transform: translateY(50px);
  -ms-filter: blur(6px);
  filter: blur(6px);
}
.sc-anime.blurin2.on.active {
  animation-name: blurin2;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
@keyframes topin {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes bottomin {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes leftin {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes rightin {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes upin {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blurin {
  0% {
    opacity: 0;
    -ms-filter: blur(6px);
    filter: blur(6px);
  }
  100% {
    opacity: 1;
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes blurin2 {
  0% {
    opacity: 0;
    transform: translateY(50px);
    -ms-filter: blur(6px);
    filter: blur(6px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
}
/* color */
.txt-color-normal {
  color: #222222;
}
.txt-white {
  color: #ffffff;
}
.txt-red {
  color: red;
}
.txt-color1 {
  color: #DD0086
}
.txt-color2 {
  color: #F59C00
}
.txt-color3 {
  color: #FFEBF7
}
.txt-color4 {
  color: #085CB1
}
.bg-white {
  background-color: #ffffff;
}
.bg-black {
  background-color: black
}
.bg-color1 {
  background-color: #DD0086
}
.bg-color2 {
  background-color: #F59C00
}
.bg-color3 {
  background-color: #FFEBF7
}
.bg-color4 {
  background-color: #085CB1
}
.border-color1 {
  border-color: #DD0086
}
.border-color2 {
  border-color: #F59C00
}
.border-color3 {
  border-color: #FFEBF7
}
.border-color4 {
  border-color: #085CB1
}
.hvr-txt-color-normal:hover {
  color: #222222;
}
.hvr-txt-white:hover {
  color: #ffffff;
}
.hvr-txt-red:hover {
  color: red;
}
.hvr-txt-color1:hover {
  color: #DD0086
}
.hvr-txt-color2:hover {
  color: #F59C00
}
.hvr-txt-color3:hover {
  color: #FFEBF7
}
.hvr-txt-color4:hover {
  color: #085CB1
}
.hvr-bg-white:hover {
  background-color: #ffffff;
}
.hvr-bg-black:hover {
  background-color: black
}
.hvr-bg-color1:hover {
  background-color: #DD0086
}
.hvr-bg-color2:hover {
  background-color: #F59C00
}
.hvr-bg-color3:hover {
  background-color: #FFEBF7
}
.hvr-bg-color4:hover {
  background-color: #085CB1
}
.hvr-border-color1:hover {
  border-color: #DD0086
}
.hvr-border-color2:hover {
  border-color: #F59C00
}
.hvr-border-color3:hover {
  border-color: #FFEBF7
}
.hvr-border-color4:hover {
  border-color: #085CB1
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px) {
  .pd_wrap {
    padding: 150px 60px 0;
  }
  .pd_wrap_all {
    padding: 150px 60px 150px;
  }
  .pd_wrap_side {
    padding-left: 60px;
    padding-right: 60px;
  }
  .default_title {
    font-size: 28px;
  }
  .default_title2 {
    font-size: 26px;
  }
  .default_title3 {
    font-size: 22px;
  }
  .en_title {
    font-size: 40px;
  }
  .en_title2 {
    font-size: 32px;
  }
  .default_txt {
    font-size: 16px;
  }
  .default_txt2 {
    font-size: 20px;
  }
  .default_txt3 {
    font-size: 14px;
  }
  .br_hide-lt br {
    display: none;
  }
  /* ---------- common ---------- */
  .more a > div p {
    font-size: 16px;
  }
  /* ---------- cms ---------- */
  /* ---------- header ---------- */
  .header {
    padding: 20px;
  }
  .header .headnav {
    gap: 20px;
  }
  .header .head_menu .bottom_menu {
    gap: 14px;
  }
  .header .head_menu .bottom_menu p {
    font-size: 15px;
  }
  .header .menu-bt {
    width: 62px;
  }
  /* ---------- footer ---------- */
  .footer .contents {
    padding: 80px 20px;
  }
  .footer .leftbox p, .footer .footer_menu .ul .li p {
    font-size: 15px;
  }
  .footer .footer_menu {
    width: calc(100% - 200px - 240px);
    gap: 30px;
  }
  .footer .rightbox a {
    width: 200px;
  }
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px) {
  .default_title {
    font-size: 26px;
  }
  .default_title2 {
    font-size: 24px;
  }
  .default_title3 {
    font-size: 20px;
  }
  .en_title {
    font-size: 32px;
  }
  .en_title2 {
    font-size: 30px;
  }
  .default_txt {
    font-size: 16px;
  }
  .default_txt2 {
    font-size: 18px;
  }
  .br_hide-lt2 br {
    display: none;
  }
  /* ---------- common ---------- */
  .box_list .box_list_item .item_list.item_list3 .item_list_item .item_list_item1 {
    width: 30%;
  }
  .box_list .box_list_item .item_list.item_list3 .item_list_item .item_list_item2 {
    width: 23.3333333%;
  }
  .box_list .box_list_item .item_list.item_list3 .item_list_item .item_list_item3 {
    width: 23.3333333%;
  }
  .box_list .box_list_item .item_list.item_list3 .item_list_item .item_list_item4 {
    width: 23.3333333%;
  }
  /* ---------- cms ---------- */
  /* ---------- header ---------- */
  .header {
    padding: 10px 20px;
  }
  .header .logo {
    max-width: 140px;
  }
  .header .logo a {
    display: block;
  }
  .header .head_menu {
    display: none;
  }
  /* ---------- footer ---------- */
  .footer .contents {
    padding: 80px 20px;
  }
  .footer .leftbox p, .footer .footer_menu .ul .li p {
    font-size: 15px;
  }
  .footer .footer_menu {
    display: none;
  }
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px) {
  .pd_wrap {
    padding: 100px 50px 0;
  }
  .pd_wrap_all {
    padding: 100px 50px 100px;
  }
  .pd_wrap_side {
    padding-left: 50px;
    padding-right: 50px;
  }
  .cate_wrap > .cate {
    padding-top: 100px;
  }
  .br_hide-tb br {
    display: none;
  }
  /* ---------- common ---------- */
  .box_list .box_list_item .item_list .item_list_item {
    border-top: 2px solid;
    border-bottom-width: 2px;
  }
  .box_list .box_list_item .item_list .item_list_item .item_list_item1 {
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
  }
  .box_list .box_list_item .item_list .item_list_item .item_list_item2 {
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
  }
  .box_list .box_list_item .item_list .item_list_item .item_list_item3 {
    width: 100%;
  }
  .box_list .box_list_item .item_list .item_list_item {
    margin-bottom: 15px;
  }
  .box_list.box_list1 .box_list_item .item_list .item_list_item, .box_list.box_list1 .box_list_item .item_list .item_list_item {
    border-color: #DD0086;
  }
  .box_list.box_list2 .box_list_item .item_list .item_list_item {
    border-color: #085CB1;
  }
  .box_list .box_list_item .item_list.item_list3 .item_list_item .item_list_item1 {
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
  }
  .box_list .box_list_item .item_list.item_list3 .item_list_item .item_list_item2 {
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
  }
  .box_list .box_list_item .item_list.item_list3 .item_list_item .item_list_item3 {
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
  }
  .box_list .box_list_item .item_list.item_list3 .item_list_item .item_list_item4 {
    width: 100%;
    border-bottom: none;
  }
  .pagetitle .imgbox {
    width: 70%;
    margin-bottom: 30px;
  }
  .pagetitle .txtbox {
    width: 80%;
    padding-right: 0;
    text-align: center;
  }
  .pagetitle .txtbox p {
    text-align: left;
  }
  .pagetitle .imgbox .badge_box {
    width: 130px;
  }
  .pagetitle .imgbox .badge_box img {
    width: 40px;
    margin-bottom: 10px;
  }
  /* ---------- cms ---------- */
  /* ---------- header ---------- */
  /* ---------- footer ---------- */
  .footer_contact2::after {
    right: 55%;
    width: 20%;
  }
  .footer_contact2 .imgbox {
    width: 45%;
  }
  .footer_contact2 .txtbox {
    width: 55%;
  }
  .footer_contact1 .txtbox {
    width: 55%;
  }
}
/* ---------- スマートフォン ---------- */
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px) {
  .pd_wrap {
    padding: 80px 20px 0;
  }
  .pd_wrap_all {
    padding: 80px 20px 80px;
  }
  .pd_wrap_side {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cate_wrap > .cate {
    padding-top: 80px;
  }
  .default_title {
    font-size: 22px;
  }
  .default_title2 {
    font-size: 20px;
  }
  .default_title3 {
    font-size: 18px;
  }
  .en_title {
    font-size: 30px;
  }
  .en_title2 {
    font-size: 26px;
  }
  .default_txt {
    font-size: 14px;
  }
  .default_txt2 {
    font-size: 16px;
  }
  .default_txt3 {
    font-size: 12px;
  }
  .br_hide-sp br {
    display: none;
  }
  /* ---------- common ---------- */
  .link_wrap {
    gap: 20px 15px;
  }
  .link_wrap a {
    min-width: 160px;
    padding: 8px 10px;
    border: 1px solid #DC0185;
    border-radius: 200px;
  }
  .box_list .box_list_item .item_list .item_list_item, .box_list .box_list_item .item_list.item_list2 .item_list_item {
    border-top: 2px solid;
    border-bottom-width: 2px;
  }
  .box_list .box_list_item .item_list .item_list_item .item_list_item1, .box_list .box_list_item .item_list.item_list2 .item_list_item .item_list_item1 {
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
  }
  .box_list .box_list_item .item_list .item_list_item .item_list_item2 {
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
  }
  .box_list .box_list_item .item_list .item_list_item .item_list_item3, .box_list .box_list_item .item_list.item_list2 .item_list_item {
    width: 100%;
  }
  .box_list .box_list_item .item_list.item_list2 .item_list_item .item_list_item2 {
    border-bottom: none;
  }
  .box_list.box_list1 .box_list_item .item_list .item_list_item:first-of-type p {
    font-size: 16px;
  }
  .box_list .box_list_item:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .box_list .box_list_item .title1 {
    padding: 6px;
  }
  .box_list .box_list_item .item_txt {
    padding: 15px;
  }

  .box_list .box_list_item .item_txt .item_box:not(:last-of-type) {
    margin-bottom: 15px;
  }
  .box_list .box_list_item .item_list.item_list2 .item_list_item {
    border-color: #085CB1;
  }
  .pagetitle {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pagetitle .imgbox {
    width: 90%;
    margin-bottom: 20px;
  }
  .pagetitle .txtbox {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
  .pagetitle .txtbox h1 {
    padding: 6px 20px;
    margin-bottom: 15px;
  }
  .pagetitle .imgbox .badge_box {
    width: 90px;
    transform: translate(-25%, -25%);
  }
  .pagetitle .imgbox .badge_box img {
    width: 30px;
    margin-bottom: 10px;
  }
  .pagetitle .imgbox .badge_box p {
    font-size: 12px;
  }
  .arrow_icon {
    width: 26px;
    border: 1px solid #fff;
  }
  .arrow_icon i {
    font-size: 12px;
    color: #fff;
  }
  .more a, .more > div {
    gap: 10px;
    padding: 8px 20px;
  }
  .more a > div, .more > div > div {
    gap: 10px;
  }
  .more a > div p, .more > div > div p {
    font-size: 14px;
    padding-left: 10px;
  }
  .more a > div i, .more > div > div i {
    font-size: 14px;
  }
  /* ---------- cms ---------- */
  .news_list .webgene-blog .webgene-item .imgbox {
    width: 85px;
  }
  .news_list .webgene-blog .webgene-item .txtbox {
    width: calc(100% - 85px);
    padding-left: 15px;
    text-align: left;
  }
  .news_list .webgene-blog .webgene-item .cate_txt, .news_detail .webgene-blog .webgene-item .cate_txt {
    padding: 3px 12px;
  }
  /* ---------- header ---------- */
  .header {
    padding: 10px 20px;
  }
  .header .logo {
    max-width: 140px;
  }
  .header .menu-bt {
    width: 50px;
  }
  .header .menu-bt .line {
    width: 20px;
    height: 16px;
  }
  .menu-wrap > div {
    padding: 100px 20px 60px;
  }
  .menu-wrap > div .ul {
    padding: 0;
    gap: 40px 20px;
  }
  .menu-wrap > div .ul .li a {
    padding: 6px 10px;
    gap: 10px;
  }
  .menu-wrap > div .ul .li a p {
    font-size: 12px;
    padding-left: 10px;
  }
  /* ---------- footer ---------- */
  .footer_contact2::after {
    display: none;
  }
  .footer_contact2 .imgbox {
    width: 100%;
    background-image: none !important;
    padding: 0;
  }
  .footer_contact2 .imgbox img {
    width: 100%;
    display: block !important;
  }
  .footer_contact2 .txtbox {
    width: 100%;
    padding: 50px 20px;
  }
  .footer_contact1 {
    background-image: none !important;
    padding: 0;
  }
  .footer_contact1 img {
    width: 100%;
    display: block !important;
  }
  .footer_contact1 .txtbox {
    width: 100%;
    padding: 50px 20px;
  }
  .footer .contents {
    padding: 50px 20px;
  }
  .footer .leftbox p, .footer .footer_menu .ul .li p {
    font-size: 15px;
  }
  .footer .leftbox {
    margin-bottom: 30px;
  }
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px) {}