@charset "UTF-8";
/* ------------ font ------------ */
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;700&display=swap);
/* ------------ css reset ------------ */
body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

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

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent; }

ins {
  text-decoration: none; }

mark {
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  width: 100%;
  display: block;
  height: 1px;
  border: 0;
  margin: 0;
  padding: 0;
  color: #000; }

input, select {
  vertical-align: middle; }

/* ------------ SP ------------ */
@media screen and (min-width: 0px) and (max-width: 768px) {
  /* ------------ body ------------ */
  html, body {
    font-size: 62.5%;
    overflow-x: hidden; }

  /* ------------ spmterial-i ------------ */
  .spmaterial-i, .sp_nav #sp_top_nav ul li a:before, #top_greeting .img_box a.button:before, #top_news a.button:before, #top_reform a.button:before, #footer .contact_box ul li:nth-child(2) a.button:before, #page_top a::before, #crumbs_list ul li:before, #crumbs_list ul li:first-child:before, #reform_box #c_box_03 a.button:before, #reform_box #c_box_05 a.button:before, #aftersupport_box #c_box_02 a.button:before, #contact_box .mail_box .submit_box .submit_button:after, #sitemap_box ul li a:before, #news_box #main_content_box .newslist_box ul li .textbox p.date:before, #news_box #main_content_box .newsarticle_box .catetitle p.list:before, #news_box #main_content_box .newsarticle_box .article p.date:before, #news_box #main_content_box .newsarticle_box .articlenext p.back:before, #news_box #side_box .widget_recent_entries ul li a:before, #news_box #side_box .widget_categories ul li a:before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    vertical-align: middle; }

  /* ------------ spclearfix ------------ */
  .spclearfix, #crumbs_list ul, #news_box #main_content_box .newsarticle_box .article {
    zoom: 1; }
    .spclearfix::after, #crumbs_list ul::after, #news_box #main_content_box .newsarticle_box .article::after {
      display: block;
      content: "";
      clear: both; }

  /* ------------ top_loaderbg ------------ */
  #top_loaderbg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 3000;
    text-align: center; }
    #top_loaderbg #loader {
      display: none;
      position: fixed;
      top: 50%;
      left: 50%;
      margin: 0 0 0 -12px;
      z-index: 4000; }
      #top_loaderbg #loader .loader {
        width: 24px;
        height: 24px;
        border-top: 2px solid #c7e8f6;
        border-bottom: 2px solid #c7e8f6;
        border-right: 2px solid #008eca;
        border-left: 2px solid #008eca;
        animation: loader_01 0.75s ease infinite;
        border-radius: 100%; }
  @keyframes loader_01 {
    to {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); } }
  /* ------------ #top_header ------------ */
  #top_header {
    background: #fff; }
    #top_header h1 {
      text-indent: -9999px;
      padding: 15px 0;
      text-align: center; }
      #top_header h1 a {
        background-image: url(../img/01.png);
        background-repeat: no-repeat;
        background-size: contain;
        width: 135.5px;
        height: 25px;
        display: block;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        margin: 0 auto; }
        #top_header h1 a:hover {
          opacity: 0.7;
          filter: alpha(opacity=70); } }
  @media only screen and (min-width: 0px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
    #top_header h1 a {
      background-image: url(../img/01@2x.png); } }

@media screen and (min-width: 0px) and (max-width: 768px) {
  /* ------------ #sub_header ------------ */
  #sub_header {
    width: 100%;
    height: 50px;
    position: fixed;
    left: 0;
    top: -50px;
    z-index: 100;
    background: #fff; }
    #sub_header #sub_nav {
      display: flex;
      justify-content: space-between; }
      #sub_header #sub_nav p.logo {
        text-indent: -9999px;
        margin: 12.5px 0 0 15px; }
        #sub_header #sub_nav p.logo a {
          background-image: url(../img/01.png);
          background-repeat: no-repeat;
          background-size: contain;
          width: 135.5px;
          height: 25px;
          display: block;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
          #sub_header #sub_nav p.logo a:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); } }
    @media only screen and (min-width: 0px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
      #sub_header #sub_nav p.logo a {
        background-image: url(../img/01@2x.png); } }
@media screen and (min-width: 0px) and (max-width: 768px) {
      #sub_header #sub_nav ul {
        display: flex;
        justify-content: flex-end; }
        #sub_header #sub_nav ul li:nth-child(-n+5) {
          display: none; }
        #sub_header #sub_nav ul li:last-of-type .bars {
          position: relative;
          top: 0;
          right: 0;
          width: 50px;
          height: 50px;
          cursor: pointer;
          z-index: 2000;
          background: #0757AA; }
          #sub_header #sub_nav ul li:last-of-type .bars .bar {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 26px;
            height: 2px;
            background: #fff;
            border-radius: 1px;
            transition: all 0.25s ease-in-out 0s;
            -moz-transition: all 0.25s ease-in-out 0s;
            -webkit-transition: all 0.25s ease-in-out 0s;
            -ms-transition: all 0.25s ease-in-out 0s;
            -o-transition: all 0.25s ease-in-out 0s; }
          #sub_header #sub_nav ul li:last-of-type .bars .bar-1 {
            margin: -9px 0 0 -13px; }
          #sub_header #sub_nav ul li:last-of-type .bars .bar-2 {
            margin: -1px 0 0 -13px; }
          #sub_header #sub_nav ul li:last-of-type .bars .bar-3 {
            margin: 7px 0 0 -13px; }
        #sub_header #sub_nav ul li:last-of-type .bars.step-1 .bar-1 {
          transform: translate3d(0, 8px, 0);
          -moz-transform: translate3d(0, 8px, 0);
          -webkit-transform: translate3d(0, 8px, 0);
          -ms-transform: translate3d(0, 8px, 0);
          -o-transform: translate3d(0, 8px, 0); }
        #sub_header #sub_nav ul li:last-of-type .bars.step-1 .bar-2 {
          transform: rotate(90deg);
          -moz-transform: rotate(90deg);
          -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          -o-transform: rotate(90deg); }
        #sub_header #sub_nav ul li:last-of-type .bars.step-1 .bar-3 {
          transform: translate3d(0, -8px, 0);
          -moz-transform: translate3d(0, -8px, 0);
          -webkit-transform: translate3d(0, -8px, 0);
          -ms-transform: translate3d(0, -8px, 0);
          -o-transform: translate3d(0, -8px, 0); }
        #sub_header #sub_nav ul li:last-of-type .bars.step-2 .bar-1 {
          transform: translate3d(0, 8px, 0) rotate(135deg);
          -moz-transform: translate3d(0, 8px, 0) rotate(135deg);
          -webkit-transform: translate3d(0, 8px, 0) rotate(135deg);
          -ms-transform: translate3d(0, 8px, 0) rotate(135deg);
          -o-transform: translate3d(0, 8px, 0) rotate(135deg); }
        #sub_header #sub_nav ul li:last-of-type .bars.step-2 .bar-2 {
          transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -o-transform: rotate(45deg); }
        #sub_header #sub_nav ul li:last-of-type .bars.step-2 .bar-3 {
          transform: translate3d(0, -8px, 0) rotate(135deg);
          -moz-transform: translate3d(0, -8px, 0) rotate(135deg);
          -webkit-transform: translate3d(0, -8px, 0) rotate(135deg);
          -ms-transform: translate3d(0, -8px, 0) rotate(135deg);
          -o-transform: translate3d(0, -8px, 0) rotate(135deg); }

  /* ------------ #under_header ------------ */
  #under_header {
    width: 100%;
    height: 50px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    background: #fff; }
    #under_header #sub_nav {
      display: flex;
      justify-content: space-between; }
      #under_header #sub_nav h1 {
        text-indent: -9999px;
        margin: 12.5px 0 0 15px; }
        #under_header #sub_nav h1 a {
          background-image: url(../img/01.png);
          background-repeat: no-repeat;
          background-size: contain;
          width: 135.5px;
          height: 25px;
          display: block;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
          #under_header #sub_nav h1 a:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); } }
    @media only screen and (min-width: 0px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
      #under_header #sub_nav h1 a {
        background-image: url(../img/01@2x.png); } }
@media screen and (min-width: 0px) and (max-width: 768px) {
      #under_header #sub_nav ul {
        display: flex;
        justify-content: flex-end; }
        #under_header #sub_nav ul li:nth-child(-n+6) {
          display: none; }
        #under_header #sub_nav ul li:last-of-type .bars {
          position: relative;
          top: 0;
          right: 0;
          width: 50px;
          height: 50px;
          cursor: pointer;
          z-index: 2000;
          background: #0757AA; }
          #under_header #sub_nav ul li:last-of-type .bars .bar {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 26px;
            height: 2px;
            background: #fff;
            border-radius: 1px;
            transition: all 0.25s ease-in-out 0s;
            -moz-transition: all 0.25s ease-in-out 0s;
            -webkit-transition: all 0.25s ease-in-out 0s;
            -ms-transition: all 0.25s ease-in-out 0s;
            -o-transition: all 0.25s ease-in-out 0s; }
          #under_header #sub_nav ul li:last-of-type .bars .bar-1 {
            margin: -9px 0 0 -13px; }
          #under_header #sub_nav ul li:last-of-type .bars .bar-2 {
            margin: -1px 0 0 -13px; }
          #under_header #sub_nav ul li:last-of-type .bars .bar-3 {
            margin: 7px 0 0 -13px; }
        #under_header #sub_nav ul li:last-of-type .bars.step-1 .bar-1 {
          transform: translate3d(0, 8px, 0);
          -moz-transform: translate3d(0, 8px, 0);
          -webkit-transform: translate3d(0, 8px, 0);
          -ms-transform: translate3d(0, 8px, 0);
          -o-transform: translate3d(0, 8px, 0); }
        #under_header #sub_nav ul li:last-of-type .bars.step-1 .bar-2 {
          transform: rotate(90deg);
          -moz-transform: rotate(90deg);
          -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          -o-transform: rotate(90deg); }
        #under_header #sub_nav ul li:last-of-type .bars.step-1 .bar-3 {
          transform: translate3d(0, -8px, 0);
          -moz-transform: translate3d(0, -8px, 0);
          -webkit-transform: translate3d(0, -8px, 0);
          -ms-transform: translate3d(0, -8px, 0);
          -o-transform: translate3d(0, -8px, 0); }
        #under_header #sub_nav ul li:last-of-type .bars.step-2 .bar-1 {
          transform: translate3d(0, 8px, 0) rotate(135deg);
          -moz-transform: translate3d(0, 8px, 0) rotate(135deg);
          -webkit-transform: translate3d(0, 8px, 0) rotate(135deg);
          -ms-transform: translate3d(0, 8px, 0) rotate(135deg);
          -o-transform: translate3d(0, 8px, 0) rotate(135deg); }
        #under_header #sub_nav ul li:last-of-type .bars.step-2 .bar-2 {
          transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -o-transform: rotate(45deg); }
        #under_header #sub_nav ul li:last-of-type .bars.step-2 .bar-3 {
          transform: translate3d(0, -8px, 0) rotate(135deg);
          -moz-transform: translate3d(0, -8px, 0) rotate(135deg);
          -webkit-transform: translate3d(0, -8px, 0) rotate(135deg);
          -ms-transform: translate3d(0, -8px, 0) rotate(135deg);
          -o-transform: translate3d(0, -8px, 0) rotate(135deg); }

  /* ------------ top_eyecatch ------------ */
  #top_eyecatch {
    display: flex;
    flex-wrap: wrap; }
    #top_eyecatch ul.r_img {
      order: 2;
      width: 100%;
      height: 50%;
      background: #f5f5f5;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      #top_eyecatch ul.r_img li {
        list-style: none; }
        #top_eyecatch ul.r_img li img.bg {
          width: 100%;
          height: 100%;
          object-fit: cover;
          z-index: 10; }
        #top_eyecatch ul.r_img li:nth-child(1) {
          width: 100%;
          height: 50%;
          position: relative;
          order: 3; }
          #top_eyecatch ul.r_img li:nth-child(1) img.text {
            display: none;
            z-index: 20;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            width: 80%; }
        #top_eyecatch ul.r_img li:nth-child(2) {
          order: 1;
          width: 50%;
          height: 50%;
          background: #666;
          position: relative; }
          #top_eyecatch ul.r_img li:nth-child(2) p {
            z-index: 30;
            position: absolute;
            top: 10px;
            left: 10px;
            font-size: 12px;
            line-height: 2;
            font: normal 1.2rem/2 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
        #top_eyecatch ul.r_img li:nth-child(3) {
          order: 2;
          width: 50%;
          height: 50%;
          background: #999;
          position: relative; }
          #top_eyecatch ul.r_img li:nth-child(3) p {
            z-index: 30;
            position: absolute;
            top: 10px;
            left: 10px;
            font-size: 12px;
            line-height: 2;
            font: normal 1.2rem/2 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
    #top_eyecatch ul.l_img {
      order: 1;
      width: 100%;
      height: 50%;
      background: #333; }
      #top_eyecatch ul.l_img img.bg {
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 10; }
      #top_eyecatch ul.l_img li {
        list-style: none;
        width: 100%;
        height: 100%;
        position: relative; }
        #top_eyecatch ul.l_img li img.text {
          display: none;
          width: 100%;
          z-index: 20;
          position: absolute;
          bottom: 0;
          left: 0; }
        #top_eyecatch ul.l_img li p {
          z-index: 30;
          position: absolute;
          top: 10px;
          right: 10px;
          font-size: 12px;
          line-height: 2;
          font: normal 1.2rem/2 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }

  /* ------------ top_nav ------------ */
  #top_nav {
    display: none; }

  /* ------------ sp_nav ------------ */
  .sp_nav {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 50px;
    left: 0;
    z-index: 3000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.7s;
    -moz-transition: all 0.7s;
    -webkit-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s; }
    .sp_nav .bg {
      width: 100%;
      height: 100%;
      background: #0057AA;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1; }
    .sp_nav.open {
      opacity: 1;
      visibility: visible;
      transition: all 0.7s;
      -moz-transition: all 0.7s;
      -webkit-transition: all 0.7s;
      -ms-transition: all 0.7s;
      -o-transition: all 0.7s; }
    .sp_nav #sp_top_nav {
      position: relative;
      width: 100%;
      height: 100%;
      text-align: center; }
      .sp_nav #sp_top_nav ul {
        width: 90%;
        margin: 0 auto; }
        .sp_nav #sp_top_nav ul li {
          font-size: 12px;
          line-height: 1.5;
          font: normal 1.2rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          list-style: none;
          border-bottom: 1px solid #dcdcdc; }
          .sp_nav #sp_top_nav ul li p {
            font-size: 16px;
            line-height: 1.5;
            font: normal 1.6rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
            font-weight: 700; }
          .sp_nav #sp_top_nav ul li a {
            display: block;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            padding: 15px 0;
            position: relative; }
            .sp_nav #sp_top_nav ul li a:link, .sp_nav #sp_top_nav ul li a:visited, .sp_nav #sp_top_nav ul li a:active {
              text-decoration: none;
              color: #fff; }
            .sp_nav #sp_top_nav ul li a:hover {
              opacity: 0.7;
              filter: alpha(opacity=70); }
            .sp_nav #sp_top_nav ul li a.here {
              background: #e8eff7;
              color: #0057AA; }
              .sp_nav #sp_top_nav ul li a.here p {
                color: #0057AA; }
              .sp_nav #sp_top_nav ul li a.here:before {
                color: #0057AA; }
            .sp_nav #sp_top_nav ul li a:before {
              content: 'chevron_right';
              position: absolute;
              right: 10px;
              top: 50%;
              font-size: 1.8rem;
              transform: translateY(-50%);
              -moz-transform: translateY(-50%);
              -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              -o-transform: translateY(-50%);
              color: #fff; }

  /* ------------ top_greeting ------------ */
  #top_greeting {
    width: 90%;
    margin: 60px auto 0; }
    #top_greeting .text_box h2 {
      font-size: 20px;
      line-height: 1.5;
      font: normal 2rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      font-weight: 700;
      text-align: center; }
    #top_greeting .img_box {
      text-align: center; }
      #top_greeting .img_box figure {
        width: 100%;
        margin: 20px 0 0 0; }
        #top_greeting .img_box figure img {
          width: 100%;
          vertical-align: bottom; }
      #top_greeting .img_box p {
        font-size: 14px;
        line-height: 2;
        font: normal 1.4rem/2 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        margin: 20px 0 0 0;
        text-align: left; }
      #top_greeting .img_box a.button {
        padding: 10px 30px;
        margin: 30px auto 0;
        font-size: 14px;
        line-height: 1;
        font: normal 1.4rem/1 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        border: 1px solid #000;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        display: inline-block;
        text-align: center;
        position: relative;
        border-radius: 30px;
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px; }
        #top_greeting .img_box a.button:before {
          content: 'chevron_right';
          position: absolute;
          color: #000;
          right: 5px;
          top: 50%;
          font-size: 1.6rem;
          transition: all 0.3s;
          -moz-transition: all 0.3s;
          -webkit-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%); }
        #top_greeting .img_box a.button:link, #top_greeting .img_box a.button:visited, #top_greeting .img_box a.button:active {
          text-decoration: none;
          color: #000; }
        #top_greeting .img_box a.button:hover {
          background: #0057AA;
          color: #fff;
          border: 1px solid #0057AA; }
          #top_greeting .img_box a.button:hover:before {
            color: #fff; }

  /* ------------ top_imgbox_01 ------------ */
  #top_imgbox_01 {
    width: 100%;
    height: 150px;
    margin: 60px 0 0 0;
    background: url(../img/10.jpg) no-repeat bottom center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    #top_imgbox_01 h3 {
      font-size: 14px;
      line-height: 1.5;
      font: normal 1.4rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      font-weight: 700;
      color: #fff;
      margin: 0 0 0 20px; } }
@media only screen and (min-width: 0px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  #top_imgbox_01 {
    width: 100%;
    height: 150px;
    margin: 60px 0 0 0;
    background: url(../img/10@2x.jpg) no-repeat bottom center;
    background-size: cover; } }
@media screen and (min-width: 0px) and (max-width: 768px) {
  /* ------------ top_news ------------ */
  #top_news {
    width: 90%;
    margin: 60px auto;
    text-align: center; }
    #top_news .title_box {
      text-align: center; }
      #top_news .title_box figure {
        max-width: 18px;
        margin: 0 auto; }
        #top_news .title_box figure img {
          width: 100%;
          vertical-align: bottom; }
      #top_news .title_box h4 {
        font-size: 24px;
        line-height: 1.5;
        font: normal 2.4rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        font-weight: 700; }
      #top_news .title_box p {
        font-size: 12px;
        line-height: 1.5;
        font: normal 1.2rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
    #top_news ul {
      width: 80%;
      margin: 30px auto 0; }
      #top_news ul li {
        list-style: none;
        margin: 30px auto 0; }
        #top_news ul li a {
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          display: block; }
          #top_news ul li a figure {
            width: 100%;
            position: relative; }
            #top_news ul li a figure img {
              width: 100%;
              vertical-align: bottom;
              z-index: 10; }
            #top_news ul li a figure figcaption {
              z-index: 20;
              position: absolute;
              left: 0;
              top: 0;
              display: inline-block;
              background: #EDF1F7;
              font-size: 12px;
              line-height: 1.5;
              font: normal 1.2rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
              color: #0057AA;
              padding: 5px; }
          #top_news ul li a p {
            font-size: 14px;
            line-height: 1.5;
            font: normal 1.4rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
            margin: 10px 0 0 0;
            text-align: left; }
            #top_news ul li a p.date {
              font-size: 12px;
              line-height: 1;
              font: normal 1.2rem/1 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
              color: #666; }
          #top_news ul li a:link, #top_news ul li a:visited, #top_news ul li a:active {
            text-decoration: none;
            color: #000; }
          #top_news ul li a:hover {
            opacity: 0.6;
            filter: alpha(opacity=60); }
    #top_news a.button {
      padding: 10px 30px;
      margin: 30px auto 0;
      font-size: 14px;
      line-height: 1;
      font: normal 1.4rem/1 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      border: 1px solid #000;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      display: inline-block;
      text-align: center;
      position: relative;
      border-radius: 30px;
      -moz-border-radius: 30px;
      -webkit-border-radius: 30px;
      -ms-border-radius: 30px;
      -o-border-radius: 30px; }
      #top_news a.button:before {
        content: 'chevron_right';
        position: absolute;
        color: #000;
        right: 5px;
        top: 50%;
        font-size: 1.6rem;
        transition: all 0.3s;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%); }
      #top_news a.button:link, #top_news a.button:visited, #top_news a.button:active {
        text-decoration: none;
        color: #000; }
      #top_news a.button:hover {
        background: #0057AA;
        color: #fff;
        border: 1px solid #0057AA; }
        #top_news a.button:hover:before {
          color: #fff; }

  /* ------------ top_works ------------ */
  #top_works {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; }
    #top_works ul {
      z-index: 10; }
      #top_works ul.slider {
        width: 100%; }
        #top_works ul.slider li.photo a {
          display: inline-block;
          text-align: left;
          opacity: .99;
          overflow: hidden;
          position: relative; }
          #top_works ul.slider li.photo a:before {
            content: '';
            background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
            width: 100%;
            height: 50%;
            opacity: 0;
            position: absolute;
            top: 100%;
            left: 0;
            z-index: 2;
            transition-property: top, opacity;
            transition: all 0.3s;
            -moz-transition: all 0.3s;
            -webkit-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -o-transition: all 0.3s; }
          #top_works ul.slider li.photo a img {
            height: 200px;
            display: block;
            backface-visibility: hidden; }
          #top_works ul.slider li.photo a .details {
            padding: 10px;
            color: #fff;
            position: absolute;
            bottom: 0;
            left: 0;
            z-index: 3; }
            #top_works ul.slider li.photo a .details span {
              display: block;
              opacity: 0;
              position: relative;
              top: 100px;
              transition-property: top, opacity;
              transition: all 0.3s;
              -moz-transition: all 0.3s;
              -webkit-transition: all 0.3s;
              -ms-transition: all 0.3s;
              -o-transition: all 0.3s;
              transition-delay: 0s; }
            #top_works ul.slider li.photo a .details .title {
              font-size: 14px;
              line-height: 1.5;
              font: normal 1.4rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
              font-weight: 700; }
          #top_works ul.slider li.photo a:focus:before,
          #top_works ul.slider li.photo a:focus span, #top_works ul.slider li.photo a:hover:before,
          #top_works ul.slider li.photo a:hover span {
            opacity: 1; }
          #top_works ul.slider li.photo a:focus:before, #top_works ul.slider li.photo a:hover:before {
            top: 50%; }
          #top_works ul.slider li.photo a:focus span, #top_works ul.slider li.photo a:hover span {
            top: 0; }
          #top_works ul.slider li.photo a:focus .title, #top_works ul.slider li.photo a:hover .title {
            transition-delay: 0.15s; }
          #top_works ul.slider li.photo a:focus .info, #top_works ul.slider li.photo a:hover .info {
            transition-delay: 0.25s; }
    #top_works figure {
      position: absolute;
      z-index: 20;
      max-width: 85px;
      width: 90%; }
      #top_works figure img {
        width: 100%;
        vertical-align: bottom; }

  /* ------------ top_reform ------------ */
  #top_reform {
    margin: 60px 0 0 0;
    text-align: center; }
    #top_reform .title_box {
      text-align: center; }
      #top_reform .title_box figure {
        max-width: 18px;
        margin: 0 auto; }
        #top_reform .title_box figure img {
          width: 100%;
          vertical-align: bottom; }
      #top_reform .title_box h4 {
        font-size: 24px;
        line-height: 1.5;
        font: normal 2.4rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        font-weight: 700; }
      #top_reform .title_box p {
        font-size: 14px;
        line-height: 1.5;
        font: normal 1.4rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
    #top_reform ul {
      margin: 30px auto 0;
      background: #f5f5f5;
      padding: 20px;
      box-sizing: border-box;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      #top_reform ul li {
        list-style: none;
        width: 48%; }
        #top_reform ul li a {
          transition: all 0.3s;
          -moz-transition: all 0.3s;
          -webkit-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s; }
          #top_reform ul li a img {
            width: 100%;
            vertical-align: bottom; }
          #top_reform ul li a p {
            font-size: 14px;
            line-height: 1.5;
            font: normal 1.4rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
            font-weight: 700;
            margin: 10px 0 0 0; }
          #top_reform ul li a:link, #top_reform ul li a:visited, #top_reform ul li a:active {
            text-decoration: none;
            color: #000; }
          #top_reform ul li a:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }
        #top_reform ul li:nth-child(n+3) {
          margin: 20px 0 0 0; }
    #top_reform a.button {
      padding: 10px 30px;
      margin: 30px auto 0;
      font-size: 14px;
      line-height: 1;
      font: normal 1.4rem/1 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      border: 1px solid #000;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      display: inline-block;
      text-align: center;
      position: relative;
      border-radius: 30px;
      -moz-border-radius: 30px;
      -webkit-border-radius: 30px;
      -ms-border-radius: 30px;
      -o-border-radius: 30px; }
      #top_reform a.button:before {
        content: 'chevron_right';
        position: absolute;
        color: #000;
        right: 5px;
        top: 50%;
        font-size: 1.6rem;
        transition: all 0.3s;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%); }
      #top_reform a.button:link, #top_reform a.button:visited, #top_reform a.button:active {
        text-decoration: none;
        color: #000; }
      #top_reform a.button:hover {
        background: #0057AA;
        color: #fff;
        border: 1px solid #0057AA; }
        #top_reform a.button:hover:before {
          color: #fff; }

  /* ------------ footer ------------ */
  #footer {
    margin: 60px 0 0 0; }
    #footer .area_box {
      width: 100%;
      height: 150px;
      background: url(../img/16.jpg) no-repeat bottom center;
      background-size: cover; }
      #footer .area_box figure {
        width: 95%;
        margin: 0 auto; }
        #footer .area_box figure img {
          width: 100%;
          vertical-align: bottom;
          margin: 25px 0 0 0; } }
  @media only screen and (min-width: 0px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
    #footer .area_box {
      width: 100%;
      height: 150px;
      background: url(../img/16@2x.jpg) no-repeat bottom center;
      background-size: cover; } }
@media screen and (min-width: 0px) and (max-width: 768px) {
    #footer .contact_box {
      background: #0757AA;
      padding: 40px 0; }
      #footer .contact_box ul {
        width: 90%;
        margin: 0 auto; }
        #footer .contact_box ul li {
          list-style: none; }
          #footer .contact_box ul li:nth-child(1) {
            text-align: center; }
            #footer .contact_box ul li:nth-child(1) p {
              font-size: 14px;
              line-height: 1.5;
              font: normal 1.4rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
              color: #fff; }
              #footer .contact_box ul li:nth-child(1) p.title {
                font-size: 30px;
                line-height: 1.2;
                font: normal 3rem/1.2 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
                margin: 10px 0 0 0;
                font-weight: 700; }
              #footer .contact_box ul li:nth-child(1) p br {
                display: none; }
          #footer .contact_box ul li:nth-child(2) {
            margin: 20px 0 0 0; }
            #footer .contact_box ul li:nth-child(2) .wrap_box {
              display: flex;
              justify-content: space-between;
              align-items: center; }
              #footer .contact_box ul li:nth-child(2) .wrap_box .tel_title {
                width: 28%;
                background: #fff;
                font-size: 12px;
                line-height: 1.5;
                font: normal 1.2rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
                font-weight: 700;
                color: #0057AA;
                text-align: center;
                border-radius: 5px;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
                -ms-border-radius: 5px;
                -o-border-radius: 5px;
                padding: 5px;
                align-self: center;
                box-sizing: border-box; }
              #footer .contact_box ul li:nth-child(2) .wrap_box .tel_number {
                width: 67%;
                font-size: 30px;
                line-height: 1.2;
                font: normal 3rem/1.2 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
                font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
                font-weight: 700;
                color: #fff; }
            #footer .contact_box ul li:nth-child(2) a.button {
              width: 100%;
              padding: 10px 0;
              margin: 20px auto 0;
              font-size: 14px;
              line-height: 1;
              font: normal 1.4rem/1 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
              font-weight: 700;
              transition: all 0.5s;
              -moz-transition: all 0.5s;
              -webkit-transition: all 0.5s;
              -ms-transition: all 0.5s;
              -o-transition: all 0.5s;
              display: inline-block;
              text-align: center;
              background: #D1DFF2;
              border-radius: 30px;
              -moz-border-radius: 30px;
              -webkit-border-radius: 30px;
              -ms-border-radius: 30px;
              -o-border-radius: 30px; }
              #footer .contact_box ul li:nth-child(2) a.button:before {
                content: 'email';
                color: #0757AA;
                font-size: 2.6rem;
                transition: all 0.3s;
                -moz-transition: all 0.3s;
                -webkit-transition: all 0.3s;
                -ms-transition: all 0.3s;
                -o-transition: all 0.3s;
                margin: -2px 2px 0 0; }
              #footer .contact_box ul li:nth-child(2) a.button:link, #footer .contact_box ul li:nth-child(2) a.button:visited, #footer .contact_box ul li:nth-child(2) a.button:active {
                text-decoration: none;
                color: #0757AA; }
              #footer .contact_box ul li:nth-child(2) a.button:hover {
                background: #fff;
                color: #0057AA; }
                #footer .contact_box ul li:nth-child(2) a.button:hover:before {
                  color: #0057AA; }
    #footer .gmap {
      height: 0;
      overflow: hidden;
      padding-bottom: 50%;
      position: relative; }
      #footer .gmap iframe {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        filter: grayscale(80%); }
    #footer #f_nav {
      width: 90%;
      margin: 0 auto;
      padding: 20px 0; }
      #footer #f_nav ul {
        display: flex;
        justify-content: space-between; }
        #footer #f_nav ul li a {
          transition: all 0.3s;
          -moz-transition: all 0.3s;
          -webkit-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          font-size: 14px;
          line-height: 1.5;
          font: normal 1.4rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
          #footer #f_nav ul li a:link, #footer #f_nav ul li a:visited, #footer #f_nav ul li a:active {
            text-decoration: none;
            color: #000; }
          #footer #f_nav ul li a:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }
    #footer .copy {
      text-align: center;
      background: #000;
      padding: 10px 0;
      font-size: 10px;
      line-height: 1.5;
      font: normal 1rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      color: #fff; }

  /* ------------ page_top ------------ */
  #page_top {
    width: 25px;
    height: 25px;
    position: fixed;
    right: -25px;
    bottom: 25px;
    background: #0757AA;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 1000; }
    #page_top a {
      position: relative;
      display: block;
      width: 25px;
      height: 25px;
      text-decoration: none;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s; }
      #page_top a:hover {
        opacity: 0.8;
        filter: alpha(opacity=80); }
      #page_top a::before {
        content: 'arrow_drop_up';
        font-size: 25px;
        color: #fff;
        position: absolute;
        width: 25px;
        height: 25px;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        z-index: 200;
        text-align: center; }

  /* ------------ page_title ------------ */
  #page_title {
    margin: 50px 0 0 0;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center; }
    #page_title .wrap_box {
      text-align: center; }
      #page_title .wrap_box h2 {
        font-size: 20px;
        line-height: 1.5;
        font: normal 2rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        font-weight: 700; }
      #page_title .wrap_box p {
        font-size: 14px;
        line-height: 1.5;
        font: normal 1.4rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #999; }

  /* ------------ crumbs_list ------------ */
  #crumbs_list {
    width: 90%;
    margin: 0 auto 10px;
    padding: 0 10px; }
    #crumbs_list ul li {
      font-size: 12px;
      line-height: 1.5;
      font: normal 1.2rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      position: relative;
      list-style: none;
      padding: 0 0 0 15px;
      margin: 0 0 0 5px;
      float: left; }
      #crumbs_list ul li a {
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
        #crumbs_list ul li a:link, #crumbs_list ul li a:visited, #crumbs_list ul li a:active {
          text-decoration: none;
          color: #666; }
        #crumbs_list ul li a:hover {
          text-decoration: underline;
          color: #666; }
      #crumbs_list ul li:before {
        content: 'chevron_right';
        font-size: 1.4rem;
        position: absolute;
        top: 50%;
        left: 0;
        color: #666;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%); }
      #crumbs_list ul li:first-child {
        margin: 0; }
        #crumbs_list ul li:first-child:before {
          content: 'home';
          font-size: 1.4rem;
          position: absolute;
          top: 50%;
          left: 0;
          color: #666;
          transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%); }

  /* ------------ sub_eyecatch ------------ */
  #sub_eyecatch {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center; }
    #sub_eyecatch p {
      text-align: center;
      font-size: 20px;
      line-height: 1.5;
      font: normal 2rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      color: #fff;
      font-weight: 700; }
    #sub_eyecatch.b01 {
      background: url(../company/img/01.jpg) no-repeat center center;
      background-size: cover; }
    #sub_eyecatch.b02 {
      background: url(../aftersupport/img/01.jpg) no-repeat center center;
      background-size: cover; }
    #sub_eyecatch.b03 {
      background: url(../contact/img/01.jpg) no-repeat left -100px center;
      background-size: cover; }
      #sub_eyecatch.b03 p {
        color: #000; } }
  @media only screen and (min-width: 0px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
    #sub_eyecatch.b01 {
      background: url(../company/img/01@2x.jpg) no-repeat center center;
      background-size: cover; }
    #sub_eyecatch.b02 {
      background: url(../aftersupport/img/01@2x.jpg) no-repeat center center;
      background-size: cover; }
    #sub_eyecatch.b03 {
      background: url(../contact/img/01@2x.jpg) no-repeat left -100px center;
      background-size: cover; }
      #sub_eyecatch.b03 p {
        color: #000; } }

@media screen and (min-width: 0px) and (max-width: 768px) {
  /* ------------ sub_eyecatch_re ------------ */
  .sub_eyecatch_re {
    margin: 50px 0 15px 0;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .sub_eyecatch_re .wrap_box {
      text-align: center;
      color: #fff; }
      .sub_eyecatch_re .wrap_box h2 {
        font-size: 30px;
        line-height: 1.5;
        font: normal 3rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        font-weight: 700; }
      .sub_eyecatch_re .wrap_box p {
        font-size: 16px;
        line-height: 1.5;
        font: normal 1.6rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
    .sub_eyecatch_re.r01 {
      background: url(../reform/img/01.jpg) no-repeat center center;
      background-size: cover; }
    .sub_eyecatch_re.r02 {
      margin: 50px 0 15px 0;
      background: url(../reform/img/04.jpg) no-repeat center center;
      background-size: cover; }
    .sub_eyecatch_re.r03 {
      background: url(../works/img/01.jpg) no-repeat center center;
      background-size: cover; }
    .sub_eyecatch_re.r04 {
      background: url(../company/img/01.jpg) no-repeat center center;
      background-size: cover; }
    .sub_eyecatch_re.r05 {
      background: url(../flyer/img/02.jpg) no-repeat center center;
      background-size: cover; }
      .sub_eyecatch_re.r05 h2 {
        font-size: 20px;
        line-height: 1.5;
        font: normal 2rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        font-weight: 700; } }
  @media only screen and (min-width: 0px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
    .sub_eyecatch_re.r01 {
      background: url(../reform/img/01@2x.jpg) no-repeat center center;
      background-size: cover; }
    .sub_eyecatch_re.r02 {
      margin: 50px 0 15px 0;
      background: url(../reform/img/04@2x.jpg) no-repeat center center;
      background-size: cover; }
    .sub_eyecatch_re.r03 {
      background: url(../works/img/01@2x.jpg) no-repeat center center;
      background-size: cover; }
    .sub_eyecatch_re.r04 {
      background: url(../company/img/01@2x.jpg) no-repeat center center;
      background-size: cover; }
    .sub_eyecatch_re.r05 {
      background: url(../flyer/img/02@2x.jpg) no-repeat center center;
      background-size: cover; }
      .sub_eyecatch_re.r05 h2 {
        font-size: 20px;
        line-height: 1.5;
        font: normal 2rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        font-weight: 700; } }

@media screen and (min-width: 0px) and (max-width: 768px) {
  /* ------------ company_box ------------ */
  #company_box {
    text-align: center; }
    #company_box .title_box {
      text-align: center;
      margin: 60px 0 0 0; }
      #company_box .title_box figure {
        max-width: 18px;
        margin: 0 auto; }
        #company_box .title_box figure img {
          width: 100%;
          vertical-align: bottom; }
      #company_box .title_box h4 {
        font-size: 24px;
        line-height: 1.5;
        font: normal 2.4rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        font-weight: 700; }
      #company_box .title_box p {
        font-size: 12px;
        line-height: 1.5;
        font: normal 1.2rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
    #company_box #c_box_01 {
      background-color: #f5f5f5;
      margin: 30px 0 0 0;
      padding: 30px 8% 0 8%;
      background-image: url(../company/img/04.png);
      background-position: bottom 50px left 50px;
      background-size: 50%;
      background-repeat: no-repeat; }
      #company_box #c_box_01 .wrap_box .text_box {
        text-align: left; }
        #company_box #c_box_01 .wrap_box .text_box p {
          font-size: 16px;
          line-height: 2;
          font: normal 1.6rem/2 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          margin: 10px 0 0 0; }
          #company_box #c_box_01 .wrap_box .text_box p.title {
            font-size: 18px;
            line-height: 1.5;
            font: normal 1.8rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
            font-weight: 700;
            margin: 0; }
          #company_box #c_box_01 .wrap_box .text_box p.name {
            font-size: 20px;
            line-height: 1.5;
            font: normal 2rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
            font-weight: 700;
            margin: 10px 0 0 0;
            padding: 0 0 10px 0;
            border-bottom: 1px solid #dcdcdc; }
            #company_box #c_box_01 .wrap_box .text_box p.name .small {
              font-size: 12px;
              line-height: 1.5;
              font: normal 1.2rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
              font-weight: 700; }
          #company_box #c_box_01 .wrap_box .text_box p.name_box {
            border: 1px solid #999;
            border-left: none;
            border-right: none;
            padding: 15px 0;
            box-sizing: border-box;
            margin: 30px 0 0 0; }
      #company_box #c_box_01 .wrap_box figure {
        width: 50%;
        margin: 50px 0 0 auto; }
        #company_box #c_box_01 .wrap_box figure img {
          width: 100%;
          vertical-align: bottom; }
    #company_box #c_box_01s {
      background: #0757AA;
      padding: 30px 8%;
      box-sizing: border-box; }
      #company_box #c_box_01s ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        #company_box #c_box_01s ul li {
          list-style: none;
          width: 48%; }
          #company_box #c_box_01s ul li img {
            width: 100%;
            vertical-align: bottom; }
          #company_box #c_box_01s ul li:nth-child(n+3) {
            margin: 20px 0 0 0; }
    #company_box #c_box_02 {
      width: 90%;
      margin: 0 auto; }
      #company_box #c_box_02 dl {
        font-size: 14px;
        line-height: 1.5;
        font: normal 1.4rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        text-align: left;
        display: flex;
        justify-content: space-between;
        background: #f5f5f5;
        align-items: center;
        box-sizing: border-box; }
        #company_box #c_box_02 dl dt {
          width: 27%;
          padding: 10px;
          box-sizing: border-box; }
        #company_box #c_box_02 dl dd {
          width: 70%;
          padding: 10px;
          box-sizing: border-box; }
        #company_box #c_box_02 dl:nth-of-type(2n) {
          background: #fff; }
        #company_box #c_box_02 dl:first-of-type {
          margin: 30px auto 0; }
      #company_box #c_box_02 ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 30px 0 0 0; }
        #company_box #c_box_02 ul li {
          list-style: none;
          width: 48%; }
          #company_box #c_box_02 ul li img {
            width: 100%;
            vertical-align: bottom; }
          #company_box #c_box_02 ul li p {
            font-size: 14px;
            line-height: 1.5;
            font: normal 1.4rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
            margin: 10px 0 0 0;
            text-align: center; }
          #company_box #c_box_02 ul li:nth-child(n+3) {
            margin: 20px 0 0 0; }
    #company_box #c_box_03 .sub_gmap {
      height: 0;
      overflow: hidden;
      padding-bottom: 60%;
      position: relative;
      margin: 30px 0 10px 0; }
      #company_box #c_box_03 .sub_gmap iframe {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        filter: grayscale(80%); }
    #company_box #c_box_03 p {
      font-size: 14px;
      line-height: 2;
      font: normal 1.4rem/2 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }

  /* ------------ reform_box ------------ */
  #reform_box #c_box_01 {
    width: 90%;
    margin: 60px auto 0; }
    #reform_box #c_box_01 figure {
      width: 80%;
      margin: 0 auto; }
      #reform_box #c_box_01 figure img {
        width: 100%;
        vertical-align: bottom; }
    #reform_box #c_box_01 .text_box {
      margin: 20px 0 0 0; }
      #reform_box #c_box_01 .text_box h3 {
        font-size: 20px;
        line-height: 1.5;
        font: normal 2rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        font-weight: 700; }
      #reform_box #c_box_01 .text_box p {
        font-size: 14px;
        line-height: 2;
        font: normal 1.4rem/2 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        margin: 10px 0 0 0; }
  #reform_box #c_box_02 {
    width: 90%;
    margin: 60px auto 0;
    display: flex;
    flex-wrap: wrap; }
    #reform_box #c_box_02 figure {
      width: 90%;
      margin: 0 auto;
      order: 1; }
      #reform_box #c_box_02 figure img {
        width: 100%;
        vertical-align: bottom; }
    #reform_box #c_box_02 .text_box {
      margin: 20px 0 0 0;
      order: 2; }
      #reform_box #c_box_02 .text_box h3 {
        font-size: 20px;
        line-height: 1.5;
        font: normal 2rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        font-weight: 700; }
      #reform_box #c_box_02 .text_box p {
        font-size: 14px;
        line-height: 2;
        font: normal 1.4rem/2 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        margin: 10px 0 0 0; }
  #reform_box #c_box_03 {
    margin: 60px 0 0 0;
    text-align: center; }
    #reform_box #c_box_03 .title_box {
      text-align: center; }
      #reform_box #c_box_03 .title_box figure {
        max-width: 18px;
        margin: 0 auto; }
        #reform_box #c_box_03 .title_box figure img {
          width: 100%;
          vertical-align: bottom; }
      #reform_box #c_box_03 .title_box h4 {
        font-size: 24px;
        line-height: 1.5;
        font: normal 2.4rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        font-weight: 700; }
      #reform_box #c_box_03 .title_box p {
        font-size: 12px;
        line-height: 1.5;
        font: normal 1.2rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
    #reform_box #c_box_03 ul {
      margin: 30px auto 0;
      background: #f5f5f5;
      padding: 20px;
      box-sizing: border-box;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      #reform_box #c_box_03 ul li {
        list-style: none;
        width: 48%; }
        #reform_box #c_box_03 ul li a {
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          display: block; }
          #reform_box #c_box_03 ul li a img {
            width: 100%;
            vertical-align: bottom; }
          #reform_box #c_box_03 ul li a p {
            font-size: 14px;
            line-height: 1.5;
            font: normal 1.4rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
            font-weight: 700;
            margin: 10px 0 0 0; }
          #reform_box #c_box_03 ul li a:link, #reform_box #c_box_03 ul li a:visited, #reform_box #c_box_03 ul li a:active {
            text-decoration: none;
            color: #000; }
          #reform_box #c_box_03 ul li a:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }
        #reform_box #c_box_03 ul li:nth-child(n+3) {
          margin: 20px 0 0 0; }
    #reform_box #c_box_03 a.button {
      width: 80%;
      padding: 20px 0;
      margin: 30px auto 0;
      font-size: 14px;
      line-height: 1;
      font: normal 1.4rem/1 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      display: inline-block;
      text-align: center;
      position: relative;
      border-radius: 30px;
      -moz-border-radius: 30px;
      -webkit-border-radius: 30px;
      -ms-border-radius: 30px;
      -o-border-radius: 30px; }
      #reform_box #c_box_03 a.button:before {
        content: 'chevron_right';
        position: absolute;
        color: #fff;
        right: 10px;
        top: 50%;
        font-size: 1.8rem;
        transition: all 0.3s;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%); }
      #reform_box #c_box_03 a.button:link, #reform_box #c_box_03 a.button:visited, #reform_box #c_box_03 a.button:active {
        text-decoration: none;
        color: #fff;
        background: #0057AA; }
      #reform_box #c_box_03 a.button:hover {
        opacity: 0.7;
        filter: alpha(opacity=70); }
  #reform_box #c_box_04 {
    width: 90%;
    margin: 60px auto 0;
    text-align: center; }
    #reform_box #c_box_04 h4 {
      font-size: 20px;
      line-height: 1.5;
      font: normal 2rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      font-weight: 700; }
    #reform_box #c_box_04 p {
      font-size: 14px;
      line-height: 2;
      font: normal 1.4rem/2 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      margin: 20px 0 0 0;
      text-align: left; }
      #reform_box #c_box_04 p br {
        display: none; }
  #reform_box #c_box_05 {
    width: 90%;
    margin: 60px auto 0;
    text-align: center; }
    #reform_box #c_box_05 .title_box {
      text-align: center; }
      #reform_box #c_box_05 .title_box figure {
        max-width: 18px;
        margin: 0 auto; }
        #reform_box #c_box_05 .title_box figure img {
          width: 100%;
          vertical-align: bottom; }
      #reform_box #c_box_05 .title_box h4 {
        font-size: 24px;
        line-height: 1.5;
        font: normal 2.4rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        font-weight: 700; }
      #reform_box #c_box_05 .title_box p {
        font-size: 12px;
        line-height: 1.5;
        font: normal 1.2rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
    #reform_box #c_box_05 .wrap_box {
      margin: 30px auto 0; }
      #reform_box #c_box_05 .wrap_box figure {
        width: 90%;
        margin: 0 auto; }
        #reform_box #c_box_05 .wrap_box figure img {
          width: 100%;
          vertical-align: bottom; }
      #reform_box #c_box_05 .wrap_box .text_box {
        text-align: left;
        width: 90%;
        margin: 0 auto; }
        #reform_box #c_box_05 .wrap_box .text_box h5 {
          font-size: 18px;
          line-height: 1.5;
          font: normal 1.8rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          font-weight: 700;
          background: #000;
          color: #fff;
          padding: 10px;
          text-align: center; }
        #reform_box #c_box_05 .wrap_box .text_box p {
          font-size: 14px;
          line-height: 2;
          font: normal 1.4rem/2 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          margin: 20px 0 0 0; }
    #reform_box #c_box_05 a.button {
      width: 80%;
      padding: 20px 0;
      margin: 30px auto 0;
      font-size: 14px;
      line-height: 1;
      font: normal 1.4rem/1 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      display: inline-block;
      text-align: center;
      position: relative;
      border-radius: 30px;
      -moz-border-radius: 30px;
      -webkit-border-radius: 30px;
      -ms-border-radius: 30px;
      -o-border-radius: 30px; }
      #reform_box #c_box_05 a.button:before {
        content: 'chevron_right';
        position: absolute;
        color: #fff;
        right: 10px;
        top: 50%;
        font-size: 1.8rem;
        transition: all 0.3s;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%); }
      #reform_box #c_box_05 a.button:link, #reform_box #c_box_05 a.button:visited, #reform_box #c_box_05 a.button:active {
        text-decoration: none;
        color: #fff;
        background: #0057AA; }
      #reform_box #c_box_05 a.button:hover {
        opacity: 0.7;
        filter: alpha(opacity=70); }

  /* ------------ works_box ------------ */
  #works_box {
    text-align: center; }
    #works_box h2 {
      width: 90%;
      font-size: 16px;
      line-height: 1.5;
      font: normal 1.6rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      font-weight: 700;
      margin: 60px auto 0; }
      #works_box h2 br {
        display: none; }
    #works_box ul.cate_box {
      width: 90%;
      background: #f5f5f5;
      padding: 10px;
      margin: 20px auto 0;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      box-sizing: border-box; }
      #works_box ul.cate_box li {
        list-style: none;
        width: 48%;
        background: #fff;
        font-size: 13px;
        line-height: 1.5;
        font: normal 1.3rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
        #works_box ul.cate_box li a {
          display: block;
          padding: 10px 0;
          box-sizing: border-box;
          transition: all 0.3s;
          -moz-transition: all 0.3s;
          -webkit-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s; }
          #works_box ul.cate_box li a:link, #works_box ul.cate_box li a:visited, #works_box ul.cate_box li a:active {
            text-decoration: none;
            color: #000; }
          #works_box ul.cate_box li a:hover {
            background: #0757AA;
            color: #fff; }
          #works_box ul.cate_box li a.here {
            background: #0757AA;
            color: #fff; }
        #works_box ul.cate_box li:nth-child(n+3) {
          margin: 10px 0 0 0; }
    #works_box ul.list_box {
      width: 90%;
      margin: 30px auto 0;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      #works_box ul.list_box li {
        list-style: none;
        width: 48%; }
        #works_box ul.list_box li a {
          display: block;
          transition: all 0.3s;
          -moz-transition: all 0.3s;
          -webkit-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          position: relative; }
          #works_box ul.list_box li a img {
            width: 100%;
            vertical-align: bottom;
            position: relative;
            z-index: 10;
            top: 0;
            left: 0; }
          #works_box ul.list_box li a p {
            position: absolute;
            z-index: 20;
            top: 0;
            left: 0;
            display: inline-block;
            background: rgba(0, 0, 0, 0.5);
            font-size: 10px;
            line-height: 1.5;
            font: normal 1rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
            color: #fff;
            padding: 5px 10px; }
          #works_box ul.list_box li a:link, #works_box ul.list_box li a:visited, #works_box ul.list_box li a:active {
            text-decoration: none; }
          #works_box ul.list_box li a:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }
        #works_box ul.list_box li:nth-child(n+3) {
          margin: 20px 0 0 0; }
    #works_box ul.pager_box {
      width: 90%;
      display: flex;
      justify-content: center;
      margin: 30px auto 0; }
      #works_box ul.pager_box li {
        list-style: none;
        margin: 0 10px;
        font-size: 12px;
        line-height: 1;
        font: normal 1.2rem/1 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        border-bottom: none; }
        #works_box ul.pager_box li a {
          background-color: #f5f5f5;
          color: #000;
          display: block;
          padding: 5px 10px;
          text-decoration: none;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
          #works_box ul.pager_box li a.active {
            color: #fff;
            background-color: #0757AA; }
          #works_box ul.pager_box li a:hover {
            background-color: #0757AA;
            color: #fff; }
    #works_box .title_box {
      text-align: center;
      margin: 60px 0 0 0; }
      #works_box .title_box figure {
        max-width: 18px;
        margin: 0 auto; }
        #works_box .title_box figure img {
          width: 100%;
          vertical-align: bottom; }
      #works_box .title_box h4 {
        font-size: 24px;
        line-height: 1.5;
        font: normal 2.4rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        font-weight: 700; }
      #works_box .title_box p {
        font-size: 12px;
        line-height: 1.5;
        font: normal 1.2rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
    #works_box #g_box {
      width: 90%;
      margin: 30px auto 0; }
      #works_box #g_box .before_box {
        width: 50%;
        margin: 0 auto; }
        #works_box #g_box .before_box figure {
          width: 100%;
          position: relative; }
          #works_box #g_box .before_box figure img {
            width: 100%;
            vertical-align: bottom; }
          #works_box #g_box .before_box figure figcaption {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 10;
            background: #000;
            color: #fff;
            padding: 5px 10px;
            font-size: 10px;
            line-height: 1;
            font: normal 1rem/1 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
      #works_box #g_box .after_box {
        margin: 20px 0 0 0; }
        #works_box #g_box .after_box figure {
          width: 100%;
          position: relative; }
          #works_box #g_box .after_box figure img {
            width: 100%;
            vertical-align: bottom; }
          #works_box #g_box .after_box figure figcaption {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 10;
            background: #0757AA;
            color: #fff;
            padding: 5px 10px;
            font-size: 10px;
            line-height: 1;
            font: normal 1rem/1 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
        #works_box #g_box .after_box ul {
          display: flex;
          flex-wrap: wrap; }
          #works_box #g_box .after_box ul li {
            list-style: none;
            width: 18%;
            margin: 10px 2.5% 0 0; }
            #works_box #g_box .after_box ul li img {
              width: 100%;
              vertical-align: bottom;
              transition: all 0.3s;
              -moz-transition: all 0.3s;
              -webkit-transition: all 0.3s;
              -ms-transition: all 0.3s;
              -o-transition: all 0.3s; }
              #works_box #g_box .after_box ul li img:hover {
                opacity: 0.7;
                filter: alpha(opacity=70);
                cursor: pointer; }
            #works_box #g_box .after_box ul li:nth-child(5n) {
              margin: 10px 0 0 0; }
    #works_box #c_box_01 {
      background: #f5f5f5;
      margin: 60px 0 0 0;
      padding: 30px 20px;
      text-align: center; }
      #works_box #c_box_01 h5 {
        font-size: 20px;
        line-height: 1.5;
        font: normal 2rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        font-weight: 700; }
      #works_box #c_box_01 dl {
        width: 90%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        font-size: 14px;
        line-height: 1.5;
        font: normal 1.4rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        border-bottom: 1px solid #dcdcdc; }
        #works_box #c_box_01 dl dt {
          width: 50%;
          padding: 10px 0; }
        #works_box #c_box_01 dl dd {
          width: 50%;
          padding: 10px 0; }
        #works_box #c_box_01 dl:first-of-type {
          margin: 30px auto 0; }
    #works_box p.noworks {
      font-size: 18px;
      line-height: 1.5;
      font: normal 1.8rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      margin: 30px 0 0 0;
      text-align: center !important; }
    #works_box .pagenation_box {
      margin: 30px 0 0 0; }
      #works_box .pagenation_box ul {
        display: flex;
        justify-content: center; }
        #works_box .pagenation_box ul li {
          list-style: none;
          margin-left: 10px;
          font-size: 14px;
          line-height: 1;
          font: normal 1.4rem/1 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
          #works_box .pagenation_box ul li.active {
            color: #fff;
            padding: 5px 10px;
            background-color: #0057AA; }
          #works_box .pagenation_box ul li a {
            background-color: #f5f5f5;
            color: #000;
            display: block;
            padding: 5px 10px;
            text-decoration: none;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s; }
            #works_box .pagenation_box ul li a:hover {
              background-color: #0057AA;
              color: #fff; }
          #works_box .pagenation_box ul li:first-child {
            margin: 0; }

  /* ------------ aftersupport_box ------------ */
  #aftersupport_box .title_box {
    text-align: center; }
    #aftersupport_box .title_box figure {
      max-width: 18px;
      margin: 0 auto; }
      #aftersupport_box .title_box figure img {
        width: 100%;
        vertical-align: bottom; }
    #aftersupport_box .title_box h4 {
      font-size: 24px;
      line-height: 1.5;
      font: normal 2.4rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      font-weight: 700; }
    #aftersupport_box .title_box p {
      font-size: 12px;
      line-height: 1.5;
      font: normal 1.2rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
  #aftersupport_box #c_box_01 {
    background: #f5f5f5;
    padding: 60px 0;
    text-align: center; }
    #aftersupport_box #c_box_01 p.title {
      width: 90%;
      font-size: 14px;
      line-height: 2;
      font: normal 1.4rem/2 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      font-weight: 700;
      margin: 30px auto 0; }
    #aftersupport_box #c_box_01 ul {
      width: 90%;
      margin: 30px auto 0;
      padding: 0 20px; }
      #aftersupport_box #c_box_01 ul li {
        list-style: none;
        margin: 15px 0;
        padding: 20px;
        background: #fff;
        border: 1px solid #dcdcdc;
        box-sizing: border-box;
        position: relative; }
        #aftersupport_box #c_box_01 ul li p {
          font-size: 14px;
          line-height: 2;
          font: normal 1.4rem/2 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          margin: 20px auto 0;
          text-align: left;
          display: inline-block; }
          #aftersupport_box #c_box_01 ul li p.step_box {
            width: auto;
            background: #0757AA;
            color: #fff;
            display: inline-block;
            padding: 5px 20px;
            font-size: 16px;
            line-height: 1.5;
            font: normal 1.6rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
            font-weight: 700;
            margin: 0; }
          #aftersupport_box #c_box_01 ul li p.free {
            background: #EFA1A1;
            color: #fff;
            font-size: 18px;
            line-height: 1;
            font: normal 1.8rem/1 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
            position: absolute;
            top: 10px;
            right: 10px;
            display: inline-block;
            width: auto;
            margin: 0;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            width: 50px;
            height: 50px;
            text-align: center;
            line-height: 2.5; }
        #aftersupport_box #c_box_01 ul li h5 {
          font-size: 20px;
          line-height: 1.5;
          font: normal 2rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          font-weight: 700;
          margin: 20px 0 0 0; }
      #aftersupport_box #c_box_01 ul figure {
        max-width: 35px;
        margin: 0 auto; }
        #aftersupport_box #c_box_01 ul figure img {
          width: 100%;
          vertical-align: bottom; }
  #aftersupport_box #c_box_02 {
    width: 90%;
    margin: 0 auto;
    padding: 60px 0 0 0;
    text-align: center; }
    #aftersupport_box #c_box_02 .wrap_box {
      margin: 30px auto 0; }
      #aftersupport_box #c_box_02 .wrap_box figure {
        width: 80%;
        margin: 0 auto; }
        #aftersupport_box #c_box_02 .wrap_box figure img {
          width: 100%;
          vertical-align: bottom; }
      #aftersupport_box #c_box_02 .wrap_box .text_box {
        text-align: left; }
        #aftersupport_box #c_box_02 .wrap_box .text_box h3 {
          font-size: 20px;
          line-height: 1.5;
          font: normal 2rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          font-weight: 700;
          margin: 20px 0 0 0; }
        #aftersupport_box #c_box_02 .wrap_box .text_box p {
          font-size: 14px;
          line-height: 2;
          font: normal 1.4rem/2 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          margin: 20px 0 0 0; }
    #aftersupport_box #c_box_02 h5 {
      font-size: 16px;
      line-height: 1.5;
      font: normal 1.6rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      font-weight: 700;
      margin: 60px 0 0 0; }
      #aftersupport_box #c_box_02 h5 br {
        display: none; }
    #aftersupport_box #c_box_02 a.button {
      width: 80%;
      padding: 20px 0;
      margin: 50px auto 0;
      font-size: 14px;
      line-height: 1;
      font: normal 1.4rem/1 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      display: inline-block;
      text-align: center;
      position: relative;
      border-radius: 30px;
      -moz-border-radius: 30px;
      -webkit-border-radius: 30px;
      -ms-border-radius: 30px;
      -o-border-radius: 30px; }
      #aftersupport_box #c_box_02 a.button:before {
        content: 'chevron_right';
        position: absolute;
        color: #fff;
        right: 10px;
        top: 50%;
        font-size: 1.8rem;
        transition: all 0.3s;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%); }
      #aftersupport_box #c_box_02 a.button:link, #aftersupport_box #c_box_02 a.button:visited, #aftersupport_box #c_box_02 a.button:active {
        text-decoration: none;
        color: #fff;
        background: #0057AA; }
      #aftersupport_box #c_box_02 a.button:hover {
        opacity: 0.7;
        filter: alpha(opacity=70); }

  /* ------------ contact_box ------------ */
  #contact_box {
    margin: 90%;
    padding: 60px 0;
    margin: 0 auto;
    text-align: center; }
    #contact_box .title_box {
      text-align: center; }
      #contact_box .title_box figure {
        max-width: 18px;
        margin: 0 auto; }
        #contact_box .title_box figure img {
          width: 100%;
          vertical-align: bottom; }
      #contact_box .title_box h4 {
        font-size: 24px;
        line-height: 1.5;
        font: normal 2.4rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        font-weight: 700; }
      #contact_box .title_box p {
        font-size: 12px;
        line-height: 1.5;
        font: normal 1.2rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
    #contact_box .tel_box {
      width: 80%;
      margin: 30px auto 0;
      padding: 20px;
      border: 3px solid #dcdcdc;
      box-sizing: border-box;
      text-align: center; }
      #contact_box .tel_box p {
        font-size: 14px;
        line-height: 2;
        font: normal 1.4rem/2 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
        #contact_box .tel_box p.tel_number {
          font-size: 26px;
          line-height: 1;
          font: normal 2.6rem/1 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          font-weight: 700;
          font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          margin: 10px 0; }
    #contact_box .mail_box {
      margin: 50px auto 0;
      padding: 0 20px; }
      #contact_box .mail_box p {
        font-size: 14px;
        line-height: 2;
        font: normal 1.4rem/2 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        text-align: left; }
      #contact_box .mail_box dl {
        font-size: 14px;
        line-height: 1.5;
        font: normal 1.4rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        margin: 30px 0 0 0; }
        #contact_box .mail_box dl dt {
          padding: 10px;
          font-weight: 700;
          text-align: left;
          box-sizing: border-box;
          background: #e8eff7;
          display: flex;
          align-items: center;
          justify-content: space-between;
          border-left: 5px solid #0757AA; }
          #contact_box .mail_box dl dt .required {
            font-size: 12px;
            line-height: 1;
            font: normal 1.2rem/1 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
            font-weight: 400;
            color: #fff;
            background: #2CB2B3;
            margin: 0 10px;
            padding: 5px; }
        #contact_box .mail_box dl dd {
          display: flex;
          box-sizing: border-box;
          align-items: center;
          margin: 20px 0 0 0;
          text-align: left; }
          #contact_box .mail_box dl dd select {
            width: 100%;
            height: 35px;
            font-size: 14px;
            line-height: 1;
            font: normal 1.4rem/1 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
            border: none;
            box-sizing: border-box;
            padding: 0 10px; }
          #contact_box .mail_box dl dd textarea {
            width: 100%;
            height: 250px;
            border: 1px solid #dcdcdc;
            padding: 10px;
            resize: none;
            font-size: 14px;
            line-height: 1.5;
            font: normal 1.4rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
            box-sizing: border-box;
            -webkit-appearance: none; }
            #contact_box .mail_box dl dd textarea::-webkit-input-placeholder {
              color: #999; }
            #contact_box .mail_box dl dd textarea::placeholder {
              color: #999; }
            #contact_box .mail_box dl dd textarea::-ms-input-placeholder {
              color: #999; }
            #contact_box .mail_box dl dd textarea::-ms-input-placeholder {
              color: #999; }
          #contact_box .mail_box dl dd input[type="text"] {
            width: 100%;
            border: 1px solid #dcdcdc;
            font-size: 14px;
            line-height: 1.5;
            font: normal 1.4rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
            box-sizing: border-box;
            padding: 10px;
            -webkit-appearance: none; }
            #contact_box .mail_box dl dd input[type="text"].w30 {
              width: 100%; }
            #contact_box .mail_box dl dd input[type="text"]::-webkit-input-placeholder {
              color: #999; }
            #contact_box .mail_box dl dd input[type="text"]::placeholder {
              color: #999; }
            #contact_box .mail_box dl dd input[type="text"]::-ms-input-placeholder {
              color: #999; }
            #contact_box .mail_box dl dd input[type="text"]::-ms-input-placeholder {
              color: #999; }
          #contact_box .mail_box dl dd input:focus {
            outline: none; }
        #contact_box .mail_box dl:first-of-type {
          margin: 30px 0 0 0; }
      #contact_box .mail_box .submit_box {
        text-align: center;
        margin: 30px 0 0 0; }
        #contact_box .mail_box .submit_box p {
          text-align: left; }
          #contact_box .mail_box .submit_box p br {
            display: none; }
        #contact_box .mail_box .submit_box a {
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
          #contact_box .mail_box .submit_box a:link, #contact_box .mail_box .submit_box a:visited, #contact_box .mail_box .submit_box a:active {
            text-decoration: none;
            color: #000; }
          #contact_box .mail_box .submit_box a:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }
        #contact_box .mail_box .submit_box .submit_button {
          width: 80%;
          padding: 20px 0;
          margin: 50px auto 0;
          font-size: 14px;
          line-height: 1;
          font: normal 1.4rem/1 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          font-weight: 700;
          color: #fff;
          text-align: center;
          background-color: #0757AA;
          border: none;
          cursor: pointer;
          display: inline-block;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          -webkit-appearance: button;
          position: relative;
          border-radius: 30px;
          -moz-border-radius: 30px;
          -webkit-border-radius: 30px;
          -ms-border-radius: 30px;
          -o-border-radius: 30px; }
          #contact_box .mail_box .submit_box .submit_button:after {
            content: 'send';
            font-size: 1.8rem;
            color: #fff;
            position: absolute;
            right: 10px;
            top: 50%;
            transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%); }
          #contact_box .mail_box .submit_box .submit_button:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }
        #contact_box .mail_box .submit_box .back_button {
          width: 80%;
          padding: 20px 0;
          margin: 20px auto 0;
          font-size: 14px;
          line-height: 1;
          font: normal 1.4rem/1 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          font-weight: 700;
          text-align: center;
          background-color: #dcdcdc;
          border-style: none;
          cursor: pointer;
          display: inline-block;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          -webkit-appearance: button;
          border-radius: 30px;
          -moz-border-radius: 30px;
          -webkit-border-radius: 30px;
          -ms-border-radius: 30px;
          -o-border-radius: 30px; }
          #contact_box .mail_box .submit_box .back_button:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }
        #contact_box .mail_box .submit_box .agree_box {
          display: block;
          margin: 20px 0 0 0;
          text-align: center;
          cursor: pointer; }
          #contact_box .mail_box .submit_box .agree_box span {
            font-size: 16px;
            line-height: 1.5;
            font: normal 1.6rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
            vertical-align: middle; }
          #contact_box .mail_box .submit_box .agree_box input.mark {
            width: 15px;
            height: 15px;
            border: 1px solid #dcdcdc; }
      #contact_box .mail_box table {
        margin: 0 auto;
        width: 100%; }
        #contact_box .mail_box table th {
          padding: 20px;
          border-bottom: 1px solid #dcdcdc;
          font-size: 16px;
          line-height: 1;
          font: normal 1.6rem/1 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          width: 240px;
          text-align: left;
          font-weight: 700;
          background: #f7f7f7;
          box-sizing: border-box; }
        #contact_box .mail_box table td {
          padding: 20px;
          border-bottom: 1px solid #dcdcdc;
          font-size: 16px;
          line-height: 1.5;
          font: normal 1.6rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          text-align: left;
          box-sizing: border-box; }

  /* ------------ privacy_box ------------ */
  #privacy_box {
    width: 90%;
    margin: 60px auto 0; }
    #privacy_box h3 {
      font-size: 18px;
      line-height: 1.2;
      font: normal 1.8rem/1.2 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      font-weight: 700;
      margin: 30px 0 0 0;
      padding: 0 0 5px 0;
      border-bottom: 1px solid #dcdcdc; }
    #privacy_box p {
      font-size: 14px;
      line-height: 2;
      font: normal 1.4rem/2 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      margin: 10px 0 0 0; }
    #privacy_box ul {
      margin: 10px 0 0 20px; }
      #privacy_box ul li {
        font-size: 14px;
        line-height: 2;
        font: normal 1.4rem/2 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        list-style: none; }
        #privacy_box ul li .title {
          font-weight: 700; }
    #privacy_box a {
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s; }
      #privacy_box a:link, #privacy_box a:visited, #privacy_box a:active {
        text-decoration: underline;
        color: #000; }
      #privacy_box a:hover {
        color: #000; }

  /* ------------ sitemap_box ------------ */
  #sitemap_box {
    width: 90%;
    margin: 40px auto 0; }
    #sitemap_box ul li {
      font-size: 14px;
      line-height: 1;
      font: normal 1.4rem/1 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      list-style: none;
      border-bottom: 1px dotted #ddd; }
      #sitemap_box ul li a {
        display: block;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        padding: 20px 0 20px 30px;
        position: relative; }
        #sitemap_box ul li a:before {
          content: 'play_circle_outline';
          position: absolute;
          left: 5px;
          top: 50%;
          font-size: 1.8rem;
          color: #544029;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%); }
        #sitemap_box ul li a:link, #sitemap_box ul li a:visited, #sitemap_box ul li a:active {
          text-decoration: none;
          color: #000; }
        #sitemap_box ul li a:hover {
          background: #0757AA;
          color: #fff; }
          #sitemap_box ul li a:hover:before {
            color: #fff; }
      #sitemap_box ul li:last-child {
        border: none; }

  /* ------------ news_box ------------ */
  #news_box {
    width: 90%;
    margin: 60px auto 0; }
    #news_box #main_content_box .newslist_box h3 {
      font-size: 16px;
      line-height: 1.5;
      font: normal 1.6rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      font-weight: 500;
      padding: 10px 0;
      border-bottom: 1px solid #000;
      border-top: 1px solid #000; }
    #news_box #main_content_box .newslist_box ul li {
      padding: 25px 0;
      list-style: none;
      border-bottom: 1px solid #dcdcdc;
      display: flex;
      justify-content: space-between; }
      #news_box #main_content_box .newslist_box ul li a.eyecatch {
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        width: 37%; }
        #news_box #main_content_box .newslist_box ul li a.eyecatch figure {
          width: 100%; }
          #news_box #main_content_box .newslist_box ul li a.eyecatch figure img {
            width: 100%;
            vertical-align: bottom; }
        #news_box #main_content_box .newslist_box ul li a.eyecatch:hover {
          opacity: 0.8;
          filter: alpha(opacity=80); }
      #news_box #main_content_box .newslist_box ul li .textbox {
        width: 60%; }
        #news_box #main_content_box .newslist_box ul li .textbox p.cate_01 {
          display: inline-block;
          padding: 5px 10px;
          font-size: 12px;
          line-height: 1;
          font: normal 1.2rem/1 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          background: #EDF1F7;
          color: #0057AA; }
        #news_box #main_content_box .newslist_box ul li .textbox p.cate_02 {
          display: inline-block;
          padding: 5px 10px;
          font-size: 12px;
          line-height: 1;
          font: normal 1.2rem/1 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          background: #EDF1F7;
          color: #0057AA; }
        #news_box #main_content_box .newslist_box ul li .textbox p.date {
          margin: 10px 0 0 0;
          position: relative;
          font-size: 14px;
          line-height: 1.5;
          font: normal 1.4rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
          #news_box #main_content_box .newslist_box ul li .textbox p.date:before {
            content: 'event_note';
            position: relative;
            left: 0;
            top: -2px;
            font-size: 1.6rem;
            padding: 0 5px 0 0; }
        #news_box #main_content_box .newslist_box ul li .textbox h4 {
          font-size: 16px;
          line-height: 1.5;
          font: normal 1.6rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          margin: 10px 0 0 0; }
          #news_box #main_content_box .newslist_box ul li .textbox h4 a {
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s; }
            #news_box #main_content_box .newslist_box ul li .textbox h4 a:link, #news_box #main_content_box .newslist_box ul li .textbox h4 a:visited, #news_box #main_content_box .newslist_box ul li .textbox h4 a:active {
              text-decoration: none;
              color: #000; }
            #news_box #main_content_box .newslist_box ul li .textbox h4 a:hover {
              opacity: 0.8;
              filter: alpha(opacity=80); }
        #news_box #main_content_box .newslist_box ul li .textbox ul.post-categories li {
          border: none;
          padding: 0;
          margin: 0; }
          #news_box #main_content_box .newslist_box ul li .textbox ul.post-categories li a {
            font-size: 12px;
            line-height: 1;
            font: normal 1.2rem/1 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
            padding: 5px 10px;
            background: #EDF1F7;
            display: inline-block; }
            #news_box #main_content_box .newslist_box ul li .textbox ul.post-categories li a:link, #news_box #main_content_box .newslist_box ul li .textbox ul.post-categories li a:visited, #news_box #main_content_box .newslist_box ul li .textbox ul.post-categories li a:active {
              text-decoration: none;
              color: #0057AA; }
            #news_box #main_content_box .newslist_box ul li .textbox ul.post-categories li a:hover {
              opacity: 0.8;
              filter: alpha(opacity=80); }
    #news_box #main_content_box .newslist_box p.none_text {
      margin: 20px 0 0 0;
      font-size: 14px;
      line-height: 2;
      font: normal 1.4rem/2 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
    #news_box #main_content_box .pagenation_box {
      margin: 30px 0 0 0; }
      #news_box #main_content_box .pagenation_box ul {
        display: flex;
        justify-content: center; }
        #news_box #main_content_box .pagenation_box ul li {
          list-style: none;
          margin-left: 10px;
          font-size: 14px;
          line-height: 1;
          font: normal 1.4rem/1 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
          #news_box #main_content_box .pagenation_box ul li.active {
            color: #fff;
            padding: 5px 10px;
            background-color: #0057AA; }
          #news_box #main_content_box .pagenation_box ul li a {
            background-color: #f5f5f5;
            color: #000;
            display: block;
            padding: 5px 10px;
            text-decoration: none;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s; }
            #news_box #main_content_box .pagenation_box ul li a:hover {
              background-color: #0057AA;
              color: #fff; }
          #news_box #main_content_box .pagenation_box ul li:first-child {
            margin: 0; }
    #news_box #main_content_box .newsarticle_box .catetitle {
      padding: 10px 0;
      border-bottom: 1px solid #000;
      border-top: 1px solid #000;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      #news_box #main_content_box .newsarticle_box .catetitle h3 {
        font-size: 16px;
        line-height: 1.5;
        font: normal 1.6rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
      #news_box #main_content_box .newsarticle_box .catetitle p.list {
        font-size: 12px;
        line-height: 1;
        font: normal 1.2rem/1 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        position: relative;
        padding: 0 0 0 10px; }
        #news_box #main_content_box .newsarticle_box .catetitle p.list a:link, #news_box #main_content_box .newsarticle_box .catetitle p.list a:visited, #news_box #main_content_box .newsarticle_box .catetitle p.list a:active {
          text-decoration: none;
          color: #000; }
        #news_box #main_content_box .newsarticle_box .catetitle p.list a:hover {
          text-decoration: underline;
          color: #000; }
        #news_box #main_content_box .newsarticle_box .catetitle p.list:before {
          content: 'keyboard_backspace';
          position: absolute;
          left: 0;
          top: 0;
          font-size: 1.4rem;
          color: #000; }
    #news_box #main_content_box .newsarticle_box .article {
      margin: 30px 0 0 0; }
      #news_box #main_content_box .newsarticle_box .article p.date {
        font-size: 14px;
        line-height: 1;
        font: normal 1.4rem/1 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        position: relative; }
        #news_box #main_content_box .newsarticle_box .article p.date:before {
          content: 'event_note';
          position: relative;
          left: 0;
          top: -2px;
          font-size: 1.6rem;
          padding: 0 5px 0 0; }
      #news_box #main_content_box .newsarticle_box .article h4 {
        font-size: 18px;
        line-height: 1.5;
        font: normal 1.8rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        margin: 5px 0 0 0; }
      #news_box #main_content_box .newsarticle_box .article p {
        font-size: 14px;
        line-height: 2;
        font: normal 1.4rem/2 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        margin: 20px 0 0 0; }
      #news_box #main_content_box .newsarticle_box .article img.size-large {
        width: 100%; }
      #news_box #main_content_box .newsarticle_box .article img.size-medium {
        width: 50%; }
      #news_box #main_content_box .newsarticle_box .article img.alignleft {
        float: left;
        display: block;
        margin: 0 15px 15px 0; }
      #news_box #main_content_box .newsarticle_box .article img.aligncenter {
        display: block;
        margin: 15px auto; }
      #news_box #main_content_box .newsarticle_box .article img.alignright {
        float: right;
        display: block;
        margin: 0 0 15px 15px; }
      #news_box #main_content_box .newsarticle_box .article img.alignnone {
        display: block;
        text-align: left;
        margin: 15px auto; }
      #news_box #main_content_box .newsarticle_box .article a img:hover {
        opacity: 0.8;
        filter: alpha(opacity=80);
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
      #news_box #main_content_box .newsarticle_box .article a:link, #news_box #main_content_box .newsarticle_box .article a:visited, #news_box #main_content_box .newsarticle_box .article a:active {
        text-decoration: none;
        color: #0057AA; }
      #news_box #main_content_box .newsarticle_box .article a:hover {
        text-decoration: underline;
        color: #0057AA; }
    #news_box #main_content_box .newsarticle_box .articlenext {
      margin: 50px 0 0 0;
      border-top: 1px solid #544029; }
      #news_box #main_content_box .newsarticle_box .articlenext ul {
        margin: 10px 0 0 0;
        padding: 15px;
        background-color: #f5f5f5;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between; }
        #news_box #main_content_box .newsarticle_box .articlenext ul li {
          width: 48%;
          list-style: none; }
          #news_box #main_content_box .newsarticle_box .articlenext ul li:last-child {
            margin: 0; }
          #news_box #main_content_box .newsarticle_box .articlenext ul li a {
            display: block;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            text-decoration: none;
            color: #000; }
            #news_box #main_content_box .newsarticle_box .articlenext ul li a:hover {
              opacity: 0.8;
              filter: alpha(opacity=80); }
          #news_box #main_content_box .newsarticle_box .articlenext ul li .box {
            border: 1px solid #dcdcdc;
            padding: 5px;
            display: block;
            background-color: #fff; }
            #news_box #main_content_box .newsarticle_box .articlenext ul li .box p.articlebox {
              font-size: 14px;
              line-height: 1;
              font: normal 1.4rem/1 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
              text-align: center; }
            #news_box #main_content_box .newsarticle_box .articlenext ul li .box p.date {
              font-size: 12px;
              line-height: 1;
              font: normal 1.2rem/1 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
              color: #544029;
              margin: 10px 0 0 0;
              text-align: center; }
            #news_box #main_content_box .newsarticle_box .articlenext ul li .box p.title {
              font-size: 14px;
              line-height: 1.5;
              font: normal 1.4rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
              margin: 10px 0 0 0; }
      #news_box #main_content_box .newsarticle_box .articlenext p.back {
        margin: 10px 0 0 auto;
        padding: 0 0 0 10px;
        font-size: 14px;
        line-height: 1;
        font: normal 1.4rem/1 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        position: relative; }
        #news_box #main_content_box .newsarticle_box .articlenext p.back a:link, #news_box #main_content_box .newsarticle_box .articlenext p.back a:visited, #news_box #main_content_box .newsarticle_box .articlenext p.back a:active {
          text-decoration: none;
          color: #000; }
        #news_box #main_content_box .newsarticle_box .articlenext p.back a:hover {
          text-decoration: underline; }
        #news_box #main_content_box .newsarticle_box .articlenext p.back:before {
          content: 'keyboard_backspace';
          position: absolute;
          left: 0;
          top: 0;
          font-size: 1.4rem;
          color: #544029; }
    #news_box #side_box {
      margin: 50px 0 0 0; }
      #news_box #side_box ul li {
        font-size: 14px;
        line-height: 1.5;
        font: normal 1.4rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        list-style: none;
        border-bottom: 1px dotted #cacaca; }
        #news_box #side_box ul li a {
          padding: 10px 5px;
          display: block;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
          #news_box #side_box ul li a:link, #news_box #side_box ul li a:visited, #news_box #side_box ul li a:active {
            text-decoration: none;
            color: #000; }
          #news_box #side_box ul li a:hover {
            text-decoration: underline; }
          #news_box #side_box ul li a.here {
            text-decoration: underline; }
        #news_box #side_box ul li:last-child {
          border: none; }
      #news_box #side_box .widget {
        margin: 0 0 30px 0; }
        #news_box #side_box .widget h2.widget-title {
          border: 1px solid #000;
          color: #000;
          font-size: 14px;
          line-height: 1;
          font: normal 1.4rem/1 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          text-align: center;
          padding: 10px 0;
          margin: 0 0 15px 0; }
      #news_box #side_box .calendar_wrap #wp-calendar {
        width: 100%; }
        #news_box #side_box .calendar_wrap #wp-calendar caption {
          text-align: center;
          font-size: 14px;
          line-height: 1;
          font: normal 1.4rem/1 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          padding: 10px 0;
          box-sizing: border-box; }
        #news_box #side_box .calendar_wrap #wp-calendar thead tr th {
          width: 14.28%;
          padding: 10px;
          font-size: 12px;
          line-height: 1;
          font: normal 1.2rem/1 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          border: 2px solid #fff;
          box-sizing: border-box; }
        #news_box #side_box .calendar_wrap #wp-calendar thead tr th:nth-child(6) {
          color: #6699ff; }
        #news_box #side_box .calendar_wrap #wp-calendar thead tr th:nth-child(7) {
          color: #cc3300; }
        #news_box #side_box .calendar_wrap #wp-calendar td {
          width: 14.28%;
          font-size: 12px;
          line-height: 1;
          font: normal 1.2rem/1 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          text-align: center;
          padding: 10px;
          border: 2px solid #fff;
          box-sizing: border-box; }
        #news_box #side_box .calendar_wrap #wp-calendar td a {
          background-color: #0057AA;
          color: #fff;
          display: block;
          padding: 9px;
          margin: -9px;
          text-decoration: none;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
        #news_box #side_box .calendar_wrap #wp-calendar td a:hover {
          opacity: 0.8;
          filter: alpha(opacity=80); }
        #news_box #side_box .calendar_wrap #wp-calendar tbody tr #today {
          background-color: #f5f5f5;
          color: #000; }
      #news_box #side_box .calendar_wrap .wp-calendar-nav {
        display: flex;
        justify-content: space-between;
        margin: 10px 0 0 0; }
        #news_box #side_box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev {
          text-align: left;
          font-size: 14px;
          line-height: 1.5;
          font: normal 1.4rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
          #news_box #side_box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a {
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s; }
            #news_box #side_box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a:link, #news_box #side_box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a:visited, #news_box #side_box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a:active {
              text-decoration: none; }
            #news_box #side_box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a:hover {
              text-decoration: underline; }
        #news_box #side_box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next {
          text-align: left;
          font-size: 14px;
          line-height: 1.5;
          font: normal 1.4rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
          #news_box #side_box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next a {
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s; }
            #news_box #side_box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next a:link, #news_box #side_box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next a:visited, #news_box #side_box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next a:active {
              text-decoration: none; }
            #news_box #side_box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next a:hover {
              text-decoration: underline; }
      #news_box #side_box .calendar_wrap tfoot {
        display: none; }
      #news_box #side_box .screen-reader-text {
        display: none; }
      #news_box #side_box .widget_recent_entries ul {
        border: none;
        box-sizing: border-box;
        padding: 0; }
        #news_box #side_box .widget_recent_entries ul li {
          font-size: 14px;
          line-height: 1.5;
          font: normal 1.4rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          list-style: none;
          border-bottom: 1px dotted #dcdcdc;
          position: relative; }
          #news_box #side_box .widget_recent_entries ul li a {
            padding: 10px 0 10px 18px;
            display: block;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s; }
            #news_box #side_box .widget_recent_entries ul li a:link, #news_box #side_box .widget_recent_entries ul li a:visited, #news_box #side_box .widget_recent_entries ul li a:active {
              text-decoration: none;
              color: #000; }
            #news_box #side_box .widget_recent_entries ul li a:hover {
              text-decoration: none; }
            #news_box #side_box .widget_recent_entries ul li a:before {
              content: 'chevron_right';
              position: absolute;
              left: 0;
              top: 15px;
              font-size: 1.4rem; }
          #news_box #side_box .widget_recent_entries ul li:last-child {
            border: none; }
      #news_box #side_box .widget_archive #archives-dropdown-2 {
        width: 100%;
        height: 50px;
        background: #fff;
        border: none;
        padding: 5px;
        font-size: 14px;
        line-height: 1;
        font: normal 1.4rem/1 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        box-sizing: border-box;
        cursor: pointer;
        border-radius: none;
        -moz-border-radius: none;
        -webkit-border-radius: none;
        -ms-border-radius: none;
        -o-border-radius: none; }
      #news_box #side_box .widget_categories ul {
        border: none;
        box-sizing: border-box;
        padding: 0; }
        #news_box #side_box .widget_categories ul li {
          font-size: 14px;
          line-height: 1.5;
          font: normal 1.4rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          list-style: none;
          position: relative; }
          #news_box #side_box .widget_categories ul li a {
            padding: 10px 0 10px 18px;
            display: block;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s; }
            #news_box #side_box .widget_categories ul li a:link, #news_box #side_box .widget_categories ul li a:visited, #news_box #side_box .widget_categories ul li a:active {
              text-decoration: none; }
            #news_box #side_box .widget_categories ul li a:hover {
              text-decoration: none; }
            #news_box #side_box .widget_categories ul li a:before {
              content: 'chevron_right';
              position: absolute;
              left: 0;
              top: 15px;
              font-size: 1.4rem; }
        #news_box #side_box .widget_categories ul.children {
          margin: 0 0 0 15px; }
          #news_box #side_box .widget_categories ul.children li {
            border-bottom: 1px dotted #cacaca; }
      #news_box #side_box input[type="submit"], #news_box #side_box input[type="reset"], #news_box #side_box input[type="button"], #news_box #side_box button {
        cursor: pointer; }

  /* ------------ contact_box_fixed ------------ */
  #contact_box_fixed {
    position: fixed;
    top: 80px;
    right: -35px;
    z-index: 200; }
    #contact_box_fixed ul {
      width: 25px; }
      #contact_box_fixed ul li {
        list-style: none; }
        #contact_box_fixed ul li a {
          transition: all 0.3s;
          -moz-transition: all 0.3s;
          -webkit-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          display: block; }
          #contact_box_fixed ul li a img {
            width: 100%;
            vertical-align: bottom; }
          #contact_box_fixed ul li a:hover {
            transform: scale(1.1); }
        #contact_box_fixed ul li:nth-child(2) {
          margin: 10px 0 0 0; }

  /* ------------ flyer_box ------------ */
  #flyer_box {
    width: 90%;
    margin: 0 auto; }

  #flyer_box #c_box_01 {
    text-align: center;
    margin: 30px 0 0 0; }

  #flyer_box #c_box_01 h3 {
    font-size: 20px;
    line-height: 1.5;
    font: normal 2rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700; }

  #flyer_box #c_box_01 h3:nth-of-type(2) {
    margin: 100px 0 0 0; }

  #flyer_box #c_box_01 p {
    font-size: 14px;
    line-height: 2;
    font: normal 1.4rem/2 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    margin: 5px 0 0 0; }

  #flyer_box #c_box_01 p br {
    display: none; }

  #flyer_box #c_box_01 figure {
    width: 100%;
    margin: 15px 0 0 0; }

  #flyer_box #c_box_01 figure img {
    width: 100%;
    vertical-align: bottom; }

  #flyer_box #c_box_01 a.button {
    width: 80%;
    padding: 20px 0;
    margin: 30px auto 0;
    font-size: 14px;
    line-height: 1;
    font: normal 1.4rem/1 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    display: inline-block;
    text-align: center;
    position: relative;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px; }

  #flyer_box #c_box_01 a.button:before {
    content: 'chevron_right';
    position: absolute;
    color: #fff;
    right: 10px;
    top: 50%;
    font-size: 1.8rem;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%); }

  #flyer_box #c_box_01 a.button:link, #flyer_box #c_box_01 a.button:visited, #flyer_box #c_box_01 a.button:active {
    text-decoration: none;
    color: #fff;
    background: #0057AA; }

  #flyer_box #c_box_01 a.button:hover {
    opacity: 0.7;
    filter: alpha(opacity=70); }

  /* ------------ fancy_box ------------ */
  .fancy_box {
    display: none; }
    .fancy_box figure {
      width: 90%;
      margin: 0 auto; }
      .fancy_box figure img {
        width: 100%;
        vertical-align: bottom; }
    .fancy_box h4 {
      font-size: 20px;
      line-height: 1.5;
      font: normal 2rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      font-weight: 700;
      text-align: center;
      margin: 20px 0 0 0; }
    .fancy_box p {
      font-size: 14px;
      line-height: 2;
      font: normal 1.4rem/2 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      margin: 20px 0 0 0; }

  .fancybox-bg {
    background: #fff !important;
    opacity: 0.8 !important; }

  /* ------------ ScrollTrigger ------------ */
  .visible, .invisible {
    opacity: 0;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s; }

  .visible {
    opacity: 1.0; }

  .invisible.translate_s01 {
    transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transition: all 0.6s cubic-bezier(0.56, 0.12, 0.24, 0.95); }

  .visible.translate_s01 {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0); }

  /* ------------SP END ------------ */ }
/* ------------ PC ------------ */
@media screen and (min-width: 769px), print {
  /* ------------ body ------------ */
  html, body {
    font-size: 62.5%;
    overflow-x: hidden; }

  /* ------------ Material-i ------------ */
  .material-i, .sp_nav #sp_top_nav ul li a:before, #top_greeting .img_box a.button:before, #top_news a.button:before, #top_reform a.button:before, #footer .contact_box ul li:nth-child(2) a.button:before, #page_top a::before, #crumbs_list ul li:before, #crumbs_list ul li:first-child:before, #reform_box #c_box_03 a.button:before, #reform_box #c_box_05 a.button:before, #aftersupport_box #c_box_02 a.button:before, #contact_box .mail_box .submit_box .submit_button:after, #sitemap_box ul li a:before, #news_box #main_content_box .newslist_box ul li .textbox p.date:before, #news_box #main_content_box .newsarticle_box .catetitle p.list:before, #news_box #main_content_box .newsarticle_box .article p.date:before, #news_box #main_content_box .newsarticle_box .articlenext p.back:before, #news_box #side_box .widget_recent_entries ul li a:before, #news_box #side_box .widget_categories ul li a:before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    vertical-align: middle; }

  /* ------------ clearfix ------------ */
  .clearfix, #news_box #main_content_box .newsarticle_box .article {
    zoom: 1; }
    .clearfix::after, #news_box #main_content_box .newsarticle_box .article::after {
      display: block;
      content: "";
      clear: both; }

  /* ------------ top_loaderbg ------------ */
  #top_loaderbg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 3000;
    text-align: center; }
    #top_loaderbg #loader {
      display: none;
      position: fixed;
      top: 50%;
      left: 50%;
      margin: 0 0 0 -12px;
      z-index: 4000; }
      #top_loaderbg #loader .loader {
        width: 24px;
        height: 24px;
        border-top: 2px solid #c7e8f6;
        border-bottom: 2px solid #c7e8f6;
        border-right: 2px solid #008eca;
        border-left: 2px solid #008eca;
        animation: loader_01 0.75s ease infinite;
        border-radius: 100%; }
  @keyframes loader_01 {
    to {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); } }
  /* ------------ #top_header ------------ */
  #top_header {
    background: #fff; }
    #top_header h1 {
      text-indent: -9999px;
      padding: 30px 0;
      text-align: center; }
      #top_header h1 a {
        background-image: url(../img/01.png);
        background-repeat: no-repeat;
        background-size: contain;
        width: 271px;
        height: 50px;
        display: block;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        margin: 0 auto; }
        #top_header h1 a:hover {
          opacity: 0.7;
          filter: alpha(opacity=70); } }
  @media only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 2) {
    #top_header h1 a {
      background-image: url(../img/01@2x.png); } }

@media screen and (min-width: 769px), print {
  /* ------------ #sub_header ------------ */
  #sub_header {
    width: 100%;
    height: 80px;
    position: fixed;
    left: 0;
    top: -120px;
    z-index: 100;
    background: #fff; }
    #sub_header #sub_nav {
      display: flex;
      justify-content: space-between; }
      #sub_header #sub_nav p.logo {
        text-indent: -9999px;
        margin: 21px 0 0 20px; }
        #sub_header #sub_nav p.logo a {
          background-image: url(../img/01.png);
          background-repeat: no-repeat;
          background-size: contain;
          width: 211px;
          height: 38px;
          display: block;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
          #sub_header #sub_nav p.logo a:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); } }
    @media only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 2) {
      #sub_header #sub_nav p.logo a {
        background-image: url(../img/01@2x.png); } }
@media screen and (min-width: 769px), print {
      #sub_header #sub_nav ul {
        display: flex;
        justify-content: flex-end;
        margin: 25px 0 0 0; }
        #sub_header #sub_nav ul li {
          text-align: center;
          margin: 0 25px; }
          #sub_header #sub_nav ul li a {
            display: block;
            transition: all 0.3s;
            -moz-transition: all 0.3s;
            -webkit-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -o-transition: all 0.3s;
            font-size: 10px;
            line-height: 1.2;
            font: normal 1rem/1.2 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
            #sub_header #sub_nav ul li a p {
              font-size: 16px;
              line-height: 1.2;
              font: normal 1.6rem/1.2 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
              font-weight: 700;
              margin: 0 0 3px 0;
              color: #000; }
            #sub_header #sub_nav ul li a:link, #sub_header #sub_nav ul li a:visited, #sub_header #sub_nav ul li a:active {
              text-decoration: none;
              color: #999; }
            #sub_header #sub_nav ul li a:hover {
              color: #0057AA; }
          #sub_header #sub_nav ul li:last-of-type .bars {
            position: relative;
            top: -12px;
            right: 0;
            width: 50px;
            height: 50px;
            cursor: pointer;
            z-index: 2000;
            background: #0757AA; }
            #sub_header #sub_nav ul li:last-of-type .bars .bar {
              position: absolute;
              top: 50%;
              left: 50%;
              width: 26px;
              height: 2px;
              background: #fff;
              border-radius: 1px;
              transition: all 0.25s ease-in-out 0s;
              -moz-transition: all 0.25s ease-in-out 0s;
              -webkit-transition: all 0.25s ease-in-out 0s;
              -ms-transition: all 0.25s ease-in-out 0s;
              -o-transition: all 0.25s ease-in-out 0s; }
            #sub_header #sub_nav ul li:last-of-type .bars .bar-1 {
              margin: -9px 0 0 -13px; }
            #sub_header #sub_nav ul li:last-of-type .bars .bar-2 {
              margin: -1px 0 0 -13px; }
            #sub_header #sub_nav ul li:last-of-type .bars .bar-3 {
              margin: 7px 0 0 -13px; }
          #sub_header #sub_nav ul li:last-of-type .bars.step-1 .bar-1 {
            transform: translate3d(0, 8px, 0);
            -moz-transform: translate3d(0, 8px, 0);
            -webkit-transform: translate3d(0, 8px, 0);
            -ms-transform: translate3d(0, 8px, 0);
            -o-transform: translate3d(0, 8px, 0); }
          #sub_header #sub_nav ul li:last-of-type .bars.step-1 .bar-2 {
            transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg); }
          #sub_header #sub_nav ul li:last-of-type .bars.step-1 .bar-3 {
            transform: translate3d(0, -8px, 0);
            -moz-transform: translate3d(0, -8px, 0);
            -webkit-transform: translate3d(0, -8px, 0);
            -ms-transform: translate3d(0, -8px, 0);
            -o-transform: translate3d(0, -8px, 0); }
          #sub_header #sub_nav ul li:last-of-type .bars.step-2 .bar-1 {
            transform: translate3d(0, 8px, 0) rotate(135deg);
            -moz-transform: translate3d(0, 8px, 0) rotate(135deg);
            -webkit-transform: translate3d(0, 8px, 0) rotate(135deg);
            -ms-transform: translate3d(0, 8px, 0) rotate(135deg);
            -o-transform: translate3d(0, 8px, 0) rotate(135deg); }
          #sub_header #sub_nav ul li:last-of-type .bars.step-2 .bar-2 {
            transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg); }
          #sub_header #sub_nav ul li:last-of-type .bars.step-2 .bar-3 {
            transform: translate3d(0, -8px, 0) rotate(135deg);
            -moz-transform: translate3d(0, -8px, 0) rotate(135deg);
            -webkit-transform: translate3d(0, -8px, 0) rotate(135deg);
            -ms-transform: translate3d(0, -8px, 0) rotate(135deg);
            -o-transform: translate3d(0, -8px, 0) rotate(135deg); }

  /* ------------ #under_header ------------ */
  #under_header {
    width: 100%;
    height: 80px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    background: #fff; }
    #under_header #sub_nav {
      display: flex;
      justify-content: space-between; }
      #under_header #sub_nav h1 {
        text-indent: -9999px;
        margin: 21px 0 0 20px; }
        #under_header #sub_nav h1 a {
          background-image: url(../img/01.png);
          background-repeat: no-repeat;
          background-size: contain;
          width: 211px;
          height: 38px;
          display: block;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
          #under_header #sub_nav h1 a:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); } }
    @media only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 2) {
      #under_header #sub_nav p.logo a {
        background-image: url(../img/01@2x.png); } }
@media screen and (min-width: 769px), print {
      #under_header #sub_nav ul {
        display: flex;
        justify-content: flex-end;
        margin: 25px 0 0 0; }
        #under_header #sub_nav ul li {
          text-align: center;
          margin: 0 25px; }
          #under_header #sub_nav ul li a {
            display: block;
            transition: all 0.3s;
            -moz-transition: all 0.3s;
            -webkit-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -o-transition: all 0.3s;
            font-size: 10px;
            line-height: 1.2;
            font: normal 1rem/1.2 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
            #under_header #sub_nav ul li a p {
              font-size: 16px;
              line-height: 1.2;
              font: normal 1.6rem/1.2 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
              font-weight: 700;
              margin: 0 0 3px 0;
              color: #000; }
            #under_header #sub_nav ul li a:link, #under_header #sub_nav ul li a:visited, #under_header #sub_nav ul li a:active {
              text-decoration: none;
              color: #999; }
            #under_header #sub_nav ul li a:hover {
              color: #0057AA; }
            #under_header #sub_nav ul li a.here p {
              border-left: 3px solid #0057AA;
              padding: 0 0 0 5px; }
          #under_header #sub_nav ul li:last-of-type {
            display: none; }
            #under_header #sub_nav ul li:last-of-type .bars {
              position: relative;
              top: -12px;
              right: 0;
              width: 50px;
              height: 50px;
              cursor: pointer;
              z-index: 2000;
              background: #0757AA; }
              #under_header #sub_nav ul li:last-of-type .bars .bar {
                position: absolute;
                top: 50%;
                left: 50%;
                width: 26px;
                height: 2px;
                background: #fff;
                border-radius: 1px;
                transition: all 0.25s ease-in-out 0s;
                -moz-transition: all 0.25s ease-in-out 0s;
                -webkit-transition: all 0.25s ease-in-out 0s;
                -ms-transition: all 0.25s ease-in-out 0s;
                -o-transition: all 0.25s ease-in-out 0s; }
              #under_header #sub_nav ul li:last-of-type .bars .bar-1 {
                margin: -9px 0 0 -13px; }
              #under_header #sub_nav ul li:last-of-type .bars .bar-2 {
                margin: -1px 0 0 -13px; }
              #under_header #sub_nav ul li:last-of-type .bars .bar-3 {
                margin: 7px 0 0 -13px; }
            #under_header #sub_nav ul li:last-of-type .bars.step-1 .bar-1 {
              transform: translate3d(0, 8px, 0);
              -moz-transform: translate3d(0, 8px, 0);
              -webkit-transform: translate3d(0, 8px, 0);
              -ms-transform: translate3d(0, 8px, 0);
              -o-transform: translate3d(0, 8px, 0); }
            #under_header #sub_nav ul li:last-of-type .bars.step-1 .bar-2 {
              transform: rotate(90deg);
              -moz-transform: rotate(90deg);
              -webkit-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
              -o-transform: rotate(90deg); }
            #under_header #sub_nav ul li:last-of-type .bars.step-1 .bar-3 {
              transform: translate3d(0, -8px, 0);
              -moz-transform: translate3d(0, -8px, 0);
              -webkit-transform: translate3d(0, -8px, 0);
              -ms-transform: translate3d(0, -8px, 0);
              -o-transform: translate3d(0, -8px, 0); }
            #under_header #sub_nav ul li:last-of-type .bars.step-2 .bar-1 {
              transform: translate3d(0, 8px, 0) rotate(135deg);
              -moz-transform: translate3d(0, 8px, 0) rotate(135deg);
              -webkit-transform: translate3d(0, 8px, 0) rotate(135deg);
              -ms-transform: translate3d(0, 8px, 0) rotate(135deg);
              -o-transform: translate3d(0, 8px, 0) rotate(135deg); }
            #under_header #sub_nav ul li:last-of-type .bars.step-2 .bar-2 {
              transform: rotate(45deg);
              -moz-transform: rotate(45deg);
              -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
              -o-transform: rotate(45deg); }
            #under_header #sub_nav ul li:last-of-type .bars.step-2 .bar-3 {
              transform: translate3d(0, -8px, 0) rotate(135deg);
              -moz-transform: translate3d(0, -8px, 0) rotate(135deg);
              -webkit-transform: translate3d(0, -8px, 0) rotate(135deg);
              -ms-transform: translate3d(0, -8px, 0) rotate(135deg);
              -o-transform: translate3d(0, -8px, 0) rotate(135deg); }

  /* ------------ top_eyecatch ------------ */
  #top_eyecatch {
    display: flex;
    justify-content: space-between; }
    #top_eyecatch ul.r_img {
      width: 50%;
      background: #f5f5f5;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      #top_eyecatch ul.r_img li {
        list-style: none; }
        #top_eyecatch ul.r_img li img.bg {
          width: 100%;
          height: 100%;
          object-fit: cover;
          z-index: 10; }
        #top_eyecatch ul.r_img li:nth-child(1) {
          width: 100%;
          height: 50%;
          position: relative; }
          #top_eyecatch ul.r_img li:nth-child(1) img.text {
            display: none;
            z-index: 20;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            max-width: 568px;
            width: 80%; }
        #top_eyecatch ul.r_img li:nth-child(2) {
          width: 50%;
          height: 50%;
          background: #666;
          position: relative; }
          #top_eyecatch ul.r_img li:nth-child(2) p {
            z-index: 30;
            position: absolute;
            top: 10px;
            left: 10px;
            font-size: 18px;
            line-height: 2;
            font: normal 1.8rem/2 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
        #top_eyecatch ul.r_img li:nth-child(3) {
          width: 50%;
          height: 50%;
          background: #999;
          position: relative; }
          #top_eyecatch ul.r_img li:nth-child(3) p {
            z-index: 30;
            position: absolute;
            top: 10px;
            left: 10px;
            font-size: 18px;
            line-height: 2;
            font: normal 1.8rem/2 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
    #top_eyecatch ul.l_img {
      width: 50%;
      background: #333; }
      #top_eyecatch ul.l_img img.bg {
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 10; }
      #top_eyecatch ul.l_img li {
        list-style: none;
        width: 100%;
        height: 100%;
        position: relative; }
        #top_eyecatch ul.l_img li img.text {
          display: none;
          width: 100%;
          z-index: 20;
          position: absolute;
          bottom: 0;
          left: 0; }
        #top_eyecatch ul.l_img li p {
          z-index: 30;
          position: absolute;
          top: 10px;
          right: 10px;
          font-size: 18px;
          line-height: 2;
          font: normal 1.8rem/2 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }

  /* ------------ top_nav ------------ */
  #top_nav {
    max-width: 1000px;
    width: 90%;
    margin: 40px auto 0; }
    #top_nav ul {
      display: flex;
      justify-content: space-between; }
      #top_nav ul li {
        text-align: center; }
        #top_nav ul li a {
          display: block;
          transition: all 0.3s;
          -moz-transition: all 0.3s;
          -webkit-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          font-size: 12px;
          line-height: 1.2;
          font: normal 1.2rem/1.2 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
          #top_nav ul li a p {
            font-size: 18px;
            line-height: 1.2;
            font: normal 1.8rem/1.2 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
            font-weight: 700;
            margin: 0 0 5px 0;
            color: #000; }
          #top_nav ul li a:link, #top_nav ul li a:visited, #top_nav ul li a:active {
            text-decoration: none;
            color: #999; }
          #top_nav ul li a:hover {
            color: #0057AA; }

  /* ------------ sp_nav ------------ */
  .sp_nav {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 80px;
    left: 0;
    z-index: 3000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.7s;
    -moz-transition: all 0.7s;
    -webkit-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s; }
    .sp_nav .bg {
      width: 100%;
      height: 100%;
      background: #0057AA;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1; }
    .sp_nav.open {
      opacity: 1;
      visibility: visible;
      transition: all 0.7s;
      -moz-transition: all 0.7s;
      -webkit-transition: all 0.7s;
      -ms-transition: all 0.7s;
      -o-transition: all 0.7s; }
    .sp_nav #sp_top_nav {
      position: relative;
      width: 100%;
      height: 100%;
      text-align: center; }
      .sp_nav #sp_top_nav ul {
        width: 90%;
        margin: 0 auto; }
        .sp_nav #sp_top_nav ul li {
          font-size: 12px;
          line-height: 1.5;
          font: normal 1.2rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          list-style: none;
          border-bottom: 1px solid #dcdcdc; }
          .sp_nav #sp_top_nav ul li p {
            font-size: 16px;
            line-height: 1.5;
            font: normal 1.6rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
            font-weight: 700; }
          .sp_nav #sp_top_nav ul li a {
            display: block;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            padding: 20px 0;
            position: relative; }
            .sp_nav #sp_top_nav ul li a:link, .sp_nav #sp_top_nav ul li a:visited, .sp_nav #sp_top_nav ul li a:active {
              text-decoration: none;
              color: #fff; }
            .sp_nav #sp_top_nav ul li a:hover {
              opacity: 0.7;
              filter: alpha(opacity=70); }
            .sp_nav #sp_top_nav ul li a.here {
              background: #e8eff7;
              color: #0057AA; }
              .sp_nav #sp_top_nav ul li a.here p {
                color: #0057AA; }
              .sp_nav #sp_top_nav ul li a.here:before {
                color: #0057AA; }
            .sp_nav #sp_top_nav ul li a:before {
              content: 'chevron_right';
              position: absolute;
              right: 10px;
              top: 50%;
              font-size: 2rem;
              transform: translateY(-50%);
              -moz-transform: translateY(-50%);
              -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              -o-transform: translateY(-50%);
              color: #fff; }

  /* ------------ top_greeting ------------ */
  #top_greeting {
    max-width: 1000px;
    width: 90%;
    margin: 130px auto 0;
    display: flex;
    justify-content: space-between; }
    #top_greeting .text_box {
      order: 2; }
      #top_greeting .text_box h2 {
        font-size: 32px;
        line-height: 2;
        font: normal 3.2rem/2 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        font-weight: 700;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        letter-spacing: 20px; }
    #top_greeting .img_box {
      max-width: 813px;
      width: 90%;
      order: 1;
      text-align: center; }
      #top_greeting .img_box figure {
        width: 100%; }
        #top_greeting .img_box figure img {
          width: 100%;
          vertical-align: bottom; }
      #top_greeting .img_box p {
        font-size: 16px;
        line-height: 2;
        font: normal 1.6rem/2 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        margin: 40px 0 0 0;
        text-align: left; }
      #top_greeting .img_box a.button {
        padding: 15px 60px;
        margin: 30px auto 0;
        font-size: 16px;
        line-height: 1;
        font: normal 1.6rem/1 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        border: 1px solid #000;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        display: inline-block;
        text-align: center;
        position: relative;
        border-radius: 30px;
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px; }
        #top_greeting .img_box a.button:before {
          content: 'chevron_right';
          position: absolute;
          color: #000;
          right: 5px;
          top: 50%;
          font-size: 2rem;
          transition: all 0.3s;
          -moz-transition: all 0.3s;
          -webkit-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%); }
        #top_greeting .img_box a.button:link, #top_greeting .img_box a.button:visited, #top_greeting .img_box a.button:active {
          text-decoration: none;
          color: #000; }
        #top_greeting .img_box a.button:hover {
          background: #0057AA;
          color: #fff;
          border: 1px solid #0057AA; }
          #top_greeting .img_box a.button:hover:before {
            color: #fff; }

  /* ------------ top_imgbox_01 ------------ */
  #top_imgbox_01 {
    width: 100%;
    height: 400px;
    margin: 120px 0 0 0;
    background: url(../img/32.jpg) no-repeat top center;
    background-attachment: fixed;
    background-size: cover;
    display: flex;
    align-items: center; }
    #top_imgbox_01 h3 {
      font-size: 32px;
      line-height: 1.5;
      font: normal 3.2rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      font-weight: 700;
      color: #fff;
      margin: 0 0 0 50px; } }
@media only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 2) {
  #top_imgbox_01 {
    width: 100%;
    height: 400px;
    margin: 120px 0 0 0;
    background: url(../img/32@2x.jpg) no-repeat top center;
    background-attachment: fixed;
    background-size: cover; } }
@media screen and (min-width: 769px), print {
  /* ------------ top_news ------------ */
  #top_news {
    margin: 150px 0;
    text-align: center; }
    #top_news .title_box {
      text-align: center; }
      #top_news .title_box figure {
        max-width: 35px;
        margin: 0 auto; }
        #top_news .title_box figure img {
          width: 100%;
          vertical-align: bottom; }
      #top_news .title_box h4 {
        font-size: 40px;
        line-height: 1.5;
        font: normal 4rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        font-weight: 700; }
      #top_news .title_box p {
        font-size: 16px;
        line-height: 1.5;
        font: normal 1.6rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
    #top_news ul {
      max-width: 1200px;
      width: 90%;
      margin: 50px auto 0;
      display: flex;
      justify-content: space-between; }
      #top_news ul li {
        width: 30%;
        list-style: none; }
        #top_news ul li a {
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          display: block; }
          #top_news ul li a figure {
            width: 100%;
            position: relative; }
            #top_news ul li a figure img {
              width: 100%;
              vertical-align: bottom;
              z-index: 10; }
            #top_news ul li a figure figcaption {
              z-index: 20;
              position: absolute;
              left: 0;
              top: 0;
              display: inline-block;
              background: #EDF1F7;
              font-size: 14px;
              line-height: 1.5;
              font: normal 1.4rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
              color: #0057AA;
              padding: 10px; }
          #top_news ul li a p {
            font-size: 18px;
            line-height: 1.5;
            font: normal 1.8rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
            margin: 10px 0 0 0;
            text-align: left; }
            #top_news ul li a p.date {
              font-size: 16px;
              line-height: 1;
              font: normal 1.6rem/1 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
              color: #666;
              margin: 20px 0 0 0; }
          #top_news ul li a:link, #top_news ul li a:visited, #top_news ul li a:active {
            text-decoration: none;
            color: #000; }
          #top_news ul li a:hover {
            opacity: 0.6;
            filter: alpha(opacity=60); }
    #top_news a.button {
      padding: 15px 60px;
      margin: 50px auto 0;
      font-size: 16px;
      line-height: 1;
      font: normal 1.6rem/1 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      border: 1px solid #000;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      display: inline-block;
      text-align: center;
      position: relative;
      border-radius: 30px;
      -moz-border-radius: 30px;
      -webkit-border-radius: 30px;
      -ms-border-radius: 30px;
      -o-border-radius: 30px; }
      #top_news a.button:before {
        content: 'chevron_right';
        position: absolute;
        color: #000;
        right: 5px;
        top: 50%;
        font-size: 2rem;
        transition: all 0.3s;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%); }
      #top_news a.button:link, #top_news a.button:visited, #top_news a.button:active {
        text-decoration: none;
        color: #000; }
      #top_news a.button:hover {
        background: #0057AA;
        color: #fff;
        border: 1px solid #0057AA; }
        #top_news a.button:hover:before {
          color: #fff; }

  /* ------------ top_works ------------ */
  #top_works {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; }
    #top_works ul {
      z-index: 10; }
      #top_works ul.slider li.photo {
        width: 800px; }
        #top_works ul.slider li.photo a {
          display: inline-block;
          text-align: left;
          opacity: .99;
          overflow: hidden;
          position: relative; }
          #top_works ul.slider li.photo a:before {
            content: '';
            background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
            width: 100%;
            height: 50%;
            opacity: 0;
            position: absolute;
            top: 100%;
            left: 0;
            z-index: 2;
            transition-property: top, opacity;
            transition: all 0.3s;
            -moz-transition: all 0.3s;
            -webkit-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -o-transition: all 0.3s; }
          #top_works ul.slider li.photo a img {
            width: 100%;
            height: 520px;
            display: block;
            backface-visibility: hidden; }
          #top_works ul.slider li.photo a .details {
            padding: 30px;
            color: #fff;
            position: absolute;
            bottom: 0;
            left: 0;
            z-index: 3; }
            #top_works ul.slider li.photo a .details span {
              display: block;
              opacity: 0;
              position: relative;
              top: 100px;
              transition-property: top, opacity;
              transition: all 0.3s;
              -moz-transition: all 0.3s;
              -webkit-transition: all 0.3s;
              -ms-transition: all 0.3s;
              -o-transition: all 0.3s;
              transition-delay: 0s; }
            #top_works ul.slider li.photo a .details .title {
              font-size: 20px;
              line-height: 1.5;
              font: normal 2rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
              font-weight: 700; }
          #top_works ul.slider li.photo a:focus:before,
          #top_works ul.slider li.photo a:focus span, #top_works ul.slider li.photo a:hover:before,
          #top_works ul.slider li.photo a:hover span {
            opacity: 1; }
          #top_works ul.slider li.photo a:focus:before, #top_works ul.slider li.photo a:hover:before {
            top: 50%; }
          #top_works ul.slider li.photo a:focus span, #top_works ul.slider li.photo a:hover span {
            top: 0; }
          #top_works ul.slider li.photo a:focus .title, #top_works ul.slider li.photo a:hover .title {
            transition-delay: 0.15s; }
          #top_works ul.slider li.photo a:focus .info, #top_works ul.slider li.photo a:hover .info {
            transition-delay: 0.25s; }
    #top_works figure {
      position: absolute;
      z-index: 20;
      max-width: 170px;
      width: 90%; }
      #top_works figure img {
        width: 100%;
        vertical-align: bottom; }

  /* ------------ top_reform ------------ */
  #top_reform {
    margin: 150px 0 0 0;
    text-align: center; }
    #top_reform .title_box {
      text-align: center; }
      #top_reform .title_box figure {
        max-width: 35px;
        margin: 0 auto; }
        #top_reform .title_box figure img {
          width: 100%;
          vertical-align: bottom; }
      #top_reform .title_box h4 {
        font-size: 40px;
        line-height: 1.5;
        font: normal 4rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        font-weight: 700; }
      #top_reform .title_box p {
        font-size: 16px;
        line-height: 1.5;
        font: normal 1.6rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
    #top_reform ul {
      max-width: 1200px;
      width: 90%;
      margin: 40px auto 0;
      background: #f5f5f5;
      padding: 30px;
      box-sizing: border-box;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      #top_reform ul li {
        list-style: none;
        width: 23%; }
        #top_reform ul li:nth-child(n+5) {
          margin: 30px 0 0 0; }
        #top_reform ul li a {
          transition: all 0.3s;
          -moz-transition: all 0.3s;
          -webkit-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s; }
          #top_reform ul li a img {
            width: 100%;
            vertical-align: bottom; }
          #top_reform ul li a p {
            font-size: 16px;
            line-height: 1.5;
            font: normal 1.6rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
            font-weight: 700;
            margin: 10px 0 0 0; }
          #top_reform ul li a:link, #top_reform ul li a:visited, #top_reform ul li a:active {
            text-decoration: none;
            color: #000; }
          #top_reform ul li a:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }
    #top_reform a.button {
      padding: 15px 60px;
      margin: 50px auto 0;
      font-size: 16px;
      line-height: 1;
      font: normal 1.6rem/1 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      border: 1px solid #000;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      display: inline-block;
      text-align: center;
      position: relative;
      border-radius: 30px;
      -moz-border-radius: 30px;
      -webkit-border-radius: 30px;
      -ms-border-radius: 30px;
      -o-border-radius: 30px; }
      #top_reform a.button:before {
        content: 'chevron_right';
        position: absolute;
        color: #000;
        right: 5px;
        top: 50%;
        font-size: 2rem;
        transition: all 0.3s;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%); }
      #top_reform a.button:link, #top_reform a.button:visited, #top_reform a.button:active {
        text-decoration: none;
        color: #000; }
      #top_reform a.button:hover {
        background: #0057AA;
        color: #fff;
        border: 1px solid #0057AA; }
        #top_reform a.button:hover:before {
          color: #fff; }

  /* ------------ footer ------------ */
  #footer {
    margin: 200px 0 0 0; }
    #footer .area_box {
      width: 100%;
      height: 350px;
      background: url(../img/16.jpg) no-repeat bottom center;
      background-size: cover; }
      #footer .area_box figure {
        max-width: 1029px;
        width: 100%;
        margin: 0 auto; }
        #footer .area_box figure img {
          width: 100%;
          vertical-align: bottom;
          margin: 40px 0 0 0; } }
  @media only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 2) {
    #footer .area_box {
      width: 100%;
      height: 350px;
      background: url(../img/16@2x.jpg) no-repeat bottom center;
      background-size: cover; } }
@media screen and (min-width: 769px), print {
    #footer .contact_box {
      background: #0757AA;
      padding: 40px 0; }
      #footer .contact_box ul {
        max-width: 1200px;
        width: 95%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between; }
        #footer .contact_box ul li {
          list-style: none; }
          #footer .contact_box ul li:nth-child(1) {
            width: 60%;
            text-align: center; }
            #footer .contact_box ul li:nth-child(1) p {
              font-size: 18px;
              line-height: 1.2;
              font: normal 1.8rem/1.2 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
              font-weight: 700;
              color: #fff; }
              #footer .contact_box ul li:nth-child(1) p.title {
                font-size: 72px;
                line-height: 1.2;
                font: normal 7.2rem/1.2 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
                margin: 10px 0 0 0;
                font-weight: 700; }
          #footer .contact_box ul li:nth-child(2) {
            width: 38%; }
            #footer .contact_box ul li:nth-child(2) .wrap_box {
              display: flex;
              justify-content: space-between; }
              #footer .contact_box ul li:nth-child(2) .wrap_box .tel_title {
                width: 28%;
                background: #fff;
                font-size: 12px;
                line-height: 1.5;
                font: normal 1.2rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
                font-weight: 700;
                color: #0057AA;
                text-align: center;
                border-radius: 5px;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
                -ms-border-radius: 5px;
                -o-border-radius: 5px;
                padding: 5px;
                align-self: center;
                box-sizing: border-box; }
              #footer .contact_box ul li:nth-child(2) .wrap_box .tel_number {
                width: 70%;
                font-size: 44px;
                line-height: 1.2;
                font: normal 4.4rem/1.2 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
                font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
                font-weight: 700;
                color: #fff; }
            #footer .contact_box ul li:nth-child(2) a.button {
              width: 100%;
              padding: 15px 0;
              margin: 20px auto 0;
              font-size: 18px;
              line-height: 1;
              font: normal 1.8rem/1 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
              font-weight: 700;
              transition: all 0.5s;
              -moz-transition: all 0.5s;
              -webkit-transition: all 0.5s;
              -ms-transition: all 0.5s;
              -o-transition: all 0.5s;
              display: inline-block;
              text-align: center;
              background: #D1DFF2;
              border-radius: 30px;
              -moz-border-radius: 30px;
              -webkit-border-radius: 30px;
              -ms-border-radius: 30px;
              -o-border-radius: 30px; }
              #footer .contact_box ul li:nth-child(2) a.button:before {
                content: 'email';
                color: #0757AA;
                font-size: 2.6rem;
                transition: all 0.3s;
                -moz-transition: all 0.3s;
                -webkit-transition: all 0.3s;
                -ms-transition: all 0.3s;
                -o-transition: all 0.3s;
                margin: -2px 0 0 0; }
              #footer .contact_box ul li:nth-child(2) a.button:link, #footer .contact_box ul li:nth-child(2) a.button:visited, #footer .contact_box ul li:nth-child(2) a.button:active {
                text-decoration: none;
                color: #0757AA; }
              #footer .contact_box ul li:nth-child(2) a.button:hover {
                background: #fff;
                color: #0057AA; }
                #footer .contact_box ul li:nth-child(2) a.button:hover:before {
                  color: #0057AA; }
    #footer .gmap {
      height: 0;
      overflow: hidden;
      padding-bottom: 25%;
      position: relative; }
      #footer .gmap iframe {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        filter: grayscale(80%); }
    #footer #f_nav {
      padding: 40px 0; }
      #footer #f_nav ul {
        display: flex;
        justify-content: center; }
        #footer #f_nav ul li a {
          transition: all 0.3s;
          -moz-transition: all 0.3s;
          -webkit-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          font-size: 16px;
          line-height: 1.5;
          font: normal 1.6rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
          #footer #f_nav ul li a:link, #footer #f_nav ul li a:visited, #footer #f_nav ul li a:active {
            text-decoration: none;
            color: #000; }
          #footer #f_nav ul li a:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }
        #footer #f_nav ul li::after {
          content: "｜";
          font-size: 16px;
          line-height: 1.5;
          font: normal 1.6rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          margin: 0 10px; }
        #footer #f_nav ul li:nth-child(3)::after {
          content: ""; }
    #footer .copy {
      text-align: center;
      background: #000;
      padding: 30px 0;
      font-size: 12px;
      line-height: 1.5;
      font: normal 1.2rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      color: #fff; }

  /* ------------ page_top ------------ */
  #page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: -50px;
    bottom: 50px;
    background: #0757AA;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 1000; }
    #page_top a {
      position: relative;
      display: block;
      width: 50px;
      height: 50px;
      text-decoration: none;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s; }
      #page_top a:hover {
        opacity: 0.8;
        filter: alpha(opacity=80); }
      #page_top a::before {
        content: 'arrow_drop_up';
        font-size: 50px;
        color: #fff;
        position: absolute;
        width: 50px;
        height: 50px;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        z-index: 2000;
        text-align: center; }

  /* ------------ page_title ------------ */
  #page_title {
    margin: 80px 0 0 0;
    height: 230px;
    display: flex;
    align-items: center;
    justify-content: center; }
    #page_title .wrap_box {
      text-align: center; }
      #page_title .wrap_box h2 {
        font-size: 40px;
        line-height: 1.5;
        font: normal 4rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        font-weight: 700; }
      #page_title .wrap_box p {
        font-size: 16px;
        line-height: 1.5;
        font: normal 1.6rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #999; }

  /* ------------ crumbs_list ------------ */
  #crumbs_list {
    max-width: 1200px;
    margin: 0 auto 10px;
    padding: 0 20px; }
    #crumbs_list ul {
      display: flex;
      justify-content: flex-start; }
      #crumbs_list ul li {
        font-size: 16px;
        line-height: 1.5;
        font: normal 1.6rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        position: relative;
        list-style: none;
        padding: 0 0 0 15px;
        margin: 0 0 0 10px; }
        #crumbs_list ul li a {
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
          #crumbs_list ul li a:link, #crumbs_list ul li a:visited, #crumbs_list ul li a:active {
            text-decoration: none;
            color: #666; }
          #crumbs_list ul li a:hover {
            text-decoration: underline;
            color: #666; }
        #crumbs_list ul li:before {
          content: 'chevron_right';
          font-size: 1.6rem;
          position: absolute;
          top: 5px;
          left: 0;
          color: #666; }
        #crumbs_list ul li:first-child {
          margin: 0; }
          #crumbs_list ul li:first-child:before {
            content: 'home';
            font-size: 1.6rem;
            position: absolute;
            top: 5px;
            left: 0;
            color: #666; }

  /* ------------ sub_eyecatch ------------ */
  #sub_eyecatch {
    height: 420px;
    display: flex;
    align-items: center;
    justify-content: center; }
    #sub_eyecatch p {
      text-align: center;
      font-size: 40px;
      line-height: 1.5;
      font: normal 4rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      color: #fff;
      font-weight: 700; }
    #sub_eyecatch.b01 {
      background: url(../company/img/01.jpg) no-repeat center center;
      background-size: cover; }
    #sub_eyecatch.b02 {
      background: url(../aftersupport/img/01.jpg) no-repeat center center;
      background-size: cover; }
    #sub_eyecatch.b03 {
      background: url(../contact/img/01.jpg) no-repeat left -200px center;
      background-size: cover; }
      #sub_eyecatch.b03 p {
        color: #000; } }
  @media only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 2) {
    #sub_eyecatch.b01 {
      background: url(../company/img/01@2x.jpg) no-repeat center center;
      background-size: cover; }
    #sub_eyecatch.b02 {
      background: url(../aftersupport/img/01@2x.jpg) no-repeat center center;
      background-size: cover; }
    #sub_eyecatch.b03 {
      background: url(../contact/img/01@2x.jpg) no-repeat left -200px center;
      background-size: cover; }
      #sub_eyecatch.b03 p {
        color: #000; } }

@media screen and (min-width: 769px), print {
  /* ------------ sub_eyecatch_re ------------ */
  .sub_eyecatch_re {
    margin: 80px 0 20px 0;
    height: 420px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .sub_eyecatch_re .wrap_box {
      text-align: center;
      color: #fff; }
      .sub_eyecatch_re .wrap_box h2 {
        font-size: 60px;
        line-height: 1.5;
        font: normal 6rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        font-weight: 700; }
      .sub_eyecatch_re .wrap_box p {
        font-size: 20px;
        line-height: 1.5;
        font: normal 2rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
    .sub_eyecatch_re.r01 {
      background: url(../reform/img/01.jpg) no-repeat center center;
      background-size: cover; }
    .sub_eyecatch_re.r02 {
      margin: 150px 0 20px 0;
      background: url(../reform/img/04.jpg) no-repeat center center;
      background-size: cover; }
    .sub_eyecatch_re.r03 {
      background: url(../works/img/01.jpg) no-repeat center center;
      background-size: cover; }
    .sub_eyecatch_re.r04 {
      background: url(../company/img/01.jpg) no-repeat center center;
      background-size: cover; }
    .sub_eyecatch_re.r05 {
      background: url(../flyer/img/02.jpg) no-repeat center center;
      background-size: cover; } }
  @media only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 2) {
    .sub_eyecatch_re.r01 {
      background: url(../reform/img/01@2x.jpg) no-repeat center center;
      background-size: cover; }
    .sub_eyecatch_re.r02 {
      margin: 150px 0 20px 0;
      background: url(../reform/img/04@2x.jpg) no-repeat center center;
      background-size: cover; }
    .sub_eyecatch_re.r03 {
      background: url(../works/img/01@2x.jpg) no-repeat center center;
      background-size: cover; }
    .sub_eyecatch_re.r04 {
      background: url(../company/img/01@2x.jpg) no-repeat center center;
      background-size: cover; }
    .sub_eyecatch_re.r05 {
      background: url(../flyer/img/02@2x.jpg) no-repeat center center;
      background-size: cover; } }

@media screen and (min-width: 769px), print {
  /* ------------ company_box ------------ */
  #company_box {
    text-align: center; }
    #company_box .title_box {
      text-align: center;
      margin: 100px 0 0 0; }
      #company_box .title_box figure {
        max-width: 35px;
        margin: 0 auto; }
        #company_box .title_box figure img {
          width: 100%;
          vertical-align: bottom; }
      #company_box .title_box h4 {
        font-size: 40px;
        line-height: 1.5;
        font: normal 4rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        font-weight: 700; }
      #company_box .title_box p {
        font-size: 16px;
        line-height: 1.5;
        font: normal 1.6rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
    #company_box #c_box_01 {
      background-color: #f5f5f5;
      margin: 50px 0 0 0;
      padding: 80px 40px 0 40px;
      background-image: url(../company/img/04.png);
      background-position: bottom 130px right 30%;
      background-size: 40%;
      background-repeat: no-repeat; }
      #company_box #c_box_01 .wrap_box {
        max-width: 1200px;
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between; }
        #company_box #c_box_01 .wrap_box .text_box {
          width: 60%;
          text-align: left;
          padding: 0 0 100px 0; }
          #company_box #c_box_01 .wrap_box .text_box p {
            font-size: 18px;
            line-height: 2;
            font: normal 1.8rem/2 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
            margin: 30px 0 0 0; }
            #company_box #c_box_01 .wrap_box .text_box p.title {
              font-size: 30px;
              line-height: 1.5;
              font: normal 3rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
              font-weight: 700;
              margin: 0; }
            #company_box #c_box_01 .wrap_box .text_box p.name {
              font-size: 30px;
              line-height: 1.5;
              font: normal 3rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
              font-weight: 700;
              margin: 0;
              padding: 0 0 20px 0;
              border-bottom: 1px solid #dcdcdc; }
              #company_box #c_box_01 .wrap_box .text_box p.name .small {
                font-size: 16px;
                line-height: 1.5;
                font: normal 1.6rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
                font-weight: 700; }
            #company_box #c_box_01 .wrap_box .text_box p.name_box {
              border: 1px solid #999;
              border-left: none;
              border-right: none;
              padding: 30px 0;
              box-sizing: border-box;
              margin: 50px 0 0 0; }
        #company_box #c_box_01 .wrap_box figure {
          max-width: 28%;
          align-self: flex-end; }
          #company_box #c_box_01 .wrap_box figure img {
            width: 100%;
            vertical-align: bottom; }
    #company_box #c_box_01s {
      background: #0757AA;
      padding: 40px 40px;
      box-sizing: border-box; }
      #company_box #c_box_01s ul {
        max-width: 1200px;
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between; }
        #company_box #c_box_01s ul li {
          list-style: none;
          width: 23%; }
          #company_box #c_box_01s ul li img {
            width: 100%;
            vertical-align: bottom; }
    #company_box #c_box_02 dl {
      max-width: 1200px;
      margin: 0 auto;
      font-size: 16px;
      line-height: 2;
      font: normal 1.6rem/2 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      text-align: left;
      display: flex;
      justify-content: space-between;
      background: #f5f5f5;
      align-items: center;
      box-sizing: border-box; }
      #company_box #c_box_02 dl dt {
        width: 15%;
        padding: 20px;
        box-sizing: border-box; }
      #company_box #c_box_02 dl dd {
        width: 80%;
        padding: 20px;
        box-sizing: border-box; }
      #company_box #c_box_02 dl:nth-of-type(2n) {
        background: #fff; }
      #company_box #c_box_02 dl:first-of-type {
        margin: 50px auto 0; }
    #company_box #c_box_02 ul {
      max-width: 900px;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      margin: 100px auto 0; }
      #company_box #c_box_02 ul li {
        list-style: none;
        width: 48%; }
        #company_box #c_box_02 ul li img {
          width: 100%;
          vertical-align: bottom; }
        #company_box #c_box_02 ul li p {
          font-size: 16px;
          line-height: 1.5;
          font: normal 1.6rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          margin: 10px 0 0 0;
          text-align: center; }
        #company_box #c_box_02 ul li:nth-child(n+3) {
          margin: 30px 0 0 0; }
    #company_box #c_box_03 {
      max-width: 1200px;
      margin: 0 auto; }
      #company_box #c_box_03 .sub_gmap {
        height: 0;
        overflow: hidden;
        padding-bottom: 35%;
        position: relative;
        margin: 50px 0 30px 0; }
        #company_box #c_box_03 .sub_gmap iframe {
          position: absolute;
          left: 0;
          top: 0;
          height: 100%;
          width: 100%;
          filter: grayscale(80%); }
      #company_box #c_box_03 p {
        font-size: 16px;
        line-height: 2;
        font: normal 1.6rem/2 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }

  /* ------------ reform_box ------------ */
  #reform_box #c_box_01 {
    margin: 100px 0 0 0;
    display: flex;
    justify-content: space-between;
    position: relative; }
    #reform_box #c_box_01 figure {
      width: 50%; }
      #reform_box #c_box_01 figure img {
        width: 100%;
        vertical-align: bottom; }
    #reform_box #c_box_01 .text_box {
      width: 50%;
      background: #fff;
      padding: 50px;
      box-sizing: border-box;
      align-self: center;
      position: absolute;
      bottom: 50px;
      right: 7%; }
      #reform_box #c_box_01 .text_box h3 {
        font-size: 36px;
        line-height: 1.5;
        font: normal 3.6rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        font-weight: 700;
        font-size: 2.4vw; }
      #reform_box #c_box_01 .text_box p {
        font-size: 16px;
        line-height: 2;
        font: normal 1.6rem/2 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        margin: 20px 0 0 0; }
  #reform_box #c_box_02 {
    margin: 100px 0 0 0;
    display: flex;
    justify-content: space-between; }
    #reform_box #c_box_02 figure {
      width: 50%; }
      #reform_box #c_box_02 figure img {
        width: 100%;
        vertical-align: bottom; }
    #reform_box #c_box_02 .text_box {
      width: 50%;
      background: #fff;
      padding: 50px;
      box-sizing: border-box;
      align-self: center; }
      #reform_box #c_box_02 .text_box h3 {
        font-size: 36px;
        line-height: 1.5;
        font: normal 3.6rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        font-weight: 700;
        font-size: 2.4vw; }
      #reform_box #c_box_02 .text_box p {
        font-size: 16px;
        line-height: 2;
        font: normal 1.6rem/2 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        margin: 20px 0 0 0; }
  #reform_box #c_box_03 {
    margin: 150px 0 0 0;
    text-align: center; }
    #reform_box #c_box_03 .title_box {
      text-align: center; }
      #reform_box #c_box_03 .title_box figure {
        max-width: 35px;
        margin: 0 auto; }
        #reform_box #c_box_03 .title_box figure img {
          width: 100%;
          vertical-align: bottom; }
      #reform_box #c_box_03 .title_box h4 {
        font-size: 40px;
        line-height: 1.5;
        font: normal 4rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        font-weight: 700; }
      #reform_box #c_box_03 .title_box p {
        font-size: 16px;
        line-height: 1.5;
        font: normal 1.6rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
    #reform_box #c_box_03 ul {
      max-width: 1200px;
      width: 90%;
      margin: 40px auto 0;
      background: #f5f5f5;
      padding: 30px;
      box-sizing: border-box;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      #reform_box #c_box_03 ul li {
        list-style: none;
        width: 23%; }
        #reform_box #c_box_03 ul li a {
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          display: block; }
          #reform_box #c_box_03 ul li a img {
            width: 100%;
            vertical-align: bottom; }
          #reform_box #c_box_03 ul li a p {
            font-size: 16px;
            line-height: 1.5;
            font: normal 1.6rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
            font-weight: 700;
            margin: 10px 0 0 0; }
          #reform_box #c_box_03 ul li a:link, #reform_box #c_box_03 ul li a:visited, #reform_box #c_box_03 ul li a:active {
            text-decoration: none;
            color: #000; }
          #reform_box #c_box_03 ul li a:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }
        #reform_box #c_box_03 ul li:nth-child(n+5) {
          margin: 30px 0 0 0; }
    #reform_box #c_box_03 a.button {
      padding: 30px 120px;
      margin: 100px auto 0;
      font-size: 16px;
      line-height: 1;
      font: normal 1.6rem/1 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      display: inline-block;
      text-align: center;
      position: relative;
      border-radius: 30px;
      -moz-border-radius: 30px;
      -webkit-border-radius: 30px;
      -ms-border-radius: 30px;
      -o-border-radius: 30px; }
      #reform_box #c_box_03 a.button:before {
        content: 'chevron_right';
        position: absolute;
        color: #fff;
        right: 10px;
        top: 50%;
        font-size: 2rem;
        transition: all 0.3s;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%); }
      #reform_box #c_box_03 a.button:link, #reform_box #c_box_03 a.button:visited, #reform_box #c_box_03 a.button:active {
        text-decoration: none;
        color: #fff;
        background: #0057AA; }
      #reform_box #c_box_03 a.button:hover {
        opacity: 0.7;
        filter: alpha(opacity=70); }
  #reform_box #c_box_04 {
    margin: 100px 0 0 0;
    text-align: center; }
    #reform_box #c_box_04 h4 {
      font-size: 30px;
      line-height: 1.5;
      font: normal 3rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      font-weight: 700; }
    #reform_box #c_box_04 p {
      font-size: 18px;
      line-height: 2;
      font: normal 1.8rem/2 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      margin: 20px 0 0 0; }
  #reform_box #c_box_05 {
    margin: 100px 0 0 0;
    text-align: center; }
    #reform_box #c_box_05 .title_box {
      text-align: center; }
      #reform_box #c_box_05 .title_box figure {
        max-width: 35px;
        margin: 0 auto; }
        #reform_box #c_box_05 .title_box figure img {
          width: 100%;
          vertical-align: bottom; }
      #reform_box #c_box_05 .title_box h4 {
        font-size: 40px;
        line-height: 1.5;
        font: normal 4rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        font-weight: 700; }
      #reform_box #c_box_05 .title_box p {
        font-size: 16px;
        line-height: 1.5;
        font: normal 1.6rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
    #reform_box #c_box_05 .wrap_box {
      max-width: 1200px;
      margin: 100px auto 0;
      display: flex;
      justify-content: space-between; }
      #reform_box #c_box_05 .wrap_box figure {
        width: 50%; }
        #reform_box #c_box_05 .wrap_box figure img {
          width: 100%;
          vertical-align: bottom; }
      #reform_box #c_box_05 .wrap_box .text_box {
        width: 47%;
        text-align: left; }
        #reform_box #c_box_05 .wrap_box .text_box h5 {
          font-size: 30px;
          line-height: 1.5;
          font: normal 3rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          font-weight: 700;
          margin: 30px 0 0 -100px;
          background: #000;
          color: #fff;
          display: inline-block;
          padding: 15px 30px; }
        #reform_box #c_box_05 .wrap_box .text_box p {
          font-size: 16px;
          line-height: 2;
          font: normal 1.6rem/2 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          margin: 50px 0 0 0; }
    #reform_box #c_box_05 a.button {
      padding: 30px 120px;
      margin: 100px auto 0;
      font-size: 16px;
      line-height: 1;
      font: normal 1.6rem/1 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      display: inline-block;
      text-align: center;
      position: relative;
      border-radius: 30px;
      -moz-border-radius: 30px;
      -webkit-border-radius: 30px;
      -ms-border-radius: 30px;
      -o-border-radius: 30px; }
      #reform_box #c_box_05 a.button:before {
        content: 'chevron_right';
        position: absolute;
        color: #fff;
        right: 10px;
        top: 50%;
        font-size: 2rem;
        transition: all 0.3s;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%); }
      #reform_box #c_box_05 a.button:link, #reform_box #c_box_05 a.button:visited, #reform_box #c_box_05 a.button:active {
        text-decoration: none;
        color: #fff;
        background: #0057AA; }
      #reform_box #c_box_05 a.button:hover {
        opacity: 0.7;
        filter: alpha(opacity=70); }

  /* ------------ works_box ------------ */
  #works_box {
    text-align: center; }
    #works_box h2 {
      font-size: 30px;
      line-height: 1.5;
      font: normal 3rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      font-weight: 700;
      margin: 100px 0 0 0; }
    #works_box ul.cate_box {
      max-width: 1200px;
      background: #f5f5f5;
      padding: 10px;
      margin: 50px auto 0;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      #works_box ul.cate_box li {
        list-style: none;
        width: 16%;
        background: #fff;
        font-size: 16px;
        line-height: 1.5;
        font: normal 1.6rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
        #works_box ul.cate_box li a {
          display: block;
          padding: 20px 0;
          box-sizing: border-box;
          transition: all 0.3s;
          -moz-transition: all 0.3s;
          -webkit-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s; }
          #works_box ul.cate_box li a:link, #works_box ul.cate_box li a:visited, #works_box ul.cate_box li a:active {
            text-decoration: none;
            color: #000; }
          #works_box ul.cate_box li a:hover {
            background: #0757AA;
            color: #fff; }
          #works_box ul.cate_box li a.here {
            background: #0757AA;
            color: #fff; }
        #works_box ul.cate_box li:nth-child(n+7) {
          margin: 10px 0 0 0; }
    #works_box ul.list_box {
      max-width: 1200px;
      margin: 60px auto 0;
      padding: 0 20px;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      #works_box ul.list_box li {
        list-style: none;
        width: 30%; }
        #works_box ul.list_box li a {
          display: block;
          transition: all 0.3s;
          -moz-transition: all 0.3s;
          -webkit-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          position: relative; }
          #works_box ul.list_box li a img {
            width: 100%;
            vertical-align: bottom;
            position: relative;
            z-index: 10;
            top: 0;
            left: 0; }
          #works_box ul.list_box li a p {
            position: absolute;
            z-index: 20;
            top: 0;
            left: 0;
            display: inline-block;
            background: rgba(0, 0, 0, 0.5);
            font-size: 14px;
            line-height: 1.5;
            font: normal 1.4rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
            color: #fff;
            padding: 5px 20px; }
          #works_box ul.list_box li a:link, #works_box ul.list_box li a:visited, #works_box ul.list_box li a:active {
            text-decoration: none; }
          #works_box ul.list_box li a:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }
        #works_box ul.list_box li:nth-child(n+4) {
          margin: 40px 0 0 0; }
      #works_box ul.list_box::after {
        display: block;
        content: "";
        width: 30%; }
    #works_box ul.pager_box {
      display: flex;
      justify-content: center;
      margin: 50px 0 0 0; }
      #works_box ul.pager_box li {
        list-style: none;
        margin: 0 10px;
        font-size: 16px;
        line-height: 1;
        font: normal 1.6rem/1 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        border-bottom: none; }
        #works_box ul.pager_box li a {
          background-color: #f5f5f5;
          color: #000;
          display: block;
          padding: 10px 15px;
          text-decoration: none;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
          #works_box ul.pager_box li a.active {
            color: #fff;
            background-color: #0757AA; }
          #works_box ul.pager_box li a:hover {
            background-color: #0757AA;
            color: #fff; }
    #works_box .title_box {
      text-align: center;
      margin: 100px 0 0 0; }
      #works_box .title_box figure {
        max-width: 35px;
        margin: 0 auto; }
        #works_box .title_box figure img {
          width: 100%;
          vertical-align: bottom; }
      #works_box .title_box h4 {
        font-size: 40px;
        line-height: 1.5;
        font: normal 4rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        font-weight: 700; }
      #works_box .title_box p {
        font-size: 16px;
        line-height: 1.5;
        font: normal 1.6rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
    #works_box #g_box {
      max-width: 1200px;
      margin: 50px auto 0;
      padding: 0 20px;
      display: flex;
      justify-content: space-between; }
      #works_box #g_box .before_box {
        width: 30%; }
        #works_box #g_box .before_box figure {
          width: 100%;
          position: relative; }
          #works_box #g_box .before_box figure img {
            width: 100%;
            vertical-align: bottom; }
          #works_box #g_box .before_box figure figcaption {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 10;
            background: #000;
            color: #fff;
            padding: 7px 15px;
            font-size: 14px;
            line-height: 1;
            font: normal 1.4rem/1 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
      #works_box #g_box .after_box {
        width: 65%; }
        #works_box #g_box .after_box figure {
          width: 100%;
          position: relative; }
          #works_box #g_box .after_box figure img {
            width: 100%;
            vertical-align: bottom; }
          #works_box #g_box .after_box figure figcaption {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 10;
            background: #0757AA;
            color: #fff;
            padding: 7px 15px;
            font-size: 14px;
            line-height: 1;
            font: normal 1.4rem/1 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
        #works_box #g_box .after_box ul {
          display: flex;
          flex-wrap: wrap; }
          #works_box #g_box .after_box ul li {
            list-style: none;
            width: 15%;
            margin: 20px 2% 0 0; }
            #works_box #g_box .after_box ul li img {
              width: 100%;
              vertical-align: bottom;
              transition: all 0.3s;
              -moz-transition: all 0.3s;
              -webkit-transition: all 0.3s;
              -ms-transition: all 0.3s;
              -o-transition: all 0.3s; }
              #works_box #g_box .after_box ul li img:hover {
                opacity: 0.7;
                filter: alpha(opacity=70);
                cursor: pointer; }
            #works_box #g_box .after_box ul li:nth-child(6n) {
              margin: 20px 0 0 0; }
    #works_box #c_box_01 {
      background: #f5f5f5;
      margin: 100px 0 0 0;
      padding: 50px 20px;
      text-align: center; }
      #works_box #c_box_01 h5 {
        font-size: 30px;
        line-height: 1.5;
        font: normal 3rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        font-weight: 700; }
      #works_box #c_box_01 dl {
        max-width: 450px;
        margin: 0 auto;
        padding: 0 20px;
        display: flex;
        justify-content: center;
        font-size: 16px;
        line-height: 1.5;
        font: normal 1.6rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        border-bottom: 1px solid #dcdcdc; }
        #works_box #c_box_01 dl dt {
          width: 50%;
          padding: 20px 0; }
        #works_box #c_box_01 dl dd {
          width: 50%;
          padding: 20px 0; }
        #works_box #c_box_01 dl:first-of-type {
          margin: 30px auto 0; }
    #works_box p.noworks {
      font-size: 20px;
      line-height: 1.5;
      font: normal 2rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      margin: 50px 0 0 0;
      text-align: center !important; }
    #works_box .pagenation_box {
      margin: 50px 0 0 0; }
      #works_box .pagenation_box ul {
        display: flex;
        justify-content: center; }
        #works_box .pagenation_box ul li {
          list-style: none;
          margin-left: 10px;
          font-size: 16px;
          line-height: 1;
          font: normal 1.6rem/1 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
          #works_box .pagenation_box ul li.active {
            color: #fff;
            padding: 10px 15px;
            background-color: #0057AA; }
          #works_box .pagenation_box ul li a {
            background-color: #f5f5f5;
            color: #000;
            display: block;
            padding: 10px 15px;
            text-decoration: none;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s; }
            #works_box .pagenation_box ul li a:hover {
              background-color: #0057AA;
              color: #fff; }
          #works_box .pagenation_box ul li:first-child {
            margin: 0; }

  /* ------------ aftersupport_box ------------ */
  #aftersupport_box .title_box {
    text-align: center; }
    #aftersupport_box .title_box figure {
      max-width: 35px;
      margin: 0 auto; }
      #aftersupport_box .title_box figure img {
        width: 100%;
        vertical-align: bottom; }
    #aftersupport_box .title_box h4 {
      font-size: 40px;
      line-height: 1.5;
      font: normal 4rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      font-weight: 700; }
    #aftersupport_box .title_box p {
      font-size: 16px;
      line-height: 1.5;
      font: normal 1.6rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
  #aftersupport_box #c_box_01 {
    background: #f5f5f5;
    padding: 100px 0;
    text-align: center; }
    #aftersupport_box #c_box_01 p.title {
      font-size: 20px;
      line-height: 2;
      font: normal 2rem/2 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      font-weight: 700;
      margin: 50px 0 0 0; }
    #aftersupport_box #c_box_01 ul {
      max-width: 900px;
      margin: 30px auto 0;
      padding: 0 20px; }
      #aftersupport_box #c_box_01 ul li {
        list-style: none;
        margin: 15px 0;
        padding: 40px;
        background: #fff;
        border: 1px solid #dcdcdc;
        box-sizing: border-box;
        position: relative; }
        #aftersupport_box #c_box_01 ul li p {
          font-size: 16px;
          line-height: 2;
          font: normal 1.6rem/2 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          width: 80%;
          margin: 30px auto 0;
          text-align: left;
          display: inline-block; }
          #aftersupport_box #c_box_01 ul li p.step_box {
            width: auto;
            background: #0757AA;
            color: #fff;
            display: inline-block;
            padding: 10px 30px;
            font-size: 20px;
            line-height: 1.5;
            font: normal 2rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
            font-weight: 700;
            margin: 0; }
          #aftersupport_box #c_box_01 ul li p.free {
            background: #EFA1A1;
            color: #fff;
            font-size: 24px;
            line-height: 1;
            font: normal 2.4rem/1 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
            position: absolute;
            top: 20px;
            right: 20px;
            display: inline-block;
            width: auto;
            margin: 0;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            width: 70px;
            height: 70px;
            text-align: center;
            line-height: 3; }
        #aftersupport_box #c_box_01 ul li h5 {
          font-size: 30px;
          line-height: 1.5;
          font: normal 3rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          font-weight: 700;
          margin: 20px 0 0 0; }
  #aftersupport_box #c_box_02 {
    padding: 100px 0;
    text-align: center; }
    #aftersupport_box #c_box_02 .wrap_box {
      display: flex;
      justify-content: space-between;
      position: relative;
      margin: 50px 0 0 0; }
      #aftersupport_box #c_box_02 .wrap_box figure {
        width: 50%; }
        #aftersupport_box #c_box_02 .wrap_box figure img {
          width: 100%;
          vertical-align: bottom; }
      #aftersupport_box #c_box_02 .wrap_box .text_box {
        width: 50%;
        background: #fff;
        padding: 0 50px;
        box-sizing: border-box;
        align-self: center;
        text-align: left; }
        #aftersupport_box #c_box_02 .wrap_box .text_box h3 {
          font-size: 36px;
          line-height: 1.5;
          font: normal 3.6rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          font-weight: 700;
          font-size: 2.4vw; }
        #aftersupport_box #c_box_02 .wrap_box .text_box p {
          font-size: 16px;
          line-height: 2;
          font: normal 1.6rem/2 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          margin: 20px 0 0 0; }
    #aftersupport_box #c_box_02 h5 {
      font-size: 30px;
      line-height: 1.5;
      font: normal 3rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      font-weight: 700;
      margin: 100px 0 0 0; }
    #aftersupport_box #c_box_02 a.button {
      padding: 30px 120px;
      margin: 50px auto 0;
      font-size: 16px;
      line-height: 1;
      font: normal 1.6rem/1 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      display: inline-block;
      text-align: center;
      position: relative;
      border-radius: 30px;
      -moz-border-radius: 30px;
      -webkit-border-radius: 30px;
      -ms-border-radius: 30px;
      -o-border-radius: 30px; }
      #aftersupport_box #c_box_02 a.button:before {
        content: 'chevron_right';
        position: absolute;
        color: #fff;
        right: 10px;
        top: 50%;
        font-size: 2rem;
        transition: all 0.3s;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%); }
      #aftersupport_box #c_box_02 a.button:link, #aftersupport_box #c_box_02 a.button:visited, #aftersupport_box #c_box_02 a.button:active {
        text-decoration: none;
        color: #fff;
        background: #0057AA; }
      #aftersupport_box #c_box_02 a.button:hover {
        opacity: 0.7;
        filter: alpha(opacity=70); }

  /* ------------ contact_box ------------ */
  #contact_box {
    padding: 100px 0;
    text-align: center; }
    #contact_box .title_box {
      text-align: center; }
      #contact_box .title_box figure {
        max-width: 35px;
        margin: 0 auto; }
        #contact_box .title_box figure img {
          width: 100%;
          vertical-align: bottom; }
      #contact_box .title_box h4 {
        font-size: 40px;
        line-height: 1.5;
        font: normal 4rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        font-weight: 700; }
      #contact_box .title_box p {
        font-size: 16px;
        line-height: 1.5;
        font: normal 1.6rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
    #contact_box .tel_box {
      max-width: 700px;
      margin: 100px auto 0;
      padding: 40px;
      border: 5px solid #dcdcdc;
      box-sizing: border-box;
      text-align: center; }
      #contact_box .tel_box p {
        font-size: 16px;
        line-height: 2;
        font: normal 1.6rem/2 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
        #contact_box .tel_box p.tel_number {
          font-size: 50px;
          line-height: 1;
          font: normal 5rem/1 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          font-weight: 700;
          font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          margin: 10px 0; }
    #contact_box .mail_box {
      max-width: 1000px;
      margin: 100px auto 0;
      padding: 0 20px; }
      #contact_box .mail_box p {
        font-size: 16px;
        line-height: 2;
        font: normal 1.6rem/2 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        text-align: left; }
      #contact_box .mail_box dl {
        font-size: 16px;
        line-height: 1.5;
        font: normal 1.6rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        border-bottom: 1px solid #dcdcdc;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        #contact_box .mail_box dl dt {
          width: 35%;
          padding: 30px;
          font-weight: 700;
          text-align: left;
          box-sizing: border-box;
          background: #f5f5f5;
          display: flex;
          align-items: center;
          justify-content: space-between; }
          #contact_box .mail_box dl dt .required {
            font-size: 14px;
            line-height: 1;
            font: normal 1.4rem/1 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
            font-weight: 400;
            color: #fff;
            background: #2CB2B3;
            margin: 0 10px;
            padding: 5px; }
        #contact_box .mail_box dl dd {
          width: 65%;
          padding: 30px;
          display: flex;
          box-sizing: border-box;
          align-items: center;
          text-align: left; }
          #contact_box .mail_box dl dd select {
            width: 40%;
            height: 50px;
            font-size: 16px;
            line-height: 1;
            font: normal 1.6rem/1 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
            border: none;
            box-sizing: border-box;
            background-color: #f5f5f5;
            border: 1px solid #dcdcdc;
            padding: 0 10px; }
          #contact_box .mail_box dl dd textarea {
            width: 100%;
            height: 250px;
            border: 1px solid #dcdcdc;
            padding: 15px;
            resize: none;
            font-size: 16px;
            line-height: 1.5;
            font: normal 1.6rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
            box-sizing: border-box; }
            #contact_box .mail_box dl dd textarea::-webkit-input-placeholder {
              color: #999; }
            #contact_box .mail_box dl dd textarea::placeholder {
              color: #999; }
            #contact_box .mail_box dl dd textarea::-ms-input-placeholder {
              color: #999; }
            #contact_box .mail_box dl dd textarea::-ms-input-placeholder {
              color: #999; }
          #contact_box .mail_box dl dd input[type="text"] {
            width: 100%;
            border: 1px solid #dcdcdc;
            font-size: 16px;
            line-height: 1.5;
            font: normal 1.6rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
            box-sizing: border-box;
            padding: 15px; }
            #contact_box .mail_box dl dd input[type="text"].w30 {
              width: 50%; }
            #contact_box .mail_box dl dd input[type="text"]::-webkit-input-placeholder {
              color: #999; }
            #contact_box .mail_box dl dd input[type="text"]::placeholder {
              color: #999; }
            #contact_box .mail_box dl dd input[type="text"]::-ms-input-placeholder {
              color: #999; }
            #contact_box .mail_box dl dd input[type="text"]::-ms-input-placeholder {
              color: #999; }
          #contact_box .mail_box dl dd input:focus {
            outline: none; }
        #contact_box .mail_box dl:first-of-type {
          border-top: 1px solid #dcdcdc;
          margin: 30px 0 0 0; }
      #contact_box .mail_box .submit_box {
        text-align: center;
        margin: 50px 0 0 0; }
        #contact_box .mail_box .submit_box p {
          text-align: center; }
        #contact_box .mail_box .submit_box a {
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
          #contact_box .mail_box .submit_box a:link, #contact_box .mail_box .submit_box a:visited, #contact_box .mail_box .submit_box a:active {
            text-decoration: none;
            color: #000; }
          #contact_box .mail_box .submit_box a:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }
        #contact_box .mail_box .submit_box .submit_button {
          padding: 30px 120px;
          margin: 30px 0 0 0;
          font-size: 18px;
          line-height: 1;
          font: normal 1.8rem/1 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          font-weight: 700;
          color: #fff;
          text-align: center;
          background-color: #0757AA;
          border: none;
          cursor: pointer;
          display: inline-block;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          -webkit-appearance: button;
          position: relative;
          border-radius: 30px;
          -moz-border-radius: 30px;
          -webkit-border-radius: 30px;
          -ms-border-radius: 30px;
          -o-border-radius: 30px; }
          #contact_box .mail_box .submit_box .submit_button:after {
            content: 'send';
            font-size: 2rem;
            color: #fff;
            position: absolute;
            right: 10px;
            top: 50%;
            transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%); }
          #contact_box .mail_box .submit_box .submit_button:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }
        #contact_box .mail_box .submit_box .back_button {
          padding: 30px 120px;
          margin: 30px 30px 0 0;
          font-size: 18px;
          line-height: 1;
          font: normal 1.8rem/1 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          font-weight: 700;
          text-align: center;
          background-color: #dcdcdc;
          border-style: none;
          cursor: pointer;
          display: inline-block;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          -webkit-appearance: button;
          border-radius: 30px;
          -moz-border-radius: 30px;
          -webkit-border-radius: 30px;
          -ms-border-radius: 30px;
          -o-border-radius: 30px; }
          #contact_box .mail_box .submit_box .back_button:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }
        #contact_box .mail_box .submit_box .agree_box {
          display: block;
          margin: 30px 0 0 0;
          text-align: center;
          cursor: pointer; }
          #contact_box .mail_box .submit_box .agree_box span {
            font-size: 20px;
            line-height: 1.5;
            font: normal 2rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
            vertical-align: middle; }
          #contact_box .mail_box .submit_box .agree_box input.mark {
            width: 20px;
            height: 20px;
            border: 1px solid #dcdcdc; }
      #contact_box .mail_box table {
        margin: 0 auto;
        width: 100%; }
        #contact_box .mail_box table th {
          padding: 20px;
          border-bottom: 1px solid #dcdcdc;
          font-size: 16px;
          line-height: 1;
          font: normal 1.6rem/1 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          width: 240px;
          text-align: left;
          font-weight: 700;
          background: #f7f7f7;
          box-sizing: border-box; }
        #contact_box .mail_box table td {
          padding: 20px;
          border-bottom: 1px solid #dcdcdc;
          font-size: 16px;
          line-height: 1.5;
          font: normal 1.6rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          text-align: left;
          box-sizing: border-box; }

  /* ------------ privacy_box ------------ */
  #privacy_box {
    max-width: 1000px;
    margin: 100px auto 0;
    padding: 0 20px; }
    #privacy_box h3 {
      font-size: 20px;
      line-height: 1.2;
      font: normal 2rem/1.2 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      font-weight: 700;
      margin: 50px 0 0 0;
      padding: 0 0 10px 0;
      border-bottom: 1px solid #dcdcdc; }
    #privacy_box p {
      font-size: 16px;
      line-height: 2;
      font: normal 1.6rem/2 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      margin: 10px 0 0 0; }
    #privacy_box ul {
      margin: 20px 0 0 40px; }
      #privacy_box ul li {
        font-size: 16px;
        line-height: 2;
        font: normal 1.6rem/2 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        list-style: none; }
        #privacy_box ul li .title {
          font-weight: 700; }
    #privacy_box a {
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s; }
      #privacy_box a:link, #privacy_box a:visited, #privacy_box a:active {
        text-decoration: underline;
        color: #000; }
      #privacy_box a:hover {
        color: #000; }

  /* ------------ sitemap_box ------------ */
  #sitemap_box {
    max-width: 1000px;
    margin: 100px auto 0;
    padding: 0 20px; }
    #sitemap_box ul {
      margin: 30px 0 0 0; }
      #sitemap_box ul li {
        font-size: 18px;
        line-height: 1;
        font: normal 1.8rem/1 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        list-style: none;
        border-bottom: 2px dotted #ddd; }
        #sitemap_box ul li a {
          display: block;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          padding: 20px 0 20px 35px;
          position: relative; }
          #sitemap_box ul li a:before {
            content: 'play_circle_outline';
            position: absolute;
            left: 5px;
            top: 50%;
            font-size: 2rem;
            color: #544029;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%); }
          #sitemap_box ul li a:link, #sitemap_box ul li a:visited, #sitemap_box ul li a:active {
            text-decoration: none;
            color: #000; }
          #sitemap_box ul li a:hover {
            background: #0757AA;
            color: #fff; }
            #sitemap_box ul li a:hover:before {
              color: #fff; }
        #sitemap_box ul li:last-child {
          border: none; }

  /* ------------ news_box ------------ */
  #news_box {
    max-width: 1000px;
    margin: 100px auto 0;
    padding: 0 20px;
    display: flex;
    justify-content: space-between; }
    #news_box #main_content_box {
      width: 70%; }
      #news_box #main_content_box .newslist_box h3 {
        font-size: 18px;
        line-height: 1.5;
        font: normal 1.8rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        font-weight: 500;
        padding: 10px 0;
        border-bottom: 1px solid #000;
        border-top: 1px solid #000; }
      #news_box #main_content_box .newslist_box ul li {
        padding: 30px 0;
        list-style: none;
        border-bottom: 1px solid #dcdcdc;
        display: flex;
        justify-content: space-between; }
        #news_box #main_content_box .newslist_box ul li a.eyecatch {
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          width: 37%; }
          #news_box #main_content_box .newslist_box ul li a.eyecatch figure {
            width: 100%; }
            #news_box #main_content_box .newslist_box ul li a.eyecatch figure img {
              width: 100%;
              vertical-align: bottom; }
          #news_box #main_content_box .newslist_box ul li a.eyecatch:hover {
            opacity: 0.8;
            filter: alpha(opacity=80); }
        #news_box #main_content_box .newslist_box ul li .textbox {
          width: 60%; }
          #news_box #main_content_box .newslist_box ul li .textbox p.cate_01 {
            display: inline-block;
            padding: 7px 10px;
            font-size: 16px;
            line-height: 1;
            font: normal 1.6rem/1 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
            background: #EDF1F7;
            color: #0057AA; }
          #news_box #main_content_box .newslist_box ul li .textbox p.cate_02 {
            display: inline-block;
            padding: 7px 10px;
            font-size: 16px;
            line-height: 1;
            font: normal 1.6rem/1 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
            background: #EDF1F7;
            color: #0057AA; }
          #news_box #main_content_box .newslist_box ul li .textbox p.date {
            margin: 20px 0 0 0;
            position: relative;
            font-size: 16px;
            line-height: 1.5;
            font: normal 1.6rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
            #news_box #main_content_box .newslist_box ul li .textbox p.date:before {
              content: 'event_note';
              position: relative;
              left: 0;
              top: -2px;
              font-size: 1.8rem;
              padding: 0 5px 0 0; }
          #news_box #main_content_box .newslist_box ul li .textbox h4 {
            font-size: 20px;
            line-height: 1.5;
            font: normal 2rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
            margin: 20px 0 0 0; }
            #news_box #main_content_box .newslist_box ul li .textbox h4 a {
              transition: all 0.5s;
              -moz-transition: all 0.5s;
              -webkit-transition: all 0.5s;
              -ms-transition: all 0.5s;
              -o-transition: all 0.5s; }
              #news_box #main_content_box .newslist_box ul li .textbox h4 a:link, #news_box #main_content_box .newslist_box ul li .textbox h4 a:visited, #news_box #main_content_box .newslist_box ul li .textbox h4 a:active {
                text-decoration: none;
                color: #000; }
              #news_box #main_content_box .newslist_box ul li .textbox h4 a:hover {
                opacity: 0.8;
                filter: alpha(opacity=80); }
          #news_box #main_content_box .newslist_box ul li .textbox ul.post-categories li {
            border: none;
            padding: 0;
            margin: 0; }
            #news_box #main_content_box .newslist_box ul li .textbox ul.post-categories li a {
              font-size: 14px;
              line-height: 1;
              font: normal 1.4rem/1 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
              padding: 7px 10px;
              background: #EDF1F7;
              display: inline-block; }
              #news_box #main_content_box .newslist_box ul li .textbox ul.post-categories li a:link, #news_box #main_content_box .newslist_box ul li .textbox ul.post-categories li a:visited, #news_box #main_content_box .newslist_box ul li .textbox ul.post-categories li a:active {
                text-decoration: none;
                color: #0057AA; }
              #news_box #main_content_box .newslist_box ul li .textbox ul.post-categories li a:hover {
                opacity: 0.8;
                filter: alpha(opacity=80); }
      #news_box #main_content_box .newslist_box p.none_text {
        margin: 30px 0 0 0;
        font-size: 16px;
        line-height: 2;
        font: normal 1.6rem/2 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
      #news_box #main_content_box .pagenation_box {
        margin: 50px 0 0 0; }
        #news_box #main_content_box .pagenation_box ul {
          display: flex;
          justify-content: center; }
          #news_box #main_content_box .pagenation_box ul li {
            list-style: none;
            margin-left: 10px;
            font-size: 16px;
            line-height: 1;
            font: normal 1.6rem/1 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
            #news_box #main_content_box .pagenation_box ul li.active {
              color: #fff;
              padding: 10px 15px;
              background-color: #0057AA; }
            #news_box #main_content_box .pagenation_box ul li a {
              background-color: #f5f5f5;
              color: #000;
              display: block;
              padding: 10px 15px;
              text-decoration: none;
              transition: all 0.5s;
              -moz-transition: all 0.5s;
              -webkit-transition: all 0.5s;
              -ms-transition: all 0.5s;
              -o-transition: all 0.5s; }
              #news_box #main_content_box .pagenation_box ul li a:hover {
                background-color: #0057AA;
                color: #fff; }
            #news_box #main_content_box .pagenation_box ul li:first-child {
              margin: 0; }
      #news_box #main_content_box .newsarticle_box .catetitle {
        padding: 10px 0;
        border-bottom: 1px solid #000;
        border-top: 1px solid #000;
        display: flex;
        justify-content: space-between;
        align-items: center; }
        #news_box #main_content_box .newsarticle_box .catetitle h3 {
          font-size: 18px;
          line-height: 1.5;
          font: normal 1.8rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
        #news_box #main_content_box .newsarticle_box .catetitle p.list {
          font-size: 16px;
          line-height: 1;
          font: normal 1.6rem/1 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          position: relative;
          padding: 0 0 0 20px; }
          #news_box #main_content_box .newsarticle_box .catetitle p.list a:link, #news_box #main_content_box .newsarticle_box .catetitle p.list a:visited, #news_box #main_content_box .newsarticle_box .catetitle p.list a:active {
            text-decoration: none;
            color: #000; }
          #news_box #main_content_box .newsarticle_box .catetitle p.list a:hover {
            text-decoration: underline;
            color: #000; }
          #news_box #main_content_box .newsarticle_box .catetitle p.list:before {
            content: 'keyboard_backspace';
            position: absolute;
            left: 0;
            top: 0;
            font-size: 1.6rem;
            color: #000; }
      #news_box #main_content_box .newsarticle_box .article {
        margin: 30px 0 0 0; }
        #news_box #main_content_box .newsarticle_box .article p.date {
          font-size: 16px;
          line-height: 1;
          font: normal 1.6rem/1 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          position: relative; }
          #news_box #main_content_box .newsarticle_box .article p.date:before {
            content: 'event_note';
            position: relative;
            left: 0;
            top: -2px;
            font-size: 1.8rem;
            padding: 0 5px 0 0; }
        #news_box #main_content_box .newsarticle_box .article h4 {
          font-size: 26px;
          line-height: 1.5;
          font: normal 2.6rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          margin: 5px 0 0 0; }
        #news_box #main_content_box .newsarticle_box .article p {
          font-size: 16px;
          line-height: 2;
          font: normal 1.6rem/2 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          margin: 40px 0 0 0; }
        #news_box #main_content_box .newsarticle_box .article img.size-large {
          max-width: 780px;
          width: 100%; }
        #news_box #main_content_box .newsarticle_box .article img.size-medium {
          max-width: 300px;
          width: 100%; }
        #news_box #main_content_box .newsarticle_box .article img.alignleft {
          float: left;
          display: block;
          margin: 0 30px 30px 0; }
        #news_box #main_content_box .newsarticle_box .article img.aligncenter {
          display: block;
          margin: 30px auto; }
        #news_box #main_content_box .newsarticle_box .article img.alignright {
          float: right;
          display: block;
          margin: 0 0 30px 30px; }
        #news_box #main_content_box .newsarticle_box .article img.alignnone {
          display: block;
          text-align: left;
          margin: 30px auto; }
        #news_box #main_content_box .newsarticle_box .article a img:hover {
          opacity: 0.8;
          filter: alpha(opacity=80);
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
        #news_box #main_content_box .newsarticle_box .article a:link, #news_box #main_content_box .newsarticle_box .article a:visited, #news_box #main_content_box .newsarticle_box .article a:active {
          text-decoration: none;
          color: #0057AA; }
        #news_box #main_content_box .newsarticle_box .article a:hover {
          text-decoration: underline;
          color: #0057AA; }
      #news_box #main_content_box .newsarticle_box .articlenext {
        margin: 70px 0 0 0;
        border-top: 1px solid #544029; }
        #news_box #main_content_box .newsarticle_box .articlenext ul {
          margin: 20px 0 0 0;
          padding: 20px;
          background-color: #f5f5f5;
          box-sizing: border-box;
          display: flex;
          justify-content: space-between; }
          #news_box #main_content_box .newsarticle_box .articlenext ul li {
            width: 48%;
            list-style: none; }
            #news_box #main_content_box .newsarticle_box .articlenext ul li:last-child {
              margin: 0; }
            #news_box #main_content_box .newsarticle_box .articlenext ul li a {
              display: block;
              transition: all 0.5s;
              -moz-transition: all 0.5s;
              -webkit-transition: all 0.5s;
              -ms-transition: all 0.5s;
              -o-transition: all 0.5s;
              text-decoration: none;
              color: #000; }
              #news_box #main_content_box .newsarticle_box .articlenext ul li a:hover {
                opacity: 0.8;
                filter: alpha(opacity=80); }
            #news_box #main_content_box .newsarticle_box .articlenext ul li .box {
              border: 1px solid #dcdcdc;
              padding: 10px;
              display: block;
              background-color: #fff; }
              #news_box #main_content_box .newsarticle_box .articlenext ul li .box p.articlebox {
                font-size: 16px;
                line-height: 1;
                font: normal 1.6rem/1 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
                text-align: center; }
              #news_box #main_content_box .newsarticle_box .articlenext ul li .box p.date {
                font-size: 14px;
                line-height: 1;
                font: normal 1.4rem/1 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
                color: #544029;
                margin: 10px 0 0 0;
                text-align: center; }
              #news_box #main_content_box .newsarticle_box .articlenext ul li .box p.title {
                font-size: 16px;
                line-height: 1.5;
                font: normal 1.6rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
                margin: 10px 0 0 0; }
        #news_box #main_content_box .newsarticle_box .articlenext p.back {
          margin: 20px 0 0 auto;
          padding: 0 0 0 20px;
          font-size: 16px;
          line-height: 1;
          font: normal 1.6rem/1 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          position: relative; }
          #news_box #main_content_box .newsarticle_box .articlenext p.back a:link, #news_box #main_content_box .newsarticle_box .articlenext p.back a:visited, #news_box #main_content_box .newsarticle_box .articlenext p.back a:active {
            text-decoration: none;
            color: #000; }
          #news_box #main_content_box .newsarticle_box .articlenext p.back a:hover {
            text-decoration: underline; }
          #news_box #main_content_box .newsarticle_box .articlenext p.back:before {
            content: 'keyboard_backspace';
            position: absolute;
            left: 0;
            top: 0;
            font-size: 1.6rem;
            color: #544029; }
    #news_box #side_box {
      width: 25%; }
      #news_box #side_box ul {
        margin: 10px 0 0 0;
        box-sizing: border-box; }
        #news_box #side_box ul li {
          font-size: 16px;
          line-height: 1.5;
          font: normal 1.6rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          list-style: none;
          border-bottom: 1px dotted #cacaca; }
          #news_box #side_box ul li a {
            padding: 10px 5px;
            display: block;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s; }
            #news_box #side_box ul li a:link, #news_box #side_box ul li a:visited, #news_box #side_box ul li a:active {
              text-decoration: none;
              color: #000; }
            #news_box #side_box ul li a:hover {
              text-decoration: underline; }
            #news_box #side_box ul li a.here {
              text-decoration: underline; }
          #news_box #side_box ul li:last-child {
            border: none; }
      #news_box #side_box .widget {
        margin: 0 0 30px 0; }
        #news_box #side_box .widget h2.widget-title {
          border: 1px solid #000;
          color: #000;
          font-size: 16px;
          line-height: 1;
          font: normal 1.6rem/1 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          text-align: center;
          padding: 10px 0; }
      #news_box #side_box .calendar_wrap #wp-calendar caption {
        text-align: center;
        font-size: 16px;
        line-height: 1;
        font: normal 1.6rem/1 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        padding: 15px 0;
        box-sizing: border-box; }
      #news_box #side_box .calendar_wrap #wp-calendar thead tr th {
        width: 14.28%;
        padding: 9px;
        font-size: 14px;
        line-height: 1;
        font: normal 1.4rem/1 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        border: 2px solid #fff;
        box-sizing: border-box; }
      #news_box #side_box .calendar_wrap #wp-calendar thead tr th:nth-child(6) {
        color: #6699ff; }
      #news_box #side_box .calendar_wrap #wp-calendar thead tr th:nth-child(7) {
        color: #cc3300; }
      #news_box #side_box .calendar_wrap #wp-calendar td {
        width: 14.28%;
        font-size: 14px;
        line-height: 1;
        font: normal 1.4rem/1 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        text-align: center;
        padding: 9px;
        border: 2px solid #fff;
        box-sizing: border-box; }
      #news_box #side_box .calendar_wrap #wp-calendar td a {
        background-color: #0057AA;
        color: #fff;
        display: block;
        padding: 9px;
        margin: -9px;
        text-decoration: none;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
      #news_box #side_box .calendar_wrap #wp-calendar td a:hover {
        opacity: 0.8;
        filter: alpha(opacity=80); }
      #news_box #side_box .calendar_wrap #wp-calendar tbody tr #today {
        background-color: #f5f5f5;
        color: 000; }
      #news_box #side_box .calendar_wrap .wp-calendar-nav {
        display: flex;
        justify-content: space-between;
        margin: 20px 0 0 0; }
        #news_box #side_box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev {
          text-align: left;
          font-size: 16px;
          line-height: 1.5;
          font: normal 1.6rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
          #news_box #side_box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a {
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s; }
            #news_box #side_box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a:link, #news_box #side_box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a:visited, #news_box #side_box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a:active {
              text-decoration: none; }
            #news_box #side_box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a:hover {
              text-decoration: underline; }
        #news_box #side_box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next {
          text-align: left;
          font-size: 16px;
          line-height: 1.5;
          font: normal 1.6rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
          #news_box #side_box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next a {
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s; }
            #news_box #side_box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next a:link, #news_box #side_box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next a:visited, #news_box #side_box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next a:active {
              text-decoration: none; }
            #news_box #side_box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next a:hover {
              text-decoration: underline; }
      #news_box #side_box .calendar_wrap tfoot {
        display: none; }
      #news_box #side_box .screen-reader-text {
        display: none; }
      #news_box #side_box .widget_recent_entries ul {
        border: none;
        box-sizing: border-box;
        padding: 0; }
        #news_box #side_box .widget_recent_entries ul li {
          font-size: 16px;
          line-height: 1.5;
          font: normal 1.6rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          list-style: none;
          border-bottom: 1px dotted #dcdcdc;
          position: relative; }
          #news_box #side_box .widget_recent_entries ul li a {
            padding: 10px 0 10px 18px;
            display: block;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s; }
            #news_box #side_box .widget_recent_entries ul li a:link, #news_box #side_box .widget_recent_entries ul li a:visited, #news_box #side_box .widget_recent_entries ul li a:active {
              text-decoration: none;
              color: #000; }
            #news_box #side_box .widget_recent_entries ul li a:hover {
              text-decoration: none; }
            #news_box #side_box .widget_recent_entries ul li a:before {
              content: 'chevron_right';
              position: absolute;
              left: 0;
              top: 15px;
              font-size: 1.6rem; }
          #news_box #side_box .widget_recent_entries ul li:last-child {
            border: none; }
      #news_box #side_box .widget_archive #archives-dropdown-2 {
        width: 100%;
        height: 50px;
        background: #fff;
        border: none;
        padding: 5px;
        font-size: 16px;
        line-height: 1;
        font: normal 1.6rem/1 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        box-sizing: border-box;
        cursor: pointer;
        border-radius: none;
        -moz-border-radius: none;
        -webkit-border-radius: none;
        -ms-border-radius: none;
        -o-border-radius: none; }
      #news_box #side_box .widget_categories ul {
        border: none;
        box-sizing: border-box;
        padding: 0; }
        #news_box #side_box .widget_categories ul li {
          font-size: 16px;
          line-height: 1.5;
          font: normal 1.6rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          list-style: none;
          position: relative; }
          #news_box #side_box .widget_categories ul li a {
            padding: 10px 0 10px 18px;
            display: block;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s; }
            #news_box #side_box .widget_categories ul li a:link, #news_box #side_box .widget_categories ul li a:visited, #news_box #side_box .widget_categories ul li a:active {
              text-decoration: none; }
            #news_box #side_box .widget_categories ul li a:hover {
              text-decoration: none; }
            #news_box #side_box .widget_categories ul li a:before {
              content: 'chevron_right';
              position: absolute;
              left: 0;
              top: 15px;
              font-size: 1.6rem; }
        #news_box #side_box .widget_categories ul.children {
          margin: 0 0 0 15px; }
          #news_box #side_box .widget_categories ul.children li {
            border-bottom: 1px dotted #cacaca; }
      #news_box #side_box input[type="submit"], #news_box #side_box input[type="reset"], #news_box #side_box input[type="button"], #news_box #side_box button {
        cursor: pointer; }

  /* ------------ contact_box_fixed ------------ */
  #contact_box_fixed {
    position: fixed;
    top: 160px;
    right: -60px;
    z-index: 2000; }
    #contact_box_fixed ul {
      width: 50px; }
      #contact_box_fixed ul li {
        list-style: none; }
        #contact_box_fixed ul li a {
          transition: all 0.3s;
          -moz-transition: all 0.3s;
          -webkit-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          display: block; }
          #contact_box_fixed ul li a img {
            width: 100%;
            vertical-align: bottom; }
          #contact_box_fixed ul li a:hover {
            transform: scale(1.1); }
        #contact_box_fixed ul li:nth-child(2) {
          margin: 10px 0 0 0; }

  /* ------------ flyer_box ------------ */
  #flyer_box {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px; }

  #flyer_box #c_box_01 {
    text-align: center;
    margin: 100px 0 0 0; }

  #flyer_box #c_box_01 h3 {
    font-size: 30px;
    line-height: 1.5;
    font: normal 3rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700; }

  #flyer_box #c_box_01 h3:nth-of-type(2) {
    margin: 150px 0 0 0; }

  #flyer_box #c_box_01 p {
    font-size: 18px;
    line-height: 2;
    font: normal 1.8rem/2 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    margin: 5px 0 0 0; }

  #flyer_box #c_box_01 figure {
    width: 100%;
    margin: 30px 0 0 0; }

  #flyer_box #c_box_01 figure img {
    width: 100%;
    vertical-align: bottom; }

  #flyer_box #c_box_01 a.button {
    padding: 30px 120px;
    margin: 50px auto 0;
    font-size: 16px;
    line-height: 1;
    font: normal 1.6rem/1 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    display: inline-block;
    text-align: center;
    position: relative;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px; }

  #flyer_box #c_box_01 a.button:before {
    content: 'chevron_right';
    position: absolute;
    color: #fff;
    right: 10px;
    top: 50%;
    font-size: 2rem;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%); }

  #flyer_box #c_box_01 a.button:link, #flyer_box #c_box_01 a.button:visited, #flyer_box #c_box_01 a.button:active {
    text-decoration: none;
    color: #fff;
    background: #0057AA; }

  #flyer_box #c_box_01 a.button:hover {
    opacity: 0.7;
    filter: alpha(opacity=70); }

  /* ------------ fancy_box ------------ */
  .fancy_box {
    display: none; }
    .fancy_box figure {
      max-width: 600px;
      margin: 0 auto; }
      .fancy_box figure img {
        width: 100%;
        vertical-align: bottom; }
    .fancy_box h4 {
      font-size: 30px;
      line-height: 1.5;
      font: normal 3rem/1.5 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      font-weight: 700;
      text-align: center;
      margin: 30px 0 0 0; }
    .fancy_box p {
      font-size: 16px;
      line-height: 2;
      font: normal 1.6rem/2 "FOT-筑紫B丸ゴシック Std M", "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      margin: 30px 0 0 0; }

  .fancybox-bg {
    background: #fff !important;
    opacity: 0.8 !important; }

  /* ------------ ScrollTrigger ------------ */
  .visible, .invisible {
    opacity: 0;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s; }

  .visible {
    opacity: 1.0; }

  .invisible.translate_s01 {
    transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transition: all 0.6s cubic-bezier(0.56, 0.12, 0.24, 0.95); }

  .visible.translate_s01 {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0); }

  /* ------------ //PC ------------ */ }
/* ------------ PRINT ------------ */
@media print {
  /* ------------ PRINT END ------------ */ }

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