@charset "UTF-8";
body {
  color: #111111;
  background-color: #ffffff;
  font-size: 16px;
  line-height: 1.75;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  word-wrap: break-word;
}

pre {
  font-family: Consolas, "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

main {
  display: block;
}

a:link, a:visited {
  color: #005043;
  transition: all 0.1s ease-in-out 0.1s;
}

a:hover {
  text-decoration: none;
  opacity: 0.7;
}

body.bg-body-ver2 {
  background: none !important;
}

*, *:before, *:after {
  box-sizing: border-box;
}

/* ------------------------------------------
								 common
------------------------------------------ */
.main-wrap {
  width: 1188px;
  padding: 16px 0 60px;
  margin: 0 auto;
  background-color: #ffffff;
}

.header-wrap {
  width: 100%;
  display: block;
  padding: 0 48px;
  position: relative;
}
.header-wrap > * {
  transition: all 0.1s ease-in-out 0.1s;
}

.inner-wrap {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

.footer__inner-wrap {
  width: 1080px;
  margin: 0 auto;
}

.bg_dot {
  background-color: #fff;
  background-image: radial-gradient(#005043 8%, transparent 8%), radial-gradient(#005043 8%, transparent 8%);
  background-size: 16px 16px;
  background-position: 0 0, 8px 8px;
  height: 500px;
  width: 100%;
  display: block;
  position: fixed;
  z-index: -1;
  top: 0;
  opacity: 0.15;
}

.accent {
  color: #005043;
}

.twitter a i {
  color: #55acee;
}

.facebook a i {
  color: #1877f2;
}

.hatebu a i {
  font-size: 28px;
  font-family: HiraginoSans-W8, "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  color: #008fde;
  letter-spacing: -1px;
  font-style: normal;
}

.line a i {
  color: #00b900;
}

.swiper-slide a img {
    width: 480px;
}

@media (max-width: 1080px) {
  .br-sp {
    display: none;
  }
}
@media (max-width: 1080px) {
  body {
    font-size: 15px !important;
    padding-bottom: 60px;
  }

  .inner-wrap {
    width: 88.8%;
    height: auto;
    padding: 0;
  }

  .br-tab {
    display: block;
  }
}
/* ------------------------------------------
								 slide
------------------------------------------ */
.potal_slide {
  margin: 0 auto 80px;
}

.swiper {
  width: 100% !important;
  overflow: visible;
  z-index: 1;
}

.swiper-slide {
  width: 480px !important;
}

/* ------------------------------------------
								 index
------------------------------------------ */
.potal_titleLogo {
  width: 467px;
  height: 71.3px;
  display: block;
  margin: 0 auto;
  background: url("https://movabletype.net/.assets/logo.svg");
  background-size: 448px auto;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.potal_title {
  font-size: 40px;
  line-height: 40px;
  transform: scale(0.85, 1);
  letter-spacing: 2px;
  margin: 8px 0 40px;
  color: #111111;
}

.potal_sidemenu {
  width: 68px;
  height: 304px;
  display: block;
  position: fixed;
  left: 0;
  top: 54px;
  z-index: 999;
}

.potal_sidemenu_license a, .potal_sidemenu_consul a {
  width: 68px;
  height: auto;
  display: flex;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 4px;
  align-items: center;
  line-height: 1.5;
  position: relative;
  box-shadow: 0 7px 10px -2px rgba(0, 0, 0, 0.25);
}

.potal_sidemenu_license a {
  background-color: #005043;
  padding: 30px 0 45px;
}
.potal_sidemenu_license a:hover {
  color: #58aa9d;
  text-decoration: none;
  opacity: 1;
}
.potal_sidemenu_license a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 68px 0 0;
  border-color: transparent #111111 transparent transparent;
  position: absolute;
  bottom: 0;
}

.potal_sidemenu_consul a {
  padding: 15px 0 30px;
  background-color: #111111;
}
.potal_sidemenu_consul a:hover {
  color: #666666;
  text-decoration: none;
  opacity: 1;
}

.potal_sidemenu_search {
  position: relative;
}

.potal_sidemenu_search-sp, .searchmodal_content {
  display: none;
}

.potal_sidemenu_search {
  width: 60px;
  height: 60px;
  overflow: hidden;
  background-color: #ffffff;
  display: block;
  border-radius: 30px;
  box-shadow: 0 7px 10px -2px rgba(0, 0, 0, 0.25);
  margin: 16px 4px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-out 0.3s;
}
.potal_sidemenu_search p {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 60px;
  height: 60px;
z-index: 50;
}
.potal_sidemenu_search i {
  position: absolute;
  display: block;
  width: 46px;
  height: 46px;
  top: 16px;
  left: 16px;
  font-size: 1.75rem;
  color: #a0a0a0;
z-index: 49;
}
.potal_sidemenu_search:hover {
  opacity: 1;
}

.potal_sidemenu_searchText {
  width: 560px;
  height: 60px;
  display: flex;
  position: absolute;
  top: 0px;
  text-align: center;
  justify-content: space-around;
  align-items: center;
}

.potal_sidemenu_search.open {
  width: 560px;
  position: relative;
}

.potal_header {
  width: 100%;
  text-align: center;
}
.potal_header .inner-wrap {
  margin: 40px auto 60px;
}

.potal_header_navi {
  width: 940px;
  margin: 0 auto;
  color: #005043;
  padding-bottom: 12px;
  border-bottom: 1px solid #005043;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  letter-spacing: 1px;
  font-weight: bold;
}
.potal_header_navi li {
  transform: scale(0.95, 1);
  position: relative;
}
.potal_header_navi li:before {
  content: "#";
  font-style: italic;
  margin-right: 4px;
}
.potal_header_navi li:after {
  content: "";
  width: 1px;
  height: 20px;
  display: block;
  transform: rotate(30deg);
  display: inline-block;
  background-color: #005043;
  top: 4px;
  margin: 0 4px 0 16px;
  position: relative;
}
.potal_header_navi li:nth-child(2):after, .potal_header_navi li:last-child:after {
  display: none;
}
.potal_header_navi li:nth-child(3) {
  width: 100%;
}
.potal_header_navi li:nth-child(3):after, .potal_header_navi li:nth-child(3):before {
  display: none;
}

.potal_contents {
  background-color: #f5f5f5;
  padding: 80px 0;
}

.potal_contents_header {
  padding-bottom: 1rem;
  margin-bottom: 40px;
  border-bottom: 1px solid #111111;
}

.potal_contents_titleWrap {
  display: flex;
  align-items: flex-end;
  padding-bottom: 8px;
}

.potal_contents_title {
  font-size: 60px;
  line-height: 60px;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 7.2px;
  color: #005043;
  position: relative;
}
.potal_contents_title span {
  color: #111111;
}
.potal_contents_title:after {
  content: "";
  width: 1px;
  height: 36px;
  display: inline-block;
  background-color: #111111;
  transform: rotate(30deg);
  margin: 0 0 0 12px;
}

.potal_contents_titleSholder {
  font-size: 1.75rem;
  transform: scale(0.85, 1);
  font-family: HiraginoSans-W1, "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: lighter;
  letter-spacing: 1px;
}

.potal_contents_list {
  display: flex;
  flex-flow: wrap;
}
.potal_contents_list li {
  width: 340px;
  height: 195px;
  display: block;
  margin-right: 40px;
  margin-bottom: 60px;
  position: relative;
}
.potal_contents_list li:nth-child(3n) {
  margin-right: 0;
}
.potal_contents_list li:last-child {
  margin-bottom: 0;
}
.potal_contents_list li div {
  width: 100%;
  height: 100%;
  margin: 0;
  background-color: #ffffff;
  display: block;
  left: 0px;
  top: 0px;
  position: relative;
  transition: all 0.2s ease-in-out 0.2s;
}
.potal_contents_list li a:hover div {
  box-shadow: 0 14px 20px -4px rgba(0, 0, 0, 0.25);
  transform: translateY(-2px);
}
.potal_contents_list .potal_contents_listTitle {
  width: 100%;
  height: 80px;
  border-left: 4px solid #005043;
  position: relative;
  top: 0;
  letter-spacing: 1.5px;
  font-size: 1.125rem;
  line-height: 1.5;
  padding: 14px 20px;
  font-family: HiraginoSans-W8, "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  color: #005043;
}
.potal_contents_list .potal_contents_listText {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 1.5;
  padding: 20px;
  color: #111111;
}

.potal_recommend {
  padding: 80px 0;
  background-image: url("../img/mtnet_hishibg.gif");
}
.potal_recommend a:link, .potal_recommend a:visited {
  color: #111111;
}
.potal_recommend a:hover {
  color: #005043;
}

.potal_recommend_header {
  padding-bottom: 1rem;
  margin-bottom: 40px;
  border-bottom: 1px solid #111111;
}

.potal_recommend_titleWrap {
  display: flex;
  align-items: flex-end;
  padding-bottom: 8px;
}

.potal_recommend_title {
  font-size: 60px;
  line-height: 60px;
  font-weight: bold;
  color: #005043;
  position: relative;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 7.2px;
}
.potal_recommend_title span {
  color: #111111;
}
.potal_recommend_title:after {
  content: "";
  width: 1px;
  height: 36px;
  display: inline-block;
  background-color: #111111;
  transform: rotate(30deg);
  margin: 0 0 0 12px;
}

.potal_recommend_titleSholder {
  font-size: 1.75rem;
  transform: scale(0.85, 1);
  font-family: HiraginoSans-W1, "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: lighter;
  letter-spacing: 1px;
}

.potal_recommend_listWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.potal_recommend_list {
  width: calc(50% - 30px);
  display: block;
  margin-bottom: 60px;
}

.potal_recommend_listTitle {
  font-family: HiraginoSans-W8, "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 4.8px;
  color: #005043;
  position: relative;
  margin-bottom: 24px;
}
.potal_recommend_listTitle:before, .potal_recommend_listTitle:after {
  content: "";
  width: 4px;
  height: 26px;
  display: inline-block;
  background-color: #005043;
  position: relative;
  top: 4px;
  margin-right: 1rem;
}
.potal_recommend_listTitle:after {
  margin-left: 1rem;
  margin-right: 0;
}

.potal_recommend_sublist li {
  line-height: 1.5;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: flex-start;
}
.potal_recommend_sublist li:last-child {
  margin-bottom: 0;
}
.potal_recommend_sublist li:before {
  content: "・";
  color: #005043;
  width: 20px;
  margin-right: 4px;
}

@media (max-width: 1080px) {
  .inner-wrap {
    max-width: 100%;
  }

  .potal_contents, .potal_recommend {
    padding: 60px 0 80px;
  }

  .potal_header .inner-wrap {
    width: auto;
    padding: 0 20px;
    margin: 30px 0;
  }

  .potal_titleLogo {
    width: 100%;
    min-height: 40px;
    display: block;
    background-size: contain;
  }

  .potal_title {
    font-size: 30px;
    line-height: 30px;
    margin: 5px 0 30px;
  }

  .potal_sidemenu {
    width: 100%;
    height: 60px;
    position: fixed;
    display: block;
    left: 0;
    top: auto;
    bottom: 0;
    font-size: 0.75rem;
  }
  .potal_sidemenu div {
    width: 100%;
    display: flex;
  }

  .potal_sidemenu_license, .potal_sidemenu_consul {
    width: 50%;
    height: 60px;
  }

  .potal_sidemenu_license a, .potal_sidemenu_consul a {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    text-align: center;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 1.5;
    box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.25);
  }

  .potal_sidemenu_license a {
    padding: 0;
  }
  .potal_sidemenu_license a:after {
    display: none;
  }

  .potal_sidemenu_consul a {
    padding: 0;
  }

  .potal_sidemenu_search {
    display: none !important;
  }

  .potal_sidemenu_search-sp {
    width: 60px !important;
    height: 60px;
    background-color: #ffffff;
    display: block;
    position: relative;
    box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.25);
  }
  .potal_sidemenu_search-sp:after {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 2rem;
    position: absolute;
    left: 12px;
    color: #a0a0a0;
  }
  .potal_sidemenu_search-sp i {
    position: absolute;
    top: 16px;
    left: 14px;
    font-size: 1.75rem;
    color: #a0a0a0;
  }
  .potal_sidemenu_search-sp.open:after {
    content: "\f00d";
    left: 18px;
  }

  .searchmodal {
    width: 100%;
    display: none;
    background-color: #ffffff;
    opacity: 0;
    transition: all 0.1s ease-in-out 0.1s;
    position: absolute;
    bottom: 60px;
    padding: 0 20px;
  }
  .searchmodal i {
    color: #a0a0a0;
  }
  .searchmodal.open {
    opacity: 1;
    display: block;
  }

  .searchmodal_content {
    height: 60px;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .searchmodal_content i {
    font-size: 1.5rem;
    padding-right: 20px;
  }

  .potal_header_navi {
    width: 100%;
    font-size: 0.75rem;
  }
  .potal_header_navi li:after {
    content: "";
    height: 16px;
    display: block;
    transform: rotate(30deg);
    display: inline-block;
    background-color: #005043;
    top: 3px;
    margin: 0 2px 0 12px;
  }
  .potal_header_navi li:nth-child(2):after {
    display: inline-block;
  }
  .potal_header_navi li:last-child:after {
    display: none;
  }
  .potal_header_navi li:nth-child(3) {
    width: 100%;
  }
  .potal_header_navi li:nth-child(3):after, .potal_header_navi li:nth-child(3):before {
    display: none;
  }

  .potal_contents_header p, .potal_recommend_header p {
    text-align: center;
  }

  .potal_contents_titleWrap, .potal_recommend_titleWrap {
    flex-direction: column;
    align-items: center;
    margin-bottom: 12px;
  }

  .potal_contents_title, .potal_recommend_title {
    font-size: 45px;
    line-height: 30px;
    letter-spacing: 3.5px;
    color: #005043;
    position: relative;
  }
  .potal_contents_title:after, .potal_recommend_title:after {
    display: none;
  }

  .potal_contents_titleSholder, .potal_recommend_titleSholder {
    font-size: 1.5rem;
  }

  .potal_contents_list li {
    width: 100%;
    height: 150px;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .potal_contents_list li:last-child {
    margin-bottom: 0;
  }
  .potal_contents_list .potal_contents_listTitle {
    height: 72px;
    border-left: 3px solid #005043;
    padding: 12px 15px;
  }

  .potal_recommend_list {
    width: 100%;
    margin-bottom: 45px;
  }
  .potal_recommend_list:last-of-type {
    margin-bottom: 0;
  }

  .potal_recommend_listWrap {
    flex-direction: column;
  }

  .potal_recommend_listTitle {
    font-size: 1.25rem;
    letter-spacing: 2.4px;
    margin-bottom: 20px;
  }
  .potal_recommend_listTitle:before, .potal_recommend_listTitle:after {
    content: "";
    width: 3px;
    height: 24px;
    top: 4px;
    margin-right: 0.75rem;
  }
  .potal_recommend_listTitle:after {
    margin-left: 0.75rem;
    margin-right: 0;
  }
}
/*------------------------------------------
						swiper
------------------------------------------*/
.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: calc(50% - 296px) !important;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: calc(50% - 296px) !important;
  left: auto;
}

.swiper-button-prev:after {
  content: "" !important;
  width: 4px;
  height: 40px;
  background-color: #ccc;
  display: block;
  transform: rotate(-40deg);
  position: absolute;
  top: 14px;
}

.swiper-button-prev:before {
  content: "" !important;
  width: 4px;
  height: 40px;
  background-color: #ccc;
  display: block;
  transform: rotate(40deg);
  position: absolute;
  top: -14px;
}

.swiper-button-next:after {
  content: "" !important;
  width: 4px;
  height: 40px;
  background-color: #ccc;
  display: block;
  transform: rotate(40deg);
  position: absolute;
  top: 14px;
}

.swiper-button-next:before {
  content: "" !important;
  width: 4px;
  height: 40px;
  background-color: #ccc;
  display: block;
  transform: rotate(-40deg);
  position: absolute;
  top: -14px;
}

#footer-top {
    background: #111;
}

.mt-site-search-form {
    width: 470px;
    display: block;
    left: 30px;
    position: relative;
}

.mt-site-search-form__query {
    border: none;
    outline: none;
    width: 470px;
    height: 60px;
    font-size: 1rem;
}
   
.mt-site-search-form__button {
	display: none;
}


@media (max-width: 1080px) {
  input {
    font-size: 16px !important;
  }

  .potal_slide {
    width: 100%;
    margin: 0 auto 30px;
  }

  .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 15px !important;
  }

  .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 15px !important;
  }

.mt-site-search-container2 {
    width: 100%;
}

.swiper-slide {
  width: 100% !important;
}

.swiper-slide img {
width: 100%;
height: auto;
}

.mt-site-search-container2 form {
    width: 100%;
    display: flex;
}

.mt-site-search-container2 form input {
    width: calc(100% - 80px);
    height: 40px;
    display: block;
}

.mt-site-search-form__button {
    width: 80px;
    display: block;
    height: 40px;
}
.modal-content-spmenu-navi-title a {
    color: #fff;
}
}


/* search */
.developer-section-box {
    margin-bottom: 80px;
}

.page-title {
    font-size: 18.75px;
    text-align: center;
    margin: 40px 0;
    display: block;
}

#s-result .mt-site-search-result__message {
display: none;
}

#s-result .mt-site-search-result__message .mt-site-search-result__message-about {
    font-size: 18.75px;
}

#s-result a:link, #s-result a:visited {
    color: #005042;
    text-decoration: none;
}

#s-result .mt-site-search-result-item {
    margin: 1.5rem 0;
    padding: 0 1rem 1.5rem;
    border-bottom: 1px solid #cccccc;
}

#s-result .mt-site-search-result__message-about, #s-result .mt-site-search-result-item__excerpt {
    font-size: 15px;
}

#s-result .mt-site-search-result-item__label {
    font-size: 18.75px;
    font-weight: bold;
}
#s-result .mt-site-search-result-item__url {
    font-size: 12px;
    color: #999;
    margin-bottom: 4px;
}

#s-result .mt-site-search-result-item__link:hover .mt-site-search-result-item__label {
    text-decoration: none;
    color: #00a78b;
}

#s-result .mt-site-search__pagination {
    font-size: 20px !important;
    text-align: center;
}

#s-result .mt-site-search-pagination-item a {
    padding: 0 0.5rem;
    color: #999;
}

#s-result .mt-site-search-pagination-item--current a {
    color: #005042;
}
