@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  margin: 0;
  padding: 0;
}

ul {
  padding: 0;
  list-style: none;
}

li {
  display: inline-block;
  font-size: 16px;
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  width: inherit;
  height: inherit;
  outline: none;
}

img {
  border: none;
  width: inherit;
  height: inherit;
  vertical-align: top;
}

/************************************
共通
************************************/
html {
  font-size: 62.5%;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 55%;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.8;
  overflow-x: hidden;
  background: #ffffff;
  color: #707070;
  letter-spacing: 0.1em;
  width: 100vw;
}

/*------------ テキスト折り返さない ----------------*/
.no_wrap {
  display: inline-block;
}

/*------------ インナー幅　1080px ----------------*/
.netsui_inner {
  max-width: 1080px;
  margin: 0 auto;
}

@media screen and (max-width: 1080px) {
  .netsui_inner {
    margin: 0 30px;
  }
}

@media screen and (max-width: 768px) {
  .netsui_inner {
    margin: 0 15px;
  }
}

/*------------ セクション ----------------*/
.netsui_sec {
  padding-top: 9rem;
}

/*------------ タイトル ----------------*/
.netsui_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 7rem;
  border-bottom: 1px solid #E3E3E3;
  padding-left: calc((100vw - 1080px) / 2);
}

.netsui_ttl h2 {
  padding-right: 1.5rem;
  font-size: 6rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.07em;
  color: #fff;
  text-shadow: 1px 1px 0 #707070, -1px -1px 0 #707070, -1px 1px 0 #707070, 1px -1px 0 #707070, 0px 1px 0 #707070, -1px 0 #707070, -1px 0 0 #707070, 1px 0 0 #707070;
}

.netsui_ttl h2 img {
  width: 100%;
}

.netsui_ttl p {
  font-size: 1.8rem;
  line-height: 1.6;
  color: #2C4A9E;
  display: inline-block;
  position: relative;
}

.netsui_ttl p::before {
  content: "";
  position: absolute;
  width: 28px;
  height: 1px;
  background: #2C4A9E;
  left: 0;
  top: 0;
}

@media screen and (max-width: 1080px) {
  .netsui_ttl {
    padding-left: 30px;
  }
}

@media screen and (max-width: 768px) {
  .netsui_ttl {
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .netsui_ttl h2 {
    font-size: 5.5rem;
  }
}

@media screen and (max-width: 480px) {
  .netsui_ttl h2 {
    font-size: 10vw;
  }
}

/*----------- 背景ロゴ ---------*/
.netsui_top_main, .subpage_bg_attachment {
  position: relative;
}

.netsui_top_main:after, .subpage_bg_attachment:after {
  position: absolute;
  content: "";
  top: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  background-image: url("../image/logo_bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  background-position: right -25rem top 0;
}

@media screen and (max-width: 768px) {
  .netsui_top_main:after, .subpage_bg_attachment:after {
    background-position: right -35vw top 0;
  }
}

/*------------ カード ----------------*/
.netsui_card_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.netsui_card_list .netsui_card_item {
  width: 31%;
}

.netsui_card_list .netsui_card_item a {
  height: 100%;
  padding-bottom: 4.5rem;
  position: relative;
  background-color: #fff;
  display: inline-block;
  width: 100%;
  -webkit-transition: .4s all;
  transition: .4s all;
  -webkit-box-shadow: 0 0 10px #00000029;
          box-shadow: 0 0 10px #00000029;
  border-radius: 20px;
}

.netsui_card_list .netsui_card_item a .netsui_card_img {
  text-align: center;
  height: 220px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.netsui_card_list .netsui_card_item a .netsui_card_img img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.netsui_card_list .netsui_card_item a .netsui_card_date {
  font-size: 14px;
  padding-top: 5px;
}

.netsui_card_list .netsui_card_item a .netsui_card_ttl {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: normal;
}

.netsui_card_list .netsui_card_item a .netsui_card_category {
  display: inline-block;
  font-size: 14px;
  color: #E3E3E3;
  border: 1px solid #E3E3E3;
  padding: 0 1rem;
  margin-bottom: 10px;
}

.netsui_card_list .netsui_card_item a .netsui_card_txt {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: normal;
}

.netsui_card_list .netsui_card_item a .netsui_card_btn {
  position: absolute;
  text-align: center;
  width: 30px;
  height: 30px;
  border: 1px solid #707070;
  right: 2.3rem;
  bottom: 2rem;
  -webkit-transition: .4s all;
  transition: .4s all;
}

.netsui_card_list .netsui_card_item a .netsui_card_btn i {
  font-size: 2rem;
  color: #707070;
  -webkit-transition: .4s all;
  transition: .4s all;
}

.netsui_card_list .netsui_card_item a:hover {
  -webkit-box-shadow: 3px 6px 10px 0 #00000029;
          box-shadow: 3px 6px 10px 0 #00000029;
  -webkit-transform: translateY(-0.2em);
          transform: translateY(-0.2em);
}

.netsui_card_list .netsui_card_item a:hover .netsui_card_btn {
  background-color: #707070;
}

.netsui_card_list .netsui_card_item a:hover .netsui_card_btn i {
  color: #ffffff;
}

.netsui_card_list .netsui_card_item_top {
  padding: 1.5rem 2rem;
  border-bottom: 1px solid #E3E3E3;
}

.netsui_card_list .netsui_card_item_bottom {
  padding: 1rem 2rem 2rem;
}

.netsui_top_news, .netsui_top_event, .netsui_top_report {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff00), color-stop(35%, #ffffff00), color-stop(35%, #fbf8f4), to(#fbf8f4));
  background: linear-gradient(180deg, #ffffff00 0%, #ffffff00 35%, #fbf8f4 35%, #fbf8f4 100%);
}

@media screen and (max-width: 1080px) {
  .netsui_card_list .netsui_card_item a .netsui_card_img {
    height: 19.3vw;
  }
}

@media screen and (max-width: 1024px) {
  .netsui_card_list .netsui_card_item {
    width: 32.5%;
  }
}

@media screen and (max-width: 768px) {
  .netsui_card_list .netsui_card_item {
    width: 48.5%;
    padding-bottom: 4rem;
  }
  .netsui_card_list .netsui_card_item a .netsui_card_img {
    height: 30vw;
  }
}

@media screen and (max-width: 480px) {
  .netsui_card_list .netsui_card_item {
    width: 100%;
  }
  .netsui_card_list .netsui_card_item a .netsui_card_img {
    height: 57vw;
  }
}

/*------------ ボタン ----------------*/
.netsui_btn {
  text-align: center;
  padding: 5.5rem 0;
}

.netsui_btn a {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 250px;
  height: 6rem;
  border: 1px solid #2C4A9E;
  border-radius: 30px;
  font-size: 2rem;
  color: #2C4A9E;
  -webkit-transition: .4s all;
  transition: .4s all;
  line-height: 5.5rem;
}

.netsui_btn a:hover {
  color: #fff;
  background-color: #2C4A9E;
}

.netsui_btn a i {
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*------------ 下層ページ　　ページタイトル ----------------*/
.netsui_subpage_top {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 40vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.netsui_about_ttl_bg, .netsui_member_ttl_bg {
  background-image: url("../image/about_ttl_bg.jpg");
}

.netsui_staff_ttl_bg {
  background-image: url("../image/staff_ttl_bg.jpg");
}

.netsui_contact_ttl_bg {
  background-image: url("../image/netsui_top_contact.jpg");
}

@media screen and (max-width: 480px) {
  .netsui_subpage_top {
    height: 35vh;
  }
  .netsui_subpage_top h1 {
    width: 70%;
    margin: 0 auto;
  }
  .netsui_subpage_top h1 img {
    width: 100%;
  }
}

/*------------ 下層ページ　　staff----------------*/
.netusi_staff_list {
  padding-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.netusi_staff_list li {
  width: 47%;
  margin-bottom: 4rem;
}

.netusi_staff_list li a {
  -webkit-transition: .4s all;
  transition: .4s all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
}

.netusi_staff_list li a .netusi_staff_list_img {
  width: 42%;
}

.netusi_staff_list li a .netusi_staff_list_img img {
  background-color: #000;
  -webkit-transition: .4s all;
  transition: .4s all;
  width: 100%;
}

.netusi_staff_list li a .netusi_staff_list_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #707070;
  width: 53%;
}

.netusi_staff_list li a .netusi_staff_list_txt h3 {
  font-size: 3.2rem;
  font-weight: bold;
  padding-bottom: 1rem;
}

.netusi_staff_list li a .netusi_staff_list_txt p {
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: normal;
}

.netusi_staff_list li a .netusi_staff_list_txt .netusi_staff_list_txt_bottom {
  padding-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.netusi_staff_list li a .netusi_staff_list_txt .netusi_staff_list_txt_bottom p {
  font-size: 16px;
  line-height: .7;
}

.netusi_staff_list li a .netusi_staff_list_txt .netusi_staff_list_txt_bottom i {
  font-size: 20px;
  width: 31px;
  height: 31px;
  border: 1px solid #707070;
  text-align: center;
  padding-top: 5px;
  -webkit-transition: .4s all;
  transition: .4s all;
}

.netusi_staff_list li a:hover .netusi_staff_list_img img {
  opacity: 0.8;
}

.netusi_staff_list li a:hover .netusi_staff_list_txt .netusi_staff_list_txt_bottom i {
  color: #fff;
  background-color: #707070;
}

@media screen and (max-width: 768px) {
  .netusi_staff_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .netusi_staff_list li {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 5rem;
  }
}

@media screen and (max-width: 480px) {
  .netusi_staff_list li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .netusi_staff_list li a .netusi_staff_list_img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  .netusi_staff_list li a .netusi_staff_list_txt {
    width: 100%;
  }
  .netusi_staff_list li a .netusi_staff_list_txt h3 {
    text-align: center;
    font-size: 2.8rem;
  }
}

/*----------------------------
    header
----------------------------*/
header {
  width: 100vw;
  height: 80px;
  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;
  position: fixed;
  z-index: 100;
}

header .netsui_header_logo {
  padding-left: 25px;
}

header .netsui_header_logo a {
  display: inline-block;
}

header .netsui_header_logo a img {
  width: auto;
}

header .netsui_header_logo a .netsui_header_logo_before.headerLogoScroll {
  display: none;
}

header .netsui_header_logo a .netsui_header_logo_after {
  display: none;
}

header .netsui_header_logo a .netsui_header_logo_after.headerLogoScroll {
  display: block;
}

/*--- ハンバーガーメニュー ---*/
#netsui_g-nav {
  position: fixed;
  z-index: 999;
  top: 0;
  right: -120%;
  width: 100%;
  max-width: 420px;
  height: 100vh;
  max-height: 580px;
  background: #79797991;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

#netsui_g-nav.panelactive {
  right: 0;
}

/*ナビゲーション*/
#netsui_g-nav .netsui_g-nav_list {
  width: 90%;
  margin: 0 auto;
  padding-top: 5rem;
}

/*リストのレイアウト設定*/
#netsui_g-nav .netsui_g-nav_list li {
  list-style: none;
  text-align: center;
  width: 100%;
  border-bottom: 1px solid #fff;
}

#netsui_g-nav .netsui_g-nav_list li a {
  font-size: 2.6rem;
  color: #fff;
  text-decoration: none;
  padding: 2.5rem;
  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;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  -webkit-transition: .4s all;
  transition: .4s all;
}

#netsui_g-nav .netsui_g-nav_list li a:hover {
  color: #2C4A9E;
}

.netsui_g-nav_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 5rem;
}

.netsui_g-nav_sns li {
  padding: 0 8px;
}

.netsui_g-nav_sns li a {
  display: inline-block;
}

.netsui_g-nav_sns li a i {
  font-size: 25px;
  color: #fff;
}

/*========= ボタンのためのCSS ===============*/
.header_openbtn {
  background-color: #79797991;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 80px;
  height: 80px;
  -webkit-transition: .6s all;
  transition: .6s all;
}

.header_openbtn span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  position: absolute;
  left: 19px;
  height: 3px;
  background-color: #fff;
  width: 42px;
  border-radius: 3px;
}

.header_openbtn span:nth-of-type(1) {
  top: 26px;
}

.header_openbtn span:nth-of-type(2) {
  top: 36px;
}

.header_openbtn span:nth-of-type(3) {
  top: 46px;
}

.header_openbtn.active {
  background-color: transparent;
}

.header_openbtn.active span:nth-of-type(1) {
  top: 29px;
  left: 18px;
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
  width: 42px;
}

.header_openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.header_openbtn.active span:nth-of-type(3) {
  top: 41px;
  left: 18px;
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
  width: 42px;
}

/************************************
フッター
************************************/
footer {
  background-color: #707070;
  color: #fff;
}

.netsui_footer {
  padding: 4rem 0 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.netsui_footer_left {
  width: 211px;
}

.netsui_footer_left .netsui_footer_logo {
  display: inline-block;
  width: 171px;
}

.netsui_footer_left .netsui_footer_logo img {
  width: 100%;
}

.netsui_footer_left .netsui_footer_txt {
  margin: 3rem 0;
  font-size: 14px;
  color: #fff;
  line-height: 1.75;
  letter-spacing: normal;
}

.netsui_footer_right {
  width: calc(100% - 211px);
}

.netsui_footer_right .netsui_footer_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 4rem;
}

.netsui_footer_right .netsui_footer_nav li a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  padding: 0px 3rem;
  line-height: 1.7;
  -webkit-transition: .4s all;
  transition: .4s all;
  border-right: 1px solid #fff;
}

.netsui_footer_right .netsui_footer_nav li a:hover {
  color: #333;
}

.netsui_footer_right .netsui_footer_nav li:last-child a {
  padding-right: 5px;
  border: none;
}

.netsui_footer_right .netsui_footer_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 420px;
  margin: 0 0 0 auto;
}

.netsui_footer_right .netsui_footer_category li {
  margin: 5px;
}

.netsui_footer_right .netsui_footer_category li a {
  border: 1px solid #fff;
  width: 130px;
  display: inline-block;
  text-align: center;
  padding: 5px 0;
  font-size: 14px;
  -webkit-transition: .4s all;
  transition: .4s all;
}

.netsui_footer_right .netsui_footer_category li a:hover {
  color: #707070;
  background-color: #fff;
}

.netsui_footer_bottom {
  padding: 1rem 0;
  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;
}

.netsui_footer_bottom .netsui_privacy {
  font-size: 14px;
  display: inline-block;
  border: 1px solid #707070;
  -webkit-transition: .4s all;
  transition: .4s all;
}

.netsui_footer_bottom .netsui_privacy:hover {
  border-bottom: 1px solid #fff;
}

.netsui_footer_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.netsui_footer_sns li {
  padding: 0 5px;
}

.netsui_footer_sns li a {
  display: inline-block;
}

.netsui_footer_sns li a i {
  font-size: 24px;
}

/*------------ ページトップボタン ----------------*/
.page_top_off {
  position: fixed;
  z-index: 30;
  right: 1.5rem;
  bottom: 2rem;
}

.page_top_off a {
  display: inline-block;
  width: 6rem;
  height: 6rem;
  background-color: #79797991;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 3px #fff;
          box-shadow: 0 0 3px #fff;
  color: #fff;
  font-size: 2.5rem;
  line-height: 5.5rem;
  text-align: center;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

.page_top_off a:hover {
  background-color: #e5e9f4;
  color: #1f3b90;
}

.page_top_off a img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .netsui_footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .netsui_footer_left {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
  }
  .netsui_footer_right {
    width: 100%;
  }
  .netsui_footer_right .netsui_footer_nav {
    display: none;
    /* -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 3rem; */
  }
  .netsui_footer_right .netsui_footer_nav li:first-child a {
    padding-left: 5px;
  }
  .netsui_footer_right .netsui_footer_category {
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .netsui_footer_bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .netsui_footer_bottom .netsui_privacy {
    margin-bottom: 1rem;
  }
  .netsui_footer_sns {
    margin-bottom: 1rem;
  }
  .page_top_off {
    right: 15px;
    bottom: 4rem;
  }
  .page_top_off a {
    width: 5rem;
    height: 5rem;
    font-size: 2rem;
    line-height: 4.5rem;
  }
}

@media screen and (max-width: 480px) {
  .netsui_footer_right .netsui_footer_nav li a {
    padding: 0 3vw;
  }
}

/************************************
　　　　　　　　　　　　　トップページ
************************************/
/*----------------------------
    MV
----------------------------*/
.netsui_top_mv {
  height: 80vh;
  background-image: url("../image/mv_img.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.netsui_top_mv .netsui_top_mv_inner {
  height: 100%;
  position: relative;
}

.netsui_top_mv .netsui_top_mv_txt {
  color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.netsui_top_mv .netsui_top_mv_txt h1 {
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-size: 4.4rem;
  font-weight: bold;
  padding-bottom: 3rem;
}

.netsui_top_mv .netsui_top_mv_txt p {
  font-size: 1.8rem;
  line-height: 1.94;
}

.netsui_top_mv .netsui_scroll {
  text-align: center;
  font-size: 12px;
  color: #C4C4C4;
  position: relative;
  top: -10rem;
}

.netsui_top_mv .netsui_scroll::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 30px;
  background: #C4C4C4;
  left: 50%;
  bottom: -30px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.netsui_top_mv_btn {
  text-align: center;
  position: relative;
  top: -6rem;
}

.netsui_top_mv_btn a {
  padding: 1.5rem 0;
  border-radius: 10px;
  display: inline-block;
  width: 95%;
  max-width: 320px;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#2C4A9E), to(#0B1530));
  background: linear-gradient(to bottom, #2C4A9E, #0B1530);
  -webkit-transition: .4s all;
  transition: .4s all;
}

.netsui_top_mv_btn a .netsui_top_mv_btn_txt01 {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 0 3rem;
}

.netsui_top_mv_btn a .netsui_top_mv_btn_txt01::before, .netsui_top_mv_btn a .netsui_top_mv_btn_txt01:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 3rem;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
}

.netsui_top_mv_btn a .netsui_top_mv_btn_txt01::before {
  left: 0;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
}

.netsui_top_mv_btn a .netsui_top_mv_btn_txt01::after {
  right: 0;
}

.netsui_top_mv_btn a .netsui_top_mv_btn_txt02 {
  font-size: 2.6rem;
  line-height: 1.4;
  font-weight: bold;
}

.netsui_top_mv_btn a:hover {
  -webkit-box-shadow: 3px 6px 10px 0 #00000033;
          box-shadow: 3px 6px 10px 0 #00000033;
  -webkit-transform: translateY(-0.2em);
          transform: translateY(-0.2em);
}

@media screen and (max-width: 768px) {
  .netsui_top_mv .netsui_top_mv_txt h1 {
    font-size: 6vw;
  }
}

@media screen and (max-width: 480px) {
  .netsui_top_mv .netsui_top_mv_txt p {
    font-size: 1.6rem;
  }
}

/*----------------------------
        ご挨拶
----------------------------*/
.netsui_top_greeting {
  padding: 13rem 15px 6rem;
}

.netsui_top_greeting .netsui_top_greeting_txt {
  max-width: 780px;
  margin: 0 auto;
  padding-bottom: 6rem;
}

.netsui_top_greeting .netsui_top_greeting_txt p {
  font-size: 16px;
  line-height: 2.1;
  color: #3C3C3C;
  letter-spacing: normal;
}

.netsui_top_greeting .netsui_top_greeting_movie {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}

/*----------------------------
      MEMBER
----------------------------*/
.netsui_top_member {
  background-color: #F2F2F2;
  padding-bottom: 8.5rem;
}

.netsui_top_member .netsui_ttl h2 {
  color: #F2F2F2;
}

.netsui_member_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.netsui_member_list .netsui_member_item {
  width: calc(100% / 6);
  padding: 5px;
  min-width: 180px;
}

.netsui_member_list .netsui_member_item a {
  width: 100%;
  height: 100%;
  display: inline-block;
  background-color: #fff;
  padding: 3px 10px;
  padding-bottom: 4rem;
  position: relative;
  -webkit-transition: .4s all;
  transition: .4s all;
}

.netsui_member_list .netsui_member_item a img {
  width: 100%;
  height: auto;
}

.netsui_member_list .netsui_member_item a p {
  font-size: 13px;
  color: #707070;
  letter-spacing: normal;
  line-height: 1.5;
  text-align: center;
}

.netsui_member_list .netsui_member_item a i {
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 23px;
  height: 23px;
  border: 1px solid #E3E3E3;
  color: #E3E3E3;
  text-align: center;
  font-size: 15px;
  padding-top: 3px;
  -webkit-transition: .4s all;
  transition: .4s all;
}

.netsui_member_list .netsui_member_item a:hover i {
  background-color: #E3E3E3;
  color: #ffffff;
}

@media screen and (max-width: 480px) {
  .netsui_member_list .netsui_member_item {
    min-width: 150px;
  }
  .netsui_member_list .netsui_member_item a p {
    font-size: 11px;
  }
}

/************************************
下層ページ　ABOUT
************************************/
/*------ GREETING ------*/
.netsui_about_01 .netsui_ttl {
  margin-bottom: 0;
}

.netsui_about_01_mission {
  position: relative;
  padding: 10rem 15px 18rem;
  width: 95%;
  margin: 0 auto;
  text-align: center;
}

.netsui_about_01_mission::after {
  position: absolute;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../image/logo_bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top 0;
  top: -5rem;
  left: 0;
}

.netsui_about_01_mission h3 {
  font-size: 2.6rem;
  font-weight: bold;
  color: #707070;
  display: inline-block;
  position: relative;
  margin-bottom: 4rem;
}

.netsui_about_01_mission h3::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 50px;
  background: #2C4A9E;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.netsui_about_01_mission p {
  font-size: 2.6rem;
  color: #909090;
  line-height: 1.9;
}

.netsui_about_01_greeting {
  background-color: #FBF8F4;
  color: #707070;
}

.netsui_about_01_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.netsui_about_01_content .netsui_about_01_left {
  position: relative;
  top: -8rem;
  width: 48%;
  text-align: right;
}

.netsui_about_01_content .netsui_about_01_left img {
  width: 100%;
}

.netsui_about_01_content .netsui_about_01_left p {
  font-size: 14px;
}

.netsui_about_01_content .netsui_about_01_left .netsui_about_01_name {
  font-size: 16px;
  padding-top: 1rem;
}

.netsui_about_01_content .netsui_about_01_left .netsui_about_01_name span {
  padding-left: 8px;
  font-size: 20px;
  letter-spacing: 0.05em;
}

.netsui_about_01_content .netsui_about_01_right {
  width: 48%;
  padding: 4rem 0 6.5rem;
}

.netsui_about_01_content .netsui_about_01_right h3 {
  font-size: 3rem;
  font-weight: bold;
  padding-bottom: 2rem;
}

.netsui_about_01_content .netsui_about_01_right .netsui_about_01_txt p {
  font-size: 16px;
  letter-spacing: normal;
  line-height: 2;
}

@media screen and (max-width: 1024px) {
  .netsui_about_01_mission {
    padding-bottom: 10rem;
  }
  .netsui_about_01_content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .netsui_about_01_content .netsui_about_01_left {
    position: static;
    top: 0;
  }
}

@media screen and (max-width: 768px) {
  .netsui_about_01_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 5rem;
  }
  .netsui_about_01_content .netsui_about_01_left {
    width: 100%;
    max-width: 400px;
  }
  .netsui_about_01_content .netsui_about_01_right {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .netsui_about_01_mission p {
    font-size: 2rem;
  }
}

/*------ INTERNSHIP ------*/
.netsui_about_04 {
  padding-bottom: 6rem;
}

.netsui_about_04_list {
  color: #707070;
  padding-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.netsui_about_04_list li {
  width: 32%;
  max-width: 250px;
}

.netsui_about_04_list li .netsui_about_04_list_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: normal;
  padding-bottom: 2.5rem;
}

.netsui_about_04_list li .netsui_about_04_list_top p {
  font-size: 16px;
  line-height: 1.5;
}

.netsui_about_04_list li .netsui_about_04_list_top .intern_name {
  padding-right: 1.5rem;
  font-size: 3.2rem;
  font-weight: bold;
}

.netsui_about_04_list li img {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .netsui_about_04_list li .netsui_about_04_list_top p {
    font-size: 14px;
  }
  .netsui_about_04_list li .netsui_about_04_list_top .intern_name {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 768px) {
  .netsui_about_04_list li .netsui_about_04_list_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 1rem;
  }
}

@media screen and (max-width: 480px) {
  .netsui_about_04_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .netsui_about_04_list li {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    margin-bottom: 4rem;
  }
  .netsui_about_04_list li .netsui_about_04_list_top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

/*------ ABOUT US ------*/
.netsui_about_05_inner {
  padding-top: 3rem;
}

.netsui_about_05_table {
  border-collapse: collapse;
  width: 100%;
}

.netsui_about_05_table tr {
  font-size: 2rem;
  border-top: 1px solid #D2D2D2;
}

.netsui_about_05_table tr th {
  padding: 4rem 0;
  width: 22%;
}

.netsui_about_05_table tr td {
  width: 78%;
  padding: 4rem 15px 4rem 2rem;
}

.netsui_about_05_table tr td p {
  line-height: 1.2;
}

.netsui_about_05_table tr:last-child {
  border-bottom: 1px solid #D2D2D2;
}

@media screen and (max-width: 768px) {
  .netsui_about_05_table tr {
    font-size: 16px;
  }
}

@media screen and (max-width: 480px) {
  .netsui_about_05_table tr th {
    text-align: left;
    width: 100%;
    display: block;
    padding: 2rem 0 0;
  }
  .netsui_about_05_table tr td {
    width: 100%;
    display: block;
    padding: 2rem 0;
  }
  .netsui_about_05_table tr td p {
    line-height: .5;
  }
}

/*------ ACTIVITY ------*/
.netsui_about_06_bg {
  padding-bottom: 3rem;
  position: relative;
}

.netsui_about_06_bg:after {
  position: absolute;
  z-index: -1;
  content: "";
  width: 100%;
  height: 75%;
  max-height: 100vw;
  bottom: 0;
  left: 0;
  background-image: url("../image/activity_bg.png");
  background-repeat: no-repeat;
  background-position: center bottom 0;
  background-size: cover;
}

/************************************
下層ページ　STAFF
************************************/
.netsui_staff_detail {
  padding-bottom: 2rem;
}

.netsui_staff_detail_content {
  background-color: #FBF8F4;
  color: #707070;
  padding: 1rem 0 4rem;
  margin-top: 17rem;
}

.netsui_staff_detail_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.netsui_staff_detail_left {
  position: relative;
  top: -8rem;
  width: 50%;
}

.netsui_staff_detail_left img {
  width: 100%;
}

.netsui_staff_detail_left p {
  font-size: 2.9rem;
  font-weight: bold;
  text-align: right;
}

.netsui_staff_detail_right {
  width: 50%;
}

.netsui_staff_detail_table {
  width: 100%;
}

.netsui_staff_detail_table tr {
  width: 100%;
}

.netsui_staff_detail_table tr th {
  vertical-align: top;
  font-size: 1.8rem;
  font-weight: bold;
  width: 14rem;
  padding: 2rem 0;
}

.netsui_staff_detail_table tr td {
  font-size: 1.8rem;
  padding: 2rem 0 2rem 2rem;
}

@media screen and (max-width: 1024px) {
  .netsui_staff_detail_table {
    padding-left: 3rem;
  }
  .netsui_staff_detail_table tr th {
    font-size: 16px;
    padding: 2rem 0 5px;
    width: 100%;
    display: block;
    text-align: left;
  }
  .netsui_staff_detail_table tr td {
    font-size: 16px;
    padding: 0 0 1rem 0;
    width: 100%;
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .netsui_staff_detail_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .netsui_staff_detail_left {
    width: 100%;
    max-width: 500px;
  }
  .netsui_staff_detail_right {
    width: 100%;
    margin-top: -9rem;
  }
  .netsui_staff_detail_table {
    padding-left: 0rem;
  }
}

/************************************
下層ページ　MEMBER
************************************/
/*------  MEMBER ------*/
.netsui_member_01 {
  background-color: #F2F2F2;
  padding-bottom: 8rem;
}

.netsui_member_01 .netsui_ttl h2 {
  color: #F2F2F2;
}

/*------  MUNICIPALITY ------*/
.netsui_member_02_inner {
  max-width: 900px;
  margin: 0 auto;
}

.netsui_member_02_lest {
  padding: 0 15px;
  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;
}

.netsui_member_02_lest li {
  width: 31%;
  max-width: 230px;
  margin-bottom: 6rem;
}

.netsui_member_02_lest li img {
  width: 100%;
}

.netsui_member_02_lest li p {
  padding-top: 1rem;
  font-size: 2rem;
  color: #707070;
  text-align: center;
}

/*------  SUPPORTER ------*/
.netsui_member_03 {
  padding-bottom: 10rem;
}

.netsui_member_03_list {
  padding-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.netsui_member_03_list li {
  width: 48%;
  max-width: 420px;
}

.netsui_member_03_list li a {
  display: inline-block;
  width: 100%;
}

.netsui_member_03_list li a p {
  font-size: 2.6rem;
  font-weight: bold;
  color: #707070;
  text-align: center;
  padding-bottom: 3rem;
  line-height: 1.3;
}

.netsui_member_03_list li a .netsui_member_03_list_img {
  margin: 0 auto;
}

.netsui_member_03_list li a .netsui_member_03_list_img img {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .netsui_member_03_list li a p {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 480px) {
  .netsui_member_03_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .netsui_member_03_list li {
    width: 100%;
    margin-bottom: 4rem;
  }
}

/************************************
下層ページ　MEMBER_detail
************************************/
/*------  MEMBER_detail------*/
.netsui_memberdetail_01_content {
  margin-top: 18rem;
  position: relative;
  height: 273px;
  background-image: url("../image/member_detail_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.netsui_memberdetail_01_content .netsui_memberdetail_logo {
  position: absolute;
  top: -10rem;
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
  border: 3px solid #1E2F63;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}

.netsui_memberdetail_01_content .netsui_memberdetail_logo img {
  width: 100%;
  height: auto;
}

.netsui_memberdetail_01_content h3 {
  padding: 6rem 15px 0;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}

/*------  ABOUT US------*/
.netsui_memberdetail_02_inner {
  padding: 3rem 0 2.5rem;
}

.netsui_memberdetail_02_table {
  border-collapse: collapse;
  color: #707070;
}

.netsui_memberdetail_02_table tr {
  border-top: 1px solid #D2D2D2;
}

.netsui_memberdetail_02_table tr th {
  width: 20%;
  font-size: 2rem;
  font-weight: bold;
  padding: 4rem 0;
}

.netsui_memberdetail_02_table tr td {
  width: 80%;
  font-size: 2rem;
  padding: 4rem 0;
}

.netsui_memberdetail_02_table tr td .netsui_memberdetail_url {
  display: inline-block;
  -webkit-transition: .4s all;
  transition: .4s all;
}

.netsui_memberdetail_02_table tr td .netsui_memberdetail_url:hover {
  color: #1E2F63;
  text-decoration: underline;
}

.netsui_memberdetail_02_table tr:last-child {
  border-bottom: 1px solid #D2D2D2;
}

.netsui_memberdetail_02_table_list li {
  width: 100%;
  margin-bottom: 13px;
}

.netsui_memberdetail_02_table_list li a {
  display: inline-block;
  -webkit-transition: .4s all;
  transition: .4s all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.5;
}

.netsui_memberdetail_02_table_list li a .netsui_memberdetail_date {
  -webkit-transition: .4s all;
  transition: .4s all;
  width: 147px;
  padding: 5px 18px;
  font-size: 14px;
  color: #fff;
  border: 1px solid #1E2F63;
  background-color: #1E2F63;
  border-radius: 23px;
}

.netsui_memberdetail_02_table_list li a p {
  width: calc(100% - 147px);
  font-size: 1.8rem;
  -webkit-transition: .4s all;
  transition: .4s all;
  padding-left: 7rem;
}

.netsui_memberdetail_02_table_list li a:hover .netsui_memberdetail_date {
  color: #1E2F63;
  background-color: #fff;
}

.netsui_memberdetail_02_table_list li a:hover p {
  color: #1E2F63;
}

@media screen and (max-width: 1024px) {
  .netsui_memberdetail_02_table_list li a p {
    padding-left: 2rem;
  }
}

@media screen and (max-width: 520px) {
  .netsui_memberdetail_02_table_list li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .netsui_memberdetail_02_table_list li a p {
    width: 100%;
    padding-left: 0;
  }
}

@media screen and (max-width: 480px) {
  .netsui_memberdetail_02_table tr th {
    width: 100%;
    display: block;
    padding: 4rem 0 0;
    text-align: left;
  }
  .netsui_memberdetail_02_table tr td {
    width: 100%;
    display: block;
    padding: 1rem 0 4rem;
  }
}

/************************************
下層ページ　CONTACT
************************************/
/*------ MEMBER INFORMATION ------*/
.netsui_contact_01 {
  color: #707070;
}

.netsui_contact_01_top {
  padding-top: 3rem;
}

.netsui_contact_01_top h3 {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.netsui_contact_01_top h3:after {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  background: #2C4A9E;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.netsui_contact_01_top_list {
  padding-top: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.netsui_contact_01_top_list li {
  padding: 2rem 1.75rem;
  width: calc(100% / 3 - 1.9rem);
  margin: 0 2.8rem 4rem 0;
  background-color: #fff;
  border: 1px solid #E3E3E3;
}

.netsui_contact_01_top_list li .netsui_contact_01_top_img {
  padding: 0 .25rem;
  position: relative;
  width: 100%;
}

.netsui_contact_01_top_list li .netsui_contact_01_top_img img {
  width: 100%;
}

.netsui_contact_01_top_list li .netsui_contact_01_top_img .netsui_contact_01_top_list_num {
  position: absolute;
  text-align: center;
  line-height: 7rem;
  font-size: 3rem;
  font-weight: bold;
  color: #1E2F63;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  border: 1px solid #1E2F63;
  background-color: #fff;
  bottom: -4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.netsui_contact_01_top_list li h4 {
  padding-top: 5.5rem;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.7;
  padding-bottom: 1rem;
}

.netsui_contact_01_top_list li p {
  font-size: 16px;
  letter-spacing: normal;
}

.netsui_contact_01_top_list li .netsui_contact_01_top_list_subttl {
  padding-bottom: 8px;
  font-size: 16px;
  text-align: center;
}

.netsui_contact_01_top_list li:nth-child(3n) {
  margin-right: 0;
}

.netsui_contact_01_bottom {
  background-color: #fff;
  padding: 4rem 2rem 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #707070;
  margin-bottom: 8rem;
}

.netsui_contact_01_bottom_content {
  width: 31.5%;
}

.netsui_contact_01_bottom_content .netsui_contact_01_bottom_icon {
  width: 90%;
  max-width: 150px;
  margin: 0 auto;
}

.netsui_contact_01_bottom_content .netsui_contact_01_bottom_icon img {
  width: 100%;
}

.netsui_contact_01_bottom_content h4 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  padding: 2rem 0 3rem;
}

.netsui_contact_01_bottom_content .space {
  height: 3.6rem;
}

.netsui_contact_01_bottom_content p {
  font-size: 16px;
  letter-spacing: normal;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .netsui_contact_01_top_list li {
    width: calc(100% / 2 - 1rem);
    margin: 0 2rem 4rem 0;
  }
  .netsui_contact_01_top_list li:nth-child(3n) {
    margin-right: 2rem;
  }
  .netsui_contact_01_top_list li:nth-child(2n) {
    margin-right: 0;
  }
  .netsui_contact_01_bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    max-width: 500px;
    margin: 0 auto 8rem;
  }
  .netsui_contact_01_bottom_content {
    width: 100%;
    padding-bottom: 5rem;
  }
  .netsui_contact_01_bottom_content .space {
    height: 0;
  }
  .netsui_contact_01_bottom_content h4 {
    padding-bottom: 2rem;
  }
}

@media screen and (max-width: 480px) {
  .netsui_contact_01_top_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .netsui_contact_01_top_list li {
    width: 100%;
    margin: 0 0 4rem 0;
  }
  .netsui_contact_01_top_list li:nth-child(3n) {
    margin-right: 0;
  }
}

/*------ MEMBER MERIT ------*/
.netsui_contact_02 {
  background-color: #FBF8F4;
  padding-bottom: 7rem;
}

.netsui_contact_02 .netsui_ttl h2 {
  color: #FBF8F4;
}

.netsui_contact_02_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.netsui_contact_02_list li {
  background-color: #fff;
  width: calc((100% / 3) - 2rem);
  margin-right: 3rem;
  margin-bottom: 3rem;
  border: 1px solid #E3E3E3;
}

.netsui_contact_02_list li .netsui_contact_02_list_num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1;
  width: 6rem;
  height: 6rem;
  background-color: #1E2F63;
  text-align: center;
  font-size: 3.6rem;
  font-weight: bold;
  color: #fff;
  padding-top: 3px;
}

.netsui_contact_02_list li .netsui_contact_02_list_num span {
  font-size: 1.6rem;
}

.netsui_contact_02_list li p {
  letter-spacing: normal;
  line-height: 1.7;
  font-size: 2rem;
  color: #707070;
  text-align: center;
  padding: 2rem 1.5rem 3.5rem;
}

.netsui_contact_02_list li:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .netsui_contact_02_list li {
    width: calc((100% / 2) - 1rem);
    margin-right: 2rem;
  }
  .netsui_contact_02_list li:nth-child(3n) {
    margin-right: 2rem;
  }
  .netsui_contact_02_list li:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 480px) {
  .netsui_contact_02_list li {
    width: 100%;
    margin-right: 0;
  }
  .netsui_contact_02_list li:nth-child(3n) {
    margin-right: 0;
  }
}

/*------  MEMBER REQUIREMENTS ------*/
.netsui_contact_03 {
  padding-bottom: 3rem;
}

.netsui_contact_03_inner {
  width: 100%;
  max-width: 785px;
  margin: 0 auto;
  padding: 0 15px;
}

.netsui_contact_03_list {
  padding-bottom: 4rem;
  width: 100%;
}

.netsui_contact_03_list li {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.netsui_contact_03_list li .netsui_contact_03_list_num {
  text-align: center;
  line-height: 31px;
  width: 33px;
  height: 33px;
  background-color: #1E2F63;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}

.netsui_contact_03_list li p {
  letter-spacing: normal;
  font-size: 16px;
  border-bottom: 1px solid #707070;
  padding-left: 1rem;
  width: calc(100% - 33px - 2rem);
}

.netsui_contact_03_bottom {
  width: 100%;
  background-color: #707070;
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
  padding-bottom: 3px;
  text-align: center;
  letter-spacing: .1em;
}

.netsui_contact_03_bottom span {
  font-size: 3.6rem;
  padding: 0 10px;
}

/*------ FLOW ------*/
.netsui_contact_04 {
  padding-bottom: 10rem;
}

.netsui_contact_04_content {
  color: #707070;
  width: 100%;
  max-width: 955px;
  margin: 0 auto;
  padding: 0 15px;
}

.netsui_contact_04_content p {
  font-size: 16px;
  letter-spacing: .1em;
}

.netsui_contact_04_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 2rem;
}

.netsui_contact_04_list li {
  background-color: #fff;
  position: relative;
  width: 26rem;
  height: 12rem;
  border: 1px solid #E3E3E3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.netsui_contact_04_list li:after {
  position: absolute;
  z-index: -1;
  content: "";
  width: 8rem;
  height: 5px;
  background: #E3E3E3;
  right: -8rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.netsui_contact_04_list li .netsui_contact_04_list_num {
  position: absolute;
  left: 10px;
  top: -2rem;
  font-size: 4rem;
  font-weight: bold;
  color: #2C4A9E;
  line-height: 1;
}

.netsui_contact_04_list li p {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

.netsui_contact_04_list li:last-child:after {
  display: none;
}

@media screen and (max-width: 768px) {
  .netsui_contact_04_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .netsui_contact_04_list li {
    width: 100%;
    max-width: 400px;
    margin: 0  auto 5rem;
  }
  .netsui_contact_04_list li:after {
    width: 5px;
    height: 8rem;
    bottom: -8rem;
    top: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

/*------ APPLICATION FORM ------*/
.netsui_contact_05 {
  background-color: #F2F2F2;
  padding-bottom: 4.5rem;
}

.netsui_contact_05 .netsui_ttl {
  border-bottom: 1px solid #fff;
}

.netsui_contact_05 .netsui_ttl h2 {
  color: #F2F2F2;
}

.contact_form_table table {
  width: 90%;
  margin: 0 auto;
}

.contact_form_table_td01 {
  display: inline-block;
  font-size: 2rem;
}

.contact_form_table_td02 {
  display: inline-block;
  padding-left: 15px;
}

.contact_form_table_td02 .required {
  color: #fff;
  font-size: 1.8rem;
  background: #1E2F63;
  padding: 0 10px 3px;
}

.contact_form_table_td03 {
  width: 100%;
  display: block;
  font-size: 1.6rem;
  padding: 1rem 0 6rem;
}

.contact_form_table_td03 input {
  margin: 5px 0;
}

.contact_list {
  -webkit-column-count: 1;
          column-count: 1;
}

.contact_list .contact_list_item {
  -webkit-column-break-inside: avoid;
          break-inside: avoid;
  padding-bottom: 10px;
}

.check {
  padding-top: 2rem;
}

.check input[type="checkbox"] {
  display: none;
}

.check input[type="checkbox"] + label {
  display: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 40px;
  padding-right: 10px;
}

.check input[type="checkbox"] + label::before {
  content: "";
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 19px;
  height: 19px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  border: 1px solid #707070;
}

.check input[type="checkbox"]:checked + label::after {
  content: "";
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 18px;
  height: 9px;
  margin-top: -9px;
  top: 50%;
  left: 3px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-bottom: 3px solid;
  border-left: 3px solid;
  border-color: #1E2F63;
}

.contact_form_table input {
  padding: 10px 2rem;
  border: none;
  border: 1px solid #707070;
  background-color: #fff;
}

.contact_form_table textarea {
  padding: 10px;
  border: none;
  border: 1px solid #707070;
  width: 100%;
  height: 40rem;
  background-color: #fff;
}

.input_length {
  width: 100%;
}

.contact_form_table_submit {
  font-size: 2.2rem;
  text-align: center;
}

.contact_form_table_submit a {
  font-size: 2.4rem;
  color: #1f3b90;
  text-decoration: underline;
}

.contact_form_table_submit button {
  position: relative;
  text-align: center;
  font-size: 18px;
  color: #2C4A9E;
  border: 1px solid #2C4A9E;
  border-radius: 30px;
  display: block;
  padding: 15px 0;
  width: 100%;
  max-width: 250px;
  line-height: 1;
  background-color: #fff;
  margin: 0 auto;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

.contact_form_table_submit button i {
  position: absolute;
  right: 1rem;
}

.contact_form_table_submit button:hover {
  color: #fff;
  background-color: #2C4A9E;
}

@media screen and (max-width: 480px) {
  .contact_form_table table {
    width: 100%;
  }
  .contact_list {
    -webkit-column-count: 1;
            column-count: 1;
  }
  .contact_form_table_td03 {
    padding: 1rem 0 4rem;
  }
}
/*# sourceMappingURL=main_style.css.map */

/*----------------------------
      NEWS-一覧
----------------------------*/
.netsui_news_inner {
  max-width: 1080px;
  margin: 0 auto;
}

@media screen and (max-width: 1080px) {
  .netsui_news_inner {
    margin: 0 30px;
  }
}

@media screen and (max-width: 768px) {
  .netsui_news_inner {
    margin: 0 15px;
  }
}
.category-area {
  padding: 20px 0;
  color: #1E2F63;
  background-color: #FBF8F4;
}
@media screen and (min-width: 768px) {
  .category-area {
    padding: 40px 0;
  }
}
.netsui_news_inner {
  display: block;
}
@media screen and (min-width: 768px) {
  .netsui_news_inner {
    display: flex;
  }
}
.category-area__left {
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .category-area__left {
    flex-shrink: 0;
    padding-right: 40px;
    border-right: 1px solid #ccc;
    border-bottom: none;
  }
}
.category-area__left-link {
  display: inline-block;
  padding: 6px 16px;
  border: 2px solid #1E2F63;
  border-radius: 30px;
  color: #fff;
  background-color: #1E2F63;
  font-size: 14px;
}
.category-area__left-link--archive {
  color: #1E2F63;
  background-color: #fff;
  transition: .3s;
}
.category-area__left-link--archive:focus,
.category-area__left-link--archive:hover {
  color: #fff;
  background-color: #1E2F63;
}
@media screen and (min-width: 768px) {
  .category-area__left-link {
    padding: 12px 26px;
    font-size: 1.4rem;
  }
}
.category-area__left-link:focus,
.category-area__left-link:hover {
  opacity: 1;
}
.category-area__right {
  padding-top: 10px;
}
@media screen and (min-width: 768px) {
  .category-area__right {
    padding-top: 0;
    padding-left: 40px;
  }
}
.netsui_news {
  padding: 40px 0 100px;
}
@media screen and (min-width: 768px) {
  .netsui_news {
    padding: 60px 0 141px;
  }
}
@media screen and (min-width: 768px) {
  .horizontal-links {
    display: flex;
    align-items: center;
  }
}
.horizontal-links__title {
  margin-bottom: 10px;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .horizontal-links__title {
    flex-shrink: 0;
    margin-bottom: 0;
    margin-right: 40px;
    font-size: 2.1rem;
  }
}
.horizontal-links__lists {
  display: flex;
  flex-wrap: wrap;
  margin-top: -10px;
}
.horizontal-links__lists li {
  margin-top: 10px;
  margin-right: 12px;
}
.horizontal-links__lists li:last-of-type {
  margin-right: 0;
}
.horizontal-links__lists a {
  display: inline-block;
  padding: 6px 16px;
  border: 2px solid #1E2F63;
  border-radius: 30px;
  color: #1E2F63;
  background-color: #fff;
  font-size: 14px;
  letter-spacing: 0;
  transition: .3s;
}
.horizontal-links__lists a.current-cat,
.horizontal-links__lists a[aria-current="page"] {
  color: #fff;
  background-color: #1E2F63;
}
@media screen and (min-width: 768px) {
  .horizontal-links__lists a {
    display: inline-block;
    padding: 12px 26px;
    border: 2px solid #1E2F63;
    border-radius: 30px;
    color: #1E2F63;
    background-color: #fff;
    font-size: 1.4rem;
    transition: .3s;
  }
}
.horizontal-links__lists a:focus,
.horizontal-links__lists a:hover {
  color: #fff;
  background-color: #1E2F63;
  opacity: 1;
}
.horizontal-links__archive {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .horizontal-links__archive .horizontal-links__title {
    margin-right: 61px;
  }
}

.netsui_news__articles {
  margin-top: 31px;
  margin-bottom: 31px;
}
.netsui_news__articles .top-news__article {
  margin-bottom: 2px;
  padding: 1.437rem 1.25rem;
}
.netsui_news__articles .article__head {
  flex-shrink: 0;
}
.netsui_news__articles .article__date {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .netsui_news__articles .article__date {
    font-size: 1rem;
  }
}
.netsui_news__articles .article__cat {
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .netsui_news__articles .article__cat {
    margin-left: 20px;
    font-size: 0.875rem;
  }
}
.netsui_news__articles .article__title {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .netsui_news__articles .article__title {
    font-size: 1.4rem;
  }
}
/* END-NEWS一覧 */

/*----------------------------
      NEWS-詳細
----------------------------*/

.news-single {
  padding: 70px 0 70px;
}
@media screen and (min-width: 768px) {
  .news-single {
    padding: 120px 0 140px;
  }
}
.news-article {
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .news-article {
    padding: 0 5.08% 121px;
  }
}
.news-article__thumbnail {
  text-align: center;
}
.news-article__title {
  font-size: 24px;
  letter-spacing: 0.04em;
  margin: 80px 0;
}
@media screen and (min-width: 768px) {
  .news-article__title {
    font-size: 2.8rem;
  }
}
.news-article__head {
  background-color: #FBF8F4;
  padding: 40px 0;
  margin-bottom: 20px;
}
.news-article__head_inner {
  display: flex;
  align-items: center;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 3.08%;
}
.news-article__date {
  margin-right: 14px;
  padding: 2px 20px 2px 20px;
  border: 1px solid #1E2F63;
  border-radius: 40px;
  color: #fff;
  font-size: 12px;
  background-color: #1E2F63;
}
@media screen and (min-width: 768px) {
  .news-article__date {
    font-size: 1.6rem;
  }
}
.news-article__head .post-categories a {
  padding: 2px 12px;
   color: #1E2F63;
   padding: 5px 20px 5px 20px;
   border-radius: 40px;
   border: 1px solid #1E2F63;
   background-color: #fff;
   font-size: 12px;
   letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .news-article__head .post-categories a {
    font-size: 1.6rem;
  }
}
.news-article__content p {
  margin-top: 40px;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .news-article__content p {
    margin-top: 80px;
    font-size: 1.6rem;
    line-height: 2;
  }
}
.news-article__content .wp-block-video {
  margin: 50px auto 0;
}
@media screen and (min-width: 768px) {
  .news-article__content .wp-block-video {
    margin: 80px auto 0;
    max-width: 812px;
  }
}
.news-article__content a {
  color: #62ACD0;
}
.news-single__related {
  padding: 80px 0;
}
@media screen and (min-width: 768px) {
  .news-single__related {
    padding: 120px 0;
  }
}
.news-related__heading {
  display: inline-block;
  padding: 6px 32px 8px 22px;
  border: 1px solid #1E2F63;
  border-radius: 0 40px 40px 0;
  color: #1E2F63;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .news-related__heading {
    font-size: 1.375rem;
  }
}
.news-single__related .news-lists__articles {
  margin-top: 30px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .news-single__related .news-lists__articles {
    margin-top: 51px;
  }
}
.news-single__related .article__head {
  min-width: auto;
}
.news-single__related .article__date {
  font-size: 1rem;
  padding-right: 20px;
}
.news-single__related .news-lists__articles .top-news__article {
  padding: 1.5625rem 1.25rem;
}
.news-single__footer {
  padding: 30px 20px;
  background-color: #FBF8F4;
}
@media screen and (min-width: 768px) {
  .news-single__footer {
    padding: 60px 50px;
  }
}
.news-single__footer-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-single__footer a {
  display: inline-block;
  position: relative;
  margin-right: 15px;
  padding: 4px 10px;
  width: 100px;
  border: 2px solid #1E2F63;
  border-radius: 35px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0;
  transition: .3s;
}
@media screen and (min-width: 768px) {
  .news-single__footer a {
    margin-right: 20px;
    padding: 15px;
    width: 200px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .news-single__footer a {
    width: 277px;
  }
}
.news-single__no-link {
  margin-right: 15px;
  width: 100px;
  height: 50px;
}
@media screen and (min-width: 768px) {
  .news-single__no-link {
    margin-right: 20px;
    width: 200px;
  }
}
@media screen and (min-width: 1024px) {
  .news-single__no-link {
    width: 277px;
  }
}
.news-single__no-link:last-child {
  margin-right: 0;
  margin-left: 15px;
}
@media screen and (min-width: 768px) {
  .news-single__no-link:last-child {
    margin-left: 20px;
  }
}
.news-single__footer a:last-of-type {
  margin-right: 0;
}
.news-single__footer a {
  color: #1E2F63;
  background-color: #fff;

}
.news-single__footer a::before,
.news-single__footer a::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .news-single__footer a::before,
  .news-single__footer a::after {
    width: 11px;
    height: 11px;
  }
}
.news-single__footer a::before {
  display: none;
  background-image: url('./../images/common/icons/arrow-white.png');
  transition: .3s;
}
.news-single__footer a::after {
  background-image: url('./../images/common/icons/arrow.png');
  transition: .3s;
}
.news-single__footer a:hover {
  opacity: 1;
  background-color: #1E2F63;
  color: #fff;
}
.news-single__footer a:hover::before {
  display: inline-block;
}
.news-single__footer a:hover::after {
  display: none;
}
.news-single__footer a::before,
.news-single__footer a::after {
  top: 50%;
  left: 4px;
  transform: translateY(-50%) scaleX(-1);
}
@media screen and (min-width: 768px) {
  .news-single__footer a::before,
  .news-single__footer a::after {
    left: 14px;
  }
}
.news-single__footer a[rel="next"]::before,
.news-single__footer a[rel="next"]::after {
  right: 4px;
  left: auto;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .news-single__footer a[rel="next"]::before,
  .news-single__footer a[rel="next"]::after {
    right: 14px;
  }
}
.news-single__footer .news-single__to-top {
  color: #fff;
  background-color: #1E2F63;
}
.news-single__footer .news-single__to-top:hover {
  color: #1E2F63;
  background-color: #fff;
}
.news-single__footer .news-single__to-top::before {
  background-image: url('./../images/common/icons/arrow.png');
}
.news-single__footer .news-single__to-top::after {
  background-image: url('./../images/common/icons/arrow-white.png');
}
.news-single__footer .news-single__to-top::before,
.news-single__footer .news-single__to-top::after {
  content: none;
  top: 50%;
  left: auto;
  right: 2px;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .news-single__footer .news-single__to-top::before,
  .news-single__footer .news-single__to-top::after {
    content: '';
    right: 14px;
  }
}
/* END-NEWS詳細 */

/*----------------------------
    ページネーション
----------------------------*/
.netsui_news .wp-pagenavi {
  margin: 50px 0;
}
.netsui_news .wp-pagenavi .page,
.netsui_news .wp-pagenavi .nextpostslink,
.netsui_news .wp-pagenavi .previouspostslink
 {
  display: inline-block;
  margin-right: 10px;
  padding: 3px 14px 3px;
  border: 2px solid #1E2F63;
  border-radius: 30px;
  color: #1E2F63;
  background-color: #fff;
  font-size: 12px;
  transition: .3s;
}
@media screen and (min-width: 768px) {
  .netsui_news .wp-pagenavi .page,
  .netsui_news .wp-pagenavi .nextpostslink,
  .netsui_news .wp-pagenavi .previouspostslink {
    padding: 6px 25px 7px;
    border-radius: 30px;
    font-size: 1.2rem;
  }
}
.netsui_news .wp-pagenavi .extend {
  margin-right: 12px;
  color: #1E2F63;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .netsui_news .wp-pagenavi .extend {
    font-size: 1.2rem;
  }
}
.netsui_news .wp-pagenavi .page:hover,
.netsui_news .wp-pagenavi .nextpostslink:hover,
.netsui_news .wp-pagenavi .previouspostslink:hover {
  color: #fff;
  background-color: #1E2F63;
  opacity: 1;
}
.netsui_news .wp-pagenavi .current {
  display: inline-block;
  margin-right: 10px;
  padding: 3px 14px 3px;
  border: 2px solid #1E2F63;
  border-radius: 20px;
  color: #fff;
  background-color: #1E2F63;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .netsui_news .wp-pagenavi .current {
    padding: 6px 25px 7px;
    border-radius: 30px;
    font-size: 1.2rem;
  }
}
/* END-ページネーション */

/*----------------------------
    上書きCSS
----------------------------*/

.netsui_news_ttl_bg {
  background-image: url("../image/news_ttl_bg.jpg");
}

.netsui_about_05_table tr th {
  padding: 4rem 0;
  width: 22%;
  text-align: center;
  background-color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  .netsui_about_05_table tr th {
    text-align: left;
    width: 100%;
    display: block;
    padding: 2rem 0 0;
  }
}

.netsui_staff_detail_table tr th {
  vertical-align: top;
  font-size: 1.8rem;
  font-weight: bold;
  width: 14rem;
  padding: 2rem 0;
  text-align: right;
  background-color: transparent;
}

@media screen and (max-width: 1024px) {
  .netsui_staff_detail_table tr th {
    font-size: 16px;
    padding: 2rem 0 5px;
    width: 100%;
    display: block;
    text-align: left;
  }
}
.netsui_card_list .netsui_card_item {
  margin-bottom: 40px;
}

.netsui_memberdetail_02_table tr th {
  width: 20%;
  font-size: 2rem;
  font-weight: bold;
  padding: 4rem 0;
  text-align: center;
  background-color: #fff;
  vertical-align: baseline;
}

.netsui_memberdetail_02_table tr td {
  font-size: 1.8rem;
}

@media screen and (max-width: 480px) {
  .netsui_memberdetail_02_table tr th {
    width: 100%;
    display: block;
    padding: 4rem 0 0;
    text-align: left;
  }
  .netsui_memberdetail_02_table tr td {
    width: 100%;
    display: block;
    padding: 1rem 0 4rem;
  }
}

.netsui_memberdetail_02_table_list li a .netsui_memberdetail_date {
  width: 155px;
}

@media screen and (min-width: 768px) {
  .netsui_news_inner {
    position: relative;
    z-index: 110;
  }
}

.netsui_card_list .netsui_card_item a .netsui_card_category {
  margin-right: 10px;
}

.contact_form_table_submit input[type="submit"] {
  position: relative;
  text-align: center;
  font-size: 18px;
  color: #2C4A9E;
  border: 1px solid #2C4A9E;
  border-radius: 30px;
  display: block;
  padding: 15px 0;
  width: 100%;
  max-width: 250px;
  line-height: 1;
  background-color: #fff;
  margin: 0 auto;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

.contact_form_table_submit input[type="submit"] i {
  position: absolute;
  right: 1rem;
}

.contact_form_table_submit input[type="submit"]:hover {
  color: #fff;
  background-color: #2C4A9E;
}

.contact_form_table_td03 span.wpcf7-checkbox .wpcf7-list-item {
  margin-top:5px;
  display: block;
}

.contact_form_table_td03 span.wpcf7-checkbox .wpcf7-list-item input[type="checkbox"] {
  width: 19px;
  height: 19px;
  vertical-align: top;
}

.netsui_member_list .netsui_member_item a img {
  width: 100%;
  height: 100px;
  object-fit: contain;
}

.netsui_memberdetail_01_content .netsui_memberdetail_logo img {
  border-radius: 35%;
}

nav#netsui_g-nav {
  max-height: 975px;
  overflow-y: scroll;
  background: #33333399;
}

label.g-nav_child_menu_title {
  color: #fff;
  font-size: 2.6rem;
  padding: 2.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  transition: all .8s;
  cursor: pointer;
}

label.g-nav_child_menu_title:hover {
  color: #2C4A9E;
}

.g-nav_child_menu input {
  display: none;
}

.g-nav_child_menu .accshow {
  height: 0;
  overflow: hidden;
}

.g-nav_child_menu .accshow p {
  padding: 1.5rem;
}

#netsui_g-nav .netsui_g-nav_list li.g-nav_child_menu .accshow a {
  font-size: 1.8rem;
  padding-left: 4.5rem;
}

.g-nav_child_menu .cssacc:checked + .accshow {
  height: auto;
}

.netsui_g-nav_sns {
  padding: 5rem 0;
}

.menu_child {
  position: relative;
}

.menu_child > a {
  pointer-events: none
}

.menu_child:hover > ul {
  display: block;
  animation: appear .5s ease;
}

@keyframes appear {
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}

.menu_child ul {
  display: none;
  position: absolute;
  top: 25px;
  width: 180px;
}

.menu_child ul {
  background: rgba(255, 255, 255, 0.8);
}

.netsui_footer_right .netsui_footer_nav .menu_child ul li a {
  color: #333;
  padding: 10px 10px 10px 30px;
  border: none;
}

.netsui_footer_right .netsui_footer_nav .menu_child ul li a:hover {
  text-decoration: underline;
}

/*  5daysプログラム　ワークショップページ */
.workshop-mv {
  height: 80vh;
  min-height: 600px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .workshop-mv {
    min-height: 500px;
  }
}
.workshop-mv__swiper {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  height: 80vh;
  min-height: 600px;
}
.workshop-mv__content {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .workshop-mv__content {
    padding: 0 30px;
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.workshop-mv .swiper-img {
  width: 100%;
  height: 100%;
}
.workshop-mv .swiper-slide-active .swiper-img,
.workshop-mv .swiper-slide-duplicate-active .swiper-img,
.workshop-mv .swiper-slide-prev .swiper-img {
  animation: zoomUp 14s linear 0s normal both;
}
.workshop-mv .swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.workshop-mv__title {
  margin-bottom: 100px;
  color: #2C4A9E;
  font-size: 6rem;
}
@media screen and (max-width: 1024px) {
  .workshop-mv__title {
    margin-bottom: 80px;
    font-size: 5.2rem;
  }
}
@media screen and (max-width: 768px) {
  .workshop-mv__title {
    margin-bottom: 40px;
    font-size: 3.2rem;
  }
}
.workshop-mv__title .only-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .workshop-mv__title .only-sp {
    display: inline;
  }
}
.workshop-mv__title-small {
  font-size: 4rem;
}
@media screen and (max-width: 1024px) {
  .workshop-mv__title-small {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 768px) {
  .workshop-mv__title-small {
    font-size: 2.4rem;
  }
}
.workshop-mv__text {
  color: #fff;
  font-size: 5rem;
  letter-spacing: 0.2em;
  line-height: 2;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .workshop-mv__text {
    font-size: 4.4rem;
  }
}
.workshop-mv__text .only-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .workshop-mv__text {
    font-size: 3rem;
    line-height: 1.45;
  }
  .workshop-mv__text .only-sp {
    display: inline;
  }
}
.workshop-tour {
  padding-top: 9rem;
}
@media screen and (max-width: 768px) {
  .workshop-tour {
    padding-top: 9rem;
  }
}
.workshop-tour__card {
  display: flex;
  align-items: flex-start;
  margin-bottom: 50px;
  width: 100%;
  padding: 24px;
  border-radius: 23px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.21);
}
@media screen and (max-width: 768px) {
  .workshop-tour__card {
    display: block;
  }
}
.workshop-tour__card:last-of-type {
  margin-bottom: 0;
}
.workshop-tour__card-body {
  flex-grow: 1;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .workshop-tour__card-body {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.workshop-tour__card-title {
  margin-bottom: 8px;
  color: #C7B8A3;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.07em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .workshop-tour__card-title {
    margin-bottom: 16px;
  }
}
.workshop-tour__card-text {
  margin-bottom: 40px;
  font-size: 1.8rem;
  line-height: 1.66;
}
.workshop-tour__card-img {
  flex-basis: 350px;
}
.workshop-table {
  width: auto;
  font-size: 1.8rem;
  line-height: 2.5;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .workshop-table {
    font-size: 1.6rem;
  }
}
.workshop-table__th {
  position: relative;
  padding-left: 30px;
  background-color: transparent;
  vertical-align: top;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .workshop-table__th {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .workshop-table__th {
    white-space: normal;
  }
}
.workshop-table__th::before {
  content: '';
  position: absolute;
  left: 0;
  top: 14px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 14px solid #707070;
  border-right: 0;
}
@media screen and (max-width: 1024px) {
  .workshop-table__td {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .workshop-table__td br {
    display: none;
  }
}
.workshop-kyoudou {
  margin-top: 174px;
  margin-bottom: 78px;
  padding-top: 36px;
  background-color: #FBF8F4;
}
@media screen and (max-width: 1080px) {
  .workshop-kyoudou {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .workshop-kyoudou {
    margin-top: 9rem;
  }
}
.workshop-kyoudou__title {
  margin-bottom: 40px;
  color: #2C4A9E;
  font-size: 3.8rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 2.1;
}
@media screen and (max-width: 1024px) {
  .workshop-kyoudou__title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .workshop-kyoudou__title {
    font-size: 2.4rem;
    line-height: 1.875;
  }
  .workshop-kyoudou__title br {
    display: none;
  }
}
.workshop-kyoudou__inner {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .workshop-kyoudou__inner {
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .workshop-kyoudou__inner {
    display: block;
  }
}
.workshop-kyoudou__img {
  position: relative;
  margin-left: calc((100vw - 1080px) / -2);
  margin-bottom: -78px;
  flex-basis: 55.55%;
  flex-shrink: 0;
}
@media screen and (max-width: 1080px) {
  .workshop-kyoudou__img {
    flex-basis: 45%;
    margin-left: -30px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .workshop-kyoudou__img {
    margin: 0 0 30px 0;
  }
}
.workshop-kyoudou__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.workshop-kyoudou__body {
  padding-top: 7px;
  padding-bottom: 40px;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .workshop-kyoudou__body {
    padding: 0 0 40px 0;
  }
}
.workshop-kyoudou__text {
  margin-bottom: 24px;
  padding-left: 44px;
  font-size: 1.6rem;
  line-height: 2.18;
}
@media screen and (max-width: 768px) {
  .workshop-kyoudou__text {
    padding: 0;
  }
}
.workshop-kyoudou__tags {
  padding-left: 24px;
  color: #C7B8A3;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.8;
}
@media screen and (max-width: 1024px) {
  .workshop-kyoudou__tags {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .workshop-kyoudou__tags {
    padding: 0;
  }
}
.workshop-venue {
  padding-top: 130px;
}
@media screen and (max-width: 768px) {
  .workshop-venue {
    padding-top: 9rem;
  }
}
.workshop-venue .netsui_ttl {
  margin-bottom: 2.8rem;
}
.workshop-venue__lead {
  margin-bottom: 7rem;
  color: #C7B8A3;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.07em;
  line-height: 1.5;
}
.netsui_card_list .workshop-venue__netsui_card_item a {
  display: flex;
  flex-direction: column;
  padding-bottom: 0;
}
.netsui_card_list .workshop-venue__netsui_card_item a:hover {
  transform: none;
  box-shadow: 0 0 10px #00000029;
  color: #707070;
}
.netsui_card_list .workshop-venue__netsui_card_item a .netsui_card_date {
  font-size: 1.6rem;
}
.netsui_card_list .workshop-venue__netsui_card_item a .netsui_card_ttl {
  color: #1E2F63;
  font-size: 2.6rem;
}
.netsui_card_list .workshop-venue__netsui_card_item  .netsui_card_item_bottom {  
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.netsui_card_list .workshop-venue__netsui_card_item  .netsui_card_item_bottom p {
  flex-grow: 1;
}
.netsui_card_item_map {
  margin-top: 4px;
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}
.netsui_card_item_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.workshop-skills {
  margin-top: 12rem;
  padding-top: 6rem;
  padding-bottom: 12rem;
  background-color: #F2F2F2;
}
@media screen and (max-width: 768px) {
  .workshop-skills {
    margin-top: 9rem;
  }
}
@media screen and (max-width: 768px) {
  .workshop-skills .netsui_ttl {
    margin-bottom: 30px;
  }
}
.workshop-skills .netsui_ttl h2 {
  color: #F2F2F2;
}
.workshop-skills__lead {
  margin-bottom: 58px;
  color: #C7B8A3;
  font-size: 3.8rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-align: center;
}
.workshop-skills__lead .only-sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .workshop-skills__lead {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .workshop-skills__lead {
    font-size: 2rem;
  }
  .workshop-skills__lead .only-sp {
    display: inline;
  }
}
.workshop-skills__card {
  display: flex;
  align-items: center;
  margin-bottom: 12rem;
}
@media screen and (max-width: 768px) {
  .workshop-skills__card {
    display: block;
  }
}
.workshop-skills__card:last-of-type {
  margin-bottom: 0;
}
.workshop-skills__card-img {
  flex-basis: 31.48%;
  flex-shrink: 0;
  margin-right: 30px;
}
@media screen and (max-width: 1024px) {
  .workshop-skills__card-img {
    flex-basis: 38%;
  }
}
@media screen and (max-width: 768px) {
  .workshop-skills__card-img {
    margin: 0 auto 24px;
    max-width: 300px;
    width: 100%;
  }
}
.workshop-skills__card-title {
  margin-bottom: 20px;
  color: #1E2F63;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0;
}
.workshop-skills__card-text {
  margin-bottom: 20px;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0;
}
.workshop-skills__card-btn {
  display: inline-block;
  padding: 2px 45px;
  min-width: 368px;
  border: 1px solid #1E2F63;
  border-radius: 17px;
  color: #1E2F63;
  background-color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0;
  text-align: center;
  transition: .3s;
}
.workshop-skills__card-btn:hover {
  color: #fff;
  background-color: #1E2F63;
}
.workshop-skills__card-btns {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .workshop-skills__card-btns {
    display: block;
  }
  .workshop-skills__card-btn {
    margin-bottom: 16px;
  }
  .workshop-skills__card-btn:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .workshop-skills__card-btn {
    padding: 2px 20px;
    min-width: auto;
  }
}
.workshop-skills__card-btns .workshop-skills__card-btn {
  min-width: auto;
  flex: 1;
  margin-right: 6.6%;
}
.workshop-skills__card--reverse {
  flex-direction: row-reverse;
}
.workshop-skills__card--reverse .workshop-skills__card-img {
  margin-right: 0;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .workshop-skills__card--reverse .workshop-skills__card-img {
    margin: 0 auto 24px;
    max-width: 300px;
    width: 100%;
  }
}
.workshop-schedule {
  padding-top: 12rem;
}
@media screen and (max-width: 768px) {
  .workshop-schedule {
    padding-top: 9rem;
  }
}
.workshop-schedule__card {
  margin-bottom: 4rem;
  padding: 37px 37px 40px 37px;
  width: 100%;
  border-radius: 23px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .21);
}
@media screen and (max-width: 768px) {
  .workshop-schedule__card {
    padding: 2rem;
  }
}
.workshop-schedule__card:last-of-type {
  margin-bottom: 0;
}
.workshop-schedule__card-title {
  margin-bottom: 3.2rem;
  color: #C7B8A3;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.07em;
  line-height: 1.5;
}
.workshop-schedule__card-item {
  display: flex;
  margin-bottom: 24px;
  font-size: 1.8rem;
  letter-spacing: 0;
}
@media screen and (max-width: 1024px) {
  .workshop-schedule__card-item {
    display: block;
  }
}
.workshop-schedule__card-item:last-of-type {
  margin-bottom: 0;
}
.workshop-schedule__card-heading {
  font-weight: normal;
}
.workshop-schedule__card-item:nth-last-of-type(2) .workshop-schedule__card-heading {
  padding-right: 7em;
}
@media screen and (max-width: 1024px) {
  .workshop-schedule__card-item:nth-last-of-type(2) .workshop-schedule__card-heading {
    padding-right: 0;
  }
}
.workshop-schedule__card-table-item .workshop-schedule__card-heading {
  margin-bottom: 1.8rem;
  font-size: 1.8rem;
}
.workshop-schedule__card-table-item .workshop-table {
  margin-left: 26px;
}
.workshop-schedule__card-table-item .workshop-table .workshop-table__th {
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .workshop-schedule__card-table-item .workshop-table .workshop-table__th,
  .workshop-schedule__card-table-item .workshop-table .workshop-table__td {
    display: table-cell;
    white-space: normal;
  }
}
@media screen and (max-width: 768px) {
  .workshop-schedule__card-table-item .workshop-table .workshop-table__th,
  .workshop-schedule__card-table-item .workshop-table .workshop-table__td {
    display: block;
  }
}
.workshop-schedule__bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: -16px;
  padding-right: 8px;
}
@media screen and (max-width: 1024px) {
  .workshop-schedule__bottom {
    display: block;
    margin-top: 0;
  }
}
.workshop-schedule__card-table-item .netsui_btn {
  flex-basis: 250px;
  padding: 0;
}
.workshop-schedule__card-note {
  padding-bottom: 4px;
  font-size: 1.8rem;
  letter-spacing: 0;
}
@media screen and (max-width: 1024px) {
  .workshop-schedule__card-note {
    margin-bottom: 24px;
  }
}
.workshop-persons {
  margin-top: 18rem;
  padding-top: 10rem;
  padding-bottom: 15rem;
  background-color: #FBF8F4;
}
@media screen and (max-width: 768px) {
  .workshop-persons {
    margin-top: 9rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.workshop-persons .netsui_ttl {
  margin-bottom: 3rem;
}
.workshop-persons .netsui_ttl h2 {
  color: #FBF8F4;
}
.workshop-persons__lead {
  margin-bottom: 12px;
  color: #C7B8A3;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.07em;
  line-height: 1.5;
}
.workshop-persons__text {
  margin-bottom: 8.5rem;
  font-size: 1.6rem;
  line-height: 2.18;
  letter-spacing: 0;
}
/* モーダル用 */
/* モーダル */
.modal-overlay {
  align-items: center;
  background: rgba(0,0,0,.4);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.modal-container {
  background-color: #FBF8F4;
  max-height: 80vh;
  max-width: 537px;
  overflow-y: auto;
  padding: 36px 21px 28px 33px;
  width: 80%;
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .modal-container {
    padding: 3rem;
    border-radius: 25px;
  }
}
.modal-head {
  display: flex;
  align-items: flex-end;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .modal-head {
    display: block;
  }
}
.modal-img {
  flex-basis: 70.4%;
}
@media screen and (max-width: 768px) {
  .modal-img {
    margin-bottom: 20px;
  }
}
.modal-title-wrapper {
  flex-grow: 1;
  margin-left: -72px;
  margin-bottom: 3rem;
  padding: 8px 8px 6px 0;
  background-color: #fff;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .modal-title-wrapper {
    margin-left: 0;
    background-color: transparent;
    text-align: center;
  }
}
.modal-en-title {
  margin-bottom: -5px;
  padding-right: 12px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 2.14;
}
.modal-title {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
}
.modal-text {
  margin-bottom: 3rem;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.875;
}
.modal-btn-wrapper {
  text-align: center;
}
.modal-btn {
  display: inline-block;
  padding: 2px 40px;
  border: 1px solid #1E2F63;
  border-radius: 17px;
  color: #1E2F63;
  background-color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.875;
  text-align: center;
  transition: .3s;
}
.modal-btn:hover {
  color: #fff;
  background-color: #1E2F63;
}

/* モーダルアニメーション */
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal-overlay {
  animation: mmfadeIn .3s cubic-bezier(.0, .0, .2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal-container {
  animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal-overlay {
  animation: mmfadeOut .3s cubic-bezier(.0, .0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal-container {
  animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .modal-container,
.micromodal-slide .modal-overlay {
  will-change: transform;
}
/* モーダル用ここまで */
.workshop-corporation {
  padding-top: 12rem;
}
@media screen and (max-width: 768px) {
  .workshop-corporation {
    padding-top: 9rem;
  }
}
.workshop-corporation__inner {
  max-width: 960px;
}
@media screen and (max-width: 768px) {
  .workshop-corporation__inner {
    padding: 0 15px;
  }
}
.workshop-corporation__lists {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.workshop-corporation__item {
  margin-bottom: 80px;
  flex-basis: 43.75%;
}
@media screen and (max-width: 768px) {
  .workshop-corporation__item {
    margin-bottom: 40px;
    flex-basis: 45%;
  }
}
.workshop-corporation__item:nth-last-of-type(1) {
  margin-bottom: 0;
}
.workshop-corporation__item:nth-last-of-type(2) {
  margin-bottom: 0;
}
.workshop-corporation__title {
  margin-bottom: 3.2rem;
  font-size: 2.6rem;
  letter-spacing: 0;
  line-height: 1.15;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .workshop-corporation__title {
    margin-bottom: 12px;
    font-size: 2rem;
  }
}
.workshop-movie {
  margin-top: 11rem;
  padding-top: 5.4rem;
  padding-bottom: 11rem;
  background-color: #F2F2F2;
}
.workshop-movie .netsui_ttl h2 {
  color: #F2F2F2;
}
.workshop-movie__lists {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .workshop-movie__lists {
    display: block;
    padding: 0 20px;
  }
}
.workshop-movie__item {
  flex-basis: 42%;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .workshop-movie__item {
    margin-bottom: 60px;
    width: 100%;
  }
}
.workshop-movie__item:nth-last-of-type(1) {
  margin-bottom: 0;
}
.workshop-movie__title {
  margin-bottom: 8px;
  color: #C7B8A3;
  font-size: 1.8rem;
  letter-spacing: 0;
}
.workshop-movie__movie {
  position: relative;
  width: 100%;
  padding-top: 55.55%;
}
.workshop-movie__movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.workshop__netsui_btn {
  padding: 9rem 0;
}
/*  5daysプログラム　ワークショップページここまで */


/*  インタビュー一覧ページ */
.interview-mv {
  background-image: url('./../image/interview-page-mv.png');
}
.interview-mv .netsui_top_mv_txt h1 {
  color: #2C4A9E;
  padding-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .interview-mv .netsui_top_mv_txt h1 {
    font-size: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .interview-mv .netsui_top_mv_txt h1 {
    font-size: 2.8rem;
  }
}
.interview-mv .netsui_top_mv_txt h1 .only-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .interview-mv .netsui_top_mv_txt h1 .only-sp {
    display: inline;
  }
}
.interview-mv .netsui_top_mv_txt p {
  font-size: 2.6rem;
  line-height: 1.42;
}
@media screen and (max-width: 768px) {
  .interview-mv .netsui_top_mv_txt p {
    font-size: 1.8rem;
  }
}
.interview-mv__content {
  max-width: 800px;
}
.interview-mv__text {
  margin-top: -80px;
  padding: 50px 6.6%;
  border-radius: 17px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .21);
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.22;
  letter-spacing: 0;
}
@media screen and (max-width: 1024px) {
  .interview-mv__text {
    margin-top: -40px;
  }
}
@media screen and (max-width: 768px) {
  .interview-mv__text {
    padding: 25px 6.6%;
  }
}
.interview-large-media {
  margin-top: 10rem;
  margin-bottom: 78px;
  padding-top: 36px;
  background-color: #FBF8F4;
}
@media screen and (max-width: 1080px) {
  .interview-large-media {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .interview-large-media {
    margin-top: 9rem;
  }
}
.interview-large-media__title {
  margin-bottom: 40px;
  color: #CEAC7D;
  font-size: 3.8rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 2.1;
}
@media screen and (max-width: 1024px) {
  .interview-large-media__title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .interview-large-media__title {
    font-size: 2.4rem;
    line-height: 1.875;
  }
  .interview-large-media__title br {
    display: none;
  }
}
.interview-large-media__inner {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .interview-large-media__inner {
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .interview-large-media__inner {
    display: block;
  }
}
.interview-large-media__img {
  position: relative;
  margin-left: calc((100vw - 1080px) / -2);
  margin-bottom: -78px;
  flex-basis: 55.55%;
  flex-shrink: 0;
}
@media screen and (max-width: 1080px) {
  .interview-large-media__img {
    flex-basis: 45%;
    margin-left: -30px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .interview-large-media__img {
    margin: 0 0 30px 0;
  }
}
.interview-large-media__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.interview-large-media__body {
  padding-top: 7px;
  padding-bottom: 40px;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .interview-large-media__body {
    padding: 0 0 40px 0;
  }
}
.interview-large-media__text {
  margin-bottom: 24px;
  padding-left: 44px;
  font-size: 1.6rem;
  line-height: 2.18;
}
@media screen and (max-width: 768px) {
  .interview-large-media__text {
    padding: 0;
  }
}
.interview-large-media__text span {
  background: linear-gradient(transparent 50%, rgba(206, 172, 125, .2) 50%);
  font-weight: bold;
}
.interview-project {
  padding-top: 16rem;
}
@media screen and (max-width: 768px) {
  .interview-project {
    padding-top: 9rem;
  }
}
.interview-project__list {
  padding: 50px 6.2% 50px 5.5%;
  border-radius: 23px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .21);
}
@media screen and (max-width: 768px) {
  .interview-project__list {
    padding: 25px 6.2% 25px 5.5%;
  }
}
.interview-project__list-item {
  display: flex;
  align-items: flex-start;
  margin-top: 35px;
}
.interview-project__list-item:first-of-type {
  margin-top: 0;
}
.interview-project__list-icon {
  flex-shrink: 0;
  margin-right: 25px;
  width: 35px;
}
.interview-project__list-text {
  padding-top: 4px;
  font-size: 1.8rem;
  line-height: 1.66;
  letter-spacing: 0;
}
.interview-project__sidejob {
  margin-top: 7.6rem;
  background-color: #fff;
}
.interview-project__sidejob-heading {
  padding: 8px;
  color: #fff;
  background-color: #CEAC7D;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.07em;
  line-height: 1.5;
  text-align: center;
}
.interview-project__sidejob-item {
  display: flex;
  align-items: flex-start;
  padding: 30px 8.8% 29px 6.2%;
  border-bottom: 1px solid #EAE1D5;
}
.interview-project__sidejob-icon {
  flex-shrink: 0;
  margin-right: 33px;
  padding-top: 3px;
  width: 19px;
}
.interview-project__sidejob-text {
  font-size: 1.8rem;
  letter-spacing: 0.07em;
  line-height: 1.66;
}
.interview-posts {
  margin-top: 8.5rem;
  padding-top: 10.5rem;
  padding-bottom: 18.5rem;
  background-color: #FBF8F4;
}
@media screen and (max-width: 768px) {
  .interview-posts {
    padding: 9rem 0;
  }
}
.interview-posts .netsui_ttl {
  margin-bottom: 28px;
}
.interview-posts .netsui_ttl h2 {
  color: #FBF8F4;
}
.interview-posts__lead {
  margin-bottom: 10rem;
  color: #C7B8A3;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.07em;
  line-height: 1.5; 
}
.interview-posts .netsui_card_list {
  justify-content: flex-start;
}
.interview-posts .netsui_card_list .netsui_card_item {
  margin-right: 3.5%;
}
.interview-posts .netsui_card_list .netsui_card_item:nth-of-type(3n) {
  margin-right: 0;
}
.interview-about {
  padding-top: 5.5rem;
  padding-bottom: 12rem;
  background: linear-gradient(180deg,transparent 0%,transparent 470px,#F2F2F2 470px,#F2F2F2 100%);
}
@media screen and (max-width: 768px) {
  .interview-about {
    padding-bottom: 6rem;
  }
}
.interview-about__card {
  padding: 70px 5.8%;
  border-radius: 23px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .21);
}
@media screen and (max-width: 768px) {
  .interview-about__card {
    padding: 35px 6%;
  }
}
.interview-about__card-title {
  margin-bottom: 45px;
  color: #CEAC7D;
  font-size: 3.8rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 2.1;
}
@media screen and (max-width: 768px) {
  .interview-about__card-title {
    margin-bottom: 30px;
    font-size: 2.4rem;
  }
}
.interview-about__card-title .only-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .interview-about__card-title .only-sp {
    display: inline;
  }
}
.interview-about__card-text {
  margin-bottom: 30px;
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 2.5;
}
.interview-about__media {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .interview-about__media {
    display: block;
  }
}
.interview-about__table {
  margin-right: 10px;
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  .interview-about__table {
    line-height: 1.5;
  }
}
.interview-about__table th {
  width: 6em;
  background-color: transparent;
}
.interview-about__table th .only-sp {
  display: none;
}
.interview-about__table td .only-pc {
  display: inline;
}
@media screen and (max-width: 768px) {
  .interview-about__table th {
    display: block;
    width: auto;
  }
  .interview-about__table th .only-sp {
    display: inline;
  }
  .interview-about__table td {
    display: block;
    margin-bottom: 20px;
  }
  .interview-about__table td .only-pc {
    display: none;
  }
}
.interview-about__media-img {
  flex-basis: 59%;
}
@media screen and (max-width: 1024px) {
  .interview-about__media-img {
    flex-basis: 45%;
  }
}
.interview-about__media-img img {
  width: 100%;
}
.workshop-movie.workshop-movie--mt0 {
  margin-top: 0;
}
/*  インタビュー一覧ページここまで */

/*  インタビュー詳細ページ */
.interview-single-mv {
  position: relative;
  display: flex;
  align-items: flex-end;
}
.interview-single-mv__content {
  flex-shrink: 0;
  position: relative;
  z-index: 2;
  margin-right: -82px;
  margin-bottom: 43px;
  padding: 21px 92px 25px 143px;
  border-radius: 0 20px 20px 0;
  color: #fff;
  background-color: #C7B8A3;
}
@media screen and (max-width: 1024px) {
  .interview-single-mv__content {
    padding: 12px 40px 14px 80px;
  }
}
@media screen and (max-width: 768px) {
  .interview-single-mv__content {
    position: absolute;
    left: 0;
    bottom: 40px;
    margin-right: 0;
    margin-bottom: 0;
    padding: 12px 30px 14px 15px;
    border-radius: 0 15px 15px 0;
  }
}
.interview-single-mv__company-name {
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.15;
}
.interview-single-mv__representative {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.66;
}
.interview-single-mv__img {
  flex-grow: 1;
  position: relative;
  z-index: 1;
  height: 60vh;
}
.interview-single-mv__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.interview-single-top {
  padding-top: 11rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .interview-single-top {
    padding-top: 3rem;
    padding-bottom: 0;
  }
}
.interview-single-top__title-wrapper {
  padding-bottom: 4.8rem;
  border-bottom: 1px solid #E1E1E1;
}
.interview-single-top__title {
  color: #C7B8A3;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.66;
}
@media screen and (max-width: 768px) {
  .interview-single-top__title {
    padding-top: 9rem;
    font-size: 2.4rem;
  }
}
.interview-single-top__lead {
  padding-top: 2.3rem;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .interview-single-top__lead {
    font-size: 1.8rem;
  }
}
.interview-single-top__media {
  display: flex;
  align-items: flex-start;
  padding-top: 7.2rem;
}
@media screen and (max-width: 768px) {
  .interview-single-top__media {
    display: block;
  }
}
.interview-single-top__media-text {
  flex-shrink: 0;
  flex-basis: 43%;
  margin-right: 5.5%;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .interview-single-top__media-text {
    flex-basis: 55%;
  }
}
@media screen and (max-width: 768px) {
  .interview-single-top__media-text {
    margin-right: 0;
    margin-bottom: 30px;
    font-size: 1.6rem;
  }
}
.interview-single-content {
  padding: 6rem 0 10rem;
}
.interview-single-content--bg {
  background-color: #F2F2F2;
}
.interview-single-content__title-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .interview-single-content__title-wrapper {
    margin-bottom: 5rem;
  }
}
.interview-single-content__title-num {
  flex-shrink: 0;
  margin-right: 30px;
  color: #1E2F63;
  font-size: 10.5rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .interview-single-content__title-num {
    margin-right: 10px;
    font-size: 4rem;
  }
}
.interview-single-content__title {
  position: relative;
  top: 1rem;
  color: #C7B8A3;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.42;
}
@media screen and (max-width: 768px) {
  .interview-single-content__title {
    top: 1.8rem;
    font-size: 2rem;
  }
}
.interview-single-content__title::before {
  content: '';
  display: block;
  position: absolute;
  top: -13px;
  left: 0;
  width: 54px;
  height: 3px;
  background-color: #1E2F63;
}
@media screen and (max-width: 768px) {
  .interview-single-content__title::before {
    top: -6px;
    width: 30px;
  }
}
.interview-single-content__item {
  padding-bottom: 7.4rem;
}
.interview-single-content__item:last-of-type {
  padding-bottom: 0;
}
.interview-single-content__item--media {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .interview-single-content__item--media {
    display: block;
  }
}
.interview-single-content__item--media .interview-single-content__texts {
  flex-grow: 1;
  margin-right: 9.5%;
}
@media screen and (max-width: 768px) {
  .interview-single-content__item--media .interview-single-content__texts {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.interview-single-content__large-text {
  margin-bottom: 4rem;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .interview-single-content__large-text {
    margin-bottom: 2rem;
    font-size: 1.8rem;
  }
}
.interview-single-content__text {
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.875;
}
.interview-single-content__img {
  flex-shrink: 0;
  flex-basis: 37%;
}
.interview-single-bottom {
  padding: 8rem 0 3rem;
  background-color: #FBF8F4;
}
.interview-single-bottom__text {
  margin-bottom: 16rem;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .interview-single-bottom__text {
    margin-bottom: 8rem;
    font-size: 1.6rem;
  }
}
.interview-single-bottom__cta-text {
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .interview-single-bottom__cta-text {
    font-size: 1.8rem;
  }
}
.interview-posts--single {
  margin-top: 0;
  background-color: #F2F2F2;
}
.interview-posts--single .netsui_ttl h2 {
  color: #F2F2F2;
}
/*  インタビュー詳細ページここまで */

/* END-上書きCSS */