@charset "UTF-8";
/*
Theme Name: 日米学生会議
Description: 
Version: 1.0
Author: KARTEPOST
Author URI: https://www.kartepost.com/
*/
html {
  font-size: 62.5%;
  margin: 0;
  padding: 0; }

body {
  font-size: 16px;
  font-size: 1.6rem;
  color: #212121;
  font-family: 'fgutsukushiweb','Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 400;
  position: relative;
  margin: 0;
  padding: 0;
  line-height: 1.8;
  background-color: #fff; }

ul, ol {
  list-style: none; }

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

a {
  color: #0075c1;
  transition: opacity 0.5s; }

a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50); }

p {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 100;
  font-style: normal; }

.contents {
  margin: 0 auto;
  max-width: 1140px;
  padding: 0 10px;
  box-sizing: border-box; }
  .contents.single {
    max-width: 800px; }
  @media screen and (max-width: 959px) {
    .contents {
      max-width: 90%; }
      .contents.single {
        max-width: 90%; } }
@media screen and (min-width: 960px), print {
  .pc {
    display: block; } }

@media screen and (max-width: 959px) {
  .pc {
    display: none; } }

@media screen and (max-width: 559px), print {
  .pc {
    display: none; } }

@media screen and (min-width: 960px), print {
  .sm {
    display: none; } }

@media screen and (max-width: 959px) {
  .sm {
    display: none; } }

@media screen and (max-width: 559px), print {
  .sm {
    display: block; } }

@media screen and (min-width: 960px), print {
  .pc-tab {
    display: block; } }

@media screen and (max-width: 959px) {
  .pc-tab {
    display: block; } }

@media screen and (max-width: 559px), print {
  .pc-tab {
    display: none; } }

@media screen and (min-width: 960px), print {
  .sm-tab {
    display: none; } }

@media screen and (max-width: 959px) {
  .sm-tab {
    display: block; } }

@media screen and (max-width: 559px), print {
  .sm-tab {
    display: block; } }

@media screen and (min-width: 960px), print {
  .pc-sm {
    display: block; } }

@media screen and (max-width: 959px) {
  .pc-sm {
    display: none; } }

@media screen and (max-width: 559px), print {
  .pc-sm {
    display: block; } }

/*** 共通項目 --------------------------***/
.txtCenter {
  margin: 0 auto;
  text-align: center; }

.txtRight {
  text-align: right;
  margin-left: 0;
  margin-right: auto; }

.txtLeft {
  text-align: left;
  margin-right: 0;
  margin-left: auto; }

.btnMore {
  margin-bottom: 10px;
  width: auto;
  font-family: trajan-pro-3, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  font-size: 1.8rem; }
  .btnMore a {
    display: inline-block;
    width: auto;
    text-decoration: none;
    position: relative;
    line-height: 2;
    color: #212121;
    padding-right: 35px; }
    .btnMore a:after {
      position: absolute;
      bottom: 50%;
      right: 0px;
      content: "";
      transform: translateY(50%);
      width: 24px;
      height: 24px;
      background: url(img/icon_arrow.png) no-repeat; }

.txtMore {
  text-align: right;
  font-family: trajan-pro-3, serif;
  font-weight: 400;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  .txtMore a {
    position: relative;
    z-index: 2;
    display: inline-block;
    background-color: #fff;
    text-align: left;
    padding-left: 10px;
    text-decoration: none;
    color: #212121; }
    .txtMore a:after {
      content: url(img/icon_arrow.png);
      position: relative;
      top: 6px;
      padding-left: 10px; }
  .txtMore:before {
    content: '';
    border-top: 1px solid #ccc;
    margin-right: 1rem;
    flex-grow: 1; }
  .txtMore.short:before {
    flex-basis: 200px;
    flex-grow: inherit; }
  @media screen and (min-width: 960px), print {
    .txtMore.sm-tab {
      display: none; } }
  @media screen and (max-width: 959px) {
    .txtMore.sm-tab {
      display: block; } }
  @media screen and (max-width: 559px), print {
    .txtMore.sm-tab {
      display: block; } }
.counterBox {
  counter-reset: section;
  margin: 15px 0 1.8em; }
  .counterBox li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px; }
    .counterBox li:before {
      position: absolute;
      left: 0;
      counter-increment: section;
      content: counter(section) ".";
      color: #212121; }
    .counterBox li span {
      position: relative; }
      .counterBox li span:before {
        content: '-----';
        color: #009b74;
        padding-right: 10px; }
    .counterBox li ul {
      counter-reset: section; }

/*** header --------------------***/
.mainNav .mainUl {
  position: relative;
  display: flex;
  -js-display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.01rem;
  height: 80px; }
  .mainNav .mainUl li {
    padding-right: 15px; }
    .mainNav .mainUl li a {
      color: #212121;
      transition: color 1s;
      text-decoration: none; }
    .mainNav .mainUl li a:hover {
      border-bottom: 2px solid #c23e4b;
      padding-bottom: 6px;
      opacity: 0.5;
      filter: alpha(opacity=50);
      -moz-opacity: 0.5;
      transition: opacity 0.5s; }
    .mainNav .mainUl li.active a {
      border-bottom: 2px solid #c23e4b;
      padding-bottom: 6px; }
    .mainNav .mainUl li.home.active a {
      border: none; }
  @media screen and (max-width: 1000px) {
    .mainNav .mainUl li {
      padding-right: 10px; } }
.subNav {
  margin-left: auto;
  margin-right: 0; }
  .subNav ul {
    height: 50px;
    display: flex;
    -js-display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.01rem;
    position: relative; }
    .subNav ul li a {
      display: flex;
      color: #212121;
      text-decoration: none;
      margin-right: 10px;
      padding-left: 10px;
      position: relative; }
      .subNav ul li a:before {
        position: absolute;
        content: '';
        top: 10px;
        left: 0;
        background-color: #212121;
        width: 6px;
        height: 2px; }
    .subNav ul li:nth-child(1) {
      order: 1; }
    .subNav ul li:nth-child(2) {
      order: 2; }
    .subNav ul li:nth-child(3) {
      order: 3; }
    .subNav ul li:nth-child(4) {
      order: 4; }
    .subNav ul li:nth-child(5) {
      order: 5; }
    .subNav ul li .sub {
      display: none; }
    .subNav ul li.donate a {
      background-color: #009b74;
      color: #fff;
      padding: 5px 10px; }
      .subNav ul li.donate a:before {
        content: none; }
    .subNav ul li.req a {
      background-color: #000;
      color: #fff;
      padding: 5px 10px; }
      .subNav ul li.req a:before {
        content: none; }
    .subNav ul li.join a {
      background-color: #e41b23;
      color: #fff;
      padding: 5px 10px;
      margin-right: 0; }
      .subNav ul li.join a:before {
        content: none; }

.header {
  position: relative;
  z-index: 10;
  height: 150px;
  padding: 0 30px;
  box-sizing: border-box;
  background: #fff;
  display: flex;
  -js-display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  .header .logo {
    width: auto;
    line-height: 1.2;
    display: flex;
    align-items: center;
    height: 150px; }
    .header .logo img {
      max-width: 295px;
      margin: auto;
      display: block; }
  @media screen and (max-width: 1140px) {
    .header .logo {
      padding-left: 10px; } }
  @media screen and (max-width: 959px) {
    .header {
      height: 80px;
      padding-left: 10px;
      padding-right: 0; }
      .header .logo {
        height: 80px;
        padding-left: 10px; }
        .header .logo img {
          max-width: 60%;
          margin-left: 0; }
      .header .inner {
        height: 80px; }
      .header .subNav {
        display: none; } }
  .header .mainNav .mainUl {
    justify-content: space-around; }
  @media screen and (min-width: 960px), print {
    .header .mainNav {
      /* ドロップメニュー */ }
      .header .mainNav .mainUl {
        height: 80px;
        position: relative;
        padding-top: 20px; }
        .header .mainNav .mainUl li {
          margin-right: 0;
          padding-right: 0;
          margin-left: 30px;
          font-size: 12px;
          font-size: 1.2rem;
          text-align: left; }
          .header .mainNav .mainUl li a {
            display: block;
            display: flex;
            -js-display: flex;
            flex-direction: column-reverse;
            align-items: flex-start; }
          .header .mainNav .mainUl li span {
            display: block;
            font-size: 20px;
            font-size: 2rem; }
          .header .mainNav .mainUl li.wpml-ls-item {
            display: none; }
          .header .mainNav .mainUl li:last-child {
            margin-right: 0; }
          .header .mainNav .mainUl li.fnav, .header .mainNav .mainUl li.contact, .header .mainNav .mainUl li.req, .header .mainNav .mainUl li.join, .header .mainNav .mainUl li.donate {
            display: none; }
      .header .mainNav .menu > .menu-item {
        display: inline-block;
        padding: .5em .3em; }
      .header .mainNav .menu-item {
        list-style-type: none; }
      .header .mainNav .menu-item-has-children {
        position: relative; }
      .header .mainNav .menu-item-has-children:hover {
        cursor: pointer; }
      .header .mainNav .menu-item-has-children:hover .sub-menu {
        display: none; }
      .header .mainNav .sub-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 200px;
        background: #009b74;
        padding: 10px 0; }
      .header .mainNav .sub-menu > .menu-item a {
        display: inline-block;
        width: 100%;
        height: 100%;
        line-height: 1.3;
        padding: 0px 5px;
        color: #fff;
        text-align: center; } }
  @media screen and (max-width: 959px) {
    .header .mainNav {
      position: fixed;
      top: 0;
      z-index: 500;
      left: -300px;
      width: 300px;
      height: 100%;
      overflow-y: auto;
      background-color: rgba(33, 33, 33, 0.9);
      justify-content: flex-start;
      align-items: flex-start;
      display: block; }
      .header .mainNav .mainUl {
        padding: 10px 0 10px;
        justify-content: flex-start;
        flex-direction: column;
        align-items: inherit;
        display: block;
        height: auto;
        font-size: 18px;
        font-size: 1.8rem; }
        .header .mainNav .mainUl li {
          cursor: pointer;
          font-size: 1.4rem;
          border-bottom: 1px solid #fff; }
          .header .mainNav .mainUl li.subnav {
            display: block; }
          .header .mainNav .mainUl li a {
            color: #fff;
            text-decoration: none;
            display: block;
            padding: 15px 20px;
            position: relative;
            width: 100%; }
          .header .mainNav .mainUl li a:hover {
            padding-bottom: 15px;
            border-bottom: none; }
          .header .mainNav .mainUl li.active a {
            border-bottom: none;
            padding-bottom: 15px; }
          .header .mainNav .mainUl li .sub {
            display: none; }
          .header .mainNav .mainUl li .sub-menu {
            display: block;
            padding: 0; }
            .header .mainNav .mainUl li .sub-menu li {
              border-bottom: none;
              padding-left: 15px; }
              .header .mainNav .mainUl li .sub-menu li a {
                padding-top: 0;
                padding-bottom: 15px; }
    .header .btn {
      display: inline-block; } }
  .header .btn,
  .header .btn span {
    transition: all .4s;
    box-sizing: border-box; }
  .header .btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    z-index: 100; }
  .header .btn span {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    width: 50px;
    height: 6px;
    border-radius: 2px;
    background-color: #e41b23;
    z-index: 100; }
  .header .btn span:nth-of-type(1) {
    top: 20px; }
  .header .btn span:nth-of-type(2) {
    top: 37px; }
  .header .btn span:nth-of-type(3) {
    bottom: 20px; }
  .header .btn.on span:nth-of-type(1) {
    -webkit-transform: translateY(17px) rotate(-45deg);
    transform: translateY(17px) rotate(-45deg); }
  .header .btn.on span:nth-of-type(2) {
    opacity: 0; }
  .header .btn.on span:nth-of-type(3) {
    -webkit-transform: translateY(-17px) rotate(45deg);
    transform: translateY(-17px) rotate(45deg); }

/*** footer --------------------------***/
footer {
  margin-top: 80px;
  font-weight: normal;
  padding: 0 50px; }
  footer .address {
    margin-top: 20px; }
  footer .flexBox {
    display: flex;
    -js-display: flex;
    justify-content: center;
    align-items: flex-start; }
    footer .flexBox a {
      text-decoration: none;
      color: #212121; }
    footer .flexBox:first-child {
      margin-bottom: 60px; }
    footer .flexBox .leftBox {
      width: 400px;
      padding-right: 30px;
      box-sizing: border-box; }
      footer .flexBox .leftBox logo {
        width: 100%; }
  footer .mainNav {
    width: calc(100% - 400px);
    max-width: 800px;
    margin-bottom: 50px; }
    footer .mainNav .mainUl {
      display: flex;
      -js-display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      flex-wrap: wrap;
      text-align: left;
      height: 150px; }
      footer .mainNav .mainUl li {
        padding-right: 20px;
        padding-bottom: 5px;
        font-size: 16px;
        font-size: 1.6rem; }
        footer .mainNav .mainUl li a:hover {
          border-bottom: none;
          padding-bottom: 0; }
        footer .mainNav .mainUl li.active a {
          border-bottom: none;
          padding-bottom: 0; }
        footer .mainNav .mainUl li.home {
          display: none; }
        footer .mainNav .mainUl li.req a, footer .mainNav .mainUl li.contact a {
          background-color: #000;
          color: #fff;
          padding: 5px 10px; }
        footer .mainNav .mainUl li.join a {
          background-color: #e41b23;
          color: #fff;
          padding: 5px 10px;
          margin-right: 0; }
        footer .mainNav .mainUl li.donate a {
          background-color: #009b74;
          color: #fff;
          padding: 5px 10px;
          margin-right: 0; }
        footer .mainNav .mainUl li .sub-menu {
          display: block;
          padding-top: 5px; }
          footer .mainNav .mainUl li .sub-menu li {
            padding-left: 0;
            font-size: 12px;
            font-size: 1.2rem;
            line-height: 1.2; }
      footer .mainNav .mainUl span {
        display: none; }
  footer .subNav {
    margin-left: auto;
    margin-right: 0; }
    footer .subNav ul {
      height: 50px;
      display: flex;
      -js-display: flex;
      justify-content: flex-end;
      align-items: flex-end;
      font-size: 14px;
      font-size: 1.4rem;
      letter-spacing: 0.01rem;
      position: relative; }
  footer .subNav {
    margin: 0;
    margin-left: 20px; }
    footer .subNav ul {
      height: auto;
      justify-content: inherit;
      flex-direction: column; }
      footer .subNav ul li {
        height: 50px; }
        footer .subNav ul li.header {
          display: none; }
        footer .subNav ul li.contact a {
          background-color: #000;
          color: #fff;
          padding: 5px 10px; }
          footer .subNav ul li.contact a:before {
            content: none; }
  footer .logo {
    max-width: 400px;
    height: auto; }
  footer .txtCenter {
    margin-bottom: 50px; }
    footer .txtCenter p {
      padding-bottom: 10px; }
    footer .txtCenter .copyright {
      font-family: trajan-pro-3, serif;
      font-weight: 400;
      font-style: normal;
      font-size: 14px;
      font-size: 1.4rem; }
  @media screen and (max-width: 1140px) {
    footer {
      padding-left: 10px;
      padding-right: 10px; }
      footer .logo {
        width: auto; } }
  @media screen and (max-width: 1000px) {
    footer {
      padding: 50px 20px 40px;
      margin-top: 0px; }
      footer .logo img {
        max-width: 100%; }
      footer .mainNav {
        display: none; }
      footer .flexBox {
        flex-direction: column;
        align-items: center;
        text-align: center; }
        footer .flexBox.pc {
          display: none; } }
#pagetop {
  display: none;
  position: fixed;
  bottom: 120px;
  right: 50px;
  z-index: 5;
  width: 72px;
  height: 55px; }
  @media screen and (max-width: 559px), print {
    #pagetop {
      bottom: 15px;
      right: 15px; } }
  #pagetop a {
    display: block;
    position: relative; }
  #pagetop a:before {
    content: url(img/pagetop.png);
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  #pagetop a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    transition: opacity 0.7s; }

/*** top --------------------------***/
.home h2 {
  font-size: 40px;
  font-size: 4rem; }

@media screen and (max-width: 959px) {
  .home h2 {
    font-size: 26px;
    font-size: 2.6rem; } }

.topMainimg {
  position: relative;
  z-index: 1;
  background: url(img/top_mainimg_bg.png) no-repeat left bottom; }
  .topMainimg .swiper-container {
    width: calc(100% - 400px);
    margin-left: auto;
    margin-right: 0;
    padding-bottom: 100px; }
  .topMainimg .swiper-slide img {
    width: 100%;
    height: auto;
    vertical-align: bottom; }
  .topMainimg .swiper-pagination {
    position: absolute;
    left: calc(100% - 80px);
    bottom: 120px; }
  .topMainimg .txtBox {
    position: absolute;
    left: 100px;
    bottom: 60%;
    transform: translateY(50%);
    z-index: 2; }
    .topMainimg .txtBox h1 {
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 1.6;
      text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8);
      font-family: 'fgutsukushiweb',"ヒラギノ明朝 ProN W3",Hiragino Mincho ProN,"ＭＳ Ｐ明朝","ＭＳ 明朝",MS PMincho,serif; }
      .topMainimg .txtBox h1 span {
        font-size: 36px;
        font-size: 3.6rem; }
  .topMainimg .btnBox {
    background-color: #fee9cf;
    position: absolute;
    width: 350px;
    height: 150px;
    right: 30px;
    bottom: 30px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: trajan-pro-3, serif;
    font-weight: 400;
    font-style: normal; }
    .topMainimg .btnBox h2 span {
      display: block;
      font-size: 30px;
      font-size: 3rem;
      padding-bottom: 0px; }
    .topMainimg .btnBox a {
      display: block;
      padding: 20px;
      text-align: center;
      color: #212121;
      text-decoration: none;
      position: relative; }
      .topMainimg .btnBox a:after {
        content: url(img/icon_arrow_b.png);
        position: absolute;
        right: -20px;
        bottom: 0; }
  @media screen and (max-width: 959px) {
    .topMainimg {
      background-size: 50% auto; }
      .topMainimg .swiper-container {
        width: 70%; }
      .topMainimg .swiper-pagination {
        position: absolute;
        left: calc(100% - 80px);
        bottom: 150px; }
      .topMainimg .txtBox {
        bottom: 20px;
        transform: inherit;
        left: 20px; }
        .topMainimg .txtBox h1 {
          font-size: 20px;
          font-size: 2rem;
          line-height: 1.2; }
          .topMainimg .txtBox h1 span {
            display: block;
            font-size: 16px;
            font-size: 1.6rem;
            padding-top: 10px; }
      .topMainimg .btnBox {
        width: auto;
        height: auto; }
        .topMainimg .btnBox h2 span {
          display: block;
          font-size: 14px;
          font-size: 1.4rem;
          padding-bottom: 0px; }
        .topMainimg .btnBox a {
          display: block;
          padding: 20px 40px;
          text-align: center;
          color: #212121;
          text-decoration: none;
          position: relative; }
          .topMainimg .btnBox a:after {
            content: url(img/icon_arrow_b.png);
            position: absolute;
            right: 5px;
            bottom: 5px; } }
  @media screen and (max-width: 559px), print {
    .topMainimg .txtBox {
      left: 10px; }
      .topMainimg .txtBox h1 {
        font-size: 18px;
        font-size: 1.8rem; }
    .topMainimg .btnBox {
      right: 10px;
      bottom: 20px; }
      .topMainimg .btnBox h2 {
        font-size: 20px;
        font-size: 2rem; }
        .topMainimg .btnBox h2 span {
          font-size: 14px;
          font-size: 1.4rem; }
      .topMainimg .btnBox a {
        display: block;
        padding: 10px 20px 10px 30px; }
        .topMainimg .btnBox a:after {
          right: 0px;
          bottom: -10px; } }
.topNews {
  margin-top: 50px;
  margin-bottom: 100px; }
  .topNews.contents {
    margin-top: 100px;
    display: flex;
    -js-display: flex;
    justify-content: space-between;
    align-items: flex-start; }
  .topNews a {
    text-decoration: none;
    color: #212121; }
  .topNews .fbBox {
    width: 400px; }
    .topNews .fbBox .fb_iframe_widget {
      display: block;
      text-align: center;
      margin: 0 auto; }
  .topNews .inner {
    width: calc(100% - 430px);
    display: flex;
    -js-display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 30px; }
    .topNews .inner h3 {
      width: 100px;
      line-height: 1;
      margin-right: 10px;
      margin-top: 10px;
      font-size: 30px;
      font-size: 3rem; }
    .topNews .inner .innerBox {
      width: calc(100% - 130px); }
  .topNews dl {
    display: flex;
    -js-display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 15px 0;
    width: calc(100% - 150px);
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 400;
    font-style: normal; }
    .topNews dl dt {
      width: 130px;
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 1.5; }
    .topNews dl dd {
      width: calc(100% - 150px);
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 1.5;
      padding: 0; }
  @media screen and (max-width: 1140px) {
    .topNews .fbBox {
      width: 300px; }
    .topNews .inner {
      width: calc(100% - 330px); } }
  @media screen and (max-width: 959px) {
    .topNews.contents {
      flex-direction: column; }
    .topNews .fbBox {
      width: 100%;
      margin-top: 30px; }
      .topNews .fbBox .fb-container {
        width: 100%; }
      .topNews .fbBox .fb-page {
        display: block !important;
        width: 100%;
        max-width: 500px;
        height: 450px; }
    .topNews .inner {
      width: 100%;
      flex-direction: column; }
      .topNews .inner h3 {
        width: 100%; }
      .topNews .inner .innerBox {
        width: 100%; }
    .topNews dl {
      flex-direction: column;
      width: 100%; }
      .topNews dl dt {
        width: 100%; }
      .topNews dl dd {
        width: 100%; } }
.topAbout {
  margin-bottom: 100px; }
  .topAbout img {
    width: 100%; }
  .topAbout .topaboutBox {
    position: relative; }
    .topAbout .topaboutBox .contents {
      display: flex;
      -js-display: flex;
      justify-content: space-between;
      align-items: flex-start; }
    .topAbout .topaboutBox .txtBox {
      width: calc(100% - 400px);
      padding-right: 50px;
      box-sizing: border-box; }
      .topAbout .topaboutBox .txtBox h2 {
        margin-bottom: 10px; }
      .topAbout .topaboutBox .txtBox p {
        padding: 10px 0; }
      .topAbout .topaboutBox .txtBox strong {
        font-size: 28px;
        font-size: 2.8rem;
        font-family: 'fgutsukushiweb',"ヒラギノ明朝 ProN W3",Hiragino Mincho ProN,"ＭＳ Ｐ明朝","ＭＳ 明朝",MS PMincho,serif; }
    .topAbout .topaboutBox .imgBox {
      width: 410px;
      margin-top: 50px;
      box-sizing: border-box;
      background: url(img/top_about_bg.jpg) no-repeat center center;
      position: relative; }
      .topAbout .topaboutBox .imgBox .inner:nth-child(1) {
        display: flex;
        -js-display: flex;
        justify-content: flex-end;
        align-items: center;
        padding-bottom: 30px; }
        .topAbout .topaboutBox .imgBox .inner:nth-child(1) img {
          padding-right: 30px; }
        .topAbout .topaboutBox .imgBox .inner:nth-child(1) dl {
          width: 150px; }
      .topAbout .topaboutBox .imgBox .inner:nth-child(2) {
        display: flex;
        -js-display: flex;
        justify-content: flex-start;
        align-items: center; }
        .topAbout .topaboutBox .imgBox .inner:nth-child(2) img {
          padding-left: 30px; }
        .topAbout .topaboutBox .imgBox .inner:nth-child(2) dl {
          width: 200px; }
      .topAbout .topaboutBox .imgBox .inner img {
        width: 200px; }
      .topAbout .topaboutBox .imgBox .inner dl dt {
        font-size: 18px;
        font-size: 1.8rem; }
      .topAbout .topaboutBox .imgBox .inner dl dd {
        font-size: 12px;
        font-size: 1.2rem; }
    .topAbout .topaboutBox:before {
      content: '';
      background-color: #fff;
      position: absolute;
      width: 50%;
      height: 80px;
      top: -80px;
      z-index: 2; }
    .topAbout .topaboutBox .txtMore {
      width: 90%;
      margin: 0 auto; }
    @media screen and (max-width: 959px) {
      .topAbout .topaboutBox .contents {
        flex-direction: column; }
      .topAbout .topaboutBox .txtBox {
        width: 100%;
        padding-right: 0; }
        .topAbout .topaboutBox .txtBox strong {
          font-size: 20px;
          font-size: 2rem; }
      .topAbout .topaboutBox .imgBox {
        text-align: center;
        margin: 30px auto; } }
    @media screen and (max-width: 559px), print {
      .topAbout .topaboutBox .imgBox {
        width: 100%; }
        .topAbout .topaboutBox .imgBox .inner img {
          width: 50%; }
        .topAbout .topaboutBox .imgBox .inner dl {
          text-align: left; }
          .topAbout .topaboutBox .imgBox .inner dl dt {
            font-size: 14px;
            font-size: 1.4rem; }
          .topAbout .topaboutBox .imgBox .inner dl dd {
            font-size: 12px;
            font-size: 1.2rem; }
      .topAbout .topaboutBox:before {
        content: '';
        background-color: #fff;
        position: absolute;
        width: 50%;
        height: 30px;
        top: -30px;
        z-index: 2; } }
.topGreeting {
  background: url(img/top_greeting_bg.png) no-repeat;
  background-position-y: 150px;
  background-size: 100% auto;
  margin-bottom: 80px; }
  .topGreeting h2 {
    text-align: center;
    margin-bottom: 40px; }
  .topGreeting .inner {
    display: flex;
    -js-display: flex;
    justify-content: space-between;
    align-items: stretch; }
    .topGreeting .inner .innerBox {
      width: calc(100% / 2);
      padding: 0 10px;
      box-sizing: border-box; }
      .topGreeting .inner .innerBox dt {
        margin-bottom: 15px; }
      .topGreeting .inner .innerBox dd {
        margin-bottom: 5px; }
      .topGreeting .inner .innerBox .small {
        font-size: 12px;
        font-size: 1.2rem; }
      .topGreeting .inner .innerBox .imgBox {
        margin-bottom: 15px; }
  .topGreeting .txtBox {
    margin-top: 50px;
    text-align: center;
    line-height: 2;
    font-size: 32px;
    font-size: 3.2rem; }
  .topGreeting .btnMore {
    margin: 20px auto;
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center; }
  @media screen and (max-width: 959px) {
    .topGreeting {
      background: none;
      margin-bottom: 40px; }
      .topGreeting h2 {
        position: relative; }
      .topGreeting .inner {
        flex-direction: column; }
        .topGreeting .inner .innerBox {
          width: 100%;
          margin: 0 auto 30px;
          display: flex;
          -js-display: flex;
          flex-direction: column;
          align-items: center; }
      .topGreeting .txtBox {
        font-size: 20px;
        font-size: 2rem;
        text-align: left; } }
.topKaigi .inner {
  width: 800px;
  margin: 50px auto;
  text-align: center; }
  .topKaigi .inner h2 {
    margin-bottom: 40px; }
  .topKaigi .inner .txt {
    font-size: 20px;
    font-size: 2rem; }
  .topKaigi .inner .period {
    border-top: 2px solid #212121;
    border-bottom: 2px solid #212121;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-top: 20px;
    margin-bottom: 20px; }

.topKaigi .iconBox {
  display: flex;
  -js-display: flex;
  flex-direction: row;
  align-items: stretch; }
  .topKaigi .iconBox a {
    text-decoration: none;
    color: #212121; }
  .topKaigi .iconBox .box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(100% / 5);
    background-color: #ececec;
    box-sizing: border-box;
    padding: 40px 0 30px;
    border-right: 1px solid #fff; }
    .topKaigi .iconBox .box:last-child {
      border: none; }
    .topKaigi .iconBox .box .imgBox {
      height: 115px;
      display: flex;
      align-items: center;
      justify-content: center; }
    .topKaigi .iconBox .box .btnMore {
      margin-top: 20px;
      font-family: noto-sans-cjk-jp, sans-serif;
      font-weight: 400;
      font-style: normal;
      position: relative;
      left: -20px;
      text-align: center; }
      .topKaigi .iconBox .box .btnMore:after {
        margin-left: 10px;
        position: absolute;
        bottom: 50%;
        transform: translateY(50%);
        content: "";
        width: 24px;
        height: 24px;
        background: url(img/icon_arrow.png) no-repeat; }

@media screen and (max-width: 959px) {
  .topKaigi .inner {
    width: 80%; }
    .topKaigi .inner .txt {
      font-size: 16px;
      font-size: 1.6rem; }
  .topKaigi .iconBox {
    flex-wrap: wrap; }
    .topKaigi .iconBox .box {
      width: calc(100% / 3);
      border-bottom: 1px solid #fff; }
      .topKaigi .iconBox .box:nth-child(3) {
        border: none; }
      .topKaigi .iconBox .box:last-child {
        border: none; }
      .topKaigi .iconBox .box .imgBox {
        height: 60px; }
        .topKaigi .iconBox .box .imgBox img {
          width: 60%; } }

@media screen and (max-width: 559px), print {
  .topKaigi .iconBox {
    flex-wrap: wrap; }
    .topKaigi .iconBox .box {
      width: calc(100% / 2);
      border-bottom: 1px solid #fff; }
      .topKaigi .iconBox .box:nth-child(2) {
        border-right: none; }
      .topKaigi .iconBox .box:nth-child(3) {
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff; }
      .topKaigi .iconBox .box:last-child {
        border-right: none; }
      .topKaigi .iconBox .box .imgBox {
        height: 60px; }
        .topKaigi .iconBox .box .imgBox img {
          width: 60%; } }

.topInterview {
  background: url(img/top_voice_bg.png) no-repeat right center;
  background-position-y: 100px;
  background-size: 70% auto;
  margin-top: 80px;
  margin-bottom: 80px; }
  .topInterview h2 {
    text-align: center;
    margin-bottom: 80px; }
  .topInterview .inner {
    display: flex;
    -js-display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .topInterview .inner a {
      display: block;
      text-decoration: none;
      color: #212121; }
    .topInterview .inner dl {
      width: 45%;
      margin-bottom: 40px; }
      .topInterview .inner dl dt {
        margin-bottom: 10px; }
      .topInterview .inner dl .date {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.5;
        margin: 0 0 10px 0;
        color: #555; }
      .topInterview .inner dl .comment {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.5;
        margin: 0; }
      .topInterview .inner dl .name {
        position: relative;
        padding: 15px 0 0 0px;
        margin-left: 10px;
        text-align: right;
        background: url(img/blank.png); }
        .topInterview .inner dl .name span {
          font-size: 20px;
          font-size: 2rem;
          margin: 0 10px 0 0; }
        .topInterview .inner dl .name em {
          font-size: 12px;
          font-size: 1.2rem; }
        .topInterview .inner dl .name:before {
          position: absolute;
          top: 10%;
          z-index: 1;
          content: '';
          display: block;
          width: calc(100% - 6em);
          height: 1px;
          background-color: #ccc; }
      .topInterview .inner dl img {
        width: 100%; }
      .topInterview .inner dl:nth-child(even) {
        margin-top: 40px; }
  @media screen and (max-width: 959px) {
    .topInterview .inner dl .comment {
      font-size: 18px;
      font-size: 1.8rem; } }
  @media screen and (max-width: 559px), print {
    .topInterview {
      margin-top: 40px; }
      .topInterview .inner {
        flex-direction: column; }
        .topInterview .inner dl {
          width: 100%;
          margin-bottom: 40px; }
          .topInterview .inner dl:nth-child(even) {
            margin-top: 0; } }
.topSns {
  margin: 100px 0; }
  .topSns .iconBox {
    display: flex;
    -js-display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px; }
    .topSns .iconBox a {
      margin-left: 20px; }
  .topSns .img {
    width: 20%; }
  .topSns .fb_iframe_widget {
    display: block;
    text-align: center;
    margin: 0 auto; }
  @media screen and (max-width: 959px) {
    .topSns {
      margin-top: 50px;
      margin-bottom: 50px; }
      .topSns .iconBox {
        text-align: center;
        flex-wrap: wrap; }
        .topSns .iconBox h2 {
          width: 100%;
          margin-bottom: 15px;
          font-size: 30px;
          font-size: 3rem; }
      .topSns .img {
        width: calc(100% / 3); }
      .topSns .fb-container {
        width: 100%; }
      .topSns .fb-page {
        display: block !important;
        width: 100%;
        max-width: 500px;
        height: 450px; } }
/*** 下層ページ --------------------------***/
.pagenav {
  list-style: none;
  display: flex;
  -js-display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 60px;
  position: absolute;
  bottom: 0;
  right: 40px; }
  @media screen and (max-width: 959px) {
    .pagenav {
      display: none; } }
  .pagenav li {
    padding: 10px 10px;
    line-height: 2;
    font-size: 16px;
    font-size: 1.6rem; }
    @media screen and (max-width: 959px) {
      .pagenav li {
        padding-top: 0;
        padding-bottom: 0;
        font-size: 14px;
        font-size: 1.4rem; } }
    @media screen and (max-width: 559px), print {
      .pagenav li {
        font-size: 12px;
        font-size: 1.2rem; } }
    .pagenav li a {
      text-decoration: underline;
      color: #212121;
      font-size: 16px;
      font-size: 1.6rem; }
      @media screen and (max-width: 959px) {
        .pagenav li a {
          font-size: 14px;
          font-size: 1.4rem; } }
      @media screen and (max-width: 559px), print {
        .pagenav li a {
          font-size: 12px;
          font-size: 1.2rem; } }
#Wrapper {
  width: 100%;
  overflow: hidden; }

.pageTitle {
  position: relative;
  margin-bottom: 80px;
  background: url(img/page_bg.png) no-repeat left bottom;
  background-size: 50% auto; }
  .pageTitle .titleimg {
    width: 70%;
    padding-bottom: 60px;
    margin-left: auto;
    margin-right: 0; }
    .pageTitle .titleimg img {
      width: 100%; }
  .pageTitle .sub {
    background: url(img/title_line.png) no-repeat;
    background-position-x: 50%;
    background-position-y: 80px;
    height: 100%; }
  .pageTitle .textbox {
    position: absolute;
    left: 15%;
    bottom: 50%;
    transform: translateY(50%);
    width: 30px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    font-family: "ヒラギノ明朝 ProN W3",Hiragino Mincho ProN,"メイリオ",Meiryo,"ＭＳ Ｐ明朝","ＭＳ 明朝",MS PMincho,serif;
    float: right; }
    .pageTitle .textbox h1 {
      font-size: 2.0vw;
      line-height: 1.5;
      margin-left: 1em;
      height: 10em; }
    .pageTitle .textbox .sub {
      font-size: 0.8vw;
      line-height: 1.5;
      margin-left: 0.8em; }
  @media screen and (max-width: 959px) {
    .pageTitle {
      background: url(img/page_bg_sm.png) no-repeat left center;
      background-size: 40% auto; }
      .pageTitle .titleimg {
        padding-bottom: 15px; }
      .pageTitle .textbox {
        width: 40px;
        left: 10%; }
        .pageTitle .textbox h1 {
          height: auto; } }
.pageinner {
  margin: 80px 0; }
  @media screen and (max-width: 959px) {
    .pageinner {
      padding: 0;
      margin: 0 auto; } }
  .pageinner img {
    margin: 10px 0; }
    .pageinner img.aligncenter {
      margin: 30px auto;
      text-align: center; }
    .pageinner img.alignleft {
      float: left;
      padding-right: 40px; }
      @media screen and (max-width: 559px), print {
        .pageinner img.alignleft {
          float: none;
          width: 100%;
          margin: 0 auto;
          padding: 0; } }
    .pageinner img.alignright {
      float: right;
      padding-left: 40px; }
      @media screen and (max-width: 559px), print {
        .pageinner img.alignright {
          float: none;
          width: 100%;
          margin: 0 auto;
          padding: 0; } }
  .pageinner p {
    padding-bottom: 1.8em;
    line-height: 1.8; }
    .pageinner p.noPadding {
      padding-bottom: 0px; }
  .pageinner .link {
    display: block;
    text-decoration: none;
    color: #212121; }
  .pageinner h2 {
    font-size: 26px;
    font-size: 2.6rem;
    word-wrap: break-word;
    overflow-wrap: break-word;
    line-height: 1.6;
    margin-bottom: 30px;
    text-align: center; }
    .pageinner h2 span {
      font-size: 16px;
      font-size: 1.6rem; }
    .pageinner h2.txtLeft {
      text-align: left; }
    @media screen and (max-width: 959px) {
      .pageinner h2 {
        font-size: 20px;
        font-size: 2rem; } }
    .pageinner h2.form {
      background-color: #eee;
      font-size: 20px;
      font-size: 2rem;
      padding: 10px;
      margin: 50px 0 10px 0; }
      .pageinner h2.form b {
        color: red; }
  .pageinner h3 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 20px;
    line-height: 1.5;
    font-weight: 700;
    display: flex;
    align-items: center; }
    .pageinner h3:nth-of-type(n+2) {
      margin-top: 30px; }
    .pageinner h3:before {
      border-top: 2px solid #212121;
      content: "";
      margin-right: 1rem;
      flex-basis: 10px; }
    .pageinner h3.report {
      margin-bottom: 0; }
    @media screen and (max-width: 959px) {
      .pageinner h3 {
        font-size: 22px;
        font-size: 2.2rem; } }
  .pageinner h4 {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 20px;
    border-left: 5px solid #0075c1;
    padding-left: 10px;
    line-height: 1.2; }
    @media screen and (max-width: 959px) {
      .pageinner h4 {
        font-size: 20px;
        font-size: 2rem; } }
    .pageinner h4 b {
      color: red; }
  .pageinner strong {
    font-weight: bold; }
    .pageinner strong.red {
      color: red; }
  .pageinner .subtitle {
    font-size: 20px;
    font-size: 2rem;
    color: #666; }
  .pageinner .dotList {
    margin: 10px 0; }
    .pageinner .dotList a {
      color: #212121; }
    .pageinner .dotList li {
      position: relative;
      padding-left: 1em;
      word-wrap: break-word;
      overflow-wrap: break-word; }
    .pageinner .dotList li:before {
      display: block;
      content: "";
      position: absolute;
      top: 0.8em;
      left: 0;
      width: 6px;
      height: 6px;
      background-color: #212121;
      border-radius: 50%; }
    @media screen and (max-width: 959px) {
      .pageinner .dotList {
        margin-left: 0; } }
  .pageinner .txtRed {
    color: #dd0000; }
  .pageinner .floatR {
    text-align: right; }
  .pageinner .floatL {
    text-align: left; }
  .pageinner .floatCenter {
    margin: 0 auto;
    text-align: center; }
  .pageinner .flexBox {
    display: flex;
    -js-display: flex;
    flex-direction: row;
    align-items: flex-start;
    word-break: normal;
    margin-bottom: 30px; }
    .pageinner .flexBox .spaceR {
      width: 200px;
      padding-right: 30px;
      flex-grow: 1;
      flex-shrink: 0; }
    .pageinner .flexBox .spaceL {
      width: 200px;
      padding-left: 30px;
      flex-grow: 1;
      flex-shrink: 0; }
    .pageinner .flexBox .txtBox {
      width: calc(100% - 230px);
      overflow-wrap: break-word;
      word-break: break-word; }
  .pageinner .miniBlock {
    width: 80%;
    margin: 30px auto; }
  .pageinner .marginTop {
    margin-top: 30px; }
  .pageinner .paddingLeft {
    padding-left: 20px;
    padding-bottom: 20px; }
  .pageinner .block {
    clear: both;
    margin-top: 50px;
    margin-bottom: 50px; }
  .pageinner .clearfix::after {
    content: "";
    display: block;
    clear: both; }
    .pageinner .clearfix::after img {
      display: block; }
  @media screen and (max-width: 959px) {
    .pageinner img {
      margin: 10px 0; }
      .pageinner img.aligncenter {
        margin: 30px auto;
        text-align: center; }
      .pageinner img.alignleft {
        float: none;
        padding-bottom: 20px;
        padding-right: 0; }
      .pageinner img.alignright {
        float: none;
        padding-bottom: 20px;
        padding-left: 0; } }
  .pageinner .counterBox {
    margin-right: 0;
    margin-left: auto;
    counter-reset: number; }
    .pageinner .counterBox li {
      position: relative;
      margin-bottom: 50px;
      margin-left: 1rem; }
      .pageinner .counterBox li:before {
        position: absolute;
        counter-increment: number;
        content: counter(number, decimal-leading-zero);
        line-height: 1;
        font-weight: normal; }
      .pageinner .counterBox li h3 {
        margin-bottom: 0; }
    .pageinner .counterBox ul {
      margin-top: 20px; }
  .pageinner .flexBox {
    display: flex;
    -js-display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap; }
    .pageinner .flexBox.double figure {
      width: 45%; }
    .pageinner .flexBox figure {
      margin-bottom: 10px; }
      .pageinner .flexBox figure img {
        width: 100%; }
      .pageinner .flexBox figure figcaption {
        font-size: 12px;
        font-size: 1.2rem; }
    @media screen and (max-width: 959px) {
      .pageinner .flexBox {
        flex-direction: column;
        justify-content: center; }
        .pageinner .flexBox figure {
          width: auto;
          margin: 0 auto 10px; } }
  .pageinner .sponsored-list {
    margin: 0 0 30px 0; }
    .pageinner .sponsored-list li {
      display: inline-block;
      vertical-align: middle;
      text-align: center;
      width: 24%;
      padding: 0 10px;
      box-sizing: border-box;
      margin: 0 0 30px 0; }
      @media screen and (max-width: 959px) {
        .pageinner .sponsored-list li {
          width: 49%; } }
      @media screen and (max-width: 559px), print {
        .pageinner .sponsored-list li {
          width: 100%; } }
      .pageinner .sponsored-list li img {
        width: 90%;
        height: auto; }

.archiveBox {
  display: flex;
  -js-display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-shrink: 0;
  flex-grow: 1; }
  .archiveBox a {
    text-decoration: none;
    color: #212121;
    display: block; }
  .archiveBox .innerBox {
    width: calc(100% / 3);
    padding-right: 25px;
    padding-left: 25px;
    box-sizing: border-box;
    margin-bottom: 50px; }
    .archiveBox .innerBox.four {
      width: calc(100% / 4);
      padding-right: 15px;
      padding-left: 15px; }
      .archiveBox .innerBox.four:nth-child(3n) {
        padding-right: 15px;
        padding-left: 15px; }
      .archiveBox .innerBox.four dd {
        font-size: 18px;
        font-size: 1.8rem; }
        .archiveBox .innerBox.four dd span {
          display: block;
          font-size: 12px;
          font-size: 1.2rem; }
    .archiveBox .innerBox img {
      width: 100%; }
    .archiveBox .innerBox dt {
      font-size: 20px;
      font-size: 2rem;
      margin-top: 10px;
      margin-bottom: 5px; }
    .archiveBox .innerBox dd {
      margin-bottom: 5px; }
      .archiveBox .innerBox dd.more {
        margin-left: auto;
        margin-right: 0;
        position: relative;
        text-align: right;
        padding-right: 35px; }
        .archiveBox .innerBox dd.more:after {
          position: absolute;
          bottom: 50%;
          right: 0px;
          content: "";
          transform: translateY(50%);
          width: 24px;
          height: 24px;
          background: url(img/icon_arrow.png) no-repeat; }
      .archiveBox .innerBox dd.txtSmall {
        font-size: 12px;
        font-size: 1.2rem; }
  .archiveBox li {
    width: calc(100% / 4);
    padding-right: 15px;
    padding-left: 15px;
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 50px; }
    .archiveBox li span {
      display: block;
      font-size: 12px;
      font-size: 1.2rem; }
  @media screen and (max-width: 959px) {
    .archiveBox .innerBox {
      width: calc(100% / 2);
      padding-right: 20px;
      padding-left: 0; }
      .archiveBox .innerBox:nth-child(3n) {
        padding-right: 20px; }
      .archiveBox .innerBox:nth-child(2n) {
        padding-right: 0; }
      .archiveBox .innerBox.four {
        width: calc(100% / 2);
        padding-right: 15px;
        padding-left: 15px; }
        .archiveBox .innerBox.four:nth-child(3n) {
          padding-right: 15px;
          padding-left: 15px; } }
.grayBox {
  background-color: #eeeeee;
  padding: 30px;
  margin: 50px 0; }
  .grayBox .inner {
    padding-left: 20px;
    padding-right: 20px; }

.noBordertable th {
  text-align: left;
  vertical-align: top;
  padding-right: 10px; }

.borderTable {
  border: 1px solid #ccc;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 20px; }
  .borderTable.width15 th {
    width: 15%; }
  .borderTable th {
    padding: 10px;
    text-align: left;
    border: 1px solid #ccc;
    vertical-align: top;
    font-weight: bold;
    background-color: #efefef; }
  .borderTable td {
    padding: 10px;
    text-align: left;
    border: 1px solid #ccc; }
  .borderTable p {
    padding-bottom: 1em; }

.dl {
  display: flex;
  -js-display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%; }
  .dl dt {
    font-weight: bold;
    width: 250px;
    padding-right: 10px;
    box-sizing: border-box; }
  .dl dd {
    width: calc(100% - 250px); }

.interview {
  background: url(img/interview_bg.png) repeat-y;
  background-size: 100% auto; }
  .interview .date {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
    margin: 0 0 15px 0;
    text-align: right; }
  .interview h3 {
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-top: 40px;
    border-left: 8px solid #009b74;
    padding-left: 10px; }
    .interview h3.noBorder {
      border: none;
      padding-left: 0;
      margin-top: 0; }
    .interview h3:before {
      content: none; }
  .interview .carrer {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    text-align: left; }
  .interview .subTitle {
    text-align: right;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    .interview .subTitle:before {
      content: "";
      border-top: 1px solid #ccc;
      margin-right: 1rem;
      flex-grow: 1; }
    .interview .subTitle span {
      padding-left: 10px; }
    .interview .subTitle em {
      font-style: normal;
      font-weight: bold;
      font-size: 20px;
      font-size: 2rem;
      padding-right: 5px; }
    .interview .subTitle .txtSmall {
      font-size: 12px;
      font-size: 1.2rem;
      color: #999; }
  .interview .wp-caption {
    width: 100%;
    margin: 0 0 50px 0;
    border: 1px solid #ccc;
    padding: 0px 5px 7px 5px;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem; }
    .interview .wp-caption img {
      width: 100%;
      height: auto; }
  .interview .swiperBox {
    position: relative; }
  .interview .swiperTxt dd {
    font-size: 16px;
    font-size: 1.6rem; }
  .interview .swiperTxt .comment {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.5;
    padding: 0 0 5px 0; }
  .interview .swiperTxt .name {
    padding: 10px 0 0 0;
    position: relative;
    text-align: right;
    background: url(img/blank.png); }
    .interview .swiperTxt .name:before {
      position: absolute;
      top: 0%;
      z-index: 1;
      content: '';
      display: block;
      width: calc(100% - 6em);
      height: 1px;
      background-color: #ccc; }
  .interview .swiper-container2 {
    width: calc(100% - 200px);
    margin: 0 auto; }
    .interview .swiper-container2 .swiper-wrapper {
      display: flex;
      -js-display: flex;
      flex-direction: row;
      align-items: center; }
      @media screen and (max-width: 959px) {
        .interview .swiper-container2 .swiper-wrapper {
          align-items: stretch; } }
      .interview .swiper-container2 .swiper-wrapper .swiper-slide {
        width: calc(100% / 3);
        padding-left: 30px;
        padding-right: 30px;
        box-sizing: border-box;
        align-items: stretch; }
        .interview .swiper-container2 .swiper-wrapper .swiper-slide a {
          text-decoration: none;
          color: #212121; }
        .interview .swiper-container2 .swiper-wrapper .swiper-slide .comment {
          font-size: 18px;
          font-size: 1.8rem; }
        .interview .swiper-container2 .swiper-wrapper .swiper-slide .date {
          font-size: 12px;
          font-size: 1.2rem;
          line-height: 1.5;
          margin: 0 0 5px 0;
          color: #555; }
      .interview .swiper-container2 .swiper-wrapper.disabled {
        transform: translate3d(0px, 0, 0) !important; }
      .interview .swiper-container2 .swiper-wrapper .swiper-pagination.disabled {
        display: none; }
  .interview .swiper-button-prev {
    background: none;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 10px;
    border-left: 4px solid #000;
    border-bottom: 4px solid #000;
    transform: rotate(45deg); }
  .interview .swiper-button-next {
    background: none;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 10px;
    border-top: 4px solid #000;
    border-right: 4px solid #000;
    transform: rotate(45deg); }
  @media screen and (max-width: 959px) {
    .interview .swiper-container2 {
      width: calc(100% - 40px);
      margin: 0 auto; }
      .interview .swiper-container2 .swiper-wrapper .swiper-slide {
        width: calc(100% / 2); }
    .interview .swiperTxt dd {
      font-size: 12px;
      font-size: 1.2rem; }
    .interview .swiperTxt .comment {
      font-size: 18px;
      font-size: 1.8rem; }
    .interview .subTitle {
      flex-direction: column;
      align-items: flex-end; } }
.archiveReport.flex {
  display: flex;
  -js-display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px; }

.archiveReport.single {
  margin-top: 50px; }

.archiveReport a {
  text-decoration: none;
  color: #212121;
  display: block; }

.archiveReport .subtitle {
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4; }

.archiveReport .img {
  width: 200px;
  margin-left: 50px;
  border: 1px solid #ccc;
  padding: 5px; }
  .archiveReport .img img {
    width: 100%;
    margin: 0; }

.archiveReport .inner {
  width: calc(100% - 250px);
  margin-right: 50px;
  box-sizing: border-box; }
  .archiveReport .inner .moreBox {
    display: flex;
    -js-display: flex;
    flex-direction: row;
    align-items: flex-start;
    border-top: 1px solid #ccc;
    margin-top: 15px;
    padding-top: 15px; }

.archiveReport .more {
  margin-right: 20px;
  position: relative;
  padding-right: 30px; }
  .archiveReport .more:after {
    position: absolute;
    bottom: 50%;
    right: 0px;
    content: "";
    transform: translateY(50%);
    width: 24px;
    height: 24px;
    background: url(img/icon_arrow.png) no-repeat; }

.archiveReport .pdf {
  margin-right: 20px;
  padding-right: 30px;
  position: relative; }
  .archiveReport .pdf:after {
    position: absolute;
    bottom: 50%;
    right: 0px;
    content: "";
    transform: translateY(50%);
    width: 23px;
    height: 30px;
    background: url(img/icon_pdf.png) no-repeat; }

.archiveReport .noBordertable th {
  width: 80px; }

@media screen and (max-width: 959px) {
  .archiveReport {
    flex-direction: column-reverse; }
    .archiveReport .img {
      width: auto;
      text-align: center; }
      .archiveReport .img img {
        width: 100%; }
    .archiveReport .inner {
      width: 100%;
      margin: 0; }
    .archiveReport h3 span {
      display: block;
      margin-left: 0;
      margin-top: 5px;
      font-size: 14px;
      font-size: 1.4rem; } }

@media screen and (max-width: 559px), print {
  .archiveReport dt {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2;
    margin: 0; }
  .archiveReport dd {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0;
    line-height: 1; } }

.memberBg {
  background: url(img/member_bg.png) no-repeat;
  background-position-y: 100px;
  background-size: 70% 100%;
  margin: 0 calc(50% - 50vw);
  width: 100vw; }
  .memberBg .inner {
    display: flex;
    -js-display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 10px;
    box-sizing: border-box; }
  .memberBg .innerBox {
    width: 48%; }
    .memberBg .innerBox em {
      font-style: normal;
      font-size: 20px;
      font-size: 2rem; }
  @media screen and (max-width: 959px) {
    .memberBg .inner {
      flex-direction: column;
      width: 90%;
      padding: 0; }
    .memberBg .innerBox {
      width: 100%;
      margin-bottom: 40px; }
      .memberBg .innerBox .img {
        text-align: center; } }
.acMenu {
  border: 1px solid #fff;
  padding: 20px 50px;
  margin-bottom: 20px; }
  .acMenu dt {
    cursor: pointer;
    position: relative;
    text-align: center;
    font-weight: normal; }
    .acMenu dt:before {
      content: 'Q.';
      padding-right: 10px;
      font-size: 26px;
      font-size: 2.6rem;
      font-weight: bold; }
    .acMenu dt:after {
      content: url(img/icon_arrow_faq_down.png);
      position: absolute;
      top: 15px;
      right: 0px;
      width: 18px;
      height: 20px;
      z-index: 10; }
    .acMenu dt.active:after {
      content: url(img/icon_arrow_faq_up.png);
      width: 18px;
      height: 20px; }
  .acMenu dd {
    display: none;
    margin-top: 20px;
    padding-left: 40px;
    position: relative; }
    .acMenu dd strong {
      display: block;
      text-align: center;
      font-weight: normal; }
      .acMenu dd strong:before {
        content: 'A.';
        padding-right: 10px;
        font-size: 26px;
        font-size: 2.6rem;
        font-weight: bold; }
  @media screen and (max-width: 959px) {
    .acMenu {
      padding-left: 10px;
      padding-right: 20px;
      font-size: 16px;
      font-size: 1.6rem; }
      .acMenu dt {
        padding-right: 30px;
        text-align: left;
        padding-left: 30px; }
        .acMenu dt:before {
          font-size: 20px;
          font-size: 2rem;
          position: absolute;
          left: 0;
          top: -5px; }
        .acMenu dt:after {
          top: 5px; }
      .acMenu dd {
        padding-left: 0px;
        padding-left: 30px; }
        .acMenu dd strong {
          text-align: left; }
          .acMenu dd strong:before {
            font-size: 20px;
            font-size: 2rem;
            padding-right: 0px;
            position: absolute;
            left: 0;
            top: -5px; } }
.companyTable {
  border-top: 1px solid #ccc;
  width: 100%;
  margin: 30px auto 50px;
  border-collapse: collapse;
  /*
@media screen and (max-width: 1120px) {
		&.recruit {
			th {
				width: 150px;
			}
			td {
				width: calc(100% - 190px);
			}
		}
	}
*/ }
  .companyTable th {
    border-bottom: 1px solid #ccc;
    padding: 20px;
    width: 150px;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
    box-sizing: border-box; }
  .companyTable td {
    border-bottom: 1px solid #ccc;
    padding: 20px;
    width: calc(100% - 190px);
    box-sizing: border-box;
    font-weight: normal; }
  @media screen and (max-width: 959px) {
    .companyTable {
      width: 100%;
      font-size: 14px;
      font-size: 1.4rem; }
      .companyTable th {
        padding: 10px;
        width: 100px; }
      .companyTable td {
        padding: 10px;
        width: calc(100% - 120px); } }
.archivementBox {
  margin: 50px 0 80px; }
  .archivementBox dl {
    display: flex;
    -js-display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 10px;
    flex-wrap: wrap;
    border-top: 1px solid #ccc; }
    .archivementBox dl:last-child {
      border-bottom: 1px solid #ccc; }
    .archivementBox dl dt {
      width: 150px;
      padding: 20px 20px;
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 1.5;
      box-sizing: border-box; }
    .archivementBox dl dd {
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 1.5;
      padding: 20px;
      box-sizing: border-box;
      width: calc(100% - 190px); }
    .archivementBox dl a {
      text-decoration: underline;
      color: #212121; }
  .archivementBox ul {
    margin: 10px 0 0; }
    .archivementBox ul li {
      border: 1px solid #555;
      padding: 25px 20px;
      text-align: center; }
      .archivementBox ul li a {
        text-decoration: underline;
        color: #212121; }
  @media screen and (max-width: 959px) {
    .archivementBox {
      width: 100%; }
      .archivementBox dl {
        width: 100%;
        flex-direction: column;
        padding: 0;
        margin-bottom: 15px; }
        .archivementBox dl.catInner {
          flex-direction: row; }
          .archivementBox dl.catInner dt {
            width: 100px; }
        .archivementBox dl dt {
          width: 100%;
          padding-top: 20px;
          padding-bottom: 10px; }
        .archivementBox dl dd {
          padding-top: 0;
          width: 100%; } }
.contactTable {
  width: 100%;
  padding-left: 20px;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-word;
  border-collapse: collapse; }
  .contactTable:not(:last-child) {
    margin-bottom: 80px; }
  @media screen and (max-width: 959px) {
    .contactTable {
      padding-left: 0; } }
  .contactTable.thL th {
    width: 400px; }
  .contactTable th {
    width: 250px;
    border-bottom: 1px solid #ccc;
    padding: 25px 10px 15px 60px;
    box-sizing: border-box;
    text-align: left;
    vertical-align: top;
    position: relative;
    font-weight: normal;
    line-height: 1.5; }
    @media screen and (max-width: 559px), print {
      .contactTable th {
        padding: 10px 10px 10px 66px; } }
    .contactTable th.middle {
      vertical-align: middle; }
    .contactTable th.top {
      vertical-align: top; }
      .contactTable th.top .haveto {
        bottom: inherit;
        top: 10px; }
    .contactTable th b {
      font-size: 12px;
      font-size: 1.2rem; }
    .contactTable th em {
      color: #0175c0;
      font-style: normal; }
  .contactTable td {
    border-bottom: 1px solid #ccc;
    padding: 15px 10px;
    box-sizing: border-box;
    vertical-align: top; }
    .contactTable td .hosoku {
      font-size: 12px;
      font-size: 1.2rem;
      margin: 0 0 0 10px; }
  .contactTable .haveto {
    background: #fff;
    color: #e41b23;
    border: 1px solid #e41b23;
    padding: 5px 10px 5px;
    margin-left: auto;
    margin-right: 0;
    position: absolute;
    left: 0;
    top: 12px;
    transform: translateY(50%);
    line-height: 1;
    font-size: 12px;
    font-size: 1.2rem; }
    @media screen and (max-width: 559px), print {
      .contactTable .haveto {
        position: absolute;
        left: 10px;
        top: 0px; } }
  .contactTable input[type="submit"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    background-image: none;
    border-radius: 0;
    opacity: 1; }
  .contactTable .textsp {
    color: #212121;
    font-family: inherit;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    background-image: none;
    border-radius: 0;
    opacity: 1;
    background-color: #fff;
    padding: 0.4em 0.8em;
    width: 100%;
    margin: 2px 5px !important;
    box-sizing: border-box; }
    .contactTable .textsp.normal {
      border: 1px solid #ccc; }
    .contactTable .textsp.short {
      border: 1px solid #ccc;
      width: 50px; }
    .contactTable .textsp.middle {
      border: 1px solid #ccc;
      width: 150px; }
    .contactTable .textsp.long {
      border: 1px solid #ccc;
      width: 300px; }
    .contactTable .textsp.drop {
      border: 1px solid #ccc;
      position: relative; }
  .contactTable .wpcf7-form-control-wrap {
    margin: 0 !important; }
  .contactTable .content {
    background-color: #fff;
    padding: 0.4em 0.8em;
    width: 100%;
    box-sizing: border-box;
    line-height: 1; }
    .contactTable .content.normal {
      border: 1px solid #ccc; }
  .contactTable .your-question {
    position: relative;
    display: flex;
    -js-display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap; }
    .contactTable .your-question .wpcf7-list-item {
      width: calc(100% / 2);
      margin: 0; }
  .contactTable .drop {
    position: relative; }
    .contactTable .drop:before {
      position: absolute;
      top: 0.8em;
      right: 0.9em;
      width: 0;
      height: 0;
      padding: 0;
      content: '';
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-top: 6px solid #666666;
      pointer-events: none;
      z-index: 1; }
  .contactTable .wpcf7-free-text {
    padding: 0.4em 0.8em;
    box-sizing: border-box;
    line-height: 1;
    border: 1px solid #ccc; }
  .contactTable span {
    padding-bottom: 0px; }
    .contactTable span.wpcf7-list-item {
      margin: 10px 0 0 10px; }
    .contactTable span.wpcf7-list-item:first-child {
      margin: 10px 0 0 0px; }
  .contactTable .wpcf7-select {
    padding: 0.4em 0.8em;
    box-sizing: border-box;
    line-height: 1;
    border: 1px solid #ccc;
    margin: 0 0 5px 0; }

#formbtn {
  background-color: #212121;
  padding: 10px;
  color: #fff;
  width: 400px;
  display: block;
  text-align: center;
  text-decoration: none;
  position: relative;
  margin: 30px auto 0;
  opacity: 1; }
  #formbtn:after {
    content: '';
    position: absolute;
    right: 20px;
    top: 14px;
    background: url(img/icon_arrow.png) no-repeat right center;
    width: 22px;
    height: 20px; }

@media screen and (max-width: 959px) {
  .contactTable.thL th {
    width: 100%; }
  .contactTable th {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 5x !important;
    background-color: #eee;
    border-bottom: none; }
    .contactTable th.top {
      vertical-align: middle; }
      .contactTable th.top .haveto {
        bottom: 50%;
        top: inherit; }
  .contactTable td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 5x; }
  .contactTable tr:first-child td {
    border-top: none; }
  .formMore {
    width: 80%; }
    .formMore:hover {
      opacity: 1;
      filter: alpha(opacity=100);
      -moz-opacity: 1; }
  #formbtn {
    width: 90%; } }

.addressBox {
  border: 1px solid #212121;
  padding: 20px;
  width: 60%;
  margin: 30px auto; }
  .addressBox p {
    padding-bottom: 5px; }
  @media screen and (max-width: 959px) {
    .addressBox {
      width: 90%; } }
#ez-toc-container nav {
  padding: 15px; }

/*** Googleマップのレスポンシブ化 --------------------------***/
.gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.gmap iframe,
.gmap object,
.gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
