@charset "UTF-8";
/*-------------------------------------------------------------------------------

  HTML5 :: modify.css
  2016.01 Accelight Inc.

-------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------
 変数定義
-------------------------------------------------------------------------------*/
/*
----- 色名接頭辞 -----
白：white
灰：gray
黒：black
鮮やかな：vivid
くすんだ：dull
明るい：brigt
暗い：dark
*/
/*----- グレースケールの定義 -----*/
/*----- 基本色の定義 -----*/
/* メインカラー */
/* サブカラー */
/* グロナビホバー */
/* メインカラー明るめ*/
/* フォント */
/* リンクテキスト */
/* リンクテキスト ホバー時 */
/* 必須マーク */
/*----- breakpointの定義 -----*/
/*-------------------------------------------------------------------------------
　@mixin
-------------------------------------------------------------------------------*/
/* text-indent:-9999pxの代わり */
/* before,after要素 */
/* before,after要素 インライン */
/* 三角右向きアイコン */
/* media query */
/*-------------------------------------------------------------------------------
web font　定義
-------------------------------------------------------------------------------*/
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?kxzv91");
  src: url("../fonts/icomoon.eot?kxzv91#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?kxzv91") format("truetype"), url("../fonts/icomoon.woff?kxzv91") format("woff"), url("../fonts/icomoon.svg?kxzv91#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* ホームアイコン */
.icon-house:before {
  content: "\e901"; }

/* 別タブで開くアイコン */
.icon-window:after {
  content: "\e903";
  margin: 0 0 0 6px; }

/*-------------------------------------------------------------------------------

body

-------------------------------------------------------------------------------*/
body {
  margin: 0; }

#wrap {
  background: url(/img/back_large.jpg) center center/contain repeat; }

/*-------------------------------------------------------------------------------



ヘッダー


-------------------------------------------------------------------------------*/
header {
  background-color: transparent; }
  header .header-inner {
    background-color: transparent;
    justify-content: space-between;
    position: absolute;
    padding-right: 0; }
    header .header-inner h1 a {
      width: 200px;
      position: relative;
      background: url(/img/title.png) 0 center/contain no-repeat;
      padding: 0;
      height: 100px; }
      @media (max-width: 425px) {
        header .header-inner h1 a {
          width: 230px; } }
    header .header-inner h1 span.title {
      width: 100%;
      display: none; }
  header .sub-nav ul li {
    /*.fb::before {
      content: '';
      width: 30px;
      height: 30px;
      background-size: contain;
      border: none;
      background: url(../img/FacaBook58.png) center center/contain no-repeat;
    }
    .tw::before {
      content: '';
      width: 30px;
      height: 30px;
      background-size: contain;
      border: none;
      background: url(../img/Twitter50.png) center center/contain no-repeat;
    }*/ }
    header .sub-nav ul li a i::after {
      display: none; }
    header .sub-nav ul li .btn a {
      text-align: center;
      font-weight: bold;
      color: #fff;
      border: 1px solid #C2711D;
      border-radius: 10px;
      background: #C2711D;
      letter-spacing: 2px; }
      @media (min-width: 960px) {
        header .sub-nav ul li .btn a {
          padding: 10px 20px 10px 20px;
          margin: 12px 0 0; } }

@media (min-width: 960px) {
  header .global-nav li::after {
    top: 27.5px;
    transform: rotate(15deg);
    width: 2px; }
  header .global-nav li a {
    font-size: 120%;
    padding: 2em 1em 1em;
    box-sizing: border-box; } }
@media (max-width: 960px) {
  .open-header {
    position: absolute; }
    .open-header .header-inner {
      width: 100%;
      z-index: 100000000;
      background: #fff; }
      .open-header .header-inner h1.site-title {
        margin: 0;
        padding: 0;
        padding-left: 13px; }
        .open-header .header-inner h1.site-title a {
          z-index: 1000; }

  .global-nav .nav-drawer-btn.open {
    height: 69px; }

  .open-header .menu-list.open li a {
    width: calc(100% - 24px);
    color: white; } }
.header .header-inner .global-sub-wrap {
  text-align: right; }
  .header .header-inner .global-sub-wrap .sub-nav {
    text-align: right; }
    @media (min-width: 960px) {
      .header .header-inner .global-sub-wrap .sub-nav {
        position: relative; } }
  .header .header-inner .global-sub-wrap .global-nav {
    margin-right: 0px; }

.open-header .global-nav .menu-list-wrap ul.open {
  display: block;
  background: #e3943d;
  /* color: white; */
  text-align: center;
  margin-bottom: 0; }
  .open-header .global-nav .menu-list-wrap ul.open li {
    border-bottom: 2px dotted #cccccc; }
.open-header .sub-nav {
  background: #e3943d;
  padding: 0; }
  .open-header .sub-nav ul {
    display: flex; }
    .open-header .sub-nav ul li {
      width: 50%;
      margin: 0;
      box-sizing: border-box; }
      .open-header .sub-nav ul li a {
        text-align: center;
        box-sizing: border-box;
        border: 1px solid #4c4948;
        padding: 20px 0 20px 0;
        color: #ffffff;
        background: #4c4948; }
        .open-header .sub-nav ul li a::before {
          border-color: transparent transparent transparent #ffffff; }
    .open-header .sub-nav ul li.nav-btn {
      display: none; }

/*-------------------------------------------------------------------------------

フッター

-------------------------------------------------------------------------------*/
footer {
  background-color: #e3943d; }
  footer .footer-inner .footer-nav {
    display: flex;
    justify-content: space-between;
    text-align: left;
    font-size: 88%;
    padding: 30px 10px 50px 10px;
    overflow: hidden; }
    @media (max-width: 960px) {
      footer .footer-inner .footer-nav {
        padding-bottom: 0;
        flex-wrap: wrap; } }
    footer .footer-inner .footer-nav .address {
      width: 60%; }
      @media (max-width: 960px) {
        footer .footer-inner .footer-nav .address {
          width: 100%;
          text-align: center;
          margin-bottom: 30px; } }
    footer .footer-inner .footer-nav .address img {
      max-width: 160px; }
    footer .footer-inner .footer-nav .address p {
      text-align: left; }
      @media (max-width: 960px) {
        footer .footer-inner .footer-nav .address p {
          text-align: center; } }
      footer .footer-inner .footer-nav .address p .footer-tel {
        font-size: 182%; }
    footer .footer-inner .footer-nav .address p.copyright {
      text-align: center; }
    footer .footer-inner .footer-nav ul {
      width: 20%;
      display: block; }
      footer .footer-inner .footer-nav ul li {
        width: 100%;
        display: block;
        box-sizing: border-box; }
        @media (max-width: 960px) {
          footer .footer-inner .footer-nav ul li {
            display: block;
            margin: 0 0px 15px 0px;
            width: 100%;
            box-sizing: border-box; } }
        footer .footer-inner .footer-nav ul li a:before {
          content: none; }
          @media (max-width: 960px) {
            footer .footer-inner .footer-nav ul li a:before {
              content: none; } }
        footer .footer-inner .footer-nav ul li a:hover {
          color: white;
          opacity: 0.5; }
    @media (max-width: 960px) {
      footer .footer-inner .footer-nav ul.footernav-1 {
        text-align: center;
        width: 100%;
        border-bottom: none;
        border-top: 1px solid #cccccc; } }
    @media (max-width: 960px) {
      footer .footer-inner .footer-nav ul.footernav-2 {
        width: 100%;
        text-align: center; } }

/*-------------------------------------------------------------------------------

リセット
-------------------------------------------------------------------------------*/
.home main h2 {
  margin: 0;
  padding: 0; }
  .home main h2 ::before {
    content: none; }

/*-------------------------------------------------------------------------------



ホーム


-------------------------------------------------------------------------------*/
.home {
  /*--------------------------------------------------
  メインビジュアル
  --------------------------------------------------*/
  /* end .main-v */
  /*--------------------------------------------------
  メインコンテンツ
  --------------------------------------------------*/
  /* end .contents-wrap */
  /* end .contents-wrap */
  /* ニュース */
  /*追加分*/
  /* end .news */ }
  .home main {
    padding-bottom: 300px;
    background: url(../img/picture_under.jpg) center bottom -150px/contain no-repeat;
    bottom: 0;
    position: relative; }
    @media (max-width: 768px) {
      .home main {
        background: url(../img/picture_under.jpg) center bottom/contain no-repeat; } }
  .home .main-v {
    width: 100%;
    margin: 55px 0 15px 0;
    background: url(../img/main-v.jpg) bottom center/cover no-repeat, url(../img/bg.jpg) center center/cover no-repeat;
    padding: 380px 0 380px;
    box-sizing: border-box;
    /*#clip01 {
      path {
        transform: scale(1.5);
      }
    }
    #clip02 {
      path {
        transform: scale(1.5);
      }
    }
    #clip03 {
      path {
        transform: scale(1.5);
      }
    }
    #clip04 {
      path {
        transform: scale(1);
      }
    }*/
    /*.message {
      position: absolute;
      z-index: 1;
      width: 100%;
      text-align: center;
      top: 300px;
      @media(max-width: 960px) {
        top: 180px;
        font-size: 80%;
      }
      @media(max-width: 488px) {
        top: 174px;
        font-size: 70%;
      }
      p {
        font-family: YuGothic,'Yu Gothic',sans-serif;
        font-weight: bold;
        color: #fff;
        drop-shadow: 5px 5px 30px #000;
        filter: drop-shadow(0px 5px 10px rgb(0, 0, 0));
        &.message01 {
          font-size: 240%;
          margin-bottom: 10px;
          @media(max-width: 425px) {
            padding: 0px 15px;
          }
        }
        &.message02 {
          font-size: 346%;
          margin-top: 0;
          letter-spacing: 0.1rem;
        }
      }
    //}
		*/
    /*li {
      padding: 0;
      p {
        margin-left: -9999px;
      }
    }*/
    /*    .mainv01 {
          background: url(../img/sp_mainv_01.jpg) center center / cover no-repeat;
          height: 450px;
          box-sizing: border-box;
        }
        .mainv02 {
          background: url(../img/sp_mainv_02.jpg) center center / cover no-repeat;
          height: 450px;
          box-sizing: border-box;
        }
        .mainv03 {
          background: url(../img/sp_mainv_03.jpg) center center / cover no-repeat;
          height: 450px;
          box-sizing: border-box;
        }
        .mainv04 {
          background: url(../img/sp_mainv_04.jpg) center center / cover no-repeat;
          height: 450px;
          box-sizing: border-box;
        }*/
    /*main-v画像*/
    /* コントローラー */
    /* ページャー */
    /*画像エリア高さ*/
    /*スライダーページャー*/
    /*スマホ版メインビジュアル*/ }
    @media screen and (min-width: 768px) {
      .home .main-v {
        margin: 0; } }
    @media (max-width: 960px) {
      .home .main-v {
        margin: 0;
        background: url(../img/main-v.jpg) bottom center/contain no-repeat, url(../img/bg.jpg) center center/cover no-repeat;
        padding: 70px 10px 120px; } }
    .home .main-v .main-v-inner {
      display: flex;
      width: 100%;
      justify-content: center; }
      @media (max-width: 960px) {
        .home .main-v .main-v-inner {
          display: none; } }
      .home .main-v .main-v-inner .mainv-message {
        order: 3;
        width: 35%;
        position: relative; }
        .home .main-v .main-v-inner .mainv-message img.clip1 {
          position: absolute;
          transform: translate(4%, 4%);
          width: 500px; }
        .home .main-v .main-v-inner .mainv-message p {
          left: 43%;
          top: 25%;
          position: absolute;
          transform: translate(-50%, 0);
          font-size: 120%;
          line-height: 2.5em;
          letter-spacing: 0.1em;
          font-weight: bold;
          color: #E3943D;
          display: inline-block;
          width: 19em;
          text-align: center; }
          .home .main-v .main-v-inner .mainv-message p::before {
            content: "";
            width: 50px;
            height: 50px;
            position: absolute;
            top: -50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: url(../img/ico-leaf.png) center center/contain no-repeat; }
      .home .main-v .main-v-inner .mainv-concept {
        writing-mode: vertical-rl;
        order: 2;
        width: 30%;
        position: relative; }
        .home .main-v .main-v-inner .mainv-concept p {
          left: 50%;
          top: 30%;
          position: absolute;
          transform: translate(-60%, -25%);
          font-size: 200%;
          line-height: 3em;
          letter-spacing: 0.4em;
          font-weight: bold;
          color: #E3943D;
          height: 550px; }
      .home .main-v .main-v-inner .mainv-img {
        width: 35%;
        position: relative; }
        .home .main-v .main-v-inner .mainv-img .mainv-img01 {
          transform: translate(33%, 0px);
          width: 59%; }
        .home .main-v .main-v-inner .mainv-img .mainv-img02 {
          transform: translate(-28%, -64%);
          width: 40%; }
      .home .main-v .main-v-inner .main-v-slider {
        display: none; }
    .home .main-v img {
      display: block;
      width: 100%; }
      @media screen and (min-width: 768px) {
        .home .main-v img {
          margin: 0 auto;
          max-height: 480px; } }
    .home .main-v .main-v .main-v-inner .bx-viewport {
      height: 480px; }
      .home .main-v .main-v .main-v-inner .bx-viewport ul li img {
        height: 480px;
        object-fit: cover; }
    .home .main-v .bx-wrapper {
      border: 0;
      margin-bottom: 0;
      border: none; }
      .home .main-v .bx-wrapper .bx-pager {
        padding: 0; }
    .home .main-v .bx-controls {
      position: absolute;
      bottom: 45px;
      z-index: 50;
      width: 100%; }
    .home .main-v .bx-pager-item {
      display: inline-block; }
    .home .main-v .bx-pager-item a {
      text-indent: -9999px;
      display: block;
      background: #808080; }
    .home .main-v .bx-pager-item .active {
      background: #a90000; }
    .home .main-v .bx-controls-direction {
      display: none; }
    .home .main-v .bx-viewport {
      height: 450px; }
    .home .main-v .bx-pager {
      display: none; }
    @media (min-width: 960px) {
      .home .main-v .main-v-inner-sp {
        display: none; } }
    .home .main-v .main-v-inner-sp {
      text-align: center; }
      .home .main-v .main-v-inner-sp .mainv-message {
        margin-bottom: 50px; }
        .home .main-v .main-v-inner-sp .mainv-message p {
          position: relative; }
          .home .main-v .main-v-inner-sp .mainv-message p:before {
            		/*background: url(../img/ico-leaf.png) center center/contain no-repeat;
            		content: "";
                width: 50px;
            	  height: 50px;
            		position: absolute;
            		top: -60px;
            		left: 50%;
            		transform: translate(-50%, 0);
            		*/ }
      .home .main-v .main-v-inner-sp .mainv-concept {
        /*font-size: 160%;
        line-height: 3.5em;
        letter-spacing: 0.4em;
        font-weight: bold;
        color: #0068B7;
				writing-mode: vertical-rl;
			  margin: 30px auto 0;
				*/ }
  @media (min-width: 960px) {
    .home .mainv-img-sp {
      display: none; } }
  @media (max-width: 960px) {
    .home .mainv-img-sp {
      display: flex; }
      .home .mainv-img-sp img {
        width: 50%; } }
  .home h2 {
    border: none;
    position: relative;
    text-align: center;
    color: #E3943D;
    margin-top: 0;
    font-size: 200%;
    font-weight: normal;
    height: auto;
    padding-left: 0;
    line-height: 1em;
    letter-spacing: 0.05em; }
    .home h2::before {
      /*content: "";
      width: 50px;
      height: 50px;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translate(-50%, 0);
			*/
      content: none; }
    .home h2 span {
      font-size: 60%;
      display: block;
      font-weight: bold; }
  .home .curve-area {
    /*&.topics {
      //background: #86B3E0;
			background: url(/img/clip5.png) center top/cover no-repeat;
      margin-top: -300px;
			@media(max-width: 960px) {
			  background: #86b3e0;
			}
      h2::before {
        background: url(../img/ico-paper.png) center center / contain no-repeat;
      }
    }
    &.result {
      //background: $color-main-2;
			background: url(/img/clip6.png) center top/cover no-repeat;
			margin-top: -300px;
      padding-bottom: 60px;
      @media(max-width: 960px) {
				background: #0068b7;
			}
      h2::before {
        background: url(../img/ico-medal.png) center center / contain no-repeat;
      }
    }*/ }
    .home .curve-area h2 {
      color: #fff; }
    .home .curve-area p {
      color: #fff; }
    .home .curve-area.concept {
      max-width: 1000px;
      margin: 0 auto;
      background: rgba(255, 255, 255, 0.8);
      display: block;
      margin-top: -120px;
      padding-top: 30px;
      padding-bottom: 30px; }
      @media (max-width: 960px) {
        .home .curve-area.concept {
          background: transparent;
          margin-top: 0px; } }
      .home .curve-area.concept h2.concept-title {
        writing-mode: vertical-rl;
        width: 5%;
        position: relative;
        color: #4c4948;
        text-align: start;
        font-weight: bold;
        font-size: 240%;
        line-height: 1.2em;
        margin: 40px 30px 0 10px; }
        @media (max-width: 960px) {
          .home .curve-area.concept h2.concept-title {
            display: none; } }
      .home .curve-area.concept h2.concept-title-sp {
        display: none; }
        @media (max-width: 960px) {
          .home .curve-area.concept h2.concept-title-sp {
            color: #4c4948;
            font-weight: bold;
            margin-bottom: 30px;
            display: block; } }
      .home .curve-area.concept p {
        width: 75%;
        color: #4c4948;
        font-size: 120%;
        text-align: left;
        margin: 0; }
        @media (max-width: 960px) {
          .home .curve-area.concept p {
            width: 100%;
            font-size: unset; } }
    .home .curve-area .curve-inner {
      max-width: 1000px;
      margin: 0 auto;
      text-align: center;
      display: flex;
      justify-content: space-around; }
      @media (max-width: 960px) {
        .home .curve-area .curve-inner {
          display: block;
          padding: 10px; } }
  .home .concept-wrap {
    margin-bottom: 50px;
    position: relative; }
    @media (max-width: 960px) {
      .home .concept-wrap {
        margin-bottom: 0; } }
    .home .concept-wrap::before {
      position: absolute;
      right: -60px;
      top: 170px;
      content: "";
      width: 450px;
      height: 300px;
      background: url(../img/cloud01.png) center center/contain no-repeat; }
      @media (max-width: 960px) {
        .home .concept-wrap::before {
          content: none; } }
    .home .concept-wrap .nav-btn-sp {
      display: none; }
      @media (max-width: 960px) {
        .home .concept-wrap .nav-btn-sp {
          display: block; } }
      .home .concept-wrap .nav-btn-sp ul {
        list-style: none;
        display: flex; }
        .home .concept-wrap .nav-btn-sp ul li.btn-sp {
          width: 50%;
          display: block; }
          .home .concept-wrap .nav-btn-sp ul li.btn-sp a {
            background: #E3943D;
            position: relative;
            /* padding: 20px 52px 20px 72px; */
            color: white;
            width: 100%;
            height: 60px;
            display: block;
            text-align: center;
            vertical-align: middle;
            padding-top: 18px;
            box-sizing: border-box;
            padding-left: 10px; }
            .home .concept-wrap .nav-btn-sp ul li.btn-sp a::before {
              content: "";
              position: absolute;
              top: 50%;
              left: 30%;
              transform: translate(-50%, -50%);
              display: inline-block;
              width: 16px;
              height: 16px;
              border: none;
              margin: 0; }
          .home .concept-wrap .nav-btn-sp ul li.btn-sp a.btn-yellow::before {
            background: url(../img/ico-nyukai.png) center center/contain no-repeat; }
          .home .concept-wrap .nav-btn-sp ul li.btn-sp a.btn-black {
            background-color: #4c4948; }
            .home .concept-wrap .nav-btn-sp ul li.btn-sp a.btn-black::before {
              background: url(../img/ico-kaiin.png) center center/contain no-repeat;
              left: 18%; }
  .home .text-line {
    margin-bottom: 30px; }
    .home .text-line .text-line-inner {
      text-align: center; }
      .home .text-line .text-line-inner img {
        max-width: 1280px;
        width: 100%; }
      @media (max-width: 960px) {
        .home .text-line .text-line-inner img.back-text {
          display: none; } }
      .home .text-line .text-line-inner img.back-text-sp {
        display: none;
        padding: 0 10px;
        box-sizing: border-box; }
        @media (max-width: 960px) {
          .home .text-line .text-line-inner img.back-text-sp {
            display: block; } }
  .home main {
    padding: 0; }
  .home .contents-wrap {
    padding: 0;
    max-width: inherit; }
  .home .menu {
    margin: 40px 0;
    position: relative; }
    @media (max-width: 768px) {
      .home .menu {
        margin: 50px 0; } }
    .home .menu::before {
      /*content: "";
      width: 100%;
      height: 100%;
      background: #ededed;
      position: absolute;
      top: 50px;
      z-index: -10;
      @media(max-width: 768px) {
        top: 0;
      }*/
      position: absolute;
      left: -8px;
      top: -59px;
      content: "";
      width: 500px;
      height: 300px;
      background: url(../img/cloud02.png) center center/contain no-repeat; }
    .home .menu .menu-area {
      max-width: 1040px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between; }
      @media (max-width: 768px) {
        .home .menu .menu-area {
          flex-wrap: wrap;
          padding: 0px; } }
      .home .menu .menu-area .menu-box {
        width: 33%;
        background: url("/img/menu-background.png") center center/cover no-repeat;
        z-index: 0; }
        @media (max-width: 768px) {
          .home .menu .menu-area .menu-box {
            width: 100%;
            height: 290px;
            margin-bottom: 100px; } }
        .home .menu .menu-area .menu-box .menu-img {
          height: 150px;
          width: 150px;
          margin: -75 auto 0; }
          .home .menu .menu-area .menu-box .menu-img .h2-hidden {
            display: none; }
          .home .menu .menu-area .menu-box .menu-img.menu-img01 {
            background: url("/img/menu1.png") center center/cover no-repeat; }
          .home .menu .menu-area .menu-box .menu-img.menu-img02 {
            background: url("/img/menu2.png") center center/cover no-repeat; }
          .home .menu .menu-area .menu-box .menu-img.menu-img03 {
            background: url("/img/menu3.png") center center/cover no-repeat; }
        .home .menu .menu-area .menu-box .menu-txt {
          padding: 10px 20px 30px;
          position: relative; }
          .home .menu .menu-area .menu-box .menu-txt h2 {
            margin-bottom: 2em;
            margin-top: 0;
            font-size: 110%; }
          .home .menu .menu-area .menu-box .menu-txt h3 {
            text-align: center;
            display: block;
            width: 200px;
            margin: 0 auto;
            color: #4c4948;
            border-bottom: 2px dotted #cccccc; }
          .home .menu .menu-area .menu-box .menu-txt ul {
            width: fit-content;
            margin: 0 auto;
            font-size: 113%;
            text-align: center; }
            .home .menu .menu-area .menu-box .menu-txt ul li {
              font-size: 82%;
              border-right: 1px solid #e3943d;
              border-left: 1px solid #e3943d;
              margin: 10px auto;
              display: block;
              width: fit-content;
              padding: 0 5px;
              line-height: 1em; }
              .home .menu .menu-area .menu-box .menu-txt ul li a {
                color: #4c4948; }
                .home .menu .menu-area .menu-box .menu-txt ul li a:hover {
                  color: #f3d1ac; }
  .home .topics .flex-area .flex-box {
    width: 23%; }
    @media (max-width: 960px) {
      .home .topics .flex-area .flex-box {
        width: 100%;
        position: relative;
        margin-bottom: 30px; } }
    .home .topics .flex-area .flex-box a {
      width: 230px;
      height: 230px; }
      @media (max-width: 960px) {
        .home .topics .flex-area .flex-box a {
          display: block;
          margin: 0 auto; } }
      .home .topics .flex-area .flex-box a:hover {
        opacity: 0.7; }
      .home .topics .flex-area .flex-box a .circle-box {
        width: 230px;
        height: 230px;
        clip-path: circle(50% at center); }
        @media (max-width: 960px) {
          .home .topics .flex-area .flex-box a .circle-box {
            margin: 0 auto; } }
        .home .topics .flex-area .flex-box a .circle-box .txt-box {
          background: #fff;
          padding: 40px 15px 19px; }
          .home .topics .flex-area .flex-box a .circle-box .txt-box time {
            display: block;
            color: #E3943D; }
        .home .topics .flex-area .flex-box a .circle-box .img-box {
          height: 35%; }
    .home .topics .flex-area .flex-box .tag-box {
      margin: 20px 0 0 0; }
      .home .topics .flex-area .flex-box .tag-box .tag-white {
        margin: 5px; }
  .home .topics .btn {
    margin-top: 0; }
  .home .result .flex-area .flex-box {
    width: 30%; }
    @media (max-width: 960px) {
      .home .result .flex-area .flex-box {
        width: 100%;
        position: relative;
        margin-bottom: 30px; } }
    @media (max-width: 960px) {
      .home .result .flex-area .flex-box a {
        display: block;
        margin: 0 auto;
        width: 300px; } }
    .home .result .flex-area .flex-box:hover {
      color: inherit;
      opacity: 0.7; }
    .home .result .flex-area .flex-box .img-box {
      background: #fff;
      padding: 10px; }
      .home .result .flex-area .flex-box .img-box.img-new {
        position: relative; }
        .home .result .flex-area .flex-box .img-box.img-new::before {
          position: absolute;
          content: "";
          width: 20px;
          height: 20px;
          background: url(../img/ico-new.png) center center/contain no-repeat; }
    .home .result .flex-area .flex-box .txt-box {
      margin-top: 10px;
      background: #fff;
      clip-path: url(#clip04);
      position: relative;
      padding: 1em;
      text-align: left; }
      .home .result .flex-area .flex-box .txt-box h3 {
        margin: 0;
        border-bottom: 0;
        border-left: 4px solid #E3943D;
        padding: 0;
        line-height: 1em;
        padding-left: 0.5em;
        margin-bottom: 10px; }
      .home .result .flex-area .flex-box .txt-box time {
        line-height: 1em;
        color: #E3943D; }
      .home .result .flex-area .flex-box .txt-box .tag-box {
        right: 20px;
        bottom: 13px; }
        .home .result .flex-area .flex-box .txt-box .tag-box span {
          margin: 0;
          margin-top: 5px; }
  @media (max-width: 768px) {
    .home section.projects {
      margin-bottom: 30px; } }
  @media (max-width: 768px) {
    .home section.projects .flex-area {
      margin-top: 40px; } }
  @media (max-width: 768px) {
    .home section.projects .flex-area .flex-box {
      width: 100%; } }
  .home article {
    padding-bottom: 400px;
    background: url(../img/bg-illust02.png) center bottom/contain no-repeat, url(../img/bg.jpg) center center/cover no-repeat;
    bottom: -120px;
    position: relative; }
    @media (max-width: 960px) {
      .home article {
        padding-bottom: 200px;
        bottom: 0; } }
    .home article .contents-wrap {
      position: relative; }
      .home article .contents-wrap::before {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        width: 78px;
        height: 1460px;
        background: url(../img/bg_logo.png) center center/contain no-repeat; }
      .home article .contents-wrap .projects {
        margin: 90px auto 40px; }
        .home article .contents-wrap .projects h2 {
          border: none;
          position: relative;
          text-align: center;
          padding-top: 60px;
          margin-top: 0;
          font-size: 200%;
          height: auto;
          padding-left: 0;
          line-height: 1em;
          letter-spacing: 0.05em;
          color: #E3943D; }
          .home article .contents-wrap .projects h2::before {
            display: block;
            content: "";
            width: 50px;
            height: 50px;
            position: absolute;
            top: 0;
            left: 50%;
            transform: translate(-50%, 0);
            background: url(../img/ico-glasses.png) center center/contain no-repeat; }
        .home article .contents-wrap .projects h3 {
          position: relative; }
          .home article .contents-wrap .projects h3::before {
            content: "";
            width: calc( 100% - 320px );
            height: 5px;
            border-bottom: 3px dotted #E3943D;
            position: absolute;
            bottom: 50%;
            left: 143px;
            background: none; }
          .home article .contents-wrap .projects h3 .tag-sky {
            font-size: 70%;
            font-weight: normal;
            letter-spacing: 0.1em; }
          .home article .contents-wrap .projects h3 .last {
            font-size: 70%;
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            color: #E3943D; }
        .home article .contents-wrap .projects .flex-area {
          margin-top: 30px;
          margin-bottom: 40px; }
          .home article .contents-wrap .projects .flex-area .flex-box {
            width: 30%;
            background: #fff;
            box-sizing: border-box;
            padding: 15px; }
            @media (max-width: 960px) {
              .home article .contents-wrap .projects .flex-area .flex-box {
                width: 300px;
                position: relative;
                margin: 0 auto;
                margin-bottom: 30px; } }
            .home article .contents-wrap .projects .flex-area .flex-box a {
              box-sizing: border-box;
              display: block; }
              @media (max-width: 960px) {
                .home article .contents-wrap .projects .flex-area .flex-box a {
                  display: block;
                  margin: 0 auto; } }
            .home article .contents-wrap .projects .flex-area .flex-box:hover {
              opacity: 0.7;
              color: inherit; }
            .home article .contents-wrap .projects .flex-area .flex-box .txt-box {
              margin-top: 30px; }
              .home article .contents-wrap .projects .flex-area .flex-box .txt-box h4 {
                margin: 0;
                border-bottom: 0;
                border-left: 4px solid #E3943D;
                padding: 0;
                line-height: 1em;
                padding-left: 0.5em;
                margin-bottom: 20px; }
              .home article .contents-wrap .projects .flex-area .flex-box .txt-box .day-area {
                position: relative;
                margin-bottom: 10px; }
                .home article .contents-wrap .projects .flex-area .flex-box .txt-box .day-area time {
                  line-height: 1em;
                  color: #E3943D; }
                .home article .contents-wrap .projects .flex-area .flex-box .txt-box .day-area .tag-box {
                  display: block;
                  right: 0;
                  top: 50%;
                  margin-top: 10px; }
                  .home article .contents-wrap .projects .flex-area .flex-box .txt-box .day-area .tag-box span {
                    margin: 0; }
              .home article .contents-wrap .projects .flex-area .flex-box .txt-box p {
                margin-bottom: 0;
                margin-bottom: 5px; }
  .home .menu {
    padding: 70px 20px 0; }
    @media (max-width: 768px) {
      .home .menu {
        padding: 35px 20px;
        padding-top: 70px;
        margin-bottom: 0;
        padding-bottom: 0; } }
    .home .menu .menu_inner {
      display: flex;
      justify-content: space-between;
      max-width: 1040px;
      margin: 0 auto; }
      @media (max-width: 768px) {
        .home .menu .menu_inner {
          flex-wrap: wrap; } }
      .home .menu .menu_inner .menu-txt {
        width: 77%;
        margin-top: 0;
        padding-left: 0;
        border-bottom: none;
        word-break: break-all; }
        @media (max-width: 768px) {
          .home .menu .menu_inner .menu-txt {
            width: 100%; } }
        .home .menu .menu_inner .menu-txt h2 {
          padding: 0;
          font-size: 170%;
          font-weight: bold;
          border-bottom: 0;
          margin-top: 0;
          margin-bottom: 1.5em;
          height: auto;
          margin-bottom: 20px; }
          @media (max-width: 375px) {
            .home .menu .menu_inner .menu-txt h2 {
              font-size: 150%;
              line-height: 1.4em; } }
          .home .menu .menu_inner .menu-txt h2::before {
            display: none; }
        .home .menu .menu_inner .menu-txt p {
          font-size: 116%; }
      .home .menu .menu_inner a {
        width: 20%;
        margin: 5px; }
        @media (max-width: 768px) {
          .home .menu .menu_inner a {
            width: 100%;
            text-align: center;
            margin-top: 15px; } }
        .home .menu .menu_inner a img {
          width: 200px;
          box-shadow: 5px 5px 5px #aeaeae; }
        .home .menu .menu_inner a .pub {
          margin: 0;
          text-align: center; }
  .home .contents-wrap {
    padding: 0;
    max-width: inherit;
    margin-top: 0; }
  .home section {
    float: none;
    width: 100%;
    max-width: 1040px;
    margin: 0 auto 40px;
    padding: 0 20px 0 20px; }
    @media screen and (min-width: 768px) {
      .home section .btn {
        clear: both;
        text-align: center;
        margin-bottom: 60px; }
        .home section .btn a {
          padding: 5px 1em; } }
  .home .wrap__box {
    position: relative; }
  .home .menu__box {
    position: relative;
    max-width: 940px;
    margin: 0 auto;
    z-index: 2; }
    .home .menu__box a {
      color: #fff; }
    .home .menu__box h4 {
      font-size: 20px;
      font-weight: normal;
      padding: 30px 0 10px 15px; }
      .home .menu__box h4 img {
        margin-left: 20px;
        vertical-align: middle; }
      @media screen and (min-width: 768px) {
        .home .menu__box h4 {
          font-size: 30px; } }
    .home .menu__box p {
      font-size: 105%;
      padding: 0 0 0 15px; }
  .home .menu__box_url_1, .home .menu__box_url_3, .home .menu__box_url_5 {
    background-color: #E3943D;
    padding: 10px; }
  .home .menu__box_url_2 a, .home .menu__box_url_4 a {
    color: #E3943D; }
  .home .news {
    /* アイコン */ }
    .home .news h2 {
      margin: 0; }
    .home .news ul {
      overflow: hidden;
      width: 100%;
      margin: 0 0 30px 0; }
    .home .news li {
      border-bottom: 2px dotted #cccccc;
      padding: 0;
      margin: 0; }
      .home .news li:before {
        display: none; }
      .home .news li a {
        display: block;
        padding: 5px 0 5px 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        @media screen and (min-width: 768px) {
          .home .news li a {
            padding: 15px 0 15px 0; } }
    .home .news time, .home .news span {
      display: block; }
      @media screen and (min-width: 768px) {
        .home .news time, .home .news span {
          display: inline; } }
    .home .news time {
      color: #000;
      padding: 0 20px 0 0; }
    .home .news .ico {
      display: inline-block;
      padding: 1px 8px 1px 8px;
      border-radius: 2px;
      color: #fff;
      font-size: 81%;
      font-weight: bold;
      margin: 0 10px 0 0; }
    .home .news .ico-new {
      background: #BF9239; }
  .home .news {
    padding: 40px 20px;
    display: flex;
    justify-content: space-between;
    position: relative; }
    @media (max-width: 768px) {
      .home .news {
        flex-wrap: wrap;
        padding-top: 0; } }
    .home .news::before {
      position: absolute;
      right: -304px;
      top: -116px;
      content: "";
      width: 400px;
      height: 300px;
      background: url(../img/cloud03.png) center center/contain no-repeat; }
    .home .news .news-inner {
      width: 75%; }
      @media (max-width: 768px) {
        .home .news .news-inner {
          width: 100%;
          margin-bottom: 80px; } }
      .home .news .news-inner time {
        font-size: 160%;
        color: #e3943d; }
      .home .news .news-inner span.ico-1 {
        width: 50px;
        background: url(/img/ico-news.png) center center/cover no-repeat;
        text-indent: -9999px; }
      .home .news .news-inner span.ico-2 {
        width: 50px;
        background: url(/img/ico-activity.png) center center/cover no-repeat;
        text-indent: -9999px; }
      .home .news .news-inner .news-ttl {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        border-bottom: 2px solid #B5B5B6;
        padding-bottom: 20px; }
        .home .news .news-inner .news-ttl .news-left h2 {
          margin: 0;
          border-bottom: 0;
          font-size: 227%; }
          .home .news .news-inner .news-ttl .news-left h2 span {
            color: #4c4948;
            font-size: 53%;
            letter-spacing: normal; }
        .home .news .news-inner .news-ttl .news-left p {
          color: #fff; }
      .home .news .news-inner span.news-post-title {
        color: #4c4948; }
      .home .news .news-inner a:hover span.news-post-title {
        color: #f3d1ac; }
    .home .news .banner-area {
      width: 21%; }
      @media (max-width: 768px) {
        .home .news .banner-area {
          width: 100%; } }
      @media (max-width: 768px) {
        .home .news .banner-area ul {
          max-width: 200px;
          margin: 0 auto; } }
      .home .news .banner-area ul li a img {
        width: 100%; }
      .home .news .banner-area .icon-window {
        display: none; }
    .home .news .banner-area .nenkai-banner ul {
      margin-bottom: 0; }
      .home .news .banner-area .nenkai-banner ul li a {
        padding: 0; }
    @media (max-width: 768px) {
      .home .news .banner-area .btn-yellow {
        width: 100px;
        margin: 0 auto; } }
    .home .news ul.news-all {
      display: block; }
    .home .news ul.news-news {
      display: none; }
    .home .news ul.news-activity {
      display: none; }
    .home .news .news-btn-wrap {
      display: flex;
      justify-content: flex-end; }
    .home .news .btn-black {
      margin: 0; }
      .home .news .btn-black:hover {
        opacity: 0.8; }
      .home .news .btn-black a {
        margin: 0;
        padding: 0 10px;
        letter-spacing: normal;
        border-radius: 0;
        background-color: #4c4948;
        border: 1px solid #4c4948;
        text-align: center;
        font-weight: bold;
        color: #fff; }
        .home .news .btn-black a::before {
          content: none; }
        .home .news .btn-black a:hover {
          opacity: 0.8; }
    .home .news .btn-yellow {
      margin: 0; }
      .home .news .btn-yellow a {
        margin: 0;
        padding: 0 10px;
        letter-spacing: normal;
        border-radius: 0;
        background-color: #E3943D;
        border: 1px solid #E3943D;
        text-align: center;
        font-weight: bold;
        color: #fff;
        margin-top: 10px; }
        .home .news .btn-yellow a::before {
          content: none; }
        .home .news .btn-yellow a:hover {
          opacity: 0.8; }
    .home .news .btn-clear {
      margin: 0;
      margin-left: 10px; }
      .home .news .btn-clear a {
        margin: 0;
        padding: 5px 10px;
        letter-spacing: normal;
        border-radius: 0;
        background-color: transparent;
        border: 1px solid #4c4948;
        text-align: center;
        font-weight: bold;
        color: #4c4948; }
        .home .news .btn-clear a::before {
          content: none; }
        .home .news .btn-clear a:hover {
          opacity: 0.8; }
      .home .news .btn-clear .news-current {
        background-color: #4c4948;
        color: white; }
    .home .news .banner-area .nenkai-banner h2.banner-title {
      margin: 0;
      border-bottom: 0;
      font-size: 227%;
      letter-spacing: 0; }
      .home .news .banner-area .nenkai-banner h2.banner-title .sub-title {
        color: #4c4948;
        font-size: 53%; }
    .home .news .banner-area .nenkai-banner li {
      border-bottom: none; }
  .home .general img {
    width: 100%; }
    @media screen and (min-width: 768px) {
      .home .general img {
        width: 30%;
        float: left;
        margin: 0 15px 15px 0; } }
  .home .side-contents {
    display: none; }
  .home .bottom-banner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 500px;
    margin-top: 80px; }
    @media (max-width: 960px) {
      .home .bottom-banner {
        margin-top: 30px;
        padding-bottom: 150px; } }
    .home .bottom-banner a {
      width: 24%; }
      @media (max-width: 960px) {
        .home .bottom-banner a {
          width: 100%;
          margin: 10px 20px;
          padding: 0 30px; } }
      .home .bottom-banner a .icon-window {
        display: none; }

/* end .home */
 /*-------------------------------------------------------------------------------

  共通パーツ

  -------------------------------------------------------------------------------*/
.ct-title-default article h1 {
  height: auto;
  background: url(../img/main-v.jpg) center center/cover no-repeat;
  padding: 180px 0 180px 0; }
  @media (max-width: 960px) {
    .ct-title-default article h1 {
      background: none;
      text-align: center;
      font-size: 160%;
      padding: 30px 0 10px 0; } }
  .ct-title-default article h1 span {
    position: relative;
    padding: 0;
    margin-bottom: 0;
    color: #4c4948; }
    .ct-title-default article h1 span::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 60px;
      font-size: 70%;
      font-weight: normal;
      letter-spacing: 0.1em;
      color: #0068B7;
      line-height: 1em; }
    .ct-title-default article h1 span::after {
      content: "";
      position: absolute;
      top: 37%;
      left: 0;
      transform: translateY(-50%);
      width: 50px;
      height: 50px;
      background: url(../img/ico-leaf.png) center center/contain no-repeat; }
    @media (min-width: 768px) {
      .ct-title-default article h1 span {
        max-width: 960px; } }
.ct-title-default article section h2 {
  color: #000;
  font-weight: bold;
  padding: 15px 0 5px 0;
  margin-bottom: 20px;
  font-size: 170%;
  border-bottom: 2px solid #ccc;
  height: auto; }
  @media (max-width: 425px) {
    .ct-title-default article section h2 {
      font-size: 150%; } }
.ct-title-default article section h3 {
  border-bottom: none;
  font-size: 160%;
  argin-top: 30px;
  color: #4c4948;
  border-bottom: 1px solid #e3943d; }
.ct-title-default article section h4 {
  margin-top: 20px;
  font-size: 120%; }
.ct-title-default article section h5 {
  font-size: 133%;
  position: relative;
  margin: 30px 0 10px; }
  .ct-title-default article section h5:before {
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
    width: 90%;
    height: 1px;
    content: '';
    background: #000; }
.ct-title-default article section .txt-right {
  text-align: right; }
.ct-title-default article section h6 {
  font-size: 133%;
  margin: 30px 0; }
.ct-title-default article section .right-photo {
  max-width: 250px;
  float: right;
  margin: 0 0 15px 20px; }
  @media (max-width: 560px) {
    .ct-title-default article section .right-photo {
      display: block;
      float: none;
      margin: 0 auto 20px; } }
.ct-title-default article section p {
  text-align: justify;
  color: #4c4948;
  font-size: 107%; }
.ct-title-default article section a {
  word-break: break-all; }
.ct-title-default article section figure {
  margin: 30px 10px; }

.activity section h2, .news section h2 {
  /*a.single-link {
  	color: #e3943d;
  	font-size: 80%;
  	&:hover {
  	  color: #f3d1ac;
  	}
  }*/ }
  .activity section h2 time, .news section h2 time {
    font-size: 80%; }

section figure {
  margin: 30px 0; }

/*テーブル*/
@media (max-width: 960px) {
  table.t01 tbody {
    display: block;
    box-sizing: border-box; } }
@media (max-width: 960px) {
  table.t01 tbody tr {
    width: 100%;
    display: block;
    box-sizing: border-box; } }
@media (max-width: 960px) {
  table.t01 tbody tr th {
    width: 100%;
    display: block;
    box-sizing: border-box; } }
@media (max-width: 960px) {
  table.t01 tbody tr td {
    width: 100%;
    display: block;
    box-sizing: border-box; } }

/*ボタン*/
section .btn a {
  background-color: #E3943D;
  color: #fff; }
  section .btn a:hover {
    color: #E3943D;
    background-color: #fff; }
    section .btn a:hover:before {
      border-top: 2px solid #E3943D;
      border-right: 2px solid #E3943D; }
  section .btn a:before {
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff; }

@media (min-width: 768px) {
  .page main section .title-sub {
    font-size: 120%;
    line-height: 1.2em;
    margin-bottom: 10px; } }
@media (max-width: 768px) {
  .page main section .title-sub {
    margin-bottom: 10px; } }
.page main section .title-sub time {
  font-size: 89%; }
  @media (max-width: 768px) {
    .page main section .title-sub time {
      font-size: 70%;
      display: block; } }
@media (max-width: 768px) {
  .page main section .title-sub .post-title {
    font-size: 75%; } }

.side-contents .local-nav {
  background: transparent; }
  .side-contents .local-nav h2 {
    border-bottom: 4px solid #e3943d;
    color: #4c4948; }
    .side-contents .local-nav h2::before {
      display: none; }
  .side-contents .local-nav ul li {
    border-bottom: 1px solid #e3943d; }
    .side-contents .local-nav ul li a {
      color: #4c4948;
      font-weight: bold; }

.gakkaisi .side-contents .local-nav li.nav-category li.nav-post {
  display: none; }

.ct-title-default article section p.has-text-align-center {
  text-align: center; }

.ct-title-default article section p.has-text-align-right {
  text-align: right; }

section > p, section > div > p {
  margin-top: 30px; }

/*h1と本文のマージン調整*/
.contents-wrap {
  margin-top: 40px; }
  @media (max-width: 960px) {
    .contents-wrap {
      margin-top: 15px; } }
  .contents-wrap section > div > h2, .contents-wrap section > h2, .contents-wrap section > div > h3, .contents-wrap section > h3, .contents-wrap section > div > p, .contents-wrap section > p {
    margin-top: 0; }
  .contents-wrap .local-nav h2 {
    margin-top: 0;
    font-weight: bold; }

/*youtube埋め込み*/
.iframe-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 30px; }
  .iframe-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*画像の寄せ*/
.aligncenter {
  text-align: center; }

.alignright {
  text-align: right; }

figcaption {
  text-align: center; }

/*画像の並び*/
.height-300px img {
  max-height: 300px;
  margin-left: 10px; }

.height-200px img {
  max-height: 220px;
  margin-left: 10px; }

/*アイキャッチ＋テキスト*/
.left-eyecatch {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .left-eyecatch img {
    max-width: 200px;
    height: 100%; }
    @media (max-width: 450px) {
      .left-eyecatch img {
        width: 100%; } }
  .left-eyecatch .text-box h3 {
    margin: 20px 10px 20px 0; }
  .left-eyecatch .text-box p {
    font-size: 90%;
    margin: 10px 0; }

/*flexエリア*/
.flex-area {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  flex-wrap: wrap; }
  @media (max-width: 768px) {
    .flex-area {
      flex-wrap: wrap; } }

/*検索ボックス*/
.search-area .search_container {
  position: relative;
  box-sizing: border-box;
  border: 2px solid #3879D9;
  padding: 0px 10px;
  border-radius: 3px;
  height: 4em;
  width: 400px;
  overflow: hidden;
  margin: 0 auto;
  text-align: left; }
  .search-area .search_container input[type="text"] {
    border: none;
    height: 4em;
    width: calc( 100% - 4.1em ); }
  .search-area .search_container input[type="text"]:focus {
    outline: 0; }
  .search-area .search_container input[type="submit"] {
    cursor: pointer;
    color: #fff;
    position: absolute;
    width: 4.1em;
    height: 4.2em;
    right: 0px;
    top: 0;
    outline: none;
    background: url(../img/ico-search.png) center center no-repeat, #3879D9;
    background-size: 16px 16px;
    border: none;
    text-indent: -9999px; }

/*タグ*/
.tag {
  display: inline-block;
  border: 2px solid #E3943D;
  color: #E3943D;
  border-radius: 15px;
  padding: 5px 10px;
  margin: 15px 5px;
  line-height: 1em; }
  .tag.tag-white {
    border-color: #fff;
    color: #E3943D;
    background: #fff; }
  .tag.tag-blue {
    border-color: #E3943D;
    color: #fff;
    background: #E3943D; }
  .tag.tag-sky {
    border-color: #E3943D;
    color: #fff;
    background: #E3943D; }
  .tag.tag-pale {
    border-color: #86B3E0;
    color: #fff;
    background: #86B3E0; }
  .tag.tag-h3 {
    display: inline-block;
    padding: 5px 10px 5px 2em;
    font-size: 105%; }
    .tag.tag-h3::before {
      content: "";
      width: 1em;
      height: 1em;
      background: url(../img/ico-narrow.png) center center/contain no-repeat;
      top: 50%;
      left: 0;
      transform: translate(50%, -50%); }
  .tag.tag-h4 {
    display: inline-block;
    font-size: 105%;
    border-bottom: 0;
    padding: 5px 10px;
    margin: 15px 5px; }
    .tag.tag-h4::before {
      content: "";
      width: 1em;
      height: 1em;
      background: url(../img/ico-narrow.png) center center/contain no-repeat;
      top: 50%;
      left: 0;
      transform: translate(50%, -50%); }

/*タグエリア*/
.tag-area {
  text-align: center;
  margin: 0 0 50px; }
  .tag-area .tag {
    margin: 5px; }
  .tag-area .tag-h3 {
    margin: 5px; }
  .tag-area .tag-h4 {
    margin: 5px; }

/*ボタン*/
section .btn-clear {
  margin-top: 60px; }
  section .btn-clear a {
    border: 2px solid #E3943D;
    border-radius: 25px;
    padding: 5px 1em;
    color: #E3943D;
    background: none;
    line-height: 1em;
    font-size: 100%; }
    section .btn-clear a::before {
      display: none; }
    section .btn-clear a:hover {
      background: #E3943D;
      color: #fff; }

.btn-white {
  margin-top: 30px; }
  .btn-white a {
    border: 2px solid #fff;
    border-radius: 25px;
    padding: 5px 1em;
    color: #fff;
    background: none;
    font-size: 100%; }
    .btn-white a:hover {
      background: #fff;
      color: #E3943D; }

section .btn-english a {
  padding: 8px 30px 8px 30px; }

/*区切り線（カーブ）*/
.curve-area {
  /* clip-path: circle(72% at bottom); */
  /* padding: 100px; */
  /* height: 200px; */
  /*margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px;    
  margin-top: -100px;
  padding-top: 50px;
  padding-bottom: 90px;
  background: url(../img/bg_logo_blue.png) 99px 305px /80px auto no-repeat, #fff;
*/ }

/*card-area*/
.projects, .column {
  position: relative; }
  .projects::before, .column::before {
    position: absolute;
    left: -371px;
    top: -155px;
    content: "";
    width: 450px;
    height: 300px;
    background: url(../img/cloud04.png) center center/contain no-repeat; }
  .projects .flex-box, .column .flex-box {
    width: 30%;
    background: #fff;
    box-sizing: border-box;
    padding: 15px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 10px #ccc; }
    .projects .flex-box:hover, .column .flex-box:hover {
      opacity: 0.7;
      color: inherit; }
    .projects .flex-box .img-box img, .column .flex-box .img-box img {
      max-width: 100%;
      height: 180px;
      object-fit: cover; }
    .projects .flex-box .txt-box, .column .flex-box .txt-box {
      margin-top: 30px; }
      .projects .flex-box .txt-box h4, .column .flex-box .txt-box h4 {
        margin: 0;
        border-bottom: 0;
        border-left: 6px solid #E3943D;
        padding: 0;
        line-height: 1em;
        padding-left: 0.5em;
        margin-bottom: 10px;
        color: #4c4948; }
      .projects .flex-box .txt-box .day-area, .column .flex-box .txt-box .day-area {
        position: relative;
        margin-bottom: 20px; }
        .projects .flex-box .txt-box .day-area time, .column .flex-box .txt-box .day-area time {
          line-height: 1em;
          color: #4c4948; }
        .projects .flex-box .txt-box .day-area .details, .column .flex-box .txt-box .day-area .details {
          color: #4c4948;
          line-height: 1.2; }
        .projects .flex-box .txt-box .day-area .tag-box span, .column .flex-box .txt-box .day-area .tag-box span {
          margin: 0;
          margin-top: 10px;
          border-radius: unset; }
      .projects .flex-box .txt-box p, .column .flex-box .txt-box p {
        margin-bottom: 0;
        margin-bottom: 5px; }
  .projects .project-title, .column .project-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 2px solid #B5B5B6;
    padding-bottom: 20px; }
    .projects .project-title h2, .column .project-title h2 {
      margin: 0;
      border-bottom: 0;
      font-size: 227%; }
      .projects .project-title h2 span, .column .project-title h2 span {
        color: #4c4948;
        font-size: 53%;
        letter-spacing: normal;
        display: inline-block; }
    .projects .project-title p, .column .project-title p {
      color: #fff; }
    .projects .project-title .btn-black, .column .project-title .btn-black {
      margin: 0; }
      .projects .project-title .btn-black a, .column .project-title .btn-black a {
        margin: 0;
        padding: 0 10px;
        letter-spacing: normal;
        border-radius: 0;
        background-color: #4c4948;
        border: 1px solid #4c4948;
        text-align: center;
        font-weight: bold;
        color: #fff; }
        .projects .project-title .btn-black a::before, .column .project-title .btn-black a::before {
          content: none; }

/*card-area2*/
.card-area2 .flex-box {
  width: 30%; }
  .card-area2 .flex-box:hover {
    color: inherit;
    opacity: 0.7; }
  .card-area2 .flex-box .img-box {
    background: #fff;
    padding: 10px; }
    .card-area2 .flex-box .img-box.img-new {
      position: relative; }
      .card-area2 .flex-box .img-box.img-new::before {
        position: absolute;
        content: "";
        width: 20px;
        height: 20px;
        background: url(../img/ico-new.png) center center/contain no-repeat; }
  .card-area2 .flex-box .txt-box {
    margin-top: 10px;
    background: #fff;
    clip-path: url(#clip04);
    position: relative;
    padding: 15px 1em 20px 2em;
    text-align: left; }
    .card-area2 .flex-box .txt-box h4 {
      margin: 0;
      border-bottom: 0;
      border-left: 4px solid #E3943D;
      padding: 0;
      line-height: 1em;
      padding-left: 0.5em;
      margin-bottom: 9px;
      font-size: 107%; }
    .card-area2 .flex-box .txt-box time {
      line-height: 1em;
      color: #E3943D; }
    .card-area2 .flex-box .txt-box .tag-box {
      display: inline-block;
      position: absolute;
      right: 20px;
      bottom: 19px; }
      .card-area2 .flex-box .txt-box .tag-box span {
        margin: 0; }

.itiran {
  display: none; }

@media (max-width: 960px) {
  .page .side-contents, .single .side-contents, .category .side-contents {
    margin-bottom: 0; }
    .page .side-contents .global-nav, .single .side-contents .global-nav, .category .side-contents .global-nav {
      background: #e3943d; }
      .page .side-contents .global-nav .menu-list-wrap li a, .single .side-contents .global-nav .menu-list-wrap li a, .category .side-contents .global-nav .menu-list-wrap li a {
        color: white; }

  .itiran {
    display: block;
    color: #fff;
    font-size: 92%;
    background: rgba(51, 51, 51, 0.5);
    border: none;
    border-radius: 0;
    text-align: center;
    position: relative;
    padding: 5px 10px 20px 10px;
    width: calc(100% - 20px); } }
.container-8 {
  display: grid;
  gap: 13px;
  grid-template-columns: 1.2fr 1fr 1fr 0.6fr;
  grid-template-rows: 50% 50%; }
  @media (max-width: 450px) {
    .container-8 {
      grid-template-columns: 1fr;
      grid-template-rows: auto; } }
  .container-8 .box-big1 {
    grid-row: 1 / span 2; }

.container-6 {
  display: grid;
  gap: 13px;
  grid-template-columns: 1.5fr 1fr 1fr;
  grid-template-rows: 50% 50%; }
  @media (max-width: 450px) {
    .container-6 {
      grid-template-columns: 1fr;
      grid-template-rows: auto; } }
  .container-6 .box-big1 {
    grid-row: 1 / span 2; }

/*
.single, .page {
	article section {
		h3 {
			position: relative;
      padding: 1rem 0.5rem;
      font-weight: bold;
      font-size: 26px;
			&:before, &:after {
        position: absolute;
        top: 45%;
        width: 3rem;
        border-top: 8px double;
        content: '';
				background: none;
				height: auto;
				bottom: 0;
			}
			&:before {
				left: -3rem;
			}
			&:after {
				right: -3rem;
			}
		}
	}
}
*/
.category main, .single main, .page main {
  padding-top: 0; }
.category .sp-img, .single .sp-img, .page .sp-img {
  display: none; }
  @media (max-width: 960px) {
    .category .sp-img, .single .sp-img, .page .sp-img {
      display: block; } }
  .category .sp-img .main-v, .single .sp-img .main-v, .page .sp-img .main-v {
    width: 100%;
    margin: 55px 0 15px 0;
    background: url(../img/main-v.jpg) bottom center/cover no-repeat, url(../img/bg.jpg) center center/cover no-repeat;
    padding: 380px 0 380px;
    box-sizing: border-box; }
    @media screen and (min-width: 768px) {
      .category .sp-img .main-v, .single .sp-img .main-v, .page .sp-img .main-v {
        margin: 0; } }
    @media (max-width: 960px) {
      .category .sp-img .main-v, .single .sp-img .main-v, .page .sp-img .main-v {
        margin: 0;
        background: url(../img/main-v.jpg) bottom center/contain no-repeat, url(../img/bg.jpg) center center/cover no-repeat;
        padding: 120px 10px 120px; } }
  .category .sp-img .nav-btn-sp, .single .sp-img .nav-btn-sp, .page .sp-img .nav-btn-sp {
    display: none; }
    @media (max-width: 960px) {
      .category .sp-img .nav-btn-sp, .single .sp-img .nav-btn-sp, .page .sp-img .nav-btn-sp {
        display: block; } }
    .category .sp-img .nav-btn-sp ul, .single .sp-img .nav-btn-sp ul, .page .sp-img .nav-btn-sp ul {
      list-style: none;
      display: flex; }
      .category .sp-img .nav-btn-sp ul li.btn-sp, .single .sp-img .nav-btn-sp ul li.btn-sp, .page .sp-img .nav-btn-sp ul li.btn-sp {
        width: 50%;
        display: block; }
        .category .sp-img .nav-btn-sp ul li.btn-sp a, .single .sp-img .nav-btn-sp ul li.btn-sp a, .page .sp-img .nav-btn-sp ul li.btn-sp a {
          background: #E3943D;
          position: relative;
          /* padding: 20px 52px 20px 72px; */
          color: white;
          width: 100%;
          height: 60px;
          display: block;
          text-align: center;
          vertical-align: middle;
          padding-top: 18px;
          box-sizing: border-box;
          padding-left: 10px; }
          .category .sp-img .nav-btn-sp ul li.btn-sp a::before, .single .sp-img .nav-btn-sp ul li.btn-sp a::before, .page .sp-img .nav-btn-sp ul li.btn-sp a::before {
            content: "";
            position: absolute;
            top: 50%;
            left: 30%;
            transform: translate(-50%, -50%);
            display: inline-block;
            width: 16px;
            height: 16px;
            border: none;
            margin: 0; }
        .category .sp-img .nav-btn-sp ul li.btn-sp a.btn-yellow::before, .single .sp-img .nav-btn-sp ul li.btn-sp a.btn-yellow::before, .page .sp-img .nav-btn-sp ul li.btn-sp a.btn-yellow::before {
          background: url(../img/ico-nyukai.png) center center/contain no-repeat; }
        .category .sp-img .nav-btn-sp ul li.btn-sp a.btn-black, .single .sp-img .nav-btn-sp ul li.btn-sp a.btn-black, .page .sp-img .nav-btn-sp ul li.btn-sp a.btn-black {
          background-color: #4c4948; }
          .category .sp-img .nav-btn-sp ul li.btn-sp a.btn-black::before, .single .sp-img .nav-btn-sp ul li.btn-sp a.btn-black::before, .page .sp-img .nav-btn-sp ul li.btn-sp a.btn-black::before {
            background: url(../img/ico-kaiin.png) center center/contain no-repeat;
            left: 18%; }

.ct-title-default h3:before, .ct-h3-default h3:before, .ct-h3-abstract h3:before {
  display: block;
  position: relative;
  left: auto;
  width: auto;
  background: none; }

.single article section h3:before, .page article section h3:before {
  margin-right: 1rem; }
.single article section h3:after, .page article section h3:after {
  margin-left: 1rem; }
.single article section h4, .page article section h4 {
  			/*display: inline-block;
        border-top: 1px solid #004077;
        border-bottom: 1px solid #004077;
        padding: 8px 30px;
  			position: relative;
        left: 50%;
        transform: translateX(-50%);
  			margin-top: 50px;
  			margin-bottom: 30px;*/ }
.single article section h5, .page article section h5 {
  display: inline-block;
  border-bottom: 1px solid #004077;
  padding: 8px 30px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 50px;
  margin-bottom: 30px; }
  .single article section h5:before, .page article section h5:before {
    content: none; }
.single article section .wp-block-image figure, .page article section .wp-block-image figure {
  margin: 30px 10px; }
  @media (max-width: 768px) {
    .single article section .wp-block-image figure, .page article section .wp-block-image figure {
      width: 100%; } }
  @media (max-width: 768px) {
    .single article section .wp-block-image figure img, .page article section .wp-block-image figure img {
      width: 100%; } }

.global-nav ul.menu-list-sub li {
  width: 100%;
  background-color: rgba(128, 126, 125, 0.8); }
  .global-nav ul.menu-list-sub li:after {
    content: none; }

.global-nav ul.menu-list-sub li a {
  color: #ffffff;
  font-size: 100%;
  font-weight: normal;
  text-align: left;
  padding: 0.5em 1em;
  height: auto;
  box-sizing: border-box;
  line-height: 1.5em; }
  .global-nav ul.menu-list-sub li a:before {
    content: none; }

@media (max-width: 768px) {
  .bn .table-wrap table {
    width: 700px; } }
@media (max-width: 768px) {
  .bn .table-wrap table tbody tr th {
    white-space: break-spaces; } }
@media (max-width: 768px) {
  .bn .table-wrap table tbody tr td {
    white-space: break-spaces; } }

 /*-------------------------------------------------------------------------------

  地域設計研究について

  -------------------------------------------------------------------------------*/
.aboutus article h1 span::before {
  content: "ABOUT US"; }
.aboutus article h1 span::after {
  background: url(../img/ico-leaf.png) center center/contain no-repeat; }

 /*-------------------------------------------------------------------------------

  レポート

  -------------------------------------------------------------------------------*/
.reports main {
  background: url(../img/bg.jpg) center center/cover repeat-y; }
.reports article h1 span::before {
  display: block;
  content: "REPORTS"; }
.reports article h1 span::after {
  background: url(../img/ico-medal.png) center center/contain no-repeat; }
.reports article section .tag-area button {
          /*background-color: #004077;
					position: relative;
          transition: 0.3;
          &:before {
            position: absolute;*/ }
  .reports article section .tag-area button:hover {
    /*color: #0068B7;
    background-color: #fff;
    cursor: pointer;*/ }
.reports article section .tag-area table tbody tr th span {
  /*border: 2px solid #0068B7;
  border-radius: 15px;
  line-height: 1em;
  //border-color: #86B3E0;
  color: #fff;
  background: #0068B7;
  display: inline-block;
  font-size: 105%;
  border-bottom: 0;
  padding: 5px 10px;
  word-break: keep-all;*/ }
.reports article section .tag-area table tbody label span {
                /*padding: 5px 20px;
                border: 2px solid #fff;
                color: #0068B7;
                border-radius: 15px;
                padding: 5px 10px;
                line-height: 1em;
                margin: 5px 0 0;
                display: inline-block;
								background-color: #fff;*/ }
.reports article section .tag-area table tbody label input:checked + span {
                /*color: #fff;
                background-color: #0068B7;
								border-color: #0068B7;*/ }
@media (max-width: 960px) {
  .reports article section .tag-area table, .reports article section .tag-area tbody, .reports article section .tag-area tr, .reports article section .tag-area td, .reports article section .tag-area th {
    display: block;
    width: 100%; }
  .reports article section .tag-area table tbody label {
    display: block; }
    .reports article section .tag-area table tbody label span {
      display: block;
      margin: 0; } }
@media (max-width: 960px) {
  .reports article section .flex-area {
    flex-wrap: wrap; }
    .reports article section .flex-area .flex-box {
      position: relative;
      display: block;
      margin: 20px auto;
      width: 300px; } }

 /*-------------------------------------------------------------------------------

  プロジェクト紹介ページ

  -------------------------------------------------------------------------------*/
.column article section h4.seika {
  padding: 14px 0 10px 1em;
  border-bottom: 0;
  margin-bottom: 20px;
  font-size: 160%;
  color: #fff;
  background: #1b418c; }
.column article section .ul-check li {
  padding: 0 0 0 2em; }
  .column article section .ul-check li::before {
    width: 1em;
    height: 1em; }
.column article section .border-area {
  border: 3px solid #768dba;
  padding: 20px 40px;
  border-radius: 15px;
  margin: 40px 0; }
.column article section .fig-box {
  display: flex;
  flex-wrap: wrap; }
  .column article section .fig-box figure {
    max-width: 30%;
    margin: 10px; }
    .column article section .fig-box figure.full {
      max-width: 100%; }
.column article section .flex-area {
  display: flex;
  gap: 5%;
  justify-content: start; }
  .column article section .flex-area dl {
    width: 30%;
    text-align: center;
    padding: 20px;
    margin: 10px;
    border: 2px solid #ccc;
    display: flex;
    flex-wrap: wrap;
    align-content: center; }
    .column article section .flex-area dl dt {
      font-weight: bold;
      width: 100%; }
    .column article section .flex-area dl dd {
      width: 100%; }
.column article section .point-area {
  background: #fff1ec;
  padding: 20px 40px;
  margin: 40px 0; }
  .column article section .point-area h4 {
    color: #df4a00; }
  .column article section .point-area .fig-box figure {
    float: right; }
  .column article section .point-area p {
    text-align: right; }
.column article section .tag-area button {
  /*background-color: #004077;
  position: relative;
  transition: 0.3;*/ }
  .column article section .tag-area button:hover {
    /*color: #0068B7;
    background-color: #fff;
    cursor: pointer;*/ }
.column article section .tag-area table tbody tr th span {
  		/*border: 2px solid #0068B7;
  		border-radius: 15px;
  		line-height: 1em;
  		border-color: #86B3E0;
  	  color: #fff;
      background: #86B3E0;
  		display: inline-block;
  		font-size: 105%;
      border-bottom: 0;
  		padding: 5px 10px;
  		word-break: keep-all;
  		*/ }
.column article section .tag-area table tbody label {
  margin: 0; }
  .column article section .tag-area table tbody label input {
    display: inline-block; }
  .column article section .tag-area table tbody label span {
  /*padding: 5px 20px;
	border: 2px solid #0068B7;
	color: #0068B7;
	border-radius: 15px;
	padding: 5px 10px;
	line-height: 1em;
	margin: 5px 0 0;
	display: inline-block;*/
    display: inline-block; }
@media (max-width: 960px) {
  .column article section .tag-area table, .column article section .tag-area tbody, .column article section .tag-area tr, .column article section .tag-area td, .column article section .tag-area th {
    display: block;
    width: 100%; }
  .column article section .tag-area table tbody label {
    display: block; }
    .column article section .tag-area table tbody label span {
      margin: 0; } }
@media (max-width: 960px) {
  .column article section .flex-area {
    flex-wrap: wrap; }
    .column article section .flex-area .flex-box {
      position: relative;
      display: block;
      margin: 20px auto;
      width: 300px; } }
.column article section .wp-block-image figure {
  width: 750px;
  height: 422px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 30px; }
  .column article section .wp-block-image figure img {
    object-fit: cover;
    object-position: center; }

.single.column article section .wp-block-image figure {
  width: 100%;
  height: auto;
  max-width: 750px; }

 /*-------------------------------------------------------------------------------

  各記事ページ

  -------------------------------------------------------------------------------*/
.single main article h1, .page main article h1 {
  background: url(../img/main-v.jpg) center center/cover no-repeat;
  padding: 180px 0 180px 0; }
  @media (max-width: 960px) {
    .single main article h1, .page main article h1 {
      background: none;
      text-align: center;
      font-size: 160%;
      padding: 30px 0 10px 0; } }

 /*-------------------------------------------------------------------------------

  運営元について

  -------------------------------------------------------------------------------*/
.company article h1 span::before {
  content: "COMPANY"; }
.company article h1 span::after {
  background: url(../img/ico-paper.png) center center/contain no-repeat; }

 /*-------------------------------------------------------------------------------

  news

  -------------------------------------------------------------------------------*/
.category.news article section h2 a.post-title, .category.activity article section h2 a.post-title {
  margin-right: 10px; }
.category.news article section h2 a.single-link, .category.activity article section h2 a.single-link {
  font-size: 71%;
  white-space: nowrap; }

 /*-------------------------------------------------------------------------------

  404ページ

  -------------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .error-404 h1 {
    margin: 0 0 20px 0; }
  .error-404 section {
    float: none;
    width: 100%; } }
/*-------------------------------------------------------------------------------


お問い合わせ


-------------------------------------------------------------------------------*/
.inquiry section {
  width: 100%;
  float: none; }
  .inquiry section .table-wrap {
    white-space: inherit; }
  .inquiry section table th, .inquiry section table td {
    width: 100%;
    display: block;
    padding: 1%; }
    @media screen and (min-width: 768px) {
      .inquiry section table th, .inquiry section table td {
        width: inherit;
        display: table-cell; } }
  @media screen and (min-width: 768px) {
    .inquiry section table th {
      width: 30%; } }

/* end .inquiry */
/*-------------------------------------------------------------------------------


フォーム


-------------------------------------------------------------------------------*/
.mw_wp_form th.required:after {
  float: right; }
.mw_wp_form span.mwform-checkbox-field.horizontal-item {
  margin-left: 0; }
  .mw_wp_form span.mwform-checkbox-field.horizontal-item label {
    padding-left: 0; }
.mw_wp_form span.mwform-radio-field.horizontal-item {
  margin-left: 0; }
  .mw_wp_form span.mwform-radio-field.horizontal-item label {
    padding-left: 0; }
.mw_wp_form .horizontal-item label span {
  padding: 2px 5px 2px 2px;
  border-radius: 2px; }
.mw_wp_form .horizontal-item label.checked span {
  background: #cfc; }
.mw_wp_form .privacy_policy_viewer {
  padding: 0.5em 1em;
  border: 2px solid #e2e2e2;
  max-height: 120px;
  overflow-y: auto;
  background: #fff;
  margin-top: 6px; }
  .mw_wp_form .privacy_policy_viewer p {
    font-size: 100%;
    margin-bottom: 5px; }
  .mw_wp_form .privacy_policy_viewer h3, .mw_wp_form .privacy_policy_viewer h4, .mw_wp_form .privacy_policy_viewer h5, .mw_wp_form .privacy_policy_viewer .table-wrap {
    margin: 0; }
  .mw_wp_form .privacy_policy_viewer h2 {
    margin: 10px 0 10px 0;
    padding: 0;
    font-size: 120%; }
    @media (max-width: 767px) {
      .mw_wp_form .privacy_policy_viewer h2 {
        font-size: 110%; } }
  .mw_wp_form .privacy_policy_viewer ol {
    font-size: 100%; }
  .mw_wp_form .privacy_policy_viewer ul {
    margin: 0;
    font-size: 100%; }
  .mw_wp_form .privacy_policy_viewer .list12__ttl {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 110%; }
  .mw_wp_form .privacy_policy_viewer .list12__cont {
    padding-left: 1em;
    font-size: 100%; }
    @media (max-width: 767px) {
      .mw_wp_form .privacy_policy_viewer .list12__cont {
        font-size: 14px; } }
  .mw_wp_form .privacy_policy_viewer .list-num--bracket {
    margin-left: 3em;
    margin-bottom: 0; }
    .mw_wp_form .privacy_policy_viewer .list-num--bracket li {
      list-style: none;
      counter-increment: count;
      margin-bottom: 0.5em; }
      .mw_wp_form .privacy_policy_viewer .list-num--bracket li::before {
        content: "（" counter(count) "）";
        width: 3em;
        margin-left: -3em;
        display: inline-block; }
  .mw_wp_form .privacy_policy_viewer .indent {
    list-style: none;
    margin-top: -1em; }
    .mw_wp_form .privacy_policy_viewer .indent li {
      text-indent: -1em;
      padding-left: 1em;
      counter-increment: none;
      margin-bottom: 0.1em; }
      .mw_wp_form .privacy_policy_viewer .indent li::before {
        display: none; }
  .mw_wp_form .privacy_policy_viewer .list-num--hyphen {
    margin-left: 3em;
    list-style: none; }
    .mw_wp_form .privacy_policy_viewer .list-num--hyphen li {
      list-style: none;
      margin-bottom: 0.5em;
      position: relative; }
      .mw_wp_form .privacy_policy_viewer .list-num--hyphen li::before {
        content: attr(data-title);
        width: 3em;
        margin-left: -3em;
        display: inline-block;
        position: absolute;
        background: none;
        top: 0; }
.mw_wp_form .confirm-privacy-policy .horizontal-item label {
  font-size: 100%;
  padding: 5px 8px;
  border-radius: 2px;
  text-align: center;
  margin: 10px 0; }
  .mw_wp_form .confirm-privacy-policy .horizontal-item label.checked {
    background-color: #ccffcc; }
@media (max-width: 767px) {
  .mw_wp_form .table-wrap table {
    display: block; }
  .mw_wp_form .table-wrap table tbody {
    display: block; }
  .mw_wp_form .table-wrap table tbody tr {
    display: block; }
  .mw_wp_form .table-wrap table tbody tr th {
    display: block; }
  .mw_wp_form .table-wrap table tbody tr td {
    display: block; } }

/***********************************
追加、動画掲載
***********************************/
.page video, .category video, .single video {
  width: 100%;
  height: auto; }

/***********************************
追加kokusai
***********************************/
.kokusai.ct-title-default article section p {
  word-spacing: normal;
  letter-spacing: normal;
  text-align: left; }

/*# sourceMappingURL=modify.css.map */
