<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/**************************************
	base
***************************************/
/* ---------------------------------------------------------
スタイルリセット
----------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal; }

h1, h2, h3, h4, h5, h6, td, th, p, ul, li, dt, dd {
  font-size: 1em; }

ul li {
  list-style: none; }

article, header, footer, aside, figure, figcaption, nav, section {
  display: block; }

body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

img {
  vertical-align: bottom; }

/* ---------------------------------------------------------
変数
----------------------------------------------------------*/
/*break point
-----------------------*/
/*color
-----------------------*/
/*font family
-----------------------*/
@font-face {
  font-family: mado;
  src: url("../fonts/MADO-Regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/MADO-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/MADO-Regular.woff") format("woff"), url("../fonts/MADO-Regular.ttf") format("truetype"), url("../fonts/MADO-Regular.svg#svgFontName") format("svg");
  /* Legacy iOS */ }

/* ---------------------------------------------------------
mixin
----------------------------------------------------------*/
/*メディアクエリ
-----------------------*/
/*  clearfix
-----------------------*/
/* render text 
----------------------*/
/* ---------------------------------------------------------
初期設定
----------------------------------------------------------*/
html {
  color: #000;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: normal; }

body {
  font-family: Noto Sans Mono, sans-serif; }

html,
body {
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

a {
  text-decoration: none;
  color: #000; }

img {
  width: 100%;
  height: auto;
  vertical-align: middle; }

table {
  width: 100%;
  border-collapse: collapse; }

.clearfix::before, .clearfix::after {
  content: '';
  display: table; }

.clearfix::after {
  clear: both; }

.bars {
  cursor: pointer;
  display: inline-block; }

.bar {
  margin: 5px auto;
  width: 40px;
  height: 3px;
  display: block;
  background: #000; }

.bars:hover .bar {
  background-color: #000; }

.menu-bar {
  width: 24%;
  display: inline-block;
  text-align: center;
  height: auto;
  position: relative; }

.middle {
  margin: 0 auto; }

.bar {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.bars {
  margin: 0 auto;
  width: auto;
  -webkit-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease; }
  .bars.bars-clicked .top {
    border-right-color: #e9b8b9;
    -webkit-transform: translateY(11px) rotateZ(405deg);
    -ms-transform: translateY(11px) rotate(405deg);
    transform: translateY(11px) rotateZ(405deg); }
  .bars.bars-clicked .middle {
    width: 0; }
  .bars.bars-clicked .bottom {
    border-right-color: #ddf1da;
    -webkit-transform: translateY(-6px) rotateZ(-405deg);
    -ms-transform: translateY(-6px) rotate(-405deg);
    transform: translateY(-6px) rotateZ(-405deg); }

/******************************
 	base sp
*******************************/
@media screen and (max-width: 767px) {
  html {
    min-width: 100%; } }

/**************************************
common.scss
***************************************/
#wpadminbar {
  display: none; }

.see__more__btn [data-r] {
  padding: 34px 0;
  /* This timing applies on the way IN */
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  /* A litttttle slower on the way in */
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

[data-r] &gt; .fade {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

[data-r] &gt; .fade &gt; span {
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  font-weight: 300;
  font-family: "Noto Sans JP", sans-serif; }

[data-r] &gt; .fade &gt; .t {
  display: none; }

.pc {
  display: block; }

.sp {
  display: none; }

.viewport1280 {
  display: none; }

span.error {
  font-size: 0 !important; }

.display-none {
  display: none !important;
  height: 0 !important; }

.wow {
  visibility: hidden; }

/***********************************
Accordion
***********************************/
.accordion-content-about,
.accordion-content-topics,
.accordion-content-network,
.accordion-content-contact {
  display: none; }

.see__more__btn {
  margin: 0 auto; }
  .see__more__btn.topics-section {
    margin: 40px auto 0; }
  .see__more__btn.network-section, .see__more__btn.contact-section, .see__more__btn.privacy-page {
    margin: 55px auto 0; }
  .see__more__btn button,
  .see__more__btn a {
    margin: 0 auto;
    padding: 24px 0;
    width: 100%;
    max-width: 400px;
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: 300;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    /* This timing applies on the way IN */
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    /* A litttttle slower on the way in */
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
    z-index: 2;
    opacity: 1;
    outline: none; }
    .see__more__btn button:before,
    .see__more__btn a:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 10%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 20px;
      height: 20px;
      background-image: url(../img/common/see_more_plus.png);
      background-size: 20px;
      background-position: center;
      background-repeat: no-repeat;
      /* This timing applies on the way IN */
      -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
      -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
      transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
      /* A litttttle slower on the way in */
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      z-index: 1; }
    .see__more__btn button:after,
    .see__more__btn a:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 0;
      height: 100%;
      border-radius: 4px;
      background-color: #f7bbc9;
      -webkit-transition: width .5s ease-in-out;
      -o-transition: width .5s ease-in-out;
      transition: width .5s ease-in-out;
      z-index: -1; }
    .see__more__btn button.active-accordion:before,
    .see__more__btn a.active-accordion:before {
      -webkit-transform: translateY(-50%) rotate(135deg);
      -ms-transform: translateY(-50%) rotate(135deg);
      transform: translateY(-50%) rotate(135deg); }
    .see__more__btn button.active-accordion:after,
    .see__more__btn a.active-accordion:after {
      width: 0%; }
    .see__more__btn button:hover:after,
    .see__more__btn a:hover:after {
      width: 100%; }
    .see__more__btn button.contact-btn-highlighted,
    .see__more__btn a.contact-btn-highlighted {
      background-color: #f7bbc9; }
      .see__more__btn button.contact-btn-highlighted:after,
      .see__more__btn a.contact-btn-highlighted:after {
        width: 0%;
        background-color: #FF3967; }
      .see__more__btn button.contact-btn-highlighted:hover:after,
      .see__more__btn a.contact-btn-highlighted:hover:after {
        width: 100%; }
  .see__more__btn .view--page {
    margin: 0 auto 35px;
    padding: 24px 0;
    display: block;
    width: 100%;
    max-width: 400px;
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: 300;
    border: 1px solid #000;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    /* This timing applies on the way IN */
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    /* A litttttle slower on the way in */
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background: -o-linear-gradient(left, #f7bbc9 50%, #fff 50%);
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #f7bbc9), color-stop(50%, #fff));
    background: linear-gradient(to right, #f7bbc9 50%, #fff 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    cursor: pointer;
    z-index: 2;
    opacity: 1; }
    .see__more__btn .view--page:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 10%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 20px;
      height: 20px;
      background-image: url(../img/common/see_more_plus.png);
      background-size: 20px;
      background-position: center;
      background-repeat: no-repeat;
      /* This timing applies on the way IN */
      -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
      -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
      transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
      /* A litttttle slower on the way in */
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      z-index: 1; }
    .see__more__btn .view--page:hover {
      background-position: left bottom; }
      .see__more__btn .view--page:hover:before {
        -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg); }

/***********************************
Child Page Heading
***********************************/
.child__page__heading {
  margin: 0 auto 56px;
  padding: 82px 57px 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .child__page__heading__container {
    margin: 0 auto;
    width: 100%; }
    .child__page__heading__container h2 {
      font-family: mado;
      font-size: 52px;
      letter-spacing: 0.025em;
      color: #000; }

/* The container */
.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

/* Create a custom checkbox */
.checkmark {
  margin-right: 10px;
  position: relative;
  top: -2px;
  left: 0;
  height: 30px;
  width: 30px;
  border-radius: 3px;
  background-color: #EFEFEF; }

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #EFEFEF; }

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #EFEFEF; }

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block; }

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 11px;
  top: 5px;
  width: 5px;
  height: 14px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .viewport1280 {
    display: block; }
  /***********************************
    See more Btn Breakpoint
    ***********************************/
  .see__more__btn {
    margin: 0 auto; }
    .see__more__btn [data-r] {
      padding: 2.4vw 0; }
    .see__more__btn.topics-section {
      margin: 2.77vw auto 0; }
    .see__more__btn.network-section, .see__more__btn.privacy-page {
      margin: 4.72vw auto 0; }
    .see__more__btn button,
    .see__more__btn a {
      padding: 1.66vw 0;
      width: 100%;
      max-width: 27.77vw;
      font-size: 1.38vw; }
      .see__more__btn button:before,
      .see__more__btn a:before {
        width: 1.38vw;
        height: 1.38vw;
        background-size: 1.38vw; }
    .see__more__btn .view--page {
      padding: 1.66vw 0;
      width: 100%;
      max-width: 27.77vw;
      font-size: 1.38vw; }
      .see__more__btn .view--page.fadeOut {
        opacity: 0 !important;
        pointer-events: none; }
      .see__more__btn .view--page:before {
        width: 1.38vw;
        height: 1.38vw;
        background-size: 1.38vw; }
  .child__page__heading {
    margin: 0 auto 3.8vw;
    padding: 10vw 3.95vw 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .child__page__heading__container {
      margin: 0 auto;
      width: 100%; }
      .child__page__heading__container h2 {
        font-family: mado;
        font-size: 3.61vw;
        letter-spacing: 0.025em;
        color: #000; } }

.anchor {
  position: relative;
  outline: none;
  outline-color: transparent; }

.anchor a.anchor__links {
  margin: 0 auto;
  position: absolute;
  right: 0;
  left: 0px;
  width: 100px;
  height: 100px;
  top: -5px;
  z-index: -1;
  outline: none;
  outline-color: transparent; }

@media screen and (max-width: 767px) {
  .anchor {
    position: relative; }
  .anchor a.anchor__links {
    position: absolute;
    left: 0px;
    width: 100px;
    height: 100px;
    top: -10px; } }

/******************************
    SP
*******************************/
@media screen and (max-width: 767px) {
  html,
  body {
    min-width: auto; }
  .pc {
    display: none; }
  .sp {
    display: block; }
  .viewport1280 {
    display: block; }
  /***********************************
    See more btn SP
    ***********************************/
  .see__more__btn {
    margin: 0 auto; }
    .see__more__btn.topics-section {
      margin: 23px auto 0; }
    .see__more__btn.network-section {
      margin: 40px auto 0; }
    .see__more__btn.contact-section {
      margin: 15px auto 0; }
    .see__more__btn.privacy-page {
      margin: 20px auto 0; }
    .see__more__btn button,
    .see__more__btn a {
      margin: 0 auto;
      padding: 22.5px 0;
      width: 100%;
      max-width: 320px;
      display: block;
      font-family: "Noto Sans JP", sans-serif;
      font-size: 20px;
      border: 1px solid #000;
      border-radius: 4px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      text-align: center;
      position: relative;
      cursor: pointer;
      z-index: 2; }
      .see__more__btn button.page-topics,
      .see__more__btn a.page-topics {
        padding: 14px 0 14px 30px;
        width: 100%;
        max-width: 320px;
        font-size: 20px; }
      .see__more__btn button:before,
      .see__more__btn a:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 10%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
        background-image: url(../img/common/see_more_plus.png);
        background-size: 20px;
        background-position: center;
        background-repeat: no-repeat;
        /* This timing applies on the way IN */
        -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
        -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
        transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
        /* A litttttle slower on the way in */
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        z-index: 1; } }
    @media screen and (max-width: 767px) and (max-width: 767px) {
      .see__more__btn button,
      .see__more__btn a {
        font-size: 14px; }
        .see__more__btn button:before,
        .see__more__btn a:before {
          width: 14px;
          height: 14px;
          background-size: 14px; } }

@media screen and (max-width: 767px) {
      .see__more__btn button:hover:after,
      .see__more__btn a:hover:after {
        width: 100%; }
      .see__more__btn button:hover:before,
      .see__more__btn a:hover:before {
        -webkit-transform: translateY(-50%) rotate(135deg);
        -ms-transform: translateY(-50%) rotate(135deg);
        transform: translateY(-50%) rotate(135deg); }
    .see__more__btn .view--page {
      padding: 22.5px 0;
      width: 100%;
      max-width: 320px;
      font-size: 20px; }
      .see__more__btn .view--page:before {
        width: 20px;
        height: 20px;
        background-image: url(../img/common/see_more_plus.png);
        background-size: 20px; } }
    @media screen and (max-width: 767px) and (max-width: 767px) {
      .see__more__btn .view--page {
        font-size: 14px; }
        .see__more__btn .view--page:before {
          width: 14px;
          height: 14px;
          background-size: 14px; } }

@media screen and (max-width: 767px) {
  .child__page__heading {
    margin: 0 auto 30px;
    padding: 80px 20px 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .child__page__heading__container {
      margin: 0 auto;
      width: 100%; }
      .child__page__heading__container h2 {
        font-family: mado;
        font-size: 30px;
        letter-spacing: 0.025em;
        color: #000; } }

/**************************************
footer
***************************************/
.footer {
  margin: 0 auto 0;
  padding-top: 60px;
  width: 100%;
  border-top: 20px solid #f2f2f2; }
  .footer__container {
    margin: 0 auto;
    width: 100%; }
  .footer__mainContent {
    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; }
  .footer__contact {
    background-color: #efefef;
    padding: 27px;
    line-height: 1.6; }
    .footer__contact .link-text {
      margin-bottom: 15px; }
    .footer__contact .link-color {
      color: #278bff; }
      .footer__contact .link-color.external {
        position: relative;
        padding-right: 10px; }
      .footer__contact .link-color:after {
        content: "";
        display: inline-block;
        width: 12px;
        height: 12px;
        background-image: url(../img/common/external-icon-blue.png);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: right;
        vertical-align: text-bottom; }
        @media screen and (max-width: 767px) and (min-width: 320px) {
          .footer__contact .link-color:after {
            right: 0; } }
    .footer__contact br {
      display: none; }
  .footer__logo {
    margin-right: 50px; }
    .footer__logo p a {
      display: block;
      font-family: mado;
      font-size: 46px !important;
      letter-spacing: 0.025em;
      line-height: 0.74; }
      .footer__logo p a span {
        color: #ff3967;
        margin: 0 18px; }
    .footer__logo br {
      display: none; }
  .footer__links {
    margin-top: 40px; }
    .footer__links ul {
      display: block;
      font-size: 0;
      letter-spacing: 0;
      list-style: none; }
      .footer__links ul li {
        line-height: 2.2;
        display: inline-block; }
        .footer__links ul li.external {
          position: relative; }
          .footer__links ul li.external:after {
            content: "";
            position: absolute;
            top: 58%;
            right: 20px;
            width: 12px;
            height: 12px;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            background-image: url(../img/common/external-icon-black.png);
            background-size: 100%;
            background-repeat: no-repeat;
            background-position: right; }
            @media screen and (max-width: 767px) and (min-width: 320px) {
              .footer__links ul li.external:after {
                right: 0; } }
        .footer__links ul li a {
          margin-right: 36px;
          display: block;
          font-family: mado;
          font-size: 26px;
          letter-spacing: 0.025em;
          /* This timing applies on the way IN */
          -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          /* A litttttle slower on the way in */
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s; }
          .footer__links ul li a:hover {
            color: #ff3967; }
  .footer__copyright {
    margin: 30px auto 25px;
    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; }
    .footer__copyright p {
      font-family: "Noto Sans JP", sans-serif;
      font-size: 14px;
      font-weight: 400;
      line-height: 1.78; }
      .footer__copyright p a {
        display: block;
        color: #278bff;
        border-bottom: 1px solid #278bff; }
      .footer__copyright p:first-child {
        margin-right: 50px;
        color: #278bff; }

@media screen and (max-width: 1290px) and (min-width: 768px) {
  .footer {
    margin: 0 auto;
    padding-top: 4.16vw;
    width: 100%; }
    .footer__container {
      margin: 0 auto;
      padding: 0 20px;
      width: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .footer__mainContent {
      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: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .footer__content {
      width: 100%; }
    .footer__contact p {
      line-height: 1.6; }
    .footer__logo p a {
      display: block;
      font-family: mado;
      font-size: 65px;
      letter-spacing: 0.025em;
      line-height: 0.74; }
      .footer__logo p a span {
        color: #ff3967;
        margin: 0 18px; }
    .footer__links {
      margin-top: 30px;
      margin-bottom: 30px; }
      .footer__links ul li a {
        font-size: 2vw; }
    .footer__copyright p {
      font-size: 1vw; }
      .footer__copyright p:first-child {
        margin-right: 3.47vw; } }

/******************************
    footer sp
*******************************/
@media screen and (max-width: 767px) {
  .footer {
    margin: 0 auto;
    width: 100%; }
    .footer__container {
      margin: 0 auto;
      padding: 0 20px;
      width: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .footer__mainContent {
      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;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
    .footer__content {
      width: 100%; }
    .footer__contact br {
      display: block; }
    .footer__logo p a {
      display: block;
      font-family: mado;
      font-size: 65px;
      letter-spacing: 0.025em;
      line-height: 0.74; }
      .footer__logo p a span {
        color: #ff3967;
        margin: 0; }
    .footer__logo br {
      display: block; }
    .footer__links {
      margin-top: 30px;
      margin-bottom: 30px; }
      .footer__links ul {
        display: block;
        font-size: 0;
        letter-spacing: 0;
        list-style: none; }
        .footer__links ul li {
          line-height: 1.6;
          display: inline-block; }
          .footer__links ul li a {
            margin-right: 17px;
            display: block;
            font-size: 20px;
            letter-spacing: 0.025em;
            /* This timing applies on the way IN */
            -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
            -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
            transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
            /* A litttttle slower on the way in */
            -webkit-transition: 0.5s;
            -o-transition: 0.5s;
            transition: 0.5s; }
            .footer__links ul li a:hover {
              color: #ff3967; }
    .footer__copyright {
      margin: 11px auto 11px;
      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;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: center; }
      .footer__copyright p {
        font-size: 14px;
        line-height: 1.78; }
        .footer__copyright p a {
          margin-bottom: 20px;
          display: block;
          color: #278bff;
          border-bottom: 0 solid #278bff; }
        .footer__copyright p:first-child {
          margin-right: 0;
          color: #278bff; } }

/**************************************
	header
***************************************/
.home header .navBar {
  top: -60px;
  border-bottom: 0; }
  .home header .navBar.show {
    bottom: 0; }

header {
  width: 100%;
  border-bottom: 4px solid #dddddd;
  position: relative; }
  header .mobile-menu {
    opacity: 0;
    pointer-events: none;
    /* This timing applies on the way IN */
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    /* A litttttle slower on the way in */
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    top: 51%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5vw; }
  header #header__menu {
    display: none; }
    header #header__menu .navBar__contentContainer {
      display: none; }
  header .header__container {
    padding: 0 69px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    header .header__container .header__content {
      padding: 84px 0 62px;
      width: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      header .header__container .header__content h2 a {
        display: block;
        font-family: mado;
        font-size: 157px;
        line-height: .77;
        /* This timing applies on the way IN */
        -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
        -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
        transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
        /* A litttttle slower on the way in */
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
        header .header__container .header__content h2 a span {
          color: #FF3967; }
  header .navBar {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 25px 30px 25px 57px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10;
    /* This timing applies on the way IN */
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    /* A litttttle slower on the way in */
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    header .navBar .menu__text {
      height: 0;
      opacity: 0; }
    header .navBar__container {
      margin: 0 auto;
      width: 100%; }
    header .navBar__contentContainer {
      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;
      opacity: 1;
      /* This timing applies on the way IN */
      -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
      -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
      transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
      /* A litttttle slower on the way in */
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
      header .navBar__contentContainer .privacy-policy {
        margin-top: 58px;
        -ms-flex-item-align: center;
        align-self: center;
        text-align: center;
        display: block;
        font-family: "Noto Serif JP", serif;
        font-size: 14px;
        line-height: 1.78;
        color: #278BFF;
        border-bottom: 1px solid #278BFF; }
    header .navBar__content .logo a {
      display: block;
      font-family: mado;
      font-size: 30px;
      letter-spacing: 0.025em;
      line-height: 1;
      /* This timing applies on the way IN */
      -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
      -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
      transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
      /* A litttttle slower on the way in */
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
      header .navBar__content .logo a span {
        color: #FF3967;
        /* This timing applies on the way IN */
        -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
        -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
        transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
        /* A litttttle slower on the way in */
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
      header .navBar__content .logo a:hover {
        color: #FF3967; }
        header .navBar__content .logo a:hover span {
          color: #000; }
    header .navBar__content ul {
      list-style: none;
      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; }
      header .navBar__content ul li {
        margin-right: 35px; }
        header .navBar__content ul li.external {
          position: relative; }
          header .navBar__content ul li.external:after {
            content: '';
            position: absolute;
            content: '';
            position: absolute;
            top: 58%;
            right: -15px;
            width: 12px;
            height: 12px;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            background-image: url(../img/common/external-icon-black.png);
            background-size: 100%;
            background-repeat: no-repeat;
            background-position: right; }
        header .navBar__content ul li a {
          display: block;
          font-family: mado;
          font-size: 26px;
          letter-spacing: 0.025em;
          line-height: 1.15;
          color: #000;
          /* This timing applies on the way IN */
          -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          /* A litttttle slower on the way in */
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s; }
          header .navBar__content ul li a:hover {
            color: #FF3967; }
        header .navBar__content ul li:last-child {
          margin-right: 0; }
        header .navBar__content ul li.active a {
          color: #FF3967; }

@media screen and (max-width: 1440px) and (min-width: 768px) {
  header .header__container .header__content {
    margin: 0 auto; }
    header .header__container .header__content h2 a {
      font-size: 11vw; }
  header .navBar {
    padding: 20px 30px 20px 57px; }
    header .navBar__content .logo a {
      font-size: 2vw; }
    header .navBar__content ul li {
      margin-right: 2.4vw; }
      header .navBar__content ul li a {
        font-size: 1.80vw; } }

@media screen and (max-width: 1279px) and (min-width: 320px) {
  header {
    position: relative; }
    header .navBar {
      position: fixed;
      padding: 11px; }
      header .navBar.active {
        border-bottom: 4px solid #dddddd; }
        header .navBar.active .menu__text {
          opacity: 1;
          z-index: 10; }
      header .navBar .menu__text {
        padding: 5px 15px;
        font-family: mado;
        font-size: 30px;
        font-weight: 400;
        opacity: 0;
        /* This timing applies on the way IN */
        -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
        -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
        transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
        /* A litttttle slower on the way in */
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
      header .navBar .navBar__container {
        height: 40px;
        position: relative; }
      header .navBar .navBar__contentContainer {
        opacity: 0;
        pointer-events: none; }
        header .navBar .navBar__contentContainer .navBar__content {
          width: 0;
          display: none; }
    header #header__menu {
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 3;
      overflow: scroll;
      max-height: 100vh; }
      header #header__menu .navBar__contentContainer {
        padding: 90px 30px 30px;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        opacity: 1;
        pointer-events: all;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        background-color: white; }
        header #header__menu .navBar__contentContainer .navBar__content .logo {
          margin-top: 0; }
          header #header__menu .navBar__contentContainer .navBar__content .logo a {
            font-size: 55px;
            line-height: .8; }
        header #header__menu .navBar__contentContainer .navBar__content ul {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start; }
          header #header__menu .navBar__contentContainer .navBar__content ul li {
            margin-top: 30px;
            margin-right: 0; }
            header #header__menu .navBar__contentContainer .navBar__content ul li a {
              font-size: 45px; }
    header .mobile-menu {
      opacity: 1;
      pointer-events: all;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 0;
      width: 40px;
      height: 30px;
      z-index: 12; }
      header .mobile-menu img {
        width: 35px !important;
        height: 35px !important; } }

/******************************
    header sp
*******************************/
@media screen and (max-width: 767px) {
  .page-template-page-contact header .navBar {
    border-bottom: 0; }
    .page-template-page-contact header .navBar.active {
      border-bottom: 4px solid #dddddd; }
  header {
    width: 100%;
    border-bottom: 4px solid #dddddd; }
    header .header__container {
      padding: 0 20px;
      width: 100%; }
      header .header__container .header__content {
        padding: 65px 0 52px;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        header .header__container .header__content h2 a {
          font-size: 62px;
          line-height: .77; }
          header .header__container .header__content h2 a span {
            color: #FF3967; }
    header .navBar {
      position: fixed;
      background-color: #fff;
      padding: 11px; } }

/**************************************
home.scss
***************************************/
main {
  margin: 0 auto;
  width: 100%; }
  main .about__section {
    margin: 0 auto 60px;
    width: 100%; }
    main .about__section__container {
      margin: 0 auto;
      padding: 0 69px;
      width: 100%;
      max-width: 1440px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    main .about__section__heading {
      margin: 30px 0 5.5px;
      text-align: left;
      width: 100%; }
      main .about__section__heading h2 {
        font-family: mado;
        font-size: 52px;
        letter-spacing: 0.025em; }
    main .about__section__content {
      margin: 0 auto 90px;
      width: 100%;
      text-align: center; }
      main .about__section__content p {
        font-family: "Noto Serif JP", serif;
        font-size: 44px;
        font-weight: 200;
        line-height: 1.59;
        letter-spacing: 0.03em; }
        main .about__section__content p sup.fs-L-bracket,
        main .about__section__content p sub.fs-L-bracket {
          font-size: 36px; }
        main .about__section__content p span {
          font-weight: 200; }
          main .about__section__content p span.about-prntsis {
            font-size: 36px; }
    main .about__section__innerContent {
      margin: 0 auto; }
      main .about__section__innerContent h2 {
        margin: 150px 0 57px;
        font-family: "Noto Serif JP", serif;
        font-size: 44px;
        font-weight: 200; }
      main .about__section__innerContent p {
        text-align: left;
        font-family: "Noto Serif JP", serif;
        font-size: 36px;
        font-weight: 200;
        letter-spacing: 0.03em;
        line-height: 1.6; }
        main .about__section__innerContent p.custom-bg {
          font-size: 28pt;
          padding: 30px 17px;
          background-color: #f2f2f2; }
    main .about__section__innerContent2 {
      margin: 0 auto; }
      main .about__section__innerContent2 h2 {
        margin: 60px 0 20px;
        font-family: "Noto Sans JP", sans-serif;
        font-size: 32px;
        font-weight: 200; }
      main .about__section__innerContent2 p {
        margin: 0 auto;
        width: 100%;
        max-width: 880px;
        text-align: left;
        padding: 30px 17px;
        background-color: #f2f2f2;
        font-family: "Noto Sans JP", sans-serif;
        font-size: 20px;
        font-weight: 400;
        line-height: 1.8;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
  main .topics__section {
    margin: 0 auto 60px;
    width: 100%;
    border-top: 4px solid #dddddd; }
    main .topics__section__container {
      margin: 0 auto;
      width: 100%;
      max-width: 1440px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    main .topics__section__heading {
      margin: 30px 0 60px;
      text-align: left;
      width: 100%; }
      main .topics__section__heading h2 {
        font-family: mado;
        font-size: 52px;
        letter-spacing: 0.025em; }
    main .topics__section__category__container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch; }
    main .topics__section__category__item {
      margin: 0 10px;
      width: 650px;
      background-color: #f2f2f2;
      border-radius: 4px;
      overflow: hidden; }
    main .topics__section__category__item__heading {
      padding: 35px 0 30px;
      font-family: "Noto Sans JP", sans-serif;
      font-size: 20px;
      text-align: center; }
      main .topics__section__category__item__heading h2 {
        font-weight: 300; }
    main .topics__section__post__item {
      margin: 0 20px 20px;
      border-radius: 4px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      main .topics__section__post__item a {
        display: block; }
        main .topics__section__post__item a:hover h2 {
          color: #ff3967; }
        main .topics__section__post__item a:hover h3 {
          background-color: #f7bbc9;
          color: #fff; }
      main .topics__section__post__item__content__container {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        background-color: #fff; }
        main .topics__section__post__item__content__container p {
          padding: 12px 0 15px;
          font-family: "Noto Sans JP", sans-serif;
          font-size: 14px;
          font-weight: 400;
          text-align: center;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          border-bottom: 2px solid #dbdbdb;
          /* This timing applies on the way IN */
          -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          /* A litttttle slower on the way in */
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s; }
        main .topics__section__post__item__content__container h2 {
          padding: 17px 20px 30px;
          font-family: "Noto Sans JP", sans-serif;
          font-size: 18px;
          font-weight: 400;
          line-height: 1.77;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          /* This timing applies on the way IN */
          -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          /* A litttttle slower on the way in */
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s; }
      main .topics__section__post__item h3 {
        text-align: center;
        padding: 8px 0;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        font-family: "Noto Sans JP", sans-serif;
        font-size: 14px;
        font-weight: 400;
        background-color: #bebebe;
        color: #fff;
        /* This timing applies on the way IN */
        -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
        -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
        transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
        /* A litttttle slower on the way in */
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
    main .topics__section .topics-section {
      margin-top: 40px; }
    main .topics__section .display-to-archive-btn {
      display: none; }
    main .topics__section .display {
      margin-top: 50px;
      display: block; }
  main .network__section {
    margin: 0 auto 45px;
    width: 100%;
    border-top: 4px solid #dddddd; }
    main .network__section__container {
      margin: 0 auto;
      width: 100%;
      max-width: 1440px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    main .network__section__heading {
      margin: 30px 0 60px;
      text-align: left;
      width: 100%; }
      main .network__section__heading h2 {
        font-family: mado;
        font-size: 52px;
        letter-spacing: 0.025em; }
    main .network__section__content {
      margin: 0 auto;
      width: 100%; }
      main .network__section__content h1 {
        text-align: center;
        font-family: "Noto Serif JP", serif;
        font-size: 44px;
        font-weight: 200;
        line-height: 1.59;
        letter-spacing: 0.03em; }
    main .network__section__items {
      margin: 64px auto 0;
      width: 100%; }
      main .network__section__items__heading {
        margin: 0 auto 34px;
        width: 100%;
        text-align: center; }
        main .network__section__items__heading p {
          font-family: "Noto Sans JP", sans-serif;
          font-size: 32px;
          font-weight: 400; }
    main .network__section__item__container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    main .network__section__item {
      margin: 0 33px 0 33px;
      width: 100%;
      max-width: 290px;
      margin-top: 30px; }
      main .network__section__item:nth-child(n + 5) {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; }
      main .network__section__item:nth-child(4n) {
        margin-right: 33px; }
      main .network__section__item:last-child {
        -ms-flex-item-align: start;
        align-self: flex-start; }
      main .network__section__item:hover .network__section__item__description p {
        color: #ff3967; }
      main .network__section__item__imageThumbnail__container {
        margin: 0 auto;
        max-width: 290px;
        background-color: #ebebeb; }
      main .network__section__item__imageThumbnail {
        margin: 0 auto;
        width: 100%;
        max-width: 100%;
        padding-top: 100%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url(../img/network-section/download-1.png); }
        main .network__section__item__imageThumbnail.second {
          background-image: url(../img/network-section/rogo.png); }
        main .network__section__item__imageThumbnail.third {
          background-image: url(../img/network-section/art-council-tokyo.png); }
        main .network__section__item__imageThumbnail.fourth {
          background-image: url(../img/network-section/yafchlogo.png); }
      main .network__section__item__description {
        margin: 15px auto 0;
        width: 100%;
        max-width: 290px; }
        main .network__section__item__description p {
          text-align: center;
          font-family: "Noto Sans JP", sans-serif;
          font-size: 18px;
          font-weight: 400;
          line-height: 1.8;
          /* This timing applies on the way IN */
          -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          /* A litttttle slower on the way in */
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s; }
  main .contact__section {
    margin: 0 auto 60px;
    width: 100%;
    border-top: 4px solid #dddddd; }
    main .contact__section__container {
      margin: 0 auto;
      width: 100%;
      max-width: 1440px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    main .contact__section__heading {
      margin: 30px 0 60px;
      text-align: left;
      width: 100%; }
      main .contact__section__heading h2 {
        font-family: mado;
        font-size: 52px;
        letter-spacing: 0.025em; }
    main .contact__section__title h2 {
      text-align: center;
      font-family: "Noto Serif JP", serif;
      font-size: 44px;
      font-weight: 200;
      line-height: 1.59;
      letter-spacing: 0.03em; }
  main .members__section {
    margin: 0 auto 0;
    width: 100%;
    border-top: 4px solid #dddddd; }
    main .members__section__container {
      margin: 0 auto;
      width: 100%;
      max-width: 1440px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    main .members__section__heading {
      margin: 30px 0 60px;
      text-align: left;
      width: 100%; }
      main .members__section__heading h2 {
        font-family: mado;
        font-size: 52px;
        letter-spacing: 0.025em; }
    main .members__section__title h2 {
      text-align: center;
      font-family: "Noto Serif JP", serif;
      font-size: 44px;
      font-weight: 200;
      line-height: 1.59;
      letter-spacing: 0.03em; }
    main .members__section__external__link {
      margin: 20px auto 60px; }
      main .members__section__external__link a {
        margin: 0 auto;
        padding: 32px 0;
        width: 620px;
        display: block;
        background-color: #ffc000;
        border: 1px solid #ffc000;
        border-radius: 10px;
        color: #fff;
        font-family: "Noto Sans JP", sans-serif;
        font-size: 20px;
        font-weight: 400;
        line-height: 1.8;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        opacity: 1;
        position: relative; }
        main .members__section__external__link a:after {
          content: "";
          position: absolute;
          top: 50%;
          right: 30%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          width: 16px;
          height: 16px;
          background-image: url(../img/common/external-icon.png);
          background-size: 16px;
          background-position: center;
          background-repeat: no-repeat; }
        main .members__section__external__link a:hover {
          opacity: 0.5; }

.home .viewport1280 {
  display: none; }

@media screen and (max-width: 1440px) and (min-width: 768px) {
  main .about__section {
    margin: 0 auto 4vw;
    width: 100%; }
    main .about__section__container {
      padding: 0 4.79vw; }
    main .about__section__heading {
      margin: 2.08vw 0 0.38vw; }
      main .about__section__heading h2 {
        font-size: 4vw;
        letter-spacing: 0.025em; }
    main .about__section__content {
      margin: 0 auto 6.25vw; }
      main .about__section__content p {
        font-size: 3vw; }
        main .about__section__content p sup.fs-L-bracket,
        main .about__section__content p sub.fs-L-bracket {
          font-size: 2.5vw; }
        main .about__section__content p span {
          font-weight: 200; }
          main .about__section__content p span.about-prntsis {
            font-size: 2.5vw; }
    main .about__section__innerContent h2 {
      margin: 10vw 0 3.95vw;
      font-size: 3.05vw; }
    main .about__section__innerContent p {
      font-size: 2vw; }
      main .about__section__innerContent p.custom-bg {
        font-size: 1.8vw;
        padding: 2.08vw 1.38vw; }
    main .about__section__innerContent2 h2 {
      margin: 4.16vw 0 1.38vw;
      font-size: 2.22vw; }
    main .about__section__innerContent2 p {
      padding: 2.08vw 1.38vw;
      font-size: 1.38vw; }
  main .topics__section {
    padding: 0 4.8vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    main .topics__section__heading h2 {
      font-size: 3.6vw;
      letter-spacing: 0.025em; }
    main .topics__section__category__container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
    main .topics__section__category__item {
      margin: 0 0.69vw;
      width: 45.13vw; }
      main .topics__section__category__item:first-child {
        margin-bottom: 2.08vw; }
    main .topics__section__category__item__heading {
      padding: 2.43vw 0 2.08vw;
      font-size: 1.4vw; }
    main .topics__section__post__item {
      margin: 0 1.38vw 1.38vw;
      border-radius: 4px; }
      main .topics__section__post__item__content__container {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px; }
        main .topics__section__post__item__content__container p {
          padding: 0.83vw 0 1.04vw;
          font-size: 1vw; }
        main .topics__section__post__item__content__container h2 {
          padding: 1.18vw 1.38vw 2.08vw;
          font-size: 1.3vw; }
      main .topics__section__post__item h3 {
        padding: 0.55vw 0;
        font-size: 1vw; }
  main .network__section {
    margin: 0 auto 3.12vw;
    padding: 0 4.8vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border-top: 4px solid #dddddd; }
    main .network__section__container {
      width: 100%; }
    main .network__section__heading {
      margin: 2.08vw 0 4.16vw; }
      main .network__section__heading h2 {
        font-size: 3.61vw; }
    main .network__section__content h1 {
      font-size: 3.1vw; }
    main .network__section__items {
      margin: 4.44vw auto 0; }
      main .network__section__items__heading {
        margin: 0 auto 2.36vw; }
        main .network__section__items__heading p {
          font-size: 2.2vw; }
    main .network__section__item__container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      /* This timing applies on the way IN */
      -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
      -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
      transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
      /* A litttttle slower on the way in */
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; } }
    @media screen and (max-width: 1440px) and (min-width: 768px) and (max-width: 1279px) and (min-width: 767px) {
      main .network__section__item__container {
        margin: 0 11vw; }
        main .network__section__item__container .network__section__item {
          margin: 0 2vw 2vw 2vw;
          max-width: 20.14vw; }
          main .network__section__item__container .network__section__item:nth-child(4n) {
            margin-right: 2vw; }
          main .network__section__item__container .network__section__item .network__section__item__imageThumbnail__container {
            margin: 0;
            max-width: 20.14vw;
            background-color: #ebebeb; } }

@media screen and (max-width: 1440px) and (min-width: 768px) {
    main .network__section__item {
      max-width: 20.14vw; }
      main .network__section__item__imageThumbnail__container {
        margin: 0 1.53vw;
        max-width: 20.14vw;
        background-color: #ebebeb; }
      main .network__section__item__imageThumbnail {
        max-width: 100%;
        padding-top: 100%; }
      main .network__section__item__description {
        margin: 1vw auto 0; }
        main .network__section__item__description p {
          margin: 0 auto;
          text-align: center;
          width: 18vw;
          word-break: break-all;
          font-size: 18px; }
  main .contact__section {
    margin: 0 auto 4.16vw;
    padding: 0 4.8vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border-top: 4px solid #dddddd; }
    main .contact__section__heading {
      margin: 2.08vw 0 4.16vw; }
      main .contact__section__heading h2 {
        font-size: 3.61vw; }
    main .contact__section__title h2 {
      font-size: 3.1vw; }
  main .members__section {
    margin: 0 auto 0;
    padding: 0 4.8vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border-top: 4px solid #dddddd; }
    main .members__section__heading {
      margin: 2.08vw 0 4.16vw; }
      main .members__section__heading h2 {
        font-size: 3.61vw; }
    main .members__section__title h2 {
      font-size: 3.1vw; }
    main .members__section__external__link {
      margin: 2vw auto 4.16vw; }
      main .members__section__external__link a {
        margin: 0 auto;
        padding: 2.22vw 0;
        width: 43vw;
        font-size: 1.38vw; } }

@media screen and (max-width: 1279px) and (min-width: 768px) {
  main .topics__section__category__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

/******************************
    SP
*******************************/
@media screen and (max-width: 767px) {
  .home .about__section .see__more__btn {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .home .about__section .about__section__content {
    margin-bottom: 50px; }
  .home .viewport1280 {
    display: block; }
  main {
    margin: 0 auto;
    width: 100%; }
    main .about__section {
      margin: 0 auto 35px;
      width: 100%; }
      main .about__section__container {
        margin: 0 auto;
        padding: 0 0;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
      main .about__section__heading {
        margin: 17.57px 0 17.57px;
        text-align: left;
        padding: 0 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        main .about__section__heading h2 {
          font-size: 30px;
          letter-spacing: 0.025em; }
      main .about__section__content {
        margin: 0 auto 35px;
        padding: 0 0;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        main .about__section__content p {
          padding: 0 20px;
          width: 100%;
          font-size: 28px;
          line-height: 1.59;
          letter-spacing: 0.03em;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
          main .about__section__content p sup.fs-L-bracket,
          main .about__section__content p sub.fs-L-bracket {
            font-size: 24px; }
          main .about__section__content p span {
            font-size: 28px; }
            main .about__section__content p span.about-prntsis {
              font-size: 24px; }
      main .about__section__innerContent {
        margin: 0 auto; }
        main .about__section__innerContent h2 {
          margin: 45px 0 15px;
          font-size: 28px; }
        main .about__section__innerContent p {
          font-size: 24px;
          letter-spacing: 0.03em;
          line-height: 1.6; }
          main .about__section__innerContent p.custom-bg {
            font-size: 20pt;
            padding: 30px 20px; }
      main .about__section__innerContent2 {
        margin: 0 auto; }
        main .about__section__innerContent2 h2 {
          margin: 35px 0 17px;
          padding: 0 20px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          font-size: 20px; }
        main .about__section__innerContent2 p {
          padding: 30px 20px;
          font-size: 20px;
          line-height: 1.8; } }
    @media screen and (max-width: 767px) and (max-width: 375px) {
      main .about__section .about__section__content p {
        font-size: 22px; }
        main .about__section .about__section__content p sup.fs-L-bracket,
        main .about__section .about__section__content p sub.fs-L-bracket {
          font-size: 20px; }
        main .about__section .about__section__content p span {
          font-size: 22px; }
          main .about__section .about__section__content p span.about-prntsis {
            font-size: 20px; }
      main .about__section .about__section__content .about__section__innerContent h2 {
        font-size: 28px; }
      main .about__section .about__section__content .about__section__innerContent p {
        font-size: 24px; }
        main .about__section .about__section__content .about__section__innerContent p.custom-bg {
          font-size: 20pt; }
      main .about__section .about__section__content .about__section__innerContent2 h2 {
        font-size: 18px; }
      main .about__section .about__section__content .about__section__innerContent2 p {
        font-size: 18px; } }

@media screen and (max-width: 767px) {
    main .topics__section {
      margin: 0 auto 35px;
      width: 100%;
      border-top: 4px solid #dddddd; }
      main .topics__section__container {
        padding: 0 20px; }
      main .topics__section__heading {
        margin: 17px 0 17px;
        width: 100%; }
        main .topics__section__heading h2 {
          font-size: 30px;
          letter-spacing: 0.025em; }
      main .topics__section__category__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; }
      main .topics__section__category__item {
        margin: 11px 0 0 0;
        background-color: #f2f2f2; }
        main .topics__section__category__item:first-child {
          margin-top: 0; }
      main .topics__section__category__item__heading {
        padding: 16px 10px 14px;
        font-size: 20px;
        text-align: center;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
      main .topics__section__post__item {
        margin: 0 11px 11px;
        border-radius: 4px; }
        main .topics__section__post__item a {
          display: block; }
          main .topics__section__post__item a:hover h2 {
            color: #ff3967; }
        main .topics__section__post__item__content__container {
          border-top-left-radius: 4px;
          border-top-right-radius: 4px; }
          main .topics__section__post__item__content__container p {
            padding: 12px 0 15px;
            font-size: 14px;
            text-align: center;
            border-bottom: 2px solid #dbdbdb;
            /* This timing applies on the way IN */
            -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
            -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
            transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
            /* A litttttle slower on the way in */
            -webkit-transition: 0.5s;
            -o-transition: 0.5s;
            transition: 0.5s; }
          main .topics__section__post__item__content__container h2 {
            padding: 10px 10px 16px;
            font-size: 18px;
            line-height: 1.77;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            /* This timing applies on the way IN */
            -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
            -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
            transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
            /* A litttttle slower on the way in */
            -webkit-transition: 0.5s;
            -o-transition: 0.5s;
            transition: 0.5s; }
        main .topics__section__post__item h3 {
          text-align: center;
          padding: 8px 0;
          border-bottom-left-radius: 4px;
          border-bottom-right-radius: 4px;
          font-size: 14px;
          background-color: #bebebe;
          /* This timing applies on the way IN */
          -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          /* A litttttle slower on the way in */
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s; }
      main .topics__section .display-to-archive-btn {
        display: none;
        height: 0; }
      main .topics__section .display {
        margin-top: 0;
        display: none;
        height: 0; }
    main .network__section {
      margin: 0 auto 45px;
      width: 100%;
      border-top: 4px solid #dddddd; }
      main .network__section__container {
        margin: 0 auto;
        padding: 0 20px;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
      main .network__section__heading {
        margin: 17px 0 17px;
        text-align: left;
        width: 100%; }
        main .network__section__heading h2 {
          font-size: 30px;
          letter-spacing: 0.025em; }
      main .network__section__content {
        margin: 0 auto;
        width: 100%; }
        main .network__section__content h1 {
          text-align: center;
          font-size: 28px;
          line-height: 1.59;
          letter-spacing: 0.03em; } }
      @media screen and (max-width: 767px) and (max-width: 375px) {
        main .network__section__content h1 {
          font-size: 22px; } }

@media screen and (max-width: 767px) {
      main .network__section__items {
        margin: 40px auto 0;
        width: 100%; }
        main .network__section__items__heading {
          margin: 0 auto 15px;
          width: 100%;
          text-align: center; }
          main .network__section__items__heading p {
            font-size: 20px; }
      main .network__section__item__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
      main .network__section__item {
        margin: 0 20px 0 20px;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: calc(50% - 40px);
        max-width: 100%; }
        main .network__section__item:nth-child(n + 5) {
          margin-top: 0;
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start; }
        main .network__section__item:nth-child(n + 3) {
          margin-top: 15px;
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start; }
        main .network__section__item:nth-child(4n) {
          margin-right: 20px; }
        main .network__section__item:hover .network__section__item__description p {
          color: #ff3967; }
        main .network__section__item:nth-child(even) .network__section__item__imageThumbnail__container {
          margin-right: 0;
          margin-left: 0; }
        main .network__section__item:nth-child(even) .network__section__item__description {
          margin-left: auto;
          margin-right: auto; }
        main .network__section__item__imageThumbnail__container {
          margin: 0 auto;
          max-width: 100%;
          background-color: #ebebeb;
          margin-right: 0; }
        main .network__section__item__imageThumbnail {
          margin: 0 auto;
          width: 100%;
          max-width: 100%;
          padding-top: 100%;
          background-size: contain;
          background-position: center;
          background-repeat: no-repeat;
          background-image: url(../img/network-section/download-1.png); }
          main .network__section__item__imageThumbnail.second {
            background-image: url(../img/network-section/rogo.png); }
          main .network__section__item__imageThumbnail.third {
            background-image: url(../img/network-section/art-council-tokyo.png); }
          main .network__section__item__imageThumbnail.fourth {
            background-image: url(../img/network-section/yafchlogo.png); }
        main .network__section__item__description {
          margin-top: 5px;
          margin-right: auto;
          width: calc(100% - 20px);
          max-width: 100%; }
          main .network__section__item__description p {
            text-align: center;
            font-size: 18px;
            line-height: 1.8;
            /* This timing applies on the way IN */
            -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
            -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
            transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
            /* A litttttle slower on the way in */
            -webkit-transition: 0.5s;
            -o-transition: 0.5s;
            transition: 0.5s; }
    main .contact__section {
      margin: 0 auto 60px;
      width: 100%;
      border-top: 4px solid #dddddd; }
      main .contact__section__container {
        margin: 0 auto;
        padding: 0 20px;
        width: 100%; }
      main .contact__section__heading {
        margin: 17px 0 17px;
        width: 100%; }
        main .contact__section__heading h2 {
          font-size: 30px;
          letter-spacing: 0.025em; }
      main .contact__section__title h2 {
        font-size: 28px;
        line-height: 1.59;
        letter-spacing: 0.03em; }
    main .members__section {
      margin: 0 auto 20px;
      width: 100%;
      border-top: 4px solid #dddddd; }
      main .members__section__container {
        margin: 0 auto;
        padding: 0 20px; }
      main .members__section__heading {
        margin: 17px 0 17px; }
        main .members__section__heading h2 {
          font-size: 30px;
          letter-spacing: 0.025em; }
      main .members__section__title h2 {
        font-size: 28px;
        line-height: 1.59;
        letter-spacing: 0.03em; }
      main .members__section__external__link {
        margin: 20px auto 35px; }
        main .members__section__external__link a {
          margin: 0 auto;
          padding: 25px 0;
          width: 100%;
          max-width: 335px;
          display: block;
          background-color: #ffc000;
          border: 1px solid #ffc000;
          border-radius: 10px;
          font-size: 16px;
          line-height: 1.8;
          -webkit-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease;
          opacity: 1;
          position: relative; }
          main .members__section__external__link a:after {
            top: 50%;
            right: 24%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            width: 13px;
            height: 13px;
            background-image: url(../img/common/external-icon.png);
            background-size: 13px; }
          main .members__section__external__link a:hover {
            opacity: 0.5; } }

/**************************************
about
***************************************/
.page-template-page-about .accordion-content-topics,
.page-template-page-about .accordion-content-network,
.page-template-page-about .accordion-content-contact {
  display: none; }

.page-template-page-about .accordion-content-about {
  display: block; }

.page-template-page-about .see__more__btn.contact-section {
  margin: 20px auto 0; }

.page-template-page-about .see__more__btn button:hover.accordion-about:before {
  -webkit-transform: translate(0, -50%) rotate(135deg);
  -ms-transform: translate(0, -50%) rotate(135deg);
  transform: translate(0, -50%) rotate(135deg); }

.page-template-page-about .see__more__btn .view--page {
  margin: 0 auto 35px;
  display: block;
  width: 100%;
  max-width: 400px;
  display: block;
  font-size: 20px;
  border: 1px solid #000;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  /* This timing applies on the way IN */
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  /* A litttttle slower on the way in */
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: -o-linear-gradient(left, #f7bbc9 50%, #fff 50%);
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #f7bbc9), color-stop(50%, #fff));
  background: linear-gradient(to right, #f7bbc9 50%, #fff 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  cursor: pointer;
  z-index: 2;
  opacity: 1; }
  .page-template-page-about .see__more__btn .view--page.fadeOut {
    opacity: 0 !important;
    pointer-events: none; }
  .page-template-page-about .see__more__btn .view--page:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 10%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url(../img/common/see_more_plus.png);
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    /* This timing applies on the way IN */
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    /* A litttttle slower on the way in */
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    z-index: 1; }
  .page-template-page-about .see__more__btn .view--page:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 100%;
    background-color: #ff3967;
    -webkit-transition: width .5s ease-in-out;
    -o-transition: width .5s ease-in-out;
    transition: width .5s ease-in-out;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
    z-index: -1; }
  .page-template-page-about .see__more__btn .view--page:hover {
    background-position: left bottom; }
    .page-template-page-about .see__more__btn .view--page:hover:before {
      -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
      transform: translateY(-50%) rotate(180deg); }
    .page-template-page-about .see__more__btn .view--page:hover:after {
      width: 100%; }

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .page-template-page-about .see__more__btn.contact-section {
    margin: 1.5vw auto 0 !important; }
  .page-template-page-about .see__more__btn .view--page {
    margin-bottom: 2.43vw;
    padding: 1.66vw 0;
    width: 100%;
    max-width: 27.77vw;
    font-size: 1.38vw; }
    .page-template-page-about .see__more__btn .view--page:before {
      width: 1.38vw;
      height: 1.38vw;
      background-size: 1.38vw; }
    .page-template-page-about .see__more__btn .view--page:hover:after {
      width: 100%; } }

/******************************
about sp
*******************************/
@media screen and (max-width: 767px) {
  .page-template-page-about header {
    border-bottom: 0; }
  .page-template-page-about .about__section {
    border-top: 4px solid #dddddd;
    margin-top: 62px; }
  .page-template-page-about .see__more__btn.contact-section {
    margin: 20px auto 0 !important; }
  .page-template-page-about .see__more__btn .view--page {
    padding: 14px 0;
    width: 100%;
    max-width: 320px;
    font-size: 20px; }
    .page-template-page-about .see__more__btn .view--page:before {
      width: 20px;
      height: 20px;
      background-image: url(../img/common/see_more_plus.png);
      background-size: 20px; }
    .page-template-page-about .see__more__btn .view--page:hover:after {
      width: 100%; } }

/**************************************
contact-complete
***************************************/
.page-id-162 header .navBar,
.page-id-15 header .navBar,
.page-id-91 header .navBar,
.page-id-94 header .navBar,
.page-id-107 header .navBar,
.page-id-118 header .navBar {
  position: fixed;
  background-color: #fff; }

.page-id-162 main,
.page-id-15 main,
.page-id-91 main,
.page-id-94 main,
.page-id-107 main,
.page-id-118 main {
  margin-top: 84px;
  border-top: 4px solid #dddddd; }
  .page-id-162 main .see__more__btn a:before,
  .page-id-15 main .see__more__btn a:before,
  .page-id-91 main .see__more__btn a:before,
  .page-id-94 main .see__more__btn a:before,
  .page-id-107 main .see__more__btn a:before,
  .page-id-118 main .see__more__btn a:before {
    display: none; }
  .page-id-162 main .contact__section,
  .page-id-15 main .contact__section,
  .page-id-91 main .contact__section,
  .page-id-94 main .contact__section,
  .page-id-107 main .contact__section,
  .page-id-118 main .contact__section {
    border-top: 0; }
    .page-id-162 main .contact__section .contact__section__container .contact__section__mainContent,
    .page-id-15 main .contact__section .contact__section__container .contact__section__mainContent,
    .page-id-91 main .contact__section .contact__section__container .contact__section__mainContent,
    .page-id-94 main .contact__section .contact__section__container .contact__section__mainContent,
    .page-id-107 main .contact__section .contact__section__container .contact__section__mainContent,
    .page-id-118 main .contact__section .contact__section__container .contact__section__mainContent {
      margin-top: 40px; }
      .page-id-162 main .contact__section .contact__section__container .contact__section__mainContent p,
      .page-id-15 main .contact__section .contact__section__container .contact__section__mainContent p,
      .page-id-91 main .contact__section .contact__section__container .contact__section__mainContent p,
      .page-id-94 main .contact__section .contact__section__container .contact__section__mainContent p,
      .page-id-107 main .contact__section .contact__section__container .contact__section__mainContent p,
      .page-id-118 main .contact__section .contact__section__container .contact__section__mainContent p {
        margin-bottom: 25px;
        font-size: 20px;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 200;
        text-align: center;
        line-height: 1.8; }

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .page-id-162 main,
  .page-id-15 main,
  .page-id-91 main,
  .page-id-94 main,
  .page-id-107 main,
  .page-id-118 main {
    margin-top: 67px; }
    .page-id-162 main .contact__section .contact__section__container .contact__section__mainContent,
    .page-id-15 main .contact__section .contact__section__container .contact__section__mainContent,
    .page-id-91 main .contact__section .contact__section__container .contact__section__mainContent,
    .page-id-94 main .contact__section .contact__section__container .contact__section__mainContent,
    .page-id-107 main .contact__section .contact__section__container .contact__section__mainContent,
    .page-id-118 main .contact__section .contact__section__container .contact__section__mainContent {
      margin-top: 2.77; }
      .page-id-162 main .contact__section .contact__section__container .contact__section__mainContent p,
      .page-id-15 main .contact__section .contact__section__container .contact__section__mainContent p,
      .page-id-91 main .contact__section .contact__section__container .contact__section__mainContent p,
      .page-id-94 main .contact__section .contact__section__container .contact__section__mainContent p,
      .page-id-107 main .contact__section .contact__section__container .contact__section__mainContent p,
      .page-id-118 main .contact__section .contact__section__container .contact__section__mainContent p {
        margin-bottom: 1.73vw;
        font-size: 1.38vw; } }

/******************************
page-id-162 sp
*******************************/
@media screen and (max-width: 767px) {
  .page-id-162 header .navBar,
  .page-id-15 header .navBar,
  .page-id-91 header .navBar,
  .page-id-94 header .navBar,
  .page-id-107 header .navBar,
  .page-id-118 header .navBar {
    position: fixed; }
  .page-id-162 main,
  .page-id-15 main,
  .page-id-91 main,
  .page-id-94 main,
  .page-id-107 main,
  .page-id-118 main {
    margin-top: 62px; }
    .page-id-162 main .contact__section .contact__section__container .contact__section__mainContent,
    .page-id-15 main .contact__section .contact__section__container .contact__section__mainContent,
    .page-id-91 main .contact__section .contact__section__container .contact__section__mainContent,
    .page-id-94 main .contact__section .contact__section__container .contact__section__mainContent,
    .page-id-107 main .contact__section .contact__section__container .contact__section__mainContent,
    .page-id-118 main .contact__section .contact__section__container .contact__section__mainContent {
      margin-top: 40px;
      padding: 0 20px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .page-id-162 main .contact__section .contact__section__container .contact__section__mainContent p,
      .page-id-15 main .contact__section .contact__section__container .contact__section__mainContent p,
      .page-id-91 main .contact__section .contact__section__container .contact__section__mainContent p,
      .page-id-94 main .contact__section .contact__section__container .contact__section__mainContent p,
      .page-id-107 main .contact__section .contact__section__container .contact__section__mainContent p,
      .page-id-118 main .contact__section .contact__section__container .contact__section__mainContent p {
        margin-bottom: 25px;
        font-size: 20px;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 200;
        text-align: center;
        line-height: 1.8; } }

@media screen and (max-width: 360px) and (min-width: 320px) {
  .page-id-162 .contact__section,
  .page-id-15 .contact__section,
  .page-id-91 .contact__section,
  .page-id-94 .contact__section,
  .page-id-107 .contact__section,
  .page-id-118 .contact__section {
    border-top: 0; }
    .page-id-162 .contact__section .contact__section__container .contact__section__mainContent,
    .page-id-15 .contact__section .contact__section__container .contact__section__mainContent,
    .page-id-91 .contact__section .contact__section__container .contact__section__mainContent,
    .page-id-94 .contact__section .contact__section__container .contact__section__mainContent,
    .page-id-107 .contact__section .contact__section__container .contact__section__mainContent,
    .page-id-118 .contact__section .contact__section__container .contact__section__mainContent {
      margin-top: 30px; }
      .page-id-162 .contact__section .contact__section__container .contact__section__mainContent p,
      .page-id-15 .contact__section .contact__section__container .contact__section__mainContent p,
      .page-id-91 .contact__section .contact__section__container .contact__section__mainContent p,
      .page-id-94 .contact__section .contact__section__container .contact__section__mainContent p,
      .page-id-107 .contact__section .contact__section__container .contact__section__mainContent p,
      .page-id-118 .contact__section .contact__section__container .contact__section__mainContent p {
        margin-bottom: 20px;
        font-size: 18px; } }

/**************************************
page-template-page-contact_confirm
***************************************/
.page-template-page-contact_confirm .see__more__btn.contact-section,
.page-template-page-contact_confirm_about .see__more__btn.contact-section,
.page-template-page-contact_confirm_network .see__more__btn.contact-section,
.page-template-page-contact_confirm_topics .see__more__btn.contact-section,
.page-template-page-contact_confirm_top .see__more__btn.contact-section {
  margin-top: 40px; }

.page-template-page-contact_confirm .see__more__btn a:before,
.page-template-page-contact_confirm_about .see__more__btn a:before,
.page-template-page-contact_confirm_network .see__more__btn a:before,
.page-template-page-contact_confirm_topics .see__more__btn a:before,
.page-template-page-contact_confirm_top .see__more__btn a:before {
  display: none; }

.page-template-page-contact_confirm header,
.page-template-page-contact_confirm_about header,
.page-template-page-contact_confirm_network header,
.page-template-page-contact_confirm_topics header,
.page-template-page-contact_confirm_top header {
  border-bottom: 0; }
  .page-template-page-contact_confirm header .navBar,
  .page-template-page-contact_confirm_about header .navBar,
  .page-template-page-contact_confirm_network header .navBar,
  .page-template-page-contact_confirm_topics header .navBar,
  .page-template-page-contact_confirm_top header .navBar {
    padding: 25px 30px 25px 57px;
    position: fixed;
    background-color: #fff; }

.page-template-page-contact_confirm main,
.page-template-page-contact_confirm_about main,
.page-template-page-contact_confirm_network main,
.page-template-page-contact_confirm_topics main,
.page-template-page-contact_confirm_top main {
  margin: 84px auto 20px; }

.page-template-page-contact_confirm .contact__section,
.page-template-page-contact_confirm_about .contact__section,
.page-template-page-contact_confirm_network .contact__section,
.page-template-page-contact_confirm_topics .contact__section,
.page-template-page-contact_confirm_top .contact__section {
  border-top: 4px solid #dddddd;
  margin-top: 0; }
  .page-template-page-contact_confirm .contact__section .contact__section__container .contact__section__title,
  .page-template-page-contact_confirm_about .contact__section .contact__section__container .contact__section__title,
  .page-template-page-contact_confirm_network .contact__section .contact__section__container .contact__section__title,
  .page-template-page-contact_confirm_topics .contact__section .contact__section__container .contact__section__title,
  .page-template-page-contact_confirm_top .contact__section .contact__section__container .contact__section__title {
    margin-bottom: 50px; }
  .page-template-page-contact_confirm .contact__section .contact__section__container .contact__section__mainContent,
  .page-template-page-contact_confirm_about .contact__section .contact__section__container .contact__section__mainContent,
  .page-template-page-contact_confirm_network .contact__section .contact__section__container .contact__section__mainContent,
  .page-template-page-contact_confirm_topics .contact__section .contact__section__container .contact__section__mainContent,
  .page-template-page-contact_confirm_top .contact__section .contact__section__container .contact__section__mainContent {
    margin: 0 auto;
    width: 100%; }
    .page-template-page-contact_confirm .contact__section .contact__section__container .contact__section__mainContent .contact__section__details,
    .page-template-page-contact_confirm_about .contact__section .contact__section__container .contact__section__mainContent .contact__section__details,
    .page-template-page-contact_confirm_network .contact__section .contact__section__container .contact__section__mainContent .contact__section__details,
    .page-template-page-contact_confirm_topics .contact__section .contact__section__container .contact__section__mainContent .contact__section__details,
    .page-template-page-contact_confirm_top .contact__section .contact__section__container .contact__section__mainContent .contact__section__details {
      margin: 30px auto 50px;
      width: 100%;
      max-width: 740px; }
      .page-template-page-contact_confirm .contact__section .contact__section__container .contact__section__mainContent .contact__section__details p,
      .page-template-page-contact_confirm_about .contact__section .contact__section__container .contact__section__mainContent .contact__section__details p,
      .page-template-page-contact_confirm_network .contact__section .contact__section__container .contact__section__mainContent .contact__section__details p,
      .page-template-page-contact_confirm_topics .contact__section .contact__section__container .contact__section__mainContent .contact__section__details p,
      .page-template-page-contact_confirm_top .contact__section .contact__section__container .contact__section__mainContent .contact__section__details p {
        font-family: "Noto Sans JP", sans-serif;
        font-size: 20px;
        font-weight: 400;
        line-height: 1.8; }
        .page-template-page-contact_confirm .contact__section .contact__section__container .contact__section__mainContent .contact__section__details p span.required-icon,
        .page-template-page-contact_confirm_about .contact__section .contact__section__container .contact__section__mainContent .contact__section__details p span.required-icon,
        .page-template-page-contact_confirm_network .contact__section .contact__section__container .contact__section__mainContent .contact__section__details p span.required-icon,
        .page-template-page-contact_confirm_topics .contact__section .contact__section__container .contact__section__mainContent .contact__section__details p span.required-icon,
        .page-template-page-contact_confirm_top .contact__section .contact__section__container .contact__section__mainContent .contact__section__details p span.required-icon {
          font-weight: bold;
          font-size: 15px;
          color: #FF3967;
          vertical-align: middle; }
        .page-template-page-contact_confirm .contact__section .contact__section__container .contact__section__mainContent .contact__section__details p.legend,
        .page-template-page-contact_confirm_about .contact__section .contact__section__container .contact__section__mainContent .contact__section__details p.legend,
        .page-template-page-contact_confirm_network .contact__section .contact__section__container .contact__section__mainContent .contact__section__details p.legend,
        .page-template-page-contact_confirm_topics .contact__section .contact__section__container .contact__section__mainContent .contact__section__details p.legend,
        .page-template-page-contact_confirm_top .contact__section .contact__section__container .contact__section__mainContent .contact__section__details p.legend {
          color: #000; }
    .page-template-page-contact_confirm .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content input,
    .page-template-page-contact_confirm .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content textarea,
    .page-template-page-contact_confirm .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content .checkmark,
    .page-template-page-contact_confirm .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content .agreement .checkmark,
    .page-template-page-contact_confirm .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content select,
    .page-template-page-contact_confirm_about .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content input,
    .page-template-page-contact_confirm_about .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content textarea,
    .page-template-page-contact_confirm_about .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content .checkmark,
    .page-template-page-contact_confirm_about .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content .agreement .checkmark,
    .page-template-page-contact_confirm_about .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content select,
    .page-template-page-contact_confirm_network .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content input,
    .page-template-page-contact_confirm_network .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content textarea,
    .page-template-page-contact_confirm_network .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content .checkmark,
    .page-template-page-contact_confirm_network .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content .agreement .checkmark,
    .page-template-page-contact_confirm_network .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content select,
    .page-template-page-contact_confirm_topics .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content input,
    .page-template-page-contact_confirm_topics .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content textarea,
    .page-template-page-contact_confirm_topics .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content .checkmark,
    .page-template-page-contact_confirm_topics .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content .agreement .checkmark,
    .page-template-page-contact_confirm_topics .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content select,
    .page-template-page-contact_confirm_top .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content input,
    .page-template-page-contact_confirm_top .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content textarea,
    .page-template-page-contact_confirm_top .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content .checkmark,
    .page-template-page-contact_confirm_top .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content .agreement .checkmark,
    .page-template-page-contact_confirm_top .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content select {
      display: none; }
    .page-template-page-contact_confirm .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content .flex-item-wrap,
    .page-template-page-contact_confirm_about .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content .flex-item-wrap,
    .page-template-page-contact_confirm_network .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content .flex-item-wrap,
    .page-template-page-contact_confirm_topics .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content .flex-item-wrap,
    .page-template-page-contact_confirm_top .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content .flex-item-wrap {
      display: none; }
    .page-template-page-contact_confirm .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content p,
    .page-template-page-contact_confirm_about .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content p,
    .page-template-page-contact_confirm_network .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content p,
    .page-template-page-contact_confirm_topics .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content p,
    .page-template-page-contact_confirm_top .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content p {
      font-family: "Noto Sans JP", sans-serif;
      font-weight: 300;
      font-size: 20px;
      line-height: 1.2;
      margin-bottom: 5px; }
      .page-template-page-contact_confirm .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content p span.required-icon,
      .page-template-page-contact_confirm_about .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content p span.required-icon,
      .page-template-page-contact_confirm_network .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content p span.required-icon,
      .page-template-page-contact_confirm_topics .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content p span.required-icon,
      .page-template-page-contact_confirm_top .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content p span.required-icon {
        font-weight: bold;
        font-size: 15px;
        color: #FF3967;
        vertical-align: middle; }
      .page-template-page-contact_confirm .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content p.answer,
      .page-template-page-contact_confirm_about .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content p.answer,
      .page-template-page-contact_confirm_network .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content p.answer,
      .page-template-page-contact_confirm_topics .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content p.answer,
      .page-template-page-contact_confirm_top .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content p.answer {
        font-weight: 300;
        margin-bottom: 10px; }
    .page-template-page-contact_confirm .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content form .inner__form__wrapper,
    .page-template-page-contact_confirm_about .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content form .inner__form__wrapper,
    .page-template-page-contact_confirm_network .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content form .inner__form__wrapper,
    .page-template-page-contact_confirm_topics .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content form .inner__form__wrapper,
    .page-template-page-contact_confirm_top .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content form .inner__form__wrapper {
      font-family: "Noto Sans JP", sans-serif;
      font-weight: 400;
      font-size: 20px;
      line-height: 1.2;
      margin-bottom: 32px; }
      .page-template-page-contact_confirm .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content form .inner__form__wrapper:last-child,
      .page-template-page-contact_confirm_about .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content form .inner__form__wrapper:last-child,
      .page-template-page-contact_confirm_network .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content form .inner__form__wrapper:last-child,
      .page-template-page-contact_confirm_topics .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content form .inner__form__wrapper:last-child,
      .page-template-page-contact_confirm_top .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content form .inner__form__wrapper:last-child {
        margin-bottom: 0; }
    .page-template-page-contact_confirm .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .agreement,
    .page-template-page-contact_confirm_about .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .agreement,
    .page-template-page-contact_confirm_network .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .agreement,
    .page-template-page-contact_confirm_topics .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .agreement,
    .page-template-page-contact_confirm_top .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .agreement {
      display: none; }

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .page-template-page-contact_confirm header .navBar,
  .page-template-page-contact_confirm_about header .navBar,
  .page-template-page-contact_confirm_network header .navBar,
  .page-template-page-contact_confirm_topics header .navBar,
  .page-template-page-contact_confirm_top header .navBar {
    padding: 20px 30px 20px 57px;
    background-color: #fff;
    position: fixed; }
  .page-template-page-contact_confirm main,
  .page-template-page-contact_confirm_about main,
  .page-template-page-contact_confirm_network main,
  .page-template-page-contact_confirm_topics main,
  .page-template-page-contact_confirm_top main {
    margin-top: 84px; } }

/******************************
page-template-page-contact_confirm sp
*******************************/
@media screen and (max-width: 767px) {
  .page-template-page-contact_confirm header .navBar,
  .page-template-page-contact_confirm_about header .navBar,
  .page-template-page-contact_confirm_network header .navBar,
  .page-template-page-contact_confirm_topics header .navBar,
  .page-template-page-contact_confirm_top header .navBar {
    padding-top: 10px;
    padding-bottom: 10px;
    position: fixed; }
  .page-template-page-contact_confirm main,
  .page-template-page-contact_confirm_about main,
  .page-template-page-contact_confirm_network main,
  .page-template-page-contact_confirm_topics main,
  .page-template-page-contact_confirm_top main {
    margin-top: 60px; }
  .page-template-page-contact_confirm .see__more__btn.contact-section,
  .page-template-page-contact_confirm_about .see__more__btn.contact-section,
  .page-template-page-contact_confirm_network .see__more__btn.contact-section,
  .page-template-page-contact_confirm_topics .see__more__btn.contact-section,
  .page-template-page-contact_confirm_top .see__more__btn.contact-section {
    margin-top: 20px; }
  .page-template-page-contact_confirm .contact__section,
  .page-template-page-contact_confirm_about .contact__section,
  .page-template-page-contact_confirm_network .contact__section,
  .page-template-page-contact_confirm_topics .contact__section,
  .page-template-page-contact_confirm_top .contact__section {
    margin-top: 0; } }

/**************************************
topics-archive
***************************************/
.contact,
.page-id-136,
.page-id-17,
.page-template-page-contact,
.page-template-page-about,
.page-template-page-network,
.page-template-page-topics,
.home {
  /* The container */
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */ }
  .contact p.error__text,
  .page-id-136 p.error__text,
  .page-id-17 p.error__text,
  .page-template-page-contact p.error__text,
  .page-template-page-about p.error__text,
  .page-template-page-network p.error__text,
  .page-template-page-topics p.error__text,
  .home p.error__text {
    display: none;
    color: #FF3967 !important; }
  .contact .see__more__btn.contact-section,
  .page-id-136 .see__more__btn.contact-section,
  .page-id-17 .see__more__btn.contact-section,
  .page-template-page-contact .see__more__btn.contact-section,
  .page-template-page-about .see__more__btn.contact-section,
  .page-template-page-network .see__more__btn.contact-section,
  .page-template-page-topics .see__more__btn.contact-section,
  .home .see__more__btn.contact-section {
    margin-top: 40px; }
  .contact .mw_wp_form form .inner__form__wrapper,
  .page-id-136 .mw_wp_form form .inner__form__wrapper,
  .page-id-17 .mw_wp_form form .inner__form__wrapper,
  .page-template-page-contact .mw_wp_form form .inner__form__wrapper,
  .page-template-page-about .mw_wp_form form .inner__form__wrapper,
  .page-template-page-network .mw_wp_form form .inner__form__wrapper,
  .page-template-page-topics .mw_wp_form form .inner__form__wrapper,
  .home .mw_wp_form form .inner__form__wrapper {
    margin: 0 auto 32px;
    width: 100%;
    max-width: 647px; }
    .contact .mw_wp_form form .inner__form__wrapper.display-block,
    .page-id-136 .mw_wp_form form .inner__form__wrapper.display-block,
    .page-id-17 .mw_wp_form form .inner__form__wrapper.display-block,
    .page-template-page-contact .mw_wp_form form .inner__form__wrapper.display-block,
    .page-template-page-about .mw_wp_form form .inner__form__wrapper.display-block,
    .page-template-page-network .mw_wp_form form .inner__form__wrapper.display-block,
    .page-template-page-topics .mw_wp_form form .inner__form__wrapper.display-block,
    .home .mw_wp_form form .inner__form__wrapper.display-block {
      display: block;
      letter-spacing: 0;
      font-size: 0; }
    .contact .mw_wp_form form .inner__form__wrapper:last-child,
    .page-id-136 .mw_wp_form form .inner__form__wrapper:last-child,
    .page-id-17 .mw_wp_form form .inner__form__wrapper:last-child,
    .page-template-page-contact .mw_wp_form form .inner__form__wrapper:last-child,
    .page-template-page-about .mw_wp_form form .inner__form__wrapper:last-child,
    .page-template-page-network .mw_wp_form form .inner__form__wrapper:last-child,
    .page-template-page-topics .mw_wp_form form .inner__form__wrapper:last-child,
    .home .mw_wp_form form .inner__form__wrapper:last-child {
      margin-bottom: 0; }
    .contact .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field,
    .page-id-136 .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field,
    .page-id-17 .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field,
    .page-template-page-contact .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field,
    .page-template-page-about .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field,
    .page-template-page-network .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field,
    .page-template-page-topics .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field,
    .home .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field {
      margin-left: 0;
      margin-bottom: 15px;
      width: calc(100% / 2);
      display: inline-block; }
      .contact .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(3), .contact .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4),
      .page-id-136 .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(3),
      .page-id-136 .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4),
      .page-id-17 .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(3),
      .page-id-17 .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4),
      .page-template-page-contact .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(3),
      .page-template-page-contact .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4),
      .page-template-page-about .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(3),
      .page-template-page-about .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4),
      .page-template-page-network .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(3),
      .page-template-page-network .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4),
      .page-template-page-topics .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(3),
      .page-template-page-topics .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4),
      .home .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(3),
      .home .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4) {
        margin-bottom: 0; }
      .contact .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(2) label,
      .page-id-136 .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(2) label,
      .page-id-17 .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(2) label,
      .page-template-page-contact .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(2) label,
      .page-template-page-about .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(2) label,
      .page-template-page-network .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(2) label,
      .page-template-page-topics .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(2) label,
      .home .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(2) label {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; }
      .contact .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4) label,
      .page-id-136 .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4) label,
      .page-id-17 .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4) label,
      .page-template-page-contact .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4) label,
      .page-template-page-about .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4) label,
      .page-template-page-network .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4) label,
      .page-template-page-topics .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4) label,
      .home .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4) label {
        margin-left: 74px; }
      .contact .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label,
      .page-id-136 .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label,
      .page-id-17 .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label,
      .page-template-page-contact .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label,
      .page-template-page-about .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label,
      .page-template-page-network .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label,
      .page-template-page-topics .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label,
      .home .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
        .contact .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input,
        .page-id-136 .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input,
        .page-id-17 .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input,
        .page-template-page-contact .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input,
        .page-template-page-about .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input,
        .page-template-page-network .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input,
        .page-template-page-topics .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input,
        .home .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input {
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1;
          position: absolute;
          opacity: 0;
          cursor: pointer;
          height: 0;
          width: 0; }
          .contact .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input:checked ~ .checkmark:after,
          .page-id-136 .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input:checked ~ .checkmark:after,
          .page-id-17 .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input:checked ~ .checkmark:after,
          .page-template-page-contact .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input:checked ~ .checkmark:after,
          .page-template-page-about .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input:checked ~ .checkmark:after,
          .page-template-page-network .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input:checked ~ .checkmark:after,
          .page-template-page-topics .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input:checked ~ .checkmark:after,
          .home .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input:checked ~ .checkmark:after {
            display: block; }
        .contact .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.mwform-checkbox-field-text,
        .page-id-136 .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.mwform-checkbox-field-text,
        .page-id-17 .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.mwform-checkbox-field-text,
        .page-template-page-contact .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.mwform-checkbox-field-text,
        .page-template-page-about .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.mwform-checkbox-field-text,
        .page-template-page-network .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.mwform-checkbox-field-text,
        .page-template-page-topics .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.mwform-checkbox-field-text,
        .home .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.mwform-checkbox-field-text {
          -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
          order: 3;
          font-family: "Noto Sans JP", sans-serif;
          font-size: 20px;
          font-weight: 300;
          line-height: 1.2; }
        .contact .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.checkmark,
        .page-id-136 .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.checkmark,
        .page-id-17 .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.checkmark,
        .page-template-page-contact .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.checkmark,
        .page-template-page-about .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.checkmark,
        .page-template-page-network .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.checkmark,
        .page-template-page-topics .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.checkmark,
        .home .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.checkmark {
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2;
          margin-right: 10px;
          position: relative;
          top: -2px;
          left: 0;
          height: 30px;
          width: 30px;
          border-radius: 3px;
          background-color: #EFEFEF; }
          .contact .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.checkmark:after,
          .page-id-136 .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.checkmark:after,
          .page-id-17 .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.checkmark:after,
          .page-template-page-contact .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.checkmark:after,
          .page-template-page-about .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.checkmark:after,
          .page-template-page-network .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.checkmark:after,
          .page-template-page-topics .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.checkmark:after,
          .home .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.checkmark:after {
            content: "";
            position: absolute;
            display: none; }
      .contact .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field .checkmark:after,
      .page-id-136 .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field .checkmark:after,
      .page-id-17 .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field .checkmark:after,
      .page-template-page-contact .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field .checkmark:after,
      .page-template-page-about .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field .checkmark:after,
      .page-template-page-network .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field .checkmark:after,
      .page-template-page-topics .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field .checkmark:after,
      .home .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field .checkmark:after {
        left: 11px;
        top: 5px;
        width: 5px;
        height: 14px;
        border: solid #000;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
  .contact .container,
  .page-id-136 .container,
  .page-id-17 .container,
  .page-template-page-contact .container,
  .page-template-page-about .container,
  .page-template-page-network .container,
  .page-template-page-topics .container,
  .home .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .contact .container input,
  .page-id-136 .container input,
  .page-id-17 .container input,
  .page-template-page-contact .container input,
  .page-template-page-about .container input,
  .page-template-page-network .container input,
  .page-template-page-topics .container input,
  .home .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  .contact .checkmark,
  .page-id-136 .checkmark,
  .page-id-17 .checkmark,
  .page-template-page-contact .checkmark,
  .page-template-page-about .checkmark,
  .page-template-page-network .checkmark,
  .page-template-page-topics .checkmark,
  .home .checkmark {
    margin-right: 10px;
    position: relative;
    top: -2px;
    left: 0;
    height: 30px;
    width: 30px;
    border-radius: 3px;
    background-color: #EFEFEF; }
  .contact .container:hover input ~ .checkmark,
  .page-id-136 .container:hover input ~ .checkmark,
  .page-id-17 .container:hover input ~ .checkmark,
  .page-template-page-contact .container:hover input ~ .checkmark,
  .page-template-page-about .container:hover input ~ .checkmark,
  .page-template-page-network .container:hover input ~ .checkmark,
  .page-template-page-topics .container:hover input ~ .checkmark,
  .home .container:hover input ~ .checkmark {
    background-color: #EFEFEF; }
  .contact .container input:checked ~ .checkmark,
  .page-id-136 .container input:checked ~ .checkmark,
  .page-id-17 .container input:checked ~ .checkmark,
  .page-template-page-contact .container input:checked ~ .checkmark,
  .page-template-page-about .container input:checked ~ .checkmark,
  .page-template-page-network .container input:checked ~ .checkmark,
  .page-template-page-topics .container input:checked ~ .checkmark,
  .home .container input:checked ~ .checkmark {
    background-color: #EFEFEF; }
  .contact .checkmark:after,
  .page-id-136 .checkmark:after,
  .page-id-17 .checkmark:after,
  .page-template-page-contact .checkmark:after,
  .page-template-page-about .checkmark:after,
  .page-template-page-network .checkmark:after,
  .page-template-page-topics .checkmark:after,
  .home .checkmark:after {
    content: "";
    position: absolute;
    display: none; }
  .contact .container input:checked ~ .checkmark:after,
  .page-id-136 .container input:checked ~ .checkmark:after,
  .page-id-17 .container input:checked ~ .checkmark:after,
  .page-template-page-contact .container input:checked ~ .checkmark:after,
  .page-template-page-about .container input:checked ~ .checkmark:after,
  .page-template-page-network .container input:checked ~ .checkmark:after,
  .page-template-page-topics .container input:checked ~ .checkmark:after,
  .home .container input:checked ~ .checkmark:after {
    display: block; }
  .contact .container .checkmark:after,
  .page-id-136 .container .checkmark:after,
  .page-id-17 .container .checkmark:after,
  .page-template-page-contact .container .checkmark:after,
  .page-template-page-about .container .checkmark:after,
  .page-template-page-network .container .checkmark:after,
  .page-template-page-topics .container .checkmark:after,
  .home .container .checkmark:after {
    left: 11px;
    top: 5px;
    width: 5px;
    height: 14px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .contact main .accordion-content-topics,
  .page-id-136 main .accordion-content-topics,
  .page-id-17 main .accordion-content-topics,
  .page-template-page-contact main .accordion-content-topics,
  .page-template-page-about main .accordion-content-topics,
  .page-template-page-network main .accordion-content-topics,
  .page-template-page-topics main .accordion-content-topics,
  .home main .accordion-content-topics {
    display: none; }
  .contact main .contact__section__mainContent,
  .page-id-136 main .contact__section__mainContent,
  .page-id-17 main .contact__section__mainContent,
  .page-template-page-contact main .contact__section__mainContent,
  .page-template-page-about main .contact__section__mainContent,
  .page-template-page-network main .contact__section__mainContent,
  .page-template-page-topics main .contact__section__mainContent,
  .home main .contact__section__mainContent {
    margin: 0 auto;
    width: 100%; }
  .contact main .contact__section__details,
  .page-id-136 main .contact__section__details,
  .page-id-17 main .contact__section__details,
  .page-template-page-contact main .contact__section__details,
  .page-template-page-about main .contact__section__details,
  .page-template-page-network main .contact__section__details,
  .page-template-page-topics main .contact__section__details,
  .home main .contact__section__details {
    margin: 88px auto 0;
    width: 100%;
    max-width: 740px; }
    .contact main .contact__section__details p,
    .page-id-136 main .contact__section__details p,
    .page-id-17 main .contact__section__details p,
    .page-template-page-contact main .contact__section__details p,
    .page-template-page-about main .contact__section__details p,
    .page-template-page-network main .contact__section__details p,
    .page-template-page-topics main .contact__section__details p,
    .home main .contact__section__details p {
      font-family: "Noto Sans JP", sans-serif;
      font-size: 20px;
      font-weight: 400;
      line-height: 1.8; }
      .contact main .contact__section__details p span.required-icon,
      .page-id-136 main .contact__section__details p span.required-icon,
      .page-id-17 main .contact__section__details p span.required-icon,
      .page-template-page-contact main .contact__section__details p span.required-icon,
      .page-template-page-about main .contact__section__details p span.required-icon,
      .page-template-page-network main .contact__section__details p span.required-icon,
      .page-template-page-topics main .contact__section__details p span.required-icon,
      .home main .contact__section__details p span.required-icon {
        font-weight: bold;
        font-size: 15px;
        color: #FF3967;
        vertical-align: middle; }
      .contact main .contact__section__details p.legend,
      .page-id-136 main .contact__section__details p.legend,
      .page-id-17 main .contact__section__details p.legend,
      .page-template-page-contact main .contact__section__details p.legend,
      .page-template-page-about main .contact__section__details p.legend,
      .page-template-page-network main .contact__section__details p.legend,
      .page-template-page-topics main .contact__section__details p.legend,
      .home main .contact__section__details p.legend {
        color: #FF3967; }
  .contact main .contact__section__form,
  .page-id-136 main .contact__section__form,
  .page-id-17 main .contact__section__form,
  .page-template-page-contact main .contact__section__form,
  .page-template-page-about main .contact__section__form,
  .page-template-page-network main .contact__section__form,
  .page-template-page-topics main .contact__section__form,
  .home main .contact__section__form {
    margin: 0 auto;
    width: 100%;
    max-width: 885px; }
    .contact main .contact__section__form__content,
    .page-id-136 main .contact__section__form__content,
    .page-id-17 main .contact__section__form__content,
    .page-template-page-contact main .contact__section__form__content,
    .page-template-page-about main .contact__section__form__content,
    .page-template-page-network main .contact__section__form__content,
    .page-template-page-topics main .contact__section__form__content,
    .home main .contact__section__form__content {
      margin: 32px auto 0;
      width: 100%; }
      .contact main .contact__section__form__content p,
      .page-id-136 main .contact__section__form__content p,
      .page-id-17 main .contact__section__form__content p,
      .page-template-page-contact main .contact__section__form__content p,
      .page-template-page-about main .contact__section__form__content p,
      .page-template-page-network main .contact__section__form__content p,
      .page-template-page-topics main .contact__section__form__content p,
      .home main .contact__section__form__content p {
        font-family: "Noto Sans JP", sans-serif;
        font-size: 20px;
        line-height: 1.2;
        margin-bottom: 12px; }
        .contact main .contact__section__form__content p span.required-icon,
        .page-id-136 main .contact__section__form__content p span.required-icon,
        .page-id-17 main .contact__section__form__content p span.required-icon,
        .page-template-page-contact main .contact__section__form__content p span.required-icon,
        .page-template-page-about main .contact__section__form__content p span.required-icon,
        .page-template-page-network main .contact__section__form__content p span.required-icon,
        .page-template-page-topics main .contact__section__form__content p span.required-icon,
        .home main .contact__section__form__content p span.required-icon {
          font-weight: bold;
          font-size: 15px;
          color: #FF3967;
          vertical-align: middle; }
      .contact main .contact__section__form__content .flex-item-wrap .flex-item-container,
      .page-id-136 main .contact__section__form__content .flex-item-wrap .flex-item-container,
      .page-id-17 main .contact__section__form__content .flex-item-wrap .flex-item-container,
      .page-template-page-contact main .contact__section__form__content .flex-item-wrap .flex-item-container,
      .page-template-page-about main .contact__section__form__content .flex-item-wrap .flex-item-container,
      .page-template-page-network main .contact__section__form__content .flex-item-wrap .flex-item-container,
      .page-template-page-topics main .contact__section__form__content .flex-item-wrap .flex-item-container,
      .home main .contact__section__form__content .flex-item-wrap .flex-item-container {
        margin: 0 auto;
        width: 100%;
        max-width: 647px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .contact main .contact__section__form__content .flex-item-wrap .flex-item-container:last-child,
        .page-id-136 main .contact__section__form__content .flex-item-wrap .flex-item-container:last-child,
        .page-id-17 main .contact__section__form__content .flex-item-wrap .flex-item-container:last-child,
        .page-template-page-contact main .contact__section__form__content .flex-item-wrap .flex-item-container:last-child,
        .page-template-page-about main .contact__section__form__content .flex-item-wrap .flex-item-container:last-child,
        .page-template-page-network main .contact__section__form__content .flex-item-wrap .flex-item-container:last-child,
        .page-template-page-topics main .contact__section__form__content .flex-item-wrap .flex-item-container:last-child,
        .home main .contact__section__form__content .flex-item-wrap .flex-item-container:last-child {
          margin-top: 15px; }
        .contact main .contact__section__form__content .flex-item-wrap .flex-item-container label,
        .page-id-136 main .contact__section__form__content .flex-item-wrap .flex-item-container label,
        .page-id-17 main .contact__section__form__content .flex-item-wrap .flex-item-container label,
        .page-template-page-contact main .contact__section__form__content .flex-item-wrap .flex-item-container label,
        .page-template-page-about main .contact__section__form__content .flex-item-wrap .flex-item-container label,
        .page-template-page-network main .contact__section__form__content .flex-item-wrap .flex-item-container label,
        .page-template-page-topics main .contact__section__form__content .flex-item-wrap .flex-item-container label,
        .home main .contact__section__form__content .flex-item-wrap .flex-item-container label {
          -webkit-box-flex: 1;
          -ms-flex: 1 0 50%;
          flex: 1 0 50%;
          font-family: "Noto Serif JP", serif;
          font-size: 20px;
          line-height: 1.2; }
          .contact main .contact__section__form__content .flex-item-wrap .flex-item-container label:last-child,
          .page-id-136 main .contact__section__form__content .flex-item-wrap .flex-item-container label:last-child,
          .page-id-17 main .contact__section__form__content .flex-item-wrap .flex-item-container label:last-child,
          .page-template-page-contact main .contact__section__form__content .flex-item-wrap .flex-item-container label:last-child,
          .page-template-page-about main .contact__section__form__content .flex-item-wrap .flex-item-container label:last-child,
          .page-template-page-network main .contact__section__form__content .flex-item-wrap .flex-item-container label:last-child,
          .page-template-page-topics main .contact__section__form__content .flex-item-wrap .flex-item-container label:last-child,
          .home main .contact__section__form__content .flex-item-wrap .flex-item-container label:last-child {
            margin-left: 65px;
            margin-top: 0; }
      .contact main .contact__section__form__content textarea,
      .contact main .contact__section__form__content input,
      .page-id-136 main .contact__section__form__content textarea,
      .page-id-136 main .contact__section__form__content input,
      .page-id-17 main .contact__section__form__content textarea,
      .page-id-17 main .contact__section__form__content input,
      .page-template-page-contact main .contact__section__form__content textarea,
      .page-template-page-contact main .contact__section__form__content input,
      .page-template-page-about main .contact__section__form__content textarea,
      .page-template-page-about main .contact__section__form__content input,
      .page-template-page-network main .contact__section__form__content textarea,
      .page-template-page-network main .contact__section__form__content input,
      .page-template-page-topics main .contact__section__form__content textarea,
      .page-template-page-topics main .contact__section__form__content input,
      .home main .contact__section__form__content textarea,
      .home main .contact__section__form__content input {
        padding: 10px;
        width: 100%;
        resize: none;
        background-color: #F6F6F6;
        border: 0;
        outline: none;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
      .contact main .contact__section__form__content input,
      .page-id-136 main .contact__section__form__content input,
      .page-id-17 main .contact__section__form__content input,
      .page-template-page-contact main .contact__section__form__content input,
      .page-template-page-about main .contact__section__form__content input,
      .page-template-page-network main .contact__section__form__content input,
      .page-template-page-topics main .contact__section__form__content input,
      .home main .contact__section__form__content input {
        padding: 15px 10px 15px 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-family: "Noto Sans JP", sans-serif; }
        .contact main .contact__section__form__content input.postal-code,
        .page-id-136 main .contact__section__form__content input.postal-code,
        .page-id-17 main .contact__section__form__content input.postal-code,
        .page-template-page-contact main .contact__section__form__content input.postal-code,
        .page-template-page-about main .contact__section__form__content input.postal-code,
        .page-template-page-network main .contact__section__form__content input.postal-code,
        .page-template-page-topics main .contact__section__form__content input.postal-code,
        .home main .contact__section__form__content input.postal-code {
          width: 227px; }
        .contact main .contact__section__form__content input::-webkit-input-placeholder, .page-id-136 main .contact__section__form__content input::-webkit-input-placeholder, .page-id-17 main .contact__section__form__content input::-webkit-input-placeholder, .page-template-page-contact main .contact__section__form__content input::-webkit-input-placeholder, .page-template-page-about main .contact__section__form__content input::-webkit-input-placeholder, .page-template-page-network main .contact__section__form__content input::-webkit-input-placeholder, .page-template-page-topics main .contact__section__form__content input::-webkit-input-placeholder, .home main .contact__section__form__content input::-webkit-input-placeholder {
          color: #a3a3a3;
          font-weight: 200;
          font-family: "Noto Sans JP", sans-serif; }
        .contact main .contact__section__form__content input::-moz-placeholder, .page-id-136 main .contact__section__form__content input::-moz-placeholder, .page-id-17 main .contact__section__form__content input::-moz-placeholder, .page-template-page-contact main .contact__section__form__content input::-moz-placeholder, .page-template-page-about main .contact__section__form__content input::-moz-placeholder, .page-template-page-network main .contact__section__form__content input::-moz-placeholder, .page-template-page-topics main .contact__section__form__content input::-moz-placeholder, .home main .contact__section__form__content input::-moz-placeholder {
          color: #a3a3a3;
          font-weight: 200;
          font-family: "Noto Sans JP", sans-serif; }
        .contact main .contact__section__form__content input:-ms-input-placeholder, .page-id-136 main .contact__section__form__content input:-ms-input-placeholder, .page-id-17 main .contact__section__form__content input:-ms-input-placeholder, .page-template-page-contact main .contact__section__form__content input:-ms-input-placeholder, .page-template-page-about main .contact__section__form__content input:-ms-input-placeholder, .page-template-page-network main .contact__section__form__content input:-ms-input-placeholder, .page-template-page-topics main .contact__section__form__content input:-ms-input-placeholder, .home main .contact__section__form__content input:-ms-input-placeholder {
          color: #a3a3a3;
          font-weight: 200;
          font-family: "Noto Sans JP", sans-serif; }
        .contact main .contact__section__form__content input::-ms-input-placeholder, .page-id-136 main .contact__section__form__content input::-ms-input-placeholder, .page-id-17 main .contact__section__form__content input::-ms-input-placeholder, .page-template-page-contact main .contact__section__form__content input::-ms-input-placeholder, .page-template-page-about main .contact__section__form__content input::-ms-input-placeholder, .page-template-page-network main .contact__section__form__content input::-ms-input-placeholder, .page-template-page-topics main .contact__section__form__content input::-ms-input-placeholder, .home main .contact__section__form__content input::-ms-input-placeholder {
          color: #a3a3a3;
          font-weight: 200;
          font-family: "Noto Sans JP", sans-serif; }
        .contact main .contact__section__form__content input::placeholder,
        .page-id-136 main .contact__section__form__content input::placeholder,
        .page-id-17 main .contact__section__form__content input::placeholder,
        .page-template-page-contact main .contact__section__form__content input::placeholder,
        .page-template-page-about main .contact__section__form__content input::placeholder,
        .page-template-page-network main .contact__section__form__content input::placeholder,
        .page-template-page-topics main .contact__section__form__content input::placeholder,
        .home main .contact__section__form__content input::placeholder {
          color: #a3a3a3;
          font-weight: 200;
          font-family: "Noto Sans JP", sans-serif; }
      .contact main .contact__section__form__content select,
      .page-id-136 main .contact__section__form__content select,
      .page-id-17 main .contact__section__form__content select,
      .page-template-page-contact main .contact__section__form__content select,
      .page-template-page-about main .contact__section__form__content select,
      .page-template-page-network main .contact__section__form__content select,
      .page-template-page-topics main .contact__section__form__content select,
      .home main .contact__section__form__content select {
        width: 227px;
        padding: 15px 10px 15px 20px;
        background-color: #F6F6F6;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 200;
        font-size: 13px;
        letter-spacing: 0.04em;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #707070;
        box-sizing: border-box;
        -webkit-appearance: none;
        border: 1px solid #e8ecee;
        background-image: url("../img/common/dropdown-select.png");
        background-position: 90% 50%;
        background-repeat: no-repeat;
        background-size: 17px auto; }
        .contact main .contact__section__form__content select::disabled,
        .page-id-136 main .contact__section__form__content select::disabled,
        .page-id-17 main .contact__section__form__content select::disabled,
        .page-template-page-contact main .contact__section__form__content select::disabled,
        .page-template-page-about main .contact__section__form__content select::disabled,
        .page-template-page-network main .contact__section__form__content select::disabled,
        .page-template-page-topics main .contact__section__form__content select::disabled,
        .home main .contact__section__form__content select::disabled {
          font-weight: 200;
          font-family: "Noto Sans JP", sans-serif; }
    .contact main .contact__section__form .agreement,
    .page-id-136 main .contact__section__form .agreement,
    .page-id-17 main .contact__section__form .agreement,
    .page-template-page-contact main .contact__section__form .agreement,
    .page-template-page-about main .contact__section__form .agreement,
    .page-template-page-network main .contact__section__form .agreement,
    .page-template-page-topics main .contact__section__form .agreement,
    .home main .contact__section__form .agreement {
      margin: 95px auto 60px;
      width: 100%;
      text-align: center; }
      .contact main .contact__section__form .agreement span,
      .page-id-136 main .contact__section__form .agreement span,
      .page-id-17 main .contact__section__form .agreement span,
      .page-template-page-contact main .contact__section__form .agreement span,
      .page-template-page-about main .contact__section__form .agreement span,
      .page-template-page-network main .contact__section__form .agreement span,
      .page-template-page-topics main .contact__section__form .agreement span,
      .home main .contact__section__form .agreement span {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .contact main .contact__section__form .agreement span label,
        .page-id-136 main .contact__section__form .agreement span label,
        .page-id-17 main .contact__section__form .agreement span label,
        .page-template-page-contact main .contact__section__form .agreement span label,
        .page-template-page-about main .contact__section__form .agreement span label,
        .page-template-page-network main .contact__section__form .agreement span label,
        .page-template-page-topics main .contact__section__form .agreement span label,
        .home main .contact__section__form .agreement span label {
          font-family: "Noto Serif JP", serif;
          font-size: 20px;
          letter-spacing: 0.02em;
          line-height: 1.2;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
          @media screen and (max-width: 360px) and (min-width: 320px) {
            .contact main .contact__section__form .agreement span label,
            .page-id-136 main .contact__section__form .agreement span label,
            .page-id-17 main .contact__section__form .agreement span label,
            .page-template-page-contact main .contact__section__form .agreement span label,
            .page-template-page-about main .contact__section__form .agreement span label,
            .page-template-page-network main .contact__section__form .agreement span label,
            .page-template-page-topics main .contact__section__form .agreement span label,
            .home main .contact__section__form .agreement span label {
              font-size: 16px; }
              .contact main .contact__section__form .agreement span label p,
              .page-id-136 main .contact__section__form .agreement span label p,
              .page-id-17 main .contact__section__form .agreement span label p,
              .page-template-page-contact main .contact__section__form .agreement span label p,
              .page-template-page-about main .contact__section__form .agreement span label p,
              .page-template-page-network main .contact__section__form .agreement span label p,
              .page-template-page-topics main .contact__section__form .agreement span label p,
              .home main .contact__section__form .agreement span label p {
                font-size: 16px; } }
          .contact main .contact__section__form .agreement span label.container,
          .page-id-136 main .contact__section__form .agreement span label.container,
          .page-id-17 main .contact__section__form .agreement span label.container,
          .page-template-page-contact main .contact__section__form .agreement span label.container,
          .page-template-page-about main .contact__section__form .agreement span label.container,
          .page-template-page-network main .contact__section__form .agreement span label.container,
          .page-template-page-topics main .contact__section__form .agreement span label.container,
          .home main .contact__section__form .agreement span label.container {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; }
          .contact main .contact__section__form .agreement span label a span,
          .page-id-136 main .contact__section__form .agreement span label a span,
          .page-id-17 main .contact__section__form .agreement span label a span,
          .page-template-page-contact main .contact__section__form .agreement span label a span,
          .page-template-page-about main .contact__section__form .agreement span label a span,
          .page-template-page-network main .contact__section__form .agreement span label a span,
          .page-template-page-topics main .contact__section__form .agreement span label a span,
          .home main .contact__section__form .agreement span label a span {
            color: #278BFF; }
          .contact main .contact__section__form .agreement span label .mwform-checkbox-field-text,
          .contact main .contact__section__form .agreement span label p,
          .page-id-136 main .contact__section__form .agreement span label .mwform-checkbox-field-text,
          .page-id-136 main .contact__section__form .agreement span label p,
          .page-id-17 main .contact__section__form .agreement span label .mwform-checkbox-field-text,
          .page-id-17 main .contact__section__form .agreement span label p,
          .page-template-page-contact main .contact__section__form .agreement span label .mwform-checkbox-field-text,
          .page-template-page-contact main .contact__section__form .agreement span label p,
          .page-template-page-about main .contact__section__form .agreement span label .mwform-checkbox-field-text,
          .page-template-page-about main .contact__section__form .agreement span label p,
          .page-template-page-network main .contact__section__form .agreement span label .mwform-checkbox-field-text,
          .page-template-page-network main .contact__section__form .agreement span label p,
          .page-template-page-topics main .contact__section__form .agreement span label .mwform-checkbox-field-text,
          .page-template-page-topics main .contact__section__form .agreement span label p,
          .home main .contact__section__form .agreement span label .mwform-checkbox-field-text,
          .home main .contact__section__form .agreement span label p {
            -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
            order: 3; }
          .contact main .contact__section__form .agreement span label span.checkmark,
          .page-id-136 main .contact__section__form .agreement span label span.checkmark,
          .page-id-17 main .contact__section__form .agreement span label span.checkmark,
          .page-template-page-contact main .contact__section__form .agreement span label span.checkmark,
          .page-template-page-about main .contact__section__form .agreement span label span.checkmark,
          .page-template-page-network main .contact__section__form .agreement span label span.checkmark,
          .page-template-page-topics main .contact__section__form .agreement span label span.checkmark,
          .home main .contact__section__form .agreement span label span.checkmark {
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2; }
          .contact main .contact__section__form .agreement span label span.mwform-checkbox-field-text,
          .page-id-136 main .contact__section__form .agreement span label span.mwform-checkbox-field-text,
          .page-id-17 main .contact__section__form .agreement span label span.mwform-checkbox-field-text,
          .page-template-page-contact main .contact__section__form .agreement span label span.mwform-checkbox-field-text,
          .page-template-page-about main .contact__section__form .agreement span label span.mwform-checkbox-field-text,
          .page-template-page-network main .contact__section__form .agreement span label span.mwform-checkbox-field-text,
          .page-template-page-topics main .contact__section__form .agreement span label span.mwform-checkbox-field-text,
          .home main .contact__section__form .agreement span label span.mwform-checkbox-field-text {
            display: none; }
  .contact main .contact__section .see__more__btn.privacy-page,
  .page-id-136 main .contact__section .see__more__btn.privacy-page,
  .page-id-17 main .contact__section .see__more__btn.privacy-page,
  .page-template-page-contact main .contact__section .see__more__btn.privacy-page,
  .page-template-page-about main .contact__section .see__more__btn.privacy-page,
  .page-template-page-network main .contact__section .see__more__btn.privacy-page,
  .page-template-page-topics main .contact__section .see__more__btn.privacy-page,
  .home main .contact__section .see__more__btn.privacy-page {
    margin: 0 auto; }
  .contact main .contact__section .see__more__btn a.view--page,
  .page-id-136 main .contact__section .see__more__btn a.view--page,
  .page-id-17 main .contact__section .see__more__btn a.view--page,
  .page-template-page-contact main .contact__section .see__more__btn a.view--page,
  .page-template-page-about main .contact__section .see__more__btn a.view--page,
  .page-template-page-network main .contact__section .see__more__btn a.view--page,
  .page-template-page-topics main .contact__section .see__more__btn a.view--page,
  .home main .contact__section .see__more__btn a.view--page {
    margin-top: 20px; }
    .contact main .contact__section .see__more__btn a.view--page:before,
    .page-id-136 main .contact__section .see__more__btn a.view--page:before,
    .page-id-17 main .contact__section .see__more__btn a.view--page:before,
    .page-template-page-contact main .contact__section .see__more__btn a.view--page:before,
    .page-template-page-about main .contact__section .see__more__btn a.view--page:before,
    .page-template-page-network main .contact__section .see__more__btn a.view--page:before,
    .page-template-page-topics main .contact__section .see__more__btn a.view--page:before,
    .home main .contact__section .see__more__btn a.view--page:before {
      display: none; }

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .contact main .contact__section__mainContent,
  .page-id-136 main .contact__section__mainContent,
  .page-id-17 main .contact__section__mainContent,
  .page-template-page-contact main .contact__section__mainContent,
  .page-template-page-about main .contact__section__mainContent,
  .page-template-page-network main .contact__section__mainContent,
  .page-template-page-topics main .contact__section__mainContent,
  .home main .contact__section__mainContent {
    margin: 0 auto;
    width: 100%; }
  .contact main .contact__section__details,
  .page-id-136 main .contact__section__details,
  .page-id-17 main .contact__section__details,
  .page-template-page-contact main .contact__section__details,
  .page-template-page-about main .contact__section__details,
  .page-template-page-network main .contact__section__details,
  .page-template-page-topics main .contact__section__details,
  .home main .contact__section__details {
    margin: 6vw auto 0;
    width: 100%;
    max-width: 51vw; }
    .contact main .contact__section__details p,
    .page-id-136 main .contact__section__details p,
    .page-id-17 main .contact__section__details p,
    .page-template-page-contact main .contact__section__details p,
    .page-template-page-about main .contact__section__details p,
    .page-template-page-network main .contact__section__details p,
    .page-template-page-topics main .contact__section__details p,
    .home main .contact__section__details p {
      font-size: 2vw;
      line-height: 1.8; }
      .contact main .contact__section__details p span.required-icon,
      .page-id-136 main .contact__section__details p span.required-icon,
      .page-id-17 main .contact__section__details p span.required-icon,
      .page-template-page-contact main .contact__section__details p span.required-icon,
      .page-template-page-about main .contact__section__details p span.required-icon,
      .page-template-page-network main .contact__section__details p span.required-icon,
      .page-template-page-topics main .contact__section__details p span.required-icon,
      .home main .contact__section__details p span.required-icon {
        font-weight: bold;
        font-size: 1.5vw;
        color: #FF3967;
        vertical-align: middle; }
      .contact main .contact__section__details p.legend,
      .page-id-136 main .contact__section__details p.legend,
      .page-id-17 main .contact__section__details p.legend,
      .page-template-page-contact main .contact__section__details p.legend,
      .page-template-page-about main .contact__section__details p.legend,
      .page-template-page-network main .contact__section__details p.legend,
      .page-template-page-topics main .contact__section__details p.legend,
      .home main .contact__section__details p.legend {
        color: #FF3967; }
  .contact main .contact__section__form,
  .page-id-136 main .contact__section__form,
  .page-id-17 main .contact__section__form,
  .page-template-page-contact main .contact__section__form,
  .page-template-page-about main .contact__section__form,
  .page-template-page-network main .contact__section__form,
  .page-template-page-topics main .contact__section__form,
  .home main .contact__section__form {
    margin: 0 auto;
    width: 100%;
    max-width: 61.45vw; }
    .contact main .contact__section__form__content,
    .page-id-136 main .contact__section__form__content,
    .page-id-17 main .contact__section__form__content,
    .page-template-page-contact main .contact__section__form__content,
    .page-template-page-about main .contact__section__form__content,
    .page-template-page-network main .contact__section__form__content,
    .page-template-page-topics main .contact__section__form__content,
    .home main .contact__section__form__content {
      margin: 2.22vw auto 0;
      width: 100%; }
      .contact main .contact__section__form__content p,
      .page-id-136 main .contact__section__form__content p,
      .page-id-17 main .contact__section__form__content p,
      .page-template-page-contact main .contact__section__form__content p,
      .page-template-page-about main .contact__section__form__content p,
      .page-template-page-network main .contact__section__form__content p,
      .page-template-page-topics main .contact__section__form__content p,
      .home main .contact__section__form__content p {
        font-size: 2vw;
        line-height: 1.2;
        margin-bottom: 2vw; }
        .contact main .contact__section__form__content p span.required-icon,
        .page-id-136 main .contact__section__form__content p span.required-icon,
        .page-id-17 main .contact__section__form__content p span.required-icon,
        .page-template-page-contact main .contact__section__form__content p span.required-icon,
        .page-template-page-about main .contact__section__form__content p span.required-icon,
        .page-template-page-network main .contact__section__form__content p span.required-icon,
        .page-template-page-topics main .contact__section__form__content p span.required-icon,
        .home main .contact__section__form__content p span.required-icon {
          font-weight: bold;
          font-size: 1.04vw;
          color: #FF3967;
          vertical-align: middle; }
      .contact main .contact__section__form__content .flex-item-wrap .flex-item-container,
      .page-id-136 main .contact__section__form__content .flex-item-wrap .flex-item-container,
      .page-id-17 main .contact__section__form__content .flex-item-wrap .flex-item-container,
      .page-template-page-contact main .contact__section__form__content .flex-item-wrap .flex-item-container,
      .page-template-page-about main .contact__section__form__content .flex-item-wrap .flex-item-container,
      .page-template-page-network main .contact__section__form__content .flex-item-wrap .flex-item-container,
      .page-template-page-topics main .contact__section__form__content .flex-item-wrap .flex-item-container,
      .home main .contact__section__form__content .flex-item-wrap .flex-item-container {
        max-width: 44vw; }
        .contact main .contact__section__form__content .flex-item-wrap .flex-item-container:last-child,
        .page-id-136 main .contact__section__form__content .flex-item-wrap .flex-item-container:last-child,
        .page-id-17 main .contact__section__form__content .flex-item-wrap .flex-item-container:last-child,
        .page-template-page-contact main .contact__section__form__content .flex-item-wrap .flex-item-container:last-child,
        .page-template-page-about main .contact__section__form__content .flex-item-wrap .flex-item-container:last-child,
        .page-template-page-network main .contact__section__form__content .flex-item-wrap .flex-item-container:last-child,
        .page-template-page-topics main .contact__section__form__content .flex-item-wrap .flex-item-container:last-child,
        .home main .contact__section__form__content .flex-item-wrap .flex-item-container:last-child {
          margin-top: 1.04vw; }
        .contact main .contact__section__form__content .flex-item-wrap .flex-item-container label,
        .page-id-136 main .contact__section__form__content .flex-item-wrap .flex-item-container label,
        .page-id-17 main .contact__section__form__content .flex-item-wrap .flex-item-container label,
        .page-template-page-contact main .contact__section__form__content .flex-item-wrap .flex-item-container label,
        .page-template-page-about main .contact__section__form__content .flex-item-wrap .flex-item-container label,
        .page-template-page-network main .contact__section__form__content .flex-item-wrap .flex-item-container label,
        .page-template-page-topics main .contact__section__form__content .flex-item-wrap .flex-item-container label,
        .home main .contact__section__form__content .flex-item-wrap .flex-item-container label {
          -webkit-box-flex: 1;
          -ms-flex: 1 0 50%;
          flex: 1 0 50%;
          font-size: 1.38vw;
          line-height: 1.2; }
          .contact main .contact__section__form__content .flex-item-wrap .flex-item-container label:last-child,
          .page-id-136 main .contact__section__form__content .flex-item-wrap .flex-item-container label:last-child,
          .page-id-17 main .contact__section__form__content .flex-item-wrap .flex-item-container label:last-child,
          .page-template-page-contact main .contact__section__form__content .flex-item-wrap .flex-item-container label:last-child,
          .page-template-page-about main .contact__section__form__content .flex-item-wrap .flex-item-container label:last-child,
          .page-template-page-network main .contact__section__form__content .flex-item-wrap .flex-item-container label:last-child,
          .page-template-page-topics main .contact__section__form__content .flex-item-wrap .flex-item-container label:last-child,
          .home main .contact__section__form__content .flex-item-wrap .flex-item-container label:last-child {
            margin-left: 4.51vw;
            margin-top: 0; }
          .contact main .contact__section__form__content .flex-item-wrap .flex-item-container label .checkmark,
          .page-id-136 main .contact__section__form__content .flex-item-wrap .flex-item-container label .checkmark,
          .page-id-17 main .contact__section__form__content .flex-item-wrap .flex-item-container label .checkmark,
          .page-template-page-contact main .contact__section__form__content .flex-item-wrap .flex-item-container label .checkmark,
          .page-template-page-about main .contact__section__form__content .flex-item-wrap .flex-item-container label .checkmark,
          .page-template-page-network main .contact__section__form__content .flex-item-wrap .flex-item-container label .checkmark,
          .page-template-page-topics main .contact__section__form__content .flex-item-wrap .flex-item-container label .checkmark,
          .home main .contact__section__form__content .flex-item-wrap .flex-item-container label .checkmark {
            margin-right: 0.69vw;
            top: .21vw;
            height: 1.38vw;
            width: 1.38vw;
            border-radius: .21vw;
            background-color: #EFEFEF; }
            .contact main .contact__section__form__content .flex-item-wrap .flex-item-container label .checkmark:after,
            .page-id-136 main .contact__section__form__content .flex-item-wrap .flex-item-container label .checkmark:after,
            .page-id-17 main .contact__section__form__content .flex-item-wrap .flex-item-container label .checkmark:after,
            .page-template-page-contact main .contact__section__form__content .flex-item-wrap .flex-item-container label .checkmark:after,
            .page-template-page-about main .contact__section__form__content .flex-item-wrap .flex-item-container label .checkmark:after,
            .page-template-page-network main .contact__section__form__content .flex-item-wrap .flex-item-container label .checkmark:after,
            .page-template-page-topics main .contact__section__form__content .flex-item-wrap .flex-item-container label .checkmark:after,
            .home main .contact__section__form__content .flex-item-wrap .flex-item-container label .checkmark:after {
              left: 0.5vw;
              top: .21vw;
              width: .27vw;
              height: .62vw;
              border: solid #000;
              border-width: 0 .14vw .14vw 0; }
      .contact main .contact__section__form__content textarea,
      .contact main .contact__section__form__content input,
      .page-id-136 main .contact__section__form__content textarea,
      .page-id-136 main .contact__section__form__content input,
      .page-id-17 main .contact__section__form__content textarea,
      .page-id-17 main .contact__section__form__content input,
      .page-template-page-contact main .contact__section__form__content textarea,
      .page-template-page-contact main .contact__section__form__content input,
      .page-template-page-about main .contact__section__form__content textarea,
      .page-template-page-about main .contact__section__form__content input,
      .page-template-page-network main .contact__section__form__content textarea,
      .page-template-page-network main .contact__section__form__content input,
      .page-template-page-topics main .contact__section__form__content textarea,
      .page-template-page-topics main .contact__section__form__content input,
      .home main .contact__section__form__content textarea,
      .home main .contact__section__form__content input {
        padding: 0.69vw;
        border: 0; }
      .contact main .contact__section__form__content input,
      .page-id-136 main .contact__section__form__content input,
      .page-id-17 main .contact__section__form__content input,
      .page-template-page-contact main .contact__section__form__content input,
      .page-template-page-about main .contact__section__form__content input,
      .page-template-page-network main .contact__section__form__content input,
      .page-template-page-topics main .contact__section__form__content input,
      .home main .contact__section__form__content input {
        padding: 1.5vw 0.69vw; }
        .contact main .contact__section__form__content input.postal-code,
        .page-id-136 main .contact__section__form__content input.postal-code,
        .page-id-17 main .contact__section__form__content input.postal-code,
        .page-template-page-contact main .contact__section__form__content input.postal-code,
        .page-template-page-about main .contact__section__form__content input.postal-code,
        .page-template-page-network main .contact__section__form__content input.postal-code,
        .page-template-page-topics main .contact__section__form__content input.postal-code,
        .home main .contact__section__form__content input.postal-code {
          width: 20vw; }
      .contact main .contact__section__form__content select,
      .page-id-136 main .contact__section__form__content select,
      .page-id-17 main .contact__section__form__content select,
      .page-template-page-contact main .contact__section__form__content select,
      .page-template-page-about main .contact__section__form__content select,
      .page-template-page-network main .contact__section__form__content select,
      .page-template-page-topics main .contact__section__form__content select,
      .home main .contact__section__form__content select {
        width: 20vw;
        padding: 1.04vw 0.69vw;
        font-size: 1.5vw;
        letter-spacing: 0.04em;
        background-image: url("../img/common/dropdown-select.png");
        background-size: 2vw; }
    .contact main .contact__section__form .agreement,
    .page-id-136 main .contact__section__form .agreement,
    .page-id-17 main .contact__section__form .agreement,
    .page-template-page-contact main .contact__section__form .agreement,
    .page-template-page-about main .contact__section__form .agreement,
    .page-template-page-network main .contact__section__form .agreement,
    .page-template-page-topics main .contact__section__form .agreement,
    .home main .contact__section__form .agreement {
      margin: 6.59vw auto;
      width: 100%; }
      .contact main .contact__section__form .agreement label,
      .page-id-136 main .contact__section__form .agreement label,
      .page-id-17 main .contact__section__form .agreement label,
      .page-template-page-contact main .contact__section__form .agreement label,
      .page-template-page-about main .contact__section__form .agreement label,
      .page-template-page-network main .contact__section__form .agreement label,
      .page-template-page-topics main .contact__section__form .agreement label,
      .home main .contact__section__form .agreement label {
        font-size: 1.38vw;
        letter-spacing: 0.02em;
        line-height: 1.2; }
        .contact main .contact__section__form .agreement label .checkmark,
        .page-id-136 main .contact__section__form .agreement label .checkmark,
        .page-id-17 main .contact__section__form .agreement label .checkmark,
        .page-template-page-contact main .contact__section__form .agreement label .checkmark,
        .page-template-page-about main .contact__section__form .agreement label .checkmark,
        .page-template-page-network main .contact__section__form .agreement label .checkmark,
        .page-template-page-topics main .contact__section__form .agreement label .checkmark,
        .home main .contact__section__form .agreement label .checkmark {
          top: 0.21vw;
          margin-right: 0.69vw;
          height: 2vw;
          width: 2vw; }
          .contact main .contact__section__form .agreement label .checkmark:after,
          .page-id-136 main .contact__section__form .agreement label .checkmark:after,
          .page-id-17 main .contact__section__form .agreement label .checkmark:after,
          .page-template-page-contact main .contact__section__form .agreement label .checkmark:after,
          .page-template-page-about main .contact__section__form .agreement label .checkmark:after,
          .page-template-page-network main .contact__section__form .agreement label .checkmark:after,
          .page-template-page-topics main .contact__section__form .agreement label .checkmark:after,
          .home main .contact__section__form .agreement label .checkmark:after {
            left: .7vw;
            top: .3vw;
            width: .5vw;
            height: 1vw; }
        .contact main .contact__section__form .agreement label.container,
        .page-id-136 main .contact__section__form .agreement label.container,
        .page-id-17 main .contact__section__form .agreement label.container,
        .page-template-page-contact main .contact__section__form .agreement label.container,
        .page-template-page-about main .contact__section__form .agreement label.container,
        .page-template-page-network main .contact__section__form .agreement label.container,
        .page-template-page-topics main .contact__section__form .agreement label.container,
        .home main .contact__section__form .agreement label.container {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
        .contact main .contact__section__form .agreement label a span,
        .page-id-136 main .contact__section__form .agreement label a span,
        .page-id-17 main .contact__section__form .agreement label a span,
        .page-template-page-contact main .contact__section__form .agreement label a span,
        .page-template-page-about main .contact__section__form .agreement label a span,
        .page-template-page-network main .contact__section__form .agreement label a span,
        .page-template-page-topics main .contact__section__form .agreement label a span,
        .home main .contact__section__form .agreement label a span {
          color: #278BFF; }
  .contact main .contact__section .see__more__btn,
  .page-id-136 main .contact__section .see__more__btn,
  .page-id-17 main .contact__section .see__more__btn,
  .page-template-page-contact main .contact__section .see__more__btn,
  .page-template-page-about main .contact__section .see__more__btn,
  .page-template-page-network main .contact__section .see__more__btn,
  .page-template-page-topics main .contact__section .see__more__btn,
  .home main .contact__section .see__more__btn {
    margin: 2vw auto; }
    .contact main .contact__section .see__more__btn a,
    .page-id-136 main .contact__section .see__more__btn a,
    .page-id-17 main .contact__section .see__more__btn a,
    .page-template-page-contact main .contact__section .see__more__btn a,
    .page-template-page-about main .contact__section .see__more__btn a,
    .page-template-page-network main .contact__section .see__more__btn a,
    .page-template-page-topics main .contact__section .see__more__btn a,
    .home main .contact__section .see__more__btn a {
      margin: 0 auto; }
      .contact main .contact__section .see__more__btn a.view--page,
      .page-id-136 main .contact__section .see__more__btn a.view--page,
      .page-id-17 main .contact__section .see__more__btn a.view--page,
      .page-template-page-contact main .contact__section .see__more__btn a.view--page,
      .page-template-page-about main .contact__section .see__more__btn a.view--page,
      .page-template-page-network main .contact__section .see__more__btn a.view--page,
      .page-template-page-topics main .contact__section .see__more__btn a.view--page,
      .home main .contact__section .see__more__btn a.view--page {
        margin-top: 1.38vw; }
        .contact main .contact__section .see__more__btn a.view--page:before,
        .page-id-136 main .contact__section .see__more__btn a.view--page:before,
        .page-id-17 main .contact__section .see__more__btn a.view--page:before,
        .page-template-page-contact main .contact__section .see__more__btn a.view--page:before,
        .page-template-page-about main .contact__section .see__more__btn a.view--page:before,
        .page-template-page-network main .contact__section .see__more__btn a.view--page:before,
        .page-template-page-topics main .contact__section .see__more__btn a.view--page:before,
        .home main .contact__section .see__more__btn a.view--page:before {
          display: none; }
  .contact main .mw_wp_form form .inner__form__wrapper,
  .page-id-136 main .mw_wp_form form .inner__form__wrapper,
  .page-id-17 main .mw_wp_form form .inner__form__wrapper,
  .page-template-page-contact main .mw_wp_form form .inner__form__wrapper,
  .page-template-page-about main .mw_wp_form form .inner__form__wrapper,
  .page-template-page-network main .mw_wp_form form .inner__form__wrapper,
  .page-template-page-topics main .mw_wp_form form .inner__form__wrapper,
  .home main .mw_wp_form form .inner__form__wrapper {
    margin: 0 auto 50px;
    width: 100%;
    max-width: 647px; }
    .contact main .mw_wp_form form .inner__form__wrapper:last-child,
    .page-id-136 main .mw_wp_form form .inner__form__wrapper:last-child,
    .page-id-17 main .mw_wp_form form .inner__form__wrapper:last-child,
    .page-template-page-contact main .mw_wp_form form .inner__form__wrapper:last-child,
    .page-template-page-about main .mw_wp_form form .inner__form__wrapper:last-child,
    .page-template-page-network main .mw_wp_form form .inner__form__wrapper:last-child,
    .page-template-page-topics main .mw_wp_form form .inner__form__wrapper:last-child,
    .home main .mw_wp_form form .inner__form__wrapper:last-child {
      margin-bottom: 0; }
    .contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field,
    .page-id-136 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field,
    .page-id-17 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field,
    .page-template-page-contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field,
    .page-template-page-about main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field,
    .page-template-page-network main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field,
    .page-template-page-topics main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field,
    .home main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field {
      width: 100%;
      display: block;
      margin-left: 0;
      margin-bottom: 25px; }
      .contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(3), .contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4),
      .page-id-136 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(3),
      .page-id-136 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4),
      .page-id-17 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(3),
      .page-id-17 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4),
      .page-template-page-contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(3),
      .page-template-page-contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4),
      .page-template-page-about main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(3),
      .page-template-page-about main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4),
      .page-template-page-network main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(3),
      .page-template-page-network main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4),
      .page-template-page-topics main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(3),
      .page-template-page-topics main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4),
      .home main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(3),
      .home main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4) {
        margin-bottom: 25px; }
      .contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(2) label,
      .page-id-136 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(2) label,
      .page-id-17 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(2) label,
      .page-template-page-contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(2) label,
      .page-template-page-about main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(2) label,
      .page-template-page-network main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(2) label,
      .page-template-page-topics main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(2) label,
      .home main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(2) label {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
      .contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4),
      .page-id-136 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4),
      .page-id-17 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4),
      .page-template-page-contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4),
      .page-template-page-about main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4),
      .page-template-page-network main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4),
      .page-template-page-topics main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4),
      .home main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4) {
        margin-bottom: 0; }
        .contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4) label,
        .page-id-136 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4) label,
        .page-id-17 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4) label,
        .page-template-page-contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4) label,
        .page-template-page-about main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4) label,
        .page-template-page-network main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4) label,
        .page-template-page-topics main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4) label,
        .home main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4) label {
          margin-left: 0; }
      .contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label,
      .page-id-136 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label,
      .page-id-17 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label,
      .page-template-page-contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label,
      .page-template-page-about main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label,
      .page-template-page-network main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label,
      .page-template-page-topics main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label,
      .home main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
        .contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input,
        .page-id-136 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input,
        .page-id-17 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input,
        .page-template-page-contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input,
        .page-template-page-about main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input,
        .page-template-page-network main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input,
        .page-template-page-topics main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input,
        .home main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input {
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1;
          position: absolute;
          opacity: 0;
          cursor: pointer;
          height: 0;
          width: 0; }
          .contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input:checked ~ .checkmark:after,
          .page-id-136 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input:checked ~ .checkmark:after,
          .page-id-17 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input:checked ~ .checkmark:after,
          .page-template-page-contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input:checked ~ .checkmark:after,
          .page-template-page-about main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input:checked ~ .checkmark:after,
          .page-template-page-network main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input:checked ~ .checkmark:after,
          .page-template-page-topics main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input:checked ~ .checkmark:after,
          .home main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input:checked ~ .checkmark:after {
            display: block; }
        .contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.mwform-checkbox-field-text,
        .page-id-136 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.mwform-checkbox-field-text,
        .page-id-17 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.mwform-checkbox-field-text,
        .page-template-page-contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.mwform-checkbox-field-text,
        .page-template-page-about main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.mwform-checkbox-field-text,
        .page-template-page-network main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.mwform-checkbox-field-text,
        .page-template-page-topics main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.mwform-checkbox-field-text,
        .home main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.mwform-checkbox-field-text {
          -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
          order: 3;
          font-size: 2vw; }
        .contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.checkmark,
        .page-id-136 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.checkmark,
        .page-id-17 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.checkmark,
        .page-template-page-contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.checkmark,
        .page-template-page-about main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.checkmark,
        .page-template-page-network main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.checkmark,
        .page-template-page-topics main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.checkmark,
        .home main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.checkmark {
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2;
          margin-right: 10px;
          top: 3px;
          left: 0;
          height: 2vw;
          width: 2vw;
          border-radius: 3px; }
      .contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field .checkmark:after,
      .page-id-136 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field .checkmark:after,
      .page-id-17 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field .checkmark:after,
      .page-template-page-contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field .checkmark:after,
      .page-template-page-about main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field .checkmark:after,
      .page-template-page-network main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field .checkmark:after,
      .page-template-page-topics main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field .checkmark:after,
      .home main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field .checkmark:after {
        left: .7vw;
        top: .3vw;
        width: .5vw;
        height: 1vw; } }

/******************************
topics-archive sp
*******************************/
@media screen and (max-width: 767px) {
  .contact .mobile-menu,
  .page-id-136 .mobile-menu,
  .page-id-17 .mobile-menu,
  .page-template-page-contact .mobile-menu,
  .page-template-page-about .mobile-menu,
  .page-template-page-network .mobile-menu,
  .page-template-page-topics .mobile-menu,
  .home .mobile-menu {
    display: block; }
  .contact main .contact__section,
  .page-id-136 main .contact__section,
  .page-id-17 main .contact__section,
  .page-template-page-contact main .contact__section,
  .page-template-page-about main .contact__section,
  .page-template-page-network main .contact__section,
  .page-template-page-topics main .contact__section,
  .home main .contact__section {
    margin-top: 58px; }
    .contact main .contact__section__mainContent,
    .page-id-136 main .contact__section__mainContent,
    .page-id-17 main .contact__section__mainContent,
    .page-template-page-contact main .contact__section__mainContent,
    .page-template-page-about main .contact__section__mainContent,
    .page-template-page-network main .contact__section__mainContent,
    .page-template-page-topics main .contact__section__mainContent,
    .home main .contact__section__mainContent {
      margin: 0 auto;
      width: 100%; }
    .contact main .contact__section__details,
    .page-id-136 main .contact__section__details,
    .page-id-17 main .contact__section__details,
    .page-template-page-contact main .contact__section__details,
    .page-template-page-about main .contact__section__details,
    .page-template-page-network main .contact__section__details,
    .page-template-page-topics main .contact__section__details,
    .home main .contact__section__details {
      margin: 23px auto 50px;
      width: 100%;
      max-width: 518px; }
      .contact main .contact__section__details p,
      .page-id-136 main .contact__section__details p,
      .page-id-17 main .contact__section__details p,
      .page-template-page-contact main .contact__section__details p,
      .page-template-page-about main .contact__section__details p,
      .page-template-page-network main .contact__section__details p,
      .page-template-page-topics main .contact__section__details p,
      .home main .contact__section__details p {
        font-size: 20px;
        line-height: 1.8; }
        .contact main .contact__section__details p span.required-icon,
        .page-id-136 main .contact__section__details p span.required-icon,
        .page-id-17 main .contact__section__details p span.required-icon,
        .page-template-page-contact main .contact__section__details p span.required-icon,
        .page-template-page-about main .contact__section__details p span.required-icon,
        .page-template-page-network main .contact__section__details p span.required-icon,
        .page-template-page-topics main .contact__section__details p span.required-icon,
        .home main .contact__section__details p span.required-icon {
          font-weight: bold;
          font-size: 10px; }
        .contact main .contact__section__details p.legend,
        .page-id-136 main .contact__section__details p.legend,
        .page-id-17 main .contact__section__details p.legend,
        .page-template-page-contact main .contact__section__details p.legend,
        .page-template-page-about main .contact__section__details p.legend,
        .page-template-page-network main .contact__section__details p.legend,
        .page-template-page-topics main .contact__section__details p.legend,
        .home main .contact__section__details p.legend {
          color: #000; }
    .contact main .contact__section__form,
    .page-id-136 main .contact__section__form,
    .page-id-17 main .contact__section__form,
    .page-template-page-contact main .contact__section__form,
    .page-template-page-about main .contact__section__form,
    .page-template-page-network main .contact__section__form,
    .page-template-page-topics main .contact__section__form,
    .home main .contact__section__form {
      margin: 0 auto;
      width: 100%;
      max-width: 518px; }
      .contact main .contact__section__form__content,
      .page-id-136 main .contact__section__form__content,
      .page-id-17 main .contact__section__form__content,
      .page-template-page-contact main .contact__section__form__content,
      .page-template-page-about main .contact__section__form__content,
      .page-template-page-network main .contact__section__form__content,
      .page-template-page-topics main .contact__section__form__content,
      .home main .contact__section__form__content {
        margin: 18.75px auto 0;
        width: 100%; }
        .contact main .contact__section__form__content p,
        .page-id-136 main .contact__section__form__content p,
        .page-id-17 main .contact__section__form__content p,
        .page-template-page-contact main .contact__section__form__content p,
        .page-template-page-about main .contact__section__form__content p,
        .page-template-page-network main .contact__section__form__content p,
        .page-template-page-topics main .contact__section__form__content p,
        .home main .contact__section__form__content p {
          font-size: 20px;
          line-height: 1.2;
          margin-bottom: 20px; }
          .contact main .contact__section__form__content p span.required-icon,
          .page-id-136 main .contact__section__form__content p span.required-icon,
          .page-id-17 main .contact__section__form__content p span.required-icon,
          .page-template-page-contact main .contact__section__form__content p span.required-icon,
          .page-template-page-about main .contact__section__form__content p span.required-icon,
          .page-template-page-network main .contact__section__form__content p span.required-icon,
          .page-template-page-topics main .contact__section__form__content p span.required-icon,
          .home main .contact__section__form__content p span.required-icon {
            font-weight: bold;
            font-size: 13px;
            color: #FF3967;
            vertical-align: middle; }
        .contact main .contact__section__form__content .flex-item-wrap .flex-item-container,
        .page-id-136 main .contact__section__form__content .flex-item-wrap .flex-item-container,
        .page-id-17 main .contact__section__form__content .flex-item-wrap .flex-item-container,
        .page-template-page-contact main .contact__section__form__content .flex-item-wrap .flex-item-container,
        .page-template-page-about main .contact__section__form__content .flex-item-wrap .flex-item-container,
        .page-template-page-network main .contact__section__form__content .flex-item-wrap .flex-item-container,
        .page-template-page-topics main .contact__section__form__content .flex-item-wrap .flex-item-container,
        .home main .contact__section__form__content .flex-item-wrap .flex-item-container {
          margin: 0 auto;
          width: 100%;
          max-width: 647px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; }
          .contact main .contact__section__form__content .flex-item-wrap .flex-item-container:last-child,
          .page-id-136 main .contact__section__form__content .flex-item-wrap .flex-item-container:last-child,
          .page-id-17 main .contact__section__form__content .flex-item-wrap .flex-item-container:last-child,
          .page-template-page-contact main .contact__section__form__content .flex-item-wrap .flex-item-container:last-child,
          .page-template-page-about main .contact__section__form__content .flex-item-wrap .flex-item-container:last-child,
          .page-template-page-network main .contact__section__form__content .flex-item-wrap .flex-item-container:last-child,
          .page-template-page-topics main .contact__section__form__content .flex-item-wrap .flex-item-container:last-child,
          .home main .contact__section__form__content .flex-item-wrap .flex-item-container:last-child {
            margin-top: 0; }
          .contact main .contact__section__form__content .flex-item-wrap .flex-item-container label,
          .page-id-136 main .contact__section__form__content .flex-item-wrap .flex-item-container label,
          .page-id-17 main .contact__section__form__content .flex-item-wrap .flex-item-container label,
          .page-template-page-contact main .contact__section__form__content .flex-item-wrap .flex-item-container label,
          .page-template-page-about main .contact__section__form__content .flex-item-wrap .flex-item-container label,
          .page-template-page-network main .contact__section__form__content .flex-item-wrap .flex-item-container label,
          .page-template-page-topics main .contact__section__form__content .flex-item-wrap .flex-item-container label,
          .home main .contact__section__form__content .flex-item-wrap .flex-item-container label {
            margin-bottom: 23px;
            -webkit-box-flex: 1;
            -ms-flex: 1 0 100%;
            flex: 1 0 100%;
            font-size: 11px;
            line-height: 1.2; }
            .contact main .contact__section__form__content .flex-item-wrap .flex-item-container label.container,
            .page-id-136 main .contact__section__form__content .flex-item-wrap .flex-item-container label.container,
            .page-id-17 main .contact__section__form__content .flex-item-wrap .flex-item-container label.container,
            .page-template-page-contact main .contact__section__form__content .flex-item-wrap .flex-item-container label.container,
            .page-template-page-about main .contact__section__form__content .flex-item-wrap .flex-item-container label.container,
            .page-template-page-network main .contact__section__form__content .flex-item-wrap .flex-item-container label.container,
            .page-template-page-topics main .contact__section__form__content .flex-item-wrap .flex-item-container label.container,
            .home main .contact__section__form__content .flex-item-wrap .flex-item-container label.container {
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center; }
              .contact main .contact__section__form__content .flex-item-wrap .flex-item-container label.container .checkmark,
              .page-id-136 main .contact__section__form__content .flex-item-wrap .flex-item-container label.container .checkmark,
              .page-id-17 main .contact__section__form__content .flex-item-wrap .flex-item-container label.container .checkmark,
              .page-template-page-contact main .contact__section__form__content .flex-item-wrap .flex-item-container label.container .checkmark,
              .page-template-page-about main .contact__section__form__content .flex-item-wrap .flex-item-container label.container .checkmark,
              .page-template-page-network main .contact__section__form__content .flex-item-wrap .flex-item-container label.container .checkmark,
              .page-template-page-topics main .contact__section__form__content .flex-item-wrap .flex-item-container label.container .checkmark,
              .home main .contact__section__form__content .flex-item-wrap .flex-item-container label.container .checkmark {
                margin-right: 5.85px;
                position: relative;
                top: 1.75px;
                left: 0;
                height: 17px;
                width: 17px; }
                .contact main .contact__section__form__content .flex-item-wrap .flex-item-container label.container .checkmark:after,
                .page-id-136 main .contact__section__form__content .flex-item-wrap .flex-item-container label.container .checkmark:after,
                .page-id-17 main .contact__section__form__content .flex-item-wrap .flex-item-container label.container .checkmark:after,
                .page-template-page-contact main .contact__section__form__content .flex-item-wrap .flex-item-container label.container .checkmark:after,
                .page-template-page-about main .contact__section__form__content .flex-item-wrap .flex-item-container label.container .checkmark:after,
                .page-template-page-network main .contact__section__form__content .flex-item-wrap .flex-item-container label.container .checkmark:after,
                .page-template-page-topics main .contact__section__form__content .flex-item-wrap .flex-item-container label.container .checkmark:after,
                .home main .contact__section__form__content .flex-item-wrap .flex-item-container label.container .checkmark:after {
                  left: 6px;
                  top: 3px;
                  width: 3px;
                  height: 7px; }
            .contact main .contact__section__form__content .flex-item-wrap .flex-item-container label:last-child,
            .page-id-136 main .contact__section__form__content .flex-item-wrap .flex-item-container label:last-child,
            .page-id-17 main .contact__section__form__content .flex-item-wrap .flex-item-container label:last-child,
            .page-template-page-contact main .contact__section__form__content .flex-item-wrap .flex-item-container label:last-child,
            .page-template-page-about main .contact__section__form__content .flex-item-wrap .flex-item-container label:last-child,
            .page-template-page-network main .contact__section__form__content .flex-item-wrap .flex-item-container label:last-child,
            .page-template-page-topics main .contact__section__form__content .flex-item-wrap .flex-item-container label:last-child,
            .home main .contact__section__form__content .flex-item-wrap .flex-item-container label:last-child {
              margin-left: 0;
              margin-top: 0; }
        .contact main .contact__section__form__content textarea,
        .contact main .contact__section__form__content input,
        .page-id-136 main .contact__section__form__content textarea,
        .page-id-136 main .contact__section__form__content input,
        .page-id-17 main .contact__section__form__content textarea,
        .page-id-17 main .contact__section__form__content input,
        .page-template-page-contact main .contact__section__form__content textarea,
        .page-template-page-contact main .contact__section__form__content input,
        .page-template-page-about main .contact__section__form__content textarea,
        .page-template-page-about main .contact__section__form__content input,
        .page-template-page-network main .contact__section__form__content textarea,
        .page-template-page-network main .contact__section__form__content input,
        .page-template-page-topics main .contact__section__form__content textarea,
        .page-template-page-topics main .contact__section__form__content input,
        .home main .contact__section__form__content textarea,
        .home main .contact__section__form__content input {
          padding: 5.85px;
          width: 100%;
          resize: none;
          background-color: #F6F6F6; }
        .contact main .contact__section__form__content input,
        .page-id-136 main .contact__section__form__content input,
        .page-id-17 main .contact__section__form__content input,
        .page-template-page-contact main .contact__section__form__content input,
        .page-template-page-about main .contact__section__form__content input,
        .page-template-page-network main .contact__section__form__content input,
        .page-template-page-topics main .contact__section__form__content input,
        .home main .contact__section__form__content input {
          padding: 13px 10px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          font-size: 20px; }
          .contact main .contact__section__form__content input.postal-code,
          .page-id-136 main .contact__section__form__content input.postal-code,
          .page-id-17 main .contact__section__form__content input.postal-code,
          .page-template-page-contact main .contact__section__form__content input.postal-code,
          .page-template-page-about main .contact__section__form__content input.postal-code,
          .page-template-page-network main .contact__section__form__content input.postal-code,
          .page-template-page-topics main .contact__section__form__content input.postal-code,
          .home main .contact__section__form__content input.postal-code {
            width: 221px; }
        .contact main .contact__section__form__content select,
        .page-id-136 main .contact__section__form__content select,
        .page-id-17 main .contact__section__form__content select,
        .page-template-page-contact main .contact__section__form__content select,
        .page-template-page-about main .contact__section__form__content select,
        .page-template-page-network main .contact__section__form__content select,
        .page-template-page-topics main .contact__section__form__content select,
        .home main .contact__section__form__content select {
          width: 221px;
          padding: 13px 10pxpx;
          background-color: #F6F6F6;
          font-size: 20px;
          letter-spacing: 0.04em; }
      .contact main .contact__section__form .agreement,
      .page-id-136 main .contact__section__form .agreement,
      .page-id-17 main .contact__section__form .agreement,
      .page-template-page-contact main .contact__section__form .agreement,
      .page-template-page-about main .contact__section__form .agreement,
      .page-template-page-network main .contact__section__form .agreement,
      .page-template-page-topics main .contact__section__form .agreement,
      .home main .contact__section__form .agreement {
        margin: 55px auto;
        width: 100%;
        text-align: center; }
        .contact main .contact__section__form .agreement label,
        .page-id-136 main .contact__section__form .agreement label,
        .page-id-17 main .contact__section__form .agreement label,
        .page-template-page-contact main .contact__section__form .agreement label,
        .page-template-page-about main .contact__section__form .agreement label,
        .page-template-page-network main .contact__section__form .agreement label,
        .page-template-page-topics main .contact__section__form .agreement label,
        .home main .contact__section__form .agreement label {
          font-size: 11px;
          letter-spacing: 0.02em;
          line-height: 1.2; }
          .contact main .contact__section__form .agreement label p,
          .page-id-136 main .contact__section__form .agreement label p,
          .page-id-17 main .contact__section__form .agreement label p,
          .page-template-page-contact main .contact__section__form .agreement label p,
          .page-template-page-about main .contact__section__form .agreement label p,
          .page-template-page-network main .contact__section__form .agreement label p,
          .page-template-page-topics main .contact__section__form .agreement label p,
          .home main .contact__section__form .agreement label p {
            text-align: left; }
          .contact main .contact__section__form .agreement label.container,
          .page-id-136 main .contact__section__form .agreement label.container,
          .page-id-17 main .contact__section__form .agreement label.container,
          .page-template-page-contact main .contact__section__form .agreement label.container,
          .page-template-page-about main .contact__section__form .agreement label.container,
          .page-template-page-network main .contact__section__form .agreement label.container,
          .page-template-page-topics main .contact__section__form .agreement label.container,
          .home main .contact__section__form .agreement label.container {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; }
          .contact main .contact__section__form .agreement label a span,
          .page-id-136 main .contact__section__form .agreement label a span,
          .page-id-17 main .contact__section__form .agreement label a span,
          .page-template-page-contact main .contact__section__form .agreement label a span,
          .page-template-page-about main .contact__section__form .agreement label a span,
          .page-template-page-network main .contact__section__form .agreement label a span,
          .page-template-page-topics main .contact__section__form .agreement label a span,
          .home main .contact__section__form .agreement label a span {
            color: #278BFF; }
    .contact main .contact__section .see__more__btn a.view--page,
    .page-id-136 main .contact__section .see__more__btn a.view--page,
    .page-id-17 main .contact__section .see__more__btn a.view--page,
    .page-template-page-contact main .contact__section .see__more__btn a.view--page,
    .page-template-page-about main .contact__section .see__more__btn a.view--page,
    .page-template-page-network main .contact__section .see__more__btn a.view--page,
    .page-template-page-topics main .contact__section .see__more__btn a.view--page,
    .home main .contact__section .see__more__btn a.view--page {
      margin-top: 11px; }
      .contact main .contact__section .see__more__btn a.view--page:before,
      .page-id-136 main .contact__section .see__more__btn a.view--page:before,
      .page-id-17 main .contact__section .see__more__btn a.view--page:before,
      .page-template-page-contact main .contact__section .see__more__btn a.view--page:before,
      .page-template-page-about main .contact__section .see__more__btn a.view--page:before,
      .page-template-page-network main .contact__section .see__more__btn a.view--page:before,
      .page-template-page-topics main .contact__section .see__more__btn a.view--page:before,
      .home main .contact__section .see__more__btn a.view--page:before {
        display: none; }
  .contact main .mw_wp_form form .inner__form__wrapper,
  .page-id-136 main .mw_wp_form form .inner__form__wrapper,
  .page-id-17 main .mw_wp_form form .inner__form__wrapper,
  .page-template-page-contact main .mw_wp_form form .inner__form__wrapper,
  .page-template-page-about main .mw_wp_form form .inner__form__wrapper,
  .page-template-page-network main .mw_wp_form form .inner__form__wrapper,
  .page-template-page-topics main .mw_wp_form form .inner__form__wrapper,
  .home main .mw_wp_form form .inner__form__wrapper {
    margin: 0 auto 50px;
    width: 100%;
    max-width: 647px; }
    .contact main .mw_wp_form form .inner__form__wrapper.display-block,
    .page-id-136 main .mw_wp_form form .inner__form__wrapper.display-block,
    .page-id-17 main .mw_wp_form form .inner__form__wrapper.display-block,
    .page-template-page-contact main .mw_wp_form form .inner__form__wrapper.display-block,
    .page-template-page-about main .mw_wp_form form .inner__form__wrapper.display-block,
    .page-template-page-network main .mw_wp_form form .inner__form__wrapper.display-block,
    .page-template-page-topics main .mw_wp_form form .inner__form__wrapper.display-block,
    .home main .mw_wp_form form .inner__form__wrapper.display-block {
      display: block;
      letter-spacing: 0;
      font-size: 0; }
    .contact main .mw_wp_form form .inner__form__wrapper:last-child,
    .page-id-136 main .mw_wp_form form .inner__form__wrapper:last-child,
    .page-id-17 main .mw_wp_form form .inner__form__wrapper:last-child,
    .page-template-page-contact main .mw_wp_form form .inner__form__wrapper:last-child,
    .page-template-page-about main .mw_wp_form form .inner__form__wrapper:last-child,
    .page-template-page-network main .mw_wp_form form .inner__form__wrapper:last-child,
    .page-template-page-topics main .mw_wp_form form .inner__form__wrapper:last-child,
    .home main .mw_wp_form form .inner__form__wrapper:last-child {
      margin-bottom: 0; }
    .contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field,
    .page-id-136 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field,
    .page-id-17 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field,
    .page-template-page-contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field,
    .page-template-page-about main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field,
    .page-template-page-network main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field,
    .page-template-page-topics main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field,
    .home main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field {
      margin-left: 0;
      margin-bottom: 25px;
      width: 100%;
      display: block; }
      .contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(3), .contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4),
      .page-id-136 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(3),
      .page-id-136 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4),
      .page-id-17 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(3),
      .page-id-17 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4),
      .page-template-page-contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(3),
      .page-template-page-contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4),
      .page-template-page-about main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(3),
      .page-template-page-about main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4),
      .page-template-page-network main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(3),
      .page-template-page-network main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4),
      .page-template-page-topics main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(3),
      .page-template-page-topics main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4),
      .home main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(3),
      .home main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4) {
        margin-bottom: 25px; }
      .contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(2) label,
      .page-id-136 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(2) label,
      .page-id-17 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(2) label,
      .page-template-page-contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(2) label,
      .page-template-page-about main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(2) label,
      .page-template-page-network main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(2) label,
      .page-template-page-topics main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(2) label,
      .home main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(2) label {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
      .contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4),
      .page-id-136 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4),
      .page-id-17 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4),
      .page-template-page-contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4),
      .page-template-page-about main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4),
      .page-template-page-network main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4),
      .page-template-page-topics main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4),
      .home main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4) {
        margin-bottom: 0; }
        .contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4) label,
        .page-id-136 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4) label,
        .page-id-17 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4) label,
        .page-template-page-contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4) label,
        .page-template-page-about main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4) label,
        .page-template-page-network main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4) label,
        .page-template-page-topics main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4) label,
        .home main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4) label {
          margin-left: 0; }
      .contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label,
      .page-id-136 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label,
      .page-id-17 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label,
      .page-template-page-contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label,
      .page-template-page-about main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label,
      .page-template-page-network main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label,
      .page-template-page-topics main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label,
      .home main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
        .contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input,
        .page-id-136 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input,
        .page-id-17 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input,
        .page-template-page-contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input,
        .page-template-page-about main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input,
        .page-template-page-network main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input,
        .page-template-page-topics main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input,
        .home main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input {
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1;
          position: absolute;
          opacity: 0;
          cursor: pointer;
          height: 0;
          width: 0; }
          .contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input:checked ~ .checkmark:after,
          .page-id-136 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input:checked ~ .checkmark:after,
          .page-id-17 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input:checked ~ .checkmark:after,
          .page-template-page-contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input:checked ~ .checkmark:after,
          .page-template-page-about main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input:checked ~ .checkmark:after,
          .page-template-page-network main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input:checked ~ .checkmark:after,
          .page-template-page-topics main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input:checked ~ .checkmark:after,
          .home main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input:checked ~ .checkmark:after {
            display: block; }
        .contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.mwform-checkbox-field-text,
        .page-id-136 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.mwform-checkbox-field-text,
        .page-id-17 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.mwform-checkbox-field-text,
        .page-template-page-contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.mwform-checkbox-field-text,
        .page-template-page-about main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.mwform-checkbox-field-text,
        .page-template-page-network main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.mwform-checkbox-field-text,
        .page-template-page-topics main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.mwform-checkbox-field-text,
        .home main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.mwform-checkbox-field-text {
          -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
          order: 3;
          font-family: "Noto Sans JP", sans-serif;
          font-size: 20px;
          font-weight: 300;
          line-height: 1.2; }
        .contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.checkmark,
        .page-id-136 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.checkmark,
        .page-id-17 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.checkmark,
        .page-template-page-contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.checkmark,
        .page-template-page-about main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.checkmark,
        .page-template-page-network main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.checkmark,
        .page-template-page-topics main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.checkmark,
        .home main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.checkmark {
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2;
          margin-right: 10px;
          position: relative;
          top: -2px;
          left: 0;
          height: 30px;
          width: 30px;
          border-radius: 3px;
          background-color: #EFEFEF; }
          .contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.checkmark:after,
          .page-id-136 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.checkmark:after,
          .page-id-17 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.checkmark:after,
          .page-template-page-contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.checkmark:after,
          .page-template-page-about main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.checkmark:after,
          .page-template-page-network main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.checkmark:after,
          .page-template-page-topics main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.checkmark:after,
          .home main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.checkmark:after {
            content: "";
            position: absolute;
            display: none; }
      .contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field .checkmark:after,
      .page-id-136 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field .checkmark:after,
      .page-id-17 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field .checkmark:after,
      .page-template-page-contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field .checkmark:after,
      .page-template-page-about main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field .checkmark:after,
      .page-template-page-network main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field .checkmark:after,
      .page-template-page-topics main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field .checkmark:after,
      .home main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field .checkmark:after {
        left: 8px;
        top: 3px;
        width: 4px;
        height: 9px; } }

.select__option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }
  .select__option #prefect {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .select__option input {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .select__option span.error {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }

/**************************************
topics-archive
***************************************/
.error404 header {
  border-bottom: 0; }
  .error404 header .navBar {
    position: fixed;
    background-color: #fff; }

.error404 main {
  margin-top: 84px;
  border-top: 4px solid #dddddd; }
  .error404 main .accordion-content-topics {
    display: block; }
  .error404 main .error__404 {
    margin: 0 auto 0;
    width: 100%; }
    .error404 main .error__404__container {
      margin: 0 auto;
      width: 100%;
      max-width: 1440px; }
    .error404 main .error__404__heading1 {
      margin: 0 auto 10px;
      padding: 0 20px;
      width: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .error404 main .error__404__heading1 h2 {
        text-align: left;
        font-family: mado;
        font-size: 52px;
        font-weight: 400;
        letter-spacing: 0.025em;
        line-height: 1.59; }
    .error404 main .error__404__heading {
      margin: 30px auto 60px;
      text-align: left;
      width: 100%; }
      .error404 main .error__404__heading h2 {
        text-align: center;
        font-family: "Noto Serif JP", serif;
        font-size: 52px;
        font-weight: 200;
        letter-spacing: 0.025em; }
    .error404 main .error__404__content {
      margin: 0 auto;
      width: 100%; }
      .error404 main .error__404__content p {
        text-align: center;
        font-family: "Noto Sans JP", sans-serif;
        font-size: 20px;
        font-weight: 400;
        line-height: 1.8; }
    .error404 main .error__404 .see__more__btn a:before {
      display: none; }

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .error404 header .navBar {
    position: fixed; }
  .error404 main {
    margin-top: 67px; }
    .error404 main .error__404 {
      margin: 0 auto 0;
      width: 100%; }
      .error404 main .error__404__container {
        margin: 0 auto;
        padding: 0 3.95vw;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
      .error404 main .error__404__heading1 h2 {
        font-size: 3.61vw; }
      .error404 main .error__404__heading {
        margin: 2.08vw 0 4.16vw; }
        .error404 main .error__404__heading h2 {
          font-size: 3.61vw; }
      .error404 main .error__404__content p {
        font-size: 1.38vw;
        line-height: 1.8; }
      .error404 main .error__404 .see__more__btn a:before {
        display: none; } }

/******************************
topics-archive sp
*******************************/
@media screen and (max-width: 767px) {
  .error404 header .navBar {
    position: fixed; }
  .error404 main {
    margin-top: 62px; }
    .error404 main .error__404__heading1 {
      margin: 0 auto 10px;
      padding: 0 20px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .error404 main .error__404__heading1 h2 {
        font-size: 30px; }
    .error404 main .error__404__heading {
      margin: 17px 0 17px;
      padding: 0 20px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .error404 main .error__404__heading h2 {
        font-size: 28px; }
    .error404 main .error__404__content {
      margin: 0 auto;
      padding: 0 20px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .error404 main .error__404__content p {
        font-size: 20px;
        line-height: 1.8; }
    .error404 main .error__404 .see__more__btn a:before {
      display: none; } }

/**************************************
	base
***************************************/
/* ---------------------------------------------------------
スタイルリセット
----------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal; }

h1, h2, h3, h4, h5, h6, td, th, p, ul, li, dt, dd {
  font-size: 1em; }

ul li {
  list-style: none; }

article, header, footer, aside, figure, figcaption, nav, section {
  display: block; }

body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

img {
  vertical-align: bottom; }

/* ---------------------------------------------------------
変数
----------------------------------------------------------*/
/*break point
-----------------------*/
/*color
-----------------------*/
/*font family
-----------------------*/
@font-face {
  font-family: mado;
  src: url("../fonts/MADO-Regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/MADO-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/MADO-Regular.woff") format("woff"), url("../fonts/MADO-Regular.ttf") format("truetype"), url("../fonts/MADO-Regular.svg#svgFontName") format("svg");
  /* Legacy iOS */ }

/* ---------------------------------------------------------
mixin
----------------------------------------------------------*/
/*メディアクエリ
-----------------------*/
/*  clearfix
-----------------------*/
/* render text 
----------------------*/
/* ---------------------------------------------------------
初期設定
----------------------------------------------------------*/
html {
  color: #000;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: normal; }

body {
  font-family: Noto Sans Mono, sans-serif; }

html,
body {
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

a {
  text-decoration: none;
  color: #000; }

img {
  width: 100%;
  height: auto;
  vertical-align: middle; }

table {
  width: 100%;
  border-collapse: collapse; }

.clearfix::before, .clearfix::after {
  content: '';
  display: table; }

.clearfix::after {
  clear: both; }

.bars {
  cursor: pointer;
  display: inline-block; }

.bar {
  margin: 5px auto;
  width: 40px;
  height: 3px;
  display: block;
  background: #000; }

.bars:hover .bar {
  background-color: #000; }

.menu-bar {
  width: 24%;
  display: inline-block;
  text-align: center;
  height: auto;
  position: relative; }

.middle {
  margin: 0 auto; }

.bar {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.bars {
  margin: 0 auto;
  width: auto;
  -webkit-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease; }
  .bars.bars-clicked .top {
    border-right-color: #e9b8b9;
    -webkit-transform: translateY(11px) rotateZ(405deg);
    -ms-transform: translateY(11px) rotate(405deg);
    transform: translateY(11px) rotateZ(405deg); }
  .bars.bars-clicked .middle {
    width: 0; }
  .bars.bars-clicked .bottom {
    border-right-color: #ddf1da;
    -webkit-transform: translateY(-6px) rotateZ(-405deg);
    -ms-transform: translateY(-6px) rotate(-405deg);
    transform: translateY(-6px) rotateZ(-405deg); }

/******************************
 	base sp
*******************************/
@media screen and (max-width: 767px) {
  html {
    min-width: 100%; } }

/**************************************
common.scss
***************************************/
#wpadminbar {
  display: none; }

.see__more__btn [data-r] {
  padding: 34px 0;
  /* This timing applies on the way IN */
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  /* A litttttle slower on the way in */
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

[data-r] &gt; .fade {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

[data-r] &gt; .fade &gt; span {
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  font-weight: 300;
  font-family: "Noto Sans JP", sans-serif; }

[data-r] &gt; .fade &gt; .t {
  display: none; }

.pc {
  display: block; }

.sp {
  display: none; }

.viewport1280 {
  display: none; }

span.error {
  font-size: 0 !important; }

.display-none {
  display: none !important;
  height: 0 !important; }

.wow {
  visibility: hidden; }

/***********************************
Accordion
***********************************/
.accordion-content-about,
.accordion-content-topics,
.accordion-content-network,
.accordion-content-contact {
  display: none; }

.see__more__btn {
  margin: 0 auto; }
  .see__more__btn.topics-section {
    margin: 40px auto 0; }
  .see__more__btn.network-section, .see__more__btn.contact-section, .see__more__btn.privacy-page {
    margin: 55px auto 0; }
  .see__more__btn button,
  .see__more__btn a {
    margin: 0 auto;
    padding: 24px 0;
    width: 100%;
    max-width: 400px;
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: 300;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    /* This timing applies on the way IN */
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    /* A litttttle slower on the way in */
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
    z-index: 2;
    opacity: 1;
    outline: none; }
    .see__more__btn button:before,
    .see__more__btn a:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 10%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 20px;
      height: 20px;
      background-image: url(../img/common/see_more_plus.png);
      background-size: 20px;
      background-position: center;
      background-repeat: no-repeat;
      /* This timing applies on the way IN */
      -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
      -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
      transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
      /* A litttttle slower on the way in */
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      z-index: 1; }
    .see__more__btn button:after,
    .see__more__btn a:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 0;
      height: 100%;
      border-radius: 4px;
      background-color: #f7bbc9;
      -webkit-transition: width .5s ease-in-out;
      -o-transition: width .5s ease-in-out;
      transition: width .5s ease-in-out;
      z-index: -1; }
    .see__more__btn button.active-accordion:before,
    .see__more__btn a.active-accordion:before {
      -webkit-transform: translateY(-50%) rotate(135deg);
      -ms-transform: translateY(-50%) rotate(135deg);
      transform: translateY(-50%) rotate(135deg); }
    .see__more__btn button.active-accordion:after,
    .see__more__btn a.active-accordion:after {
      width: 0%; }
    .see__more__btn button:hover:after,
    .see__more__btn a:hover:after {
      width: 100%; }
    .see__more__btn button.contact-btn-highlighted,
    .see__more__btn a.contact-btn-highlighted {
      background-color: #f7bbc9; }
      .see__more__btn button.contact-btn-highlighted:after,
      .see__more__btn a.contact-btn-highlighted:after {
        width: 0%;
        background-color: #FF3967; }
      .see__more__btn button.contact-btn-highlighted:hover:after,
      .see__more__btn a.contact-btn-highlighted:hover:after {
        width: 100%; }
  .see__more__btn .view--page {
    margin: 0 auto 35px;
    padding: 24px 0;
    display: block;
    width: 100%;
    max-width: 400px;
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: 300;
    border: 1px solid #000;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    /* This timing applies on the way IN */
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    /* A litttttle slower on the way in */
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background: -o-linear-gradient(left, #f7bbc9 50%, #fff 50%);
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #f7bbc9), color-stop(50%, #fff));
    background: linear-gradient(to right, #f7bbc9 50%, #fff 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    cursor: pointer;
    z-index: 2;
    opacity: 1; }
    .see__more__btn .view--page:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 10%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 20px;
      height: 20px;
      background-image: url(../img/common/see_more_plus.png);
      background-size: 20px;
      background-position: center;
      background-repeat: no-repeat;
      /* This timing applies on the way IN */
      -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
      -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
      transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
      /* A litttttle slower on the way in */
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      z-index: 1; }
    .see__more__btn .view--page:hover {
      background-position: left bottom; }
      .see__more__btn .view--page:hover:before {
        -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg); }

/***********************************
Child Page Heading
***********************************/
.child__page__heading {
  margin: 0 auto 56px;
  padding: 82px 57px 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .child__page__heading__container {
    margin: 0 auto;
    width: 100%; }
    .child__page__heading__container h2 {
      font-family: mado;
      font-size: 52px;
      letter-spacing: 0.025em;
      color: #000; }

/* The container */
.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

/* Create a custom checkbox */
.checkmark {
  margin-right: 10px;
  position: relative;
  top: -2px;
  left: 0;
  height: 30px;
  width: 30px;
  border-radius: 3px;
  background-color: #EFEFEF; }

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #EFEFEF; }

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #EFEFEF; }

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block; }

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 11px;
  top: 5px;
  width: 5px;
  height: 14px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .viewport1280 {
    display: block; }
  /***********************************
    See more Btn Breakpoint
    ***********************************/
  .see__more__btn {
    margin: 0 auto; }
    .see__more__btn [data-r] {
      padding: 2.4vw 0; }
    .see__more__btn.topics-section {
      margin: 2.77vw auto 0; }
    .see__more__btn.network-section, .see__more__btn.privacy-page {
      margin: 4.72vw auto 0; }
    .see__more__btn button,
    .see__more__btn a {
      padding: 1.66vw 0;
      width: 100%;
      max-width: 27.77vw;
      font-size: 1.38vw; }
      .see__more__btn button:before,
      .see__more__btn a:before {
        width: 1.38vw;
        height: 1.38vw;
        background-size: 1.38vw; }
    .see__more__btn .view--page {
      padding: 1.66vw 0;
      width: 100%;
      max-width: 27.77vw;
      font-size: 1.38vw; }
      .see__more__btn .view--page.fadeOut {
        opacity: 0 !important;
        pointer-events: none; }
      .see__more__btn .view--page:before {
        width: 1.38vw;
        height: 1.38vw;
        background-size: 1.38vw; }
  .child__page__heading {
    margin: 0 auto 3.8vw;
    padding: 10vw 3.95vw 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .child__page__heading__container {
      margin: 0 auto;
      width: 100%; }
      .child__page__heading__container h2 {
        font-family: mado;
        font-size: 3.61vw;
        letter-spacing: 0.025em;
        color: #000; } }

.anchor {
  position: relative;
  outline: none;
  outline-color: transparent; }

.anchor a.anchor__links {
  margin: 0 auto;
  position: absolute;
  right: 0;
  left: 0px;
  width: 100px;
  height: 100px;
  top: -5px;
  z-index: -1;
  outline: none;
  outline-color: transparent; }

@media screen and (max-width: 767px) {
  .anchor {
    position: relative; }
  .anchor a.anchor__links {
    position: absolute;
    left: 0px;
    width: 100px;
    height: 100px;
    top: -10px; } }

/******************************
    SP
*******************************/
@media screen and (max-width: 767px) {
  html,
  body {
    min-width: auto; }
  .pc {
    display: none; }
  .sp {
    display: block; }
  .viewport1280 {
    display: block; }
  /***********************************
    See more btn SP
    ***********************************/
  .see__more__btn {
    margin: 0 auto; }
    .see__more__btn.topics-section {
      margin: 23px auto 0; }
    .see__more__btn.network-section {
      margin: 40px auto 0; }
    .see__more__btn.contact-section {
      margin: 15px auto 0; }
    .see__more__btn.privacy-page {
      margin: 20px auto 0; }
    .see__more__btn button,
    .see__more__btn a {
      margin: 0 auto;
      padding: 22.5px 0;
      width: 100%;
      max-width: 320px;
      display: block;
      font-family: "Noto Sans JP", sans-serif;
      font-size: 20px;
      border: 1px solid #000;
      border-radius: 4px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      text-align: center;
      position: relative;
      cursor: pointer;
      z-index: 2; }
      .see__more__btn button.page-topics,
      .see__more__btn a.page-topics {
        padding: 14px 0 14px 30px;
        width: 100%;
        max-width: 320px;
        font-size: 20px; }
      .see__more__btn button:before,
      .see__more__btn a:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 10%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
        background-image: url(../img/common/see_more_plus.png);
        background-size: 20px;
        background-position: center;
        background-repeat: no-repeat;
        /* This timing applies on the way IN */
        -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
        -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
        transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
        /* A litttttle slower on the way in */
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        z-index: 1; } }
    @media screen and (max-width: 767px) and (max-width: 767px) {
      .see__more__btn button,
      .see__more__btn a {
        font-size: 14px; }
        .see__more__btn button:before,
        .see__more__btn a:before {
          width: 14px;
          height: 14px;
          background-size: 14px; } }

@media screen and (max-width: 767px) {
      .see__more__btn button:hover:after,
      .see__more__btn a:hover:after {
        width: 100%; }
      .see__more__btn button:hover:before,
      .see__more__btn a:hover:before {
        -webkit-transform: translateY(-50%) rotate(135deg);
        -ms-transform: translateY(-50%) rotate(135deg);
        transform: translateY(-50%) rotate(135deg); }
    .see__more__btn .view--page {
      padding: 22.5px 0;
      width: 100%;
      max-width: 320px;
      font-size: 20px; }
      .see__more__btn .view--page:before {
        width: 20px;
        height: 20px;
        background-image: url(../img/common/see_more_plus.png);
        background-size: 20px; } }
    @media screen and (max-width: 767px) and (max-width: 767px) {
      .see__more__btn .view--page {
        font-size: 14px; }
        .see__more__btn .view--page:before {
          width: 14px;
          height: 14px;
          background-size: 14px; } }

@media screen and (max-width: 767px) {
  .child__page__heading {
    margin: 0 auto 30px;
    padding: 80px 20px 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .child__page__heading__container {
      margin: 0 auto;
      width: 100%; }
      .child__page__heading__container h2 {
        font-family: mado;
        font-size: 30px;
        letter-spacing: 0.025em;
        color: #000; } }

/**************************************
	header
***************************************/
.home header .navBar {
  top: -60px;
  border-bottom: 0; }
  .home header .navBar.show {
    bottom: 0; }

header {
  width: 100%;
  border-bottom: 4px solid #dddddd;
  position: relative; }
  header .mobile-menu {
    opacity: 0;
    pointer-events: none;
    /* This timing applies on the way IN */
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    /* A litttttle slower on the way in */
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    top: 51%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5vw; }
  header #header__menu {
    display: none; }
    header #header__menu .navBar__contentContainer {
      display: none; }
  header .header__container {
    padding: 0 69px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    header .header__container .header__content {
      padding: 84px 0 62px;
      width: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      header .header__container .header__content h2 a {
        display: block;
        font-family: mado;
        font-size: 157px;
        line-height: .77;
        /* This timing applies on the way IN */
        -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
        -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
        transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
        /* A litttttle slower on the way in */
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
        header .header__container .header__content h2 a span {
          color: #FF3967; }
  header .navBar {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 25px 30px 25px 57px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10;
    /* This timing applies on the way IN */
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    /* A litttttle slower on the way in */
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    header .navBar .menu__text {
      height: 0;
      opacity: 0; }
    header .navBar__container {
      margin: 0 auto;
      width: 100%; }
    header .navBar__contentContainer {
      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;
      opacity: 1;
      /* This timing applies on the way IN */
      -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
      -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
      transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
      /* A litttttle slower on the way in */
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
      header .navBar__contentContainer .privacy-policy {
        margin-top: 58px;
        -ms-flex-item-align: center;
        align-self: center;
        text-align: center;
        display: block;
        font-family: "Noto Serif JP", serif;
        font-size: 14px;
        line-height: 1.78;
        color: #278BFF;
        border-bottom: 1px solid #278BFF; }
    header .navBar__content .logo a {
      display: block;
      font-family: mado;
      font-size: 30px;
      letter-spacing: 0.025em;
      line-height: 1;
      /* This timing applies on the way IN */
      -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
      -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
      transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
      /* A litttttle slower on the way in */
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
      header .navBar__content .logo a span {
        color: #FF3967;
        /* This timing applies on the way IN */
        -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
        -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
        transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
        /* A litttttle slower on the way in */
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
      header .navBar__content .logo a:hover {
        color: #FF3967; }
        header .navBar__content .logo a:hover span {
          color: #000; }
    header .navBar__content ul {
      list-style: none;
      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; }
      header .navBar__content ul li {
        margin-right: 35px; }
        header .navBar__content ul li.external {
          position: relative; }
          header .navBar__content ul li.external:after {
            content: '';
            position: absolute;
            content: '';
            position: absolute;
            top: 58%;
            right: -15px;
            width: 12px;
            height: 12px;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            background-image: url(../img/common/external-icon-black.png);
            background-size: 100%;
            background-repeat: no-repeat;
            background-position: right; }
        header .navBar__content ul li a {
          display: block;
          font-family: mado;
          font-size: 26px;
          letter-spacing: 0.025em;
          line-height: 1.15;
          color: #000;
          /* This timing applies on the way IN */
          -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          /* A litttttle slower on the way in */
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s; }
          header .navBar__content ul li a:hover {
            color: #FF3967; }
        header .navBar__content ul li:last-child {
          margin-right: 0; }
        header .navBar__content ul li.active a {
          color: #FF3967; }

@media screen and (max-width: 1440px) and (min-width: 768px) {
  header .header__container .header__content {
    margin: 0 auto; }
    header .header__container .header__content h2 a {
      font-size: 11vw; }
  header .navBar {
    padding: 20px 30px 20px 57px; }
    header .navBar__content .logo a {
      font-size: 2vw; }
    header .navBar__content ul li {
      margin-right: 2.4vw; }
      header .navBar__content ul li a {
        font-size: 1.80vw; } }

@media screen and (max-width: 1279px) and (min-width: 320px) {
  header {
    position: relative; }
    header .navBar {
      position: fixed;
      padding: 11px; }
      header .navBar.active {
        border-bottom: 4px solid #dddddd; }
        header .navBar.active .menu__text {
          opacity: 1;
          z-index: 10; }
      header .navBar .menu__text {
        padding: 5px 15px;
        font-family: mado;
        font-size: 30px;
        font-weight: 400;
        opacity: 0;
        /* This timing applies on the way IN */
        -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
        -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
        transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
        /* A litttttle slower on the way in */
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
      header .navBar .navBar__container {
        height: 40px;
        position: relative; }
      header .navBar .navBar__contentContainer {
        opacity: 0;
        pointer-events: none; }
        header .navBar .navBar__contentContainer .navBar__content {
          width: 0;
          display: none; }
    header #header__menu {
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 3;
      overflow: scroll;
      max-height: 100vh; }
      header #header__menu .navBar__contentContainer {
        padding: 90px 30px 30px;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        opacity: 1;
        pointer-events: all;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        background-color: white; }
        header #header__menu .navBar__contentContainer .navBar__content .logo {
          margin-top: 0; }
          header #header__menu .navBar__contentContainer .navBar__content .logo a {
            font-size: 55px;
            line-height: .8; }
        header #header__menu .navBar__contentContainer .navBar__content ul {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start; }
          header #header__menu .navBar__contentContainer .navBar__content ul li {
            margin-top: 30px;
            margin-right: 0; }
            header #header__menu .navBar__contentContainer .navBar__content ul li a {
              font-size: 45px; }
    header .mobile-menu {
      opacity: 1;
      pointer-events: all;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 0;
      width: 40px;
      height: 30px;
      z-index: 12; }
      header .mobile-menu img {
        width: 35px !important;
        height: 35px !important; } }

/******************************
    header sp
*******************************/
@media screen and (max-width: 767px) {
  .page-template-page-contact header .navBar {
    border-bottom: 0; }
    .page-template-page-contact header .navBar.active {
      border-bottom: 4px solid #dddddd; }
  header {
    width: 100%;
    border-bottom: 4px solid #dddddd; }
    header .header__container {
      padding: 0 20px;
      width: 100%; }
      header .header__container .header__content {
        padding: 65px 0 52px;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        header .header__container .header__content h2 a {
          font-size: 62px;
          line-height: .77; }
          header .header__container .header__content h2 a span {
            color: #FF3967; }
    header .navBar {
      position: fixed;
      background-color: #fff;
      padding: 11px; } }

/**************************************
footer
***************************************/
.footer {
  margin: 0 auto 0;
  padding-top: 60px;
  width: 100%;
  border-top: 20px solid #f2f2f2; }
  .footer__container {
    margin: 0 auto;
    width: 100%; }
  .footer__mainContent {
    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; }
  .footer__contact {
    background-color: #efefef;
    padding: 27px;
    line-height: 1.6; }
    .footer__contact .link-text {
      margin-bottom: 15px; }
    .footer__contact .link-color {
      color: #278bff; }
      .footer__contact .link-color.external {
        position: relative;
        padding-right: 10px; }
      .footer__contact .link-color:after {
        content: "";
        display: inline-block;
        width: 12px;
        height: 12px;
        background-image: url(../img/common/external-icon-blue.png);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: right;
        vertical-align: text-bottom; }
        @media screen and (max-width: 767px) and (min-width: 320px) {
          .footer__contact .link-color:after {
            right: 0; } }
    .footer__contact br {
      display: none; }
  .footer__logo {
    margin-right: 50px; }
    .footer__logo p a {
      display: block;
      font-family: mado;
      font-size: 46px !important;
      letter-spacing: 0.025em;
      line-height: 0.74; }
      .footer__logo p a span {
        color: #ff3967;
        margin: 0 18px; }
    .footer__logo br {
      display: none; }
  .footer__links {
    margin-top: 40px; }
    .footer__links ul {
      display: block;
      font-size: 0;
      letter-spacing: 0;
      list-style: none; }
      .footer__links ul li {
        line-height: 2.2;
        display: inline-block; }
        .footer__links ul li.external {
          position: relative; }
          .footer__links ul li.external:after {
            content: "";
            position: absolute;
            top: 58%;
            right: 20px;
            width: 12px;
            height: 12px;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            background-image: url(../img/common/external-icon-black.png);
            background-size: 100%;
            background-repeat: no-repeat;
            background-position: right; }
            @media screen and (max-width: 767px) and (min-width: 320px) {
              .footer__links ul li.external:after {
                right: 0; } }
        .footer__links ul li a {
          margin-right: 36px;
          display: block;
          font-family: mado;
          font-size: 26px;
          letter-spacing: 0.025em;
          /* This timing applies on the way IN */
          -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          /* A litttttle slower on the way in */
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s; }
          .footer__links ul li a:hover {
            color: #ff3967; }
  .footer__copyright {
    margin: 30px auto 25px;
    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; }
    .footer__copyright p {
      font-family: "Noto Sans JP", sans-serif;
      font-size: 14px;
      font-weight: 400;
      line-height: 1.78; }
      .footer__copyright p a {
        display: block;
        color: #278bff;
        border-bottom: 1px solid #278bff; }
      .footer__copyright p:first-child {
        margin-right: 50px;
        color: #278bff; }

@media screen and (max-width: 1290px) and (min-width: 768px) {
  .footer {
    margin: 0 auto;
    padding-top: 4.16vw;
    width: 100%; }
    .footer__container {
      margin: 0 auto;
      padding: 0 20px;
      width: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .footer__mainContent {
      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: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .footer__content {
      width: 100%; }
    .footer__contact p {
      line-height: 1.6; }
    .footer__logo p a {
      display: block;
      font-family: mado;
      font-size: 65px;
      letter-spacing: 0.025em;
      line-height: 0.74; }
      .footer__logo p a span {
        color: #ff3967;
        margin: 0 18px; }
    .footer__links {
      margin-top: 30px;
      margin-bottom: 30px; }
      .footer__links ul li a {
        font-size: 2vw; }
    .footer__copyright p {
      font-size: 1vw; }
      .footer__copyright p:first-child {
        margin-right: 3.47vw; } }

/******************************
    footer sp
*******************************/
@media screen and (max-width: 767px) {
  .footer {
    margin: 0 auto;
    width: 100%; }
    .footer__container {
      margin: 0 auto;
      padding: 0 20px;
      width: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .footer__mainContent {
      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;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
    .footer__content {
      width: 100%; }
    .footer__contact br {
      display: block; }
    .footer__logo p a {
      display: block;
      font-family: mado;
      font-size: 65px;
      letter-spacing: 0.025em;
      line-height: 0.74; }
      .footer__logo p a span {
        color: #ff3967;
        margin: 0; }
    .footer__logo br {
      display: block; }
    .footer__links {
      margin-top: 30px;
      margin-bottom: 30px; }
      .footer__links ul {
        display: block;
        font-size: 0;
        letter-spacing: 0;
        list-style: none; }
        .footer__links ul li {
          line-height: 1.6;
          display: inline-block; }
          .footer__links ul li a {
            margin-right: 17px;
            display: block;
            font-size: 20px;
            letter-spacing: 0.025em;
            /* This timing applies on the way IN */
            -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
            -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
            transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
            /* A litttttle slower on the way in */
            -webkit-transition: 0.5s;
            -o-transition: 0.5s;
            transition: 0.5s; }
            .footer__links ul li a:hover {
              color: #ff3967; }
    .footer__copyright {
      margin: 11px auto 11px;
      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;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: center; }
      .footer__copyright p {
        font-size: 14px;
        line-height: 1.78; }
        .footer__copyright p a {
          margin-bottom: 20px;
          display: block;
          color: #278bff;
          border-bottom: 0 solid #278bff; }
        .footer__copyright p:first-child {
          margin-right: 0;
          color: #278bff; } }

/**************************************
home.scss
***************************************/
main {
  margin: 0 auto;
  width: 100%; }
  main .about__section {
    margin: 0 auto 60px;
    width: 100%; }
    main .about__section__container {
      margin: 0 auto;
      padding: 0 69px;
      width: 100%;
      max-width: 1440px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    main .about__section__heading {
      margin: 30px 0 5.5px;
      text-align: left;
      width: 100%; }
      main .about__section__heading h2 {
        font-family: mado;
        font-size: 52px;
        letter-spacing: 0.025em; }
    main .about__section__content {
      margin: 0 auto 90px;
      width: 100%;
      text-align: center; }
      main .about__section__content p {
        font-family: "Noto Serif JP", serif;
        font-size: 44px;
        font-weight: 200;
        line-height: 1.59;
        letter-spacing: 0.03em; }
        main .about__section__content p sup.fs-L-bracket,
        main .about__section__content p sub.fs-L-bracket {
          font-size: 36px; }
        main .about__section__content p span {
          font-weight: 200; }
          main .about__section__content p span.about-prntsis {
            font-size: 36px; }
    main .about__section__innerContent {
      margin: 0 auto; }
      main .about__section__innerContent h2 {
        margin: 150px 0 57px;
        font-family: "Noto Serif JP", serif;
        font-size: 44px;
        font-weight: 200; }
      main .about__section__innerContent p {
        text-align: left;
        font-family: "Noto Serif JP", serif;
        font-size: 36px;
        font-weight: 200;
        letter-spacing: 0.03em;
        line-height: 1.6; }
        main .about__section__innerContent p.custom-bg {
          font-size: 28pt;
          padding: 30px 17px;
          background-color: #f2f2f2; }
    main .about__section__innerContent2 {
      margin: 0 auto; }
      main .about__section__innerContent2 h2 {
        margin: 60px 0 20px;
        font-family: "Noto Sans JP", sans-serif;
        font-size: 32px;
        font-weight: 200; }
      main .about__section__innerContent2 p {
        margin: 0 auto;
        width: 100%;
        max-width: 880px;
        text-align: left;
        padding: 30px 17px;
        background-color: #f2f2f2;
        font-family: "Noto Sans JP", sans-serif;
        font-size: 20px;
        font-weight: 400;
        line-height: 1.8;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
  main .topics__section {
    margin: 0 auto 60px;
    width: 100%;
    border-top: 4px solid #dddddd; }
    main .topics__section__container {
      margin: 0 auto;
      width: 100%;
      max-width: 1440px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    main .topics__section__heading {
      margin: 30px 0 60px;
      text-align: left;
      width: 100%; }
      main .topics__section__heading h2 {
        font-family: mado;
        font-size: 52px;
        letter-spacing: 0.025em; }
    main .topics__section__category__container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch; }
    main .topics__section__category__item {
      margin: 0 10px;
      width: 650px;
      background-color: #f2f2f2;
      border-radius: 4px;
      overflow: hidden; }
    main .topics__section__category__item__heading {
      padding: 35px 0 30px;
      font-family: "Noto Sans JP", sans-serif;
      font-size: 20px;
      text-align: center; }
      main .topics__section__category__item__heading h2 {
        font-weight: 300; }
    main .topics__section__post__item {
      margin: 0 20px 20px;
      border-radius: 4px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      main .topics__section__post__item a {
        display: block; }
        main .topics__section__post__item a:hover h2 {
          color: #ff3967; }
        main .topics__section__post__item a:hover h3 {
          background-color: #f7bbc9;
          color: #fff; }
      main .topics__section__post__item__content__container {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        background-color: #fff; }
        main .topics__section__post__item__content__container p {
          padding: 12px 0 15px;
          font-family: "Noto Sans JP", sans-serif;
          font-size: 14px;
          font-weight: 400;
          text-align: center;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          border-bottom: 2px solid #dbdbdb;
          /* This timing applies on the way IN */
          -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          /* A litttttle slower on the way in */
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s; }
        main .topics__section__post__item__content__container h2 {
          padding: 17px 20px 30px;
          font-family: "Noto Sans JP", sans-serif;
          font-size: 18px;
          font-weight: 400;
          line-height: 1.77;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          /* This timing applies on the way IN */
          -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          /* A litttttle slower on the way in */
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s; }
      main .topics__section__post__item h3 {
        text-align: center;
        padding: 8px 0;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        font-family: "Noto Sans JP", sans-serif;
        font-size: 14px;
        font-weight: 400;
        background-color: #bebebe;
        color: #fff;
        /* This timing applies on the way IN */
        -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
        -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
        transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
        /* A litttttle slower on the way in */
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
    main .topics__section .topics-section {
      margin-top: 40px; }
    main .topics__section .display-to-archive-btn {
      display: none; }
    main .topics__section .display {
      margin-top: 50px;
      display: block; }
  main .network__section {
    margin: 0 auto 45px;
    width: 100%;
    border-top: 4px solid #dddddd; }
    main .network__section__container {
      margin: 0 auto;
      width: 100%;
      max-width: 1440px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    main .network__section__heading {
      margin: 30px 0 60px;
      text-align: left;
      width: 100%; }
      main .network__section__heading h2 {
        font-family: mado;
        font-size: 52px;
        letter-spacing: 0.025em; }
    main .network__section__content {
      margin: 0 auto;
      width: 100%; }
      main .network__section__content h1 {
        text-align: center;
        font-family: "Noto Serif JP", serif;
        font-size: 44px;
        font-weight: 200;
        line-height: 1.59;
        letter-spacing: 0.03em; }
    main .network__section__items {
      margin: 64px auto 0;
      width: 100%; }
      main .network__section__items__heading {
        margin: 0 auto 34px;
        width: 100%;
        text-align: center; }
        main .network__section__items__heading p {
          font-family: "Noto Sans JP", sans-serif;
          font-size: 32px;
          font-weight: 400; }
    main .network__section__item__container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    main .network__section__item {
      margin: 0 33px 0 33px;
      width: 100%;
      max-width: 290px;
      margin-top: 30px; }
      main .network__section__item:nth-child(n + 5) {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; }
      main .network__section__item:nth-child(4n) {
        margin-right: 33px; }
      main .network__section__item:last-child {
        -ms-flex-item-align: start;
        align-self: flex-start; }
      main .network__section__item:hover .network__section__item__description p {
        color: #ff3967; }
      main .network__section__item__imageThumbnail__container {
        margin: 0 auto;
        max-width: 290px;
        background-color: #ebebeb; }
      main .network__section__item__imageThumbnail {
        margin: 0 auto;
        width: 100%;
        max-width: 100%;
        padding-top: 100%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url(../img/network-section/download-1.png); }
        main .network__section__item__imageThumbnail.second {
          background-image: url(../img/network-section/rogo.png); }
        main .network__section__item__imageThumbnail.third {
          background-image: url(../img/network-section/art-council-tokyo.png); }
        main .network__section__item__imageThumbnail.fourth {
          background-image: url(../img/network-section/yafchlogo.png); }
      main .network__section__item__description {
        margin: 15px auto 0;
        width: 100%;
        max-width: 290px; }
        main .network__section__item__description p {
          text-align: center;
          font-family: "Noto Sans JP", sans-serif;
          font-size: 18px;
          font-weight: 400;
          line-height: 1.8;
          /* This timing applies on the way IN */
          -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          /* A litttttle slower on the way in */
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s; }
  main .contact__section {
    margin: 0 auto 60px;
    width: 100%;
    border-top: 4px solid #dddddd; }
    main .contact__section__container {
      margin: 0 auto;
      width: 100%;
      max-width: 1440px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    main .contact__section__heading {
      margin: 30px 0 60px;
      text-align: left;
      width: 100%; }
      main .contact__section__heading h2 {
        font-family: mado;
        font-size: 52px;
        letter-spacing: 0.025em; }
    main .contact__section__title h2 {
      text-align: center;
      font-family: "Noto Serif JP", serif;
      font-size: 44px;
      font-weight: 200;
      line-height: 1.59;
      letter-spacing: 0.03em; }
  main .members__section {
    margin: 0 auto 0;
    width: 100%;
    border-top: 4px solid #dddddd; }
    main .members__section__container {
      margin: 0 auto;
      width: 100%;
      max-width: 1440px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    main .members__section__heading {
      margin: 30px 0 60px;
      text-align: left;
      width: 100%; }
      main .members__section__heading h2 {
        font-family: mado;
        font-size: 52px;
        letter-spacing: 0.025em; }
    main .members__section__title h2 {
      text-align: center;
      font-family: "Noto Serif JP", serif;
      font-size: 44px;
      font-weight: 200;
      line-height: 1.59;
      letter-spacing: 0.03em; }
    main .members__section__external__link {
      margin: 20px auto 60px; }
      main .members__section__external__link a {
        margin: 0 auto;
        padding: 32px 0;
        width: 620px;
        display: block;
        background-color: #ffc000;
        border: 1px solid #ffc000;
        border-radius: 10px;
        color: #fff;
        font-family: "Noto Sans JP", sans-serif;
        font-size: 20px;
        font-weight: 400;
        line-height: 1.8;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        opacity: 1;
        position: relative; }
        main .members__section__external__link a:after {
          content: "";
          position: absolute;
          top: 50%;
          right: 30%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          width: 16px;
          height: 16px;
          background-image: url(../img/common/external-icon.png);
          background-size: 16px;
          background-position: center;
          background-repeat: no-repeat; }
        main .members__section__external__link a:hover {
          opacity: 0.5; }

.home .viewport1280 {
  display: none; }

@media screen and (max-width: 1440px) and (min-width: 768px) {
  main .about__section {
    margin: 0 auto 4vw;
    width: 100%; }
    main .about__section__container {
      padding: 0 4.79vw; }
    main .about__section__heading {
      margin: 2.08vw 0 0.38vw; }
      main .about__section__heading h2 {
        font-size: 4vw;
        letter-spacing: 0.025em; }
    main .about__section__content {
      margin: 0 auto 6.25vw; }
      main .about__section__content p {
        font-size: 3vw; }
        main .about__section__content p sup.fs-L-bracket,
        main .about__section__content p sub.fs-L-bracket {
          font-size: 2.5vw; }
        main .about__section__content p span {
          font-weight: 200; }
          main .about__section__content p span.about-prntsis {
            font-size: 2.5vw; }
    main .about__section__innerContent h2 {
      margin: 10vw 0 3.95vw;
      font-size: 3.05vw; }
    main .about__section__innerContent p {
      font-size: 2vw; }
      main .about__section__innerContent p.custom-bg {
        font-size: 1.8vw;
        padding: 2.08vw 1.38vw; }
    main .about__section__innerContent2 h2 {
      margin: 4.16vw 0 1.38vw;
      font-size: 2.22vw; }
    main .about__section__innerContent2 p {
      padding: 2.08vw 1.38vw;
      font-size: 1.38vw; }
  main .topics__section {
    padding: 0 4.8vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    main .topics__section__heading h2 {
      font-size: 3.6vw;
      letter-spacing: 0.025em; }
    main .topics__section__category__container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
    main .topics__section__category__item {
      margin: 0 0.69vw;
      width: 45.13vw; }
      main .topics__section__category__item:first-child {
        margin-bottom: 2.08vw; }
    main .topics__section__category__item__heading {
      padding: 2.43vw 0 2.08vw;
      font-size: 1.4vw; }
    main .topics__section__post__item {
      margin: 0 1.38vw 1.38vw;
      border-radius: 4px; }
      main .topics__section__post__item__content__container {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px; }
        main .topics__section__post__item__content__container p {
          padding: 0.83vw 0 1.04vw;
          font-size: 1vw; }
        main .topics__section__post__item__content__container h2 {
          padding: 1.18vw 1.38vw 2.08vw;
          font-size: 1.3vw; }
      main .topics__section__post__item h3 {
        padding: 0.55vw 0;
        font-size: 1vw; }
  main .network__section {
    margin: 0 auto 3.12vw;
    padding: 0 4.8vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border-top: 4px solid #dddddd; }
    main .network__section__container {
      width: 100%; }
    main .network__section__heading {
      margin: 2.08vw 0 4.16vw; }
      main .network__section__heading h2 {
        font-size: 3.61vw; }
    main .network__section__content h1 {
      font-size: 3.1vw; }
    main .network__section__items {
      margin: 4.44vw auto 0; }
      main .network__section__items__heading {
        margin: 0 auto 2.36vw; }
        main .network__section__items__heading p {
          font-size: 2.2vw; }
    main .network__section__item__container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      /* This timing applies on the way IN */
      -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
      -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
      transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
      /* A litttttle slower on the way in */
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; } }
    @media screen and (max-width: 1440px) and (min-width: 768px) and (max-width: 1279px) and (min-width: 767px) {
      main .network__section__item__container {
        margin: 0 11vw; }
        main .network__section__item__container .network__section__item {
          margin: 0 2vw 2vw 2vw;
          max-width: 20.14vw; }
          main .network__section__item__container .network__section__item:nth-child(4n) {
            margin-right: 2vw; }
          main .network__section__item__container .network__section__item .network__section__item__imageThumbnail__container {
            margin: 0;
            max-width: 20.14vw;
            background-color: #ebebeb; } }

@media screen and (max-width: 1440px) and (min-width: 768px) {
    main .network__section__item {
      max-width: 20.14vw; }
      main .network__section__item__imageThumbnail__container {
        margin: 0 1.53vw;
        max-width: 20.14vw;
        background-color: #ebebeb; }
      main .network__section__item__imageThumbnail {
        max-width: 100%;
        padding-top: 100%; }
      main .network__section__item__description {
        margin: 1vw auto 0; }
        main .network__section__item__description p {
          margin: 0 auto;
          text-align: center;
          width: 18vw;
          word-break: break-all;
          font-size: 18px; }
  main .contact__section {
    margin: 0 auto 4.16vw;
    padding: 0 4.8vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border-top: 4px solid #dddddd; }
    main .contact__section__heading {
      margin: 2.08vw 0 4.16vw; }
      main .contact__section__heading h2 {
        font-size: 3.61vw; }
    main .contact__section__title h2 {
      font-size: 3.1vw; }
  main .members__section {
    margin: 0 auto 0;
    padding: 0 4.8vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border-top: 4px solid #dddddd; }
    main .members__section__heading {
      margin: 2.08vw 0 4.16vw; }
      main .members__section__heading h2 {
        font-size: 3.61vw; }
    main .members__section__title h2 {
      font-size: 3.1vw; }
    main .members__section__external__link {
      margin: 2vw auto 4.16vw; }
      main .members__section__external__link a {
        margin: 0 auto;
        padding: 2.22vw 0;
        width: 43vw;
        font-size: 1.38vw; } }

@media screen and (max-width: 1279px) and (min-width: 768px) {
  main .topics__section__category__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

/******************************
    SP
*******************************/
@media screen and (max-width: 767px) {
  .home .about__section .see__more__btn {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .home .about__section .about__section__content {
    margin-bottom: 50px; }
  .home .viewport1280 {
    display: block; }
  main {
    margin: 0 auto;
    width: 100%; }
    main .about__section {
      margin: 0 auto 35px;
      width: 100%; }
      main .about__section__container {
        margin: 0 auto;
        padding: 0 0;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
      main .about__section__heading {
        margin: 17.57px 0 17.57px;
        text-align: left;
        padding: 0 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        main .about__section__heading h2 {
          font-size: 30px;
          letter-spacing: 0.025em; }
      main .about__section__content {
        margin: 0 auto 35px;
        padding: 0 0;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        main .about__section__content p {
          padding: 0 20px;
          width: 100%;
          font-size: 28px;
          line-height: 1.59;
          letter-spacing: 0.03em;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
          main .about__section__content p sup.fs-L-bracket,
          main .about__section__content p sub.fs-L-bracket {
            font-size: 24px; }
          main .about__section__content p span {
            font-size: 28px; }
            main .about__section__content p span.about-prntsis {
              font-size: 24px; }
      main .about__section__innerContent {
        margin: 0 auto; }
        main .about__section__innerContent h2 {
          margin: 45px 0 15px;
          font-size: 28px; }
        main .about__section__innerContent p {
          font-size: 24px;
          letter-spacing: 0.03em;
          line-height: 1.6; }
          main .about__section__innerContent p.custom-bg {
            font-size: 20pt;
            padding: 30px 20px; }
      main .about__section__innerContent2 {
        margin: 0 auto; }
        main .about__section__innerContent2 h2 {
          margin: 35px 0 17px;
          padding: 0 20px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          font-size: 20px; }
        main .about__section__innerContent2 p {
          padding: 30px 20px;
          font-size: 20px;
          line-height: 1.8; } }
    @media screen and (max-width: 767px) and (max-width: 375px) {
      main .about__section .about__section__content p {
        font-size: 22px; }
        main .about__section .about__section__content p sup.fs-L-bracket,
        main .about__section .about__section__content p sub.fs-L-bracket {
          font-size: 20px; }
        main .about__section .about__section__content p span {
          font-size: 22px; }
          main .about__section .about__section__content p span.about-prntsis {
            font-size: 20px; }
      main .about__section .about__section__content .about__section__innerContent h2 {
        font-size: 28px; }
      main .about__section .about__section__content .about__section__innerContent p {
        font-size: 24px; }
        main .about__section .about__section__content .about__section__innerContent p.custom-bg {
          font-size: 20pt; }
      main .about__section .about__section__content .about__section__innerContent2 h2 {
        font-size: 18px; }
      main .about__section .about__section__content .about__section__innerContent2 p {
        font-size: 18px; } }

@media screen and (max-width: 767px) {
    main .topics__section {
      margin: 0 auto 35px;
      width: 100%;
      border-top: 4px solid #dddddd; }
      main .topics__section__container {
        padding: 0 20px; }
      main .topics__section__heading {
        margin: 17px 0 17px;
        width: 100%; }
        main .topics__section__heading h2 {
          font-size: 30px;
          letter-spacing: 0.025em; }
      main .topics__section__category__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; }
      main .topics__section__category__item {
        margin: 11px 0 0 0;
        background-color: #f2f2f2; }
        main .topics__section__category__item:first-child {
          margin-top: 0; }
      main .topics__section__category__item__heading {
        padding: 16px 10px 14px;
        font-size: 20px;
        text-align: center;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
      main .topics__section__post__item {
        margin: 0 11px 11px;
        border-radius: 4px; }
        main .topics__section__post__item a {
          display: block; }
          main .topics__section__post__item a:hover h2 {
            color: #ff3967; }
        main .topics__section__post__item__content__container {
          border-top-left-radius: 4px;
          border-top-right-radius: 4px; }
          main .topics__section__post__item__content__container p {
            padding: 12px 0 15px;
            font-size: 14px;
            text-align: center;
            border-bottom: 2px solid #dbdbdb;
            /* This timing applies on the way IN */
            -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
            -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
            transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
            /* A litttttle slower on the way in */
            -webkit-transition: 0.5s;
            -o-transition: 0.5s;
            transition: 0.5s; }
          main .topics__section__post__item__content__container h2 {
            padding: 10px 10px 16px;
            font-size: 18px;
            line-height: 1.77;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            /* This timing applies on the way IN */
            -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
            -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
            transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
            /* A litttttle slower on the way in */
            -webkit-transition: 0.5s;
            -o-transition: 0.5s;
            transition: 0.5s; }
        main .topics__section__post__item h3 {
          text-align: center;
          padding: 8px 0;
          border-bottom-left-radius: 4px;
          border-bottom-right-radius: 4px;
          font-size: 14px;
          background-color: #bebebe;
          /* This timing applies on the way IN */
          -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          /* A litttttle slower on the way in */
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s; }
      main .topics__section .display-to-archive-btn {
        display: none;
        height: 0; }
      main .topics__section .display {
        margin-top: 0;
        display: none;
        height: 0; }
    main .network__section {
      margin: 0 auto 45px;
      width: 100%;
      border-top: 4px solid #dddddd; }
      main .network__section__container {
        margin: 0 auto;
        padding: 0 20px;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
      main .network__section__heading {
        margin: 17px 0 17px;
        text-align: left;
        width: 100%; }
        main .network__section__heading h2 {
          font-size: 30px;
          letter-spacing: 0.025em; }
      main .network__section__content {
        margin: 0 auto;
        width: 100%; }
        main .network__section__content h1 {
          text-align: center;
          font-size: 28px;
          line-height: 1.59;
          letter-spacing: 0.03em; } }
      @media screen and (max-width: 767px) and (max-width: 375px) {
        main .network__section__content h1 {
          font-size: 22px; } }

@media screen and (max-width: 767px) {
      main .network__section__items {
        margin: 40px auto 0;
        width: 100%; }
        main .network__section__items__heading {
          margin: 0 auto 15px;
          width: 100%;
          text-align: center; }
          main .network__section__items__heading p {
            font-size: 20px; }
      main .network__section__item__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
      main .network__section__item {
        margin: 0 20px 0 20px;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: calc(50% - 40px);
        max-width: 100%; }
        main .network__section__item:nth-child(n + 5) {
          margin-top: 0;
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start; }
        main .network__section__item:nth-child(n + 3) {
          margin-top: 15px;
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start; }
        main .network__section__item:nth-child(4n) {
          margin-right: 20px; }
        main .network__section__item:hover .network__section__item__description p {
          color: #ff3967; }
        main .network__section__item:nth-child(even) .network__section__item__imageThumbnail__container {
          margin-right: 0;
          margin-left: 0; }
        main .network__section__item:nth-child(even) .network__section__item__description {
          margin-left: auto;
          margin-right: auto; }
        main .network__section__item__imageThumbnail__container {
          margin: 0 auto;
          max-width: 100%;
          background-color: #ebebeb;
          margin-right: 0; }
        main .network__section__item__imageThumbnail {
          margin: 0 auto;
          width: 100%;
          max-width: 100%;
          padding-top: 100%;
          background-size: contain;
          background-position: center;
          background-repeat: no-repeat;
          background-image: url(../img/network-section/download-1.png); }
          main .network__section__item__imageThumbnail.second {
            background-image: url(../img/network-section/rogo.png); }
          main .network__section__item__imageThumbnail.third {
            background-image: url(../img/network-section/art-council-tokyo.png); }
          main .network__section__item__imageThumbnail.fourth {
            background-image: url(../img/network-section/yafchlogo.png); }
        main .network__section__item__description {
          margin-top: 5px;
          margin-right: auto;
          width: calc(100% - 20px);
          max-width: 100%; }
          main .network__section__item__description p {
            text-align: center;
            font-size: 18px;
            line-height: 1.8;
            /* This timing applies on the way IN */
            -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
            -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
            transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
            /* A litttttle slower on the way in */
            -webkit-transition: 0.5s;
            -o-transition: 0.5s;
            transition: 0.5s; }
    main .contact__section {
      margin: 0 auto 60px;
      width: 100%;
      border-top: 4px solid #dddddd; }
      main .contact__section__container {
        margin: 0 auto;
        padding: 0 20px;
        width: 100%; }
      main .contact__section__heading {
        margin: 17px 0 17px;
        width: 100%; }
        main .contact__section__heading h2 {
          font-size: 30px;
          letter-spacing: 0.025em; }
      main .contact__section__title h2 {
        font-size: 28px;
        line-height: 1.59;
        letter-spacing: 0.03em; }
    main .members__section {
      margin: 0 auto 20px;
      width: 100%;
      border-top: 4px solid #dddddd; }
      main .members__section__container {
        margin: 0 auto;
        padding: 0 20px; }
      main .members__section__heading {
        margin: 17px 0 17px; }
        main .members__section__heading h2 {
          font-size: 30px;
          letter-spacing: 0.025em; }
      main .members__section__title h2 {
        font-size: 28px;
        line-height: 1.59;
        letter-spacing: 0.03em; }
      main .members__section__external__link {
        margin: 20px auto 35px; }
        main .members__section__external__link a {
          margin: 0 auto;
          padding: 25px 0;
          width: 100%;
          max-width: 335px;
          display: block;
          background-color: #ffc000;
          border: 1px solid #ffc000;
          border-radius: 10px;
          font-size: 16px;
          line-height: 1.8;
          -webkit-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease;
          opacity: 1;
          position: relative; }
          main .members__section__external__link a:after {
            top: 50%;
            right: 24%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            width: 13px;
            height: 13px;
            background-image: url(../img/common/external-icon.png);
            background-size: 13px; }
          main .members__section__external__link a:hover {
            opacity: 0.5; } }

/**************************************
	topics
***************************************/
.page-template-page-topics .accordion-content-about,
.page-template-page-topics .accordion-content-network,
.page-template-page-topics .accordion-content-contact {
  display: none; }

.page-template-page-topics .accordion-content-topics {
  display: block; }

.page-template-page-topics .see__more__btn button.hide-items:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  -ms-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  width: 15px;
  height: 15px;
  background-image: url(../img/common/see_more_plus.png);
  background-size: 15px;
  background-position: center;
  background-repeat: no-repeat;
  /* This timing applies on the way IN */
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  /* A litttttle slower on the way in */
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  z-index: 1; }

.page-template-page-topics .see__more__btn button:hover.hide-items:before {
  -webkit-transform: translate(0, -50%) rotate(135deg);
  -ms-transform: translate(0, -50%) rotate(135deg);
  transform: translate(0, -50%) rotate(135deg); }

.page-template-page-topics .see__more__btn .view--archive {
  margin: 0 auto 35px;
  padding: 24px 0;
  display: block;
  width: 100%;
  max-width: 400px;
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  border: 1px solid #000;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  /* This timing applies on the way IN */
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  /* A litttttle slower on the way in */
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: -o-linear-gradient(left, #f7bbc9 50%, #fff 50%);
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #f7bbc9), color-stop(50%, #fff));
  background: linear-gradient(to right, #f7bbc9 50%, #fff 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  cursor: pointer;
  z-index: 2;
  opacity: 1; }
  .page-template-page-topics .see__more__btn .view--archive.fadeOut {
    opacity: 0 !important;
    pointer-events: none; }
  .page-template-page-topics .see__more__btn .view--archive:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 10%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url(../img/common/see_more_plus.png);
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    /* This timing applies on the way IN */
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    /* A litttttle slower on the way in */
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    z-index: 1; }
  .page-template-page-topics .see__more__btn .view--archive:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 100%;
    background-color: #ff3967;
    -webkit-transition: width .5s ease-in-out;
    -o-transition: width .5s ease-in-out;
    transition: width .5s ease-in-out;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
    z-index: -1; }
  .page-template-page-topics .see__more__btn .view--archive:hover {
    background-position: left bottom; }
    .page-template-page-topics .see__more__btn .view--archive:hover:before {
      -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
      transform: translateY(-50%) rotate(180deg); }
    .page-template-page-topics .see__more__btn .view--archive:hover:after {
      width: 100%; }

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .page-template-page-topics .accordion-content-about,
  .page-template-page-topics .accordion-content-network {
    display: none; }
  .page-template-page-topics .see__more__btn .view--archive {
    margin-bottom: 2.43vw;
    padding: 1.66vw 0;
    width: 100%;
    max-width: 27.77vw;
    font-size: 1.38vw; }
    .page-template-page-topics .see__more__btn .view--archive:before {
      width: 1.38vw;
      height: 1.38vw;
      background-size: 1.38vw; }
    .page-template-page-topics .see__more__btn .view--archive:hover:after {
      width: 100%; } }

/******************************
    topics sp
*******************************/
@media screen and (max-width: 767px) {
  .page-template-page-topics header {
    border-bottom: 0; }
  .page-template-page-topics .accordion-content-about,
  .page-template-page-topics .accordion-content-network {
    display: none; }
  .page-template-page-topics .see__more__btn .view--archive {
    padding: 14px 0;
    width: 100%;
    max-width: 187.5px;
    font-size: 11px; }
    .page-template-page-topics .see__more__btn .view--archive:before {
      width: 11px;
      height: 11px;
      background-image: url(../img/common/see_more_plus.png);
      background-size: 11px; }
    .page-template-page-topics .see__more__btn .view--archive:hover:after {
      width: 100%; }
  .page-template-page-topics .topics__section {
    margin-top: 0; }
  .page-template-page-topics main .pagination {
    width: 100%; }
    .page-template-page-topics main .pagination__container {
      margin: 20px auto 0;
      width: 100%; }
    .page-template-page-topics main .pagination__list {
      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; }
      .page-template-page-topics main .pagination__list a,
      .page-template-page-topics main .pagination__list span {
        border-radius: 4px;
        margin: 0 10px;
        padding: 0 10px;
        font-family: "Noto Serif JP", serif;
        font-size: 25px;
        line-height: normal;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
        opacity: 1;
        /* This timing applies on the way IN */
        -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
        -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
        transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
        /* A litttttle slower on the way in */
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        position: relative; }
        .page-template-page-topics main .pagination__list a:after,
        .page-template-page-topics main .pagination__list span:after {
          margin: 0 auto;
          content: '';
          position: absolute;
          bottom: 3px;
          left: 0;
          right: 0;
          width: 60%;
          height: 1px;
          background-color: #000;
          /* This timing applies on the way IN */
          -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          /* A litttttle slower on the way in */
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s; }
        .page-template-page-topics main .pagination__list a img,
        .page-template-page-topics main .pagination__list span img {
          width: 10px;
          height: 20px;
          vertical-align: baseline; }
        .page-template-page-topics main .pagination__list a:hover,
        .page-template-page-topics main .pagination__list span:hover {
          background-color: #F7BBC9; }
          .page-template-page-topics main .pagination__list a:hover:after,
          .page-template-page-topics main .pagination__list span:hover:after {
            display: none; }
        .page-template-page-topics main .pagination__list a.current,
        .page-template-page-topics main .pagination__list span.current {
          background-color: #F2F2F2; }
          .page-template-page-topics main .pagination__list a.current:hover,
          .page-template-page-topics main .pagination__list span.current:hover {
            background-color: #F2F2F2; }
          .page-template-page-topics main .pagination__list a.current:after,
          .page-template-page-topics main .pagination__list span.current:after {
            display: none; }
        .page-template-page-topics main .pagination__list a.prev, .page-template-page-topics main .pagination__list a.next,
        .page-template-page-topics main .pagination__list span.prev,
        .page-template-page-topics main .pagination__list span.next {
          font-size: 0; }
          .page-template-page-topics main .pagination__list a.prev:hover, .page-template-page-topics main .pagination__list a.next:hover,
          .page-template-page-topics main .pagination__list span.prev:hover,
          .page-template-page-topics main .pagination__list span.next:hover {
            background-color: transparent; }
          .page-template-page-topics main .pagination__list a.prev:after, .page-template-page-topics main .pagination__list a.next:after,
          .page-template-page-topics main .pagination__list span.prev:after,
          .page-template-page-topics main .pagination__list span.next:after {
            display: none; } }

/**************************************
about
***************************************/
.page-template-page-about .accordion-content-topics,
.page-template-page-about .accordion-content-network,
.page-template-page-about .accordion-content-contact {
  display: none; }

.page-template-page-about .accordion-content-about {
  display: block; }

.page-template-page-about .see__more__btn.contact-section {
  margin: 20px auto 0; }

.page-template-page-about .see__more__btn button:hover.accordion-about:before {
  -webkit-transform: translate(0, -50%) rotate(135deg);
  -ms-transform: translate(0, -50%) rotate(135deg);
  transform: translate(0, -50%) rotate(135deg); }

.page-template-page-about .see__more__btn .view--page {
  margin: 0 auto 35px;
  display: block;
  width: 100%;
  max-width: 400px;
  display: block;
  font-size: 20px;
  border: 1px solid #000;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  /* This timing applies on the way IN */
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  /* A litttttle slower on the way in */
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: -o-linear-gradient(left, #f7bbc9 50%, #fff 50%);
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #f7bbc9), color-stop(50%, #fff));
  background: linear-gradient(to right, #f7bbc9 50%, #fff 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  cursor: pointer;
  z-index: 2;
  opacity: 1; }
  .page-template-page-about .see__more__btn .view--page.fadeOut {
    opacity: 0 !important;
    pointer-events: none; }
  .page-template-page-about .see__more__btn .view--page:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 10%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url(../img/common/see_more_plus.png);
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    /* This timing applies on the way IN */
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    /* A litttttle slower on the way in */
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    z-index: 1; }
  .page-template-page-about .see__more__btn .view--page:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 100%;
    background-color: #ff3967;
    -webkit-transition: width .5s ease-in-out;
    -o-transition: width .5s ease-in-out;
    transition: width .5s ease-in-out;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
    z-index: -1; }
  .page-template-page-about .see__more__btn .view--page:hover {
    background-position: left bottom; }
    .page-template-page-about .see__more__btn .view--page:hover:before {
      -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
      transform: translateY(-50%) rotate(180deg); }
    .page-template-page-about .see__more__btn .view--page:hover:after {
      width: 100%; }

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .page-template-page-about .see__more__btn.contact-section {
    margin: 1.5vw auto 0 !important; }
  .page-template-page-about .see__more__btn .view--page {
    margin-bottom: 2.43vw;
    padding: 1.66vw 0;
    width: 100%;
    max-width: 27.77vw;
    font-size: 1.38vw; }
    .page-template-page-about .see__more__btn .view--page:before {
      width: 1.38vw;
      height: 1.38vw;
      background-size: 1.38vw; }
    .page-template-page-about .see__more__btn .view--page:hover:after {
      width: 100%; } }

/******************************
about sp
*******************************/
@media screen and (max-width: 767px) {
  .page-template-page-about header {
    border-bottom: 0; }
  .page-template-page-about .about__section {
    border-top: 4px solid #dddddd;
    margin-top: 62px; }
  .page-template-page-about .see__more__btn.contact-section {
    margin: 20px auto 0 !important; }
  .page-template-page-about .see__more__btn .view--page {
    padding: 14px 0;
    width: 100%;
    max-width: 320px;
    font-size: 20px; }
    .page-template-page-about .see__more__btn .view--page:before {
      width: 20px;
      height: 20px;
      background-image: url(../img/common/see_more_plus.png);
      background-size: 20px; }
    .page-template-page-about .see__more__btn .view--page:hover:after {
      width: 100%; } }

/**************************************
network
***************************************/
.page-template-page-network .accordion-content-topics,
.page-template-page-network .accordion-content-about,
.page-template-page-network .accordion-content-contact {
  display: none; }

.page-template-page-network .accordion-content-network {
  display: block; }

/******************************
network sp
*******************************/
@media screen and (max-width: 767px) {
  .page-template-page-network .network__section {
    margin-top: 58px; }
  .page-template-page-network .accordion-content-network {
    display: block !important; } }

/**************************************
network-detail
***************************************/
.network-detail-page,
.single-network {
  background-color: #efefef; }
  .network-detail-page header,
  .single-network header {
    border-bottom: 0; }
    .network-detail-page header .navBar,
    .single-network header .navBar {
      position: fixed;
      background-color: #fff; }
  .network-detail-page .child__page__heading,
  .single-network .child__page__heading {
    margin: 84px auto 20px;
    padding: 20px 57px 0;
    border-top: 4px solid #dddddd; }
  .network-detail-page main,
  .single-network main {
    padding: 0 150px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    background-color: #efefef; }
    .network-detail-page main .network__detail,
    .single-network main .network__detail {
      margin: 0 auto;
      width: 100%; }
      .network-detail-page main .network__detail__container,
      .single-network main .network__detail__container {
        margin: 0 auto;
        width: 100%; }
      .network-detail-page main .network__detail__content,
      .single-network main .network__detail__content {
        margin: 0 auto;
        width: 100%; }
      .network-detail-page main .network__detail__kv,
      .single-network main .network__detail__kv {
        margin: 0 auto;
        width: 100%; }
        .network-detail-page main .network__detail__kv__bg,
        .single-network main .network__detail__kv__bg {
          padding-top: 55%;
          background-size: 100%;
          background-repeat: no-repeat;
          background-position: center; }
      .network-detail-page main .network__detail__innerContent,
      .single-network main .network__detail__innerContent {
        margin: 0 auto;
        padding: 60px 0 0;
        width: 100%;
        background-color: #fff; }
        .network-detail-page main .network__detail__innerContent__container,
        .single-network main .network__detail__innerContent__container {
          margin: 0 auto;
          width: 100%;
          padding: 0 170px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          word-break: break-all; }
        .network-detail-page main .network__detail__innerContent__itemThumbnail,
        .single-network main .network__detail__innerContent__itemThumbnail {
          background-color: #f2f2f2;
          width: 290px;
          height: 290px;
          position: relative; }
          .network-detail-page main .network__detail__innerContent__itemThumbnail img,
          .single-network main .network__detail__innerContent__itemThumbnail img {
            position: absolute;
            top: 50%;
            left: 0;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
        .network-detail-page main .network__detail__innerContent__details h2,
        .single-network main .network__detail__innerContent__details h2 {
          margin: 20px auto;
          font-family: "Noto Serif JP", serif;
          font-size: 36px;
          letter-spacing: 0.03em;
          line-height: 1.58; }
        .network-detail-page main .network__detail__innerContent__details p,
        .single-network main .network__detail__innerContent__details p {
          font-family: "Noto Sans JP", sans-serif;
          font-size: 20px;
          line-height: 1.8; }
          .network-detail-page main .network__detail__innerContent__details p.fw-600,
          .single-network main .network__detail__innerContent__details p.fw-600 {
            font-weight: 600; }
        .network-detail-page main .network__detail__innerContent__details ul,
        .single-network main .network__detail__innerContent__details ul {
          margin-top: 25px;
          list-style: none; }
          .network-detail-page main .network__detail__innerContent__details ul li,
          .single-network main .network__detail__innerContent__details ul li {
            padding-left: 15px;
            font-family: "Noto Sans JP", sans-serif;
            font-size: 18px;
            line-height: 2;
            position: relative; }
            .network-detail-page main .network__detail__innerContent__details ul li:before,
            .single-network main .network__detail__innerContent__details ul li:before {
              content: "";
              position: absolute;
              top: 50%;
              left: 0;
              -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              transform: translateY(-50%);
              width: 8px;
              height: 8px;
              background-image: url(../img/network-detail-page/li-icon.png);
              background-size: 8px;
              background-position: center;
              background-repeat: no-repeat; }
        .network-detail-page main .network__detail__innerContent__details.gray-section,
        .single-network main .network__detail__innerContent__details.gray-section {
          margin: 25px 0 20px;
          padding: 20px 30px;
          background-color: #f2f2f2;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
          .network-detail-page main .network__detail__innerContent__details.gray-section p,
          .single-network main .network__detail__innerContent__details.gray-section p {
            font-family: "Noto Sans JP", sans-serif;
            font-size: 18px;
            line-height: 2; }
          .network-detail-page main .network__detail__innerContent__details.gray-section a,
          .single-network main .network__detail__innerContent__details.gray-section a {
            color: #278bff;
            font-family: "Noto Sans JP", sans-serif;
            font-size: 18px;
            line-height: 2; }
        .network-detail-page main .network__detail__innerContent__imagePreview,
        .single-network main .network__detail__innerContent__imagePreview {
          margin: 60px auto 40px;
          width: 438px; }
          .network-detail-page main .network__detail__innerContent__imagePreview img:first-child,
          .single-network main .network__detail__innerContent__imagePreview img:first-child {
            margin-bottom: 40px; }
        .network-detail-page main .network__detail__innerContent .see__more__btn,
        .single-network main .network__detail__innerContent .see__more__btn {
          padding-bottom: 50px; }
          .network-detail-page main .network__detail__innerContent .see__more__btn .view--page,
          .single-network main .network__detail__innerContent .see__more__btn .view--page {
            margin: 0 auto; }
            .network-detail-page main .network__detail__innerContent .see__more__btn .view--page:before,
            .single-network main .network__detail__innerContent .see__more__btn .view--page:before {
              display: none; }
  .network-detail-page .footer,
  .single-network .footer {
    background-color: #fff; }

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .network-detail-page .child__page__heading,
  .single-network .child__page__heading {
    margin: 68px auto 20px;
    padding: 20px 2vw 0 4vw; }
  .network-detail-page header .navBar,
  .single-network header .navBar {
    position: fixed; }
  .network-detail-page main,
  .single-network main {
    padding: 0 10vw; }
    .network-detail-page main .network__detail__kv__bg,
    .single-network main .network__detail__kv__bg {
      padding-top: 55%; }
    .network-detail-page main .network__detail__innerContent,
    .single-network main .network__detail__innerContent {
      padding: 4.16vw 0 0; }
      .network-detail-page main .network__detail__innerContent__container,
      .single-network main .network__detail__innerContent__container {
        padding: 0 11.8vw; }
      .network-detail-page main .network__detail__innerContent__itemThumbnail,
      .single-network main .network__detail__innerContent__itemThumbnail {
        width: 20vw;
        height: 20vw; }
      .network-detail-page main .network__detail__innerContent__details h2,
      .single-network main .network__detail__innerContent__details h2 {
        margin: 1.38vw auto;
        font-size: 2.5vw; }
      .network-detail-page main .network__detail__innerContent__details p,
      .single-network main .network__detail__innerContent__details p {
        font-size: 1.38vw; }
      .network-detail-page main .network__detail__innerContent__details ul,
      .single-network main .network__detail__innerContent__details ul {
        margin-top: 1.73vw; }
        .network-detail-page main .network__detail__innerContent__details ul li,
        .single-network main .network__detail__innerContent__details ul li {
          padding-left: 1.04vw;
          font-size: 1.25vw; }
          .network-detail-page main .network__detail__innerContent__details ul li:before,
          .single-network main .network__detail__innerContent__details ul li:before {
            width: 0.55vw;
            height: 0.55vw;
            background-size: 0.55vw; }
      .network-detail-page main .network__detail__innerContent__details.gray-section,
      .single-network main .network__detail__innerContent__details.gray-section {
        margin: 1.73vw 0 1.38vw;
        padding: 1.38vw 2.08vw; }
        .network-detail-page main .network__detail__innerContent__details.gray-section p,
        .single-network main .network__detail__innerContent__details.gray-section p {
          font-size: 1.25vw; }
        .network-detail-page main .network__detail__innerContent__details.gray-section a,
        .single-network main .network__detail__innerContent__details.gray-section a {
          font-size: 1.25vw; }
      .network-detail-page main .network__detail__innerContent__imagePreview,
      .single-network main .network__detail__innerContent__imagePreview {
        margin: 3w auto 2.5vw;
        width: 30vw; }
        .network-detail-page main .network__detail__innerContent__imagePreview img:first-child,
        .single-network main .network__detail__innerContent__imagePreview img:first-child {
          margin-bottom: 2vw; }
      .network-detail-page main .network__detail__innerContent .see__more__btn,
      .single-network main .network__detail__innerContent .see__more__btn {
        padding-bottom: 3.47vw; }
        .network-detail-page main .network__detail__innerContent .see__more__btn .view--page,
        .single-network main .network__detail__innerContent .see__more__btn .view--page {
          margin: 0 auto; }
          .network-detail-page main .network__detail__innerContent .see__more__btn .view--page:before,
          .single-network main .network__detail__innerContent .see__more__btn .view--page:before {
            display: none; } }

/******************************
network-detail sp
*******************************/
@media screen and (max-width: 767px) {
  .network-detail-page .child__page__heading,
  .single-network .child__page__heading {
    margin: 60px auto 20px;
    padding: 20px 20px 0; }
  .network-detail-page header .navBar,
  .single-network header .navBar {
    padding-top: 10px;
    padding-bottom: 10px;
    position: fixed; }
  .network-detail-page main,
  .single-network main {
    padding: 0; }
    .network-detail-page main .network__detail__kv__bg,
    .single-network main .network__detail__kv__bg {
      padding-top: 55%; }
    .network-detail-page main .network__detail__innerContent,
    .single-network main .network__detail__innerContent {
      padding: 30px 0 0;
      width: calc(100% - 20px); }
      .network-detail-page main .network__detail__innerContent__container,
      .single-network main .network__detail__innerContent__container {
        padding: 0 20px; }
        .network-detail-page main .network__detail__innerContent__container .order1,
        .single-network main .network__detail__innerContent__container .order1 {
          width: 100%;
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1; }
        .network-detail-page main .network__detail__innerContent__container .order2,
        .single-network main .network__detail__innerContent__container .order2 {
          width: 100%;
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2; }
        .network-detail-page main .network__detail__innerContent__container .order3,
        .single-network main .network__detail__innerContent__container .order3 {
          -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
          order: 3; }
        .network-detail-page main .network__detail__innerContent__container .order4,
        .single-network main .network__detail__innerContent__container .order4 {
          -webkit-box-ordinal-group: 5;
          -ms-flex-order: 4;
          order: 4; }
      .network-detail-page main .network__detail__innerContent__itemThumbnail,
      .single-network main .network__detail__innerContent__itemThumbnail {
        width: 157px;
        height: 157px; }
      .network-detail-page main .network__detail__innerContent__details h2,
      .single-network main .network__detail__innerContent__details h2 {
        margin: 20px auto;
        font-size: 24px;
        letter-spacing: 0.025em; }
      .network-detail-page main .network__detail__innerContent__details p,
      .single-network main .network__detail__innerContent__details p {
        font-size: 20px; }
      .network-detail-page main .network__detail__innerContent__details ul,
      .single-network main .network__detail__innerContent__details ul {
        margin-top: 25px; }
        .network-detail-page main .network__detail__innerContent__details ul li,
        .single-network main .network__detail__innerContent__details ul li {
          margin-bottom: 10px;
          padding-left: 15px;
          font-size: 18px;
          line-height: 1.36; }
          .network-detail-page main .network__detail__innerContent__details ul li:last-child,
          .single-network main .network__detail__innerContent__details ul li:last-child {
            margin-bottom: 0; }
          .network-detail-page main .network__detail__innerContent__details ul li:before,
          .single-network main .network__detail__innerContent__details ul li:before {
            top: 10px;
            left: 0;
            -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
            transform: translateY(0%);
            width: 8px;
            height: 8px;
            background-size: 8px; }
      .network-detail-page main .network__detail__innerContent__details.gray-section,
      .single-network main .network__detail__innerContent__details.gray-section {
        margin: 50px 0 20px;
        padding: 17px 14px; }
        .network-detail-page main .network__detail__innerContent__details.gray-section p,
        .single-network main .network__detail__innerContent__details.gray-section p {
          font-size: 18px; }
        .network-detail-page main .network__detail__innerContent__details.gray-section a,
        .single-network main .network__detail__innerContent__details.gray-section a {
          font-size: 20px; }
      .network-detail-page main .network__detail__innerContent__imagePreview,
      .single-network main .network__detail__innerContent__imagePreview {
        margin: 30px auto;
        width: 320px; }
        .network-detail-page main .network__detail__innerContent__imagePreview img:first-child,
        .single-network main .network__detail__innerContent__imagePreview img:first-child {
          display: none; }
      .network-detail-page main .network__detail__innerContent .see__more__btn,
      .single-network main .network__detail__innerContent .see__more__btn {
        padding: 0 20px 35px 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        .network-detail-page main .network__detail__innerContent .see__more__btn .view--page,
        .single-network main .network__detail__innerContent .see__more__btn .view--page {
          margin: 0 auto; }
          .network-detail-page main .network__detail__innerContent .see__more__btn .view--page:before,
          .single-network main .network__detail__innerContent .see__more__btn .view--page:before {
            display: none; } }

/**************************************
network
***************************************/
.privacy-policy header,
.page-id-133 header,
.page-id-16 header {
  border-bottom: 0; }
  .privacy-policy header .navBar,
  .page-id-133 header .navBar,
  .page-id-16 header .navBar {
    position: fixed;
    background-color: #fff; }
    .privacy-policy header .navBar .menu__text,
    .page-id-133 header .navBar .menu__text,
    .page-id-16 header .navBar .menu__text {
      height: 0; }

.privacy-policy main,
.page-id-133 main,
.page-id-16 main {
  margin-top: 84px;
  border-top: 4px solid #dddddd; }
  .privacy-policy main .see__more__btn a:before,
  .page-id-133 main .see__more__btn a:before,
  .page-id-16 main .see__more__btn a:before {
    display: none; }
  .privacy-policy main .privacy__policy,
  .page-id-133 main .privacy__policy,
  .page-id-16 main .privacy__policy {
    margin: 0 auto 0;
    width: 100%;
    border-top: 0; }
    .privacy-policy main .privacy__policy__container,
    .page-id-133 main .privacy__policy__container,
    .page-id-16 main .privacy__policy__container {
      margin: 0 auto;
      width: 100%;
      max-width: 1440px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .privacy-policy main .privacy__policy__heading1,
    .page-id-133 main .privacy__policy__heading1,
    .page-id-16 main .privacy__policy__heading1 {
      margin: 0 auto 10px;
      width: 100%; }
      .privacy-policy main .privacy__policy__heading1 h2,
      .page-id-133 main .privacy__policy__heading1 h2,
      .page-id-16 main .privacy__policy__heading1 h2 {
        text-align: left;
        font-family: mado;
        font-size: 52px;
        font-weight: 400;
        letter-spacing: 0.025em;
        line-height: 1.59; }
    .privacy-policy main .privacy__policy__heading,
    .page-id-133 main .privacy__policy__heading,
    .page-id-16 main .privacy__policy__heading {
      margin: 0 auto 45px;
      width: 100%; }
      .privacy-policy main .privacy__policy__heading h2,
      .page-id-133 main .privacy__policy__heading h2,
      .page-id-16 main .privacy__policy__heading h2 {
        text-align: center;
        font-family: "Noto Serif JP", serif;
        font-size: 44px;
        font-weight: 200;
        letter-spacing: 0.03em;
        line-height: 1.59; }
    .privacy-policy main .privacy__policy__mainContent,
    .page-id-133 main .privacy__policy__mainContent,
    .page-id-16 main .privacy__policy__mainContent {
      margin: 0 auto;
      width: 100%; }
      .privacy-policy main .privacy__policy__mainContent p,
      .page-id-133 main .privacy__policy__mainContent p,
      .page-id-16 main .privacy__policy__mainContent p {
        margin: 0 auto 10px;
        font-family: "Noto Sans JP", sans-serif;
        font-size: 14px;
        font-weight: 300;
        line-height: 1.78; }
      .privacy-policy main .privacy__policy__mainContent h3,
      .page-id-133 main .privacy__policy__mainContent h3,
      .page-id-16 main .privacy__policy__mainContent h3 {
        font-family: "Noto Sans JP", sans-serif;
        font-size: 20px;
        font-weight: 300;
        line-height: 1.8; }
    .privacy-policy main .privacy__policy__subContent,
    .page-id-133 main .privacy__policy__subContent,
    .page-id-16 main .privacy__policy__subContent {
      margin: 0 auto 0;
      width: 100%; }
      .privacy-policy main .privacy__policy__subContent h1,
      .page-id-133 main .privacy__policy__subContent h1,
      .page-id-16 main .privacy__policy__subContent h1 {
        text-align: center;
        font-family: "Noto Serif JP", serif;
        font-size: 36px;
        font-weight: 200;
        letter-spacing: 0.03em;
        line-height: 1.58; }
    .privacy-policy main .privacy__policy__inner__subContent,
    .page-id-133 main .privacy__policy__inner__subContent,
    .page-id-16 main .privacy__policy__inner__subContent {
      margin-top: 40px;
      font-family: "Noto Serif JP", serif;
      font-size: 20px;
      line-height: 1.8; }
      .privacy-policy main .privacy__policy__inner__subContent h2,
      .page-id-133 main .privacy__policy__inner__subContent h2,
      .page-id-16 main .privacy__policy__inner__subContent h2 {
        margin-bottom: 20px;
        font-family: "Noto Sans JP", sans-serif;
        font-size: 32px;
        font-weight: 400;
        line-height: 1.76; }
      .privacy-policy main .privacy__policy__inner__subContent h3.sans,
      .page-id-133 main .privacy__policy__inner__subContent h3.sans,
      .page-id-16 main .privacy__policy__inner__subContent h3.sans {
        font-weight: 200;
        font-family: "Noto Sans JP", sans-serif; }
      .privacy-policy main .privacy__policy__inner__subContent p,
      .page-id-133 main .privacy__policy__inner__subContent p,
      .page-id-16 main .privacy__policy__inner__subContent p {
        font-family: "Noto Sans JP", sans-serif;
        font-size: 20px;
        font-weight: 200;
        line-height: 1.8; }
        .privacy-policy main .privacy__policy__inner__subContent p.mb_50,
        .page-id-133 main .privacy__policy__inner__subContent p.mb_50,
        .page-id-16 main .privacy__policy__inner__subContent p.mb_50 {
          margin-bottom: 25px; }

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .privacy-policy header .navBar,
  .page-id-133 header .navBar,
  .page-id-16 header .navBar {
    background-color: #fff;
    position: fixed; }
  .privacy-policy main,
  .page-id-133 main,
  .page-id-16 main {
    margin-top: 67px; }
    .privacy-policy main .privacy__policy,
    .page-id-133 main .privacy__policy,
    .page-id-16 main .privacy__policy {
      margin-top: 0; }
      .privacy-policy main .privacy__policy__container,
      .page-id-133 main .privacy__policy__container,
      .page-id-16 main .privacy__policy__container {
        padding: 0 3.95vw;
        max-width: 100%; }
      .privacy-policy main .privacy__policy__heading1 h2,
      .page-id-133 main .privacy__policy__heading1 h2,
      .page-id-16 main .privacy__policy__heading1 h2 {
        font-size: 3.61vw; }
      .privacy-policy main .privacy__policy__heading,
      .page-id-133 main .privacy__policy__heading,
      .page-id-16 main .privacy__policy__heading {
        margin: 0 auto 3.1vw; }
        .privacy-policy main .privacy__policy__heading h2,
        .page-id-133 main .privacy__policy__heading h2,
        .page-id-16 main .privacy__policy__heading h2 {
          font-size: 3vw; }
      .privacy-policy main .privacy__policy__mainContent p,
      .page-id-133 main .privacy__policy__mainContent p,
      .page-id-16 main .privacy__policy__mainContent p {
        margin: 0 auto .69vw;
        font-size: .97vw; }
      .privacy-policy main .privacy__policy__mainContent h3,
      .page-id-133 main .privacy__policy__mainContent h3,
      .page-id-16 main .privacy__policy__mainContent h3 {
        font-size: 1.38vw; }
      .privacy-policy main .privacy__policy__subContent,
      .page-id-133 main .privacy__policy__subContent,
      .page-id-16 main .privacy__policy__subContent {
        margin: 3.33vw auto 0; }
        .privacy-policy main .privacy__policy__subContent h1,
        .page-id-133 main .privacy__policy__subContent h1,
        .page-id-16 main .privacy__policy__subContent h1 {
          font-size: 2.5vw; }
      .privacy-policy main .privacy__policy__inner__subContent,
      .page-id-133 main .privacy__policy__inner__subContent,
      .page-id-16 main .privacy__policy__inner__subContent {
        margin-top: 4.16vw;
        font-size: 1.38vw; }
        .privacy-policy main .privacy__policy__inner__subContent h2,
        .page-id-133 main .privacy__policy__inner__subContent h2,
        .page-id-16 main .privacy__policy__inner__subContent h2 {
          margin-bottom: 1.38vw;
          font-size: 2.22vw; }
        .privacy-policy main .privacy__policy__inner__subContent p,
        .page-id-133 main .privacy__policy__inner__subContent p,
        .page-id-16 main .privacy__policy__inner__subContent p {
          font-size: 1.38vw; }
          .privacy-policy main .privacy__policy__inner__subContent p.mb_50,
          .page-id-133 main .privacy__policy__inner__subContent p.mb_50,
          .page-id-16 main .privacy__policy__inner__subContent p.mb_50 {
            margin-bottom: 1.73vw; } }

/******************************
network sp
*******************************/
@media screen and (max-width: 767px) {
  .privacy-policy header .navBar,
  .page-id-133 header .navBar,
  .page-id-16 header .navBar {
    position: fixed; }
  .privacy-policy main,
  .page-id-133 main,
  .page-id-16 main {
    margin-top: 62px; }
    .privacy-policy main .privacy__policy,
    .page-id-133 main .privacy__policy,
    .page-id-16 main .privacy__policy {
      margin-top: 0; }
      .privacy-policy main .privacy__policy__container,
      .page-id-133 main .privacy__policy__container,
      .page-id-16 main .privacy__policy__container {
        padding: 0 20px;
        max-width: 100%; }
      .privacy-policy main .privacy__policy__heading1 h2,
      .page-id-133 main .privacy__policy__heading1 h2,
      .page-id-16 main .privacy__policy__heading1 h2 {
        font-size: 30px; }
      .privacy-policy main .privacy__policy__heading,
      .page-id-133 main .privacy__policy__heading,
      .page-id-16 main .privacy__policy__heading {
        margin: 0 auto 3.1vw; }
        .privacy-policy main .privacy__policy__heading h2,
        .page-id-133 main .privacy__policy__heading h2,
        .page-id-16 main .privacy__policy__heading h2 {
          font-size: 26px; }
      .privacy-policy main .privacy__policy__mainContent p,
      .page-id-133 main .privacy__policy__mainContent p,
      .page-id-16 main .privacy__policy__mainContent p {
        margin: 0 auto .69vw;
        font-size: 14px; }
      .privacy-policy main .privacy__policy__mainContent h3,
      .page-id-133 main .privacy__policy__mainContent h3,
      .page-id-16 main .privacy__policy__mainContent h3 {
        font-size: 20px; }
      .privacy-policy main .privacy__policy__subContent,
      .page-id-133 main .privacy__policy__subContent,
      .page-id-16 main .privacy__policy__subContent {
        margin: 35px auto 0; }
        .privacy-policy main .privacy__policy__subContent h1,
        .page-id-133 main .privacy__policy__subContent h1,
        .page-id-16 main .privacy__policy__subContent h1 {
          font-size: 28px; }
      .privacy-policy main .privacy__policy__inner__subContent,
      .page-id-133 main .privacy__policy__inner__subContent,
      .page-id-16 main .privacy__policy__inner__subContent {
        margin-top: 23px;
        font-size: 20px; }
        .privacy-policy main .privacy__policy__inner__subContent h2,
        .page-id-133 main .privacy__policy__inner__subContent h2,
        .page-id-16 main .privacy__policy__inner__subContent h2 {
          margin-bottom: 1.38vw;
          font-size: 20px; }
        .privacy-policy main .privacy__policy__inner__subContent p,
        .page-id-133 main .privacy__policy__inner__subContent p,
        .page-id-16 main .privacy__policy__inner__subContent p {
          font-size: 20px; }
          .privacy-policy main .privacy__policy__inner__subContent p.mb_50,
          .page-id-133 main .privacy__policy__inner__subContent p.mb_50,
          .page-id-16 main .privacy__policy__inner__subContent p.mb_50 {
            margin-bottom: 1.73vw; } }

/**************************************
topics-archive
***************************************/
.post-type-archive-topics_post header {
  border-bottom: 0; }
  .post-type-archive-topics_post header .menu__text {
    height: 0; }
  .post-type-archive-topics_post header .navBar {
    position: fixed;
    background-color: #fff; }

.post-type-archive-topics_post main {
  margin-top: 84px;
  border-top: 4px solid #dddddd; }
  .post-type-archive-topics_post main .accordion-content-topics {
    display: block; }
  .post-type-archive-topics_post main .topics__section {
    margin-top: 0;
    border-top: 0; }
  .post-type-archive-topics_post main .pagination {
    width: 100%; }
    .post-type-archive-topics_post main .pagination__container {
      margin: 70px auto 0;
      width: 100%; }
    .post-type-archive-topics_post main .pagination__list {
      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; }
      .post-type-archive-topics_post main .pagination__list a,
      .post-type-archive-topics_post main .pagination__list span {
        border-radius: 4px;
        margin: 0 10px;
        padding: 0 10px;
        font-family: "Noto Sans JP", sans-serif;
        font-size: 25px;
        line-height: normal;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
        opacity: 1;
        /* This timing applies on the way IN */
        -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
        -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
        transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
        /* A litttttle slower on the way in */
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        position: relative; }
        .post-type-archive-topics_post main .pagination__list a:after,
        .post-type-archive-topics_post main .pagination__list span:after {
          margin: 0 auto;
          content: '';
          position: absolute;
          bottom: 3px;
          left: 0;
          right: 0;
          width: 60%;
          height: 1px;
          background-color: #000;
          /* This timing applies on the way IN */
          -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          /* A litttttle slower on the way in */
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s; }
        .post-type-archive-topics_post main .pagination__list a img,
        .post-type-archive-topics_post main .pagination__list span img {
          width: 10px;
          height: 20px;
          vertical-align: baseline; }
        .post-type-archive-topics_post main .pagination__list a:hover,
        .post-type-archive-topics_post main .pagination__list span:hover {
          background-color: #F7BBC9; }
          .post-type-archive-topics_post main .pagination__list a:hover:after,
          .post-type-archive-topics_post main .pagination__list span:hover:after {
            display: none; }
        .post-type-archive-topics_post main .pagination__list a.current,
        .post-type-archive-topics_post main .pagination__list span.current {
          background-color: #F2F2F2; }
          .post-type-archive-topics_post main .pagination__list a.current:hover,
          .post-type-archive-topics_post main .pagination__list span.current:hover {
            background-color: #F2F2F2; }
          .post-type-archive-topics_post main .pagination__list a.current:after,
          .post-type-archive-topics_post main .pagination__list span.current:after {
            display: none; }
        .post-type-archive-topics_post main .pagination__list a.prev, .post-type-archive-topics_post main .pagination__list a.next,
        .post-type-archive-topics_post main .pagination__list span.prev,
        .post-type-archive-topics_post main .pagination__list span.next {
          font-size: 0; }
          .post-type-archive-topics_post main .pagination__list a.prev:hover, .post-type-archive-topics_post main .pagination__list a.next:hover,
          .post-type-archive-topics_post main .pagination__list span.prev:hover,
          .post-type-archive-topics_post main .pagination__list span.next:hover {
            background-color: transparent; }
          .post-type-archive-topics_post main .pagination__list a.prev:after, .post-type-archive-topics_post main .pagination__list a.next:after,
          .post-type-archive-topics_post main .pagination__list span.prev:after,
          .post-type-archive-topics_post main .pagination__list span.next:after {
            display: none; }

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .post-type-archive-topics_post main {
    margin-top: 67px; }
    .post-type-archive-topics_post main .pagination {
      width: 100%; }
      .post-type-archive-topics_post main .pagination__container {
        margin: 4.8vw auto 0;
        width: 100%; }
        .post-type-archive-topics_post main .pagination__container ul {
          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; }
          .post-type-archive-topics_post main .pagination__container ul li {
            padding: 0 1.38vw; }
            .post-type-archive-topics_post main .pagination__container ul li a {
              padding: 0 .7vw;
              font-size: 1.73vw;
              -webkit-box-sizing: border-box;
              box-sizing: border-box; }
              .post-type-archive-topics_post main .pagination__container ul li a span {
                position: relative; }
                .post-type-archive-topics_post main .pagination__container ul li a span:after {
                  content: '';
                  position: absolute;
                  bottom: 0vw;
                  left: 0;
                  right: 0;
                  width: 100%;
                  height: 1px; }
              .post-type-archive-topics_post main .pagination__container ul li a.active {
                background-color: #F2F2F2; }
                .post-type-archive-topics_post main .pagination__container ul li a.active span:after {
                  display: none; }
              .post-type-archive-topics_post main .pagination__container ul li a img {
                width: .69vw;
                height: 1.38vw;
                vertical-align: baseline; } }

/******************************
topics-archive sp
*******************************/
@media screen and (max-width: 767px) {
  .post-type-archive-topics_post header .navBar {
    position: fixed; }
  .post-type-archive-topics_post main {
    margin-top: 62px; }
    .post-type-archive-topics_post main .topics__section {
      margin-top: 0; } }

/**************************************
topics-detail
***************************************/
.topics-detail-page,
.single-topicslist {
  background-color: #EFEFEF; }
  .topics-detail-page .child__page__heading,
  .single-topicslist .child__page__heading {
    margin: 84px auto 20px;
    padding: 20px 57px 0;
    border-top: 4px solid #dddddd; }
  .topics-detail-page header,
  .single-topicslist header {
    border-bottom: 0; }
    .topics-detail-page header .navBar,
    .single-topicslist header .navBar {
      position: fixed;
      background-color: #fff; }
  .topics-detail-page main,
  .single-topicslist main {
    padding: 0 150px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    background-color: #EFEFEF; }
    .topics-detail-page main .topics__detail,
    .single-topicslist main .topics__detail {
      margin: 0 auto;
      width: 100%; }
      .topics-detail-page main .topics__detail__container,
      .single-topicslist main .topics__detail__container {
        margin: 0 auto;
        width: 100%; }
      .topics-detail-page main .topics__detail__content,
      .single-topicslist main .topics__detail__content {
        margin: 0 auto;
        width: 100%; }
      .topics-detail-page main .topics__detail__kv,
      .single-topicslist main .topics__detail__kv {
        margin: 0 auto;
        width: 100%; }
        .topics-detail-page main .topics__detail__kv__bg,
        .single-topicslist main .topics__detail__kv__bg {
          padding-top: 55%;
          background-image: url(../img/topics-detail-page/kv.png);
          background-size: 100%;
          background-repeat: no-repeat;
          background-position: center; }
      .topics-detail-page main .topics__detail__innerContent,
      .single-topicslist main .topics__detail__innerContent {
        margin: 0 auto;
        padding: 60px 0 0;
        width: 100%;
        background-color: #fff; }
        .topics-detail-page main .topics__detail__innerContent__container,
        .single-topicslist main .topics__detail__innerContent__container {
          margin: 0 auto;
          width: 100%;
          padding: 0 170px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; }
        .topics-detail-page main .topics__detail__innerContent__details.second,
        .single-topicslist main .topics__detail__innerContent__details.second {
          margin-top: 25px; }
          .topics-detail-page main .topics__detail__innerContent__details.second ul li,
          .single-topicslist main .topics__detail__innerContent__details.second ul li {
            padding-left: 0; }
            .topics-detail-page main .topics__detail__innerContent__details.second ul li:before,
            .single-topicslist main .topics__detail__innerContent__details.second ul li:before {
              display: none; }
        .topics-detail-page main .topics__detail__innerContent__details h2,
        .single-topicslist main .topics__detail__innerContent__details h2 {
          margin: 20px auto;
          font-family: "Noto Serif JP", serif;
          font-size: 36px;
          letter-spacing: 0.03em;
          line-height: 1.58; }
        .topics-detail-page main .topics__detail__innerContent__details p,
        .single-topicslist main .topics__detail__innerContent__details p {
          font-family: "Noto Serif JP", serif;
          font-size: 20px;
          line-height: 1.8; }
          .topics-detail-page main .topics__detail__innerContent__details p.date-text,
          .single-topicslist main .topics__detail__innerContent__details p.date-text {
            font-family: "Noto Serif JP", serif;
            font-size: 14px;
            line-height: 1.78; }
          .topics-detail-page main .topics__detail__innerContent__details p.fw-600,
          .single-topicslist main .topics__detail__innerContent__details p.fw-600 {
            font-weight: 600; }
          .topics-detail-page main .topics__detail__innerContent__details p.middle-line,
          .single-topicslist main .topics__detail__innerContent__details p.middle-line {
            position: relative; }
            .topics-detail-page main .topics__detail__innerContent__details p.middle-line:before,
            .single-topicslist main .topics__detail__innerContent__details p.middle-line:before {
              content: '';
              position: absolute;
              top: 50%;
              left: 0;
              -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              transform: translateY(-50%);
              width: 10%;
              height: 1px;
              background-color: #000; }
        .topics-detail-page main .topics__detail__innerContent__details ul,
        .single-topicslist main .topics__detail__innerContent__details ul {
          margin-top: 0;
          list-style: none; }
          .topics-detail-page main .topics__detail__innerContent__details ul li,
          .single-topicslist main .topics__detail__innerContent__details ul li {
            padding-left: 15px;
            font-family: "Noto Serif JP", serif;
            font-size: 18px;
            line-height: 2;
            position: relative; }
            .topics-detail-page main .topics__detail__innerContent__details ul li:before,
            .single-topicslist main .topics__detail__innerContent__details ul li:before {
              content: '';
              position: absolute;
              top: 50%;
              left: 0;
              -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              transform: translateY(-50%);
              width: 8px;
              height: 8px;
              background-size: 8px;
              background-image: url(../img/network-detail-page/li-icon.png);
              background-position: center;
              background-repeat: no-repeat; }
        .topics-detail-page main .topics__detail__innerContent__details.gray-section,
        .single-topicslist main .topics__detail__innerContent__details.gray-section {
          margin: 25px 0 20px;
          padding: 20px 30px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
          .topics-detail-page main .topics__detail__innerContent__details.gray-section p,
          .single-topicslist main .topics__detail__innerContent__details.gray-section p {
            font-family: "Noto Serif JP", serif;
            font-size: 18px;
            line-height: 2; }
          .topics-detail-page main .topics__detail__innerContent__details.gray-section a,
          .single-topicslist main .topics__detail__innerContent__details.gray-section a {
            color: #278BFF;
            font-family: "Noto Serif JP", serif;
            font-size: 18px;
            line-height: 2; }
        .topics-detail-page main .topics__detail__innerContent__imagePreview,
        .single-topicslist main .topics__detail__innerContent__imagePreview {
          margin: 60px auto 40px;
          width: 438px; }
          .topics-detail-page main .topics__detail__innerContent__imagePreview img:first-child,
          .single-topicslist main .topics__detail__innerContent__imagePreview img:first-child {
            margin-bottom: 30px; }
          .topics-detail-page main .topics__detail__innerContent__imagePreview iframe,
          .single-topicslist main .topics__detail__innerContent__imagePreview iframe {
            width: 438px;
            height: 263px; }
          .topics-detail-page main .topics__detail__innerContent__imagePreview .iframe__details,
          .single-topicslist main .topics__detail__innerContent__imagePreview .iframe__details {
            margin: 20px auto;
            width: 100%;
            background-color: #F2F2F2; }
            .topics-detail-page main .topics__detail__innerContent__imagePreview .iframe__details p,
            .single-topicslist main .topics__detail__innerContent__imagePreview .iframe__details p {
              font-family: "Noto Serif JP", serif;
              font-size: 14px;
              line-height: 1.74;
              padding: 10px;
              -webkit-box-sizing: border-box;
              box-sizing: border-box; }
        .topics-detail-page main .topics__detail__innerContent__table,
        .single-topicslist main .topics__detail__innerContent__table {
          margin: 50px auto 60px;
          width: 100%; }
          .topics-detail-page main .topics__detail__innerContent__table table tr,
          .single-topicslist main .topics__detail__innerContent__table table tr {
            border-bottom: 1px solid #707070; }
            .topics-detail-page main .topics__detail__innerContent__table table tr td,
            .single-topicslist main .topics__detail__innerContent__table table tr td {
              padding: 10px 0 10px 10px;
              font-family: "Noto Serif JP", serif;
              font-size: 20px;
              line-height: 1.8;
              -webkit-box-sizing: border-box;
              box-sizing: border-box; }
              .topics-detail-page main .topics__detail__innerContent__table table tr td:first-child,
              .single-topicslist main .topics__detail__innerContent__table table tr td:first-child {
                width: 25%; }
        .topics-detail-page main .topics__detail__innerContent .see__more__btn,
        .single-topicslist main .topics__detail__innerContent .see__more__btn {
          padding-bottom: 50px;
          width: 100%;
          max-width: 400px; }
          .topics-detail-page main .topics__detail__innerContent .see__more__btn .view--page,
          .single-topicslist main .topics__detail__innerContent .see__more__btn .view--page {
            margin: 0 auto; }
            .topics-detail-page main .topics__detail__innerContent .see__more__btn .view--page:before,
            .single-topicslist main .topics__detail__innerContent .see__more__btn .view--page:before {
              display: none; }
  .topics-detail-page .footer,
  .single-topicslist .footer {
    background-color: #fff; }

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .topics-detail-page .child__page__heading,
  .single-topicslist .child__page__heading {
    margin: 68px auto 20px;
    padding: 20px 2vw 0 4vw; }
  .topics-detail-page header .navBar,
  .single-topicslist header .navBar {
    position: fixed; }
  .topics-detail-page main,
  .single-topicslist main {
    padding: 0 10vw; }
    .topics-detail-page main .topics__detail__kv__bg,
    .single-topicslist main .topics__detail__kv__bg {
      padding-top: 55%; }
    .topics-detail-page main .topics__detail__innerContent,
    .single-topicslist main .topics__detail__innerContent {
      padding: 4.16vw 0 0; }
      .topics-detail-page main .topics__detail__innerContent__container,
      .single-topicslist main .topics__detail__innerContent__container {
        padding: 0 11.80vw; }
      .topics-detail-page main .topics__detail__innerContent__itemThumbnail,
      .single-topicslist main .topics__detail__innerContent__itemThumbnail {
        width: 20vw;
        height: 20vw; }
      .topics-detail-page main .topics__detail__innerContent__details h2,
      .single-topicslist main .topics__detail__innerContent__details h2 {
        margin: 1.38vw auto;
        font-size: 2.5vw; }
      .topics-detail-page main .topics__detail__innerContent__details p,
      .single-topicslist main .topics__detail__innerContent__details p {
        font-size: 1.38vw; }
      .topics-detail-page main .topics__detail__innerContent__details ul li,
      .single-topicslist main .topics__detail__innerContent__details ul li {
        padding-left: 1.04vw;
        font-size: 1.25vw; }
        .topics-detail-page main .topics__detail__innerContent__details ul li:before,
        .single-topicslist main .topics__detail__innerContent__details ul li:before {
          width: .55vw;
          height: .55vw;
          background-size: .55vw; }
      .topics-detail-page main .topics__detail__innerContent__details.gray-section,
      .single-topicslist main .topics__detail__innerContent__details.gray-section {
        margin: 1.73vw 0 1.38vw;
        padding: 1.38vw 2.08vw; }
        .topics-detail-page main .topics__detail__innerContent__details.gray-section p,
        .single-topicslist main .topics__detail__innerContent__details.gray-section p {
          font-size: 1.25vw; }
        .topics-detail-page main .topics__detail__innerContent__details.gray-section a,
        .single-topicslist main .topics__detail__innerContent__details.gray-section a {
          font-size: 1.25vw; }
      .topics-detail-page main .topics__detail__innerContent__table,
      .single-topicslist main .topics__detail__innerContent__table {
        margin: 3.47vw auto 4.16vw;
        width: 100%; }
        .topics-detail-page main .topics__detail__innerContent__table table tr td,
        .single-topicslist main .topics__detail__innerContent__table table tr td {
          padding: 0.69vw 0 0.69vw 0.69vw;
          font-size: 1.38vw; }
          .topics-detail-page main .topics__detail__innerContent__table table tr td a,
          .single-topicslist main .topics__detail__innerContent__table table tr td a {
            color: #278BFF; }
          .topics-detail-page main .topics__detail__innerContent__table table tr td:first-child,
          .single-topicslist main .topics__detail__innerContent__table table tr td:first-child {
            vertical-align: top;
            width: 25%; }
      .topics-detail-page main .topics__detail__innerContent__imagePreview,
      .single-topicslist main .topics__detail__innerContent__imagePreview {
        margin: 4.16vw auto 2.77vw;
        width: 30vw; }
        .topics-detail-page main .topics__detail__innerContent__imagePreview img:first-child,
        .single-topicslist main .topics__detail__innerContent__imagePreview img:first-child {
          margin-bottom: 4.16vw; }
        .topics-detail-page main .topics__detail__innerContent__imagePreview iframe,
        .single-topicslist main .topics__detail__innerContent__imagePreview iframe {
          width: 30vw;
          height: 17vw; }
        .topics-detail-page main .topics__detail__innerContent__imagePreview .iframe__details,
        .single-topicslist main .topics__detail__innerContent__imagePreview .iframe__details {
          margin: 1.38vw auto;
          width: 100%;
          background-color: #F2F2F2; }
          .topics-detail-page main .topics__detail__innerContent__imagePreview .iframe__details p,
          .single-topicslist main .topics__detail__innerContent__imagePreview .iframe__details p {
            font-size: 0.97vw;
            line-height: 1.74;
            padding: 0.69vw;
            -webkit-box-sizing: border-box;
            box-sizing: border-box; }
      .topics-detail-page main .topics__detail__innerContent .see__more__btn,
      .single-topicslist main .topics__detail__innerContent .see__more__btn {
        padding-bottom: 3.47vw; }
        .topics-detail-page main .topics__detail__innerContent .see__more__btn .view--page,
        .single-topicslist main .topics__detail__innerContent .see__more__btn .view--page {
          margin: 0 auto; }
          .topics-detail-page main .topics__detail__innerContent .see__more__btn .view--page:before,
          .single-topicslist main .topics__detail__innerContent .see__more__btn .view--page:before {
            display: none; } }

/******************************
topics-detail sp
*******************************/
@media screen and (max-width: 767px) {
  .topics-detail-page .child__page__heading,
  .single-topicslist .child__page__heading {
    margin: 60px auto 20px;
    padding: 20px 20px 0; }
  .topics-detail-page header .navBar,
  .single-topicslist header .navBar {
    padding-top: 10px;
    padding-bottom: 10px;
    position: fixed; }
  .topics-detail-page main,
  .single-topicslist main {
    padding: 0; }
    .topics-detail-page main .topics__detail__kv__bg,
    .single-topicslist main .topics__detail__kv__bg {
      padding-top: 55%; }
    .topics-detail-page main .topics__detail__innerContent,
    .single-topicslist main .topics__detail__innerContent {
      padding: 17px 0 0;
      width: calc(100% - 11px); }
      .topics-detail-page main .topics__detail__innerContent__container,
      .single-topicslist main .topics__detail__innerContent__container {
        padding: 0 18px; }
        .topics-detail-page main .topics__detail__innerContent__container .order1,
        .single-topicslist main .topics__detail__innerContent__container .order1 {
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1; }
        .topics-detail-page main .topics__detail__innerContent__container .order2,
        .single-topicslist main .topics__detail__innerContent__container .order2 {
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2; }
        .topics-detail-page main .topics__detail__innerContent__container .order3,
        .single-topicslist main .topics__detail__innerContent__container .order3 {
          -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
          order: 3; }
        .topics-detail-page main .topics__detail__innerContent__container .order4,
        .single-topicslist main .topics__detail__innerContent__container .order4 {
          -webkit-box-ordinal-group: 5;
          -ms-flex-order: 4;
          order: 4; }
      .topics-detail-page main .topics__detail__innerContent__itemThumbnail,
      .single-topicslist main .topics__detail__innerContent__itemThumbnail {
        width: 91px;
        height: 91px; }
      .topics-detail-page main .topics__detail__innerContent__details h2,
      .single-topicslist main .topics__detail__innerContent__details h2 {
        margin: 17px auto;
        font-size: 24px;
        letter-spacing: 0.025em; }
      .topics-detail-page main .topics__detail__innerContent__details p,
      .single-topicslist main .topics__detail__innerContent__details p {
        font-size: 20px; }
      .topics-detail-page main .topics__detail__innerContent__details ul li,
      .single-topicslist main .topics__detail__innerContent__details ul li {
        margin-bottom: 5.85px;
        padding-left: 17px;
        font-size: 18px;
        line-height: 1.36; }
        .topics-detail-page main .topics__detail__innerContent__details ul li:last-child,
        .single-topicslist main .topics__detail__innerContent__details ul li:last-child {
          margin-bottom: 0; }
        .topics-detail-page main .topics__detail__innerContent__details ul li:before,
        .single-topicslist main .topics__detail__innerContent__details ul li:before {
          top: 8px;
          left: 0;
          -webkit-transform: translateY(0%);
          -ms-transform: translateY(0%);
          transform: translateY(0%);
          width: 10px;
          height: 10px;
          background-size: 10px; }
      .topics-detail-page main .topics__detail__innerContent__details.gray-section,
      .single-topicslist main .topics__detail__innerContent__details.gray-section {
        margin: 17px 0 11px;
        padding: 17px 14px; }
        .topics-detail-page main .topics__detail__innerContent__details.gray-section p,
        .single-topicslist main .topics__detail__innerContent__details.gray-section p {
          font-size: 18px; }
        .topics-detail-page main .topics__detail__innerContent__details.gray-section a,
        .single-topicslist main .topics__detail__innerContent__details.gray-section a {
          font-size: 20px; }
      .topics-detail-page main .topics__detail__innerContent__table,
      .single-topicslist main .topics__detail__innerContent__table {
        margin: 25px auto 25px;
        width: 100%; }
        .topics-detail-page main .topics__detail__innerContent__table table tr,
        .single-topicslist main .topics__detail__innerContent__table table tr {
          border: 0; }
          .topics-detail-page main .topics__detail__innerContent__table table tr td,
          .single-topicslist main .topics__detail__innerContent__table table tr td {
            padding: 10px 0 10px 0;
            font-size: 20px;
            display: block; }
            .topics-detail-page main .topics__detail__innerContent__table table tr td a,
            .single-topicslist main .topics__detail__innerContent__table table tr td a {
              color: #278BFF; }
            .topics-detail-page main .topics__detail__innerContent__table table tr td:first-child,
            .single-topicslist main .topics__detail__innerContent__table table tr td:first-child {
              vertical-align: top;
              width: 100%;
              border-bottom: 1px solid #707070; }
      .topics-detail-page main .topics__detail__innerContent__imagePreview,
      .single-topicslist main .topics__detail__innerContent__imagePreview {
        margin: 16px auto 17px;
        width: 320px; }
        .topics-detail-page main .topics__detail__innerContent__imagePreview img:first-child,
        .single-topicslist main .topics__detail__innerContent__imagePreview img:first-child {
          margin-bottom: 20px; }
        .topics-detail-page main .topics__detail__innerContent__imagePreview iframe,
        .single-topicslist main .topics__detail__innerContent__imagePreview iframe {
          width: 320px;
          height: 179px; }
        .topics-detail-page main .topics__detail__innerContent__imagePreview .iframe__details,
        .single-topicslist main .topics__detail__innerContent__imagePreview .iframe__details {
          margin: 10px auto;
          width: 100%;
          background-color: #F2F2F2; }
          .topics-detail-page main .topics__detail__innerContent__imagePreview .iframe__details p,
          .single-topicslist main .topics__detail__innerContent__imagePreview .iframe__details p {
            font-size: 20px;
            line-height: 1.74;
            padding: 10px; }
      .topics-detail-page main .topics__detail__innerContent .see__more__btn,
      .single-topicslist main .topics__detail__innerContent .see__more__btn {
        padding-bottom: 35px; }
        .topics-detail-page main .topics__detail__innerContent .see__more__btn .view--page,
        .single-topicslist main .topics__detail__innerContent .see__more__btn .view--page {
          margin: 0 auto; }
          .topics-detail-page main .topics__detail__innerContent .see__more__btn .view--page:before,
          .single-topicslist main .topics__detail__innerContent .see__more__btn .view--page:before {
            display: none; }
    .topics-detail-page main .pagination,
    .single-topicslist main .pagination {
      margin: 0 auto 0;
      padding-bottom: 30px;
      width: 100%; }
      .topics-detail-page main .pagination__container,
      .single-topicslist main .pagination__container {
        margin: 0 auto;
        width: 100%; }
        .topics-detail-page main .pagination__container ul,
        .single-topicslist main .pagination__container ul {
          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; }
          .topics-detail-page main .pagination__container ul li,
          .single-topicslist main .pagination__container ul li {
            padding: 0 5px; }
            .topics-detail-page main .pagination__container ul li.arrow a:hover,
            .single-topicslist main .pagination__container ul li.arrow a:hover {
              background-color: transparent;
              color: #FF3967; }
            .topics-detail-page main .pagination__container ul li a,
            .single-topicslist main .pagination__container ul li a {
              font-family: "Noto Sans JP", sans-serif;
              padding: 3px 10px;
              font-size: 25px;
              border-radius: 4px;
              /* This timing applies on the way IN */
              -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
              -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
              transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
              /* A litttttle slower on the way in */
              -webkit-transition: 0.5s;
              -o-transition: 0.5s;
              transition: 0.5s; }
              .topics-detail-page main .pagination__container ul li a span,
              .single-topicslist main .pagination__container ul li a span {
                position: relative; }
                .topics-detail-page main .pagination__container ul li a span:after,
                .single-topicslist main .pagination__container ul li a span:after {
                  content: '';
                  position: absolute;
                  bottom: 2px;
                  left: 0;
                  right: 0;
                  width: 100%;
                  height: 1px;
                  background-color: #000;
                  /* This timing applies on the way IN */
                  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
                  -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
                  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
                  /* A litttttle slower on the way in */
                  -webkit-transition: 0.5s;
                  -o-transition: 0.5s;
                  transition: 0.5s; }
              .topics-detail-page main .pagination__container ul li a.active,
              .single-topicslist main .pagination__container ul li a.active {
                background-color: #F2F2F2; }
                .topics-detail-page main .pagination__container ul li a.active:hover,
                .single-topicslist main .pagination__container ul li a.active:hover {
                  background-color: #F2F2F2; }
                .topics-detail-page main .pagination__container ul li a.active span:after,
                .single-topicslist main .pagination__container ul li a.active span:after {
                  display: none; }
              .topics-detail-page main .pagination__container ul li a img,
              .single-topicslist main .pagination__container ul li a img {
                width: 10px;
                height: 20px;
                vertical-align: baseline; }
              .topics-detail-page main .pagination__container ul li a:hover,
              .single-topicslist main .pagination__container ul li a:hover {
                background-color: #F7BBC9; }
                .topics-detail-page main .pagination__container ul li a:hover span:after,
                .single-topicslist main .pagination__container ul li a:hover span:after {
                  display: none; } }

/**************************************
topics-archive
***************************************/
.contact,
.page-id-136,
.page-id-17,
.page-template-page-contact,
.page-template-page-about,
.page-template-page-network,
.page-template-page-topics,
.home {
  /* The container */
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */ }
  .contact p.error__text,
  .page-id-136 p.error__text,
  .page-id-17 p.error__text,
  .page-template-page-contact p.error__text,
  .page-template-page-about p.error__text,
  .page-template-page-network p.error__text,
  .page-template-page-topics p.error__text,
  .home p.error__text {
    display: none;
    color: #FF3967 !important; }
  .contact .see__more__btn.contact-section,
  .page-id-136 .see__more__btn.contact-section,
  .page-id-17 .see__more__btn.contact-section,
  .page-template-page-contact .see__more__btn.contact-section,
  .page-template-page-about .see__more__btn.contact-section,
  .page-template-page-network .see__more__btn.contact-section,
  .page-template-page-topics .see__more__btn.contact-section,
  .home .see__more__btn.contact-section {
    margin-top: 40px; }
  .contact .mw_wp_form form .inner__form__wrapper,
  .page-id-136 .mw_wp_form form .inner__form__wrapper,
  .page-id-17 .mw_wp_form form .inner__form__wrapper,
  .page-template-page-contact .mw_wp_form form .inner__form__wrapper,
  .page-template-page-about .mw_wp_form form .inner__form__wrapper,
  .page-template-page-network .mw_wp_form form .inner__form__wrapper,
  .page-template-page-topics .mw_wp_form form .inner__form__wrapper,
  .home .mw_wp_form form .inner__form__wrapper {
    margin: 0 auto 32px;
    width: 100%;
    max-width: 647px; }
    .contact .mw_wp_form form .inner__form__wrapper.display-block,
    .page-id-136 .mw_wp_form form .inner__form__wrapper.display-block,
    .page-id-17 .mw_wp_form form .inner__form__wrapper.display-block,
    .page-template-page-contact .mw_wp_form form .inner__form__wrapper.display-block,
    .page-template-page-about .mw_wp_form form .inner__form__wrapper.display-block,
    .page-template-page-network .mw_wp_form form .inner__form__wrapper.display-block,
    .page-template-page-topics .mw_wp_form form .inner__form__wrapper.display-block,
    .home .mw_wp_form form .inner__form__wrapper.display-block {
      display: block;
      letter-spacing: 0;
      font-size: 0; }
    .contact .mw_wp_form form .inner__form__wrapper:last-child,
    .page-id-136 .mw_wp_form form .inner__form__wrapper:last-child,
    .page-id-17 .mw_wp_form form .inner__form__wrapper:last-child,
    .page-template-page-contact .mw_wp_form form .inner__form__wrapper:last-child,
    .page-template-page-about .mw_wp_form form .inner__form__wrapper:last-child,
    .page-template-page-network .mw_wp_form form .inner__form__wrapper:last-child,
    .page-template-page-topics .mw_wp_form form .inner__form__wrapper:last-child,
    .home .mw_wp_form form .inner__form__wrapper:last-child {
      margin-bottom: 0; }
    .contact .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field,
    .page-id-136 .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field,
    .page-id-17 .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field,
    .page-template-page-contact .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field,
    .page-template-page-about .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field,
    .page-template-page-network .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field,
    .page-template-page-topics .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field,
    .home .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field {
      margin-left: 0;
      margin-bottom: 15px;
      width: calc(100% / 2);
      display: inline-block; }
      .contact .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(3), .contact .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4),
      .page-id-136 .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(3),
      .page-id-136 .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4),
      .page-id-17 .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(3),
      .page-id-17 .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4),
      .page-template-page-contact .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(3),
      .page-template-page-contact .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4),
      .page-template-page-about .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(3),
      .page-template-page-about .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4),
      .page-template-page-network .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(3),
      .page-template-page-network .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4),
      .page-template-page-topics .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(3),
      .page-template-page-topics .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4),
      .home .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(3),
      .home .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4) {
        margin-bottom: 0; }
      .contact .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(2) label,
      .page-id-136 .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(2) label,
      .page-id-17 .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(2) label,
      .page-template-page-contact .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(2) label,
      .page-template-page-about .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(2) label,
      .page-template-page-network .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(2) label,
      .page-template-page-topics .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(2) label,
      .home .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(2) label {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; }
      .contact .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4) label,
      .page-id-136 .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4) label,
      .page-id-17 .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4) label,
      .page-template-page-contact .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4) label,
      .page-template-page-about .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4) label,
      .page-template-page-network .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4) label,
      .page-template-page-topics .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4) label,
      .home .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4) label {
        margin-left: 74px; }
      .contact .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label,
      .page-id-136 .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label,
      .page-id-17 .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label,
      .page-template-page-contact .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label,
      .page-template-page-about .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label,
      .page-template-page-network .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label,
      .page-template-page-topics .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label,
      .home .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
        .contact .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input,
        .page-id-136 .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input,
        .page-id-17 .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input,
        .page-template-page-contact .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input,
        .page-template-page-about .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input,
        .page-template-page-network .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input,
        .page-template-page-topics .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input,
        .home .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input {
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1;
          position: absolute;
          opacity: 0;
          cursor: pointer;
          height: 0;
          width: 0; }
          .contact .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input:checked ~ .checkmark:after,
          .page-id-136 .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input:checked ~ .checkmark:after,
          .page-id-17 .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input:checked ~ .checkmark:after,
          .page-template-page-contact .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input:checked ~ .checkmark:after,
          .page-template-page-about .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input:checked ~ .checkmark:after,
          .page-template-page-network .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input:checked ~ .checkmark:after,
          .page-template-page-topics .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input:checked ~ .checkmark:after,
          .home .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input:checked ~ .checkmark:after {
            display: block; }
        .contact .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.mwform-checkbox-field-text,
        .page-id-136 .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.mwform-checkbox-field-text,
        .page-id-17 .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.mwform-checkbox-field-text,
        .page-template-page-contact .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.mwform-checkbox-field-text,
        .page-template-page-about .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.mwform-checkbox-field-text,
        .page-template-page-network .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.mwform-checkbox-field-text,
        .page-template-page-topics .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.mwform-checkbox-field-text,
        .home .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.mwform-checkbox-field-text {
          -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
          order: 3;
          font-family: "Noto Sans JP", sans-serif;
          font-size: 20px;
          font-weight: 300;
          line-height: 1.2; }
        .contact .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.checkmark,
        .page-id-136 .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.checkmark,
        .page-id-17 .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.checkmark,
        .page-template-page-contact .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.checkmark,
        .page-template-page-about .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.checkmark,
        .page-template-page-network .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.checkmark,
        .page-template-page-topics .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.checkmark,
        .home .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.checkmark {
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2;
          margin-right: 10px;
          position: relative;
          top: -2px;
          left: 0;
          height: 30px;
          width: 30px;
          border-radius: 3px;
          background-color: #EFEFEF; }
          .contact .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.checkmark:after,
          .page-id-136 .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.checkmark:after,
          .page-id-17 .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.checkmark:after,
          .page-template-page-contact .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.checkmark:after,
          .page-template-page-about .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.checkmark:after,
          .page-template-page-network .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.checkmark:after,
          .page-template-page-topics .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.checkmark:after,
          .home .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.checkmark:after {
            content: "";
            position: absolute;
            display: none; }
      .contact .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field .checkmark:after,
      .page-id-136 .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field .checkmark:after,
      .page-id-17 .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field .checkmark:after,
      .page-template-page-contact .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field .checkmark:after,
      .page-template-page-about .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field .checkmark:after,
      .page-template-page-network .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field .checkmark:after,
      .page-template-page-topics .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field .checkmark:after,
      .home .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field .checkmark:after {
        left: 11px;
        top: 5px;
        width: 5px;
        height: 14px;
        border: solid #000;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
  .contact .container,
  .page-id-136 .container,
  .page-id-17 .container,
  .page-template-page-contact .container,
  .page-template-page-about .container,
  .page-template-page-network .container,
  .page-template-page-topics .container,
  .home .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .contact .container input,
  .page-id-136 .container input,
  .page-id-17 .container input,
  .page-template-page-contact .container input,
  .page-template-page-about .container input,
  .page-template-page-network .container input,
  .page-template-page-topics .container input,
  .home .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  .contact .checkmark,
  .page-id-136 .checkmark,
  .page-id-17 .checkmark,
  .page-template-page-contact .checkmark,
  .page-template-page-about .checkmark,
  .page-template-page-network .checkmark,
  .page-template-page-topics .checkmark,
  .home .checkmark {
    margin-right: 10px;
    position: relative;
    top: -2px;
    left: 0;
    height: 30px;
    width: 30px;
    border-radius: 3px;
    background-color: #EFEFEF; }
  .contact .container:hover input ~ .checkmark,
  .page-id-136 .container:hover input ~ .checkmark,
  .page-id-17 .container:hover input ~ .checkmark,
  .page-template-page-contact .container:hover input ~ .checkmark,
  .page-template-page-about .container:hover input ~ .checkmark,
  .page-template-page-network .container:hover input ~ .checkmark,
  .page-template-page-topics .container:hover input ~ .checkmark,
  .home .container:hover input ~ .checkmark {
    background-color: #EFEFEF; }
  .contact .container input:checked ~ .checkmark,
  .page-id-136 .container input:checked ~ .checkmark,
  .page-id-17 .container input:checked ~ .checkmark,
  .page-template-page-contact .container input:checked ~ .checkmark,
  .page-template-page-about .container input:checked ~ .checkmark,
  .page-template-page-network .container input:checked ~ .checkmark,
  .page-template-page-topics .container input:checked ~ .checkmark,
  .home .container input:checked ~ .checkmark {
    background-color: #EFEFEF; }
  .contact .checkmark:after,
  .page-id-136 .checkmark:after,
  .page-id-17 .checkmark:after,
  .page-template-page-contact .checkmark:after,
  .page-template-page-about .checkmark:after,
  .page-template-page-network .checkmark:after,
  .page-template-page-topics .checkmark:after,
  .home .checkmark:after {
    content: "";
    position: absolute;
    display: none; }
  .contact .container input:checked ~ .checkmark:after,
  .page-id-136 .container input:checked ~ .checkmark:after,
  .page-id-17 .container input:checked ~ .checkmark:after,
  .page-template-page-contact .container input:checked ~ .checkmark:after,
  .page-template-page-about .container input:checked ~ .checkmark:after,
  .page-template-page-network .container input:checked ~ .checkmark:after,
  .page-template-page-topics .container input:checked ~ .checkmark:after,
  .home .container input:checked ~ .checkmark:after {
    display: block; }
  .contact .container .checkmark:after,
  .page-id-136 .container .checkmark:after,
  .page-id-17 .container .checkmark:after,
  .page-template-page-contact .container .checkmark:after,
  .page-template-page-about .container .checkmark:after,
  .page-template-page-network .container .checkmark:after,
  .page-template-page-topics .container .checkmark:after,
  .home .container .checkmark:after {
    left: 11px;
    top: 5px;
    width: 5px;
    height: 14px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .contact main .accordion-content-topics,
  .page-id-136 main .accordion-content-topics,
  .page-id-17 main .accordion-content-topics,
  .page-template-page-contact main .accordion-content-topics,
  .page-template-page-about main .accordion-content-topics,
  .page-template-page-network main .accordion-content-topics,
  .page-template-page-topics main .accordion-content-topics,
  .home main .accordion-content-topics {
    display: none; }
  .contact main .contact__section__mainContent,
  .page-id-136 main .contact__section__mainContent,
  .page-id-17 main .contact__section__mainContent,
  .page-template-page-contact main .contact__section__mainContent,
  .page-template-page-about main .contact__section__mainContent,
  .page-template-page-network main .contact__section__mainContent,
  .page-template-page-topics main .contact__section__mainContent,
  .home main .contact__section__mainContent {
    margin: 0 auto;
    width: 100%; }
  .contact main .contact__section__details,
  .page-id-136 main .contact__section__details,
  .page-id-17 main .contact__section__details,
  .page-template-page-contact main .contact__section__details,
  .page-template-page-about main .contact__section__details,
  .page-template-page-network main .contact__section__details,
  .page-template-page-topics main .contact__section__details,
  .home main .contact__section__details {
    margin: 88px auto 0;
    width: 100%;
    max-width: 740px; }
    .contact main .contact__section__details p,
    .page-id-136 main .contact__section__details p,
    .page-id-17 main .contact__section__details p,
    .page-template-page-contact main .contact__section__details p,
    .page-template-page-about main .contact__section__details p,
    .page-template-page-network main .contact__section__details p,
    .page-template-page-topics main .contact__section__details p,
    .home main .contact__section__details p {
      font-family: "Noto Sans JP", sans-serif;
      font-size: 20px;
      font-weight: 400;
      line-height: 1.8; }
      .contact main .contact__section__details p span.required-icon,
      .page-id-136 main .contact__section__details p span.required-icon,
      .page-id-17 main .contact__section__details p span.required-icon,
      .page-template-page-contact main .contact__section__details p span.required-icon,
      .page-template-page-about main .contact__section__details p span.required-icon,
      .page-template-page-network main .contact__section__details p span.required-icon,
      .page-template-page-topics main .contact__section__details p span.required-icon,
      .home main .contact__section__details p span.required-icon {
        font-weight: bold;
        font-size: 15px;
        color: #FF3967;
        vertical-align: middle; }
      .contact main .contact__section__details p.legend,
      .page-id-136 main .contact__section__details p.legend,
      .page-id-17 main .contact__section__details p.legend,
      .page-template-page-contact main .contact__section__details p.legend,
      .page-template-page-about main .contact__section__details p.legend,
      .page-template-page-network main .contact__section__details p.legend,
      .page-template-page-topics main .contact__section__details p.legend,
      .home main .contact__section__details p.legend {
        color: #FF3967; }
  .contact main .contact__section__form,
  .page-id-136 main .contact__section__form,
  .page-id-17 main .contact__section__form,
  .page-template-page-contact main .contact__section__form,
  .page-template-page-about main .contact__section__form,
  .page-template-page-network main .contact__section__form,
  .page-template-page-topics main .contact__section__form,
  .home main .contact__section__form {
    margin: 0 auto;
    width: 100%;
    max-width: 885px; }
    .contact main .contact__section__form__content,
    .page-id-136 main .contact__section__form__content,
    .page-id-17 main .contact__section__form__content,
    .page-template-page-contact main .contact__section__form__content,
    .page-template-page-about main .contact__section__form__content,
    .page-template-page-network main .contact__section__form__content,
    .page-template-page-topics main .contact__section__form__content,
    .home main .contact__section__form__content {
      margin: 32px auto 0;
      width: 100%; }
      .contact main .contact__section__form__content p,
      .page-id-136 main .contact__section__form__content p,
      .page-id-17 main .contact__section__form__content p,
      .page-template-page-contact main .contact__section__form__content p,
      .page-template-page-about main .contact__section__form__content p,
      .page-template-page-network main .contact__section__form__content p,
      .page-template-page-topics main .contact__section__form__content p,
      .home main .contact__section__form__content p {
        font-family: "Noto Sans JP", sans-serif;
        font-size: 20px;
        line-height: 1.2;
        margin-bottom: 12px; }
        .contact main .contact__section__form__content p span.required-icon,
        .page-id-136 main .contact__section__form__content p span.required-icon,
        .page-id-17 main .contact__section__form__content p span.required-icon,
        .page-template-page-contact main .contact__section__form__content p span.required-icon,
        .page-template-page-about main .contact__section__form__content p span.required-icon,
        .page-template-page-network main .contact__section__form__content p span.required-icon,
        .page-template-page-topics main .contact__section__form__content p span.required-icon,
        .home main .contact__section__form__content p span.required-icon {
          font-weight: bold;
          font-size: 15px;
          color: #FF3967;
          vertical-align: middle; }
      .contact main .contact__section__form__content .flex-item-wrap .flex-item-container,
      .page-id-136 main .contact__section__form__content .flex-item-wrap .flex-item-container,
      .page-id-17 main .contact__section__form__content .flex-item-wrap .flex-item-container,
      .page-template-page-contact main .contact__section__form__content .flex-item-wrap .flex-item-container,
      .page-template-page-about main .contact__section__form__content .flex-item-wrap .flex-item-container,
      .page-template-page-network main .contact__section__form__content .flex-item-wrap .flex-item-container,
      .page-template-page-topics main .contact__section__form__content .flex-item-wrap .flex-item-container,
      .home main .contact__section__form__content .flex-item-wrap .flex-item-container {
        margin: 0 auto;
        width: 100%;
        max-width: 647px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .contact main .contact__section__form__content .flex-item-wrap .flex-item-container:last-child,
        .page-id-136 main .contact__section__form__content .flex-item-wrap .flex-item-container:last-child,
        .page-id-17 main .contact__section__form__content .flex-item-wrap .flex-item-container:last-child,
        .page-template-page-contact main .contact__section__form__content .flex-item-wrap .flex-item-container:last-child,
        .page-template-page-about main .contact__section__form__content .flex-item-wrap .flex-item-container:last-child,
        .page-template-page-network main .contact__section__form__content .flex-item-wrap .flex-item-container:last-child,
        .page-template-page-topics main .contact__section__form__content .flex-item-wrap .flex-item-container:last-child,
        .home main .contact__section__form__content .flex-item-wrap .flex-item-container:last-child {
          margin-top: 15px; }
        .contact main .contact__section__form__content .flex-item-wrap .flex-item-container label,
        .page-id-136 main .contact__section__form__content .flex-item-wrap .flex-item-container label,
        .page-id-17 main .contact__section__form__content .flex-item-wrap .flex-item-container label,
        .page-template-page-contact main .contact__section__form__content .flex-item-wrap .flex-item-container label,
        .page-template-page-about main .contact__section__form__content .flex-item-wrap .flex-item-container label,
        .page-template-page-network main .contact__section__form__content .flex-item-wrap .flex-item-container label,
        .page-template-page-topics main .contact__section__form__content .flex-item-wrap .flex-item-container label,
        .home main .contact__section__form__content .flex-item-wrap .flex-item-container label {
          -webkit-box-flex: 1;
          -ms-flex: 1 0 50%;
          flex: 1 0 50%;
          font-family: "Noto Serif JP", serif;
          font-size: 20px;
          line-height: 1.2; }
          .contact main .contact__section__form__content .flex-item-wrap .flex-item-container label:last-child,
          .page-id-136 main .contact__section__form__content .flex-item-wrap .flex-item-container label:last-child,
          .page-id-17 main .contact__section__form__content .flex-item-wrap .flex-item-container label:last-child,
          .page-template-page-contact main .contact__section__form__content .flex-item-wrap .flex-item-container label:last-child,
          .page-template-page-about main .contact__section__form__content .flex-item-wrap .flex-item-container label:last-child,
          .page-template-page-network main .contact__section__form__content .flex-item-wrap .flex-item-container label:last-child,
          .page-template-page-topics main .contact__section__form__content .flex-item-wrap .flex-item-container label:last-child,
          .home main .contact__section__form__content .flex-item-wrap .flex-item-container label:last-child {
            margin-left: 65px;
            margin-top: 0; }
      .contact main .contact__section__form__content textarea,
      .contact main .contact__section__form__content input,
      .page-id-136 main .contact__section__form__content textarea,
      .page-id-136 main .contact__section__form__content input,
      .page-id-17 main .contact__section__form__content textarea,
      .page-id-17 main .contact__section__form__content input,
      .page-template-page-contact main .contact__section__form__content textarea,
      .page-template-page-contact main .contact__section__form__content input,
      .page-template-page-about main .contact__section__form__content textarea,
      .page-template-page-about main .contact__section__form__content input,
      .page-template-page-network main .contact__section__form__content textarea,
      .page-template-page-network main .contact__section__form__content input,
      .page-template-page-topics main .contact__section__form__content textarea,
      .page-template-page-topics main .contact__section__form__content input,
      .home main .contact__section__form__content textarea,
      .home main .contact__section__form__content input {
        padding: 10px;
        width: 100%;
        resize: none;
        background-color: #F6F6F6;
        border: 0;
        outline: none;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
      .contact main .contact__section__form__content input,
      .page-id-136 main .contact__section__form__content input,
      .page-id-17 main .contact__section__form__content input,
      .page-template-page-contact main .contact__section__form__content input,
      .page-template-page-about main .contact__section__form__content input,
      .page-template-page-network main .contact__section__form__content input,
      .page-template-page-topics main .contact__section__form__content input,
      .home main .contact__section__form__content input {
        padding: 15px 10px 15px 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-family: "Noto Sans JP", sans-serif; }
        .contact main .contact__section__form__content input.postal-code,
        .page-id-136 main .contact__section__form__content input.postal-code,
        .page-id-17 main .contact__section__form__content input.postal-code,
        .page-template-page-contact main .contact__section__form__content input.postal-code,
        .page-template-page-about main .contact__section__form__content input.postal-code,
        .page-template-page-network main .contact__section__form__content input.postal-code,
        .page-template-page-topics main .contact__section__form__content input.postal-code,
        .home main .contact__section__form__content input.postal-code {
          width: 227px; }
        .contact main .contact__section__form__content input::-webkit-input-placeholder, .page-id-136 main .contact__section__form__content input::-webkit-input-placeholder, .page-id-17 main .contact__section__form__content input::-webkit-input-placeholder, .page-template-page-contact main .contact__section__form__content input::-webkit-input-placeholder, .page-template-page-about main .contact__section__form__content input::-webkit-input-placeholder, .page-template-page-network main .contact__section__form__content input::-webkit-input-placeholder, .page-template-page-topics main .contact__section__form__content input::-webkit-input-placeholder, .home main .contact__section__form__content input::-webkit-input-placeholder {
          color: #a3a3a3;
          font-weight: 200;
          font-family: "Noto Sans JP", sans-serif; }
        .contact main .contact__section__form__content input::-moz-placeholder, .page-id-136 main .contact__section__form__content input::-moz-placeholder, .page-id-17 main .contact__section__form__content input::-moz-placeholder, .page-template-page-contact main .contact__section__form__content input::-moz-placeholder, .page-template-page-about main .contact__section__form__content input::-moz-placeholder, .page-template-page-network main .contact__section__form__content input::-moz-placeholder, .page-template-page-topics main .contact__section__form__content input::-moz-placeholder, .home main .contact__section__form__content input::-moz-placeholder {
          color: #a3a3a3;
          font-weight: 200;
          font-family: "Noto Sans JP", sans-serif; }
        .contact main .contact__section__form__content input:-ms-input-placeholder, .page-id-136 main .contact__section__form__content input:-ms-input-placeholder, .page-id-17 main .contact__section__form__content input:-ms-input-placeholder, .page-template-page-contact main .contact__section__form__content input:-ms-input-placeholder, .page-template-page-about main .contact__section__form__content input:-ms-input-placeholder, .page-template-page-network main .contact__section__form__content input:-ms-input-placeholder, .page-template-page-topics main .contact__section__form__content input:-ms-input-placeholder, .home main .contact__section__form__content input:-ms-input-placeholder {
          color: #a3a3a3;
          font-weight: 200;
          font-family: "Noto Sans JP", sans-serif; }
        .contact main .contact__section__form__content input::-ms-input-placeholder, .page-id-136 main .contact__section__form__content input::-ms-input-placeholder, .page-id-17 main .contact__section__form__content input::-ms-input-placeholder, .page-template-page-contact main .contact__section__form__content input::-ms-input-placeholder, .page-template-page-about main .contact__section__form__content input::-ms-input-placeholder, .page-template-page-network main .contact__section__form__content input::-ms-input-placeholder, .page-template-page-topics main .contact__section__form__content input::-ms-input-placeholder, .home main .contact__section__form__content input::-ms-input-placeholder {
          color: #a3a3a3;
          font-weight: 200;
          font-family: "Noto Sans JP", sans-serif; }
        .contact main .contact__section__form__content input::placeholder,
        .page-id-136 main .contact__section__form__content input::placeholder,
        .page-id-17 main .contact__section__form__content input::placeholder,
        .page-template-page-contact main .contact__section__form__content input::placeholder,
        .page-template-page-about main .contact__section__form__content input::placeholder,
        .page-template-page-network main .contact__section__form__content input::placeholder,
        .page-template-page-topics main .contact__section__form__content input::placeholder,
        .home main .contact__section__form__content input::placeholder {
          color: #a3a3a3;
          font-weight: 200;
          font-family: "Noto Sans JP", sans-serif; }
      .contact main .contact__section__form__content select,
      .page-id-136 main .contact__section__form__content select,
      .page-id-17 main .contact__section__form__content select,
      .page-template-page-contact main .contact__section__form__content select,
      .page-template-page-about main .contact__section__form__content select,
      .page-template-page-network main .contact__section__form__content select,
      .page-template-page-topics main .contact__section__form__content select,
      .home main .contact__section__form__content select {
        width: 227px;
        padding: 15px 10px 15px 20px;
        background-color: #F6F6F6;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 200;
        font-size: 13px;
        letter-spacing: 0.04em;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #707070;
        box-sizing: border-box;
        -webkit-appearance: none;
        border: 1px solid #e8ecee;
        background-image: url("../img/common/dropdown-select.png");
        background-position: 90% 50%;
        background-repeat: no-repeat;
        background-size: 17px auto; }
        .contact main .contact__section__form__content select::disabled,
        .page-id-136 main .contact__section__form__content select::disabled,
        .page-id-17 main .contact__section__form__content select::disabled,
        .page-template-page-contact main .contact__section__form__content select::disabled,
        .page-template-page-about main .contact__section__form__content select::disabled,
        .page-template-page-network main .contact__section__form__content select::disabled,
        .page-template-page-topics main .contact__section__form__content select::disabled,
        .home main .contact__section__form__content select::disabled {
          font-weight: 200;
          font-family: "Noto Sans JP", sans-serif; }
    .contact main .contact__section__form .agreement,
    .page-id-136 main .contact__section__form .agreement,
    .page-id-17 main .contact__section__form .agreement,
    .page-template-page-contact main .contact__section__form .agreement,
    .page-template-page-about main .contact__section__form .agreement,
    .page-template-page-network main .contact__section__form .agreement,
    .page-template-page-topics main .contact__section__form .agreement,
    .home main .contact__section__form .agreement {
      margin: 95px auto 60px;
      width: 100%;
      text-align: center; }
      .contact main .contact__section__form .agreement span,
      .page-id-136 main .contact__section__form .agreement span,
      .page-id-17 main .contact__section__form .agreement span,
      .page-template-page-contact main .contact__section__form .agreement span,
      .page-template-page-about main .contact__section__form .agreement span,
      .page-template-page-network main .contact__section__form .agreement span,
      .page-template-page-topics main .contact__section__form .agreement span,
      .home main .contact__section__form .agreement span {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .contact main .contact__section__form .agreement span label,
        .page-id-136 main .contact__section__form .agreement span label,
        .page-id-17 main .contact__section__form .agreement span label,
        .page-template-page-contact main .contact__section__form .agreement span label,
        .page-template-page-about main .contact__section__form .agreement span label,
        .page-template-page-network main .contact__section__form .agreement span label,
        .page-template-page-topics main .contact__section__form .agreement span label,
        .home main .contact__section__form .agreement span label {
          font-family: "Noto Serif JP", serif;
          font-size: 20px;
          letter-spacing: 0.02em;
          line-height: 1.2;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
          @media screen and (max-width: 360px) and (min-width: 320px) {
            .contact main .contact__section__form .agreement span label,
            .page-id-136 main .contact__section__form .agreement span label,
            .page-id-17 main .contact__section__form .agreement span label,
            .page-template-page-contact main .contact__section__form .agreement span label,
            .page-template-page-about main .contact__section__form .agreement span label,
            .page-template-page-network main .contact__section__form .agreement span label,
            .page-template-page-topics main .contact__section__form .agreement span label,
            .home main .contact__section__form .agreement span label {
              font-size: 16px; }
              .contact main .contact__section__form .agreement span label p,
              .page-id-136 main .contact__section__form .agreement span label p,
              .page-id-17 main .contact__section__form .agreement span label p,
              .page-template-page-contact main .contact__section__form .agreement span label p,
              .page-template-page-about main .contact__section__form .agreement span label p,
              .page-template-page-network main .contact__section__form .agreement span label p,
              .page-template-page-topics main .contact__section__form .agreement span label p,
              .home main .contact__section__form .agreement span label p {
                font-size: 16px; } }
          .contact main .contact__section__form .agreement span label.container,
          .page-id-136 main .contact__section__form .agreement span label.container,
          .page-id-17 main .contact__section__form .agreement span label.container,
          .page-template-page-contact main .contact__section__form .agreement span label.container,
          .page-template-page-about main .contact__section__form .agreement span label.container,
          .page-template-page-network main .contact__section__form .agreement span label.container,
          .page-template-page-topics main .contact__section__form .agreement span label.container,
          .home main .contact__section__form .agreement span label.container {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; }
          .contact main .contact__section__form .agreement span label a span,
          .page-id-136 main .contact__section__form .agreement span label a span,
          .page-id-17 main .contact__section__form .agreement span label a span,
          .page-template-page-contact main .contact__section__form .agreement span label a span,
          .page-template-page-about main .contact__section__form .agreement span label a span,
          .page-template-page-network main .contact__section__form .agreement span label a span,
          .page-template-page-topics main .contact__section__form .agreement span label a span,
          .home main .contact__section__form .agreement span label a span {
            color: #278BFF; }
          .contact main .contact__section__form .agreement span label .mwform-checkbox-field-text,
          .contact main .contact__section__form .agreement span label p,
          .page-id-136 main .contact__section__form .agreement span label .mwform-checkbox-field-text,
          .page-id-136 main .contact__section__form .agreement span label p,
          .page-id-17 main .contact__section__form .agreement span label .mwform-checkbox-field-text,
          .page-id-17 main .contact__section__form .agreement span label p,
          .page-template-page-contact main .contact__section__form .agreement span label .mwform-checkbox-field-text,
          .page-template-page-contact main .contact__section__form .agreement span label p,
          .page-template-page-about main .contact__section__form .agreement span label .mwform-checkbox-field-text,
          .page-template-page-about main .contact__section__form .agreement span label p,
          .page-template-page-network main .contact__section__form .agreement span label .mwform-checkbox-field-text,
          .page-template-page-network main .contact__section__form .agreement span label p,
          .page-template-page-topics main .contact__section__form .agreement span label .mwform-checkbox-field-text,
          .page-template-page-topics main .contact__section__form .agreement span label p,
          .home main .contact__section__form .agreement span label .mwform-checkbox-field-text,
          .home main .contact__section__form .agreement span label p {
            -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
            order: 3; }
          .contact main .contact__section__form .agreement span label span.checkmark,
          .page-id-136 main .contact__section__form .agreement span label span.checkmark,
          .page-id-17 main .contact__section__form .agreement span label span.checkmark,
          .page-template-page-contact main .contact__section__form .agreement span label span.checkmark,
          .page-template-page-about main .contact__section__form .agreement span label span.checkmark,
          .page-template-page-network main .contact__section__form .agreement span label span.checkmark,
          .page-template-page-topics main .contact__section__form .agreement span label span.checkmark,
          .home main .contact__section__form .agreement span label span.checkmark {
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2; }
          .contact main .contact__section__form .agreement span label span.mwform-checkbox-field-text,
          .page-id-136 main .contact__section__form .agreement span label span.mwform-checkbox-field-text,
          .page-id-17 main .contact__section__form .agreement span label span.mwform-checkbox-field-text,
          .page-template-page-contact main .contact__section__form .agreement span label span.mwform-checkbox-field-text,
          .page-template-page-about main .contact__section__form .agreement span label span.mwform-checkbox-field-text,
          .page-template-page-network main .contact__section__form .agreement span label span.mwform-checkbox-field-text,
          .page-template-page-topics main .contact__section__form .agreement span label span.mwform-checkbox-field-text,
          .home main .contact__section__form .agreement span label span.mwform-checkbox-field-text {
            display: none; }
  .contact main .contact__section .see__more__btn.privacy-page,
  .page-id-136 main .contact__section .see__more__btn.privacy-page,
  .page-id-17 main .contact__section .see__more__btn.privacy-page,
  .page-template-page-contact main .contact__section .see__more__btn.privacy-page,
  .page-template-page-about main .contact__section .see__more__btn.privacy-page,
  .page-template-page-network main .contact__section .see__more__btn.privacy-page,
  .page-template-page-topics main .contact__section .see__more__btn.privacy-page,
  .home main .contact__section .see__more__btn.privacy-page {
    margin: 0 auto; }
  .contact main .contact__section .see__more__btn a.view--page,
  .page-id-136 main .contact__section .see__more__btn a.view--page,
  .page-id-17 main .contact__section .see__more__btn a.view--page,
  .page-template-page-contact main .contact__section .see__more__btn a.view--page,
  .page-template-page-about main .contact__section .see__more__btn a.view--page,
  .page-template-page-network main .contact__section .see__more__btn a.view--page,
  .page-template-page-topics main .contact__section .see__more__btn a.view--page,
  .home main .contact__section .see__more__btn a.view--page {
    margin-top: 20px; }
    .contact main .contact__section .see__more__btn a.view--page:before,
    .page-id-136 main .contact__section .see__more__btn a.view--page:before,
    .page-id-17 main .contact__section .see__more__btn a.view--page:before,
    .page-template-page-contact main .contact__section .see__more__btn a.view--page:before,
    .page-template-page-about main .contact__section .see__more__btn a.view--page:before,
    .page-template-page-network main .contact__section .see__more__btn a.view--page:before,
    .page-template-page-topics main .contact__section .see__more__btn a.view--page:before,
    .home main .contact__section .see__more__btn a.view--page:before {
      display: none; }

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .contact main .contact__section__mainContent,
  .page-id-136 main .contact__section__mainContent,
  .page-id-17 main .contact__section__mainContent,
  .page-template-page-contact main .contact__section__mainContent,
  .page-template-page-about main .contact__section__mainContent,
  .page-template-page-network main .contact__section__mainContent,
  .page-template-page-topics main .contact__section__mainContent,
  .home main .contact__section__mainContent {
    margin: 0 auto;
    width: 100%; }
  .contact main .contact__section__details,
  .page-id-136 main .contact__section__details,
  .page-id-17 main .contact__section__details,
  .page-template-page-contact main .contact__section__details,
  .page-template-page-about main .contact__section__details,
  .page-template-page-network main .contact__section__details,
  .page-template-page-topics main .contact__section__details,
  .home main .contact__section__details {
    margin: 6vw auto 0;
    width: 100%;
    max-width: 51vw; }
    .contact main .contact__section__details p,
    .page-id-136 main .contact__section__details p,
    .page-id-17 main .contact__section__details p,
    .page-template-page-contact main .contact__section__details p,
    .page-template-page-about main .contact__section__details p,
    .page-template-page-network main .contact__section__details p,
    .page-template-page-topics main .contact__section__details p,
    .home main .contact__section__details p {
      font-size: 2vw;
      line-height: 1.8; }
      .contact main .contact__section__details p span.required-icon,
      .page-id-136 main .contact__section__details p span.required-icon,
      .page-id-17 main .contact__section__details p span.required-icon,
      .page-template-page-contact main .contact__section__details p span.required-icon,
      .page-template-page-about main .contact__section__details p span.required-icon,
      .page-template-page-network main .contact__section__details p span.required-icon,
      .page-template-page-topics main .contact__section__details p span.required-icon,
      .home main .contact__section__details p span.required-icon {
        font-weight: bold;
        font-size: 1.5vw;
        color: #FF3967;
        vertical-align: middle; }
      .contact main .contact__section__details p.legend,
      .page-id-136 main .contact__section__details p.legend,
      .page-id-17 main .contact__section__details p.legend,
      .page-template-page-contact main .contact__section__details p.legend,
      .page-template-page-about main .contact__section__details p.legend,
      .page-template-page-network main .contact__section__details p.legend,
      .page-template-page-topics main .contact__section__details p.legend,
      .home main .contact__section__details p.legend {
        color: #FF3967; }
  .contact main .contact__section__form,
  .page-id-136 main .contact__section__form,
  .page-id-17 main .contact__section__form,
  .page-template-page-contact main .contact__section__form,
  .page-template-page-about main .contact__section__form,
  .page-template-page-network main .contact__section__form,
  .page-template-page-topics main .contact__section__form,
  .home main .contact__section__form {
    margin: 0 auto;
    width: 100%;
    max-width: 61.45vw; }
    .contact main .contact__section__form__content,
    .page-id-136 main .contact__section__form__content,
    .page-id-17 main .contact__section__form__content,
    .page-template-page-contact main .contact__section__form__content,
    .page-template-page-about main .contact__section__form__content,
    .page-template-page-network main .contact__section__form__content,
    .page-template-page-topics main .contact__section__form__content,
    .home main .contact__section__form__content {
      margin: 2.22vw auto 0;
      width: 100%; }
      .contact main .contact__section__form__content p,
      .page-id-136 main .contact__section__form__content p,
      .page-id-17 main .contact__section__form__content p,
      .page-template-page-contact main .contact__section__form__content p,
      .page-template-page-about main .contact__section__form__content p,
      .page-template-page-network main .contact__section__form__content p,
      .page-template-page-topics main .contact__section__form__content p,
      .home main .contact__section__form__content p {
        font-size: 2vw;
        line-height: 1.2;
        margin-bottom: 2vw; }
        .contact main .contact__section__form__content p span.required-icon,
        .page-id-136 main .contact__section__form__content p span.required-icon,
        .page-id-17 main .contact__section__form__content p span.required-icon,
        .page-template-page-contact main .contact__section__form__content p span.required-icon,
        .page-template-page-about main .contact__section__form__content p span.required-icon,
        .page-template-page-network main .contact__section__form__content p span.required-icon,
        .page-template-page-topics main .contact__section__form__content p span.required-icon,
        .home main .contact__section__form__content p span.required-icon {
          font-weight: bold;
          font-size: 1.04vw;
          color: #FF3967;
          vertical-align: middle; }
      .contact main .contact__section__form__content .flex-item-wrap .flex-item-container,
      .page-id-136 main .contact__section__form__content .flex-item-wrap .flex-item-container,
      .page-id-17 main .contact__section__form__content .flex-item-wrap .flex-item-container,
      .page-template-page-contact main .contact__section__form__content .flex-item-wrap .flex-item-container,
      .page-template-page-about main .contact__section__form__content .flex-item-wrap .flex-item-container,
      .page-template-page-network main .contact__section__form__content .flex-item-wrap .flex-item-container,
      .page-template-page-topics main .contact__section__form__content .flex-item-wrap .flex-item-container,
      .home main .contact__section__form__content .flex-item-wrap .flex-item-container {
        max-width: 44vw; }
        .contact main .contact__section__form__content .flex-item-wrap .flex-item-container:last-child,
        .page-id-136 main .contact__section__form__content .flex-item-wrap .flex-item-container:last-child,
        .page-id-17 main .contact__section__form__content .flex-item-wrap .flex-item-container:last-child,
        .page-template-page-contact main .contact__section__form__content .flex-item-wrap .flex-item-container:last-child,
        .page-template-page-about main .contact__section__form__content .flex-item-wrap .flex-item-container:last-child,
        .page-template-page-network main .contact__section__form__content .flex-item-wrap .flex-item-container:last-child,
        .page-template-page-topics main .contact__section__form__content .flex-item-wrap .flex-item-container:last-child,
        .home main .contact__section__form__content .flex-item-wrap .flex-item-container:last-child {
          margin-top: 1.04vw; }
        .contact main .contact__section__form__content .flex-item-wrap .flex-item-container label,
        .page-id-136 main .contact__section__form__content .flex-item-wrap .flex-item-container label,
        .page-id-17 main .contact__section__form__content .flex-item-wrap .flex-item-container label,
        .page-template-page-contact main .contact__section__form__content .flex-item-wrap .flex-item-container label,
        .page-template-page-about main .contact__section__form__content .flex-item-wrap .flex-item-container label,
        .page-template-page-network main .contact__section__form__content .flex-item-wrap .flex-item-container label,
        .page-template-page-topics main .contact__section__form__content .flex-item-wrap .flex-item-container label,
        .home main .contact__section__form__content .flex-item-wrap .flex-item-container label {
          -webkit-box-flex: 1;
          -ms-flex: 1 0 50%;
          flex: 1 0 50%;
          font-size: 1.38vw;
          line-height: 1.2; }
          .contact main .contact__section__form__content .flex-item-wrap .flex-item-container label:last-child,
          .page-id-136 main .contact__section__form__content .flex-item-wrap .flex-item-container label:last-child,
          .page-id-17 main .contact__section__form__content .flex-item-wrap .flex-item-container label:last-child,
          .page-template-page-contact main .contact__section__form__content .flex-item-wrap .flex-item-container label:last-child,
          .page-template-page-about main .contact__section__form__content .flex-item-wrap .flex-item-container label:last-child,
          .page-template-page-network main .contact__section__form__content .flex-item-wrap .flex-item-container label:last-child,
          .page-template-page-topics main .contact__section__form__content .flex-item-wrap .flex-item-container label:last-child,
          .home main .contact__section__form__content .flex-item-wrap .flex-item-container label:last-child {
            margin-left: 4.51vw;
            margin-top: 0; }
          .contact main .contact__section__form__content .flex-item-wrap .flex-item-container label .checkmark,
          .page-id-136 main .contact__section__form__content .flex-item-wrap .flex-item-container label .checkmark,
          .page-id-17 main .contact__section__form__content .flex-item-wrap .flex-item-container label .checkmark,
          .page-template-page-contact main .contact__section__form__content .flex-item-wrap .flex-item-container label .checkmark,
          .page-template-page-about main .contact__section__form__content .flex-item-wrap .flex-item-container label .checkmark,
          .page-template-page-network main .contact__section__form__content .flex-item-wrap .flex-item-container label .checkmark,
          .page-template-page-topics main .contact__section__form__content .flex-item-wrap .flex-item-container label .checkmark,
          .home main .contact__section__form__content .flex-item-wrap .flex-item-container label .checkmark {
            margin-right: 0.69vw;
            top: .21vw;
            height: 1.38vw;
            width: 1.38vw;
            border-radius: .21vw;
            background-color: #EFEFEF; }
            .contact main .contact__section__form__content .flex-item-wrap .flex-item-container label .checkmark:after,
            .page-id-136 main .contact__section__form__content .flex-item-wrap .flex-item-container label .checkmark:after,
            .page-id-17 main .contact__section__form__content .flex-item-wrap .flex-item-container label .checkmark:after,
            .page-template-page-contact main .contact__section__form__content .flex-item-wrap .flex-item-container label .checkmark:after,
            .page-template-page-about main .contact__section__form__content .flex-item-wrap .flex-item-container label .checkmark:after,
            .page-template-page-network main .contact__section__form__content .flex-item-wrap .flex-item-container label .checkmark:after,
            .page-template-page-topics main .contact__section__form__content .flex-item-wrap .flex-item-container label .checkmark:after,
            .home main .contact__section__form__content .flex-item-wrap .flex-item-container label .checkmark:after {
              left: 0.5vw;
              top: .21vw;
              width: .27vw;
              height: .62vw;
              border: solid #000;
              border-width: 0 .14vw .14vw 0; }
      .contact main .contact__section__form__content textarea,
      .contact main .contact__section__form__content input,
      .page-id-136 main .contact__section__form__content textarea,
      .page-id-136 main .contact__section__form__content input,
      .page-id-17 main .contact__section__form__content textarea,
      .page-id-17 main .contact__section__form__content input,
      .page-template-page-contact main .contact__section__form__content textarea,
      .page-template-page-contact main .contact__section__form__content input,
      .page-template-page-about main .contact__section__form__content textarea,
      .page-template-page-about main .contact__section__form__content input,
      .page-template-page-network main .contact__section__form__content textarea,
      .page-template-page-network main .contact__section__form__content input,
      .page-template-page-topics main .contact__section__form__content textarea,
      .page-template-page-topics main .contact__section__form__content input,
      .home main .contact__section__form__content textarea,
      .home main .contact__section__form__content input {
        padding: 0.69vw;
        border: 0; }
      .contact main .contact__section__form__content input,
      .page-id-136 main .contact__section__form__content input,
      .page-id-17 main .contact__section__form__content input,
      .page-template-page-contact main .contact__section__form__content input,
      .page-template-page-about main .contact__section__form__content input,
      .page-template-page-network main .contact__section__form__content input,
      .page-template-page-topics main .contact__section__form__content input,
      .home main .contact__section__form__content input {
        padding: 1.5vw 0.69vw; }
        .contact main .contact__section__form__content input.postal-code,
        .page-id-136 main .contact__section__form__content input.postal-code,
        .page-id-17 main .contact__section__form__content input.postal-code,
        .page-template-page-contact main .contact__section__form__content input.postal-code,
        .page-template-page-about main .contact__section__form__content input.postal-code,
        .page-template-page-network main .contact__section__form__content input.postal-code,
        .page-template-page-topics main .contact__section__form__content input.postal-code,
        .home main .contact__section__form__content input.postal-code {
          width: 20vw; }
      .contact main .contact__section__form__content select,
      .page-id-136 main .contact__section__form__content select,
      .page-id-17 main .contact__section__form__content select,
      .page-template-page-contact main .contact__section__form__content select,
      .page-template-page-about main .contact__section__form__content select,
      .page-template-page-network main .contact__section__form__content select,
      .page-template-page-topics main .contact__section__form__content select,
      .home main .contact__section__form__content select {
        width: 20vw;
        padding: 1.04vw 0.69vw;
        font-size: 1.5vw;
        letter-spacing: 0.04em;
        background-image: url("../img/common/dropdown-select.png");
        background-size: 2vw; }
    .contact main .contact__section__form .agreement,
    .page-id-136 main .contact__section__form .agreement,
    .page-id-17 main .contact__section__form .agreement,
    .page-template-page-contact main .contact__section__form .agreement,
    .page-template-page-about main .contact__section__form .agreement,
    .page-template-page-network main .contact__section__form .agreement,
    .page-template-page-topics main .contact__section__form .agreement,
    .home main .contact__section__form .agreement {
      margin: 6.59vw auto;
      width: 100%; }
      .contact main .contact__section__form .agreement label,
      .page-id-136 main .contact__section__form .agreement label,
      .page-id-17 main .contact__section__form .agreement label,
      .page-template-page-contact main .contact__section__form .agreement label,
      .page-template-page-about main .contact__section__form .agreement label,
      .page-template-page-network main .contact__section__form .agreement label,
      .page-template-page-topics main .contact__section__form .agreement label,
      .home main .contact__section__form .agreement label {
        font-size: 1.38vw;
        letter-spacing: 0.02em;
        line-height: 1.2; }
        .contact main .contact__section__form .agreement label .checkmark,
        .page-id-136 main .contact__section__form .agreement label .checkmark,
        .page-id-17 main .contact__section__form .agreement label .checkmark,
        .page-template-page-contact main .contact__section__form .agreement label .checkmark,
        .page-template-page-about main .contact__section__form .agreement label .checkmark,
        .page-template-page-network main .contact__section__form .agreement label .checkmark,
        .page-template-page-topics main .contact__section__form .agreement label .checkmark,
        .home main .contact__section__form .agreement label .checkmark {
          top: 0.21vw;
          margin-right: 0.69vw;
          height: 2vw;
          width: 2vw; }
          .contact main .contact__section__form .agreement label .checkmark:after,
          .page-id-136 main .contact__section__form .agreement label .checkmark:after,
          .page-id-17 main .contact__section__form .agreement label .checkmark:after,
          .page-template-page-contact main .contact__section__form .agreement label .checkmark:after,
          .page-template-page-about main .contact__section__form .agreement label .checkmark:after,
          .page-template-page-network main .contact__section__form .agreement label .checkmark:after,
          .page-template-page-topics main .contact__section__form .agreement label .checkmark:after,
          .home main .contact__section__form .agreement label .checkmark:after {
            left: .7vw;
            top: .3vw;
            width: .5vw;
            height: 1vw; }
        .contact main .contact__section__form .agreement label.container,
        .page-id-136 main .contact__section__form .agreement label.container,
        .page-id-17 main .contact__section__form .agreement label.container,
        .page-template-page-contact main .contact__section__form .agreement label.container,
        .page-template-page-about main .contact__section__form .agreement label.container,
        .page-template-page-network main .contact__section__form .agreement label.container,
        .page-template-page-topics main .contact__section__form .agreement label.container,
        .home main .contact__section__form .agreement label.container {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
        .contact main .contact__section__form .agreement label a span,
        .page-id-136 main .contact__section__form .agreement label a span,
        .page-id-17 main .contact__section__form .agreement label a span,
        .page-template-page-contact main .contact__section__form .agreement label a span,
        .page-template-page-about main .contact__section__form .agreement label a span,
        .page-template-page-network main .contact__section__form .agreement label a span,
        .page-template-page-topics main .contact__section__form .agreement label a span,
        .home main .contact__section__form .agreement label a span {
          color: #278BFF; }
  .contact main .contact__section .see__more__btn,
  .page-id-136 main .contact__section .see__more__btn,
  .page-id-17 main .contact__section .see__more__btn,
  .page-template-page-contact main .contact__section .see__more__btn,
  .page-template-page-about main .contact__section .see__more__btn,
  .page-template-page-network main .contact__section .see__more__btn,
  .page-template-page-topics main .contact__section .see__more__btn,
  .home main .contact__section .see__more__btn {
    margin: 2vw auto; }
    .contact main .contact__section .see__more__btn a,
    .page-id-136 main .contact__section .see__more__btn a,
    .page-id-17 main .contact__section .see__more__btn a,
    .page-template-page-contact main .contact__section .see__more__btn a,
    .page-template-page-about main .contact__section .see__more__btn a,
    .page-template-page-network main .contact__section .see__more__btn a,
    .page-template-page-topics main .contact__section .see__more__btn a,
    .home main .contact__section .see__more__btn a {
      margin: 0 auto; }
      .contact main .contact__section .see__more__btn a.view--page,
      .page-id-136 main .contact__section .see__more__btn a.view--page,
      .page-id-17 main .contact__section .see__more__btn a.view--page,
      .page-template-page-contact main .contact__section .see__more__btn a.view--page,
      .page-template-page-about main .contact__section .see__more__btn a.view--page,
      .page-template-page-network main .contact__section .see__more__btn a.view--page,
      .page-template-page-topics main .contact__section .see__more__btn a.view--page,
      .home main .contact__section .see__more__btn a.view--page {
        margin-top: 1.38vw; }
        .contact main .contact__section .see__more__btn a.view--page:before,
        .page-id-136 main .contact__section .see__more__btn a.view--page:before,
        .page-id-17 main .contact__section .see__more__btn a.view--page:before,
        .page-template-page-contact main .contact__section .see__more__btn a.view--page:before,
        .page-template-page-about main .contact__section .see__more__btn a.view--page:before,
        .page-template-page-network main .contact__section .see__more__btn a.view--page:before,
        .page-template-page-topics main .contact__section .see__more__btn a.view--page:before,
        .home main .contact__section .see__more__btn a.view--page:before {
          display: none; }
  .contact main .mw_wp_form form .inner__form__wrapper,
  .page-id-136 main .mw_wp_form form .inner__form__wrapper,
  .page-id-17 main .mw_wp_form form .inner__form__wrapper,
  .page-template-page-contact main .mw_wp_form form .inner__form__wrapper,
  .page-template-page-about main .mw_wp_form form .inner__form__wrapper,
  .page-template-page-network main .mw_wp_form form .inner__form__wrapper,
  .page-template-page-topics main .mw_wp_form form .inner__form__wrapper,
  .home main .mw_wp_form form .inner__form__wrapper {
    margin: 0 auto 50px;
    width: 100%;
    max-width: 647px; }
    .contact main .mw_wp_form form .inner__form__wrapper:last-child,
    .page-id-136 main .mw_wp_form form .inner__form__wrapper:last-child,
    .page-id-17 main .mw_wp_form form .inner__form__wrapper:last-child,
    .page-template-page-contact main .mw_wp_form form .inner__form__wrapper:last-child,
    .page-template-page-about main .mw_wp_form form .inner__form__wrapper:last-child,
    .page-template-page-network main .mw_wp_form form .inner__form__wrapper:last-child,
    .page-template-page-topics main .mw_wp_form form .inner__form__wrapper:last-child,
    .home main .mw_wp_form form .inner__form__wrapper:last-child {
      margin-bottom: 0; }
    .contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field,
    .page-id-136 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field,
    .page-id-17 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field,
    .page-template-page-contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field,
    .page-template-page-about main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field,
    .page-template-page-network main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field,
    .page-template-page-topics main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field,
    .home main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field {
      width: 100%;
      display: block;
      margin-left: 0;
      margin-bottom: 25px; }
      .contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(3), .contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4),
      .page-id-136 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(3),
      .page-id-136 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4),
      .page-id-17 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(3),
      .page-id-17 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4),
      .page-template-page-contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(3),
      .page-template-page-contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4),
      .page-template-page-about main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(3),
      .page-template-page-about main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4),
      .page-template-page-network main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(3),
      .page-template-page-network main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4),
      .page-template-page-topics main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(3),
      .page-template-page-topics main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4),
      .home main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(3),
      .home main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4) {
        margin-bottom: 25px; }
      .contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(2) label,
      .page-id-136 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(2) label,
      .page-id-17 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(2) label,
      .page-template-page-contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(2) label,
      .page-template-page-about main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(2) label,
      .page-template-page-network main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(2) label,
      .page-template-page-topics main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(2) label,
      .home main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(2) label {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
      .contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4),
      .page-id-136 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4),
      .page-id-17 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4),
      .page-template-page-contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4),
      .page-template-page-about main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4),
      .page-template-page-network main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4),
      .page-template-page-topics main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4),
      .home main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4) {
        margin-bottom: 0; }
        .contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4) label,
        .page-id-136 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4) label,
        .page-id-17 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4) label,
        .page-template-page-contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4) label,
        .page-template-page-about main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4) label,
        .page-template-page-network main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4) label,
        .page-template-page-topics main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4) label,
        .home main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4) label {
          margin-left: 0; }
      .contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label,
      .page-id-136 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label,
      .page-id-17 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label,
      .page-template-page-contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label,
      .page-template-page-about main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label,
      .page-template-page-network main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label,
      .page-template-page-topics main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label,
      .home main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
        .contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input,
        .page-id-136 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input,
        .page-id-17 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input,
        .page-template-page-contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input,
        .page-template-page-about main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input,
        .page-template-page-network main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input,
        .page-template-page-topics main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input,
        .home main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input {
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1;
          position: absolute;
          opacity: 0;
          cursor: pointer;
          height: 0;
          width: 0; }
          .contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input:checked ~ .checkmark:after,
          .page-id-136 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input:checked ~ .checkmark:after,
          .page-id-17 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input:checked ~ .checkmark:after,
          .page-template-page-contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input:checked ~ .checkmark:after,
          .page-template-page-about main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input:checked ~ .checkmark:after,
          .page-template-page-network main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input:checked ~ .checkmark:after,
          .page-template-page-topics main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input:checked ~ .checkmark:after,
          .home main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input:checked ~ .checkmark:after {
            display: block; }
        .contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.mwform-checkbox-field-text,
        .page-id-136 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.mwform-checkbox-field-text,
        .page-id-17 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.mwform-checkbox-field-text,
        .page-template-page-contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.mwform-checkbox-field-text,
        .page-template-page-about main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.mwform-checkbox-field-text,
        .page-template-page-network main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.mwform-checkbox-field-text,
        .page-template-page-topics main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.mwform-checkbox-field-text,
        .home main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.mwform-checkbox-field-text {
          -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
          order: 3;
          font-size: 2vw; }
        .contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.checkmark,
        .page-id-136 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.checkmark,
        .page-id-17 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.checkmark,
        .page-template-page-contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.checkmark,
        .page-template-page-about main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.checkmark,
        .page-template-page-network main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.checkmark,
        .page-template-page-topics main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.checkmark,
        .home main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.checkmark {
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2;
          margin-right: 10px;
          top: 3px;
          left: 0;
          height: 2vw;
          width: 2vw;
          border-radius: 3px; }
      .contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field .checkmark:after,
      .page-id-136 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field .checkmark:after,
      .page-id-17 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field .checkmark:after,
      .page-template-page-contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field .checkmark:after,
      .page-template-page-about main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field .checkmark:after,
      .page-template-page-network main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field .checkmark:after,
      .page-template-page-topics main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field .checkmark:after,
      .home main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field .checkmark:after {
        left: .7vw;
        top: .3vw;
        width: .5vw;
        height: 1vw; } }

/******************************
topics-archive sp
*******************************/
@media screen and (max-width: 767px) {
  .contact .mobile-menu,
  .page-id-136 .mobile-menu,
  .page-id-17 .mobile-menu,
  .page-template-page-contact .mobile-menu,
  .page-template-page-about .mobile-menu,
  .page-template-page-network .mobile-menu,
  .page-template-page-topics .mobile-menu,
  .home .mobile-menu {
    display: block; }
  .contact main .contact__section,
  .page-id-136 main .contact__section,
  .page-id-17 main .contact__section,
  .page-template-page-contact main .contact__section,
  .page-template-page-about main .contact__section,
  .page-template-page-network main .contact__section,
  .page-template-page-topics main .contact__section,
  .home main .contact__section {
    margin-top: 58px; }
    .contact main .contact__section__mainContent,
    .page-id-136 main .contact__section__mainContent,
    .page-id-17 main .contact__section__mainContent,
    .page-template-page-contact main .contact__section__mainContent,
    .page-template-page-about main .contact__section__mainContent,
    .page-template-page-network main .contact__section__mainContent,
    .page-template-page-topics main .contact__section__mainContent,
    .home main .contact__section__mainContent {
      margin: 0 auto;
      width: 100%; }
    .contact main .contact__section__details,
    .page-id-136 main .contact__section__details,
    .page-id-17 main .contact__section__details,
    .page-template-page-contact main .contact__section__details,
    .page-template-page-about main .contact__section__details,
    .page-template-page-network main .contact__section__details,
    .page-template-page-topics main .contact__section__details,
    .home main .contact__section__details {
      margin: 23px auto 50px;
      width: 100%;
      max-width: 518px; }
      .contact main .contact__section__details p,
      .page-id-136 main .contact__section__details p,
      .page-id-17 main .contact__section__details p,
      .page-template-page-contact main .contact__section__details p,
      .page-template-page-about main .contact__section__details p,
      .page-template-page-network main .contact__section__details p,
      .page-template-page-topics main .contact__section__details p,
      .home main .contact__section__details p {
        font-size: 20px;
        line-height: 1.8; }
        .contact main .contact__section__details p span.required-icon,
        .page-id-136 main .contact__section__details p span.required-icon,
        .page-id-17 main .contact__section__details p span.required-icon,
        .page-template-page-contact main .contact__section__details p span.required-icon,
        .page-template-page-about main .contact__section__details p span.required-icon,
        .page-template-page-network main .contact__section__details p span.required-icon,
        .page-template-page-topics main .contact__section__details p span.required-icon,
        .home main .contact__section__details p span.required-icon {
          font-weight: bold;
          font-size: 10px; }
        .contact main .contact__section__details p.legend,
        .page-id-136 main .contact__section__details p.legend,
        .page-id-17 main .contact__section__details p.legend,
        .page-template-page-contact main .contact__section__details p.legend,
        .page-template-page-about main .contact__section__details p.legend,
        .page-template-page-network main .contact__section__details p.legend,
        .page-template-page-topics main .contact__section__details p.legend,
        .home main .contact__section__details p.legend {
          color: #000; }
    .contact main .contact__section__form,
    .page-id-136 main .contact__section__form,
    .page-id-17 main .contact__section__form,
    .page-template-page-contact main .contact__section__form,
    .page-template-page-about main .contact__section__form,
    .page-template-page-network main .contact__section__form,
    .page-template-page-topics main .contact__section__form,
    .home main .contact__section__form {
      margin: 0 auto;
      width: 100%;
      max-width: 518px; }
      .contact main .contact__section__form__content,
      .page-id-136 main .contact__section__form__content,
      .page-id-17 main .contact__section__form__content,
      .page-template-page-contact main .contact__section__form__content,
      .page-template-page-about main .contact__section__form__content,
      .page-template-page-network main .contact__section__form__content,
      .page-template-page-topics main .contact__section__form__content,
      .home main .contact__section__form__content {
        margin: 18.75px auto 0;
        width: 100%; }
        .contact main .contact__section__form__content p,
        .page-id-136 main .contact__section__form__content p,
        .page-id-17 main .contact__section__form__content p,
        .page-template-page-contact main .contact__section__form__content p,
        .page-template-page-about main .contact__section__form__content p,
        .page-template-page-network main .contact__section__form__content p,
        .page-template-page-topics main .contact__section__form__content p,
        .home main .contact__section__form__content p {
          font-size: 20px;
          line-height: 1.2;
          margin-bottom: 20px; }
          .contact main .contact__section__form__content p span.required-icon,
          .page-id-136 main .contact__section__form__content p span.required-icon,
          .page-id-17 main .contact__section__form__content p span.required-icon,
          .page-template-page-contact main .contact__section__form__content p span.required-icon,
          .page-template-page-about main .contact__section__form__content p span.required-icon,
          .page-template-page-network main .contact__section__form__content p span.required-icon,
          .page-template-page-topics main .contact__section__form__content p span.required-icon,
          .home main .contact__section__form__content p span.required-icon {
            font-weight: bold;
            font-size: 13px;
            color: #FF3967;
            vertical-align: middle; }
        .contact main .contact__section__form__content .flex-item-wrap .flex-item-container,
        .page-id-136 main .contact__section__form__content .flex-item-wrap .flex-item-container,
        .page-id-17 main .contact__section__form__content .flex-item-wrap .flex-item-container,
        .page-template-page-contact main .contact__section__form__content .flex-item-wrap .flex-item-container,
        .page-template-page-about main .contact__section__form__content .flex-item-wrap .flex-item-container,
        .page-template-page-network main .contact__section__form__content .flex-item-wrap .flex-item-container,
        .page-template-page-topics main .contact__section__form__content .flex-item-wrap .flex-item-container,
        .home main .contact__section__form__content .flex-item-wrap .flex-item-container {
          margin: 0 auto;
          width: 100%;
          max-width: 647px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; }
          .contact main .contact__section__form__content .flex-item-wrap .flex-item-container:last-child,
          .page-id-136 main .contact__section__form__content .flex-item-wrap .flex-item-container:last-child,
          .page-id-17 main .contact__section__form__content .flex-item-wrap .flex-item-container:last-child,
          .page-template-page-contact main .contact__section__form__content .flex-item-wrap .flex-item-container:last-child,
          .page-template-page-about main .contact__section__form__content .flex-item-wrap .flex-item-container:last-child,
          .page-template-page-network main .contact__section__form__content .flex-item-wrap .flex-item-container:last-child,
          .page-template-page-topics main .contact__section__form__content .flex-item-wrap .flex-item-container:last-child,
          .home main .contact__section__form__content .flex-item-wrap .flex-item-container:last-child {
            margin-top: 0; }
          .contact main .contact__section__form__content .flex-item-wrap .flex-item-container label,
          .page-id-136 main .contact__section__form__content .flex-item-wrap .flex-item-container label,
          .page-id-17 main .contact__section__form__content .flex-item-wrap .flex-item-container label,
          .page-template-page-contact main .contact__section__form__content .flex-item-wrap .flex-item-container label,
          .page-template-page-about main .contact__section__form__content .flex-item-wrap .flex-item-container label,
          .page-template-page-network main .contact__section__form__content .flex-item-wrap .flex-item-container label,
          .page-template-page-topics main .contact__section__form__content .flex-item-wrap .flex-item-container label,
          .home main .contact__section__form__content .flex-item-wrap .flex-item-container label {
            margin-bottom: 23px;
            -webkit-box-flex: 1;
            -ms-flex: 1 0 100%;
            flex: 1 0 100%;
            font-size: 11px;
            line-height: 1.2; }
            .contact main .contact__section__form__content .flex-item-wrap .flex-item-container label.container,
            .page-id-136 main .contact__section__form__content .flex-item-wrap .flex-item-container label.container,
            .page-id-17 main .contact__section__form__content .flex-item-wrap .flex-item-container label.container,
            .page-template-page-contact main .contact__section__form__content .flex-item-wrap .flex-item-container label.container,
            .page-template-page-about main .contact__section__form__content .flex-item-wrap .flex-item-container label.container,
            .page-template-page-network main .contact__section__form__content .flex-item-wrap .flex-item-container label.container,
            .page-template-page-topics main .contact__section__form__content .flex-item-wrap .flex-item-container label.container,
            .home main .contact__section__form__content .flex-item-wrap .flex-item-container label.container {
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center; }
              .contact main .contact__section__form__content .flex-item-wrap .flex-item-container label.container .checkmark,
              .page-id-136 main .contact__section__form__content .flex-item-wrap .flex-item-container label.container .checkmark,
              .page-id-17 main .contact__section__form__content .flex-item-wrap .flex-item-container label.container .checkmark,
              .page-template-page-contact main .contact__section__form__content .flex-item-wrap .flex-item-container label.container .checkmark,
              .page-template-page-about main .contact__section__form__content .flex-item-wrap .flex-item-container label.container .checkmark,
              .page-template-page-network main .contact__section__form__content .flex-item-wrap .flex-item-container label.container .checkmark,
              .page-template-page-topics main .contact__section__form__content .flex-item-wrap .flex-item-container label.container .checkmark,
              .home main .contact__section__form__content .flex-item-wrap .flex-item-container label.container .checkmark {
                margin-right: 5.85px;
                position: relative;
                top: 1.75px;
                left: 0;
                height: 17px;
                width: 17px; }
                .contact main .contact__section__form__content .flex-item-wrap .flex-item-container label.container .checkmark:after,
                .page-id-136 main .contact__section__form__content .flex-item-wrap .flex-item-container label.container .checkmark:after,
                .page-id-17 main .contact__section__form__content .flex-item-wrap .flex-item-container label.container .checkmark:after,
                .page-template-page-contact main .contact__section__form__content .flex-item-wrap .flex-item-container label.container .checkmark:after,
                .page-template-page-about main .contact__section__form__content .flex-item-wrap .flex-item-container label.container .checkmark:after,
                .page-template-page-network main .contact__section__form__content .flex-item-wrap .flex-item-container label.container .checkmark:after,
                .page-template-page-topics main .contact__section__form__content .flex-item-wrap .flex-item-container label.container .checkmark:after,
                .home main .contact__section__form__content .flex-item-wrap .flex-item-container label.container .checkmark:after {
                  left: 6px;
                  top: 3px;
                  width: 3px;
                  height: 7px; }
            .contact main .contact__section__form__content .flex-item-wrap .flex-item-container label:last-child,
            .page-id-136 main .contact__section__form__content .flex-item-wrap .flex-item-container label:last-child,
            .page-id-17 main .contact__section__form__content .flex-item-wrap .flex-item-container label:last-child,
            .page-template-page-contact main .contact__section__form__content .flex-item-wrap .flex-item-container label:last-child,
            .page-template-page-about main .contact__section__form__content .flex-item-wrap .flex-item-container label:last-child,
            .page-template-page-network main .contact__section__form__content .flex-item-wrap .flex-item-container label:last-child,
            .page-template-page-topics main .contact__section__form__content .flex-item-wrap .flex-item-container label:last-child,
            .home main .contact__section__form__content .flex-item-wrap .flex-item-container label:last-child {
              margin-left: 0;
              margin-top: 0; }
        .contact main .contact__section__form__content textarea,
        .contact main .contact__section__form__content input,
        .page-id-136 main .contact__section__form__content textarea,
        .page-id-136 main .contact__section__form__content input,
        .page-id-17 main .contact__section__form__content textarea,
        .page-id-17 main .contact__section__form__content input,
        .page-template-page-contact main .contact__section__form__content textarea,
        .page-template-page-contact main .contact__section__form__content input,
        .page-template-page-about main .contact__section__form__content textarea,
        .page-template-page-about main .contact__section__form__content input,
        .page-template-page-network main .contact__section__form__content textarea,
        .page-template-page-network main .contact__section__form__content input,
        .page-template-page-topics main .contact__section__form__content textarea,
        .page-template-page-topics main .contact__section__form__content input,
        .home main .contact__section__form__content textarea,
        .home main .contact__section__form__content input {
          padding: 5.85px;
          width: 100%;
          resize: none;
          background-color: #F6F6F6; }
        .contact main .contact__section__form__content input,
        .page-id-136 main .contact__section__form__content input,
        .page-id-17 main .contact__section__form__content input,
        .page-template-page-contact main .contact__section__form__content input,
        .page-template-page-about main .contact__section__form__content input,
        .page-template-page-network main .contact__section__form__content input,
        .page-template-page-topics main .contact__section__form__content input,
        .home main .contact__section__form__content input {
          padding: 13px 10px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          font-size: 20px; }
          .contact main .contact__section__form__content input.postal-code,
          .page-id-136 main .contact__section__form__content input.postal-code,
          .page-id-17 main .contact__section__form__content input.postal-code,
          .page-template-page-contact main .contact__section__form__content input.postal-code,
          .page-template-page-about main .contact__section__form__content input.postal-code,
          .page-template-page-network main .contact__section__form__content input.postal-code,
          .page-template-page-topics main .contact__section__form__content input.postal-code,
          .home main .contact__section__form__content input.postal-code {
            width: 221px; }
        .contact main .contact__section__form__content select,
        .page-id-136 main .contact__section__form__content select,
        .page-id-17 main .contact__section__form__content select,
        .page-template-page-contact main .contact__section__form__content select,
        .page-template-page-about main .contact__section__form__content select,
        .page-template-page-network main .contact__section__form__content select,
        .page-template-page-topics main .contact__section__form__content select,
        .home main .contact__section__form__content select {
          width: 221px;
          padding: 13px 10pxpx;
          background-color: #F6F6F6;
          font-size: 20px;
          letter-spacing: 0.04em; }
      .contact main .contact__section__form .agreement,
      .page-id-136 main .contact__section__form .agreement,
      .page-id-17 main .contact__section__form .agreement,
      .page-template-page-contact main .contact__section__form .agreement,
      .page-template-page-about main .contact__section__form .agreement,
      .page-template-page-network main .contact__section__form .agreement,
      .page-template-page-topics main .contact__section__form .agreement,
      .home main .contact__section__form .agreement {
        margin: 55px auto;
        width: 100%;
        text-align: center; }
        .contact main .contact__section__form .agreement label,
        .page-id-136 main .contact__section__form .agreement label,
        .page-id-17 main .contact__section__form .agreement label,
        .page-template-page-contact main .contact__section__form .agreement label,
        .page-template-page-about main .contact__section__form .agreement label,
        .page-template-page-network main .contact__section__form .agreement label,
        .page-template-page-topics main .contact__section__form .agreement label,
        .home main .contact__section__form .agreement label {
          font-size: 11px;
          letter-spacing: 0.02em;
          line-height: 1.2; }
          .contact main .contact__section__form .agreement label p,
          .page-id-136 main .contact__section__form .agreement label p,
          .page-id-17 main .contact__section__form .agreement label p,
          .page-template-page-contact main .contact__section__form .agreement label p,
          .page-template-page-about main .contact__section__form .agreement label p,
          .page-template-page-network main .contact__section__form .agreement label p,
          .page-template-page-topics main .contact__section__form .agreement label p,
          .home main .contact__section__form .agreement label p {
            text-align: left; }
          .contact main .contact__section__form .agreement label.container,
          .page-id-136 main .contact__section__form .agreement label.container,
          .page-id-17 main .contact__section__form .agreement label.container,
          .page-template-page-contact main .contact__section__form .agreement label.container,
          .page-template-page-about main .contact__section__form .agreement label.container,
          .page-template-page-network main .contact__section__form .agreement label.container,
          .page-template-page-topics main .contact__section__form .agreement label.container,
          .home main .contact__section__form .agreement label.container {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; }
          .contact main .contact__section__form .agreement label a span,
          .page-id-136 main .contact__section__form .agreement label a span,
          .page-id-17 main .contact__section__form .agreement label a span,
          .page-template-page-contact main .contact__section__form .agreement label a span,
          .page-template-page-about main .contact__section__form .agreement label a span,
          .page-template-page-network main .contact__section__form .agreement label a span,
          .page-template-page-topics main .contact__section__form .agreement label a span,
          .home main .contact__section__form .agreement label a span {
            color: #278BFF; }
    .contact main .contact__section .see__more__btn a.view--page,
    .page-id-136 main .contact__section .see__more__btn a.view--page,
    .page-id-17 main .contact__section .see__more__btn a.view--page,
    .page-template-page-contact main .contact__section .see__more__btn a.view--page,
    .page-template-page-about main .contact__section .see__more__btn a.view--page,
    .page-template-page-network main .contact__section .see__more__btn a.view--page,
    .page-template-page-topics main .contact__section .see__more__btn a.view--page,
    .home main .contact__section .see__more__btn a.view--page {
      margin-top: 11px; }
      .contact main .contact__section .see__more__btn a.view--page:before,
      .page-id-136 main .contact__section .see__more__btn a.view--page:before,
      .page-id-17 main .contact__section .see__more__btn a.view--page:before,
      .page-template-page-contact main .contact__section .see__more__btn a.view--page:before,
      .page-template-page-about main .contact__section .see__more__btn a.view--page:before,
      .page-template-page-network main .contact__section .see__more__btn a.view--page:before,
      .page-template-page-topics main .contact__section .see__more__btn a.view--page:before,
      .home main .contact__section .see__more__btn a.view--page:before {
        display: none; }
  .contact main .mw_wp_form form .inner__form__wrapper,
  .page-id-136 main .mw_wp_form form .inner__form__wrapper,
  .page-id-17 main .mw_wp_form form .inner__form__wrapper,
  .page-template-page-contact main .mw_wp_form form .inner__form__wrapper,
  .page-template-page-about main .mw_wp_form form .inner__form__wrapper,
  .page-template-page-network main .mw_wp_form form .inner__form__wrapper,
  .page-template-page-topics main .mw_wp_form form .inner__form__wrapper,
  .home main .mw_wp_form form .inner__form__wrapper {
    margin: 0 auto 50px;
    width: 100%;
    max-width: 647px; }
    .contact main .mw_wp_form form .inner__form__wrapper.display-block,
    .page-id-136 main .mw_wp_form form .inner__form__wrapper.display-block,
    .page-id-17 main .mw_wp_form form .inner__form__wrapper.display-block,
    .page-template-page-contact main .mw_wp_form form .inner__form__wrapper.display-block,
    .page-template-page-about main .mw_wp_form form .inner__form__wrapper.display-block,
    .page-template-page-network main .mw_wp_form form .inner__form__wrapper.display-block,
    .page-template-page-topics main .mw_wp_form form .inner__form__wrapper.display-block,
    .home main .mw_wp_form form .inner__form__wrapper.display-block {
      display: block;
      letter-spacing: 0;
      font-size: 0; }
    .contact main .mw_wp_form form .inner__form__wrapper:last-child,
    .page-id-136 main .mw_wp_form form .inner__form__wrapper:last-child,
    .page-id-17 main .mw_wp_form form .inner__form__wrapper:last-child,
    .page-template-page-contact main .mw_wp_form form .inner__form__wrapper:last-child,
    .page-template-page-about main .mw_wp_form form .inner__form__wrapper:last-child,
    .page-template-page-network main .mw_wp_form form .inner__form__wrapper:last-child,
    .page-template-page-topics main .mw_wp_form form .inner__form__wrapper:last-child,
    .home main .mw_wp_form form .inner__form__wrapper:last-child {
      margin-bottom: 0; }
    .contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field,
    .page-id-136 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field,
    .page-id-17 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field,
    .page-template-page-contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field,
    .page-template-page-about main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field,
    .page-template-page-network main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field,
    .page-template-page-topics main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field,
    .home main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field {
      margin-left: 0;
      margin-bottom: 25px;
      width: 100%;
      display: block; }
      .contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(3), .contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4),
      .page-id-136 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(3),
      .page-id-136 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4),
      .page-id-17 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(3),
      .page-id-17 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4),
      .page-template-page-contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(3),
      .page-template-page-contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4),
      .page-template-page-about main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(3),
      .page-template-page-about main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4),
      .page-template-page-network main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(3),
      .page-template-page-network main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4),
      .page-template-page-topics main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(3),
      .page-template-page-topics main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4),
      .home main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(3),
      .home main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4) {
        margin-bottom: 25px; }
      .contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(2) label,
      .page-id-136 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(2) label,
      .page-id-17 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(2) label,
      .page-template-page-contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(2) label,
      .page-template-page-about main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(2) label,
      .page-template-page-network main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(2) label,
      .page-template-page-topics main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(2) label,
      .home main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(2) label {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
      .contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4),
      .page-id-136 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4),
      .page-id-17 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4),
      .page-template-page-contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4),
      .page-template-page-about main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4),
      .page-template-page-network main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4),
      .page-template-page-topics main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4),
      .home main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4) {
        margin-bottom: 0; }
        .contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4) label,
        .page-id-136 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4) label,
        .page-id-17 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4) label,
        .page-template-page-contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4) label,
        .page-template-page-about main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4) label,
        .page-template-page-network main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4) label,
        .page-template-page-topics main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4) label,
        .home main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field:nth-child(4) label {
          margin-left: 0; }
      .contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label,
      .page-id-136 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label,
      .page-id-17 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label,
      .page-template-page-contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label,
      .page-template-page-about main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label,
      .page-template-page-network main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label,
      .page-template-page-topics main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label,
      .home main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
        .contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input,
        .page-id-136 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input,
        .page-id-17 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input,
        .page-template-page-contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input,
        .page-template-page-about main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input,
        .page-template-page-network main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input,
        .page-template-page-topics main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input,
        .home main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input {
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1;
          position: absolute;
          opacity: 0;
          cursor: pointer;
          height: 0;
          width: 0; }
          .contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input:checked ~ .checkmark:after,
          .page-id-136 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input:checked ~ .checkmark:after,
          .page-id-17 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input:checked ~ .checkmark:after,
          .page-template-page-contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input:checked ~ .checkmark:after,
          .page-template-page-about main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input:checked ~ .checkmark:after,
          .page-template-page-network main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input:checked ~ .checkmark:after,
          .page-template-page-topics main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input:checked ~ .checkmark:after,
          .home main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label input:checked ~ .checkmark:after {
            display: block; }
        .contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.mwform-checkbox-field-text,
        .page-id-136 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.mwform-checkbox-field-text,
        .page-id-17 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.mwform-checkbox-field-text,
        .page-template-page-contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.mwform-checkbox-field-text,
        .page-template-page-about main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.mwform-checkbox-field-text,
        .page-template-page-network main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.mwform-checkbox-field-text,
        .page-template-page-topics main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.mwform-checkbox-field-text,
        .home main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.mwform-checkbox-field-text {
          -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
          order: 3;
          font-family: "Noto Sans JP", sans-serif;
          font-size: 20px;
          font-weight: 300;
          line-height: 1.2; }
        .contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.checkmark,
        .page-id-136 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.checkmark,
        .page-id-17 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.checkmark,
        .page-template-page-contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.checkmark,
        .page-template-page-about main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.checkmark,
        .page-template-page-network main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.checkmark,
        .page-template-page-topics main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.checkmark,
        .home main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.checkmark {
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2;
          margin-right: 10px;
          position: relative;
          top: -2px;
          left: 0;
          height: 30px;
          width: 30px;
          border-radius: 3px;
          background-color: #EFEFEF; }
          .contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.checkmark:after,
          .page-id-136 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.checkmark:after,
          .page-id-17 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.checkmark:after,
          .page-template-page-contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.checkmark:after,
          .page-template-page-about main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.checkmark:after,
          .page-template-page-network main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.checkmark:after,
          .page-template-page-topics main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.checkmark:after,
          .home main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field label span.checkmark:after {
            content: "";
            position: absolute;
            display: none; }
      .contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field .checkmark:after,
      .page-id-136 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field .checkmark:after,
      .page-id-17 main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field .checkmark:after,
      .page-template-page-contact main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field .checkmark:after,
      .page-template-page-about main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field .checkmark:after,
      .page-template-page-network main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field .checkmark:after,
      .page-template-page-topics main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field .checkmark:after,
      .home main .mw_wp_form form .inner__form__wrapper .mwform-checkbox-field .checkmark:after {
        left: 8px;
        top: 3px;
        width: 4px;
        height: 9px; } }

.select__option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }
  .select__option #prefect {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .select__option input {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .select__option span.error {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }

/**************************************
topics-archive
***************************************/
.error404 header {
  border-bottom: 0; }
  .error404 header .navBar {
    position: fixed;
    background-color: #fff; }

.error404 main {
  margin-top: 84px;
  border-top: 4px solid #dddddd; }
  .error404 main .accordion-content-topics {
    display: block; }
  .error404 main .error__404 {
    margin: 0 auto 0;
    width: 100%; }
    .error404 main .error__404__container {
      margin: 0 auto;
      width: 100%;
      max-width: 1440px; }
    .error404 main .error__404__heading1 {
      margin: 0 auto 10px;
      padding: 0 20px;
      width: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .error404 main .error__404__heading1 h2 {
        text-align: left;
        font-family: mado;
        font-size: 52px;
        font-weight: 400;
        letter-spacing: 0.025em;
        line-height: 1.59; }
    .error404 main .error__404__heading {
      margin: 30px auto 60px;
      text-align: left;
      width: 100%; }
      .error404 main .error__404__heading h2 {
        text-align: center;
        font-family: "Noto Serif JP", serif;
        font-size: 52px;
        font-weight: 200;
        letter-spacing: 0.025em; }
    .error404 main .error__404__content {
      margin: 0 auto;
      width: 100%; }
      .error404 main .error__404__content p {
        text-align: center;
        font-family: "Noto Sans JP", sans-serif;
        font-size: 20px;
        font-weight: 400;
        line-height: 1.8; }
    .error404 main .error__404 .see__more__btn a:before {
      display: none; }

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .error404 header .navBar {
    position: fixed; }
  .error404 main {
    margin-top: 67px; }
    .error404 main .error__404 {
      margin: 0 auto 0;
      width: 100%; }
      .error404 main .error__404__container {
        margin: 0 auto;
        padding: 0 3.95vw;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
      .error404 main .error__404__heading1 h2 {
        font-size: 3.61vw; }
      .error404 main .error__404__heading {
        margin: 2.08vw 0 4.16vw; }
        .error404 main .error__404__heading h2 {
          font-size: 3.61vw; }
      .error404 main .error__404__content p {
        font-size: 1.38vw;
        line-height: 1.8; }
      .error404 main .error__404 .see__more__btn a:before {
        display: none; } }

/******************************
topics-archive sp
*******************************/
@media screen and (max-width: 767px) {
  .error404 header .navBar {
    position: fixed; }
  .error404 main {
    margin-top: 62px; }
    .error404 main .error__404__heading1 {
      margin: 0 auto 10px;
      padding: 0 20px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .error404 main .error__404__heading1 h2 {
        font-size: 30px; }
    .error404 main .error__404__heading {
      margin: 17px 0 17px;
      padding: 0 20px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .error404 main .error__404__heading h2 {
        font-size: 28px; }
    .error404 main .error__404__content {
      margin: 0 auto;
      padding: 0 20px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .error404 main .error__404__content p {
        font-size: 20px;
        line-height: 1.8; }
    .error404 main .error__404 .see__more__btn a:before {
      display: none; } }

/**************************************
page-template-page-contact_confirm
***************************************/
.page-template-page-contact_confirm .see__more__btn.contact-section,
.page-template-page-contact_confirm_about .see__more__btn.contact-section,
.page-template-page-contact_confirm_network .see__more__btn.contact-section,
.page-template-page-contact_confirm_topics .see__more__btn.contact-section,
.page-template-page-contact_confirm_top .see__more__btn.contact-section {
  margin-top: 40px; }

.page-template-page-contact_confirm .see__more__btn a:before,
.page-template-page-contact_confirm_about .see__more__btn a:before,
.page-template-page-contact_confirm_network .see__more__btn a:before,
.page-template-page-contact_confirm_topics .see__more__btn a:before,
.page-template-page-contact_confirm_top .see__more__btn a:before {
  display: none; }

.page-template-page-contact_confirm header,
.page-template-page-contact_confirm_about header,
.page-template-page-contact_confirm_network header,
.page-template-page-contact_confirm_topics header,
.page-template-page-contact_confirm_top header {
  border-bottom: 0; }
  .page-template-page-contact_confirm header .navBar,
  .page-template-page-contact_confirm_about header .navBar,
  .page-template-page-contact_confirm_network header .navBar,
  .page-template-page-contact_confirm_topics header .navBar,
  .page-template-page-contact_confirm_top header .navBar {
    padding: 25px 30px 25px 57px;
    position: fixed;
    background-color: #fff; }

.page-template-page-contact_confirm main,
.page-template-page-contact_confirm_about main,
.page-template-page-contact_confirm_network main,
.page-template-page-contact_confirm_topics main,
.page-template-page-contact_confirm_top main {
  margin: 84px auto 20px; }

.page-template-page-contact_confirm .contact__section,
.page-template-page-contact_confirm_about .contact__section,
.page-template-page-contact_confirm_network .contact__section,
.page-template-page-contact_confirm_topics .contact__section,
.page-template-page-contact_confirm_top .contact__section {
  border-top: 4px solid #dddddd;
  margin-top: 0; }
  .page-template-page-contact_confirm .contact__section .contact__section__container .contact__section__title,
  .page-template-page-contact_confirm_about .contact__section .contact__section__container .contact__section__title,
  .page-template-page-contact_confirm_network .contact__section .contact__section__container .contact__section__title,
  .page-template-page-contact_confirm_topics .contact__section .contact__section__container .contact__section__title,
  .page-template-page-contact_confirm_top .contact__section .contact__section__container .contact__section__title {
    margin-bottom: 50px; }
  .page-template-page-contact_confirm .contact__section .contact__section__container .contact__section__mainContent,
  .page-template-page-contact_confirm_about .contact__section .contact__section__container .contact__section__mainContent,
  .page-template-page-contact_confirm_network .contact__section .contact__section__container .contact__section__mainContent,
  .page-template-page-contact_confirm_topics .contact__section .contact__section__container .contact__section__mainContent,
  .page-template-page-contact_confirm_top .contact__section .contact__section__container .contact__section__mainContent {
    margin: 0 auto;
    width: 100%; }
    .page-template-page-contact_confirm .contact__section .contact__section__container .contact__section__mainContent .contact__section__details,
    .page-template-page-contact_confirm_about .contact__section .contact__section__container .contact__section__mainContent .contact__section__details,
    .page-template-page-contact_confirm_network .contact__section .contact__section__container .contact__section__mainContent .contact__section__details,
    .page-template-page-contact_confirm_topics .contact__section .contact__section__container .contact__section__mainContent .contact__section__details,
    .page-template-page-contact_confirm_top .contact__section .contact__section__container .contact__section__mainContent .contact__section__details {
      margin: 30px auto 50px;
      width: 100%;
      max-width: 740px; }
      .page-template-page-contact_confirm .contact__section .contact__section__container .contact__section__mainContent .contact__section__details p,
      .page-template-page-contact_confirm_about .contact__section .contact__section__container .contact__section__mainContent .contact__section__details p,
      .page-template-page-contact_confirm_network .contact__section .contact__section__container .contact__section__mainContent .contact__section__details p,
      .page-template-page-contact_confirm_topics .contact__section .contact__section__container .contact__section__mainContent .contact__section__details p,
      .page-template-page-contact_confirm_top .contact__section .contact__section__container .contact__section__mainContent .contact__section__details p {
        font-family: "Noto Sans JP", sans-serif;
        font-size: 20px;
        font-weight: 400;
        line-height: 1.8; }
        .page-template-page-contact_confirm .contact__section .contact__section__container .contact__section__mainContent .contact__section__details p span.required-icon,
        .page-template-page-contact_confirm_about .contact__section .contact__section__container .contact__section__mainContent .contact__section__details p span.required-icon,
        .page-template-page-contact_confirm_network .contact__section .contact__section__container .contact__section__mainContent .contact__section__details p span.required-icon,
        .page-template-page-contact_confirm_topics .contact__section .contact__section__container .contact__section__mainContent .contact__section__details p span.required-icon,
        .page-template-page-contact_confirm_top .contact__section .contact__section__container .contact__section__mainContent .contact__section__details p span.required-icon {
          font-weight: bold;
          font-size: 15px;
          color: #FF3967;
          vertical-align: middle; }
        .page-template-page-contact_confirm .contact__section .contact__section__container .contact__section__mainContent .contact__section__details p.legend,
        .page-template-page-contact_confirm_about .contact__section .contact__section__container .contact__section__mainContent .contact__section__details p.legend,
        .page-template-page-contact_confirm_network .contact__section .contact__section__container .contact__section__mainContent .contact__section__details p.legend,
        .page-template-page-contact_confirm_topics .contact__section .contact__section__container .contact__section__mainContent .contact__section__details p.legend,
        .page-template-page-contact_confirm_top .contact__section .contact__section__container .contact__section__mainContent .contact__section__details p.legend {
          color: #000; }
    .page-template-page-contact_confirm .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content input,
    .page-template-page-contact_confirm .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content textarea,
    .page-template-page-contact_confirm .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content .checkmark,
    .page-template-page-contact_confirm .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content .agreement .checkmark,
    .page-template-page-contact_confirm .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content select,
    .page-template-page-contact_confirm_about .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content input,
    .page-template-page-contact_confirm_about .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content textarea,
    .page-template-page-contact_confirm_about .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content .checkmark,
    .page-template-page-contact_confirm_about .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content .agreement .checkmark,
    .page-template-page-contact_confirm_about .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content select,
    .page-template-page-contact_confirm_network .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content input,
    .page-template-page-contact_confirm_network .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content textarea,
    .page-template-page-contact_confirm_network .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content .checkmark,
    .page-template-page-contact_confirm_network .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content .agreement .checkmark,
    .page-template-page-contact_confirm_network .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content select,
    .page-template-page-contact_confirm_topics .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content input,
    .page-template-page-contact_confirm_topics .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content textarea,
    .page-template-page-contact_confirm_topics .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content .checkmark,
    .page-template-page-contact_confirm_topics .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content .agreement .checkmark,
    .page-template-page-contact_confirm_topics .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content select,
    .page-template-page-contact_confirm_top .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content input,
    .page-template-page-contact_confirm_top .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content textarea,
    .page-template-page-contact_confirm_top .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content .checkmark,
    .page-template-page-contact_confirm_top .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content .agreement .checkmark,
    .page-template-page-contact_confirm_top .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content select {
      display: none; }
    .page-template-page-contact_confirm .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content .flex-item-wrap,
    .page-template-page-contact_confirm_about .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content .flex-item-wrap,
    .page-template-page-contact_confirm_network .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content .flex-item-wrap,
    .page-template-page-contact_confirm_topics .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content .flex-item-wrap,
    .page-template-page-contact_confirm_top .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content .flex-item-wrap {
      display: none; }
    .page-template-page-contact_confirm .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content p,
    .page-template-page-contact_confirm_about .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content p,
    .page-template-page-contact_confirm_network .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content p,
    .page-template-page-contact_confirm_topics .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content p,
    .page-template-page-contact_confirm_top .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content p {
      font-family: "Noto Sans JP", sans-serif;
      font-weight: 300;
      font-size: 20px;
      line-height: 1.2;
      margin-bottom: 5px; }
      .page-template-page-contact_confirm .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content p span.required-icon,
      .page-template-page-contact_confirm_about .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content p span.required-icon,
      .page-template-page-contact_confirm_network .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content p span.required-icon,
      .page-template-page-contact_confirm_topics .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content p span.required-icon,
      .page-template-page-contact_confirm_top .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content p span.required-icon {
        font-weight: bold;
        font-size: 15px;
        color: #FF3967;
        vertical-align: middle; }
      .page-template-page-contact_confirm .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content p.answer,
      .page-template-page-contact_confirm_about .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content p.answer,
      .page-template-page-contact_confirm_network .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content p.answer,
      .page-template-page-contact_confirm_topics .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content p.answer,
      .page-template-page-contact_confirm_top .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content p.answer {
        font-weight: 300;
        margin-bottom: 10px; }
    .page-template-page-contact_confirm .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content form .inner__form__wrapper,
    .page-template-page-contact_confirm_about .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content form .inner__form__wrapper,
    .page-template-page-contact_confirm_network .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content form .inner__form__wrapper,
    .page-template-page-contact_confirm_topics .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content form .inner__form__wrapper,
    .page-template-page-contact_confirm_top .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content form .inner__form__wrapper {
      font-family: "Noto Sans JP", sans-serif;
      font-weight: 400;
      font-size: 20px;
      line-height: 1.2;
      margin-bottom: 32px; }
      .page-template-page-contact_confirm .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content form .inner__form__wrapper:last-child,
      .page-template-page-contact_confirm_about .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content form .inner__form__wrapper:last-child,
      .page-template-page-contact_confirm_network .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content form .inner__form__wrapper:last-child,
      .page-template-page-contact_confirm_topics .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content form .inner__form__wrapper:last-child,
      .page-template-page-contact_confirm_top .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .contact__section__form__content form .inner__form__wrapper:last-child {
        margin-bottom: 0; }
    .page-template-page-contact_confirm .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .agreement,
    .page-template-page-contact_confirm_about .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .agreement,
    .page-template-page-contact_confirm_network .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .agreement,
    .page-template-page-contact_confirm_topics .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .agreement,
    .page-template-page-contact_confirm_top .contact__section .contact__section__container .contact__section__mainContent .contact__section__form .agreement {
      display: none; }

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .page-template-page-contact_confirm header .navBar,
  .page-template-page-contact_confirm_about header .navBar,
  .page-template-page-contact_confirm_network header .navBar,
  .page-template-page-contact_confirm_topics header .navBar,
  .page-template-page-contact_confirm_top header .navBar {
    padding: 20px 30px 20px 57px;
    background-color: #fff;
    position: fixed; }
  .page-template-page-contact_confirm main,
  .page-template-page-contact_confirm_about main,
  .page-template-page-contact_confirm_network main,
  .page-template-page-contact_confirm_topics main,
  .page-template-page-contact_confirm_top main {
    margin-top: 84px; } }

/******************************
page-template-page-contact_confirm sp
*******************************/
@media screen and (max-width: 767px) {
  .page-template-page-contact_confirm header .navBar,
  .page-template-page-contact_confirm_about header .navBar,
  .page-template-page-contact_confirm_network header .navBar,
  .page-template-page-contact_confirm_topics header .navBar,
  .page-template-page-contact_confirm_top header .navBar {
    padding-top: 10px;
    padding-bottom: 10px;
    position: fixed; }
  .page-template-page-contact_confirm main,
  .page-template-page-contact_confirm_about main,
  .page-template-page-contact_confirm_network main,
  .page-template-page-contact_confirm_topics main,
  .page-template-page-contact_confirm_top main {
    margin-top: 60px; }
  .page-template-page-contact_confirm .see__more__btn.contact-section,
  .page-template-page-contact_confirm_about .see__more__btn.contact-section,
  .page-template-page-contact_confirm_network .see__more__btn.contact-section,
  .page-template-page-contact_confirm_topics .see__more__btn.contact-section,
  .page-template-page-contact_confirm_top .see__more__btn.contact-section {
    margin-top: 20px; }
  .page-template-page-contact_confirm .contact__section,
  .page-template-page-contact_confirm_about .contact__section,
  .page-template-page-contact_confirm_network .contact__section,
  .page-template-page-contact_confirm_topics .contact__section,
  .page-template-page-contact_confirm_top .contact__section {
    margin-top: 0; } }

/**************************************
contact-complete
***************************************/
.page-id-162 header .navBar,
.page-id-15 header .navBar,
.page-id-91 header .navBar,
.page-id-94 header .navBar,
.page-id-107 header .navBar,
.page-id-118 header .navBar {
  position: fixed;
  background-color: #fff; }

.page-id-162 main,
.page-id-15 main,
.page-id-91 main,
.page-id-94 main,
.page-id-107 main,
.page-id-118 main {
  margin-top: 84px;
  border-top: 4px solid #dddddd; }
  .page-id-162 main .see__more__btn a:before,
  .page-id-15 main .see__more__btn a:before,
  .page-id-91 main .see__more__btn a:before,
  .page-id-94 main .see__more__btn a:before,
  .page-id-107 main .see__more__btn a:before,
  .page-id-118 main .see__more__btn a:before {
    display: none; }
  .page-id-162 main .contact__section,
  .page-id-15 main .contact__section,
  .page-id-91 main .contact__section,
  .page-id-94 main .contact__section,
  .page-id-107 main .contact__section,
  .page-id-118 main .contact__section {
    border-top: 0; }
    .page-id-162 main .contact__section .contact__section__container .contact__section__mainContent,
    .page-id-15 main .contact__section .contact__section__container .contact__section__mainContent,
    .page-id-91 main .contact__section .contact__section__container .contact__section__mainContent,
    .page-id-94 main .contact__section .contact__section__container .contact__section__mainContent,
    .page-id-107 main .contact__section .contact__section__container .contact__section__mainContent,
    .page-id-118 main .contact__section .contact__section__container .contact__section__mainContent {
      margin-top: 40px; }
      .page-id-162 main .contact__section .contact__section__container .contact__section__mainContent p,
      .page-id-15 main .contact__section .contact__section__container .contact__section__mainContent p,
      .page-id-91 main .contact__section .contact__section__container .contact__section__mainContent p,
      .page-id-94 main .contact__section .contact__section__container .contact__section__mainContent p,
      .page-id-107 main .contact__section .contact__section__container .contact__section__mainContent p,
      .page-id-118 main .contact__section .contact__section__container .contact__section__mainContent p {
        margin-bottom: 25px;
        font-size: 20px;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 200;
        text-align: center;
        line-height: 1.8; }

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .page-id-162 main,
  .page-id-15 main,
  .page-id-91 main,
  .page-id-94 main,
  .page-id-107 main,
  .page-id-118 main {
    margin-top: 67px; }
    .page-id-162 main .contact__section .contact__section__container .contact__section__mainContent,
    .page-id-15 main .contact__section .contact__section__container .contact__section__mainContent,
    .page-id-91 main .contact__section .contact__section__container .contact__section__mainContent,
    .page-id-94 main .contact__section .contact__section__container .contact__section__mainContent,
    .page-id-107 main .contact__section .contact__section__container .contact__section__mainContent,
    .page-id-118 main .contact__section .contact__section__container .contact__section__mainContent {
      margin-top: 2.77; }
      .page-id-162 main .contact__section .contact__section__container .contact__section__mainContent p,
      .page-id-15 main .contact__section .contact__section__container .contact__section__mainContent p,
      .page-id-91 main .contact__section .contact__section__container .contact__section__mainContent p,
      .page-id-94 main .contact__section .contact__section__container .contact__section__mainContent p,
      .page-id-107 main .contact__section .contact__section__container .contact__section__mainContent p,
      .page-id-118 main .contact__section .contact__section__container .contact__section__mainContent p {
        margin-bottom: 1.73vw;
        font-size: 1.38vw; } }

/******************************
page-id-162 sp
*******************************/
@media screen and (max-width: 767px) {
  .page-id-162 header .navBar,
  .page-id-15 header .navBar,
  .page-id-91 header .navBar,
  .page-id-94 header .navBar,
  .page-id-107 header .navBar,
  .page-id-118 header .navBar {
    position: fixed; }
  .page-id-162 main,
  .page-id-15 main,
  .page-id-91 main,
  .page-id-94 main,
  .page-id-107 main,
  .page-id-118 main {
    margin-top: 62px; }
    .page-id-162 main .contact__section .contact__section__container .contact__section__mainContent,
    .page-id-15 main .contact__section .contact__section__container .contact__section__mainContent,
    .page-id-91 main .contact__section .contact__section__container .contact__section__mainContent,
    .page-id-94 main .contact__section .contact__section__container .contact__section__mainContent,
    .page-id-107 main .contact__section .contact__section__container .contact__section__mainContent,
    .page-id-118 main .contact__section .contact__section__container .contact__section__mainContent {
      margin-top: 40px;
      padding: 0 20px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .page-id-162 main .contact__section .contact__section__container .contact__section__mainContent p,
      .page-id-15 main .contact__section .contact__section__container .contact__section__mainContent p,
      .page-id-91 main .contact__section .contact__section__container .contact__section__mainContent p,
      .page-id-94 main .contact__section .contact__section__container .contact__section__mainContent p,
      .page-id-107 main .contact__section .contact__section__container .contact__section__mainContent p,
      .page-id-118 main .contact__section .contact__section__container .contact__section__mainContent p {
        margin-bottom: 25px;
        font-size: 20px;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 200;
        text-align: center;
        line-height: 1.8; } }

@media screen and (max-width: 360px) and (min-width: 320px) {
  .page-id-162 .contact__section,
  .page-id-15 .contact__section,
  .page-id-91 .contact__section,
  .page-id-94 .contact__section,
  .page-id-107 .contact__section,
  .page-id-118 .contact__section {
    border-top: 0; }
    .page-id-162 .contact__section .contact__section__container .contact__section__mainContent,
    .page-id-15 .contact__section .contact__section__container .contact__section__mainContent,
    .page-id-91 .contact__section .contact__section__container .contact__section__mainContent,
    .page-id-94 .contact__section .contact__section__container .contact__section__mainContent,
    .page-id-107 .contact__section .contact__section__container .contact__section__mainContent,
    .page-id-118 .contact__section .contact__section__container .contact__section__mainContent {
      margin-top: 30px; }
      .page-id-162 .contact__section .contact__section__container .contact__section__mainContent p,
      .page-id-15 .contact__section .contact__section__container .contact__section__mainContent p,
      .page-id-91 .contact__section .contact__section__container .contact__section__mainContent p,
      .page-id-94 .contact__section .contact__section__container .contact__section__mainContent p,
      .page-id-107 .contact__section .contact__section__container .contact__section__mainContent p,
      .page-id-118 .contact__section .contact__section__container .contact__section__mainContent p {
        margin-bottom: 20px;
        font-size: 18px; } }

/**************************************
network-detail
***************************************/
.network-detail-page,
.single-network {
  background-color: #efefef; }
  .network-detail-page header,
  .single-network header {
    border-bottom: 0; }
    .network-detail-page header .navBar,
    .single-network header .navBar {
      position: fixed;
      background-color: #fff; }
  .network-detail-page .child__page__heading,
  .single-network .child__page__heading {
    margin: 84px auto 20px;
    padding: 20px 57px 0;
    border-top: 4px solid #dddddd; }
  .network-detail-page main,
  .single-network main {
    padding: 0 150px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    background-color: #efefef; }
    .network-detail-page main .network__detail,
    .single-network main .network__detail {
      margin: 0 auto;
      width: 100%; }
      .network-detail-page main .network__detail__container,
      .single-network main .network__detail__container {
        margin: 0 auto;
        width: 100%; }
      .network-detail-page main .network__detail__content,
      .single-network main .network__detail__content {
        margin: 0 auto;
        width: 100%; }
      .network-detail-page main .network__detail__kv,
      .single-network main .network__detail__kv {
        margin: 0 auto;
        width: 100%; }
        .network-detail-page main .network__detail__kv__bg,
        .single-network main .network__detail__kv__bg {
          padding-top: 55%;
          background-size: 100%;
          background-repeat: no-repeat;
          background-position: center; }
      .network-detail-page main .network__detail__innerContent,
      .single-network main .network__detail__innerContent {
        margin: 0 auto;
        padding: 60px 0 0;
        width: 100%;
        background-color: #fff; }
        .network-detail-page main .network__detail__innerContent__container,
        .single-network main .network__detail__innerContent__container {
          margin: 0 auto;
          width: 100%;
          padding: 0 170px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          word-break: break-all; }
        .network-detail-page main .network__detail__innerContent__itemThumbnail,
        .single-network main .network__detail__innerContent__itemThumbnail {
          background-color: #f2f2f2;
          width: 290px;
          height: 290px;
          position: relative; }
          .network-detail-page main .network__detail__innerContent__itemThumbnail img,
          .single-network main .network__detail__innerContent__itemThumbnail img {
            position: absolute;
            top: 50%;
            left: 0;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
        .network-detail-page main .network__detail__innerContent__details h2,
        .single-network main .network__detail__innerContent__details h2 {
          margin: 20px auto;
          font-family: "Noto Serif JP", serif;
          font-size: 36px;
          letter-spacing: 0.03em;
          line-height: 1.58; }
        .network-detail-page main .network__detail__innerContent__details p,
        .single-network main .network__detail__innerContent__details p {
          font-family: "Noto Sans JP", sans-serif;
          font-size: 20px;
          line-height: 1.8; }
          .network-detail-page main .network__detail__innerContent__details p.fw-600,
          .single-network main .network__detail__innerContent__details p.fw-600 {
            font-weight: 600; }
        .network-detail-page main .network__detail__innerContent__details ul,
        .single-network main .network__detail__innerContent__details ul {
          margin-top: 25px;
          list-style: none; }
          .network-detail-page main .network__detail__innerContent__details ul li,
          .single-network main .network__detail__innerContent__details ul li {
            padding-left: 15px;
            font-family: "Noto Sans JP", sans-serif;
            font-size: 18px;
            line-height: 2;
            position: relative; }
            .network-detail-page main .network__detail__innerContent__details ul li:before,
            .single-network main .network__detail__innerContent__details ul li:before {
              content: "";
              position: absolute;
              top: 50%;
              left: 0;
              -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              transform: translateY(-50%);
              width: 8px;
              height: 8px;
              background-image: url(../img/network-detail-page/li-icon.png);
              background-size: 8px;
              background-position: center;
              background-repeat: no-repeat; }
        .network-detail-page main .network__detail__innerContent__details.gray-section,
        .single-network main .network__detail__innerContent__details.gray-section {
          margin: 25px 0 20px;
          padding: 20px 30px;
          background-color: #f2f2f2;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
          .network-detail-page main .network__detail__innerContent__details.gray-section p,
          .single-network main .network__detail__innerContent__details.gray-section p {
            font-family: "Noto Sans JP", sans-serif;
            font-size: 18px;
            line-height: 2; }
          .network-detail-page main .network__detail__innerContent__details.gray-section a,
          .single-network main .network__detail__innerContent__details.gray-section a {
            color: #278bff;
            font-family: "Noto Sans JP", sans-serif;
            font-size: 18px;
            line-height: 2; }
        .network-detail-page main .network__detail__innerContent__imagePreview,
        .single-network main .network__detail__innerContent__imagePreview {
          margin: 60px auto 40px;
          width: 438px; }
          .network-detail-page main .network__detail__innerContent__imagePreview img:first-child,
          .single-network main .network__detail__innerContent__imagePreview img:first-child {
            margin-bottom: 40px; }
        .network-detail-page main .network__detail__innerContent .see__more__btn,
        .single-network main .network__detail__innerContent .see__more__btn {
          padding-bottom: 50px; }
          .network-detail-page main .network__detail__innerContent .see__more__btn .view--page,
          .single-network main .network__detail__innerContent .see__more__btn .view--page {
            margin: 0 auto; }
            .network-detail-page main .network__detail__innerContent .see__more__btn .view--page:before,
            .single-network main .network__detail__innerContent .see__more__btn .view--page:before {
              display: none; }
  .network-detail-page .footer,
  .single-network .footer {
    background-color: #fff; }

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .network-detail-page .child__page__heading,
  .single-network .child__page__heading {
    margin: 68px auto 20px;
    padding: 20px 2vw 0 4vw; }
  .network-detail-page header .navBar,
  .single-network header .navBar {
    position: fixed; }
  .network-detail-page main,
  .single-network main {
    padding: 0 10vw; }
    .network-detail-page main .network__detail__kv__bg,
    .single-network main .network__detail__kv__bg {
      padding-top: 55%; }
    .network-detail-page main .network__detail__innerContent,
    .single-network main .network__detail__innerContent {
      padding: 4.16vw 0 0; }
      .network-detail-page main .network__detail__innerContent__container,
      .single-network main .network__detail__innerContent__container {
        padding: 0 11.8vw; }
      .network-detail-page main .network__detail__innerContent__itemThumbnail,
      .single-network main .network__detail__innerContent__itemThumbnail {
        width: 20vw;
        height: 20vw; }
      .network-detail-page main .network__detail__innerContent__details h2,
      .single-network main .network__detail__innerContent__details h2 {
        margin: 1.38vw auto;
        font-size: 2.5vw; }
      .network-detail-page main .network__detail__innerContent__details p,
      .single-network main .network__detail__innerContent__details p {
        font-size: 1.38vw; }
      .network-detail-page main .network__detail__innerContent__details ul,
      .single-network main .network__detail__innerContent__details ul {
        margin-top: 1.73vw; }
        .network-detail-page main .network__detail__innerContent__details ul li,
        .single-network main .network__detail__innerContent__details ul li {
          padding-left: 1.04vw;
          font-size: 1.25vw; }
          .network-detail-page main .network__detail__innerContent__details ul li:before,
          .single-network main .network__detail__innerContent__details ul li:before {
            width: 0.55vw;
            height: 0.55vw;
            background-size: 0.55vw; }
      .network-detail-page main .network__detail__innerContent__details.gray-section,
      .single-network main .network__detail__innerContent__details.gray-section {
        margin: 1.73vw 0 1.38vw;
        padding: 1.38vw 2.08vw; }
        .network-detail-page main .network__detail__innerContent__details.gray-section p,
        .single-network main .network__detail__innerContent__details.gray-section p {
          font-size: 1.25vw; }
        .network-detail-page main .network__detail__innerContent__details.gray-section a,
        .single-network main .network__detail__innerContent__details.gray-section a {
          font-size: 1.25vw; }
      .network-detail-page main .network__detail__innerContent__imagePreview,
      .single-network main .network__detail__innerContent__imagePreview {
        margin: 3w auto 2.5vw;
        width: 30vw; }
        .network-detail-page main .network__detail__innerContent__imagePreview img:first-child,
        .single-network main .network__detail__innerContent__imagePreview img:first-child {
          margin-bottom: 2vw; }
      .network-detail-page main .network__detail__innerContent .see__more__btn,
      .single-network main .network__detail__innerContent .see__more__btn {
        padding-bottom: 3.47vw; }
        .network-detail-page main .network__detail__innerContent .see__more__btn .view--page,
        .single-network main .network__detail__innerContent .see__more__btn .view--page {
          margin: 0 auto; }
          .network-detail-page main .network__detail__innerContent .see__more__btn .view--page:before,
          .single-network main .network__detail__innerContent .see__more__btn .view--page:before {
            display: none; } }

/******************************
network-detail sp
*******************************/
@media screen and (max-width: 767px) {
  .network-detail-page .child__page__heading,
  .single-network .child__page__heading {
    margin: 60px auto 20px;
    padding: 20px 20px 0; }
  .network-detail-page header .navBar,
  .single-network header .navBar {
    padding-top: 10px;
    padding-bottom: 10px;
    position: fixed; }
  .network-detail-page main,
  .single-network main {
    padding: 0; }
    .network-detail-page main .network__detail__kv__bg,
    .single-network main .network__detail__kv__bg {
      padding-top: 55%; }
    .network-detail-page main .network__detail__innerContent,
    .single-network main .network__detail__innerContent {
      padding: 30px 0 0;
      width: calc(100% - 20px); }
      .network-detail-page main .network__detail__innerContent__container,
      .single-network main .network__detail__innerContent__container {
        padding: 0 20px; }
        .network-detail-page main .network__detail__innerContent__container .order1,
        .single-network main .network__detail__innerContent__container .order1 {
          width: 100%;
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1; }
        .network-detail-page main .network__detail__innerContent__container .order2,
        .single-network main .network__detail__innerContent__container .order2 {
          width: 100%;
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2; }
        .network-detail-page main .network__detail__innerContent__container .order3,
        .single-network main .network__detail__innerContent__container .order3 {
          -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
          order: 3; }
        .network-detail-page main .network__detail__innerContent__container .order4,
        .single-network main .network__detail__innerContent__container .order4 {
          -webkit-box-ordinal-group: 5;
          -ms-flex-order: 4;
          order: 4; }
      .network-detail-page main .network__detail__innerContent__itemThumbnail,
      .single-network main .network__detail__innerContent__itemThumbnail {
        width: 157px;
        height: 157px; }
      .network-detail-page main .network__detail__innerContent__details h2,
      .single-network main .network__detail__innerContent__details h2 {
        margin: 20px auto;
        font-size: 24px;
        letter-spacing: 0.025em; }
      .network-detail-page main .network__detail__innerContent__details p,
      .single-network main .network__detail__innerContent__details p {
        font-size: 20px; }
      .network-detail-page main .network__detail__innerContent__details ul,
      .single-network main .network__detail__innerContent__details ul {
        margin-top: 25px; }
        .network-detail-page main .network__detail__innerContent__details ul li,
        .single-network main .network__detail__innerContent__details ul li {
          margin-bottom: 10px;
          padding-left: 15px;
          font-size: 18px;
          line-height: 1.36; }
          .network-detail-page main .network__detail__innerContent__details ul li:last-child,
          .single-network main .network__detail__innerContent__details ul li:last-child {
            margin-bottom: 0; }
          .network-detail-page main .network__detail__innerContent__details ul li:before,
          .single-network main .network__detail__innerContent__details ul li:before {
            top: 10px;
            left: 0;
            -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
            transform: translateY(0%);
            width: 8px;
            height: 8px;
            background-size: 8px; }
      .network-detail-page main .network__detail__innerContent__details.gray-section,
      .single-network main .network__detail__innerContent__details.gray-section {
        margin: 50px 0 20px;
        padding: 17px 14px; }
        .network-detail-page main .network__detail__innerContent__details.gray-section p,
        .single-network main .network__detail__innerContent__details.gray-section p {
          font-size: 18px; }
        .network-detail-page main .network__detail__innerContent__details.gray-section a,
        .single-network main .network__detail__innerContent__details.gray-section a {
          font-size: 20px; }
      .network-detail-page main .network__detail__innerContent__imagePreview,
      .single-network main .network__detail__innerContent__imagePreview {
        margin: 30px auto;
        width: 320px; }
        .network-detail-page main .network__detail__innerContent__imagePreview img:first-child,
        .single-network main .network__detail__innerContent__imagePreview img:first-child {
          display: none; }
      .network-detail-page main .network__detail__innerContent .see__more__btn,
      .single-network main .network__detail__innerContent .see__more__btn {
        padding: 0 20px 35px 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        .network-detail-page main .network__detail__innerContent .see__more__btn .view--page,
        .single-network main .network__detail__innerContent .see__more__btn .view--page {
          margin: 0 auto; }
          .network-detail-page main .network__detail__innerContent .see__more__btn .view--page:before,
          .single-network main .network__detail__innerContent .see__more__btn .view--page:before {
            display: none; } }

/**************************************
network
***************************************/
.page-template-page-network .accordion-content-topics,
.page-template-page-network .accordion-content-about,
.page-template-page-network .accordion-content-contact {
  display: none; }

.page-template-page-network .accordion-content-network {
  display: block; }

/******************************
network sp
*******************************/
@media screen and (max-width: 767px) {
  .page-template-page-network .network__section {
    margin-top: 58px; }
  .page-template-page-network .accordion-content-network {
    display: block !important; } }

/**************************************
network
***************************************/
.privacy-policy header,
.page-id-133 header,
.page-id-16 header {
  border-bottom: 0; }
  .privacy-policy header .navBar,
  .page-id-133 header .navBar,
  .page-id-16 header .navBar {
    position: fixed;
    background-color: #fff; }
    .privacy-policy header .navBar .menu__text,
    .page-id-133 header .navBar .menu__text,
    .page-id-16 header .navBar .menu__text {
      height: 0; }

.privacy-policy main,
.page-id-133 main,
.page-id-16 main {
  margin-top: 84px;
  border-top: 4px solid #dddddd; }
  .privacy-policy main .see__more__btn a:before,
  .page-id-133 main .see__more__btn a:before,
  .page-id-16 main .see__more__btn a:before {
    display: none; }
  .privacy-policy main .privacy__policy,
  .page-id-133 main .privacy__policy,
  .page-id-16 main .privacy__policy {
    margin: 0 auto 0;
    width: 100%;
    border-top: 0; }
    .privacy-policy main .privacy__policy__container,
    .page-id-133 main .privacy__policy__container,
    .page-id-16 main .privacy__policy__container {
      margin: 0 auto;
      width: 100%;
      max-width: 1440px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .privacy-policy main .privacy__policy__heading1,
    .page-id-133 main .privacy__policy__heading1,
    .page-id-16 main .privacy__policy__heading1 {
      margin: 0 auto 10px;
      width: 100%; }
      .privacy-policy main .privacy__policy__heading1 h2,
      .page-id-133 main .privacy__policy__heading1 h2,
      .page-id-16 main .privacy__policy__heading1 h2 {
        text-align: left;
        font-family: mado;
        font-size: 52px;
        font-weight: 400;
        letter-spacing: 0.025em;
        line-height: 1.59; }
    .privacy-policy main .privacy__policy__heading,
    .page-id-133 main .privacy__policy__heading,
    .page-id-16 main .privacy__policy__heading {
      margin: 0 auto 45px;
      width: 100%; }
      .privacy-policy main .privacy__policy__heading h2,
      .page-id-133 main .privacy__policy__heading h2,
      .page-id-16 main .privacy__policy__heading h2 {
        text-align: center;
        font-family: "Noto Serif JP", serif;
        font-size: 44px;
        font-weight: 200;
        letter-spacing: 0.03em;
        line-height: 1.59; }
    .privacy-policy main .privacy__policy__mainContent,
    .page-id-133 main .privacy__policy__mainContent,
    .page-id-16 main .privacy__policy__mainContent {
      margin: 0 auto;
      width: 100%; }
      .privacy-policy main .privacy__policy__mainContent p,
      .page-id-133 main .privacy__policy__mainContent p,
      .page-id-16 main .privacy__policy__mainContent p {
        margin: 0 auto 10px;
        font-family: "Noto Sans JP", sans-serif;
        font-size: 14px;
        font-weight: 300;
        line-height: 1.78; }
      .privacy-policy main .privacy__policy__mainContent h3,
      .page-id-133 main .privacy__policy__mainContent h3,
      .page-id-16 main .privacy__policy__mainContent h3 {
        font-family: "Noto Sans JP", sans-serif;
        font-size: 20px;
        font-weight: 300;
        line-height: 1.8; }
    .privacy-policy main .privacy__policy__subContent,
    .page-id-133 main .privacy__policy__subContent,
    .page-id-16 main .privacy__policy__subContent {
      margin: 0 auto 0;
      width: 100%; }
      .privacy-policy main .privacy__policy__subContent h1,
      .page-id-133 main .privacy__policy__subContent h1,
      .page-id-16 main .privacy__policy__subContent h1 {
        text-align: center;
        font-family: "Noto Serif JP", serif;
        font-size: 36px;
        font-weight: 200;
        letter-spacing: 0.03em;
        line-height: 1.58; }
    .privacy-policy main .privacy__policy__inner__subContent,
    .page-id-133 main .privacy__policy__inner__subContent,
    .page-id-16 main .privacy__policy__inner__subContent {
      margin-top: 40px;
      font-family: "Noto Serif JP", serif;
      font-size: 20px;
      line-height: 1.8; }
      .privacy-policy main .privacy__policy__inner__subContent h2,
      .page-id-133 main .privacy__policy__inner__subContent h2,
      .page-id-16 main .privacy__policy__inner__subContent h2 {
        margin-bottom: 20px;
        font-family: "Noto Sans JP", sans-serif;
        font-size: 32px;
        font-weight: 400;
        line-height: 1.76; }
      .privacy-policy main .privacy__policy__inner__subContent h3.sans,
      .page-id-133 main .privacy__policy__inner__subContent h3.sans,
      .page-id-16 main .privacy__policy__inner__subContent h3.sans {
        font-weight: 200;
        font-family: "Noto Sans JP", sans-serif; }
      .privacy-policy main .privacy__policy__inner__subContent p,
      .page-id-133 main .privacy__policy__inner__subContent p,
      .page-id-16 main .privacy__policy__inner__subContent p {
        font-family: "Noto Sans JP", sans-serif;
        font-size: 20px;
        font-weight: 200;
        line-height: 1.8; }
        .privacy-policy main .privacy__policy__inner__subContent p.mb_50,
        .page-id-133 main .privacy__policy__inner__subContent p.mb_50,
        .page-id-16 main .privacy__policy__inner__subContent p.mb_50 {
          margin-bottom: 25px; }

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .privacy-policy header .navBar,
  .page-id-133 header .navBar,
  .page-id-16 header .navBar {
    background-color: #fff;
    position: fixed; }
  .privacy-policy main,
  .page-id-133 main,
  .page-id-16 main {
    margin-top: 67px; }
    .privacy-policy main .privacy__policy,
    .page-id-133 main .privacy__policy,
    .page-id-16 main .privacy__policy {
      margin-top: 0; }
      .privacy-policy main .privacy__policy__container,
      .page-id-133 main .privacy__policy__container,
      .page-id-16 main .privacy__policy__container {
        padding: 0 3.95vw;
        max-width: 100%; }
      .privacy-policy main .privacy__policy__heading1 h2,
      .page-id-133 main .privacy__policy__heading1 h2,
      .page-id-16 main .privacy__policy__heading1 h2 {
        font-size: 3.61vw; }
      .privacy-policy main .privacy__policy__heading,
      .page-id-133 main .privacy__policy__heading,
      .page-id-16 main .privacy__policy__heading {
        margin: 0 auto 3.1vw; }
        .privacy-policy main .privacy__policy__heading h2,
        .page-id-133 main .privacy__policy__heading h2,
        .page-id-16 main .privacy__policy__heading h2 {
          font-size: 3vw; }
      .privacy-policy main .privacy__policy__mainContent p,
      .page-id-133 main .privacy__policy__mainContent p,
      .page-id-16 main .privacy__policy__mainContent p {
        margin: 0 auto .69vw;
        font-size: .97vw; }
      .privacy-policy main .privacy__policy__mainContent h3,
      .page-id-133 main .privacy__policy__mainContent h3,
      .page-id-16 main .privacy__policy__mainContent h3 {
        font-size: 1.38vw; }
      .privacy-policy main .privacy__policy__subContent,
      .page-id-133 main .privacy__policy__subContent,
      .page-id-16 main .privacy__policy__subContent {
        margin: 3.33vw auto 0; }
        .privacy-policy main .privacy__policy__subContent h1,
        .page-id-133 main .privacy__policy__subContent h1,
        .page-id-16 main .privacy__policy__subContent h1 {
          font-size: 2.5vw; }
      .privacy-policy main .privacy__policy__inner__subContent,
      .page-id-133 main .privacy__policy__inner__subContent,
      .page-id-16 main .privacy__policy__inner__subContent {
        margin-top: 4.16vw;
        font-size: 1.38vw; }
        .privacy-policy main .privacy__policy__inner__subContent h2,
        .page-id-133 main .privacy__policy__inner__subContent h2,
        .page-id-16 main .privacy__policy__inner__subContent h2 {
          margin-bottom: 1.38vw;
          font-size: 2.22vw; }
        .privacy-policy main .privacy__policy__inner__subContent p,
        .page-id-133 main .privacy__policy__inner__subContent p,
        .page-id-16 main .privacy__policy__inner__subContent p {
          font-size: 1.38vw; }
          .privacy-policy main .privacy__policy__inner__subContent p.mb_50,
          .page-id-133 main .privacy__policy__inner__subContent p.mb_50,
          .page-id-16 main .privacy__policy__inner__subContent p.mb_50 {
            margin-bottom: 1.73vw; } }

/******************************
network sp
*******************************/
@media screen and (max-width: 767px) {
  .privacy-policy header .navBar,
  .page-id-133 header .navBar,
  .page-id-16 header .navBar {
    position: fixed; }
  .privacy-policy main,
  .page-id-133 main,
  .page-id-16 main {
    margin-top: 62px; }
    .privacy-policy main .privacy__policy,
    .page-id-133 main .privacy__policy,
    .page-id-16 main .privacy__policy {
      margin-top: 0; }
      .privacy-policy main .privacy__policy__container,
      .page-id-133 main .privacy__policy__container,
      .page-id-16 main .privacy__policy__container {
        padding: 0 20px;
        max-width: 100%; }
      .privacy-policy main .privacy__policy__heading1 h2,
      .page-id-133 main .privacy__policy__heading1 h2,
      .page-id-16 main .privacy__policy__heading1 h2 {
        font-size: 30px; }
      .privacy-policy main .privacy__policy__heading,
      .page-id-133 main .privacy__policy__heading,
      .page-id-16 main .privacy__policy__heading {
        margin: 0 auto 3.1vw; }
        .privacy-policy main .privacy__policy__heading h2,
        .page-id-133 main .privacy__policy__heading h2,
        .page-id-16 main .privacy__policy__heading h2 {
          font-size: 26px; }
      .privacy-policy main .privacy__policy__mainContent p,
      .page-id-133 main .privacy__policy__mainContent p,
      .page-id-16 main .privacy__policy__mainContent p {
        margin: 0 auto .69vw;
        font-size: 14px; }
      .privacy-policy main .privacy__policy__mainContent h3,
      .page-id-133 main .privacy__policy__mainContent h3,
      .page-id-16 main .privacy__policy__mainContent h3 {
        font-size: 20px; }
      .privacy-policy main .privacy__policy__subContent,
      .page-id-133 main .privacy__policy__subContent,
      .page-id-16 main .privacy__policy__subContent {
        margin: 35px auto 0; }
        .privacy-policy main .privacy__policy__subContent h1,
        .page-id-133 main .privacy__policy__subContent h1,
        .page-id-16 main .privacy__policy__subContent h1 {
          font-size: 28px; }
      .privacy-policy main .privacy__policy__inner__subContent,
      .page-id-133 main .privacy__policy__inner__subContent,
      .page-id-16 main .privacy__policy__inner__subContent {
        margin-top: 23px;
        font-size: 20px; }
        .privacy-policy main .privacy__policy__inner__subContent h2,
        .page-id-133 main .privacy__policy__inner__subContent h2,
        .page-id-16 main .privacy__policy__inner__subContent h2 {
          margin-bottom: 1.38vw;
          font-size: 20px; }
        .privacy-policy main .privacy__policy__inner__subContent p,
        .page-id-133 main .privacy__policy__inner__subContent p,
        .page-id-16 main .privacy__policy__inner__subContent p {
          font-size: 20px; }
          .privacy-policy main .privacy__policy__inner__subContent p.mb_50,
          .page-id-133 main .privacy__policy__inner__subContent p.mb_50,
          .page-id-16 main .privacy__policy__inner__subContent p.mb_50 {
            margin-bottom: 1.73vw; } }

/**************************************
topics-archive
***************************************/
.post-type-archive-topics_post header {
  border-bottom: 0; }
  .post-type-archive-topics_post header .menu__text {
    height: 0; }
  .post-type-archive-topics_post header .navBar {
    position: fixed;
    background-color: #fff; }

.post-type-archive-topics_post main {
  margin-top: 84px;
  border-top: 4px solid #dddddd; }
  .post-type-archive-topics_post main .accordion-content-topics {
    display: block; }
  .post-type-archive-topics_post main .topics__section {
    margin-top: 0;
    border-top: 0; }
  .post-type-archive-topics_post main .pagination {
    width: 100%; }
    .post-type-archive-topics_post main .pagination__container {
      margin: 70px auto 0;
      width: 100%; }
    .post-type-archive-topics_post main .pagination__list {
      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; }
      .post-type-archive-topics_post main .pagination__list a,
      .post-type-archive-topics_post main .pagination__list span {
        border-radius: 4px;
        margin: 0 10px;
        padding: 0 10px;
        font-family: "Noto Sans JP", sans-serif;
        font-size: 25px;
        line-height: normal;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
        opacity: 1;
        /* This timing applies on the way IN */
        -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
        -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
        transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
        /* A litttttle slower on the way in */
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        position: relative; }
        .post-type-archive-topics_post main .pagination__list a:after,
        .post-type-archive-topics_post main .pagination__list span:after {
          margin: 0 auto;
          content: '';
          position: absolute;
          bottom: 3px;
          left: 0;
          right: 0;
          width: 60%;
          height: 1px;
          background-color: #000;
          /* This timing applies on the way IN */
          -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          /* A litttttle slower on the way in */
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s; }
        .post-type-archive-topics_post main .pagination__list a img,
        .post-type-archive-topics_post main .pagination__list span img {
          width: 10px;
          height: 20px;
          vertical-align: baseline; }
        .post-type-archive-topics_post main .pagination__list a:hover,
        .post-type-archive-topics_post main .pagination__list span:hover {
          background-color: #F7BBC9; }
          .post-type-archive-topics_post main .pagination__list a:hover:after,
          .post-type-archive-topics_post main .pagination__list span:hover:after {
            display: none; }
        .post-type-archive-topics_post main .pagination__list a.current,
        .post-type-archive-topics_post main .pagination__list span.current {
          background-color: #F2F2F2; }
          .post-type-archive-topics_post main .pagination__list a.current:hover,
          .post-type-archive-topics_post main .pagination__list span.current:hover {
            background-color: #F2F2F2; }
          .post-type-archive-topics_post main .pagination__list a.current:after,
          .post-type-archive-topics_post main .pagination__list span.current:after {
            display: none; }
        .post-type-archive-topics_post main .pagination__list a.prev, .post-type-archive-topics_post main .pagination__list a.next,
        .post-type-archive-topics_post main .pagination__list span.prev,
        .post-type-archive-topics_post main .pagination__list span.next {
          font-size: 0; }
          .post-type-archive-topics_post main .pagination__list a.prev:hover, .post-type-archive-topics_post main .pagination__list a.next:hover,
          .post-type-archive-topics_post main .pagination__list span.prev:hover,
          .post-type-archive-topics_post main .pagination__list span.next:hover {
            background-color: transparent; }
          .post-type-archive-topics_post main .pagination__list a.prev:after, .post-type-archive-topics_post main .pagination__list a.next:after,
          .post-type-archive-topics_post main .pagination__list span.prev:after,
          .post-type-archive-topics_post main .pagination__list span.next:after {
            display: none; }

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .post-type-archive-topics_post main {
    margin-top: 67px; }
    .post-type-archive-topics_post main .pagination {
      width: 100%; }
      .post-type-archive-topics_post main .pagination__container {
        margin: 4.8vw auto 0;
        width: 100%; }
        .post-type-archive-topics_post main .pagination__container ul {
          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; }
          .post-type-archive-topics_post main .pagination__container ul li {
            padding: 0 1.38vw; }
            .post-type-archive-topics_post main .pagination__container ul li a {
              padding: 0 .7vw;
              font-size: 1.73vw;
              -webkit-box-sizing: border-box;
              box-sizing: border-box; }
              .post-type-archive-topics_post main .pagination__container ul li a span {
                position: relative; }
                .post-type-archive-topics_post main .pagination__container ul li a span:after {
                  content: '';
                  position: absolute;
                  bottom: 0vw;
                  left: 0;
                  right: 0;
                  width: 100%;
                  height: 1px; }
              .post-type-archive-topics_post main .pagination__container ul li a.active {
                background-color: #F2F2F2; }
                .post-type-archive-topics_post main .pagination__container ul li a.active span:after {
                  display: none; }
              .post-type-archive-topics_post main .pagination__container ul li a img {
                width: .69vw;
                height: 1.38vw;
                vertical-align: baseline; } }

/******************************
topics-archive sp
*******************************/
@media screen and (max-width: 767px) {
  .post-type-archive-topics_post header .navBar {
    position: fixed; }
  .post-type-archive-topics_post main {
    margin-top: 62px; }
    .post-type-archive-topics_post main .topics__section {
      margin-top: 0; } }

/**************************************
topics-detail
***************************************/
.topics-detail-page,
.single-topicslist {
  background-color: #EFEFEF; }
  .topics-detail-page .child__page__heading,
  .single-topicslist .child__page__heading {
    margin: 84px auto 20px;
    padding: 20px 57px 0;
    border-top: 4px solid #dddddd; }
  .topics-detail-page header,
  .single-topicslist header {
    border-bottom: 0; }
    .topics-detail-page header .navBar,
    .single-topicslist header .navBar {
      position: fixed;
      background-color: #fff; }
  .topics-detail-page main,
  .single-topicslist main {
    padding: 0 150px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    background-color: #EFEFEF; }
    .topics-detail-page main .topics__detail,
    .single-topicslist main .topics__detail {
      margin: 0 auto;
      width: 100%; }
      .topics-detail-page main .topics__detail__container,
      .single-topicslist main .topics__detail__container {
        margin: 0 auto;
        width: 100%; }
      .topics-detail-page main .topics__detail__content,
      .single-topicslist main .topics__detail__content {
        margin: 0 auto;
        width: 100%; }
      .topics-detail-page main .topics__detail__kv,
      .single-topicslist main .topics__detail__kv {
        margin: 0 auto;
        width: 100%; }
        .topics-detail-page main .topics__detail__kv__bg,
        .single-topicslist main .topics__detail__kv__bg {
          padding-top: 55%;
          background-image: url(../img/topics-detail-page/kv.png);
          background-size: 100%;
          background-repeat: no-repeat;
          background-position: center; }
      .topics-detail-page main .topics__detail__innerContent,
      .single-topicslist main .topics__detail__innerContent {
        margin: 0 auto;
        padding: 60px 0 0;
        width: 100%;
        background-color: #fff; }
        .topics-detail-page main .topics__detail__innerContent__container,
        .single-topicslist main .topics__detail__innerContent__container {
          margin: 0 auto;
          width: 100%;
          padding: 0 170px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; }
        .topics-detail-page main .topics__detail__innerContent__details.second,
        .single-topicslist main .topics__detail__innerContent__details.second {
          margin-top: 25px; }
          .topics-detail-page main .topics__detail__innerContent__details.second ul li,
          .single-topicslist main .topics__detail__innerContent__details.second ul li {
            padding-left: 0; }
            .topics-detail-page main .topics__detail__innerContent__details.second ul li:before,
            .single-topicslist main .topics__detail__innerContent__details.second ul li:before {
              display: none; }
        .topics-detail-page main .topics__detail__innerContent__details h2,
        .single-topicslist main .topics__detail__innerContent__details h2 {
          margin: 20px auto;
          font-family: "Noto Serif JP", serif;
          font-size: 36px;
          letter-spacing: 0.03em;
          line-height: 1.58; }
        .topics-detail-page main .topics__detail__innerContent__details p,
        .single-topicslist main .topics__detail__innerContent__details p {
          font-family: "Noto Serif JP", serif;
          font-size: 20px;
          line-height: 1.8; }
          .topics-detail-page main .topics__detail__innerContent__details p.date-text,
          .single-topicslist main .topics__detail__innerContent__details p.date-text {
            font-family: "Noto Serif JP", serif;
            font-size: 14px;
            line-height: 1.78; }
          .topics-detail-page main .topics__detail__innerContent__details p.fw-600,
          .single-topicslist main .topics__detail__innerContent__details p.fw-600 {
            font-weight: 600; }
          .topics-detail-page main .topics__detail__innerContent__details p.middle-line,
          .single-topicslist main .topics__detail__innerContent__details p.middle-line {
            position: relative; }
            .topics-detail-page main .topics__detail__innerContent__details p.middle-line:before,
            .single-topicslist main .topics__detail__innerContent__details p.middle-line:before {
              content: '';
              position: absolute;
              top: 50%;
              left: 0;
              -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              transform: translateY(-50%);
              width: 10%;
              height: 1px;
              background-color: #000; }
        .topics-detail-page main .topics__detail__innerContent__details ul,
        .single-topicslist main .topics__detail__innerContent__details ul {
          margin-top: 0;
          list-style: none; }
          .topics-detail-page main .topics__detail__innerContent__details ul li,
          .single-topicslist main .topics__detail__innerContent__details ul li {
            padding-left: 15px;
            font-family: "Noto Serif JP", serif;
            font-size: 18px;
            line-height: 2;
            position: relative; }
            .topics-detail-page main .topics__detail__innerContent__details ul li:before,
            .single-topicslist main .topics__detail__innerContent__details ul li:before {
              content: '';
              position: absolute;
              top: 50%;
              left: 0;
              -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              transform: translateY(-50%);
              width: 8px;
              height: 8px;
              background-size: 8px;
              background-image: url(../img/network-detail-page/li-icon.png);
              background-position: center;
              background-repeat: no-repeat; }
        .topics-detail-page main .topics__detail__innerContent__details.gray-section,
        .single-topicslist main .topics__detail__innerContent__details.gray-section {
          margin: 25px 0 20px;
          padding: 20px 30px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
          .topics-detail-page main .topics__detail__innerContent__details.gray-section p,
          .single-topicslist main .topics__detail__innerContent__details.gray-section p {
            font-family: "Noto Serif JP", serif;
            font-size: 18px;
            line-height: 2; }
          .topics-detail-page main .topics__detail__innerContent__details.gray-section a,
          .single-topicslist main .topics__detail__innerContent__details.gray-section a {
            color: #278BFF;
            font-family: "Noto Serif JP", serif;
            font-size: 18px;
            line-height: 2; }
        .topics-detail-page main .topics__detail__innerContent__imagePreview,
        .single-topicslist main .topics__detail__innerContent__imagePreview {
          margin: 60px auto 40px;
          width: 438px; }
          .topics-detail-page main .topics__detail__innerContent__imagePreview img:first-child,
          .single-topicslist main .topics__detail__innerContent__imagePreview img:first-child {
            margin-bottom: 30px; }
          .topics-detail-page main .topics__detail__innerContent__imagePreview iframe,
          .single-topicslist main .topics__detail__innerContent__imagePreview iframe {
            width: 438px;
            height: 263px; }
          .topics-detail-page main .topics__detail__innerContent__imagePreview .iframe__details,
          .single-topicslist main .topics__detail__innerContent__imagePreview .iframe__details {
            margin: 20px auto;
            width: 100%;
            background-color: #F2F2F2; }
            .topics-detail-page main .topics__detail__innerContent__imagePreview .iframe__details p,
            .single-topicslist main .topics__detail__innerContent__imagePreview .iframe__details p {
              font-family: "Noto Serif JP", serif;
              font-size: 14px;
              line-height: 1.74;
              padding: 10px;
              -webkit-box-sizing: border-box;
              box-sizing: border-box; }
        .topics-detail-page main .topics__detail__innerContent__table,
        .single-topicslist main .topics__detail__innerContent__table {
          margin: 50px auto 60px;
          width: 100%; }
          .topics-detail-page main .topics__detail__innerContent__table table tr,
          .single-topicslist main .topics__detail__innerContent__table table tr {
            border-bottom: 1px solid #707070; }
            .topics-detail-page main .topics__detail__innerContent__table table tr td,
            .single-topicslist main .topics__detail__innerContent__table table tr td {
              padding: 10px 0 10px 10px;
              font-family: "Noto Serif JP", serif;
              font-size: 20px;
              line-height: 1.8;
              -webkit-box-sizing: border-box;
              box-sizing: border-box; }
              .topics-detail-page main .topics__detail__innerContent__table table tr td:first-child,
              .single-topicslist main .topics__detail__innerContent__table table tr td:first-child {
                width: 25%; }
        .topics-detail-page main .topics__detail__innerContent .see__more__btn,
        .single-topicslist main .topics__detail__innerContent .see__more__btn {
          padding-bottom: 50px;
          width: 100%;
          max-width: 400px; }
          .topics-detail-page main .topics__detail__innerContent .see__more__btn .view--page,
          .single-topicslist main .topics__detail__innerContent .see__more__btn .view--page {
            margin: 0 auto; }
            .topics-detail-page main .topics__detail__innerContent .see__more__btn .view--page:before,
            .single-topicslist main .topics__detail__innerContent .see__more__btn .view--page:before {
              display: none; }
  .topics-detail-page .footer,
  .single-topicslist .footer {
    background-color: #fff; }

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .topics-detail-page .child__page__heading,
  .single-topicslist .child__page__heading {
    margin: 68px auto 20px;
    padding: 20px 2vw 0 4vw; }
  .topics-detail-page header .navBar,
  .single-topicslist header .navBar {
    position: fixed; }
  .topics-detail-page main,
  .single-topicslist main {
    padding: 0 10vw; }
    .topics-detail-page main .topics__detail__kv__bg,
    .single-topicslist main .topics__detail__kv__bg {
      padding-top: 55%; }
    .topics-detail-page main .topics__detail__innerContent,
    .single-topicslist main .topics__detail__innerContent {
      padding: 4.16vw 0 0; }
      .topics-detail-page main .topics__detail__innerContent__container,
      .single-topicslist main .topics__detail__innerContent__container {
        padding: 0 11.80vw; }
      .topics-detail-page main .topics__detail__innerContent__itemThumbnail,
      .single-topicslist main .topics__detail__innerContent__itemThumbnail {
        width: 20vw;
        height: 20vw; }
      .topics-detail-page main .topics__detail__innerContent__details h2,
      .single-topicslist main .topics__detail__innerContent__details h2 {
        margin: 1.38vw auto;
        font-size: 2.5vw; }
      .topics-detail-page main .topics__detail__innerContent__details p,
      .single-topicslist main .topics__detail__innerContent__details p {
        font-size: 1.38vw; }
      .topics-detail-page main .topics__detail__innerContent__details ul li,
      .single-topicslist main .topics__detail__innerContent__details ul li {
        padding-left: 1.04vw;
        font-size: 1.25vw; }
        .topics-detail-page main .topics__detail__innerContent__details ul li:before,
        .single-topicslist main .topics__detail__innerContent__details ul li:before {
          width: .55vw;
          height: .55vw;
          background-size: .55vw; }
      .topics-detail-page main .topics__detail__innerContent__details.gray-section,
      .single-topicslist main .topics__detail__innerContent__details.gray-section {
        margin: 1.73vw 0 1.38vw;
        padding: 1.38vw 2.08vw; }
        .topics-detail-page main .topics__detail__innerContent__details.gray-section p,
        .single-topicslist main .topics__detail__innerContent__details.gray-section p {
          font-size: 1.25vw; }
        .topics-detail-page main .topics__detail__innerContent__details.gray-section a,
        .single-topicslist main .topics__detail__innerContent__details.gray-section a {
          font-size: 1.25vw; }
      .topics-detail-page main .topics__detail__innerContent__table,
      .single-topicslist main .topics__detail__innerContent__table {
        margin: 3.47vw auto 4.16vw;
        width: 100%; }
        .topics-detail-page main .topics__detail__innerContent__table table tr td,
        .single-topicslist main .topics__detail__innerContent__table table tr td {
          padding: 0.69vw 0 0.69vw 0.69vw;
          font-size: 1.38vw; }
          .topics-detail-page main .topics__detail__innerContent__table table tr td a,
          .single-topicslist main .topics__detail__innerContent__table table tr td a {
            color: #278BFF; }
          .topics-detail-page main .topics__detail__innerContent__table table tr td:first-child,
          .single-topicslist main .topics__detail__innerContent__table table tr td:first-child {
            vertical-align: top;
            width: 25%; }
      .topics-detail-page main .topics__detail__innerContent__imagePreview,
      .single-topicslist main .topics__detail__innerContent__imagePreview {
        margin: 4.16vw auto 2.77vw;
        width: 30vw; }
        .topics-detail-page main .topics__detail__innerContent__imagePreview img:first-child,
        .single-topicslist main .topics__detail__innerContent__imagePreview img:first-child {
          margin-bottom: 4.16vw; }
        .topics-detail-page main .topics__detail__innerContent__imagePreview iframe,
        .single-topicslist main .topics__detail__innerContent__imagePreview iframe {
          width: 30vw;
          height: 17vw; }
        .topics-detail-page main .topics__detail__innerContent__imagePreview .iframe__details,
        .single-topicslist main .topics__detail__innerContent__imagePreview .iframe__details {
          margin: 1.38vw auto;
          width: 100%;
          background-color: #F2F2F2; }
          .topics-detail-page main .topics__detail__innerContent__imagePreview .iframe__details p,
          .single-topicslist main .topics__detail__innerContent__imagePreview .iframe__details p {
            font-size: 0.97vw;
            line-height: 1.74;
            padding: 0.69vw;
            -webkit-box-sizing: border-box;
            box-sizing: border-box; }
      .topics-detail-page main .topics__detail__innerContent .see__more__btn,
      .single-topicslist main .topics__detail__innerContent .see__more__btn {
        padding-bottom: 3.47vw; }
        .topics-detail-page main .topics__detail__innerContent .see__more__btn .view--page,
        .single-topicslist main .topics__detail__innerContent .see__more__btn .view--page {
          margin: 0 auto; }
          .topics-detail-page main .topics__detail__innerContent .see__more__btn .view--page:before,
          .single-topicslist main .topics__detail__innerContent .see__more__btn .view--page:before {
            display: none; } }

/******************************
topics-detail sp
*******************************/
@media screen and (max-width: 767px) {
  .topics-detail-page .child__page__heading,
  .single-topicslist .child__page__heading {
    margin: 60px auto 20px;
    padding: 20px 20px 0; }
  .topics-detail-page header .navBar,
  .single-topicslist header .navBar {
    padding-top: 10px;
    padding-bottom: 10px;
    position: fixed; }
  .topics-detail-page main,
  .single-topicslist main {
    padding: 0; }
    .topics-detail-page main .topics__detail__kv__bg,
    .single-topicslist main .topics__detail__kv__bg {
      padding-top: 55%; }
    .topics-detail-page main .topics__detail__innerContent,
    .single-topicslist main .topics__detail__innerContent {
      padding: 17px 0 0;
      width: calc(100% - 11px); }
      .topics-detail-page main .topics__detail__innerContent__container,
      .single-topicslist main .topics__detail__innerContent__container {
        padding: 0 18px; }
        .topics-detail-page main .topics__detail__innerContent__container .order1,
        .single-topicslist main .topics__detail__innerContent__container .order1 {
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1; }
        .topics-detail-page main .topics__detail__innerContent__container .order2,
        .single-topicslist main .topics__detail__innerContent__container .order2 {
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2; }
        .topics-detail-page main .topics__detail__innerContent__container .order3,
        .single-topicslist main .topics__detail__innerContent__container .order3 {
          -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
          order: 3; }
        .topics-detail-page main .topics__detail__innerContent__container .order4,
        .single-topicslist main .topics__detail__innerContent__container .order4 {
          -webkit-box-ordinal-group: 5;
          -ms-flex-order: 4;
          order: 4; }
      .topics-detail-page main .topics__detail__innerContent__itemThumbnail,
      .single-topicslist main .topics__detail__innerContent__itemThumbnail {
        width: 91px;
        height: 91px; }
      .topics-detail-page main .topics__detail__innerContent__details h2,
      .single-topicslist main .topics__detail__innerContent__details h2 {
        margin: 17px auto;
        font-size: 24px;
        letter-spacing: 0.025em; }
      .topics-detail-page main .topics__detail__innerContent__details p,
      .single-topicslist main .topics__detail__innerContent__details p {
        font-size: 20px; }
      .topics-detail-page main .topics__detail__innerContent__details ul li,
      .single-topicslist main .topics__detail__innerContent__details ul li {
        margin-bottom: 5.85px;
        padding-left: 17px;
        font-size: 18px;
        line-height: 1.36; }
        .topics-detail-page main .topics__detail__innerContent__details ul li:last-child,
        .single-topicslist main .topics__detail__innerContent__details ul li:last-child {
          margin-bottom: 0; }
        .topics-detail-page main .topics__detail__innerContent__details ul li:before,
        .single-topicslist main .topics__detail__innerContent__details ul li:before {
          top: 8px;
          left: 0;
          -webkit-transform: translateY(0%);
          -ms-transform: translateY(0%);
          transform: translateY(0%);
          width: 10px;
          height: 10px;
          background-size: 10px; }
      .topics-detail-page main .topics__detail__innerContent__details.gray-section,
      .single-topicslist main .topics__detail__innerContent__details.gray-section {
        margin: 17px 0 11px;
        padding: 17px 14px; }
        .topics-detail-page main .topics__detail__innerContent__details.gray-section p,
        .single-topicslist main .topics__detail__innerContent__details.gray-section p {
          font-size: 18px; }
        .topics-detail-page main .topics__detail__innerContent__details.gray-section a,
        .single-topicslist main .topics__detail__innerContent__details.gray-section a {
          font-size: 20px; }
      .topics-detail-page main .topics__detail__innerContent__table,
      .single-topicslist main .topics__detail__innerContent__table {
        margin: 25px auto 25px;
        width: 100%; }
        .topics-detail-page main .topics__detail__innerContent__table table tr,
        .single-topicslist main .topics__detail__innerContent__table table tr {
          border: 0; }
          .topics-detail-page main .topics__detail__innerContent__table table tr td,
          .single-topicslist main .topics__detail__innerContent__table table tr td {
            padding: 10px 0 10px 0;
            font-size: 20px;
            display: block; }
            .topics-detail-page main .topics__detail__innerContent__table table tr td a,
            .single-topicslist main .topics__detail__innerContent__table table tr td a {
              color: #278BFF; }
            .topics-detail-page main .topics__detail__innerContent__table table tr td:first-child,
            .single-topicslist main .topics__detail__innerContent__table table tr td:first-child {
              vertical-align: top;
              width: 100%;
              border-bottom: 1px solid #707070; }
      .topics-detail-page main .topics__detail__innerContent__imagePreview,
      .single-topicslist main .topics__detail__innerContent__imagePreview {
        margin: 16px auto 17px;
        width: 320px; }
        .topics-detail-page main .topics__detail__innerContent__imagePreview img:first-child,
        .single-topicslist main .topics__detail__innerContent__imagePreview img:first-child {
          margin-bottom: 20px; }
        .topics-detail-page main .topics__detail__innerContent__imagePreview iframe,
        .single-topicslist main .topics__detail__innerContent__imagePreview iframe {
          width: 320px;
          height: 179px; }
        .topics-detail-page main .topics__detail__innerContent__imagePreview .iframe__details,
        .single-topicslist main .topics__detail__innerContent__imagePreview .iframe__details {
          margin: 10px auto;
          width: 100%;
          background-color: #F2F2F2; }
          .topics-detail-page main .topics__detail__innerContent__imagePreview .iframe__details p,
          .single-topicslist main .topics__detail__innerContent__imagePreview .iframe__details p {
            font-size: 20px;
            line-height: 1.74;
            padding: 10px; }
      .topics-detail-page main .topics__detail__innerContent .see__more__btn,
      .single-topicslist main .topics__detail__innerContent .see__more__btn {
        padding-bottom: 35px; }
        .topics-detail-page main .topics__detail__innerContent .see__more__btn .view--page,
        .single-topicslist main .topics__detail__innerContent .see__more__btn .view--page {
          margin: 0 auto; }
          .topics-detail-page main .topics__detail__innerContent .see__more__btn .view--page:before,
          .single-topicslist main .topics__detail__innerContent .see__more__btn .view--page:before {
            display: none; }
    .topics-detail-page main .pagination,
    .single-topicslist main .pagination {
      margin: 0 auto 0;
      padding-bottom: 30px;
      width: 100%; }
      .topics-detail-page main .pagination__container,
      .single-topicslist main .pagination__container {
        margin: 0 auto;
        width: 100%; }
        .topics-detail-page main .pagination__container ul,
        .single-topicslist main .pagination__container ul {
          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; }
          .topics-detail-page main .pagination__container ul li,
          .single-topicslist main .pagination__container ul li {
            padding: 0 5px; }
            .topics-detail-page main .pagination__container ul li.arrow a:hover,
            .single-topicslist main .pagination__container ul li.arrow a:hover {
              background-color: transparent;
              color: #FF3967; }
            .topics-detail-page main .pagination__container ul li a,
            .single-topicslist main .pagination__container ul li a {
              font-family: "Noto Sans JP", sans-serif;
              padding: 3px 10px;
              font-size: 25px;
              border-radius: 4px;
              /* This timing applies on the way IN */
              -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
              -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
              transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
              /* A litttttle slower on the way in */
              -webkit-transition: 0.5s;
              -o-transition: 0.5s;
              transition: 0.5s; }
              .topics-detail-page main .pagination__container ul li a span,
              .single-topicslist main .pagination__container ul li a span {
                position: relative; }
                .topics-detail-page main .pagination__container ul li a span:after,
                .single-topicslist main .pagination__container ul li a span:after {
                  content: '';
                  position: absolute;
                  bottom: 2px;
                  left: 0;
                  right: 0;
                  width: 100%;
                  height: 1px;
                  background-color: #000;
                  /* This timing applies on the way IN */
                  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
                  -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
                  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
                  /* A litttttle slower on the way in */
                  -webkit-transition: 0.5s;
                  -o-transition: 0.5s;
                  transition: 0.5s; }
              .topics-detail-page main .pagination__container ul li a.active,
              .single-topicslist main .pagination__container ul li a.active {
                background-color: #F2F2F2; }
                .topics-detail-page main .pagination__container ul li a.active:hover,
                .single-topicslist main .pagination__container ul li a.active:hover {
                  background-color: #F2F2F2; }
                .topics-detail-page main .pagination__container ul li a.active span:after,
                .single-topicslist main .pagination__container ul li a.active span:after {
                  display: none; }
              .topics-detail-page main .pagination__container ul li a img,
              .single-topicslist main .pagination__container ul li a img {
                width: 10px;
                height: 20px;
                vertical-align: baseline; }
              .topics-detail-page main .pagination__container ul li a:hover,
              .single-topicslist main .pagination__container ul li a:hover {
                background-color: #F7BBC9; }
                .topics-detail-page main .pagination__container ul li a:hover span:after,
                .single-topicslist main .pagination__container ul li a:hover span:after {
                  display: none; } }

/**************************************
	topics
***************************************/
.page-template-page-topics .accordion-content-about,
.page-template-page-topics .accordion-content-network,
.page-template-page-topics .accordion-content-contact {
  display: none; }

.page-template-page-topics .accordion-content-topics {
  display: block; }

.page-template-page-topics .see__more__btn button.hide-items:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  -ms-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  width: 15px;
  height: 15px;
  background-image: url(../img/common/see_more_plus.png);
  background-size: 15px;
  background-position: center;
  background-repeat: no-repeat;
  /* This timing applies on the way IN */
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  /* A litttttle slower on the way in */
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  z-index: 1; }

.page-template-page-topics .see__more__btn button:hover.hide-items:before {
  -webkit-transform: translate(0, -50%) rotate(135deg);
  -ms-transform: translate(0, -50%) rotate(135deg);
  transform: translate(0, -50%) rotate(135deg); }

.page-template-page-topics .see__more__btn .view--archive {
  margin: 0 auto 35px;
  padding: 24px 0;
  display: block;
  width: 100%;
  max-width: 400px;
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  border: 1px solid #000;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  /* This timing applies on the way IN */
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  /* A litttttle slower on the way in */
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: -o-linear-gradient(left, #f7bbc9 50%, #fff 50%);
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #f7bbc9), color-stop(50%, #fff));
  background: linear-gradient(to right, #f7bbc9 50%, #fff 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  cursor: pointer;
  z-index: 2;
  opacity: 1; }
  .page-template-page-topics .see__more__btn .view--archive.fadeOut {
    opacity: 0 !important;
    pointer-events: none; }
  .page-template-page-topics .see__more__btn .view--archive:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 10%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url(../img/common/see_more_plus.png);
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    /* This timing applies on the way IN */
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    /* A litttttle slower on the way in */
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    z-index: 1; }
  .page-template-page-topics .see__more__btn .view--archive:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 100%;
    background-color: #ff3967;
    -webkit-transition: width .5s ease-in-out;
    -o-transition: width .5s ease-in-out;
    transition: width .5s ease-in-out;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
    z-index: -1; }
  .page-template-page-topics .see__more__btn .view--archive:hover {
    background-position: left bottom; }
    .page-template-page-topics .see__more__btn .view--archive:hover:before {
      -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
      transform: translateY(-50%) rotate(180deg); }
    .page-template-page-topics .see__more__btn .view--archive:hover:after {
      width: 100%; }

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .page-template-page-topics .accordion-content-about,
  .page-template-page-topics .accordion-content-network {
    display: none; }
  .page-template-page-topics .see__more__btn .view--archive {
    margin-bottom: 2.43vw;
    padding: 1.66vw 0;
    width: 100%;
    max-width: 27.77vw;
    font-size: 1.38vw; }
    .page-template-page-topics .see__more__btn .view--archive:before {
      width: 1.38vw;
      height: 1.38vw;
      background-size: 1.38vw; }
    .page-template-page-topics .see__more__btn .view--archive:hover:after {
      width: 100%; } }

/******************************
    topics sp
*******************************/
@media screen and (max-width: 767px) {
  .page-template-page-topics header {
    border-bottom: 0; }
  .page-template-page-topics .accordion-content-about,
  .page-template-page-topics .accordion-content-network {
    display: none; }
  .page-template-page-topics .see__more__btn .view--archive {
    padding: 14px 0;
    width: 100%;
    max-width: 187.5px;
    font-size: 11px; }
    .page-template-page-topics .see__more__btn .view--archive:before {
      width: 11px;
      height: 11px;
      background-image: url(../img/common/see_more_plus.png);
      background-size: 11px; }
    .page-template-page-topics .see__more__btn .view--archive:hover:after {
      width: 100%; }
  .page-template-page-topics .topics__section {
    margin-top: 0; }
  .page-template-page-topics main .pagination {
    width: 100%; }
    .page-template-page-topics main .pagination__container {
      margin: 20px auto 0;
      width: 100%; }
    .page-template-page-topics main .pagination__list {
      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; }
      .page-template-page-topics main .pagination__list a,
      .page-template-page-topics main .pagination__list span {
        border-radius: 4px;
        margin: 0 10px;
        padding: 0 10px;
        font-family: "Noto Serif JP", serif;
        font-size: 25px;
        line-height: normal;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
        opacity: 1;
        /* This timing applies on the way IN */
        -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
        -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
        transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
        /* A litttttle slower on the way in */
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        position: relative; }
        .page-template-page-topics main .pagination__list a:after,
        .page-template-page-topics main .pagination__list span:after {
          margin: 0 auto;
          content: '';
          position: absolute;
          bottom: 3px;
          left: 0;
          right: 0;
          width: 60%;
          height: 1px;
          background-color: #000;
          /* This timing applies on the way IN */
          -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          /* A litttttle slower on the way in */
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s; }
        .page-template-page-topics main .pagination__list a img,
        .page-template-page-topics main .pagination__list span img {
          width: 10px;
          height: 20px;
          vertical-align: baseline; }
        .page-template-page-topics main .pagination__list a:hover,
        .page-template-page-topics main .pagination__list span:hover {
          background-color: #F7BBC9; }
          .page-template-page-topics main .pagination__list a:hover:after,
          .page-template-page-topics main .pagination__list span:hover:after {
            display: none; }
        .page-template-page-topics main .pagination__list a.current,
        .page-template-page-topics main .pagination__list span.current {
          background-color: #F2F2F2; }
          .page-template-page-topics main .pagination__list a.current:hover,
          .page-template-page-topics main .pagination__list span.current:hover {
            background-color: #F2F2F2; }
          .page-template-page-topics main .pagination__list a.current:after,
          .page-template-page-topics main .pagination__list span.current:after {
            display: none; }
        .page-template-page-topics main .pagination__list a.prev, .page-template-page-topics main .pagination__list a.next,
        .page-template-page-topics main .pagination__list span.prev,
        .page-template-page-topics main .pagination__list span.next {
          font-size: 0; }
          .page-template-page-topics main .pagination__list a.prev:hover, .page-template-page-topics main .pagination__list a.next:hover,
          .page-template-page-topics main .pagination__list span.prev:hover,
          .page-template-page-topics main .pagination__list span.next:hover {
            background-color: transparent; }
          .page-template-page-topics main .pagination__list a.prev:after, .page-template-page-topics main .pagination__list a.next:after,
          .page-template-page-topics main .pagination__list span.prev:after,
          .page-template-page-topics main .pagination__list span.next:after {
            display: none; } }
</pre></body></html>