@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; }

input, select {
  vertical-align: middle; }

/* ------------ SP ------------ */
@media screen and (max-width: 768px) {
  /* ------------ body ------------ */
  html, body {
    font-size: 62.5%;
    color: #333;
    font-feature-settings: "palt"; }

  /* ------------ spmaterial-i ------------ */
  .spmaterial-i, a.button:after, #top-recommend-box ul li a p:after, #top-shop-box ul li a:after, #footer-box .innder-box-01 .wrap-box .tel-box p.tel::before, #footer-box .innder-box-01 .wrap-box ul li a:after, #footer-box .innder-box-02 .f-nav ul li:before, #page-top a::before, #breadcrumbs-box ul li:before, #breadcrumbs-box ul li:first-child:before, #purchase-box #main-box-01 h2::before, #damage-box #main-box-02 .inner-box h2:before, #company-box #main-box-04 ul li a:after, #construction-box #main-box-01 ul li a:before, #contact-box #main-box-02 .submit-box .submit_button:after, #news-box #main-box .newslist-box ul.type-01 li .text-box p.date:before, #news-box #main-box .newslist-box ul.link-box li a:after, #news-box #main-box .newsarticle-box .cate-title p.list:before, #news-box #main-box .newsarticle-box .article-box p.date:before, #news-box #main-box .newsarticle-box .article-next 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; }

  /* ------------ common ------------ */
  p {
    font: normal 1.5rem/1.7 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }

  .title-box {
    text-align: center; }
    .title-box figure {
      max-width: 20px;
      margin: 0 auto; }
      .title-box figure img {
        width: 100%;
        vertical-align: bottom; }
    .title-box h3 {
      font: normal 2.4rem/1 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-family: "FOT-ロダンNTLG Pro EB", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 700;
      margin: 5px 0 0 0; }
      .title-box h3.c-01 {
        color: #fff;
        margin: 0;
        position: relative;
        display: inline-block;
        padding: 0 60px; }
        .title-box h3.c-01:before, .title-box h3.c-01:after {
          content: '';
          position: absolute;
          top: 50%;
          display: inline-block;
          width: 40px;
          height: 1px;
          background-color: #fff; }
        .title-box h3.c-01:before {
          left: 0; }
        .title-box h3.c-01:after {
          right: 0; }
      .title-box h3.c-02 {
        color: #fff;
        margin: 5px 0 0 0; }

  a.button {
    padding: 12px 40px;
    margin: 30px auto 0;
    font: normal 1.5rem/1 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    text-align: center;
    display: inline-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; }
    a.button:link, a.button:visited, a.button:active {
      background: #125DCE;
      color: #fff;
      text-decoration: none;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px; }
    a.button:hover {
      opacity: 0.8;
      filter: alpha(opacity=80); }
    a.button:after {
      content: 'arrow_circle_right';
      position: absolute;
      font-size: 16px;
      right: 5px;
      top: 50%;
      transform: translateY(-40%);
      -moz-transform: translateY(-40%);
      -webkit-transform: translateY(-40%);
      -ms-transform: translateY(-40%);
      -o-transform: translateY(-40%); }

  /* ------------ splash ------------ */
  #splash-box {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #125DCE;
    text-align: center;
    color: #fff;
    left: 0;
    top: 0; }
    #splash-box #splash-logo {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      #splash-box #splash-logo svg {
        width: 200px; }
    #splash-box #mask path {
      fill-opacity: 0;
      transition: fill-opacity .5s;
      fill: none;
      stroke: #fff; }
    #splash-box #mask.done path {
      fill: #fff;
      fill-opacity: 1;
      stroke: none; }

  /* ------------ header-box ------------ */
  #header-box {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    background: #fff;
    box-shadow: 0 0 5px #dcdcdc; }
    #header-box .wrap-box {
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 50px; }
      #header-box .wrap-box h1 {
        text-indent: -9999px;
        margin: 0 0 0 3%; }
        #header-box .wrap-box h1 a {
          background: url(../img/k-04.png) no-repeat;
          background-size: contain;
          width: 123px;
          height: 17px;
          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; }
          #header-box .wrap-box h1 a:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }
        #header-box .wrap-box h1 br {
          display: none; } }
    @media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
      #header-box .wrap-box h1 a {
        background-image: url(../img/k-04@2x.png); } }
@media screen and (max-width: 768px) {
      #header-box .wrap-box figure {
        display: none; }
      #header-box .wrap-box .tel-box p {
        display: none; }
      #header-box .wrap-box .tel-box div {
        display: flex;
        justify-content: flex-end;
        align-items: center; }
        #header-box .wrap-box .tel-box div 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; }
          #header-box .wrap-box .tel-box div a:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }
          #header-box .wrap-box .tel-box div a img {
            max-width: 30px;
            height: auto;
            vertical-align: bottom; }
        #header-box .wrap-box .tel-box div .bars {
          width: 50px;
          height: 50px;
          cursor: pointer;
          z-index: 100;
          position: relative;
          display: block; }
          #header-box .wrap-box .tel-box div .bars .bar {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 26px;
            height: 2px;
            background: #333;
            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; }
          #header-box .wrap-box .tel-box div .bars .bar-1 {
            margin: -9px 0 0 -13px; }
          #header-box .wrap-box .tel-box div .bars .bar-2 {
            margin: -1px 0 0 -13px; }
          #header-box .wrap-box .tel-box div .bars .bar-3 {
            margin: 7px 0 0 -13px; }
        #header-box .wrap-box .tel-box div .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); }
        #header-box .wrap-box .tel-box div .bars.step-1 .bar-2 {
          transform: rotate(90deg);
          -moz-transform: rotate(90deg);
          -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          -o-transform: rotate(90deg); }
        #header-box .wrap-box .tel-box div .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); }
        #header-box .wrap-box .tel-box div .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); }
        #header-box .wrap-box .tel-box div .bars.step-2 .bar-2 {
          transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -o-transform: rotate(45deg); }
        #header-box .wrap-box .tel-box div .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); }
    #header-box nav.g-nav {
      width: 100%;
      height: 100%;
      position: fixed;
      top: 50px;
      left: 0;
      z-index: 1000;
      opacity: 0;
      filter: alpha(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;
      overflow: scroll;
      background: rgba(255, 255, 255, 0.85); }
      #header-box nav.g-nav ul {
        padding: 0 20px; }
        #header-box nav.g-nav ul li {
          font: normal 1.8rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700;
          margin: 25px 0;
          text-align: center;
          list-style: none; }
          #header-box nav.g-nav ul li a {
            display: block; }
            #header-box nav.g-nav ul li a:link, #header-box nav.g-nav ul li a:visited, #header-box nav.g-nav ul li a:active {
              text-decoration: none;
              color: #333; }
            #header-box nav.g-nav ul li a:hover {
              color: #125DCE; }
          #header-box nav.g-nav ul li.current a {
            color: #125DCE; }
      #header-box nav.g-nav .bg {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1; }
      #header-box nav.g-nav.open {
        opacity: 1;
        filter: alpha(opacity=100);
        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; }

  /* ------------ top-eyecatch-box ------------ */
  #top-eyecatch-box {
    margin: 60px 0 0 0; }
    #top-eyecatch-box ul.slider-box {
      position: relative;
      z-index: 1; }
      #top-eyecatch-box ul.slider-box .slider-item-01 {
        background: url(../img/k-03.jpg); }
      #top-eyecatch-box ul.slider-box .slider-item-02 {
        background: url(../img/k-49.jpg); }
      #top-eyecatch-box ul.slider-box .slider-item-03 {
        background: url(../img/k-50.jpg); }
      #top-eyecatch-box ul.slider-box .slider-item {
        width: 100%;
        padding-top: 5.5%;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain; }
      #top-eyecatch-box ul.slider-box .slick-prev, #top-eyecatch-box ul.slider-box .slick-next {
        display: none; }
      #top-eyecatch-box ul.slider-box .slick-dots {
        display: none; }

  /* ------------ top-about-box ------------ */
  #top-about-box {
    width: 90%;
    margin: 0 auto;
    padding: 20px 0 60px 0; }
    #top-about-box .wrap-box figure {
      display: none; }
    #top-about-box .wrap-box .text-box {
      text-align: center; }
      #top-about-box .wrap-box .text-box h2 {
        font: normal 2rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700; }
      #top-about-box .wrap-box .text-box p {
        margin: 10px 0 0 0;
        text-align: left; }

  /* ------------ top-service-box ------------ */
  #top-service-box {
    background: repeating-linear-gradient(-45deg, #F7FBFD, #F7FBFD 1px, #E9F2F8 1px, #E9F2F8 5px);
    text-align: center;
    padding: 60px 5%; }
    #top-service-box h3 {
      font: normal 2.6rem/1.2 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 700;
      vertical-align: middle; }
      #top-service-box h3 span.f-01 {
        font: normal 1.2rem/1.2 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700; }
      #top-service-box h3 span.f-02 {
        color: #125DCE; }
      #top-service-box h3 img {
        max-width: 40px;
        vertical-align: middle;
        margin: 0 5px; }
    #top-service-box p {
      margin: 20px 0 0 0; }
    #top-service-box ul {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      #top-service-box ul li {
        width: 47%;
        list-style: none;
        margin: 30px 0 0 0;
        padding: 10px;
        box-sizing: border-box;
        background: #fff;
        box-shadow: 0 0 3px #dcdcdc;
        position: relative; }
        #top-service-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; }
          #top-service-box ul li a:link, #top-service-box ul li a:visited, #top-service-box ul li a:active {
            text-decoration: none;
            color: #333; }
          #top-service-box ul li a:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }
            #top-service-box ul li a:hover img {
              transform: scale(1.1); }
          #top-service-box ul li a img {
            width: 100%;
            vertical-align: bottom;
            transform: scale(1);
            transition: ease-in-out 0.3s;
            -moz-transition: ease-in-out 0.3s;
            -webkit-transition: ease-in-out 0.3s;
            -ms-transition: ease-in-out 0.3s;
            -o-transition: ease-in-out 0.3s; }
          #top-service-box ul li a .mask {
            display: block;
            line-height: 0;
            overflow: hidden; }
          #top-service-box ul li a p {
            font: normal 1.4rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            margin: 10px 0 0 0;
            text-align: left; }
            #top-service-box ul li a p.title {
              font: normal 1.6rem/1.3 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              font-weight: 700;
              color: #125DCE;
              text-align: left; }
        #top-service-box ul li .circle {
          height: 30px;
          width: 30px;
          border-radius: 50%;
          -moz-border-radius: 50%;
          -webkit-border-radius: 50%;
          -ms-border-radius: 50%;
          -o-border-radius: 50%;
          font: normal 2rem/1 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-family: AkkoPro-BoldCondensed;
          font-weight: 700;
          line-height: 30px;
          text-align: center;
          background: #125DCE;
          color: #fff;
          position: absolute;
          top: -10px;
          left: -5px; }

  /* ------------ top-news-box ------------ */
  #top-news-box {
    width: 90%;
    padding: 60px 0;
    margin: 0 auto;
    text-align: center; }
    #top-news-box .title-box + p {
      margin: 20px 0 0 0; }
    #top-news-box .wrap-box {
      margin: 20px auto 0; }
      #top-news-box .wrap-box div ul li {
        list-style: none;
        border-bottom: 1px solid #dcdcdc;
        padding: 10px 0; }
        #top-news-box .wrap-box div ul li a {
          display: flex;
          justify-content: space-between;
          align-items: center;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
          #top-news-box .wrap-box div ul li a:link, #top-news-box .wrap-box div ul li a:visited, #top-news-box .wrap-box div ul li a:active {
            text-decoration: none;
            color: #333; }
          #top-news-box .wrap-box div ul li a:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }
          #top-news-box .wrap-box div ul li a figure {
            max-width: 40%; }
            #top-news-box .wrap-box div ul li a figure img {
              width: 100%;
              vertical-align: bottom; }
          #top-news-box .wrap-box div ul li a .text-box {
            flex: 1;
            margin: 0 0 0 20px;
            text-align: left; }
            #top-news-box .wrap-box div ul li a .text-box p.date {
              font: normal 1.2rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
            #top-news-box .wrap-box div ul li a .text-box p.title {
              font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              font-weight: 700;
              margin: 5px 0 0 0; }
        #top-news-box .wrap-box div ul li:last-child {
          border: none; }
      #top-news-box .wrap-box div.insta-box {
        text-align: center;
        margin: 40px 0 0 0; }
        #top-news-box .wrap-box div.insta-box p.title {
          font: normal 1.4rem/1 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          background: #125DCE;
          color: #fff;
          padding: 10px; }
        #top-news-box .wrap-box div.insta-box figure.i-01 {
          max-width: 134px;
          width: 50%;
          margin: 0 auto; }
          #top-news-box .wrap-box div.insta-box figure.i-01 img {
            width: 100%;
            vertical-align: bottom; }
        #top-news-box .wrap-box div.insta-box figure.i-02 {
          width: 80%;
          margin: 30px auto 0; }
          #top-news-box .wrap-box div.insta-box figure.i-02 img {
            width: 100%;
            vertical-align: bottom; }
          #top-news-box .wrap-box div.insta-box figure.i-02 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; }
            #top-news-box .wrap-box div.insta-box figure.i-02 a:hover {
              opacity: 0.7;
              filter: alpha(opacity=70); }

  /* ------------ top-example-box ------------ */
  #top-example-box {
    text-align: center;
    background: url(../img/k-26@2x.jpg) center center no-repeat;
    padding: 60px 5%;
    background-size: cover; }
    #top-example-box .title-box + p {
      margin: 20px 0 0 0; }
    #top-example-box ul {
      margin: 20px auto 0; }
      #top-example-box ul li {
        list-style: none;
        width: 90%;
        margin: 30px auto 0; }
        #top-example-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; }
          #top-example-box ul li a:link, #top-example-box ul li a:visited, #top-example-box ul li a:active {
            text-decoration: none;
            color: #333; }
          #top-example-box ul li a:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }
          #top-example-box ul li a figure {
            width: 100%;
            position: relative; }
            #top-example-box ul li a figure img {
              width: 100%;
              vertical-align: bottom;
              z-index: -1;
              border: 1px solid #fff; }
            #top-example-box ul li a figure p.cate {
              font: normal 1.3rem/1 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              color: #fff;
              position: absolute;
              top: 10px;
              left: 10px;
              background: rgba(0, 0, 0, 0.4);
              padding: 5px; }
          #top-example-box ul li a p.title {
            margin: 10px 0 0 0;
            text-align: left;
            font: normal 1.8rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 700; }
    #top-example-box .video-box-wrap {
      width: 90%;
      margin: 50px auto 0; }
      #top-example-box .video-box-wrap .video-box {
        position: relative;
        width: 100%;
        padding-top: 56.25%;
        height: 0; }
        #top-example-box .video-box-wrap .video-box iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
    #top-example-box a.button {
      margin: 30px 0 0 0; }

  /* ------------ top-recommend-box ------------ */
  #top-recommend-box {
    background: url(../img/k-47.jpg) center top repeat;
    text-align: center;
    padding: 60px 5%; }
    #top-recommend-box .title-box + p {
      margin: 20px 0 0 0;
      color: #fff; }
      #top-recommend-box .title-box + p br {
        display: none; }
    #top-recommend-box ul li {
      width: 90%;
      list-style: none;
      position: relative;
      margin: 30px auto 0;
      box-shadow: 0 0 3px #dcdcdc;
      padding: 10px;
      box-sizing: border-box;
      background: #fff; }
      #top-recommend-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; }
        #top-recommend-box ul li a:link, #top-recommend-box ul li a:visited, #top-recommend-box ul li a:active {
          text-decoration: none;
          color: #333; }
        #top-recommend-box ul li a:hover {
          opacity: 0.8;
          filter: alpha(opacity=80); }
          #top-recommend-box ul li a:hover figure {
            transform: scale(1.1); }
        #top-recommend-box ul li a figure {
          width: 100%;
          transform: scale(1);
          transition: ease-in-out 0.3s;
          -moz-transition: ease-in-out 0.3s;
          -webkit-transition: ease-in-out 0.3s;
          -ms-transition: ease-in-out 0.3s;
          -o-transition: ease-in-out 0.3s; }
          #top-recommend-box ul li a figure img {
            width: 100%;
            vertical-align: bottom; }
        #top-recommend-box ul li a .mask {
          display: block;
          line-height: 0;
          overflow: hidden; }
        #top-recommend-box ul li a p {
          display: block;
          font: normal 1.6rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700;
          background: #fff;
          color: #333;
          padding: 10px 0 0 0;
          box-sizing: border-box;
          position: relative; }
          #top-recommend-box ul li a p:after {
            content: 'arrow_circle_right';
            position: absolute;
            font-size: 18px;
            right: 0;
            top: 70%;
            transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            color: #125DCE; }

  /* ------------ top-shop-box ------------ */
  #top-shop-box {
    width: 90%;
    text-align: center;
    padding: 60px 0;
    margin: 0 auto; }
    #top-shop-box .title-box + p {
      margin: 20px 0 0 0;
      text-align: center !important; }
    #top-shop-box p {
      text-align: left; }
    #top-shop-box figure.i-01 {
      margin: 30px auto; }
      #top-shop-box figure.i-01 img {
        width: 100%;
        vertical-align: bottom; }
    #top-shop-box ul {
      display: flex;
      justify-content: center;
      margin: 30px 0 0 0; }
      #top-shop-box ul li {
        list-style: none;
        margin: 0 20px; }
        #top-shop-box ul li a {
          width: 250px;
          padding: 15px 0;
          font: normal 1.5rem/1 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          text-align: center;
          display: inline-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; }
          #top-shop-box ul li a:link, #top-shop-box ul li a:visited, #top-shop-box ul li a:active {
            background: #125DCE;
            color: #fff;
            text-decoration: none;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px; }
          #top-shop-box ul li a:hover {
            opacity: 0.8;
            filter: alpha(opacity=80); }
          #top-shop-box ul li a:after {
            content: 'arrow_circle_right';
            position: absolute;
            font-size: 16px;
            right: 10px;
            top: 50%;
            transform: translateY(-40%);
            -moz-transform: translateY(-40%);
            -webkit-transform: translateY(-40%);
            -ms-transform: translateY(-40%);
            -o-transform: translateY(-40%); }

  /* ------------ top-reform-box ------------ */
  #top-reform-box {
    text-align: center;
    padding: 60px 5%;
    background: url(../img/k-25@2x.jpg) center center no-repeat;
    background-size: cover; }
    #top-reform-box .title-box + p {
      margin: 20px 0 0 0;
      color: #fff; }
    #top-reform-box ul {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      #top-reform-box ul li {
        list-style: none;
        width: 23%;
        margin: 20px 0 0 0;
        box-sizing: 0 0 5px #dcdcdc; }
        #top-reform-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; }
          #top-reform-box ul li a:link, #top-reform-box ul li a:visited, #top-reform-box ul li a:active {
            text-decoration: none; }
          #top-reform-box ul li a:hover {
            transform: scale(1.05); }
        #top-reform-box ul li img {
          width: 100%;
          vertical-align: bottom; }

  /* ------------ top-area-box ------------ */
  #top-area-box {
    width: 90%;
    text-align: center;
    padding: 60px 0;
    margin: 0 auto; }
    #top-area-box ul li {
      list-style: none; }
      #top-area-box ul li h4 {
        background: #125DCE;
        font: normal 1.6rem/1 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700;
        color: #fff;
        padding: 10px; }
      #top-area-box ul li p {
        font: normal 1.4rem/2 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        text-align: left;
        margin: 10px 0 0 0; }
      #top-area-box ul li:nth-child(2) {
        margin: 30px 0 0 0; }

  /* ------------ footer-box ------------ */
  #footer-box {
    background: #E9F2F8; }
    #footer-box .innder-box-01 {
      width: 90%;
      margin: 0 auto;
      text-align: center;
      padding: 60px 0; }
      #footer-box .innder-box-01 p.title {
        background: #fff;
        border: 2px solid #125DCE;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        font: normal 1.6rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700;
        padding: 10px; }
      #footer-box .innder-box-01 .wrap-box .tel-box {
        margin: 15px 0 0 0; }
        #footer-box .innder-box-01 .wrap-box .tel-box p.tel {
          font: normal 3.4rem/1 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700; }
          #footer-box .innder-box-01 .wrap-box .tel-box p.tel::before {
            content: 'call';
            font-size: 34px;
            color: #125DCE; }
        #footer-box .innder-box-01 .wrap-box .tel-box p.time {
          font: normal 1.2rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 400;
          margin: 10px 0 0 0; }
      #footer-box .innder-box-01 .wrap-box ul {
        margin: 20px 0 0 0; }
        #footer-box .innder-box-01 .wrap-box ul li {
          list-style: none;
          width: 100%; }
          #footer-box .innder-box-01 .wrap-box ul li a {
            padding: 15px 0;
            font: normal 1.5rem/1 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            text-align: center;
            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; }
            #footer-box .innder-box-01 .wrap-box ul li a:link, #footer-box .innder-box-01 .wrap-box ul li a:visited, #footer-box .innder-box-01 .wrap-box ul li a:active {
              background: #125DCE;
              color: #fff;
              text-decoration: none;
              border-radius: 10px;
              -moz-border-radius: 10px;
              -webkit-border-radius: 10px;
              -ms-border-radius: 10px;
              -o-border-radius: 10px; }
            #footer-box .innder-box-01 .wrap-box ul li a:hover {
              opacity: 0.8;
              filter: alpha(opacity=80); }
            #footer-box .innder-box-01 .wrap-box ul li a:after {
              content: 'arrow_circle_right';
              position: absolute;
              font-size: 16px;
              right: 10px;
              top: 50%;
              transform: translateY(-40%);
              -moz-transform: translateY(-40%);
              -webkit-transform: translateY(-40%);
              -ms-transform: translateY(-40%);
              -o-transform: translateY(-40%); }
          #footer-box .innder-box-01 .wrap-box ul li:nth-child(2) {
            margin: 20px 0 0 0; }
            #footer-box .innder-box-01 .wrap-box ul li:nth-child(2) a:link, #footer-box .innder-box-01 .wrap-box ul li:nth-child(2) a:visited, #footer-box .innder-box-01 .wrap-box ul li:nth-child(2) a:active {
              background: #00BA04; }
    #footer-box .innder-box-02 {
      background: #fff;
      border: 15px solid #125DCE;
      padding: 30px 15px; }
      #footer-box .innder-box-02 .com-box figure {
        max-width: 120px;
        margin: 0 auto; }
        #footer-box .innder-box-02 .com-box figure img {
          width: 100%;
          vertical-align: bottom; }
        #footer-box .innder-box-02 .com-box figure.lixil-box {
          max-width: 120px;
          margin: 20px auto 0; }
          #footer-box .innder-box-02 .com-box figure.lixil-box img {
            width: 100%;
            vertical-align: bottom; }
      #footer-box .innder-box-02 .com-box p {
        font: normal 1.4rem/1.8 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        margin: 20px 0 0 0;
        text-align: center; }
        #footer-box .innder-box-02 .com-box p.s-01 {
          font: normal 1.2rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          margin: 10px 0 0 0; }
      #footer-box .innder-box-02 .f-nav ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 20px 0 0 0;
        padding: 20px 0 0 0;
        border-top: 1px solid #dcdcdc; }
        #footer-box .innder-box-02 .f-nav ul li {
          width: 48%;
          font: normal 1.2rem/1.2 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          position: relative;
          box-sizing: border-box;
          padding: 0 0 0 20px;
          margin: 15px 0 0 0; }
          #footer-box .innder-box-02 .f-nav 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; }
            #footer-box .innder-box-02 .f-nav ul li a:link, #footer-box .innder-box-02 .f-nav ul li a:visited, #footer-box .innder-box-02 .f-nav ul li a:active {
              text-decoration: none;
              color: #333; }
            #footer-box .innder-box-02 .f-nav ul li a:hover {
              opacity: 0.7;
              filter: alpha(opacity=70); }
          #footer-box .innder-box-02 .f-nav ul li.spacer {
            display: none; }
          #footer-box .innder-box-02 .f-nav ul li:before {
            content: 'arrow_circle_right';
            position: absolute;
            font-size: 16px;
            left: 0;
            top: 0;
            color: #125DCE; }
      #footer-box .innder-box-02 .f-nav p {
        font: normal 1rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        margin: 30px 0 0 0;
        text-align: center; }

  /* ------------ page-top ------------ */
  #page-top {
    width: 30px;
    height: 30px;
    position: fixed;
    right: -50px;
    bottom: 50px;
    background: #125DCE;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 800; }
    #page-top a {
      position: relative;
      display: block;
      width: 30px;
      height: 30px;
      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: 30px;
        color: #fff;
        position: absolute;
        width: 30px;
        height: 30px;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        z-index: 2000;
        text-align: center; }

  /* ------------ scrolltrigger ------------ */
  .visible, .invisible {
    opacity: 0;
    filter: alpha(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;
    filter: alpha(opacity=100); }

  .invisible.translate-01 {
    transform: translateY(20px);
    -moz-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px); }

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

  /* ------------ breadcrumbs-box ------------ */
  #breadcrumbs-box {
    width: 90%;
    margin: 10px auto 0; }
    #breadcrumbs-box ul {
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap; }
      #breadcrumbs-box ul li {
        font: normal 1.4rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "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; }
        #breadcrumbs-box 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; }
          #breadcrumbs-box ul li a:link, #breadcrumbs-box ul li a:visited, #breadcrumbs-box ul li a:active {
            text-decoration: none;
            color: #333; }
          #breadcrumbs-box ul li a:hover {
            text-decoration: underline;
            color: #333; }
        #breadcrumbs-box ul li:before {
          content: 'chevron_right';
          font-size: 1.4rem;
          position: absolute;
          top: 5px;
          left: 0;
          color: #333; }
        #breadcrumbs-box ul li:first-child {
          margin: 0; }
          #breadcrumbs-box ul li:first-child:before {
            content: 'home';
            font-size: 1.4rem;
            position: absolute;
            top: 5px;
            left: 0;
            color: #333; }

  /* ------------ pagetitle-box ------------ */
  #pagetitle-box {
    display: flex;
    justify-content: space-between;
    margin: 50px 0 0 0; }
    #pagetitle-box .img-box {
      width: 50%;
      height: 100px;
      background: url(../about/img/03@2x.jpg) center center no-repeat;
      background-size: cover; }
      #pagetitle-box .img-box.c-02 {
        background: url(../service/img/17@2x.jpg) center center no-repeat;
        background-size: cover; }
      #pagetitle-box .img-box.c-03 {
        background: url(../purchase/img/03@2x.jpg) center center no-repeat;
        background-size: cover; }
      #pagetitle-box .img-box.c-04 {
        background: url(../kojimadesign/img/02@2x.jpg) center center no-repeat;
        background-size: cover; }
      #pagetitle-box .img-box.c-05 {
        background: url(../property/img/02@2x.jpg) center center no-repeat;
        background-size: cover; }
      #pagetitle-box .img-box.c-06 {
        background: url(../subsidy/img/01@2x.jpg) center center no-repeat;
        background-size: cover; }
      #pagetitle-box .img-box.c-07 {
        background: url(../flyer/img/01@2x.jpg) center center no-repeat;
        background-size: cover; }
      #pagetitle-box .img-box.c-08 {
        background: url(../damage/img/07@2x.jpg) center center no-repeat;
        background-size: cover; }
      #pagetitle-box .img-box.c-09 {
        background: url(../company/img/02@2x.jpg) center center no-repeat;
        background-size: cover; }
      #pagetitle-box .img-box.c-10 {
        background: url(../construction/img/01@2x.jpg) center center no-repeat;
        background-size: cover; }
      #pagetitle-box .img-box.c-11 {
        background: url(../job/img/01@2x.jpg) center center no-repeat;
        background-size: cover; }
      #pagetitle-box .img-box.c-12 {
        background: url(../contact/img/01@2x.jpg) center center no-repeat;
        background-size: cover; }
    #pagetitle-box .text-box {
      width: 50%;
      background: url(../about/img/09@2x.png) center center repeat;
      display: flex;
      justify-content: center;
      align-items: center; }
      #pagetitle-box .text-box p.title {
        font: normal 1.3rem/1.2 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700;
        color: #fff;
        border: 1px solid #fff;
        padding: 10px;
        text-align: center; }

  /* ------------ about-box ------------ */
  #about-box #main-box-01 {
    width: 90%;
    margin: 0 auto;
    padding: 30px 0 60px 0;
    text-align: center; }
    #about-box #main-box-01 h2 {
      font: normal 2rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 700;
      margin: 30px 0 0 0; }
      #about-box #main-box-01 h2 span {
        color: #125DCE; }
    #about-box #main-box-01 p {
      margin: 20px 0 0 0;
      text-align: left; }
    #about-box #main-box-01 figure.photo {
      margin: 30px auto 0; }
      #about-box #main-box-01 figure.photo img {
        width: 100%;
        vertical-align: bottom; }
  #about-box #main-box-02 {
    padding: 60px 5%;
    text-align: center;
    position: relative;
    margin: 50px 0 0 0; }
    #about-box #main-box-02::before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: linear-gradient(-45deg, #F7FBFD, #F7FBFD 1px, #E9F2F8 1px, #E9F2F8 5px);
      transform: skewY(-5deg);
      z-index: -1; }
    #about-box #main-box-02::after {
      content: '';
      position: absolute;
      top: -20px;
      bottom: -20px;
      left: 0;
      right: 0;
      background-color: #A5CCE6;
      transform: skewY(-8deg);
      z-index: -2; }
    #about-box #main-box-02 .title-box + p {
      margin: 20px 0 0 0; }
    #about-box #main-box-02 .inner-box ul li {
      width: 80%;
      list-style: none;
      background: #fff;
      margin: 30px auto 0;
      align-items: center;
      box-shadow: 0 0 5px #dcdcdc; }
      #about-box #main-box-02 .inner-box ul li figure {
        width: 100%; }
        #about-box #main-box-02 .inner-box ul li figure img {
          width: 100%;
          vertical-align: bottom; }
      #about-box #main-box-02 .inner-box ul li .text-box {
        text-align: left;
        padding: 15px; }
        #about-box #main-box-02 .inner-box ul li .text-box h4 {
          font: normal 2rem/1.2 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700;
          color: #125DCE; }
        #about-box #main-box-02 .inner-box ul li .text-box p {
          margin: 20px 0 0 0; }
      #about-box #main-box-02 .inner-box ul li.arrow-box {
        background: none;
        box-shadow: none; }
        #about-box #main-box-02 .inner-box ul li.arrow-box img {
          max-width: 20px;
          vertical-align: bottom;
          margin: 0 auto; }
  #about-box #main-box-03 {
    padding: 60px 0;
    text-align: center; }
    #about-box #main-box-03 .wrap-box {
      margin: 30px auto 0; }
      #about-box #main-box-03 .wrap-box figure {
        width: 70%;
        margin: 0 auto; }
        #about-box #main-box-03 .wrap-box figure img {
          width: 100%;
          vertical-align: bottom; }
      #about-box #main-box-03 .wrap-box .text-box {
        width: 90%;
        margin: 20px auto 0;
        text-align: left; }
        #about-box #main-box-03 .wrap-box .text-box h4 {
          font: normal 2rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700;
          text-align: center; }
          #about-box #main-box-03 .wrap-box .text-box h4 span {
            color: #125DCE; }
        #about-box #main-box-03 .wrap-box .text-box p {
          margin: 20px 0 0 0; }
  #about-box #main-box-04 {
    padding: 60px 5%;
    text-align: center;
    background: url(../img/k-47.jpg) center top repeat; }
    #about-box #main-box-04 .title-box + p {
      margin: 20px 0 0 0;
      color: #fff; }
    #about-box #main-box-04 .inner-box .q_box {
      padding: 10px;
      background: #E9F2F8;
      display: flex;
      justify-content: space-between;
      align-items: center;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      box-sizing: border-box;
      margin: 20px 0 0 0;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px; }
      #about-box #main-box-04 .inner-box .q_box .circle_box {
        font: normal 1.2rem/1 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700;
        background: #125DCE;
        color: #fff;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        width: 25px;
        height: 25px;
        display: flex;
        justify-content: center;
        align-items: center; }
      #about-box #main-box-04 .inner-box .q_box h5 {
        width: calc(100% - 60px);
        font: normal 1.5rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700;
        color: #333;
        align-self: center;
        margin: 0 0 0 5px;
        display: flex;
        justify-content: left;
        text-align: left; }
      #about-box #main-box-04 .inner-box .q_box:hover {
        cursor: pointer; }
      #about-box #main-box-04 .inner-box .q_box p {
        width: 20px;
        font: normal 2rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700;
        color: #FD7F23;
        align-self: center;
        display: block; }
    #about-box #main-box-04 .inner-box .a_box {
      margin: 10px auto 0;
      padding: 15px;
      background: #fff;
      box-sizing: border-box;
      display: none;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px; }
      #about-box #main-box-04 .inner-box .a_box .wrap_box {
        display: flex;
        justify-content: flex-start; }
        #about-box #main-box-04 .inner-box .a_box .wrap_box .circle_box {
          font: normal 1.2rem/1 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700;
          background: #D4556E;
          color: #fff;
          border-radius: 50%;
          -moz-border-radius: 50%;
          -webkit-border-radius: 50%;
          -ms-border-radius: 50%;
          -o-border-radius: 50%;
          width: 25px;
          height: 25px;
          display: flex;
          justify-content: center;
          align-items: center; }
        #about-box #main-box-04 .inner-box .a_box .wrap_box .text_box {
          width: calc(100% - 30px);
          font: normal 1.5rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #333;
          text-align: left;
          margin: 0 0 0 10px; }

  /* ------------ service-box ------------ */
  #service-box .title-box + p {
    margin: 20px 0 0 0; }
  #service-box #main-box-01 {
    width: 90%;
    margin: 0 auto;
    padding: 30px 0 60px 0;
    text-align: center; }
    #service-box #main-box-01 ul {
      margin: 30px auto 0; }
      #service-box #main-box-01 ul li {
        list-style: none;
        background: #F5F8FA;
        padding: 15px;
        box-sizing: border-box;
        margin: 20px 0 0 0;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        box-shadow: 0 0 5px #dcdcdc; }
        #service-box #main-box-01 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: flex;
          justify-content: space-between;
          align-items: center; }
          #service-box #main-box-01 ul li a:link, #service-box #main-box-01 ul li a:visited, #service-box #main-box-01 ul li a:active {
            color: #333;
            text-decoration: none; }
          #service-box #main-box-01 ul li a:hover {
            opacity: 0.8;
            filter: alpha(opacity=80); }
            #service-box #main-box-01 ul li a:hover figure {
              transform: scale(1.1); }
          #service-box #main-box-01 ul li a figure {
            width: 100%;
            transform: scale(1);
            transition: ease-in-out 0.3s;
            -moz-transition: ease-in-out 0.3s;
            -webkit-transition: ease-in-out 0.3s;
            -ms-transition: ease-in-out 0.3s;
            -o-transition: ease-in-out 0.3s; }
            #service-box #main-box-01 ul li a figure img {
              width: 100%;
              vertical-align: bottom; }
          #service-box #main-box-01 ul li a .mask {
            width: 30%;
            display: block;
            line-height: 0;
            overflow: hidden; }
          #service-box #main-box-01 ul li a .text-box {
            flex: 1;
            text-align: left;
            margin: 0 0 0 20px; }
            #service-box #main-box-01 ul li a .text-box h4 {
              font: normal 1.6rem/1.2 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              font-weight: 700;
              color: #125DCE; }
            #service-box #main-box-01 ul li a .text-box p {
              font: normal 1.4rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              margin: 10px 0 0 0; }
  #service-box #main-box-02 {
    padding: 180px 5% 60px 5%;
    text-align: center;
    position: relative; }
    #service-box #main-box-02::before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: linear-gradient(-45deg, #F7FBFD, #F7FBFD 1px, #E9F2F8 1px, #E9F2F8 5px);
      transform: skewY(-5deg) translateY(90px);
      z-index: -1; }
    #service-box #main-box-02::after {
      content: '';
      position: absolute;
      top: -20px;
      bottom: -20px;
      left: 0;
      right: 0;
      background-color: #A5CCE6;
      transform: skewY(-8deg) translateY(90px);
      z-index: -2; }
    #service-box #main-box-02 ul li {
      list-style: none;
      background: #fff;
      padding: 20px;
      position: relative;
      margin: 70px 0 0 0;
      box-shadow: 0 0 5px #dcdcdc; }
      #service-box #main-box-02 ul li h5 {
        width: 60%;
        font: normal 1.8rem/1.2 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700;
        background: #125DCE;
        border: solid 1px #fff;
        padding: 10px 0;
        color: #fff;
        display: inline-block;
        box-shadow: 0 0 0 5px #125DCE;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        position: absolute;
        left: 50%;
        top: -1.5%;
        transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%); }
      #service-box #main-box-02 ul li .wrap-box {
        margin: 50px 0 0 0; }
        #service-box #main-box-02 ul li .wrap-box figure.photo-box {
          width: 100%; }
          #service-box #main-box-02 ul li .wrap-box figure.photo-box img {
            width: 100%;
            vertical-align: bottom; }
        #service-box #main-box-02 ul li .wrap-box .text-box {
          text-align: left; }
          #service-box #main-box-02 ul li .wrap-box .text-box p {
            margin: 20px 0 0 0; }
      #service-box #main-box-02 ul li figure.number-box {
        position: absolute;
        top: -30px;
        right: -10px;
        max-width: 50px; }
        #service-box #main-box-02 ul li figure.number-box img {
          width: 100%;
          vertical-align: bottom; }
        #service-box #main-box-02 ul li figure.number-box.re {
          left: -10px; }
      #service-box #main-box-02 ul li:first-child {
        margin: 0; }

  /* ------------ purchase-box ------------ */
  #purchase-box {
    text-align: center; }
    #purchase-box #main-box-01 {
      width: 90%;
      margin: 0 auto;
      padding: 30px 0 0 0; }
      #purchase-box #main-box-01 h2 {
        font: normal 2rem/1.2 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700;
        color: #fff;
        background: #57B7C5;
        position: relative;
        padding: 15px 30px 15px 70px;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        text-align: left; }
        #purchase-box #main-box-01 h2::before {
          content: 'check_box';
          font-size: 40px;
          color: #fff;
          position: absolute;
          left: 20px;
          top: 50%;
          transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%); }
      #purchase-box #main-box-01 .title-box + p {
        margin: 30px 0 0 0; }
      #purchase-box #main-box-01 figure.title-img {
        width: 100%;
        margin: 20px 0 0 0; }
        #purchase-box #main-box-01 figure.title-img img {
          width: 100%;
          vertical-align: bottom; }
      #purchase-box #main-box-01 .wrap-box {
        display: flex;
        justify-content: space-between;
        position: relative; }
        #purchase-box #main-box-01 .wrap-box figure {
          width: 35%;
          position: absolute;
          top: -40px;
          left: 10px; }
          #purchase-box #main-box-01 .wrap-box figure img {
            width: 100%;
            vertical-align: bottom; }
        #purchase-box #main-box-01 .wrap-box .text-box {
          flex: 1;
          margin: 20px 0 0 45%;
          text-align: left; }
          #purchase-box #main-box-01 .wrap-box .text-box h5 {
            font: normal 1.6rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 700;
            font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            position: relative;
            display: inline-block;
            padding: 0 15px; }
            #purchase-box #main-box-01 .wrap-box .text-box h5::before, #purchase-box #main-box-01 .wrap-box .text-box h5:after {
              position: absolute;
              content: ''; }
            #purchase-box #main-box-01 .wrap-box .text-box h5::after {
              top: 0;
              left: 0;
              width: 15px;
              height: 15px;
              border-top: 1px solid #333;
              border-left: 1px solid #333; }
            #purchase-box #main-box-01 .wrap-box .text-box h5::before {
              right: 0;
              bottom: 0;
              width: 15px;
              height: 15px;
              border-right: 1px solid #333;
              border-bottom: 1px solid #333; }
          #purchase-box #main-box-01 .wrap-box .text-box p {
            font: normal 1.5rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #333;
            margin: 10px 0 0 0; }
            #purchase-box #main-box-01 .wrap-box .text-box p span {
              color: #D4556E;
              font: normal 2rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              font-weight: 700; }
          #purchase-box #main-box-01 .wrap-box .text-box img {
            margin: 30px 0 0 0; }
    #purchase-box #main-box-02 {
      position: relative;
      text-align: center;
      padding: 140px 5% 60px 5%; }
      #purchase-box #main-box-02::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(-45deg, #F7FBFD, #F7FBFD 1px, #E9F2F8 1px, #E9F2F8 5px);
        transform: skewY(-5deg) translateY(90px);
        z-index: -1; }
      #purchase-box #main-box-02::after {
        content: '';
        position: absolute;
        top: -20px;
        bottom: -20px;
        left: 0;
        right: 0;
        background-color: #A5CCE6;
        transform: skewY(-8deg) translateY(90px);
        z-index: -2; }
      #purchase-box #main-box-02 h4 {
        font: normal 1.8rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700;
        color: #333;
        position: relative;
        display: inline-block;
        padding: 0 15px; }
        #purchase-box #main-box-02 h4::before, #purchase-box #main-box-02 h4:after {
          position: absolute;
          content: ''; }
        #purchase-box #main-box-02 h4::after {
          top: 0;
          left: 0;
          width: 15px;
          height: 15px;
          border-top: 1px solid #333;
          border-left: 1px solid #333; }
        #purchase-box #main-box-02 h4::before {
          right: 0;
          bottom: 0;
          width: 15px;
          height: 15px;
          border-right: 1px solid #333;
          border-bottom: 1px solid #333; }
        #purchase-box #main-box-02 h4 span {
          color: #57B7C5;
          font-weight: 700; }
      #purchase-box #main-box-02 p {
        margin: 10px 0 0 0; }
        #purchase-box #main-box-02 p.t-title {
          font: normal 1.6rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700;
          margin: 30px 0 0 0;
          text-align: left;
          display: inline-block;
          background: #57B7C5;
          color: #fff;
          padding: 10px 20px;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px; }
        #purchase-box #main-box-02 p.t-price {
          font: normal 1.6rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700;
          border: 1px solid #D4556E;
          margin: 20px 0 0 0;
          padding: 10px;
          color: #D4556E; }
      #purchase-box #main-box-02 ul.list-box-01 {
        margin: 30px auto 0; }
        #purchase-box #main-box-02 ul.list-box-01 li {
          list-style: none;
          background: #fff;
          box-shadow: 0 0 5px #dcdcdc;
          padding: 15px;
          margin: 30px 0 0 0; }
          #purchase-box #main-box-02 ul.list-box-01 li .title-box {
            background: #57B7C5;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 10px; }
            #purchase-box #main-box-02 ul.list-box-01 li .title-box p {
              font: normal 1.8rem/1 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              font-weight: 700;
              color: #fff;
              margin: 0; }
            #purchase-box #main-box-02 ul.list-box-01 li .title-box .number-box {
              font: normal 1.6rem/1 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              font-weight: 700;
              color: #57B7C5;
              background: #fff;
              border-radius: 50%;
              -moz-border-radius: 50%;
              -webkit-border-radius: 50%;
              -ms-border-radius: 50%;
              -o-border-radius: 50%;
              width: 20px;
              height: 20px;
              margin: 0 0 0 5px;
              display: flex;
              align-items: center;
              justify-content: center; }
          #purchase-box #main-box-02 ul.list-box-01 li p.s-text {
            font: normal 1.5rem/2 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #333;
            margin: 0;
            padding: 10px; }
          #purchase-box #main-box-02 ul.list-box-01 li a.button-p {
            width: 80%;
            border: 1px solid #57B7C5;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            display: block;
            margin: 10px auto 0;
            padding: 10px 0;
            font: normal 1.5rem/1 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-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; }
            #purchase-box #main-box-02 ul.list-box-01 li a.button-p:link, #purchase-box #main-box-02 ul.list-box-01 li a.button-p:visited, #purchase-box #main-box-02 ul.list-box-01 li a.button-p:active {
              color: #57B7C5;
              text-decoration: none; }
            #purchase-box #main-box-02 ul.list-box-01 li a.button-p:hover {
              background: #57B7C5;
              color: #fff; }
      #purchase-box #main-box-02 ul.list-box-02 {
        margin: 100px auto 0; }
        #purchase-box #main-box-02 ul.list-box-02 li {
          background: #fff;
          margin: 70px 0 0 0;
          list-style: none;
          padding: 20px;
          box-shadow: 0 0 5px #dcdcdc; }
          #purchase-box #main-box-02 ul.list-box-02 li .title-box {
            background-color: #57B7C5;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 10px;
            width: 60%;
            margin: -40px auto 0;
            position: relative;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px; }
            #purchase-box #main-box-02 ul.list-box-02 li .title-box p {
              font: normal 1.6rem/1 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              font-weight: 700;
              color: #fff;
              margin: 0; }
            #purchase-box #main-box-02 ul.list-box-02 li .title-box .number-box {
              font: normal 1.5rem/1 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              font-weight: 700;
              color: #57B7C5;
              background: #fff;
              border-radius: 50%;
              -moz-border-radius: 50%;
              -webkit-border-radius: 50%;
              -ms-border-radius: 50%;
              -o-border-radius: 50%;
              width: 20px;
              height: 20px;
              margin: 0 0 0 5px;
              display: flex;
              align-items: center;
              justify-content: center; }
          #purchase-box #main-box-02 ul.list-box-02 li h5 {
            font: normal 2rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 700;
            margin: 20px 0 0 0; }
            #purchase-box #main-box-02 ul.list-box-02 li h5 span {
              color: #D4556E; }
          #purchase-box #main-box-02 ul.list-box-02 li h5 + p {
            margin: 20px 0 0 0;
            text-align: left; }
          #purchase-box #main-box-02 ul.list-box-02 li .wrap-box {
            margin: 30px 0 0 0; }
            #purchase-box #main-box-02 ul.list-box-02 li .wrap-box figure {
              width: 100%; }
              #purchase-box #main-box-02 ul.list-box-02 li .wrap-box figure img {
                width: 100%;
                vertical-align: bottom; }
            #purchase-box #main-box-02 ul.list-box-02 li .wrap-box .text-box {
              text-align: left; }
              #purchase-box #main-box-02 ul.list-box-02 li .wrap-box .text-box p {
                font: normal 1.8rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
                font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
                color: #333;
                font-weight: 700;
                margin: 20px 0 0 0; }
                #purchase-box #main-box-02 ul.list-box-02 li .wrap-box .text-box p span {
                  color: #D4556E; }
                #purchase-box #main-box-02 ul.list-box-02 li .wrap-box .text-box p br {
                  display: none; }
          #purchase-box #main-box-02 ul.list-box-02 li ul.area {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            margin: 30px auto 0; }
            #purchase-box #main-box-02 ul.list-box-02 li ul.area li {
              margin: 0 1.5%;
              padding: 0;
              width: 29%;
              box-shadow: none;
              border-radius: 50%;
              -moz-border-radius: 50%;
              -webkit-border-radius: 50%;
              -ms-border-radius: 50%;
              -o-border-radius: 50%;
              border: 1px solid #D4556E;
              background: #FFF7FA; }
              #purchase-box #main-box-02 ul.list-box-02 li ul.area li .circle-in {
                position: relative;
                padding-top: 100%;
                height: 0; }
                #purchase-box #main-box-02 ul.list-box-02 li ul.area li .circle-in p {
                  font: normal 1.5rem/1.2 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
                  font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
                  font-weight: 700;
                  color: #D4556E;
                  position: absolute;
                  top: calc((100% - 1em)/2);
                  left: 0;
                  right: 0;
                  margin: 0;
                  text-align: center; }
              #purchase-box #main-box-02 ul.list-box-02 li ul.area li:nth-child(3) p {
                top: calc((100% - 1em)/2.5); }
              #purchase-box #main-box-02 ul.list-box-02 li ul.area li:nth-child(5) p {
                top: calc((100% - 1em)/2.5); }
          #purchase-box #main-box-02 ul.list-box-02 li ul.lifestyle {
            padding: 0;
            margin: 20px 0 0 0;
            display: flex;
            justify-content: space-between; }
            #purchase-box #main-box-02 ul.list-box-02 li ul.lifestyle li {
              width: 30%;
              border: none;
              margin: 0;
              padding: 0;
              list-style: none;
              box-shadow: none; }
              #purchase-box #main-box-02 ul.list-box-02 li ul.lifestyle li img {
                width: 100%; }
              #purchase-box #main-box-02 ul.list-box-02 li ul.lifestyle li p {
                font: normal 1.5rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
                text-align: left; }
          #purchase-box #main-box-02 ul.list-box-02 li .table-wrap-box {
            width: 100%;
            overflow-x: scroll; }
            #purchase-box #main-box-02 ul.list-box-02 li .table-wrap-box table {
              width: 700px;
              margin: 20px 0 0 0; }
              #purchase-box #main-box-02 ul.list-box-02 li .table-wrap-box table tr {
                border-top: 1px solid #dcdcdc;
                border-bottom: 1px solid #dcdcdc;
                font: normal 1.4rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
                color: #333; }
                #purchase-box #main-box-02 ul.list-box-02 li .table-wrap-box table tr th {
                  border-left: 1px solid #dcdcdc;
                  padding: 10px;
                  background: #f5f5f5; }
                  #purchase-box #main-box-02 ul.list-box-02 li .table-wrap-box table tr th.c-01 {
                    background: #57B7C5;
                    color: #fff; }
                  #purchase-box #main-box-02 ul.list-box-02 li .table-wrap-box table tr th:last-of-type {
                    border-right: 1px solid #dcdcdc; }
                #purchase-box #main-box-02 ul.list-box-02 li .table-wrap-box table tr td {
                  border-left: 1px solid #dcdcdc;
                  padding: 10px;
                  font: normal 1.4rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
                  #purchase-box #main-box-02 ul.list-box-02 li .table-wrap-box table tr td:last-of-type {
                    border-right: 1px solid #dcdcdc; }
                  #purchase-box #main-box-02 ul.list-box-02 li .table-wrap-box table tr td.p-01 {
                    font: normal 1.6rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
                    font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
                    font-weight: 700; }
                    #purchase-box #main-box-02 ul.list-box-02 li .table-wrap-box table tr td.p-01 span {
                      font: normal 1.6rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
                      font-weight: 700;
                      color: #D4556E; }
                      #purchase-box #main-box-02 ul.list-box-02 li .table-wrap-box table tr td.p-01 span::before {
                        margin-right: 5px;
                        content: "＼"; }
                      #purchase-box #main-box-02 ul.list-box-02 li .table-wrap-box table tr td.p-01 span::after {
                        margin-left: 5px;
                        content: "／"; }

  /* ------------ kojimadesign-box ------------ */
  #kojimadesign-box {
    text-align: center; }
    #kojimadesign-box .title-box + p {
      margin: 20px 0 0 0; }
    #kojimadesign-box #main-box-01 {
      width: 90%;
      margin: 0 auto;
      padding: 30px 0 60px;
      text-align: center; }
      #kojimadesign-box #main-box-01 figure.main-photo {
        width: 100%;
        margin: 30px auto 0; }
        #kojimadesign-box #main-box-01 figure.main-photo img {
          width: 100%;
          vertical-align: bottom; }
      #kojimadesign-box #main-box-01 .wrap-box {
        margin: 50px auto 0;
        display: flex;
        flex-wrap: wrap; }
        #kojimadesign-box #main-box-01 .wrap-box figure {
          width: 80%;
          margin: 0 auto; }
          #kojimadesign-box #main-box-01 .wrap-box figure img {
            width: 100%;
            vertical-align: bottom; }
        #kojimadesign-box #main-box-01 .wrap-box .text-box {
          width: 100%;
          margin: 20px 0 0 0;
          text-align: left; }
          #kojimadesign-box #main-box-01 .wrap-box .text-box h4 {
            font: normal 2rem/1.2 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 700;
            text-align: center; }
            #kojimadesign-box #main-box-01 .wrap-box .text-box h4 span {
              color: #125DCE; }
          #kojimadesign-box #main-box-01 .wrap-box .text-box p {
            margin: 20px 0 0 0; }
        #kojimadesign-box #main-box-01 .wrap-box.re .text-box {
          order: 2; }
        #kojimadesign-box #main-box-01 .wrap-box.re figure {
          order: 1; }

  /* ------------ property-box ------------ */
  #property-box {
    text-align: center; }
    #property-box #main-box-01 {
      width: 90%;
      margin: 0 auto;
      padding: 30px 0; }
      #property-box #main-box-01 p {
        margin: 30px 0 0 0; }
        #property-box #main-box-01 p.title {
          font: normal 2rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700;
          margin: 30px 0 0 0;
          color: #125DCE; }
      #property-box #main-box-01 figure.main-photo {
        margin: 30px auto 0; }
        #property-box #main-box-01 figure.main-photo img {
          width: 100%;
          vertical-align: bottom; }
      #property-box #main-box-01 figure.main-illust {
        margin: 20px auto 0; }
        #property-box #main-box-01 figure.main-illust img {
          width: 100%;
          vertical-align: bottom; }
    #property-box #main-box-02 {
      position: relative;
      padding: 140px 5% 60px 5%; }
      #property-box #main-box-02::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(-45deg, #F7FBFD, #F7FBFD 1px, #E9F2F8 1px, #E9F2F8 5px);
        transform: skewY(-5deg) translateY(90px);
        z-index: -1; }
      #property-box #main-box-02::after {
        content: '';
        position: absolute;
        top: -20px;
        bottom: -20px;
        left: 0;
        right: 0;
        background-color: #A5CCE6;
        transform: skewY(-8deg) translateY(90px);
        z-index: -2; }
      #property-box #main-box-02 figure.main-photo {
        max-width: 1100px;
        margin: 50px auto 0; }
        #property-box #main-box-02 figure.main-photo img {
          width: 100%;
          vertical-align: bottom; }
      #property-box #main-box-02 p {
        margin: 20px 0 0 0; }

  /* ------------ subsidy-box ------------ */
  #subsidy-box {
    text-align: center; }
    #subsidy-box #main-box-01 {
      width: 90%;
      margin: 0 auto;
      padding: 30px 0  60px 0; }
      #subsidy-box #main-box-01 .title-box + p {
        margin: 20px 0 0 0; }
      #subsidy-box #main-box-01 .table-wrap-box {
        width: 100%;
        overflow-x: scroll; }
        #subsidy-box #main-box-01 .table-wrap-box table {
          width: 800px;
          margin: 30px auto 0; }
          #subsidy-box #main-box-01 .table-wrap-box table tr {
            border-bottom: 1px solid #dcdcdc;
            font: normal 1.4rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
            #subsidy-box #main-box-01 .table-wrap-box table tr th {
              padding: 10px;
              white-space: nowrap;
              font: normal 1.4rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              background: #f5f5f5; }
              #subsidy-box #main-box-01 .table-wrap-box table tr th:nth-child(2) {
                width: 30%; }
              #subsidy-box #main-box-01 .table-wrap-box table tr th:nth-child(4) {
                width: 35%; }
            #subsidy-box #main-box-01 .table-wrap-box table tr td {
              padding: 10px;
              text-align: left; }
              #subsidy-box #main-box-01 .table-wrap-box table tr td.c-01 {
                text-align: center;
                font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
                font-weight: 700;
                width: 17.5%; }

  /* ------------ flyer-box ------------ */
  #flyer-box {
    text-align: center; }
    #flyer-box #main-box-01 {
      width: 90%;
      margin: 0 auto;
      padding: 30px 0 60px 0; }
      #flyer-box #main-box-01 .title-box + p {
        margin: 20px 0 0 0; }
      #flyer-box #main-box-01 p.title {
        font: normal 1.8rem/1.3 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700;
        margin: 20px 0 0 0; }
        #flyer-box #main-box-01 p.title span {
          color: #D4556E; }
      #flyer-box #main-box-01 figure.img-box {
        width: 100%; }
        #flyer-box #main-box-01 figure.img-box img {
          width: 100%;
          vertical-align: bottom;
          margin: 30px 0 0 0; }

  /* ------------ damage-box ------------ */
  #damage-box {
    text-align: center; }
    #damage-box #main-box-01 {
      width: 90%;
      margin: 0 auto;
      padding: 30px 0; }
      #damage-box #main-box-01 figure.img-box {
        width: 100%; }
        #damage-box #main-box-01 figure.img-box img {
          width: 100%;
          vertical-align: bottom;
          margin: 30px 0 0 0; }
      #damage-box #main-box-01 p {
        margin: 20px 0 0 0;
        text-align: left; }
    #damage-box #main-box-02 {
      position: relative;
      padding: 140px 5% 60px 5%; }
      #damage-box #main-box-02::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(-45deg, #F7FBFD, #F7FBFD 1px, #E9F2F8 1px, #E9F2F8 5px);
        transform: skewY(-5deg) translateY(90px);
        z-index: -1; }
      #damage-box #main-box-02::after {
        content: '';
        position: absolute;
        top: -20px;
        bottom: -20px;
        left: 0;
        right: 0;
        background-color: #A5CCE6;
        transform: skewY(-8deg) translateY(90px);
        z-index: -2; }
      #damage-box #main-box-02 .inner-box {
        text-align: left; }
        #damage-box #main-box-02 .inner-box h2 {
          font: normal 1.8rem/1.3 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700;
          margin: 60px 0 0 0;
          padding: 0 0 10px 20px;
          border-bottom: 1px solid #125DCE;
          color: #125DCE;
          position: relative; }
          #damage-box #main-box-02 .inner-box h2:before {
            content: 'check_box';
            font-size: 1.8rem;
            position: absolute;
            top: 3px;
            left: 0; }
        #damage-box #main-box-02 .inner-box h2 + p {
          margin: 10px 0 0 0; }
          #damage-box #main-box-02 .inner-box h2 + p br {
            display: none; }
        #damage-box #main-box-02 .inner-box .box-01 {
          background: #fff;
          padding: 15px;
          position: relative;
          margin: 60px 0 0 0;
          box-shadow: 0 0 5px #dcdcdc; }
          #damage-box #main-box-02 .inner-box .box-01 h3 {
            width: 70%;
            font: normal 1.6rem/1.2 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 700;
            background: #125DCE;
            border: solid 1px #fff;
            padding: 10px 0;
            color: #fff;
            display: inline-block;
            box-shadow: 0 0 0 5px #125DCE;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            position: absolute;
            left: 50%;
            top: -4%;
            transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            text-align: center; }
          #damage-box #main-box-02 .inner-box .box-01 ul.list-01 {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            margin: 30px auto 0; }
            #damage-box #main-box-02 .inner-box .box-01 ul.list-01 li {
              margin: 0 1.5%;
              padding: 0;
              width: 29%;
              box-shadow: none;
              border-radius: 50%;
              -moz-border-radius: 50%;
              -webkit-border-radius: 50%;
              -ms-border-radius: 50%;
              -o-border-radius: 50%;
              border: 1px solid #B9D5E3;
              background: #F4F8FA;
              list-style: none; }
              #damage-box #main-box-02 .inner-box .box-01 ul.list-01 li .circle-in {
                position: relative;
                padding-top: 100%;
                height: 0; }
                #damage-box #main-box-02 .inner-box .box-01 ul.list-01 li .circle-in p {
                  font: normal 1.5rem/1.2 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
                  font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
                  font-weight: 700;
                  color: #6F8C9A;
                  position: absolute;
                  top: calc((100% - 1em)/2);
                  left: 0;
                  right: 0;
                  margin: 0;
                  text-align: center; }
              #damage-box #main-box-02 .inner-box .box-01 ul.list-01 li:nth-child(6) p {
                top: calc((100% - 1em)/2.5); }
              #damage-box #main-box-02 .inner-box .box-01 ul.list-01 li:nth-child(n+4) {
                margin: 20px 1.5% 0; }
          #damage-box #main-box-02 .inner-box .box-01 ul.list-02 {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            margin: 30px auto 0; }
            #damage-box #main-box-02 .inner-box .box-01 ul.list-02 li {
              width: 48%;
              list-style: none; }
              #damage-box #main-box-02 .inner-box .box-01 ul.list-02 li img {
                width: 100%;
                vertical-align: bottom; }
              #damage-box #main-box-02 .inner-box .box-01 ul.list-02 li p {
                text-align: center;
                margin: 10px 0 0 0; }
              #damage-box #main-box-02 .inner-box .box-01 ul.list-02 li:nth-child(n+3) {
                margin: 20px 0 0 0; }
          #damage-box #main-box-02 .inner-box .box-01 h4 {
            font: normal 1.8rem/1.2 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 700;
            border-top: 1px solid #125DCE;
            border-bottom: 1px solid #125DCE;
            color: #125DCE;
            text-align: center;
            padding: 10px 0;
            margin: 30px 0 0 0; }
        #damage-box #main-box-02 .inner-box .q_box {
          padding: 10px;
          background: #D3DEE5;
          display: flex;
          justify-content: space-between;
          align-items: center;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          box-sizing: border-box;
          margin: 20px 0 0 0;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px; }
          #damage-box #main-box-02 .inner-box .q_box .circle_box {
            font: normal 1.2rem/1 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 700;
            background: #125DCE;
            color: #fff;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            width: 25px;
            height: 25px;
            display: flex;
            justify-content: center;
            align-items: center; }
          #damage-box #main-box-02 .inner-box .q_box h5 {
            width: calc(100% - 60px);
            font: normal 1.5rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 700;
            color: #333;
            align-self: center;
            margin: 0 0 0 5px;
            display: flex;
            justify-content: left;
            text-align: left; }
          #damage-box #main-box-02 .inner-box .q_box:hover {
            cursor: pointer; }
          #damage-box #main-box-02 .inner-box .q_box p {
            width: 20px;
            font: normal 2rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 700;
            color: #125DCE;
            align-self: center;
            display: block; }
        #damage-box #main-box-02 .inner-box .a_box {
          margin: 10px auto 0;
          padding: 15px;
          background: #fff;
          box-sizing: border-box;
          display: none;
          border-radius: 10px;
          -moz-border-radius: 10px;
          -webkit-border-radius: 10px;
          -ms-border-radius: 10px;
          -o-border-radius: 10px; }
          #damage-box #main-box-02 .inner-box .a_box .wrap_box {
            display: flex;
            justify-content: flex-start; }
            #damage-box #main-box-02 .inner-box .a_box .wrap_box .circle_box {
              font: normal 1.2rem/1 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              font-weight: 700;
              background: #D4556E;
              color: #fff;
              border-radius: 50%;
              -moz-border-radius: 50%;
              -webkit-border-radius: 50%;
              -ms-border-radius: 50%;
              -o-border-radius: 50%;
              width: 25px;
              height: 25px;
              display: flex;
              justify-content: center;
              align-items: center; }
            #damage-box #main-box-02 .inner-box .a_box .wrap_box .text_box {
              width: calc(100% - 30px);
              font: normal 1.5rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              color: #333;
              text-align: left;
              margin: 0 0 0 10px; }
        #damage-box #main-box-02 .inner-box .a_box + p {
          margin: 30px 0 0 0; }

  /* ------------ company-box ------------ */
  #company-box {
    text-align: center; }
    #company-box #main-box-01 {
      width: 90%;
      margin: 0 auto;
      padding: 30px 0; }
      #company-box #main-box-01 .wrap-box {
        margin: 30px auto 0; }
        #company-box #main-box-01 .wrap-box figure {
          width: 80%;
          margin: 0 auto; }
          #company-box #main-box-01 .wrap-box figure img {
            width: 100%;
            vertical-align: bottom;
            box-shadow: 0 0 5px #dcdcdc; }
        #company-box #main-box-01 .wrap-box .text-box {
          text-align: left;
          margin: 20px 0 0 0; }
          #company-box #main-box-01 .wrap-box .text-box p.name {
            margin: 30px 0 0 0;
            text-align: right; }
          #company-box #main-box-01 .wrap-box .text-box p.title {
            font: normal 2rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 700;
            margin: 0 0 10px 0; }
    #company-box #main-box-02 {
      position: relative;
      padding: 140px 5% 0px 5%; }
      #company-box #main-box-02::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(-45deg, #F7FBFD, #F7FBFD 1px, #E9F2F8 1px, #E9F2F8 5px);
        transform: skewY(-5deg) translateY(90px);
        z-index: -1; }
      #company-box #main-box-02::after {
        content: '';
        position: absolute;
        top: -20px;
        bottom: -20px;
        left: 0;
        right: 0;
        background-color: #A5CCE6;
        transform: skewY(-8deg) translateY(90px);
        z-index: -2; }
      #company-box #main-box-02 figure.main-img {
        margin: 30px auto 0; }
        #company-box #main-box-02 figure.main-img img {
          width: 100%;
          vertical-align: bottom; }
      #company-box #main-box-02 h2 {
        font: normal 2rem/1.3 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700;
        margin: 30px 0 0 0; }
      #company-box #main-box-02 p {
        margin: 20px 0 0 0; }
    #company-box #main-box-03 {
      width: 90%;
      margin: 0 auto;
      padding: 180px 0 0 0; }
      #company-box #main-box-03 table {
        margin: 40px 0 0 0; }
        #company-box #main-box-03 table tr {
          font: normal 1.4rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          border-bottom: 1px solid #dcdcdc; }
          #company-box #main-box-03 table tr th {
            background: #f5f5f5;
            font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 700;
            padding: 10px;
            width: 30%; }
          #company-box #main-box-03 table tr td {
            text-align: left;
            padding: 10px 10px 10px 20px; }
            #company-box #main-box-03 table tr td dl dt {
              font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              font-weight: 700;
              margin: 15px 0 0 0; }
            #company-box #main-box-03 table tr td dl dd {
              margin: 5px 0 0 20px; }
          #company-box #main-box-03 table tr:first-of-type {
            border-top: 1px solid #dcdcdc; }
    #company-box #main-box-04 {
      padding: 60px 0; }
      #company-box #main-box-04 .g-map {
        margin: 30px auto 0;
        height: 0;
        overflow: hidden;
        padding-bottom: 40%;
        position: relative; }
        #company-box #main-box-04 .g-map iframe {
          position: absolute;
          left: 0;
          top: 0;
          height: 100%;
          width: 100%;
          filter: grayscale(80%); }
      #company-box #main-box-04 ul {
        width: 90%;
        margin: 30px auto 0; }
        #company-box #main-box-04 ul li {
          list-style: none; }
          #company-box #main-box-04 ul li a {
            padding: 15px 0;
            font: normal 1.5rem/1 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            text-align: center;
            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; }
            #company-box #main-box-04 ul li a:link, #company-box #main-box-04 ul li a:visited, #company-box #main-box-04 ul li a:active {
              background: #125DCE;
              color: #fff;
              text-decoration: none;
              border-radius: 10px;
              -moz-border-radius: 10px;
              -webkit-border-radius: 10px;
              -ms-border-radius: 10px;
              -o-border-radius: 10px; }
            #company-box #main-box-04 ul li a:hover {
              opacity: 0.8;
              filter: alpha(opacity=80); }
            #company-box #main-box-04 ul li a:after {
              content: 'arrow_circle_right';
              position: absolute;
              font-size: 15px;
              right: 10px;
              top: 50%;
              transform: translateY(-40%);
              -moz-transform: translateY(-40%);
              -webkit-transform: translateY(-40%);
              -ms-transform: translateY(-40%);
              -o-transform: translateY(-40%); }
          #company-box #main-box-04 ul li:nth-child(2) {
            margin: 20px 0 0 0; }

  /* ------------ construction-box ------------ */
  #construction-box {
    text-align: center; }
    #construction-box #main-box-01 {
      width: 90%;
      margin: 0 auto;
      padding: 30px 0; }
      #construction-box #main-box-01 .title-box + p {
        margin: 20px 0 0 0; }
        #construction-box #main-box-01 .title-box + p br {
          display: none; }
      #construction-box #main-box-01 h2 {
        margin: 40px 0 0 0;
        font: normal 1.8rem/1.3 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700;
        color: #125DCE;
        text-align: left; }
      #construction-box #main-box-01 ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        background: #125DCE;
        margin: 10px 0 0 0;
        padding: 10px; }
        #construction-box #main-box-01 ul li {
          list-style: none;
          width: 47%;
          background: #fff;
          margin: 0;
          font: normal 1.4rem/1 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px; }
          #construction-box #main-box-01 ul li a {
            display: block;
            padding: 10px;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            position: relative; }
            #construction-box #main-box-01 ul li a:link, #construction-box #main-box-01 ul li a:visited, #construction-box #main-box-01 ul li a:active {
              text-decoration: none;
              color: #333; }
            #construction-box #main-box-01 ul li a:hover {
              opacity: 0.7;
              filter: alpha(opacity=70); }
            #construction-box #main-box-01 ul li a:before {
              content: 'chevron_right';
              font-size: 1.4rem;
              position: absolute;
              right: 5px;
              top: 50%;
              transform: translateY(-50%);
              -moz-transform: translateY(-50%);
              -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              -o-transform: translateY(-50%);
              color: #333; }
          #construction-box #main-box-01 ul li:nth-child(n+3) {
            margin: 10px 0 0 0; }
    #construction-box #main-box-02 {
      position: relative;
      padding: 140px 5% 60px 5%;
      text-align: center; }
      #construction-box #main-box-02::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(-45deg, #F7FBFD, #F7FBFD 1px, #E9F2F8 1px, #E9F2F8 5px);
        transform: skewY(-5deg) translateY(90px);
        z-index: -1; }
      #construction-box #main-box-02::after {
        content: '';
        position: absolute;
        top: -20px;
        bottom: -20px;
        left: 0;
        right: 0;
        background-color: #A5CCE6;
        transform: skewY(-8deg) translateY(90px);
        z-index: -2; }
      #construction-box #main-box-02 h3 {
        font: normal 1.8rem/1.2 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        background: #125DCE;
        display: inline-block;
        padding: 10px 40px;
        color: #fff;
        border: solid 1px #fff;
        box-shadow: 0px 0px 0px 5px #125DCE; }
      #construction-box #main-box-02 p.noworks {
        margin: 50px 0 0 0; }
      #construction-box #main-box-02 ul.list-box {
        margin: 50px auto 0;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        #construction-box #main-box-02 ul.list-box li {
          list-style: none;
          width: 47%;
          background: #fff;
          box-shadow: 0 0 5px #dcdcdc;
          text-align: left; }
          #construction-box #main-box-02 ul.list-box 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; }
            #construction-box #main-box-02 ul.list-box li a:link, #construction-box #main-box-02 ul.list-box li a:visited, #construction-box #main-box-02 ul.list-box li a:active {
              text-decoration: none;
              color: #333; }
            #construction-box #main-box-02 ul.list-box li a:hover {
              opacity: 0.8;
              filter: alpha(opacity=80); }
            #construction-box #main-box-02 ul.list-box li a figure {
              width: 100%;
              position: relative; }
              #construction-box #main-box-02 ul.list-box li a figure img {
                width: 100%;
                vertical-align: bottom; }
              #construction-box #main-box-02 ul.list-box li a figure p.area {
                position: absolute;
                top: 0;
                left: 0;
                background: rgba(0, 0, 0, 0.4);
                padding: 5px 15px;
                font: normal 1.2rem/1 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
                color: #fff; }
          #construction-box #main-box-02 ul.list-box li .text-box {
            padding: 10px;
            display: block; }
            #construction-box #main-box-02 ul.list-box li .text-box h4 {
              font: normal 1.5rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              font-weight: 700; }
            #construction-box #main-box-02 ul.list-box li .text-box p.price {
              font: normal 1.5rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              font-weight: 700;
              margin: 5px 0 0 0; }
            #construction-box #main-box-02 ul.list-box li .text-box p.cate {
              font: normal 1.2rem/1 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              border: 1px solid #dcdcdc;
              display: inline-block;
              padding: 5px 10px;
              margin: 15px 0 0 0;
              color: #666; }
          #construction-box #main-box-02 ul.list-box li:nth-child(n+3) {
            margin: 30px 0 0 0; }
      #construction-box #main-box-02 .pagenation-box {
        margin: 50px 0 0 0; }
        #construction-box #main-box-02 .pagenation-box ul {
          display: flex;
          justify-content: center; }
          #construction-box #main-box-02 .pagenation-box ul li {
            list-style: none;
            margin-left: 10px;
            font: normal 1.5rem/1 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            box-shadow: 0 0 5px #dcdcdc; }
            #construction-box #main-box-02 .pagenation-box ul li.active {
              color: #fff;
              padding: 10px;
              background-color: #125DCE; }
            #construction-box #main-box-02 .pagenation-box ul li a {
              background-color: #fff;
              color: #000;
              display: block;
              padding: 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; }
              #construction-box #main-box-02 .pagenation-box ul li a:hover {
                background: #125DCE;
                color: #fff; }
            #construction-box #main-box-02 .pagenation-box ul li:first-child {
              margin: 0; }
    #construction-box #main-box-03 {
      width: 90%;
      margin: 0 auto;
      padding: 30px 0 0 0; }
      #construction-box #main-box-03 h2 {
        font: normal 1.8rem/1.2 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700;
        border-top: 1px solid #333;
        border-bottom: 1px solid #333;
        padding: 10px 0;
        margin: 40px 0 0 0; }
      #construction-box #main-box-03 ul {
        display: flex;
        justify-content: center;
        margin: 20px 0 0 0; }
        #construction-box #main-box-03 ul li {
          list-style: none;
          background: #125DCE;
          font: normal 1.4rem/1 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          margin: 0 10px;
          padding: 5px 10px; }
          #construction-box #main-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; }
            #construction-box #main-box-03 ul li a:link, #construction-box #main-box-03 ul li a:visited, #construction-box #main-box-03 ul li a:active {
              text-decoration: none;
              color: #fff; }
            #construction-box #main-box-03 ul li a:hover {
              opacity: 0.8;
              filter: alpha(opacity=80); }
    #construction-box #main-box-04 {
      position: relative;
      padding: 140px 5% 60px 5%; }
      #construction-box #main-box-04::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(-45deg, #F7FBFD, #F7FBFD 1px, #E9F2F8 1px, #E9F2F8 5px);
        transform: skewY(-5deg) translateY(90px);
        z-index: -1; }
      #construction-box #main-box-04::after {
        content: '';
        position: absolute;
        top: -20px;
        bottom: -20px;
        left: 0;
        right: 0;
        background-color: #A5CCE6;
        transform: skewY(-8deg) translateY(90px);
        z-index: -2; }
      #construction-box #main-box-04 .detail-box {
        background: #fff;
        padding: 15px;
        box-sizing: border-box;
        align-items: stretch;
        box-shadow: 0 0 5px #dcdcdc; }
        #construction-box #main-box-04 .detail-box .title-box {
          background: #f5f5f5;
          padding: 10px;
          font: normal 1.8rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700;
          text-align: center; }
          #construction-box #main-box-04 .detail-box .title-box br {
            display: none; }
        #construction-box #main-box-04 .detail-box .text-box {
          text-align: left; }
          #construction-box #main-box-04 .detail-box .text-box dl {
            display: flex;
            justify-content: flex-start;
            font: normal 1.5rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            border-bottom: 1px solid #dcdcdc; }
            #construction-box #main-box-04 .detail-box .text-box dl dt {
              padding: 10px;
              width: 100px;
              font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              font-weight: 700; }
            #construction-box #main-box-04 .detail-box .text-box dl dd {
              padding: 10px;
              flex: 1; }
            #construction-box #main-box-04 .detail-box .text-box dl:last-of-type {
              border: none; }
      #construction-box #main-box-04 .photo-box ul {
        margin: 50px 0 0 0; }
        #construction-box #main-box-04 .photo-box ul li {
          list-style: none;
          position: relative; }
          #construction-box #main-box-04 .photo-box ul li:nth-child(1), #construction-box #main-box-04 .photo-box ul li:nth-child(3) {
            width: 90%;
            margin: 0 auto; }
            #construction-box #main-box-04 .photo-box ul li:nth-child(1) img, #construction-box #main-box-04 .photo-box ul li:nth-child(3) img {
              width: 100%;
              vertical-align: bottom;
              aspect-ratio: 3/2;
              object-fit: cover;
              box-shadow: 0 0 5px #dcdcdc; }
          #construction-box #main-box-04 .photo-box ul li:nth-child(2) {
            margin: 15px 0; }
            #construction-box #main-box-04 .photo-box ul li:nth-child(2) img {
              max-width: 15px;
              vertical-align: bottom;
              transform: rotate(90deg); }
          #construction-box #main-box-04 .photo-box ul li:nth-child(1) p.text-box {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
            background: #999;
            color: #fff;
            font: normal 1.5rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 700;
            padding: 5px 20px; }
          #construction-box #main-box-04 .photo-box ul li:nth-child(3) p.text-box {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
            background: #57B7C5;
            color: #fff;
            font: normal 1.5rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 700;
            padding: 5px 20px; }

  /* ------------ job-box ------------ */
  #job-box {
    text-align: center; }
    #job-box #main-box-01 {
      width: 90%;
      margin: 0 auto;
      padding: 30px 0 60px 0; }
      #job-box #main-box-01 figure.main-img {
        width: 100%;
        margin: 30px 0 0 0; }
        #job-box #main-box-01 figure.main-img img {
          width: 100%;
          vertical-align: bottom; }
      #job-box #main-box-01 h4 {
        margin: 20px 0 0 0;
        font: normal 1.8rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700; }
        #job-box #main-box-01 h4 br {
          display: none; }
      #job-box #main-box-01 p {
        margin: 20px 0 0 0;
        text-align: left; }
        #job-box #main-box-01 p br {
          display: none; }
      #job-box #main-box-01 h5 {
        margin: 60px 0 0 0;
        font: normal 2.2rem/1.3 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700; }
      #job-box #main-box-01 dl {
        display: flex;
        justify-content: space-between;
        font: normal 1.5rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        padding: 15px;
        text-align: left; }
        #job-box #main-box-01 dl dt {
          width: 35%; }
        #job-box #main-box-01 dl dd {
          flex: 1;
          margin: 0 0 0 5%; }
        #job-box #main-box-01 dl:nth-of-type(odd) {
          background: #f5f5f5; }
        #job-box #main-box-01 dl:first-of-type {
          margin: 30px auto 0; }

  /* ------------ contact-box ------------ */
  #contact-box {
    text-align: center; }
    #contact-box #main-box-01 {
      width: 90%;
      margin: 0 auto;
      padding: 30px 0 60px 0; }
      #contact-box #main-box-01 .inner-box {
        margin: 60px auto 0;
        border: 1px solid #125DCE;
        padding: 20px;
        box-sizing: border-box;
        position: relative; }
        #contact-box #main-box-01 .inner-box h2 {
          width: 60%;
          font: normal 1.8rem/1.2 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700;
          background: #125DCE;
          border: solid 1px #fff;
          padding: 10px 0;
          color: #fff;
          display: inline-block;
          box-shadow: 0px 0px 0px 5px #125DCE;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          position: absolute;
          left: 50%;
          top: -10%;
          transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -o-transform: translateX(-50%); }
        #contact-box #main-box-01 .inner-box p.tel-number {
          margin: 30px 0 0 0;
          font: normal 3rem/1.3 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700; }
    #contact-box #main-box-02 {
      width: 90%;
      margin: 0 auto;
      padding: 0 0 60px 0; }
      #contact-box #main-box-02 p {
        text-align: left; }
      #contact-box #main-box-02 dl {
        font: normal 1.5rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        margin: 30px 0 0 0; }
        #contact-box #main-box-02 dl dt {
          padding: 10px;
          text-align: left;
          box-sizing: border-box;
          background: #E9F2F8;
          display: flex;
          align-items: center;
          justify-content: space-between;
          font: normal 1.5rem/1.2 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700; }
          #contact-box #main-box-02 dl dt .required {
            font: normal 1.2rem/1 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 400;
            color: #fff;
            background: #D4556E;
            margin: 0 10px;
            padding: 5px; }
        #contact-box #main-box-02 dl dd {
          display: flex;
          box-sizing: border-box;
          align-items: center;
          text-align: left;
          margin: 15px 0 0 0; }
          #contact-box #main-box-02 dl dd select {
            width: 100%;
            height: 50px;
            font: normal 1.5rem/1 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            border: none;
            box-sizing: border-box;
            background-color: #f5f5f5;
            border: 1px solid #dcdcdc;
            padding: 10px; }
          #contact-box #main-box-02 dl dd textarea {
            width: 100%;
            height: 250px;
            border: 1px solid #dcdcdc;
            padding: 10px;
            resize: none;
            font: normal 1.5rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            box-sizing: border-box; }
            #contact-box #main-box-02 dl dd textarea::-webkit-input-placeholder {
              color: #999; }
            #contact-box #main-box-02 dl dd textarea::placeholder {
              color: #999; }
            #contact-box #main-box-02 dl dd textarea::-ms-input-placeholder {
              color: #999; }
            #contact-box #main-box-02 dl dd textarea::-ms-input-placeholder {
              color: #999; }
          #contact-box #main-box-02 dl dd input[type="text"] {
            width: 100%;
            border: 1px solid #dcdcdc;
            font: normal 1.5rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            box-sizing: border-box;
            padding: 10px; }
            #contact-box #main-box-02 dl dd input[type="text"].w30 {
              width: 100%; }
            #contact-box #main-box-02 dl dd input[type="text"]::-webkit-input-placeholder {
              color: #999; }
            #contact-box #main-box-02 dl dd input[type="text"]::placeholder {
              color: #999; }
            #contact-box #main-box-02 dl dd input[type="text"]::-ms-input-placeholder {
              color: #999; }
            #contact-box #main-box-02 dl dd input[type="text"]::-ms-input-placeholder {
              color: #999; }
          #contact-box #main-box-02 dl dd input:focus {
            outline: none; }
      #contact-box #main-box-02 .submit-box {
        text-align: center;
        margin: 30px 0 0 0; }
        #contact-box #main-box-02 .submit-box p {
          text-align: left; }
        #contact-box #main-box-02 .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 #main-box-02 .submit-box a:link, #contact-box #main-box-02 .submit-box a:visited, #contact-box #main-box-02 .submit-box a:active {
            text-decoration: none;
            color: #000; }
          #contact-box #main-box-02 .submit-box a:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }
        #contact-box #main-box-02 .submit-box .submit_button {
          width: 100%;
          padding: 20px 0;
          margin: 30px 0 0 0;
          font: normal 1.5rem/1 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700;
          color: #fff;
          text-align: center;
          background-color: #125DCE;
          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;
          appearance: button;
          position: relative;
          border-radius: 10px;
          -moz-border-radius: 10px;
          -webkit-border-radius: 10px;
          -ms-border-radius: 10px;
          -o-border-radius: 10px; }
          #contact-box #main-box-02 .submit-box .submit_button:after {
            content: 'send';
            font-size: 1.6rem;
            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 #main-box-02 .submit-box .submit_button:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }
        #contact-box #main-box-02 .submit-box .back_button {
          width: 100%;
          padding: 20px 0;
          margin: 30px 0 0 0;
          font: normal 1.5rem/1 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-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;
          appearance: button;
          border-radius: 10px;
          -moz-border-radius: 10px;
          -webkit-border-radius: 10px;
          -ms-border-radius: 10px;
          -o-border-radius: 10px; }
          #contact-box #main-box-02 .submit-box .back_button:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }
        #contact-box #main-box-02 .submit-box .agree_box {
          display: block;
          margin: 30px 0 0 0;
          text-align: center;
          cursor: pointer; }
          #contact-box #main-box-02 .submit-box .agree_box span {
            font: normal 1.6rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            vertical-align: middle; }
          #contact-box #main-box-02 .submit-box .agree_box input.mark {
            width: 20px;
            height: 20px;
            border: 1px solid #dcdcdc; }
      #contact-box #main-box-02 table {
        width: 100%;
        margin: 0 auto; }
        #contact-box #main-box-02 table th {
          padding: 10px;
          border-bottom: 1px solid #dcdcdc;
          font: normal 1.5rem/1 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          width: 150px;
          text-align: left;
          font-weight: 700;
          background: #f7f7f7;
          box-sizing: border-box; }
        #contact-box #main-box-02 table td {
          padding: 10px;
          border-bottom: 1px solid #dcdcdc;
          font: normal 1.5rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          text-align: left;
          box-sizing: border-box; }

  /* ------------ privacy-box ------------ */
  #privacy-box {
    width: 90%;
    margin: 0 auto;
    padding: 30px 0 60px 0;
    text-align: left; }
    #privacy-box h4 {
      margin: 50px 0 0 0;
      font: normal 1.7rem/1.3 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 700;
      border-bottom: 1px solid #dcdcdc;
      padding: 0 0 10px 0; }
    #privacy-box .title-box + p {
      margin: 30px 0 0 0; }
    #privacy-box p {
      margin: 10px 0 0 0; }
    #privacy-box ul {
      margin: 20px 0 0 20px; }
      #privacy-box ul li {
        list-style: none;
        font: normal 1.5rem/2 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
        #privacy-box 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; }
          #privacy-box ul li a:link, #privacy-box ul li a:visited, #privacy-box ul li a:active {
            color: #333;
            text-decoration: none; }
          #privacy-box ul li a:hover {
            opacity: 0.8;
            filter: alpha(opacity=80); }

  /* ------------ news-box ------------ */
  #news-box {
    width: 90%;
    margin: 0 auto;
    padding: 30px 0 60px 0; }
    #news-box #main-box .newslist-box {
      text-align: left; }
      #news-box #main-box .newslist-box h3 {
        font: normal 1.6rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700;
        color: #125DCE;
        padding: 10px;
        background: #E9F2F8;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px; }
        #news-box #main-box .newslist-box h3:nth-of-type(2) {
          margin: 20px 0 0 0; }
      #news-box #main-box .newslist-box ul.type-01 li {
        padding: 15px 0;
        list-style: none;
        border-bottom: 1px solid #dcdcdc;
        display: flex;
        justify-content: space-between; }
        #news-box #main-box .newslist-box ul.type-01 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: 30%; }
          #news-box #main-box .newslist-box ul.type-01 li a.eyecatch figure {
            width: 100%; }
            #news-box #main-box .newslist-box ul.type-01 li a.eyecatch figure img {
              width: 100%;
              vertical-align: bottom; }
          #news-box #main-box .newslist-box ul.type-01 li a.eyecatch:hover {
            opacity: 0.8;
            filter: alpha(opacity=80); }
        #news-box #main-box .newslist-box ul.type-01 li .text-box {
          width: 67%;
          align-self: center; }
          #news-box #main-box .newslist-box ul.type-01 li .text-box p.date {
            margin: 10px 0 0 0;
            position: relative;
            font: normal 1.2rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #333; }
            #news-box #main-box .newslist-box ul.type-01 li .text-box p.date:before {
              content: 'event_note';
              position: relative;
              left: 0;
              top: -2px;
              font-size: 1.4rem;
              color: #333;
              padding: 0 5px 0 0; }
          #news-box #main-box .newslist-box ul.type-01 li .text-box h4 {
            font: normal 1.5rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #333;
            margin: 10px 0 0 0;
            font-weight: 700;
            font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
            #news-box #main-box .newslist-box ul.type-01 li .text-box 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-box .newslist-box ul.type-01 li .text-box h4 a:link, #news-box #main-box .newslist-box ul.type-01 li .text-box h4 a:visited, #news-box #main-box .newslist-box ul.type-01 li .text-box h4 a:active {
                text-decoration: none;
                color: #333; }
              #news-box #main-box .newslist-box ul.type-01 li .text-box h4 a:hover {
                opacity: 0.8;
                filter: alpha(opacity=80); }
          #news-box #main-box .newslist-box ul.type-01 li .text-box ul.post-categories li {
            border: none;
            padding: 0;
            margin: 10px 0 0 0; }
            #news-box #main-box .newslist-box ul.type-01 li .text-box ul.post-categories li a {
              font: normal 1.2rem/1 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              padding: 5px 10px;
              display: inline-block;
              border: 1px solid #333; }
              #news-box #main-box .newslist-box ul.type-01 li .text-box ul.post-categories li a:link, #news-box #main-box .newslist-box ul.type-01 li .text-box ul.post-categories li a:visited, #news-box #main-box .newslist-box ul.type-01 li .text-box ul.post-categories li a:active {
                text-decoration: none;
                color: #333; }
              #news-box #main-box .newslist-box ul.type-01 li .text-box ul.post-categories li a:hover {
                opacity: 0.8;
                filter: alpha(opacity=80); }
            #news-box #main-box .newslist-box ul.type-01 li .text-box ul.post-categories li:first-child {
              margin: 0; }
      #news-box #main-box .newslist-box ul.link-box {
        max-width: 1000px;
        margin: 80px auto 0;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        #news-box #main-box .newslist-box ul.link-box li {
          width: 46%;
          list-style: none;
          text-align: center; }
          #news-box #main-box .newslist-box ul.link-box li a {
            background: #8E0000;
            border-radius: 10px;
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
            -ms-border-radius: 10px;
            -o-border-radius: 10px;
            display: block;
            padding: 30px 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;
            font: normal 1.6rem/1 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #fff;
            position: relative; }
            #news-box #main-box .newslist-box ul.link-box li a:link, #news-box #main-box .newslist-box ul.link-box li a:visited, #news-box #main-box .newslist-box ul.link-box li a:active {
              text-decoration: none;
              color: #fff; }
            #news-box #main-box .newslist-box ul.link-box li a:hover {
              opacity: 0.7;
              filter: alpha(opacity=70); }
            #news-box #main-box .newslist-box ul.link-box li a:after {
              content: 'picture_as_pdf';
              position: absolute;
              font-size: 30px;
              right: 15px;
              top: 50%;
              transform: translateY(-50%);
              -moz-transform: translateY(-50%);
              -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              -o-transform: translateY(-50%);
              color: #fff; }
          #news-box #main-box .newslist-box ul.link-box li:nth-child(n+3) {
            margin: 30px 0 0 0; }
      #news-box #main-box .newslist-box dl {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font: normal 1.6rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #333; }
        #news-box #main-box .newslist-box dl dt {
          width: 50%;
          padding: 20px;
          box-sizing: border-box; }
          #news-box #main-box .newslist-box dl dt a:link, #news-box #main-box .newslist-box dl dt a:visited, #news-box #main-box .newslist-box dl dt a:active {
            text-decoration: underline;
            color: #333; }
          #news-box #main-box .newslist-box dl dt a:hover {
            text-decoration: underline; }
        #news-box #main-box .newslist-box dl dd {
          flex: 1;
          padding: 20px; }
          #news-box #main-box .newslist-box dl dd a:link, #news-box #main-box .newslist-box dl dd a:visited, #news-box #main-box .newslist-box dl dd a:active {
            text-decoration: underline;
            color: #333; }
          #news-box #main-box .newslist-box dl dd a:hover {
            text-decoration: underline; }
        #news-box #main-box .newslist-box dl:nth-of-type(2n) {
          background: #F3EDE3;
          margin: 0; }
      #news-box #main-box .newslist-box p.none-text {
        margin: 20px 0 0 0;
        font: normal 1.5rem/2 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #333; }
    #news-box #main-box .pagenation-box {
      margin: 40px 0 0 0; }
      #news-box #main-box .pagenation-box ul {
        display: flex;
        justify-content: center; }
        #news-box #main-box .pagenation-box ul li {
          list-style: none;
          margin-left: 10px;
          font: normal 1.4rem/1 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
          #news-box #main-box .pagenation-box ul li.active {
            color: #fff;
            padding: 10px;
            border: 1px solid #125DCE;
            background: #125DCE; }
          #news-box #main-box .pagenation-box ul li a {
            background: #fff;
            color: #333;
            display: block;
            padding: 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;
            border: 1px solid #333; }
            #news-box #main-box .pagenation-box ul li a:hover {
              background: #125DCE;
              border: 1px solid #125DCE;
              color: #fff; }
          #news-box #main-box .pagenation-box ul li:first-child {
            margin: 0; }
    #news-box #main-box .newsarticle-box .cate-title {
      padding: 10px;
      background: #E9F2F8;
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px; }
      #news-box #main-box .newsarticle-box .cate-title h3 {
        font: normal 1.6rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700;
        color: #125DCE; }
      #news-box #main-box .newsarticle-box .cate-title p.list {
        font: normal 1.2rem/1 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #333;
        position: relative;
        padding: 0 0 0 20px; }
        #news-box #main-box .newsarticle-box .cate-title p.list a:link, #news-box #main-box .newsarticle-box .cate-title p.list a:visited, #news-box #main-box .newsarticle-box .cate-title p.list a:active {
          text-decoration: none;
          color: #333; }
        #news-box #main-box .newsarticle-box .cate-title p.list a:hover {
          text-decoration: underline;
          color: #333; }
        #news-box #main-box .newsarticle-box .cate-title p.list:before {
          content: 'keyboard_backspace';
          position: absolute;
          left: 0;
          top: 0;
          font-size: 1.6rem;
          color: #333; }
    #news-box #main-box .newsarticle-box .article-box {
      margin: 20px 0 0 0;
      text-align: left; }
      #news-box #main-box .newsarticle-box .article-box p.date {
        font: normal 1.2rem/1 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #333;
        position: relative; }
        #news-box #main-box .newsarticle-box .article-box p.date:before {
          content: 'event_note';
          position: relative;
          left: 0;
          top: -2px;
          font-size: 1.4rem;
          color: #333;
          padding: 0 5px 0 0; }
      #news-box #main-box .newsarticle-box .article-box h4 {
        font: normal 1.8rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #333;
        margin: 5px 0 0 0;
        font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700; }
      #news-box #main-box .newsarticle-box .article-box p {
        font: normal 1.5rem/2 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #333;
        margin: 20px 0 0 0; }
      #news-box #main-box .newsarticle-box .article-box img.alignleft {
        float: left;
        display: block;
        margin: 0 20px 20px 0; }
      #news-box #main-box .newsarticle-box .article-box img.aligncenter {
        display: block;
        margin: 20px auto; }
      #news-box #main-box .newsarticle-box .article-box img.alignright {
        float: right;
        display: block;
        margin: 0 0 20px 20px; }
      #news-box #main-box .newsarticle-box .article-box img.alignnone {
        display: block;
        text-align: left;
        margin: 20px auto; }
      #news-box #main-box .newsarticle-box .article-box 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-box .newsarticle-box .article-box a:link, #news-box #main-box .newsarticle-box .article-box a:visited, #news-box #main-box .newsarticle-box .article-box a:active {
        text-decoration: underline;
        color: #333; }
      #news-box #main-box .newsarticle-box .article-box a:hover {
        text-decoration: underline;
        color: #333; }
    #news-box #main-box .newsarticle-box .article-next {
      margin: 30px 0 0 0;
      border-top: 2px solid #dcdcdc; }
      #news-box #main-box .newsarticle-box .article-next ul {
        margin: 20px 0 0 0;
        background: rgba(255, 255, 255, 0.7);
        box-sizing: border-box;
        display: flex;
        justify-content: space-between; }
        #news-box #main-box .newsarticle-box .article-next ul li {
          width: 48%;
          list-style: none; }
          #news-box #main-box .newsarticle-box .article-next ul li:last-child {
            margin: 0; }
          #news-box #main-box .newsarticle-box .article-next 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; }
            #news-box #main-box .newsarticle-box .article-next ul li a:hover {
              opacity: 0.8;
              filter: alpha(opacity=80); }
          #news-box #main-box .newsarticle-box .article-next ul li .box {
            border: 1px solid #333;
            padding: 10px;
            display: block; }
            #news-box #main-box .newsarticle-box .article-next ul li .box p.articlebox {
              font: normal 1.4rem/1 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              color: #333;
              text-align: center; }
            #news-box #main-box .newsarticle-box .article-next ul li .box p.date {
              font: normal 1.2rem/1 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              color: #333;
              margin: 10px 0 0 0;
              text-align: center; }
            #news-box #main-box .newsarticle-box .article-next ul li .box p.title {
              font: normal 1.4rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              color: #333;
              margin: 10px 0 0 0; }
      #news-box #main-box .newsarticle-box .article-next p.back {
        margin: 20px 0 0 auto;
        padding: 0 0 0 15px;
        font: normal 1.4rem/1 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #333;
        position: relative;
        text-align: left; }
        #news-box #main-box .newsarticle-box .article-next p.back a:link, #news-box #main-box .newsarticle-box .article-next p.back a:visited, #news-box #main-box .newsarticle-box .article-next p.back a:active {
          text-decoration: none;
          color: #333; }
        #news-box #main-box .newsarticle-box .article-next p.back a:hover {
          text-decoration: underline;
          color: #333; }
        #news-box #main-box .newsarticle-box .article-next p.back:before {
          content: 'keyboard_backspace';
          position: absolute;
          left: 0;
          top: 0;
          font-size: 1.4rem;
          color: #333; }
    #news-box #side-box {
      margin: 50px 0 0 0; }
      #news-box #side-box ul {
        margin: 10px 0 0 0;
        box-sizing: border-box; }
        #news-box #side-box ul li {
          font: normal 1.5rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          list-style: none;
          border-bottom: 1px dotted #dcdcdc;
          text-align: left; }
          #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: #333; }
            #news-box #side-box ul li a:hover {
              text-decoration: none; }
            #news-box #side-box ul li a.here {
              text-decoration: none; }
          #news-box #side-box ul li:last-child {
            border: none; }
      #news-box #side-box .widget {
        margin: 0 0 20px 0; }
        #news-box #side-box .widget h2.widget-title {
          font: normal 1.6rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700;
          color: #fff;
          padding: 10px;
          text-align: left;
          background: #125DCE;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px; }
      #news-box #side-box .calendar_wrap #wp-calendar {
        width: 100%; }
        #news-box #side-box .calendar_wrap #wp-calendar caption {
          text-align: center;
          font: normal 1.5rem/1 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          padding: 10px 0;
          color: #333;
          box-sizing: border-box; }
        #news-box #side-box .calendar_wrap #wp-calendar thead tr th {
          width: 14.28%;
          padding: 8px;
          font: normal 1.4rem/1 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #333;
          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: normal 1.4rem/1 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          text-align: center;
          padding: 8px;
          color: #333;
          box-sizing: border-box; }
        #news-box #side-box .calendar_wrap #wp-calendar td a {
          background: #125DCE;
          color: #fff;
          display: block;
          padding: 8px;
          margin: -8px;
          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; }
      #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: normal 1.5rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #333; }
          #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;
              color: #333; }
            #news-box #side-box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a:hover {
              text-decoration: underline;
              color: #333; }
        #news-box #side-box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next {
          text-align: left;
          font: normal 1.5rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #333; }
          #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;
              color: #333; }
            #news-box #side-box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next a:hover {
              text-decoration: underline;
              color: #333; }
      #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: normal 1.5rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-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 15px;
            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: #333; }
            #news-box #side-box .widget_recent_entries ul li a:hover {
              text-decoration: underline;
              color: #333; }
              #news-box #side-box .widget_recent_entries ul li a:hover:before {
                color: #333; }
            #news-box #side-box .widget_recent_entries ul li a:before {
              content: 'chevron_right';
              position: absolute;
              left: 0;
              top: 15px;
              font-size: 1.6rem;
              color: #125DCE; }
          #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: none;
        border: none;
        padding: 10px;
        font: normal 1.5rem/1 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        box-sizing: border-box;
        cursor: pointer;
        color: #333;
        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: normal 1.5rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          list-style: none;
          border-bottom: 1px dotted #dcdcdc;
          position: relative; }
          #news-box #side-box .widget_categories ul li a {
            padding: 10px 0 10px 15px;
            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;
              color: #333; }
            #news-box #side-box .widget_categories ul li a:hover {
              text-decoration: underline;
              color: #333; }
              #news-box #side-box .widget_categories ul li a:hover:before {
                color: #333; }
            #news-box #side-box .widget_categories ul li a:before {
              content: 'chevron_right';
              position: absolute;
              left: 0;
              top: 15px;
              font-size: 1.6rem;
              color: #125DCE; }
          #news-box #side-box .widget_categories ul li:last-child {
            border: none; }
      #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; } }
/* ------------ //SP ------------ */
/* ------------ PC ------------ */
@media screen and (min-width: 769px) {
  /* ------------ body ------------ */
  html, body {
    font-size: 62.5%;
    color: #333;
    font-feature-settings: "palt"; }

  /* ------------ material-i ------------ */
  .material-i, a.button:after, #header-box .wrap-box .tel-box p.tel::before, #top-recommend-box ul li a p:after, #top-shop-box ul li a:after, #footer-box .innder-box-01 .wrap-box .tel-box p.tel::before, #footer-box .innder-box-01 .wrap-box ul li a:after, #footer-box .innder-box-02 .f-nav ul li:before, #page-top a::before, #breadcrumbs-box ul li:before, #breadcrumbs-box ul li:first-child:before, #purchase-box #main-box-01 h2::before, #damage-box #main-box-02 .inner-box h2:before, #company-box #main-box-04 ul li a:after, #construction-box #main-box-01 ul li a:before, #contact-box #main-box-02 .submit-box .submit_button:after, #news-box #main-box .newslist-box ul.type-01 li .text-box p.date:before, #news-box #main-box .newslist-box ul.link-box li a:after, #news-box #main-box .newsarticle-box .cate-title p.list:before, #news-box #main-box .newsarticle-box .article-box p.date:before, #news-box #main-box .newsarticle-box .article-next 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; }

  /* ------------ common ------------ */
  p {
    font: normal 1.6rem/2 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }

  .title-box {
    text-align: center; }
    .title-box figure {
      max-width: 40px;
      margin: 0 auto; }
      .title-box figure img {
        width: 100%;
        vertical-align: bottom; }
    .title-box h3 {
      font: normal 4.4rem/1 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-family: "FOT-ロダンNTLG Pro EB", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 700;
      margin: 10px 0 0 0; }
      .title-box h3.c-01 {
        color: #fff;
        margin: 0;
        position: relative;
        display: inline-block;
        padding: 0 120px; }
        .title-box h3.c-01:before, .title-box h3.c-01:after {
          content: '';
          position: absolute;
          top: 50%;
          display: inline-block;
          width: 100px;
          height: 1px;
          background-color: #fff; }
        .title-box h3.c-01:before {
          left: 0; }
        .title-box h3.c-01:after {
          right: 0; }
      .title-box h3.c-02 {
        color: #fff;
        margin: 10px 0 0 0; }

  a.button {
    padding: 20px 70px;
    margin: 30px 0 0 0;
    font: normal 1.6rem/1 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    text-align: center;
    display: inline-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; }
    a.button:link, a.button:visited, a.button:active {
      background: #125DCE;
      color: #fff;
      text-decoration: none;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px; }
    a.button:hover {
      opacity: 0.8;
      filter: alpha(opacity=80); }
    a.button:after {
      content: 'arrow_circle_right';
      position: absolute;
      font-size: 18px;
      right: 10px;
      top: 50%;
      transform: translateY(-40%);
      -moz-transform: translateY(-40%);
      -webkit-transform: translateY(-40%);
      -ms-transform: translateY(-40%);
      -o-transform: translateY(-40%); }

  /* ------------ splash ------------ */
  #splash-box {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #125DCE;
    text-align: center;
    color: #fff; }
    #splash-box #splash-logo {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      #splash-box #splash-logo svg {
        width: 600px; }
    #splash-box #mask path {
      fill-opacity: 0;
      transition: fill-opacity .5s;
      fill: none;
      stroke: #fff; }
    #splash-box #mask.done path {
      fill: #fff;
      fill-opacity: 1;
      stroke: none; }

  /* ------------ header-box ------------ */
  #header-box .wrap-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    border-bottom: 1px solid #dcdcdc; }
    #header-box .wrap-box h1 {
      font: normal 1.2rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 400; }
      #header-box .wrap-box h1 a:link, #header-box .wrap-box h1 a:visited, #header-box .wrap-box h1 a:active, #header-box .wrap-box h1 a:hover {
        text-decoration: none;
        color: #333; }
    #header-box .wrap-box figure {
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      max-width: 246px;
      height: auto; }
      #header-box .wrap-box figure 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; }
        #header-box .wrap-box figure a:hover {
          opacity: 0.7;
          filter: alpha(opacity=70); }
      #header-box .wrap-box figure img.i-01 {
        width: 100%;
        vertical-align: bottom; }
    #header-box .wrap-box .tel-box p {
      font: normal 1.2rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 400; }
      #header-box .wrap-box .tel-box p.tel {
        font: normal 3.2rem/1 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700; }
        #header-box .wrap-box .tel-box p.tel::before {
          content: 'call';
          font-size: 32px;
          color: #333; }
    #header-box .wrap-box .tel-box div {
      display: flex;
      justify-content: left;
      align-items: baseline; }
      #header-box .wrap-box .tel-box div 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; }
        #header-box .wrap-box .tel-box div a:hover {
          opacity: 0.7;
          filter: alpha(opacity=70); }
        #header-box .wrap-box .tel-box div a img {
          max-width: 40px;
          height: auto;
          vertical-align: bottom;
          margin: 0 0 0 10px; }
  #header-box nav {
    background: #fff; }
    #header-box nav.g-nav ul {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      padding: 25px; }
      #header-box nav.g-nav ul li {
        font: normal 1.6rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700;
        margin: 0 30px;
        text-align: center;
        list-style: none; }
        #header-box nav.g-nav ul li a {
          display: block;
          position: relative; }
          #header-box nav.g-nav ul li a:link, #header-box nav.g-nav ul li a:visited, #header-box nav.g-nav ul li a:active {
            text-decoration: none;
            color: #333; }
          #header-box nav.g-nav ul li a:hover {
            color: #125DCE; }
            #header-box nav.g-nav ul li a:hover::after {
              transform: scale(1, 1); }
          #header-box nav.g-nav ul li a::after {
            content: '';
            position: absolute;
            bottom: -5px;
            left: 0;
            width: 100%;
            height: 2px;
            background: #125DCE;
            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: scale(0, 1);
            transform-origin: center top; }
        #header-box nav.g-nav ul li.current a {
          color: #125DCE; }
          #header-box nav.g-nav ul li.current a::after {
            transform: scale(1, 1); }
    #header-box nav.fixed {
      width: 100%;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 10; }

  /* ------------ top-eyecatch-box ------------ */
  #top-eyecatch-box ul.slider-box {
    position: relative;
    z-index: 1; }
    #top-eyecatch-box ul.slider-box .slider-item-01 {
      background: url(../img/k-03.jpg); }
    #top-eyecatch-box ul.slider-box .slider-item-02 {
      background: url(../img/k-49.jpg); }
    #top-eyecatch-box ul.slider-box .slider-item-03 {
      background: url(../img/k-50.jpg); }
    #top-eyecatch-box ul.slider-box .slider-item {
      width: 1500px;
      padding-top: 5.5%;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain; }
    #top-eyecatch-box ul.slider-box .slick-prev, #top-eyecatch-box ul.slider-box .slick-next {
      display: none; }
    #top-eyecatch-box ul.slider-box .slick-dots {
      display: none; }

  /* ------------ top-about-box ------------ */
  #top-about-box {
    background: url(../img/k-14@2x.png) left bottom no-repeat;
    background-size: 70%; }
    #top-about-box .wrap-box {
      padding: 120px 50px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      #top-about-box .wrap-box figure {
        width: 50%;
        min-width: 600px; }
        #top-about-box .wrap-box figure img {
          width: 100%;
          vertical-align: bottom; }
      #top-about-box .wrap-box .text-box {
        flex: 1;
        margin: 0 0 0 40px; }
        #top-about-box .wrap-box .text-box h2 {
          font: normal 3.8rem/1.2 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700; }
        #top-about-box .wrap-box .text-box p {
          margin: 20px 0 0 0; }

  /* ------------ top-service-box ------------ */
  #top-service-box {
    background: repeating-linear-gradient(-45deg, #F7FBFD, #F7FBFD 1px, #E9F2F8 1px, #E9F2F8 5px);
    text-align: center;
    padding: 120px 20px; }
    #top-service-box h3 {
      font: normal 4.4rem/1.2 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 700;
      vertical-align: middle; }
      #top-service-box h3 span.f-01 {
        font: normal 2.6rem/1.2 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700; }
      #top-service-box h3 span.f-02 {
        color: #125DCE; }
      #top-service-box h3 img {
        max-width: 86px;
        vertical-align: middle;
        margin: 0 5px; }
      #top-service-box h3 br {
        display: none; }
    #top-service-box p {
      margin: 30px 0 0 0; }
    #top-service-box ul {
      max-width: 1100px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      #top-service-box ul li {
        width: 30%;
        list-style: none;
        margin: 60px 0 0 0;
        padding: 20px;
        box-sizing: border-box;
        background: #fff;
        box-shadow: 0 0 3px #dcdcdc;
        position: relative; }
        #top-service-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; }
          #top-service-box ul li a:link, #top-service-box ul li a:visited, #top-service-box ul li a:active {
            text-decoration: none;
            color: #333; }
          #top-service-box ul li a:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }
            #top-service-box ul li a:hover img {
              transform: scale(1.1); }
          #top-service-box ul li a img {
            width: 100%;
            vertical-align: bottom;
            transform: scale(1);
            transition: ease-in-out 0.3s;
            -moz-transition: ease-in-out 0.3s;
            -webkit-transition: ease-in-out 0.3s;
            -ms-transition: ease-in-out 0.3s;
            -o-transition: ease-in-out 0.3s; }
          #top-service-box ul li a .mask {
            display: block;
            line-height: 0;
            overflow: hidden; }
          #top-service-box ul li a p {
            font: normal 1.6rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            margin: 20px 0 0 0;
            text-align: left; }
            #top-service-box ul li a p.title {
              font: normal 2rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              font-weight: 700;
              color: #125DCE;
              text-align: center; }
        #top-service-box ul li .circle {
          height: 60px;
          width: 60px;
          border-radius: 50%;
          -moz-border-radius: 50%;
          -webkit-border-radius: 50%;
          -ms-border-radius: 50%;
          -o-border-radius: 50%;
          font: normal 4rem/1 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-family: AkkoPro-BoldCondensed;
          font-weight: 700;
          line-height: 60px;
          text-align: center;
          background: #125DCE;
          color: #fff;
          position: absolute;
          top: -20px;
          left: -20px; }

  /* ------------ top-news-box ------------ */
  #top-news-box {
    text-align: center;
    padding: 120px 20px; }
    #top-news-box .title-box + p {
      margin: 30px 0 0 0; }
    #top-news-box .wrap-box {
      max-width: 1100px;
      margin: 50px auto 0;
      display: flex;
      justify-content: space-between; }
      #top-news-box .wrap-box div {
        width: 45%; }
        #top-news-box .wrap-box div ul li {
          list-style: none;
          border-bottom: 1px solid #dcdcdc;
          padding: 20px 0; }
          #top-news-box .wrap-box div ul li a {
            display: flex;
            justify-content: space-between;
            align-items: center;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s; }
            #top-news-box .wrap-box div ul li a:link, #top-news-box .wrap-box div ul li a:visited, #top-news-box .wrap-box div ul li a:active {
              text-decoration: none;
              color: #333; }
            #top-news-box .wrap-box div ul li a:hover {
              opacity: 0.7;
              filter: alpha(opacity=70); }
            #top-news-box .wrap-box div ul li a figure {
              max-width: 200px; }
              #top-news-box .wrap-box div ul li a figure img {
                width: 100%;
                vertical-align: bottom; }
            #top-news-box .wrap-box div ul li a .text-box {
              flex: 1;
              margin: 0 0 0 20px;
              text-align: left; }
              #top-news-box .wrap-box div ul li a .text-box p.date {
                font: normal 1.4rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
              #top-news-box .wrap-box div ul li a .text-box p.title {
                font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
                font-weight: 700;
                margin: 0; }
          #top-news-box .wrap-box div ul li:last-child {
            border: none; }
        #top-news-box .wrap-box div.insta-box {
          text-align: center;
          margin: 20px 0 0 0; }
          #top-news-box .wrap-box div.insta-box p.title {
            font: normal 1.8rem/1 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            background: #125DCE;
            color: #fff;
            padding: 15px; }
          #top-news-box .wrap-box div.insta-box figure.i-01 {
            max-width: 134px;
            width: 50%;
            margin: 0 auto; }
            #top-news-box .wrap-box div.insta-box figure.i-01 img {
              width: 100%;
              vertical-align: bottom; }
          #top-news-box .wrap-box div.insta-box figure.i-02 {
            max-width: 329px;
            width: 90%;
            margin: 30px auto 0; }
            #top-news-box .wrap-box div.insta-box figure.i-02 img {
              width: 100%;
              vertical-align: bottom; }
            #top-news-box .wrap-box div.insta-box figure.i-02 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; }
              #top-news-box .wrap-box div.insta-box figure.i-02 a:hover {
                opacity: 0.7;
                filter: alpha(opacity=70); }

  /* ------------ top-example-box ------------ */
  #top-example-box {
    text-align: center;
    background: url(../img/k-26@2x.jpg) center top no-repeat;
    padding: 120px 20px;
    background-size: 100% 400px; }
    #top-example-box .title-box + p {
      margin: 30px 0 0 0; }
    #top-example-box ul {
      max-width: 1100px;
      margin: 50px auto 0;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      #top-example-box ul::after {
        content: "";
        display: block;
        width: 30%; }
      #top-example-box ul li {
        list-style: none;
        width: 30%; }
        #top-example-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; }
          #top-example-box ul li a:link, #top-example-box ul li a:visited, #top-example-box ul li a:active {
            text-decoration: none;
            color: #333; }
          #top-example-box ul li a:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }
          #top-example-box ul li a figure {
            width: 100%;
            position: relative; }
            #top-example-box ul li a figure img {
              width: 100%;
              vertical-align: bottom;
              z-index: -1; }
            #top-example-box ul li a figure p.cate {
              font: normal 1.4rem/1 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              color: #fff;
              position: absolute;
              bottom: 10px;
              left: 10px;
              background: rgba(0, 0, 0, 0.4);
              padding: 10px; }
          #top-example-box ul li a p.title {
            margin: 15px 0 0 0;
            text-align: left;
            font: normal 2rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 700; }
    #top-example-box .video-box-wrap {
      max-width: 900px;
      margin: 70px auto 0; }
      #top-example-box .video-box-wrap .video-box {
        position: relative;
        width: 100%;
        padding-top: 56.25%;
        height: 0; }
        #top-example-box .video-box-wrap .video-box iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
    #top-example-box a.button {
      margin: 50px 0 0 0; }

  /* ------------ top-recommend-box ------------ */
  #top-recommend-box {
    background: url(../img/k-47.jpg) center top repeat;
    text-align: center;
    padding: 120px 20px; }
    #top-recommend-box .title-box + p {
      margin: 30px 0 0 0;
      color: #fff; }
    #top-recommend-box ul {
      max-width: 1100px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      #top-recommend-box ul li {
        list-style: none;
        width: 47%;
        position: relative;
        margin: 70px 0 0 0;
        box-shadow: 0 0 3px #dcdcdc;
        padding: 15px;
        box-sizing: border-box;
        background: #fff; }
        #top-recommend-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; }
          #top-recommend-box ul li a:link, #top-recommend-box ul li a:visited, #top-recommend-box ul li a:active {
            text-decoration: none;
            color: #333; }
          #top-recommend-box ul li a:hover {
            opacity: 0.8;
            filter: alpha(opacity=80); }
            #top-recommend-box ul li a:hover figure {
              transform: scale(1.1); }
          #top-recommend-box ul li a figure {
            width: 100%;
            transform: scale(1);
            transition: ease-in-out 0.3s;
            -moz-transition: ease-in-out 0.3s;
            -webkit-transition: ease-in-out 0.3s;
            -ms-transition: ease-in-out 0.3s;
            -o-transition: ease-in-out 0.3s; }
            #top-recommend-box ul li a figure img {
              width: 100%;
              vertical-align: bottom; }
          #top-recommend-box ul li a .mask {
            display: block;
            line-height: 0;
            overflow: hidden; }
          #top-recommend-box ul li a p {
            display: block;
            font: normal 2.2rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 700;
            background: #fff;
            color: #333;
            padding: 10px 0 0 0;
            box-sizing: border-box;
            position: relative; }
            #top-recommend-box ul li a p:after {
              content: 'arrow_circle_right';
              position: absolute;
              font-size: 22px;
              right: 10px;
              top: 60%;
              transform: translateY(-50%);
              -moz-transform: translateY(-50%);
              -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              -o-transform: translateY(-50%);
              color: #125DCE; }
        #top-recommend-box ul li .circle {
          height: 60px;
          width: 60px;
          border-radius: 50%;
          -moz-border-radius: 50%;
          -webkit-border-radius: 50%;
          -ms-border-radius: 50%;
          -o-border-radius: 50%;
          font: normal 4rem/1 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700;
          line-height: 60px;
          text-align: center;
          background: #fff;
          color: #125DCE;
          border: 1px solid #125DCE;
          position: absolute;
          top: -20px;
          left: -20px; }
        #top-recommend-box ul li:nth-child(n+3) {
          margin: 50px 0 0 0; }

  /* ------------ top-shop-box ------------ */
  #top-shop-box {
    text-align: center;
    padding: 120px 20px; }
    #top-shop-box .title-box + p {
      margin: 30px 0 0 0; }
    #top-shop-box figure.i-01 {
      max-width: 1100px;
      margin: 50px auto; }
      #top-shop-box figure.i-01 img {
        width: 100%;
        vertical-align: bottom; }
    #top-shop-box ul {
      display: flex;
      justify-content: center;
      margin: 50px 0 0 0; }
      #top-shop-box ul li {
        list-style: none;
        margin: 0 20px; }
        #top-shop-box ul li a {
          width: 250px;
          padding: 20px 0;
          font: normal 1.6rem/1 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          text-align: center;
          display: inline-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; }
          #top-shop-box ul li a:link, #top-shop-box ul li a:visited, #top-shop-box ul li a:active {
            background: #125DCE;
            color: #fff;
            text-decoration: none;
            border-radius: 10px;
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
            -ms-border-radius: 10px;
            -o-border-radius: 10px; }
          #top-shop-box ul li a:hover {
            opacity: 0.8;
            filter: alpha(opacity=80); }
          #top-shop-box ul li a:after {
            content: 'arrow_circle_right';
            position: absolute;
            font-size: 18px;
            right: 10px;
            top: 50%;
            transform: translateY(-40%);
            -moz-transform: translateY(-40%);
            -webkit-transform: translateY(-40%);
            -ms-transform: translateY(-40%);
            -o-transform: translateY(-40%); }

  /* ------------ top-reform-box ------------ */
  #top-reform-box {
    text-align: center;
    padding: 120px 20px;
    background: url(../img/k-25@2x.jpg) center center no-repeat;
    background-size: cover; }
    #top-reform-box .title-box + p {
      margin: 30px 0 0 0;
      color: #fff; }
    #top-reform-box ul {
      max-width: 1100px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      #top-reform-box ul li {
        list-style: none;
        width: 15%;
        margin: 30px 0 0 0;
        box-sizing: 0 0 5px #dcdcdc; }
        #top-reform-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; }
          #top-reform-box ul li a:link, #top-reform-box ul li a:visited, #top-reform-box ul li a:active {
            text-decoration: none; }
          #top-reform-box ul li a:hover {
            transform: scale(1.05); }
        #top-reform-box ul li img {
          width: 100%;
          vertical-align: bottom; }

  /* ------------ top-area-box ------------ */
  #top-area-box {
    text-align: center;
    padding: 120px 20px; }
    #top-area-box ul {
      max-width: 1100px;
      margin: 0 auto;
      display: flex;
      justify-content: center; }
      #top-area-box ul li {
        width: 45%;
        list-style: none; }
        #top-area-box ul li h4 {
          background: #125DCE;
          font: normal 2.2rem/1 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700;
          color: #fff;
          padding: 15px; }
        #top-area-box ul li p {
          text-align: left;
          margin: 20px 0 0 0; }
        #top-area-box ul li:first-child {
          border-right: 1px solid #dcdcdc;
          padding: 0 5% 0 0; }
        #top-area-box ul li:last-child {
          padding: 0 0 0 5%; }

  /* ------------ footer-box ------------ */
  #footer-box {
    background: #E9F2F8; }
    #footer-box .innder-box-01 {
      max-width: 1100px;
      margin: 0 auto;
      text-align: center;
      padding: 80px 20px; }
      #footer-box .innder-box-01 p.title {
        background: #fff;
        border: 2px solid #125DCE;
        border-radius: 30px;
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
        font: normal 2.4rem/1.2 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700;
        padding: 20px; }
      #footer-box .innder-box-01 .wrap-box {
        display: flex;
        justify-content: center;
        flex-wrap: wrap; }
        #footer-box .innder-box-01 .wrap-box .tel-box {
          margin: 30px 10px 0 0; }
          #footer-box .innder-box-01 .wrap-box .tel-box p.tel {
            font: normal 4.8rem/1 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 700; }
            #footer-box .innder-box-01 .wrap-box .tel-box p.tel::before {
              content: 'call';
              font-size: 48px;
              color: #125DCE; }
          #footer-box .innder-box-01 .wrap-box .tel-box p.time {
            font: normal 1.4rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 400; }
        #footer-box .innder-box-01 .wrap-box ul {
          display: flex;
          justify-content: center;
          margin: 30px 0 0 0; }
          #footer-box .innder-box-01 .wrap-box ul li {
            list-style: none;
            margin: 0 8px; }
            #footer-box .innder-box-01 .wrap-box ul li a {
              width: 300px;
              padding: 25px 0;
              font: normal 1.8rem/1 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              text-align: center;
              display: inline-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; }
              #footer-box .innder-box-01 .wrap-box ul li a:link, #footer-box .innder-box-01 .wrap-box ul li a:visited, #footer-box .innder-box-01 .wrap-box ul li a:active {
                background: #125DCE;
                color: #fff;
                text-decoration: none;
                border-radius: 10px;
                -moz-border-radius: 10px;
                -webkit-border-radius: 10px;
                -ms-border-radius: 10px;
                -o-border-radius: 10px; }
              #footer-box .innder-box-01 .wrap-box ul li a:hover {
                opacity: 0.8;
                filter: alpha(opacity=80); }
              #footer-box .innder-box-01 .wrap-box ul li a:after {
                content: 'arrow_circle_right';
                position: absolute;
                font-size: 18px;
                right: 10px;
                top: 50%;
                transform: translateY(-40%);
                -moz-transform: translateY(-40%);
                -webkit-transform: translateY(-40%);
                -ms-transform: translateY(-40%);
                -o-transform: translateY(-40%); }
            #footer-box .innder-box-01 .wrap-box ul li:nth-child(2) a:link, #footer-box .innder-box-01 .wrap-box ul li:nth-child(2) a:visited, #footer-box .innder-box-01 .wrap-box ul li:nth-child(2) a:active {
              background: #00BA04; }
    #footer-box .innder-box-02 {
      background: #fff;
      border: 50px solid #125DCE;
      display: flex;
      justify-content: flex-start;
      padding: 60px; }
      #footer-box .innder-box-02 .com-box {
        width: 38%;
        border-right: 1px solid #dcdcdc;
        padding: 0 20px 0 0;
        box-sizing: border-box; }
        #footer-box .innder-box-02 .com-box figure {
          max-width: 246px; }
          #footer-box .innder-box-02 .com-box figure img {
            width: 100%;
            vertical-align: bottom; }
          #footer-box .innder-box-02 .com-box figure.lixil-box {
            max-width: 153px;
            margin: 20px 0 0 0; }
            #footer-box .innder-box-02 .com-box figure.lixil-box img {
              width: 100%;
              vertical-align: bottom; }
        #footer-box .innder-box-02 .com-box p {
          font: normal 1.6rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          margin: 20px 0 0 0; }
          #footer-box .innder-box-02 .com-box p.s-01 {
            font: normal 1.2rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            margin: 10px 0 0 0; }
      #footer-box .innder-box-02 .f-nav {
        flex: 1;
        padding: 0 0 0 70px; }
        #footer-box .innder-box-02 .f-nav ul {
          display: flex;
          justify-content: flex-start;
          flex-wrap: wrap; }
          #footer-box .innder-box-02 .f-nav ul li {
            width: 30%;
            font: normal 1.6rem/1.2 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            position: relative;
            padding: 0 0 0 20px;
            box-sizing: border-box; }
            #footer-box .innder-box-02 .f-nav 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; }
              #footer-box .innder-box-02 .f-nav ul li a:link, #footer-box .innder-box-02 .f-nav ul li a:visited, #footer-box .innder-box-02 .f-nav ul li a:active {
                text-decoration: none;
                color: #333; }
              #footer-box .innder-box-02 .f-nav ul li a:hover {
                opacity: 0.7;
                filter: alpha(opacity=70); }
            #footer-box .innder-box-02 .f-nav ul li:nth-child(n+4) {
              margin: 15px 0 0 0; }
            #footer-box .innder-box-02 .f-nav ul li.spacer {
              width: 100%; }
              #footer-box .innder-box-02 .f-nav ul li.spacer:before {
                display: none; }
            #footer-box .innder-box-02 .f-nav ul li:before {
              content: 'arrow_circle_right';
              position: absolute;
              font-size: 18px;
              left: 0;
              top: 0;
              color: #125DCE; }
        #footer-box .innder-box-02 .f-nav p {
          font: normal 1.2rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          margin: 50px 0 0 0; }

  /* ------------ page-top ------------ */
  #page-top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: -50px;
    bottom: 50px;
    background: #125DCE;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 800; }
    #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; }

  /* ------------ scrolltrigger ------------ */
  .visible, .invisible {
    opacity: 0;
    filter: alpha(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;
    filter: alpha(opacity=100); }

  .invisible.translate-01 {
    transform: translateY(20px);
    -moz-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px); }

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

  /* ------------ breadcrumbs-box ------------ */
  #breadcrumbs-box {
    margin: 0 auto;
    padding: 20px 2.5% 0 2.5%; }
    #breadcrumbs-box ul {
      display: flex;
      justify-content: flex-start; }
      #breadcrumbs-box ul li {
        font: normal 1.6rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        position: relative;
        list-style: none;
        padding: 0 0 0 30px;
        margin: 0 0 0 10px; }
        #breadcrumbs-box 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; }
          #breadcrumbs-box ul li a:link, #breadcrumbs-box ul li a:visited, #breadcrumbs-box ul li a:active {
            text-decoration: none;
            color: #333; }
          #breadcrumbs-box ul li a:hover {
            text-decoration: underline;
            color: #333; }
        #breadcrumbs-box ul li:before {
          content: 'chevron_right';
          font-size: 1.6rem;
          position: absolute;
          top: 5px;
          left: 0;
          color: #333; }
        #breadcrumbs-box ul li:first-child {
          margin: 0; }
          #breadcrumbs-box ul li:first-child:before {
            content: 'home';
            font-size: 1.6rem;
            position: absolute;
            top: 5px;
            left: 0;
            color: #333; }

  /* ------------ pagetitle-box ------------ */
  #pagetitle-box {
    display: flex;
    justify-content: space-between; }
    #pagetitle-box .img-box {
      width: 50%;
      height: 300px;
      background: url(../about/img/03@2x.jpg) center center no-repeat;
      background-size: cover; }
      #pagetitle-box .img-box.c-02 {
        background: url(../service/img/17@2x.jpg) center center no-repeat;
        background-size: cover; }
      #pagetitle-box .img-box.c-03 {
        background: url(../purchase/img/03@2x.jpg) center center no-repeat;
        background-size: cover; }
      #pagetitle-box .img-box.c-04 {
        background: url(../kojimadesign/img/02@2x.jpg) center center no-repeat;
        background-size: cover; }
      #pagetitle-box .img-box.c-05 {
        background: url(../property/img/02@2x.jpg) center center no-repeat;
        background-size: cover; }
      #pagetitle-box .img-box.c-06 {
        background: url(../subsidy/img/01@2x.jpg) center center no-repeat;
        background-size: cover; }
      #pagetitle-box .img-box.c-07 {
        background: url(../flyer/img/01@2x.jpg) center center no-repeat;
        background-size: cover; }
      #pagetitle-box .img-box.c-08 {
        background: url(../damage/img/07@2x.jpg) center center no-repeat;
        background-size: cover; }
      #pagetitle-box .img-box.c-09 {
        background: url(../company/img/02@2x.jpg) center center no-repeat;
        background-size: cover; }
      #pagetitle-box .img-box.c-10 {
        background: url(../construction/img/01@2x.jpg) center center no-repeat;
        background-size: cover; }
      #pagetitle-box .img-box.c-11 {
        background: url(../job/img/01@2x.jpg) center center no-repeat;
        background-size: cover; }
      #pagetitle-box .img-box.c-12 {
        background: url(../contact/img/01@2x.jpg) center center no-repeat;
        background-size: cover; }
    #pagetitle-box .text-box {
      width: 50%;
      background: url(../about/img/09@2x.png) center center repeat;
      display: flex;
      justify-content: center;
      align-items: center; }
      #pagetitle-box .text-box p.title {
        font: normal 2.8rem/1 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700;
        color: #fff;
        border: 1px solid #fff;
        padding: 15px 25px; }
        #pagetitle-box .text-box p.title br {
          display: none; }

  /* ------------ about-box ------------ */
  #about-box #main-box-01 {
    padding: 80px 20px 60px 20px;
    margin: 0 auto;
    text-align: center; }
    #about-box #main-box-01 h2 {
      font: normal 4.6rem/1.3 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 700;
      margin: 50px 0 0 0; }
      #about-box #main-box-01 h2 span {
        color: #125DCE; }
    #about-box #main-box-01 p {
      margin: 30px 0 0 0; }
    #about-box #main-box-01 figure.photo {
      max-width: 1000px;
      margin: 50px auto 0; }
      #about-box #main-box-01 figure.photo img {
        width: 100%;
        vertical-align: bottom; }
  #about-box #main-box-02 {
    padding: 120px 20px 120px 20px;
    text-align: center;
    position: relative;
    margin: 100px 0 0 0; }
    #about-box #main-box-02::before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: linear-gradient(-45deg, #F7FBFD, #F7FBFD 1px, #E9F2F8 1px, #E9F2F8 5px);
      transform: skewY(-5deg);
      z-index: -1; }
    #about-box #main-box-02::after {
      content: '';
      position: absolute;
      top: -20px;
      bottom: -20px;
      left: 0;
      right: 0;
      background-color: #A5CCE6;
      transform: skewY(-8deg);
      z-index: -2; }
    #about-box #main-box-02 .title-box + p {
      margin: 30px 0 0 0; }
    #about-box #main-box-02 .inner-box {
      max-width: 1100px;
      margin: 0 auto; }
      #about-box #main-box-02 .inner-box ul li {
        display: flex;
        justify-content: space-between;
        list-style: none;
        background: #fff;
        margin: 50px 0 0 0;
        align-items: center;
        box-shadow: 0 0 5px #dcdcdc; }
        #about-box #main-box-02 .inner-box ul li figure {
          max-width: 291px; }
          #about-box #main-box-02 .inner-box ul li figure img {
            width: 100%;
            vertical-align: bottom; }
        #about-box #main-box-02 .inner-box ul li .text-box {
          flex: 1;
          text-align: left;
          padding: 30px; }
          #about-box #main-box-02 .inner-box ul li .text-box h4 {
            font: normal 3rem/1.2 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 700; }
          #about-box #main-box-02 .inner-box ul li .text-box p {
            margin: 20px 0 0 0; }
        #about-box #main-box-02 .inner-box ul li.arrow-box {
          background: none;
          box-shadow: none; }
          #about-box #main-box-02 .inner-box ul li.arrow-box img {
            max-width: 32px;
            vertical-align: bottom;
            margin: 0 auto; }
  #about-box #main-box-03 {
    padding: 120px 20px;
    text-align: center; }
    #about-box #main-box-03 .wrap-box {
      max-width: 1100px;
      margin: 70px auto 0;
      display: flex;
      justify-content: space-between; }
      #about-box #main-box-03 .wrap-box figure {
        max-width: 450px;
        width: 45%; }
        #about-box #main-box-03 .wrap-box figure img {
          width: 100%;
          vertical-align: bottom; }
      #about-box #main-box-03 .wrap-box .text-box {
        flex: 1;
        margin: 0 0 0 50px;
        text-align: left; }
        #about-box #main-box-03 .wrap-box .text-box h4 {
          font: normal 3.8rem/1.2 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700; }
          #about-box #main-box-03 .wrap-box .text-box h4 span {
            color: #125DCE; }
        #about-box #main-box-03 .wrap-box .text-box p {
          margin: 20px 0 0 0; }
  #about-box #main-box-04 {
    padding: 120px 20px;
    text-align: center;
    background: url(../img/k-47.jpg) center top repeat; }
    #about-box #main-box-04 .title-box + p {
      margin: 30px 0 0 0;
      color: #fff; }
    #about-box #main-box-04 .inner-box {
      max-width: 1100px;
      margin: 0 auto; }
      #about-box #main-box-04 .inner-box .q_box {
        margin: 20px auto 0;
        padding: 10px;
        background: #E9F2F8;
        display: flex;
        justify-content: space-between;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        box-sizing: border-box;
        margin: 40px 0 0 0;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px; }
        #about-box #main-box-04 .inner-box .q_box .circle_box {
          font: normal 2rem/1 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700;
          background: #125DCE;
          color: #fff;
          border-radius: 50%;
          -moz-border-radius: 50%;
          -webkit-border-radius: 50%;
          -ms-border-radius: 50%;
          -o-border-radius: 50%;
          width: 40px;
          height: 40px;
          display: flex;
          justify-content: center;
          align-items: center; }
        #about-box #main-box-04 .inner-box .q_box h5 {
          width: calc(100% - 60px);
          font: normal 1.8rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700;
          color: #333;
          align-self: center;
          margin: 0 0 0 10px;
          display: flex;
          justify-content: left;
          text-align: left; }
        #about-box #main-box-04 .inner-box .q_box:hover {
          cursor: pointer; }
        #about-box #main-box-04 .inner-box .q_box p {
          width: 40px;
          font: normal 3rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700;
          color: #FD7F23;
          align-self: center;
          display: block; }
      #about-box #main-box-04 .inner-box .a_box {
        margin: 20px auto 0;
        padding: 40px;
        background: #fff;
        box-sizing: border-box;
        display: none;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px; }
        #about-box #main-box-04 .inner-box .a_box .wrap_box {
          display: flex;
          justify-content: flex-start; }
          #about-box #main-box-04 .inner-box .a_box .wrap_box .circle_box {
            font: normal 2rem/1 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 700;
            background: #D4556E;
            color: #fff;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            width: 40px;
            height: 40px;
            display: flex;
            justify-content: center;
            align-items: center; }
          #about-box #main-box-04 .inner-box .a_box .wrap_box .text_box {
            width: calc(100% - 30px);
            font: normal 1.6rem/2 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #333;
            text-align: left;
            margin: 0 0 0 10px; }

  /* ------------ service-box ------------ */
  #service-box .title-box + p {
    margin: 30px 0 0 0; }
  #service-box #main-box-01 {
    padding: 80px 20px 120px 20px;
    text-align: center; }
    #service-box #main-box-01 ul {
      max-width: 1100px;
      margin: 50px auto 0;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      #service-box #main-box-01 ul li {
        list-style: none;
        width: 48%;
        background: #F5F8FA;
        padding: 20px;
        box-sizing: border-box;
        margin: 30px 0 0 0;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        box-shadow: 0 0 5px #dcdcdc; }
        #service-box #main-box-01 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: flex;
          justify-content: space-between;
          align-items: center; }
          #service-box #main-box-01 ul li a:link, #service-box #main-box-01 ul li a:visited, #service-box #main-box-01 ul li a:active {
            color: #333;
            text-decoration: none; }
          #service-box #main-box-01 ul li a:hover {
            opacity: 0.8;
            filter: alpha(opacity=80); }
            #service-box #main-box-01 ul li a:hover figure {
              transform: scale(1.1); }
          #service-box #main-box-01 ul li a figure {
            max-width: 122px;
            transform: scale(1);
            transition: ease-in-out 0.3s;
            -moz-transition: ease-in-out 0.3s;
            -webkit-transition: ease-in-out 0.3s;
            -ms-transition: ease-in-out 0.3s;
            -o-transition: ease-in-out 0.3s; }
            #service-box #main-box-01 ul li a figure img {
              width: 100%;
              vertical-align: bottom; }
          #service-box #main-box-01 ul li a .mask {
            display: block;
            line-height: 0;
            overflow: hidden; }
          #service-box #main-box-01 ul li a .text-box {
            flex: 1;
            text-align: left;
            margin: 0 0 0 20px; }
            #service-box #main-box-01 ul li a .text-box h4 {
              font: normal 2.4rem/1.2 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              font-weight: 700;
              color: #125DCE; }
            #service-box #main-box-01 ul li a .text-box p {
              font: normal 1.6rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              margin: 10px 0 0 0; }
  #service-box #main-box-02 {
    padding: 120px 20px;
    text-align: center;
    position: relative; }
    #service-box #main-box-02::before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: linear-gradient(-45deg, #F7FBFD, #F7FBFD 1px, #E9F2F8 1px, #E9F2F8 5px);
      transform: skewY(-5deg) translateY(90px);
      z-index: -1; }
    #service-box #main-box-02::after {
      content: '';
      position: absolute;
      top: -20px;
      bottom: -20px;
      left: 0;
      right: 0;
      background-color: #A5CCE6;
      transform: skewY(-8deg) translateY(90px);
      z-index: -2; }
    #service-box #main-box-02 ul {
      max-width: 1100px;
      margin: 0 auto; }
      #service-box #main-box-02 ul li {
        list-style: none;
        background: #fff;
        padding: 50px;
        position: relative;
        margin: 150px 0 0 0;
        box-shadow: 0 0 5px #dcdcdc; }
        #service-box #main-box-02 ul li h5 {
          width: 50%;
          font: normal 4rem/1.2 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700;
          background: #125DCE;
          border: solid 1px #fff;
          padding: 10px 0;
          color: #fff;
          display: inline-block;
          box-shadow: 0px 0px 0px 5px #125DCE;
          border-radius: 10px;
          -moz-border-radius: 10px;
          -webkit-border-radius: 10px;
          -ms-border-radius: 10px;
          -o-border-radius: 10px;
          position: absolute;
          left: 50%;
          top: -5.5%;
          transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -o-transform: translateX(-50%); }
        #service-box #main-box-02 ul li .wrap-box {
          display: flex;
          justify-content: space-between;
          margin: 50px 0 0 0; }
          #service-box #main-box-02 ul li .wrap-box figure.photo-box {
            max-width: 550px;
            width: 45%; }
            #service-box #main-box-02 ul li .wrap-box figure.photo-box img {
              width: 100%;
              vertical-align: bottom; }
          #service-box #main-box-02 ul li .wrap-box .text-box {
            flex: 1;
            margin: 0 0 0 40px;
            text-align: left; }
            #service-box #main-box-02 ul li .wrap-box .text-box p {
              margin: 0; }
        #service-box #main-box-02 ul li figure.number-box {
          position: absolute;
          top: -100px;
          right: -60px;
          max-width: 160px; }
          #service-box #main-box-02 ul li figure.number-box img {
            width: 100%;
            vertical-align: bottom; }
          #service-box #main-box-02 ul li figure.number-box.re {
            left: -60px; }
        #service-box #main-box-02 ul li:first-child {
          margin: 0; }

  /* ------------ purchase-box ------------ */
  #purchase-box {
    text-align: center; }
    #purchase-box #main-box-01 {
      max-width: 1000px;
      margin: 0 auto;
      padding: 80px 20px 120px 20px; }
      #purchase-box #main-box-01 h2 {
        font: normal 4rem/1.2 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700;
        color: #fff;
        background: #57B7C5;
        position: relative;
        padding: 15px 30px 15px 70px;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        text-align: left; }
        #purchase-box #main-box-01 h2::before {
          content: 'check_box';
          font-size: 40px;
          color: #fff;
          position: absolute;
          left: 20px;
          top: 50%;
          transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%); }
      #purchase-box #main-box-01 .title-box + p {
        margin: 30px 0 0 0; }
      #purchase-box #main-box-01 figure.title-img {
        max-width: 1000px;
        margin: 30px 0 0 0; }
        #purchase-box #main-box-01 figure.title-img img {
          width: 100%;
          vertical-align: bottom; }
      #purchase-box #main-box-01 .wrap-box {
        display: flex;
        justify-content: space-between;
        position: relative; }
        #purchase-box #main-box-01 .wrap-box figure {
          width: 35%;
          position: absolute;
          top: -70px;
          left: 50px; }
          #purchase-box #main-box-01 .wrap-box figure img {
            width: 100%;
            vertical-align: bottom; }
        #purchase-box #main-box-01 .wrap-box .text-box {
          flex: 1;
          margin: 30px 0 0 45%;
          text-align: left; }
          #purchase-box #main-box-01 .wrap-box .text-box h5 {
            font: normal 3.6rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 700;
            font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            position: relative;
            display: inline-block;
            padding: 0 20px; }
            #purchase-box #main-box-01 .wrap-box .text-box h5::before, #purchase-box #main-box-01 .wrap-box .text-box h5:after {
              position: absolute;
              content: ''; }
            #purchase-box #main-box-01 .wrap-box .text-box h5::after {
              top: 0;
              left: 0;
              width: 30px;
              height: 30px;
              border-top: 1px solid #333;
              border-left: 1px solid #333; }
            #purchase-box #main-box-01 .wrap-box .text-box h5::before {
              right: 0;
              bottom: 0;
              width: 30px;
              height: 30px;
              border-right: 1px solid #333;
              border-bottom: 1px solid #333; }
          #purchase-box #main-box-01 .wrap-box .text-box p {
            font: normal 2.6rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #333; }
            #purchase-box #main-box-01 .wrap-box .text-box p span {
              color: #D4556E;
              font: normal 4.6rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              font-weight: 700; }
          #purchase-box #main-box-01 .wrap-box .text-box img {
            margin: 30px 0 0 0; }
    #purchase-box #main-box-02 {
      position: relative;
      text-align: center;
      padding: 200px 20px 120px 20px; }
      #purchase-box #main-box-02::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(-45deg, #F7FBFD, #F7FBFD 1px, #E9F2F8 1px, #E9F2F8 5px);
        transform: skewY(-5deg) translateY(90px);
        z-index: -1; }
      #purchase-box #main-box-02::after {
        content: '';
        position: absolute;
        top: -20px;
        bottom: -20px;
        left: 0;
        right: 0;
        background-color: #A5CCE6;
        transform: skewY(-8deg) translateY(90px);
        z-index: -2; }
      #purchase-box #main-box-02 h4 {
        font: normal 4rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700;
        color: #333;
        position: relative;
        display: inline-block;
        padding: 0 20px; }
        #purchase-box #main-box-02 h4::before, #purchase-box #main-box-02 h4:after {
          position: absolute;
          content: ''; }
        #purchase-box #main-box-02 h4::after {
          top: 0;
          left: 0;
          width: 30px;
          height: 30px;
          border-top: 1px solid #333;
          border-left: 1px solid #333; }
        #purchase-box #main-box-02 h4::before {
          right: 0;
          bottom: 0;
          width: 30px;
          height: 30px;
          border-right: 1px solid #333;
          border-bottom: 1px solid #333; }
        #purchase-box #main-box-02 h4 span {
          color: #57B7C5;
          font-weight: 700; }
      #purchase-box #main-box-02 p {
        margin: 10px 0 0 0; }
        #purchase-box #main-box-02 p.t-title {
          font: normal 2rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700;
          margin: 50px 0 0 0;
          text-align: left;
          display: inline-block;
          background: #57B7C5;
          color: #fff;
          padding: 10px 20px;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px; }
        #purchase-box #main-box-02 p.t-price {
          font: normal 2rem/2 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700;
          border: 2px solid #D4556E;
          margin: 30px 0 0 0;
          padding: 10px;
          color: #D4556E; }
      #purchase-box #main-box-02 ul.list-box-01 {
        display: flex;
        justify-content: space-between;
        max-width: 1100px;
        padding: 0 20px;
        margin: 60px auto 0; }
        #purchase-box #main-box-02 ul.list-box-01 li {
          list-style: none;
          width: 23%;
          background: #fff;
          box-shadow: 0 0 5px #dcdcdc; }
          #purchase-box #main-box-02 ul.list-box-01 li .title-box {
            background: #57B7C5;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 10px; }
            #purchase-box #main-box-02 ul.list-box-01 li .title-box p {
              font: normal 2.6rem/1 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              font-weight: 700;
              color: #fff;
              margin: 0; }
            #purchase-box #main-box-02 ul.list-box-01 li .title-box .number-box {
              font: normal 2.2rem/1 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              font-weight: 700;
              color: #57B7C5;
              background: #fff;
              border-radius: 50%;
              -moz-border-radius: 50%;
              -webkit-border-radius: 50%;
              -ms-border-radius: 50%;
              -o-border-radius: 50%;
              width: 30px;
              height: 30px;
              margin: 0 0 0  10px;
              display: flex;
              align-items: center;
              justify-content: center; }
          #purchase-box #main-box-02 ul.list-box-01 li p.s-text {
            font: normal 1.6rem/2 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #333;
            margin: 0;
            padding: 20px; }
          #purchase-box #main-box-02 ul.list-box-01 li a.button-p {
            width: 80%;
            border: 1px solid #57B7C5;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            display: block;
            margin: 0 auto 20px;
            padding: 10px 0;
            font: normal 1.6rem/1 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-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; }
            #purchase-box #main-box-02 ul.list-box-01 li a.button-p:link, #purchase-box #main-box-02 ul.list-box-01 li a.button-p:visited, #purchase-box #main-box-02 ul.list-box-01 li a.button-p:active {
              color: #57B7C5;
              text-decoration: none; }
            #purchase-box #main-box-02 ul.list-box-01 li a.button-p:hover {
              background: #57B7C5;
              color: #fff; }
      #purchase-box #main-box-02 ul.list-box-02 {
        max-width: 1100px;
        padding: 0 20px;
        margin: 60px auto 0; }
        #purchase-box #main-box-02 ul.list-box-02 li {
          background: #fff;
          margin: 130px 0 0 0;
          list-style: none;
          padding: 50px;
          box-shadow: 0 0 5px #dcdcdc;
          /* 
          
          h5{
          width: 50%;
          @include font(4, 1.2);
          font-family: $font_gothic_bold;
          font-weight: 700;
          background: $main_color;
          border: solid 1px #fff;
          padding: 10px 0;
          color: #fff;
          display: inline-block;
          box-shadow: 0px 0px 0px 5px $main_color;
          @include css3(border-radius, 10px);
          position: absolute;
          left: 50%;
          top: -5.5%;
          @include css3(transform, translateX(-50%));
          }
          
          */ }
          #purchase-box #main-box-02 ul.list-box-02 li .title-box {
            background-color: #57B7C5;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 15px;
            width: 350px;
            margin: -80px auto 0;
            position: relative;
            border-radius: 10px;
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
            -ms-border-radius: 10px;
            -o-border-radius: 10px; }
            #purchase-box #main-box-02 ul.list-box-02 li .title-box p {
              font: normal 2.6rem/1 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              font-weight: 700;
              color: #fff;
              margin: 0; }
            #purchase-box #main-box-02 ul.list-box-02 li .title-box .number-box {
              font: normal 2rem/1 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              font-weight: 700;
              color: #57B7C5;
              background: #fff;
              border-radius: 50%;
              -moz-border-radius: 50%;
              -webkit-border-radius: 50%;
              -ms-border-radius: 50%;
              -o-border-radius: 50%;
              width: 30px;
              height: 30px;
              margin: 0 0 0 10px;
              display: flex;
              align-items: center;
              justify-content: center; }
          #purchase-box #main-box-02 ul.list-box-02 li h5 {
            font: normal 3.4rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 700;
            margin: 30px 0 0 0;
            background: linear-gradient(transparent 70%, #FFD7D1 70%);
            display: inline-block; }
            #purchase-box #main-box-02 ul.list-box-02 li h5 span {
              color: #D4556E; }
          #purchase-box #main-box-02 ul.list-box-02 li h5 + p {
            margin: 20px 0 0 0; }
          #purchase-box #main-box-02 ul.list-box-02 li .wrap-box {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin: 50px 0 0 0; }
            #purchase-box #main-box-02 ul.list-box-02 li .wrap-box figure {
              width: 60%; }
              #purchase-box #main-box-02 ul.list-box-02 li .wrap-box figure img {
                width: 100%; }
            #purchase-box #main-box-02 ul.list-box-02 li .wrap-box .text-box {
              flex: 1;
              margin: 0 0 0 3%;
              text-align: left; }
              #purchase-box #main-box-02 ul.list-box-02 li .wrap-box .text-box p {
                font: normal 2.8rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
                font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
                color: #333;
                font-weight: 700;
                margin: 0; }
                #purchase-box #main-box-02 ul.list-box-02 li .wrap-box .text-box p span {
                  color: #D4556E; }
          #purchase-box #main-box-02 ul.list-box-02 li ul.area {
            max-width: 720px;
            display: flex;
            justify-content: space-between;
            margin: 50px auto 0;
            width: 100%; }
            #purchase-box #main-box-02 ul.list-box-02 li ul.area li {
              margin: 0;
              padding: 0;
              width: 18%;
              box-shadow: none;
              border-radius: 50%;
              -moz-border-radius: 50%;
              -webkit-border-radius: 50%;
              -ms-border-radius: 50%;
              -o-border-radius: 50%;
              border: 1px solid #D4556E;
              background: #FFF7FA; }
              #purchase-box #main-box-02 ul.list-box-02 li ul.area li .circle-in {
                position: relative;
                padding-top: 100%;
                height: 0; }
                #purchase-box #main-box-02 ul.list-box-02 li ul.area li .circle-in p {
                  font: normal 2.2rem/1 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
                  font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
                  font-weight: 700;
                  color: #D4556E;
                  position: absolute;
                  top: calc((100% - 1em)/2);
                  left: 0;
                  right: 0;
                  margin: 0;
                  text-align: center; }
              #purchase-box #main-box-02 ul.list-box-02 li ul.area li:nth-child(3) p {
                top: calc((100% - 1em)/2.5); }
              #purchase-box #main-box-02 ul.list-box-02 li ul.area li:nth-child(5) p {
                top: calc((100% - 1em)/2.5); }
          #purchase-box #main-box-02 ul.list-box-02 li ul.lifestyle {
            padding: 0;
            margin: 50px 0 0 0;
            display: flex;
            justify-content: space-between; }
            #purchase-box #main-box-02 ul.list-box-02 li ul.lifestyle li {
              width: 30%;
              border: none;
              margin: 0;
              padding: 0;
              list-style: none;
              box-shadow: none; }
              #purchase-box #main-box-02 ul.list-box-02 li ul.lifestyle li img {
                width: 100%; }
              #purchase-box #main-box-02 ul.list-box-02 li ul.lifestyle li p {
                font: normal 1.6rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
          #purchase-box #main-box-02 ul.list-box-02 li table {
            width: 100%;
            margin: 30px 0 0 0; }
            #purchase-box #main-box-02 ul.list-box-02 li table tr {
              border-top: 1px solid #dcdcdc;
              border-bottom: 1px solid #dcdcdc;
              font: normal 1.6rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              color: #333; }
              #purchase-box #main-box-02 ul.list-box-02 li table tr th {
                border-left: 1px solid #dcdcdc;
                padding: 20px;
                background: #f5f5f5; }
                #purchase-box #main-box-02 ul.list-box-02 li table tr th.c-01 {
                  background: #57B7C5;
                  color: #fff; }
                #purchase-box #main-box-02 ul.list-box-02 li table tr th:last-of-type {
                  border-right: 1px solid #dcdcdc; }
              #purchase-box #main-box-02 ul.list-box-02 li table tr td {
                border-left: 1px solid #dcdcdc;
                padding: 20px;
                font: normal 1.8rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
                #purchase-box #main-box-02 ul.list-box-02 li table tr td:last-of-type {
                  border-right: 1px solid #dcdcdc; }
                #purchase-box #main-box-02 ul.list-box-02 li table tr td.p-01 {
                  font: normal 3rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
                  font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
                  font-weight: 700; }
                  #purchase-box #main-box-02 ul.list-box-02 li table tr td.p-01 span {
                    font: normal 2.4rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
                    font-weight: 700;
                    color: #D4556E; }
                    #purchase-box #main-box-02 ul.list-box-02 li table tr td.p-01 span::before {
                      margin-right: 5px;
                      content: "＼"; }
                    #purchase-box #main-box-02 ul.list-box-02 li table tr td.p-01 span::after {
                      margin-left: 5px;
                      content: "／"; }

  /* ------------ kojimadesign-box ------------ */
  #kojimadesign-box {
    text-align: center; }
    #kojimadesign-box .title-box + p {
      margin: 30px 0 0 0; }
    #kojimadesign-box #main-box-01 {
      max-width: 1100px;
      padding: 80px 20px 120px 20px;
      text-align: center;
      margin: 0 auto; }
      #kojimadesign-box #main-box-01 figure.main-photo {
        max-width: 1100px;
        margin: 50px auto 0; }
        #kojimadesign-box #main-box-01 figure.main-photo img {
          width: 100%;
          vertical-align: bottom; }
      #kojimadesign-box #main-box-01 .wrap-box {
        max-width: 1100px;
        margin: 100px auto 0;
        display: flex;
        justify-content: space-between; }
        #kojimadesign-box #main-box-01 .wrap-box figure {
          max-width: 460px;
          width: 45%; }
          #kojimadesign-box #main-box-01 .wrap-box figure img {
            width: 100%;
            vertical-align: bottom; }
        #kojimadesign-box #main-box-01 .wrap-box .text-box {
          flex: 1;
          margin: 0 0 0 50px;
          text-align: left; }
          #kojimadesign-box #main-box-01 .wrap-box .text-box h4 {
            font: normal 3.8rem/1.2 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 700; }
            #kojimadesign-box #main-box-01 .wrap-box .text-box h4 span {
              color: #125DCE; }
          #kojimadesign-box #main-box-01 .wrap-box .text-box p {
            margin: 20px 0 0 0; }
        #kojimadesign-box #main-box-01 .wrap-box.re .text-box {
          margin: 0 50px 0 0; }

  /* ------------ property-box ------------ */
  #property-box {
    text-align: center; }
    #property-box #main-box-01 {
      max-width: 1100px;
      margin: 0 auto;
      padding: 80px 20px; }
      #property-box #main-box-01 p {
        margin: 30px 0 0 0; }
        #property-box #main-box-01 p.title {
          font: normal 3.6rem/1.2 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700;
          margin: 50px 0 0 0;
          color: #125DCE; }
          #property-box #main-box-01 p.title br {
            display: none; }
      #property-box #main-box-01 figure.main-photo {
        max-width: 1100px;
        margin: 50px auto 0; }
        #property-box #main-box-01 figure.main-photo img {
          width: 100%;
          vertical-align: bottom; }
      #property-box #main-box-01 figure.main-illust {
        max-width: 913px;
        margin: 50px auto 0; }
        #property-box #main-box-01 figure.main-illust img {
          width: 100%;
          vertical-align: bottom; }
    #property-box #main-box-02 {
      position: relative;
      padding: 180px 20px 120px 20px; }
      #property-box #main-box-02::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(-45deg, #F7FBFD, #F7FBFD 1px, #E9F2F8 1px, #E9F2F8 5px);
        transform: skewY(-5deg) translateY(90px);
        z-index: -1; }
      #property-box #main-box-02::after {
        content: '';
        position: absolute;
        top: -20px;
        bottom: -20px;
        left: 0;
        right: 0;
        background-color: #A5CCE6;
        transform: skewY(-8deg) translateY(90px);
        z-index: -2; }
      #property-box #main-box-02 figure.main-photo {
        max-width: 1100px;
        margin: 50px auto 0; }
        #property-box #main-box-02 figure.main-photo img {
          width: 100%;
          vertical-align: bottom; }
      #property-box #main-box-02 p {
        margin: 30px 0 0 0; }

  /* ------------ subsidy-box ------------ */
  #subsidy-box {
    text-align: center; }
    #subsidy-box #main-box-01 {
      max-width: 1100px;
      margin: 0 auto;
      padding: 80px 20px 120px 20px; }
      #subsidy-box #main-box-01 .title-box + p {
        margin: 30px 0 0 0; }
      #subsidy-box #main-box-01 table {
        max-width: 1100px;
        margin: 100px auto 0; }
        #subsidy-box #main-box-01 table tr {
          border-bottom: 1px solid #dcdcdc;
          font: normal 1.6rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
          #subsidy-box #main-box-01 table tr th {
            padding: 10px;
            white-space: nowrap;
            font: normal 1.8rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            background: #f5f5f5; }
            #subsidy-box #main-box-01 table tr th:nth-child(2) {
              width: 30%; }
            #subsidy-box #main-box-01 table tr th:nth-child(4) {
              width: 35%; }
          #subsidy-box #main-box-01 table tr td {
            padding: 10px;
            text-align: left; }
            #subsidy-box #main-box-01 table tr td.c-01 {
              text-align: center;
              font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              font-weight: 700;
              width: 17.5%; }

  /* ------------ flyer-box ------------ */
  #flyer-box {
    text-align: center; }
    #flyer-box #main-box-01 {
      max-width: 1100px;
      margin: 0 auto;
      padding: 80px 20px 120px 20px; }
      #flyer-box #main-box-01 .title-box + p {
        margin: 30px 0 0 0; }
      #flyer-box #main-box-01 p.title {
        font: normal 3rem/1.3 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700;
        margin: 30px 0 0 0; }
        #flyer-box #main-box-01 p.title span {
          color: #D4556E; }
      #flyer-box #main-box-01 figure.img-box {
        width: 100%; }
        #flyer-box #main-box-01 figure.img-box img {
          width: 100%;
          vertical-align: bottom;
          margin: 50px 0 0 0; }

  /* ------------ damage-box ------------ */
  #damage-box {
    text-align: center; }
    #damage-box #main-box-01 {
      max-width: 1100px;
      margin: 0 auto;
      padding: 80px 20px; }
      #damage-box #main-box-01 figure.img-box {
        width: 100%; }
        #damage-box #main-box-01 figure.img-box img {
          width: 100%;
          vertical-align: bottom;
          margin: 50px 0 0 0; }
      #damage-box #main-box-01 p {
        margin: 50px 0 0 0; }
    #damage-box #main-box-02 {
      position: relative;
      padding: 180px 20px 120px 20px; }
      #damage-box #main-box-02::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(-45deg, #F7FBFD, #F7FBFD 1px, #E9F2F8 1px, #E9F2F8 5px);
        transform: skewY(-5deg) translateY(90px);
        z-index: -1; }
      #damage-box #main-box-02::after {
        content: '';
        position: absolute;
        top: -20px;
        bottom: -20px;
        left: 0;
        right: 0;
        background-color: #A5CCE6;
        transform: skewY(-8deg) translateY(90px);
        z-index: -2; }
      #damage-box #main-box-02 .inner-box {
        max-width: 1100px;
        margin: 0 auto;
        text-align: left; }
        #damage-box #main-box-02 .inner-box h2 {
          font: normal 3.2rem/1.3 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700;
          margin: 100px 0 0 0;
          padding: 0 0 10px 35px;
          border-bottom: 1px solid #125DCE;
          color: #125DCE;
          position: relative; }
          #damage-box #main-box-02 .inner-box h2:before {
            content: 'check_box';
            font-size: 3.2rem;
            position: absolute;
            top: 7px;
            left: 0; }
        #damage-box #main-box-02 .inner-box h2 + p {
          margin: 20px 0 0 0; }
        #damage-box #main-box-02 .inner-box .box-01 {
          background: #fff;
          padding: 50px;
          position: relative;
          margin: 100px 0 0 0;
          box-shadow: 0 0 5px #dcdcdc; }
          #damage-box #main-box-02 .inner-box .box-01 h3 {
            width: 60%;
            font: normal 3rem/1.2 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 700;
            background: #125DCE;
            border: solid 1px #fff;
            padding: 10px 0;
            color: #fff;
            display: inline-block;
            box-shadow: 0px 0px 0px 5px #125DCE;
            border-radius: 10px;
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
            -ms-border-radius: 10px;
            -o-border-radius: 10px;
            position: absolute;
            left: 50%;
            top: -2.5%;
            transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            text-align: center; }
          #damage-box #main-box-02 .inner-box .box-01 ul.list-01 {
            display: flex;
            justify-content: space-between;
            margin: 30px auto 0; }
            #damage-box #main-box-02 .inner-box .box-01 ul.list-01 li {
              width: 15%;
              box-shadow: none;
              border-radius: 50%;
              -moz-border-radius: 50%;
              -webkit-border-radius: 50%;
              -ms-border-radius: 50%;
              -o-border-radius: 50%;
              border: 1px solid #B9D5E3;
              background: #F4F8FA;
              list-style: none; }
              #damage-box #main-box-02 .inner-box .box-01 ul.list-01 li .circle-in {
                position: relative;
                padding-top: 100%;
                height: 0; }
                #damage-box #main-box-02 .inner-box .box-01 ul.list-01 li .circle-in p {
                  font: normal 2.2rem/1.2 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
                  font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
                  font-weight: 700;
                  color: #6F8C9A;
                  position: absolute;
                  top: calc((100% - 1em)/2);
                  left: 0;
                  right: 0;
                  margin: 0;
                  text-align: center; }
              #damage-box #main-box-02 .inner-box .box-01 ul.list-01 li:nth-child(6) p {
                top: calc((100% - 1em)/2.5); }
          #damage-box #main-box-02 .inner-box .box-01 ul.list-02 {
            display: flex;
            justify-content: center;
            margin: 30px auto 0; }
            #damage-box #main-box-02 .inner-box .box-01 ul.list-02 li {
              list-style: none;
              margin: 0 20px; }
              #damage-box #main-box-02 .inner-box .box-01 ul.list-02 li img {
                width: 100%;
                vertical-align: bottom; }
              #damage-box #main-box-02 .inner-box .box-01 ul.list-02 li p {
                text-align: center;
                margin: 10px 0 0 0; }
          #damage-box #main-box-02 .inner-box .box-01 h4 {
            font: normal 3rem/1.2 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 700;
            border-top: 1px solid #125DCE;
            border-bottom: 1px solid #125DCE;
            color: #125DCE;
            text-align: center;
            padding: 10px 0;
            margin: 50px 0 0 0; }
        #damage-box #main-box-02 .inner-box .q_box {
          margin: 20px auto 0;
          padding: 10px;
          background: #D3DEE5;
          display: flex;
          justify-content: space-between;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          box-sizing: border-box;
          margin: 40px 0 0 0;
          border-radius: 10px;
          -moz-border-radius: 10px;
          -webkit-border-radius: 10px;
          -ms-border-radius: 10px;
          -o-border-radius: 10px; }
          #damage-box #main-box-02 .inner-box .q_box .circle_box {
            font: normal 2rem/1 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 700;
            background: #125DCE;
            color: #fff;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            width: 40px;
            height: 40px;
            display: flex;
            justify-content: center;
            align-items: center; }
          #damage-box #main-box-02 .inner-box .q_box h5 {
            width: calc(100% - 60px);
            font: normal 1.8rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 700;
            align-self: center;
            margin: 0 0 0 10px;
            display: flex;
            justify-content: left;
            text-align: left; }
          #damage-box #main-box-02 .inner-box .q_box:hover {
            cursor: pointer; }
          #damage-box #main-box-02 .inner-box .q_box p {
            width: 40px;
            font: normal 3rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 700;
            color: #125DCE;
            align-self: center;
            display: block; }
        #damage-box #main-box-02 .inner-box .a_box {
          margin: 20px auto 0;
          padding: 40px;
          background: #fff;
          box-sizing: border-box;
          display: none;
          border-radius: 10px;
          -moz-border-radius: 10px;
          -webkit-border-radius: 10px;
          -ms-border-radius: 10px;
          -o-border-radius: 10px; }
          #damage-box #main-box-02 .inner-box .a_box .wrap_box {
            display: flex;
            justify-content: flex-start; }
            #damage-box #main-box-02 .inner-box .a_box .wrap_box .circle_box {
              font: normal 2rem/1 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              font-weight: 700;
              background: #D4556E;
              color: #fff;
              border-radius: 50%;
              -moz-border-radius: 50%;
              -webkit-border-radius: 50%;
              -ms-border-radius: 50%;
              -o-border-radius: 50%;
              width: 40px;
              height: 40px;
              display: flex;
              justify-content: center;
              align-items: center; }
            #damage-box #main-box-02 .inner-box .a_box .wrap_box .text_box {
              width: calc(100% - 30px);
              font: normal 1.6rem/2 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              color: #333;
              text-align: left;
              margin: 0 0 0 10px; }
        #damage-box #main-box-02 .inner-box .a_box + p {
          margin: 50px 0 0 0; }

  /* ------------ company-box ------------ */
  #company-box {
    text-align: center; }
    #company-box #main-box-01 {
      max-width: 1100px;
      margin: 0 auto;
      padding: 80px 20px; }
      #company-box #main-box-01 .wrap-box {
        max-width: 1100px;
        margin: 70px auto 0;
        display: flex;
        justify-content: space-between; }
        #company-box #main-box-01 .wrap-box figure {
          max-width: 472px;
          width: 45%; }
          #company-box #main-box-01 .wrap-box figure img {
            width: 100%;
            vertical-align: bottom;
            box-shadow: 0 0 5px #dcdcdc; }
        #company-box #main-box-01 .wrap-box .text-box {
          flex: 1;
          margin: 0 0 0 50px;
          text-align: left; }
          #company-box #main-box-01 .wrap-box .text-box p.name {
            margin: 40px 0 0 0;
            text-align: right; }
          #company-box #main-box-01 .wrap-box .text-box p.title {
            font: normal 3rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 700;
            margin: 0 0 20px 0; }
    #company-box #main-box-02 {
      position: relative;
      padding: 200px 20px 120px 20px; }
      #company-box #main-box-02::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(-45deg, #F7FBFD, #F7FBFD 1px, #E9F2F8 1px, #E9F2F8 5px);
        transform: skewY(-5deg) translateY(90px);
        z-index: -1; }
      #company-box #main-box-02::after {
        content: '';
        position: absolute;
        top: -20px;
        bottom: -20px;
        left: 0;
        right: 0;
        background-color: #A5CCE6;
        transform: skewY(-8deg) translateY(90px);
        z-index: -2; }
      #company-box #main-box-02 figure.main-img {
        max-width: 1100px;
        margin: 50px auto 0; }
        #company-box #main-box-02 figure.main-img img {
          width: 100%;
          vertical-align: bottom; }
      #company-box #main-box-02 h2 {
        font: normal 3.2rem/1.3 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700;
        margin: 30px 0 0 0; }
      #company-box #main-box-02 p {
        margin: 30px 0 0 0; }
    #company-box #main-box-03 {
      max-width: 900px;
      margin: 0 auto;
      padding: 200px 20px 120px 20px; }
      #company-box #main-box-03 table {
        margin: 70px 0 0 0; }
        #company-box #main-box-03 table tr {
          font: normal 1.6rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          border-bottom: 1px solid #dcdcdc; }
          #company-box #main-box-03 table tr th {
            background: #f5f5f5;
            font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 700;
            padding: 15px;
            width: 20%; }
          #company-box #main-box-03 table tr td {
            text-align: left;
            padding: 15px 15px 15px 30px; }
            #company-box #main-box-03 table tr td dl dt {
              font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              font-weight: 700;
              margin: 15px 0 0 0; }
            #company-box #main-box-03 table tr td dl dd {
              margin: 10px 0 0 20px; }
          #company-box #main-box-03 table tr:first-of-type {
            border-top: 1px solid #dcdcdc; }
    #company-box #main-box-04 {
      padding: 0 0 120px 0; }
      #company-box #main-box-04 .g-map {
        margin: 70px auto 0;
        height: 0;
        overflow: hidden;
        padding-bottom: 30%;
        position: relative; }
        #company-box #main-box-04 .g-map iframe {
          position: absolute;
          left: 0;
          top: 0;
          height: 100%;
          width: 100%;
          filter: grayscale(80%); }
      #company-box #main-box-04 ul {
        display: flex;
        justify-content: center;
        margin: 50px 0 0 0; }
        #company-box #main-box-04 ul li {
          list-style: none;
          margin: 0 20px; }
          #company-box #main-box-04 ul li a {
            width: 250px;
            padding: 20px 0;
            font: normal 1.6rem/1 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            text-align: center;
            display: inline-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; }
            #company-box #main-box-04 ul li a:link, #company-box #main-box-04 ul li a:visited, #company-box #main-box-04 ul li a:active {
              background: #125DCE;
              color: #fff;
              text-decoration: none;
              border-radius: 10px;
              -moz-border-radius: 10px;
              -webkit-border-radius: 10px;
              -ms-border-radius: 10px;
              -o-border-radius: 10px; }
            #company-box #main-box-04 ul li a:hover {
              opacity: 0.8;
              filter: alpha(opacity=80); }
            #company-box #main-box-04 ul li a:after {
              content: 'arrow_circle_right';
              position: absolute;
              font-size: 18px;
              right: 10px;
              top: 50%;
              transform: translateY(-40%);
              -moz-transform: translateY(-40%);
              -webkit-transform: translateY(-40%);
              -ms-transform: translateY(-40%);
              -o-transform: translateY(-40%); }

  /* ------------ construction-box ------------ */
  #construction-box {
    text-align: center; }
    #construction-box #main-box-01 {
      max-width: 1100px;
      margin: 0 auto;
      padding: 80px 20px; }
      #construction-box #main-box-01 .title-box + p {
        margin: 30px 0 0 0; }
      #construction-box #main-box-01 h2 {
        margin: 70px 0 0 0;
        font: normal 2.6rem/1.3 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700;
        color: #125DCE;
        text-align: left; }
      #construction-box #main-box-01 ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        background: #125DCE;
        margin: 20px 0 0 0;
        padding: 15px; }
        #construction-box #main-box-01 ul li {
          list-style: none;
          width: 18%;
          background: #fff;
          margin: 0;
          font: normal 1.6rem/1 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px; }
          #construction-box #main-box-01 ul li a {
            display: block;
            padding: 15px;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            position: relative; }
            #construction-box #main-box-01 ul li a:link, #construction-box #main-box-01 ul li a:visited, #construction-box #main-box-01 ul li a:active {
              text-decoration: none;
              color: #333; }
            #construction-box #main-box-01 ul li a:hover {
              opacity: 0.7;
              filter: alpha(opacity=70); }
            #construction-box #main-box-01 ul li a:before {
              content: 'chevron_right';
              font-size: 1.6rem;
              position: absolute;
              right: 5px;
              top: 50%;
              transform: translateY(-50%);
              -moz-transform: translateY(-50%);
              -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              -o-transform: translateY(-50%);
              color: #333; }
          #construction-box #main-box-01 ul li:nth-child(n +6) {
            margin: 10px 0 0 0; }
          #construction-box #main-box-01 ul li:nth-child(19) {
            background: none; }
          #construction-box #main-box-01 ul li:nth-child(20) {
            background: none; }
    #construction-box #main-box-02 {
      position: relative;
      padding: 200px 20px 120px 20px;
      text-align: center; }
      #construction-box #main-box-02::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(-45deg, #F7FBFD, #F7FBFD 1px, #E9F2F8 1px, #E9F2F8 5px);
        transform: skewY(-5deg) translateY(90px);
        z-index: -1; }
      #construction-box #main-box-02::after {
        content: '';
        position: absolute;
        top: -20px;
        bottom: -20px;
        left: 0;
        right: 0;
        background-color: #A5CCE6;
        transform: skewY(-8deg) translateY(90px);
        z-index: -2; }
      #construction-box #main-box-02 h3 {
        font: normal 3.6rem/1.2 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        background: #125DCE;
        display: inline-block;
        padding: 10px 70px;
        color: #fff;
        border: solid 1px #fff;
        box-shadow: 0px 0px 0px 5px #125DCE; }
      #construction-box #main-box-02 p.noworks {
        margin: 100px 0 0 0; }
      #construction-box #main-box-02 ul.list-box {
        max-width: 1100px;
        margin: 30px auto 0;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        #construction-box #main-box-02 ul.list-box::after {
          content: "";
          display: block;
          width: 30%; }
        #construction-box #main-box-02 ul.list-box li {
          list-style: none;
          width: 30%;
          margin: 50px 0 0 0;
          background: #fff;
          box-shadow: 0 0 5px #dcdcdc;
          text-align: left; }
          #construction-box #main-box-02 ul.list-box 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; }
            #construction-box #main-box-02 ul.list-box li a:link, #construction-box #main-box-02 ul.list-box li a:visited, #construction-box #main-box-02 ul.list-box li a:active {
              text-decoration: none;
              color: #333; }
            #construction-box #main-box-02 ul.list-box li a:hover {
              opacity: 0.8;
              filter: alpha(opacity=80); }
            #construction-box #main-box-02 ul.list-box li a figure {
              width: 100%;
              position: relative; }
              #construction-box #main-box-02 ul.list-box li a figure img {
                width: 100%;
                vertical-align: bottom; }
              #construction-box #main-box-02 ul.list-box li a figure p.area {
                position: absolute;
                top: 0;
                left: 0;
                background: rgba(0, 0, 0, 0.4);
                padding: 8px 30px;
                font: normal 1.4rem/1 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
                color: #fff; }
          #construction-box #main-box-02 ul.list-box li .text-box {
            padding: 15px;
            display: block; }
            #construction-box #main-box-02 ul.list-box li .text-box h4 {
              font: normal 2.2rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              font-weight: 700; }
            #construction-box #main-box-02 ul.list-box li .text-box p.price {
              font: normal 1.8rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              font-weight: 700;
              margin: 5px 0 0 0; }
            #construction-box #main-box-02 ul.list-box li .text-box p.cate {
              font: normal 1.6rem/1 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              border: 1px solid #dcdcdc;
              display: inline-block;
              padding: 5px 10px;
              margin: 15px 0 0 0;
              color: #666; }
      #construction-box #main-box-02 .pagenation-box {
        margin: 70px 0 0 0; }
        #construction-box #main-box-02 .pagenation-box ul {
          display: flex;
          justify-content: center; }
          #construction-box #main-box-02 .pagenation-box ul li {
            list-style: none;
            margin-left: 20px;
            font: normal 1.6rem/1 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            box-shadow: 0 0 5px #dcdcdc; }
            #construction-box #main-box-02 .pagenation-box ul li.active {
              color: #fff;
              padding: 10px 15px;
              background-color: #125DCE; }
            #construction-box #main-box-02 .pagenation-box ul li a {
              background-color: #fff;
              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; }
              #construction-box #main-box-02 .pagenation-box ul li a:hover {
                background: #125DCE;
                color: #fff; }
            #construction-box #main-box-02 .pagenation-box ul li:first-child {
              margin: 0; }
    #construction-box #main-box-03 {
      max-width: 1100px;
      margin: 0 auto;
      padding: 80px 20px; }
      #construction-box #main-box-03 h2 {
        font: normal 3.6rem/1.2 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700;
        border-top: 1px solid #333;
        border-bottom: 1px solid #333;
        padding: 10px 0;
        margin: 70px 0 0 0; }
      #construction-box #main-box-03 ul {
        display: flex;
        justify-content: center;
        margin: 30px 0 0 0; }
        #construction-box #main-box-03 ul li {
          list-style: none;
          background: #125DCE;
          font: normal 1.6rem/1 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          margin: 0 10px;
          padding: 8px 20px; }
          #construction-box #main-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; }
            #construction-box #main-box-03 ul li a:link, #construction-box #main-box-03 ul li a:visited, #construction-box #main-box-03 ul li a:active {
              text-decoration: none;
              color: #fff; }
            #construction-box #main-box-03 ul li a:hover {
              opacity: 0.8;
              filter: alpha(opacity=80); }
    #construction-box #main-box-04 {
      position: relative;
      padding: 240px 20px 200px 20px; }
      #construction-box #main-box-04::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(-45deg, #F7FBFD, #F7FBFD 1px, #E9F2F8 1px, #E9F2F8 5px);
        transform: skewY(-5deg) translateY(90px);
        z-index: -1; }
      #construction-box #main-box-04::after {
        content: '';
        position: absolute;
        top: -20px;
        bottom: -20px;
        left: 0;
        right: 0;
        background-color: #A5CCE6;
        transform: skewY(-8deg) translateY(90px);
        z-index: -2; }
      #construction-box #main-box-04 .detail-box {
        max-width: 1100px;
        margin: 0 auto;
        background: #fff;
        display: flex;
        justify-content: space-between;
        padding: 35px;
        box-sizing: border-box;
        align-items: stretch;
        box-shadow: 0 0 5px #dcdcdc; }
        #construction-box #main-box-04 .detail-box .title-box {
          background: #f5f5f5;
          padding: 40px;
          font: normal 2.2rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700;
          display: flex;
          align-items: center; }
        #construction-box #main-box-04 .detail-box .text-box {
          flex: 1;
          text-align: left;
          margin: 0 0 0 35px; }
          #construction-box #main-box-04 .detail-box .text-box dl {
            display: flex;
            justify-content: flex-start;
            font: normal 1.6rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            border-bottom: 1px solid #dcdcdc; }
            #construction-box #main-box-04 .detail-box .text-box dl dt {
              padding: 10px;
              width: 150px;
              font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              font-weight: 700; }
            #construction-box #main-box-04 .detail-box .text-box dl dd {
              padding: 10px;
              flex: 1; }
            #construction-box #main-box-04 .detail-box .text-box dl:last-of-type {
              border: none; }
      #construction-box #main-box-04 .photo-box {
        max-width: 1100px;
        margin: 0 auto; }
        #construction-box #main-box-04 .photo-box ul {
          display: flex;
          justify-content: space-between;
          align-items: center;
          margin: 70px 0 0 0; }
          #construction-box #main-box-04 .photo-box ul li {
            list-style: none;
            position: relative; }
            #construction-box #main-box-04 .photo-box ul li:nth-child(1), #construction-box #main-box-04 .photo-box ul li:nth-child(3) {
              width: 47%; }
              #construction-box #main-box-04 .photo-box ul li:nth-child(1) img, #construction-box #main-box-04 .photo-box ul li:nth-child(3) img {
                width: 100%;
                vertical-align: bottom;
                aspect-ratio: 3 / 2;
                object-fit: cover;
                box-shadow: 0 0 5px #dcdcdc; }
            #construction-box #main-box-04 .photo-box ul li:nth-child(2) {
              width: 6%; }
              #construction-box #main-box-04 .photo-box ul li:nth-child(2) img {
                max-width: 25px;
                vertical-align: bottom; }
            #construction-box #main-box-04 .photo-box ul li:nth-child(1) p.text-box {
              position: absolute;
              top: 0;
              left: 0;
              z-index: 1;
              background: #999;
              color: #fff;
              font: normal 1.8rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              font-weight: 700;
              padding: 5px 30px; }
            #construction-box #main-box-04 .photo-box ul li:nth-child(3) p.text-box {
              position: absolute;
              top: 0;
              left: 0;
              z-index: 1;
              background: #57B7C5;
              color: #fff;
              font: normal 1.8rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              font-weight: 700;
              padding: 5px 30px; }

  /* ------------ job-box ------------ */
  #job-box {
    text-align: center; }
    #job-box #main-box-01 {
      max-width: 1100px;
      margin: 0 auto;
      padding: 80px 20px 120px 20px; }
      #job-box #main-box-01 figure.main-img {
        width: 100%;
        margin: 50px 0 0 0; }
        #job-box #main-box-01 figure.main-img img {
          width: 100%;
          vertical-align: bottom; }
      #job-box #main-box-01 h4 {
        margin: 50px 0 0 0;
        font: normal 3rem/1.3 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700; }
      #job-box #main-box-01 p {
        margin: 30px 0 0 0; }
      #job-box #main-box-01 h5 {
        margin: 100px 0 0 0;
        font: normal 3rem/1.3 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700; }
      #job-box #main-box-01 dl {
        max-width: 900px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        font: normal 1.6rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        padding: 20px;
        text-align: left; }
        #job-box #main-box-01 dl dt {
          width: 30%; }
        #job-box #main-box-01 dl dd {
          flex: 1; }
        #job-box #main-box-01 dl:nth-of-type(odd) {
          background: #f5f5f5; }
        #job-box #main-box-01 dl:first-of-type {
          margin: 50px auto 0; }

  /* ------------ contact-box ------------ */
  #contact-box {
    text-align: center; }
    #contact-box #main-box-01 {
      max-width: 1100px;
      margin: 0 auto;
      padding: 80px 20px 120px 20px; }
      #contact-box #main-box-01 .inner-box {
        max-width: 800px;
        margin: 120px auto 0;
        border: 1px solid #125DCE;
        padding: 50px;
        box-sizing: border-box;
        position: relative; }
        #contact-box #main-box-01 .inner-box h2 {
          width: 50%;
          font: normal 3.6rem/1.2 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700;
          background: #125DCE;
          border: solid 1px #fff;
          padding: 10px 0;
          color: #fff;
          display: inline-block;
          box-shadow: 0px 0px 0px 5px #125DCE;
          border-radius: 10px;
          -moz-border-radius: 10px;
          -webkit-border-radius: 10px;
          -ms-border-radius: 10px;
          -o-border-radius: 10px;
          position: absolute;
          left: 50%;
          top: -15%;
          transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -o-transform: translateX(-50%); }
        #contact-box #main-box-01 .inner-box p.tel-number {
          margin: 20px 0 0 0;
          font: normal 5rem/1.3 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700; }
    #contact-box #main-box-02 {
      max-width: 1000px;
      margin: 0 auto;
      padding: 0 20px 120px; }
      #contact-box #main-box-02 p {
        text-align: left; }
      #contact-box #main-box-02 dl {
        font: normal 1.6rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        border-bottom: 1px solid #dcdcdc;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        #contact-box #main-box-02 dl dt {
          width: 35%;
          padding: 30px;
          text-align: left;
          box-sizing: border-box;
          background: #E9F2F8;
          display: flex;
          align-items: center;
          justify-content: space-between;
          font: normal 1.8rem/1.2 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700; }
          #contact-box #main-box-02 dl dt .required {
            font: normal 1.4rem/1 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 400;
            color: #fff;
            background: #D4556E;
            margin: 0 10px;
            padding: 5px; }
        #contact-box #main-box-02 dl dd {
          width: 65%;
          padding: 30px;
          display: flex;
          box-sizing: border-box;
          align-items: center;
          text-align: left; }
          #contact-box #main-box-02 dl dd select {
            width: 50%;
            height: 50px;
            font: normal 1.6rem/1 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            border: none;
            box-sizing: border-box;
            background-color: #f5f5f5;
            border: 1px solid #dcdcdc;
            padding: 0 10px; }
          #contact-box #main-box-02 dl dd textarea {
            width: 100%;
            height: 250px;
            border: 1px solid #dcdcdc;
            padding: 15px;
            resize: none;
            font: normal 1.6rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            box-sizing: border-box; }
            #contact-box #main-box-02 dl dd textarea::-webkit-input-placeholder {
              color: #999; }
            #contact-box #main-box-02 dl dd textarea::placeholder {
              color: #999; }
            #contact-box #main-box-02 dl dd textarea::-ms-input-placeholder {
              color: #999; }
            #contact-box #main-box-02 dl dd textarea::-ms-input-placeholder {
              color: #999; }
          #contact-box #main-box-02 dl dd input[type="text"] {
            width: 100%;
            border: 1px solid #dcdcdc;
            font: normal 1.6rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            box-sizing: border-box;
            padding: 15px; }
            #contact-box #main-box-02 dl dd input[type="text"].w30 {
              width: 50%; }
            #contact-box #main-box-02 dl dd input[type="text"]::-webkit-input-placeholder {
              color: #999; }
            #contact-box #main-box-02 dl dd input[type="text"]::placeholder {
              color: #999; }
            #contact-box #main-box-02 dl dd input[type="text"]::-ms-input-placeholder {
              color: #999; }
            #contact-box #main-box-02 dl dd input[type="text"]::-ms-input-placeholder {
              color: #999; }
          #contact-box #main-box-02 dl dd input:focus {
            outline: none; }
        #contact-box #main-box-02 dl:first-of-type {
          border-top: 1px solid #dcdcdc;
          margin: 30px 0 0 0; }
      #contact-box #main-box-02 .submit-box {
        text-align: center;
        margin: 50px 0 0 0; }
        #contact-box #main-box-02 .submit-box p {
          text-align: center; }
        #contact-box #main-box-02 .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 #main-box-02 .submit-box a:link, #contact-box #main-box-02 .submit-box a:visited, #contact-box #main-box-02 .submit-box a:active {
            text-decoration: none;
            color: #000; }
          #contact-box #main-box-02 .submit-box a:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }
        #contact-box #main-box-02 .submit-box .submit_button {
          padding: 30px 120px;
          margin: 30px 0 0 0;
          font: normal 1.8rem/1 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700;
          color: #fff;
          text-align: center;
          background-color: #125DCE;
          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;
          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 #main-box-02 .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 #main-box-02 .submit-box .submit_button:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }
        #contact-box #main-box-02 .submit-box .back_button {
          padding: 30px 120px;
          margin: 30px 30px 0 0;
          font: normal 1.8rem/1 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-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;
          appearance: button;
          border-radius: 30px;
          -moz-border-radius: 30px;
          -webkit-border-radius: 30px;
          -ms-border-radius: 30px;
          -o-border-radius: 30px; }
          #contact-box #main-box-02 .submit-box .back_button:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }
        #contact-box #main-box-02 .submit-box .agree_box {
          display: block;
          margin: 30px 0 0 0;
          text-align: center;
          cursor: pointer; }
          #contact-box #main-box-02 .submit-box .agree_box span {
            font: normal 2rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            vertical-align: middle; }
          #contact-box #main-box-02 .submit-box .agree_box input.mark {
            width: 20px;
            height: 20px;
            border: 1px solid #dcdcdc; }
      #contact-box #main-box-02 table {
        margin: 0 auto;
        width: 100%; }
        #contact-box #main-box-02 table th {
          padding: 20px;
          border-bottom: 1px solid #dcdcdc;
          font: normal 1.6rem/1 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          width: 240px;
          text-align: left;
          font-weight: 700;
          background: #f7f7f7;
          box-sizing: border-box; }
        #contact-box #main-box-02 table td {
          padding: 20px;
          border-bottom: 1px solid #dcdcdc;
          font: normal 1.6rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          text-align: left;
          box-sizing: border-box; }

  /* ------------ privacy-box ------------ */
  #privacy-box {
    max-width: 1000px;
    margin: 0 auto;
    padding: 80px 20px 120px 20px;
    text-align: left; }
    #privacy-box h4 {
      margin: 50px 0 0 0;
      font: normal 2rem/1.3 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 700;
      border-bottom: 1px solid #dcdcdc;
      padding: 0 0 10px 0; }
    #privacy-box .title-box + p {
      margin: 70px 0 0 0; }
    #privacy-box p {
      margin: 10px 0 0 0; }
    #privacy-box ul {
      margin: 20px 0 0 20px; }
      #privacy-box ul li {
        list-style: none;
        font: normal 1.6rem/2 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
        #privacy-box 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; }
          #privacy-box ul li a:link, #privacy-box ul li a:visited, #privacy-box ul li a:active {
            color: #333;
            text-decoration: none; }
          #privacy-box ul li a:hover {
            opacity: 0.8;
            filter: alpha(opacity=80); }

  /* ------------ news-box ------------ */
  #news-box {
    max-width: 1100px;
    margin: 0 auto;
    padding: 80px 20px 120px 20px;
    display: flex;
    justify-content: space-between; }
    #news-box #main-box {
      width: 70%; }
      #news-box #main-box .newslist-box {
        text-align: left; }
        #news-box #main-box .newslist-box h3 {
          font: normal 2.6rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700;
          color: #125DCE;
          padding: 10px;
          background: #E9F2F8;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px; }
          #news-box #main-box .newslist-box h3:nth-of-type(2) {
            margin: 40px 0 0 0; }
        #news-box #main-box .newslist-box ul.type-01 li {
          padding: 20px 0;
          list-style: none;
          border-bottom: 1px solid #dcdcdc;
          display: flex;
          justify-content: space-between; }
          #news-box #main-box .newslist-box ul.type-01 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: 30%; }
            #news-box #main-box .newslist-box ul.type-01 li a.eyecatch figure {
              width: 100%; }
              #news-box #main-box .newslist-box ul.type-01 li a.eyecatch figure img {
                width: 100%;
                vertical-align: bottom; }
            #news-box #main-box .newslist-box ul.type-01 li a.eyecatch:hover {
              opacity: 0.8;
              filter: alpha(opacity=80); }
          #news-box #main-box .newslist-box ul.type-01 li .text-box {
            width: 67%;
            align-self: center; }
            #news-box #main-box .newslist-box ul.type-01 li .text-box p.date {
              margin: 10px 0 0 0;
              position: relative;
              font: normal 1.4rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              color: #333; }
              #news-box #main-box .newslist-box ul.type-01 li .text-box p.date:before {
                content: 'event_note';
                position: relative;
                left: 0;
                top: -2px;
                font-size: 1.8rem;
                color: #333;
                padding: 0 5px 0 0; }
            #news-box #main-box .newslist-box ul.type-01 li .text-box h4 {
              font: normal 1.8rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              color: #333;
              margin: 10px 0 0 0; }
              #news-box #main-box .newslist-box ul.type-01 li .text-box 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-box .newslist-box ul.type-01 li .text-box h4 a:link, #news-box #main-box .newslist-box ul.type-01 li .text-box h4 a:visited, #news-box #main-box .newslist-box ul.type-01 li .text-box h4 a:active {
                  text-decoration: none;
                  color: #333; }
                #news-box #main-box .newslist-box ul.type-01 li .text-box h4 a:hover {
                  opacity: 0.8;
                  filter: alpha(opacity=80); }
            #news-box #main-box .newslist-box ul.type-01 li .text-box ul.post-categories li {
              border: none;
              padding: 0;
              margin: 10px 0 0 0; }
              #news-box #main-box .newslist-box ul.type-01 li .text-box ul.post-categories li a {
                font: normal 1.4rem/1 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
                padding: 5px 10px;
                display: inline-block;
                border: 1px solid #333; }
                #news-box #main-box .newslist-box ul.type-01 li .text-box ul.post-categories li a:link, #news-box #main-box .newslist-box ul.type-01 li .text-box ul.post-categories li a:visited, #news-box #main-box .newslist-box ul.type-01 li .text-box ul.post-categories li a:active {
                  text-decoration: none;
                  color: #333; }
                #news-box #main-box .newslist-box ul.type-01 li .text-box ul.post-categories li a:hover {
                  opacity: 0.8;
                  filter: alpha(opacity=80); }
              #news-box #main-box .newslist-box ul.type-01 li .text-box ul.post-categories li:first-child {
                margin: 0; }
        #news-box #main-box .newslist-box ul.link-box {
          max-width: 1000px;
          margin: 80px auto 0;
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap; }
          #news-box #main-box .newslist-box ul.link-box li {
            width: 46%;
            list-style: none;
            text-align: center; }
            #news-box #main-box .newslist-box ul.link-box li a {
              background: #8E0000;
              border-radius: 10px;
              -moz-border-radius: 10px;
              -webkit-border-radius: 10px;
              -ms-border-radius: 10px;
              -o-border-radius: 10px;
              display: block;
              padding: 30px 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;
              font: normal 1.6rem/1 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              color: #fff;
              position: relative; }
              #news-box #main-box .newslist-box ul.link-box li a:link, #news-box #main-box .newslist-box ul.link-box li a:visited, #news-box #main-box .newslist-box ul.link-box li a:active {
                text-decoration: none;
                color: #fff; }
              #news-box #main-box .newslist-box ul.link-box li a:hover {
                opacity: 0.7;
                filter: alpha(opacity=70); }
              #news-box #main-box .newslist-box ul.link-box li a:after {
                content: 'picture_as_pdf';
                position: absolute;
                font-size: 30px;
                right: 15px;
                top: 50%;
                transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                color: #fff; }
            #news-box #main-box .newslist-box ul.link-box li:nth-child(n+3) {
              margin: 30px 0 0 0; }
        #news-box #main-box .newslist-box dl {
          display: flex;
          justify-content: space-between;
          align-items: center;
          font: normal 1.6rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #333; }
          #news-box #main-box .newslist-box dl dt {
            width: 50%;
            padding: 20px;
            box-sizing: border-box; }
            #news-box #main-box .newslist-box dl dt a:link, #news-box #main-box .newslist-box dl dt a:visited, #news-box #main-box .newslist-box dl dt a:active {
              text-decoration: underline;
              color: #333; }
            #news-box #main-box .newslist-box dl dt a:hover {
              text-decoration: underline; }
          #news-box #main-box .newslist-box dl dd {
            flex: 1;
            padding: 20px; }
            #news-box #main-box .newslist-box dl dd a:link, #news-box #main-box .newslist-box dl dd a:visited, #news-box #main-box .newslist-box dl dd a:active {
              text-decoration: underline;
              color: #333; }
            #news-box #main-box .newslist-box dl dd a:hover {
              text-decoration: underline; }
          #news-box #main-box .newslist-box dl:nth-of-type(2n) {
            background: #F3EDE3;
            margin: 0; }
        #news-box #main-box .newslist-box p.none-text {
          margin: 30px 0 0 0;
          font: normal 1.6rem/2 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #333; }
      #news-box #main-box .pagenation-box {
        margin: 50px 0 0 0; }
        #news-box #main-box .pagenation-box ul {
          display: flex;
          justify-content: center; }
          #news-box #main-box .pagenation-box ul li {
            list-style: none;
            margin-left: 10px;
            font: normal 1.6rem/1 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
            #news-box #main-box .pagenation-box ul li.active {
              color: #fff;
              padding: 10px 15px;
              border: 1px solid #125DCE;
              background: #125DCE; }
            #news-box #main-box .pagenation-box ul li a {
              background: #fff;
              color: #333;
              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;
              border: 1px solid #333; }
              #news-box #main-box .pagenation-box ul li a:hover {
                background: #125DCE;
                border: 1px solid #125DCE;
                color: #fff; }
            #news-box #main-box .pagenation-box ul li:first-child {
              margin: 0; }
      #news-box #main-box .newsarticle-box .cate-title {
        padding: 10px;
        background: #E9F2F8;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px; }
        #news-box #main-box .newsarticle-box .cate-title h3 {
          font: normal 2.6rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700;
          color: #125DCE; }
        #news-box #main-box .newsarticle-box .cate-title p.list {
          font: normal 1.6rem/1 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #333;
          position: relative;
          padding: 0 0 0 20px; }
          #news-box #main-box .newsarticle-box .cate-title p.list a:link, #news-box #main-box .newsarticle-box .cate-title p.list a:visited, #news-box #main-box .newsarticle-box .cate-title p.list a:active {
            text-decoration: none;
            color: #333; }
          #news-box #main-box .newsarticle-box .cate-title p.list a:hover {
            text-decoration: underline;
            color: #333; }
          #news-box #main-box .newsarticle-box .cate-title p.list:before {
            content: 'keyboard_backspace';
            position: absolute;
            left: 0;
            top: 0;
            font-size: 1.6rem;
            color: #333; }
      #news-box #main-box .newsarticle-box .article-box {
        margin: 30px 0 0 0;
        text-align: left; }
        #news-box #main-box .newsarticle-box .article-box p.date {
          font: normal 1.4rem/1 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #333;
          position: relative; }
          #news-box #main-box .newsarticle-box .article-box p.date:before {
            content: 'event_note';
            position: relative;
            left: 0;
            top: -2px;
            font-size: 1.6rem;
            color: #333;
            padding: 0 5px 0 0; }
        #news-box #main-box .newsarticle-box .article-box h4 {
          font: normal 2.6rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #333;
          margin: 5px 0 0 0;
          font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700; }
        #news-box #main-box .newsarticle-box .article-box p {
          font: normal 1.6rem/2 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #333;
          margin: 30px 0 0 0; }
        #news-box #main-box .newsarticle-box .article-box img.alignleft {
          float: left;
          display: block;
          margin: 0 30px 30px 0; }
        #news-box #main-box .newsarticle-box .article-box img.aligncenter {
          display: block;
          margin: 30px auto; }
        #news-box #main-box .newsarticle-box .article-box img.alignright {
          float: right;
          display: block;
          margin: 0 0 30px 30px; }
        #news-box #main-box .newsarticle-box .article-box img.alignnone {
          display: block;
          text-align: left;
          margin: 30px auto; }
        #news-box #main-box .newsarticle-box .article-box 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-box .newsarticle-box .article-box a:link, #news-box #main-box .newsarticle-box .article-box a:visited, #news-box #main-box .newsarticle-box .article-box a:active {
          text-decoration: underline;
          color: #333; }
        #news-box #main-box .newsarticle-box .article-box a:hover {
          text-decoration: underline;
          color: #333; }
      #news-box #main-box .newsarticle-box .article-next {
        margin: 70px 0 0 0;
        border-top: 3px solid #dcdcdc; }
        #news-box #main-box .newsarticle-box .article-next ul {
          margin: 20px 0 0 0;
          padding: 20px;
          background: rgba(255, 255, 255, 0.7);
          box-sizing: border-box;
          display: flex;
          justify-content: space-between; }
          #news-box #main-box .newsarticle-box .article-next ul li {
            width: 48%;
            list-style: none; }
            #news-box #main-box .newsarticle-box .article-next ul li:last-child {
              margin: 0; }
            #news-box #main-box .newsarticle-box .article-next 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; }
              #news-box #main-box .newsarticle-box .article-next ul li a:hover {
                opacity: 0.8;
                filter: alpha(opacity=80); }
            #news-box #main-box .newsarticle-box .article-next ul li .box {
              border: 1px solid #333;
              padding: 10px;
              display: block; }
              #news-box #main-box .newsarticle-box .article-next ul li .box p.articlebox {
                font: normal 1.6rem/1 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
                color: #333;
                text-align: center; }
              #news-box #main-box .newsarticle-box .article-next ul li .box p.date {
                font: normal 1.4rem/1 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
                color: #333;
                margin: 10px 0 0 0;
                text-align: center; }
              #news-box #main-box .newsarticle-box .article-next ul li .box p.title {
                font: normal 1.6rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
                color: #333;
                margin: 10px 0 0 0; }
        #news-box #main-box .newsarticle-box .article-next p.back {
          margin: 20px 0 0 auto;
          padding: 0 0 0 20px;
          font: normal 1.6rem/1 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #333;
          position: relative;
          text-align: left; }
          #news-box #main-box .newsarticle-box .article-next p.back a:link, #news-box #main-box .newsarticle-box .article-next p.back a:visited, #news-box #main-box .newsarticle-box .article-next p.back a:active {
            text-decoration: none;
            color: #333; }
          #news-box #main-box .newsarticle-box .article-next p.back a:hover {
            text-decoration: underline;
            color: #333; }
          #news-box #main-box .newsarticle-box .article-next p.back:before {
            content: 'keyboard_backspace';
            position: absolute;
            left: 0;
            top: 0;
            font-size: 1.6rem;
            color: #333; }
    #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: normal 1.6rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          list-style: none;
          border-bottom: 1px dotted #dcdcdc;
          text-align: left; }
          #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: #333; }
            #news-box #side-box ul li a:hover {
              text-decoration: none; }
            #news-box #side-box ul li a.here {
              text-decoration: none; }
          #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 {
          font: normal 1.8rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-family: "FOT-UD角ゴ_スモール Pr6 B", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700;
          color: #fff;
          padding: 10px;
          text-align: left;
          background: #125DCE;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px; }
      #news-box #side-box .calendar_wrap #wp-calendar {
        width: 100%; }
        #news-box #side-box .calendar_wrap #wp-calendar caption {
          text-align: center;
          font: normal 1.6rem/1 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          padding: 15px 0;
          color: #333;
          box-sizing: border-box; }
        #news-box #side-box .calendar_wrap #wp-calendar thead tr th {
          width: 14.28%;
          padding: 9px;
          font: normal 1.4rem/1 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #333;
          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: normal 1.4rem/1 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          text-align: center;
          padding: 9px;
          color: #333;
          box-sizing: border-box; }
        #news-box #side-box .calendar_wrap #wp-calendar td a {
          background: #125DCE;
          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; }
      #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: normal 1.6rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #333; }
          #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;
              color: #333; }
            #news-box #side-box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a:hover {
              text-decoration: underline;
              color: #333; }
        #news-box #side-box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next {
          text-align: left;
          font: normal 1.6rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #333; }
          #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;
              color: #333; }
            #news-box #side-box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next a:hover {
              text-decoration: underline;
              color: #333; }
      #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: normal 1.6rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-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: #333; }
            #news-box #side-box .widget_recent_entries ul li a:hover {
              text-decoration: underline;
              color: #333; }
              #news-box #side-box .widget_recent_entries ul li a:hover:before {
                color: #333; }
            #news-box #side-box .widget_recent_entries ul li a:before {
              content: 'chevron_right';
              position: absolute;
              left: 0;
              top: 15px;
              font-size: 1.6rem;
              color: #125DCE; }
          #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: none;
        border: none;
        padding: 5px;
        font: normal 1.6rem/1 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        box-sizing: border-box;
        cursor: pointer;
        color: #333;
        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: normal 1.6rem/1.5 "FOT-UD角ゴ_スモール Pr6 M", "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          list-style: none;
          border-bottom: 1px dotted #dcdcdc;
          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;
              color: #333; }
            #news-box #side-box .widget_categories ul li a:hover {
              text-decoration: underline;
              color: #333; }
              #news-box #side-box .widget_categories ul li a:hover:before {
                color: #333; }
            #news-box #side-box .widget_categories ul li a:before {
              content: 'chevron_right';
              position: absolute;
              left: 0;
              top: 15px;
              font-size: 1.6rem;
              color: #125DCE; }
          #news-box #side-box .widget_categories ul li:last-child {
            border: none; }
      #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; } }
/* ------------ //PC ------------ */
