@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: #000;
    font-feature-settings: "palt";
  }
  /* ------------ spmaterial-i ------------ */
  .spmaterial-i, #news-box #side-box .widget_categories ul li a:before, #news-box #side-box .widget_recent_entries ul li a:before, #news-box #main-box .newsarticle-box .article-next p.back:before, #news-box #main-box .newsarticle-box .article-box p.date:before, #news-box #main-box .newsarticle-box .cate-title p.list:before, #news-box #main-box .newslist-box ul.link-box li a:after, #news-box #main-box .newslist-box ul.type-01 li .text-box p.date:before, #contact-box .inner-box .submit-box .submit-button:after, #breadcrumb-box ul li:first-child:before, #breadcrumb-box ul li:before, #page-top a::before, #footer-box ul li a:before, #top-contact-box .submit-box .submit-button:after, #top-access-box ul li a:after, #top-news-box ul li a p.date:before, #header-box .wrap-box .g-nav ul li:last-child a:before, #header-box .wrap-box .g-nav ul li a:before, a.button:after {
    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.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }
  .title-box {
    text-align: center;
  }
  .title-box p.en {
    font: normal 2.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    display: inline-block;
    position: relative;
  }
  .title-box p.en:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 4px;
    background-color: #E26910;
  }
  .title-box p.jp {
    margin: 0;
    color: #666;
    font-weight: 700;
  }
  a.button {
    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;
    position: relative;
    padding: 10px 40px;
    font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    margin: 40px 0 0 auto;
    background: #63AD70;
    border-radius: 25px;
  }
  a.button:link, a.button:visited, a.button:active {
    text-decoration: none;
    color: #fff;
  }
  a.button:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  a.button:after {
    content: "arrow_right";
    position: absolute;
    font-size: 20px;
    color: #fff;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  /* ------------ splash-box ------------ */
  #splash-box {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #fff;
    text-align: center;
  }
  #splash-box #splash-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #splash-box #splash-logo img {
    width: 140px;
    vertical-align: bottom;
  }
  #splash-box #splash-logo img.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
  }
  @keyframes fadeUpAnime {
    from {
      opacity: 0;
      transform: translateY(100px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  /* ------------ header-box ------------ */
  #header-box {
    background: #fff;
  }
  #header-box .wrap-box {
    display: flex;
    align-items: center;
    height: 50px;
    /* ------------ sp ------------ */
  }
  #header-box .wrap-box div {
    margin: 0 0 0 20px;
  }
  #header-box .wrap-box div 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;
  }
  #header-box .wrap-box div a figure {
    max-width: 200px;
  }
  #header-box .wrap-box div a figure img {
    width: 100%;
    vertical-align: baseline;
  }
  #header-box .wrap-box div a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #header-box .wrap-box .g-nav {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    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;
    background: rgba(255, 255, 255, 0.9);
    overflow: scroll;
  }
  #header-box .wrap-box .g-nav ul {
    padding: 100px 30px 30px 30px;
  }
  #header-box .wrap-box .g-nav ul li {
    font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    align-self: center;
    border-bottom: 1px dotted #999;
  }
  #header-box .wrap-box .g-nav ul li a {
    display: block;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    position: relative;
    padding: 20px 0;
  }
  #header-box .wrap-box .g-nav ul li a:link, #header-box .wrap-box .g-nav ul li a:visited, #header-box .wrap-box .g-nav ul li a:active {
    text-decoration: none;
    color: #000;
  }
  #header-box .wrap-box .g-nav ul li a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #header-box .wrap-box .g-nav ul li a:before {
    content: "arrow_right";
    font-size: 20px;
    color: #135594;
  }
  #header-box .wrap-box .g-nav ul li:nth-child(3) {
    border: none;
  }
  #header-box .wrap-box .g-nav ul li:last-child {
    height: 100%;
    background-color: #63AD70;
    font-weight: 700;
    border: none;
    margin: 20px 0 0 0;
  }
  #header-box .wrap-box .g-nav ul li:last-child 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;
    height: 100%;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
  }
  #header-box .wrap-box .g-nav ul li:last-child a:link, #header-box .wrap-box .g-nav ul li:last-child a:visited, #header-box .wrap-box .g-nav ul li:last-child a:active {
    text-decoration: none;
    color: #fff;
  }
  #header-box .wrap-box .g-nav ul li:last-child a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #header-box .wrap-box .g-nav ul li:last-child a:before {
    content: "mail";
    font-size: 20px;
    color: #fff;
  }
  #header-box .wrap-box .g-nav .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #header-box .wrap-box .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;
  }
  #header-box .wrap-box .bars {
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 300;
    position: fixed;
    top: 0;
    right: 0;
    background: #135594;
  }
  #header-box .wrap-box .bars .bar {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 26px;
    height: 2px;
    background: #fff;
    border-radius: 1px;
    transition: all 0.25s ease-in-out 0s;
    -moz-transition: all 0.25s ease-in-out 0s;
    -webkit-transition: all 0.25s ease-in-out 0s;
    -ms-transition: all 0.25s ease-in-out 0s;
    -o-transition: all 0.25s ease-in-out 0s;
  }
  #header-box .wrap-box .bars .bar-1 {
    margin: -9px 0 0 -13px;
  }
  #header-box .wrap-box .bars .bar-2 {
    margin: -1px 0 0 -13px;
  }
  #header-box .wrap-box .bars .bar-3 {
    margin: 7px 0 0 -13px;
  }
  #header-box .wrap-box .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 .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 .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 .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 .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 .bars.step-2 .bar-3 {
    transform: translate3d(0, -8px, 0) rotate(135deg);
    -moz-transform: translate3d(0, -8px, 0) rotate(135deg);
    -webkit-transform: translate3d(0, -8px, 0) rotate(135deg);
    -ms-transform: translate3d(0, -8px, 0) rotate(135deg);
    -o-transform: translate3d(0, -8px, 0) rotate(135deg);
  }
  /* ------------ top-eyecatch-box ------------ */
  #top-eyecatch-box {
    background: url(../img/sp-02@2x.jpg) no-repeat center bottom;
    background-size: cover;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
  }
  #top-eyecatch-box figure {
    max-width: 60%;
    margin: 0 auto;
  }
  #top-eyecatch-box figure img {
    width: 100%;
    vertical-align: bottom;
  }
  #top-eyecatch-box .scroll-down {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
  #top-eyecatch-box .scroll-down span {
    position: absolute;
    left: 5px;
    bottom: 5px;
    color: #fff;
    font-size: 12px;
    writing-mode: vertical-rl;
  }
  #top-eyecatch-box .scroll-down::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -2px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
  }
  #top-eyecatch-box .scroll-down::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 40px;
    background: #fff;
  }
  @keyframes circlemove {
    0% {
      bottom: 45px;
    }
    100% {
      bottom: -5px;
    }
  }
  @keyframes cirlemovehide {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    80% {
      opacity: 0.9;
    }
    100% {
      opacity: 0;
    }
  }
  /* ------------ top-aboutus-box ------------ */
  #top-aboutus-box {
    padding: 70px 0;
    text-align: center;
  }
  #top-aboutus-box .wrap-box {
    width: 90%;
    margin: 30px auto 0;
  }
  #top-aboutus-box .wrap-box figure {
    width: 80%;
    margin: 0 auto;
  }
  #top-aboutus-box .wrap-box figure img {
    width: 100%;
    vertical-align: bottom;
  }
  #top-aboutus-box .wrap-box .text-box {
    text-align: center;
    margin: 30px 0 0 0;
  }
  #top-aboutus-box .wrap-box .text-box p {
    text-align: left;
  }
  /* ------------ top-servise-box ------------ */
  #top-servise-box {
    background: #135594;
    padding: 70px 5%;
    text-align: center;
    background-image: url(../img/12@2x.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  #top-servise-box .title-box {
    margin: 0 0 30px 0;
  }
  #top-servise-box .title-box p {
    color: #fff;
  }
  #top-servise-box p {
    color: #fff;
  }
  #top-servise-box ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #top-servise-box ul li {
    width: 47%;
    margin: 30px 0 0 0;
    list-style: none;
  }
  #top-servise-box ul li img {
    width: 100%;
    border: 3px solid #fff;
    box-sizing: border-box;
  }
  #top-servise-box ul li h2 {
    font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin: 10px 0 0 0;
  }
  #top-servise-box ul li p {
    text-align: left;
    margin: 10px 0 0 0;
  }
  /* ------------ top-news-box ------------ */
  #top-news-box {
    padding: 70px 20px;
    text-align: center;
    position: relative;
  }
  #top-news-box ul li {
    margin: 30px 0 0 0;
    list-style: none;
    text-align: left;
    box-shadow: 3px 3px 5px #ddd;
  }
  #top-news-box ul li a {
    display: block;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    padding: 10px;
  }
  #top-news-box ul li a:link, #top-news-box ul li a:visited, #top-news-box ul li a:active {
    text-decoration: none;
    color: #000;
  }
  #top-news-box ul li a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #top-news-box ul li a img {
    width: 100%;
    vertical-align: bottom;
  }
  #top-news-box ul li a p.date {
    font: normal 1.2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    margin: 10px 0;
    position: relative;
  }
  #top-news-box ul li a p.date:before {
    content: "date_range";
    font-size: 14px;
    color: #999;
  }
  #top-news-box figure.i-01 {
    max-width: 25%;
    position: absolute;
    top: -5%;
    right: 20px;
  }
  #top-news-box figure.i-01 img {
    width: 100%;
    vertical-align: bottom;
  }
  #top-news-box figure.i-02 {
    max-width: 30%;
    position: absolute;
    bottom: -3%;
    left: 20px;
  }
  #top-news-box figure.i-02 img {
    width: 100%;
    vertical-align: bottom;
  }
  /* ------------ top-access-box ------------ */
  #top-access-box {
    background: url(../img/10@2x.jpg) no-repeat center bottom;
    background-size: cover;
    padding: 70px 5%;
    text-align: center;
  }
  #top-access-box .title-box p {
    color: #fff;
  }
  #top-access-box .gmap-box {
    margin: 30px auto 0;
    height: 0;
    overflow: hidden;
    padding-bottom: 50%;
    position: relative;
  }
  #top-access-box .gmap-box iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    filter: grayscale(80%);
  }
  #top-access-box ul {
    display: flex;
    justify-content: center;
    margin: 30px 0 0 0;
  }
  #top-access-box ul li {
    list-style: none;
    margin: 0 5px;
    width: 49%;
  }
  #top-access-box ul li a {
    width: 100%;
    padding: 10px 0;
    font: normal 1.2rem/1 "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;
  }
  #top-access-box ul li a:link, #top-access-box ul li a:visited, #top-access-box ul li a:active {
    background: #fff;
    color: #135594;
    text-decoration: none;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }
  #top-access-box ul li a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  #top-access-box ul li a: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%);
  }
  /* ------------ top-contact-box ------------ */
  #top-contact-box {
    width: 90%;
    margin: 0 auto;
    padding: 70px 0;
  }
  #top-contact-box .tel-box {
    background: #63AD70;
    margin: 30px 0 0 0;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
  }
  #top-contact-box .tel-box p.tel {
    color: #fff;
    font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }
  #top-contact-box .tel-box p.tel span {
    font: normal 2.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
  }
  #top-contact-box .tel-box p.time {
    color: #fff;
    margin: 5px 0 0 0;
  }
  #top-contact-box dl {
    border-bottom: 1px solid #dcdcdc;
    padding: 20px 0;
    font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }
  #top-contact-box dl dt {
    font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: 700;
  }
  #top-contact-box dl dt span {
    font: normal 1rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #fff;
    background: #FC4E50;
    margin: 0 0 0 10px;
    padding: 3px 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }
  #top-contact-box dl dd {
    text-align: left;
    margin: 10px 0 0 0;
  }
  #top-contact-box dl dd input[type=text] {
    width: 100%;
    font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background: #f5f5f5;
    border: none;
  }
  #top-contact-box dl dd input[type=text]::-moz-placeholder {
    color: #999;
    font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }
  #top-contact-box dl dd input[type=text]::placeholder {
    color: #999;
    font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }
  #top-contact-box dl dd input[type=text].w30 {
    width: 60%;
  }
  #top-contact-box dl dd textarea {
    width: 100%;
    height: 250px;
    padding: 10px;
    resize: none;
    font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    box-sizing: border-box;
    background: #f5f5f5;
    border: none;
  }
  #top-contact-box dl dd textarea::-moz-placeholder {
    color: #999;
    font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }
  #top-contact-box dl dd textarea::placeholder {
    color: #999;
    font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }
  #top-contact-box dl dd select {
    width: 50%;
    height: 50px;
    font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    border: none;
    box-sizing: border-box;
    background-color: #f5f5f5;
    border: none;
    padding: 0 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }
  #top-contact-box .submit-box {
    text-align: center;
    margin: 30px 0 0 0;
  }
  #top-contact-box .submit-box p 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;
  }
  #top-contact-box .submit-box p a:link, #top-contact-box .submit-box p a:visited, #top-contact-box .submit-box p a:active {
    text-decoration: underline;
    color: #000;
  }
  #top-contact-box .submit-box p a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #top-contact-box .submit-box .agree-box {
    display: block;
    text-align: center;
    cursor: pointer;
    margin: 20px 0 0 0;
  }
  #top-contact-box .submit-box .agree-box span {
    font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    vertical-align: middle;
  }
  #top-contact-box .submit-box .agree-box input.mark {
    width: 16px;
    height: 16px;
    border: 1px solid #dcdcdc;
  }
  #top-contact-box .submit-box .submit-button {
    padding: 20px 80px;
    margin: 30px 0 0 0;
    font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    text-align: center;
    color: #fff;
    background: #FC4E50;
    border: none;
    cursor: pointer;
    display: inline-block;
    -webkit-appearance: button;
       -moz-appearance: button;
            appearance: button;
    position: relative;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 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;
  }
  #top-contact-box .submit-box .submit-button:after {
    content: "arrow_forward";
    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%);
    color: #fff;
  }
  #top-contact-box .submit-box .submit-button:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  #top-contact-box .submit-box .back-button {
    padding: 20px 80px;
    margin: 30px 0 0 0;
    font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    text-align: center;
    background: #f5f5f5;
    border-style: none;
    cursor: pointer;
    display: inline-block;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-appearance: button;
       -moz-appearance: button;
            appearance: button;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    color: #000;
  }
  #top-contact-box .submit-box .back-button:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  #top-contact-box table {
    width: 100%;
    margin: 50px auto 0;
  }
  #top-contact-box table th {
    padding: 20px 0;
    border-bottom: 1px solid #dcdcdc;
    font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    width: 220px;
    text-align: left;
    box-sizing: border-box;
  }
  #top-contact-box table td {
    padding: 20px 0;
    border-bottom: 1px solid #dcdcdc;
    font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    text-align: left;
    box-sizing: border-box;
  }
  #top-contact-box p.end {
    margin: 40px 0 0 0;
  }
  /* ------------ footer-box ------------ */
  #footer-box {
    background: #0A1D2E;
    padding: 70px 5%;
    text-align: center;
  }
  #footer-box ul {
    width: 70%;
    margin: 0 auto;
  }
  #footer-box ul li {
    font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    list-style: none;
    text-align: left;
    border-bottom: 1px dotted #2C5374;
  }
  #footer-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;
    position: relative;
    padding: 15px 0;
  }
  #footer-box ul li a:link, #footer-box ul li a:visited, #footer-box ul li a:active {
    text-decoration: none;
    color: #fff;
  }
  #footer-box ul li a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #footer-box ul li a:before {
    content: "arrow_right";
    font-size: 16px;
    color: #fff;
  }
  #footer-box p {
    font: normal 1.2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #2C5374;
    margin: 30px 0 0 0;
  }
  /* ------------ page-top ------------ */
  #page-top {
    width: 30px;
    height: 30px;
    position: fixed;
    right: -50px;
    bottom: 50px;
    background: #135594;
    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;
  }
  /* ------------ pagetitle-box ------------ */
  #pagetitle-box {
    background: url(../about/img/02@2x.jpg) no-repeat center center;
    background-size: cover;
    padding: 30px 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  #pagetitle-box h2 {
    font: normal 1.8rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #fff;
    margin: 0 10% 0 0;
  }
  #pagetitle-box.bg-01 {
    background: url(../titp/img/01@2x.jpg) no-repeat center center;
    background-size: cover;
  }
  #pagetitle-box.bg-02 {
    background: url(../privacy/img/01@2x.jpg) no-repeat center center;
    background-size: cover;
  }
  #pagetitle-box.bg-03 {
    background: url(../news/img/01@2x.jpg) no-repeat center center;
    background-size: cover;
  }
  /* ------------ breadcrumb-box ------------ */
  #breadcrumb-box {
    width: 90%;
    margin: 10px auto 0;
    padding: 0 10px;
  }
  #breadcrumb-box ul {
    display: flex;
    justify-content: flex-start;
  }
  #breadcrumb-box ul li {
    font: normal 1.2rem/1.5 "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;
    color: #000;
  }
  #breadcrumb-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;
  }
  #breadcrumb-box ul li a:link, #breadcrumb-box ul li a:visited, #breadcrumb-box ul li a:active {
    text-decoration: none;
    color: #000;
  }
  #breadcrumb-box ul li a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #breadcrumb-box ul li:before {
    content: "chevron_right";
    font-size: 12px;
    color: #000;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-40%);
    -moz-transform: translateY(-40%);
    -webkit-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -o-transform: translateY(-40%);
  }
  #breadcrumb-box ul li:first-child {
    margin: 0;
  }
  #breadcrumb-box ul li:first-child:before {
    content: "home";
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-40%);
    -moz-transform: translateY(-40%);
    -webkit-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -o-transform: translateY(-40%);
    color: #000;
  }
  /* ------------ aboutus-box ------------ */
  #aboutus-box .inner-box-01 {
    width: 90%;
    margin: 0 auto;
    padding: 70px 0;
  }
  #aboutus-box .inner-box-01 .wrap-box {
    margin: 30px auto 0;
    display: flex;
    flex-wrap: wrap;
  }
  #aboutus-box .inner-box-01 .wrap-box figure {
    width: 40%;
    margin: 30px auto 0;
    order: 2;
  }
  #aboutus-box .inner-box-01 .wrap-box figure img {
    width: 100%;
    vertical-align: bottom;
  }
  #aboutus-box .inner-box-01 .wrap-box figure figcaption {
    font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    margin: 10px 0 0 0;
    text-align: center;
  }
  #aboutus-box .inner-box-01 .wrap-box .text-box {
    margin: 0;
    text-align: left;
    order: 1;
  }
  #aboutus-box .inner-box-02 {
    background: #f5f5f5;
    padding: 70px 5%;
  }
  #aboutus-box .inner-box-02 .title-box {
    margin: 0 0 30px 0;
  }
  #aboutus-box .inner-box-02 dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    border-bottom: 1px dotted #999;
    text-align: left;
    color: #000;
  }
  #aboutus-box .inner-box-02 dl dt {
    width: 25%;
    padding: 20px 0;
    box-sizing: border-box;
  }
  #aboutus-box .inner-box-02 dl dd {
    width: 75%;
    padding: 20px 0 20px 20px;
    box-sizing: border-box;
  }
  #aboutus-box .inner-box-02 dl dd ul {
    margin: 0;
  }
  #aboutus-box .inner-box-02 dl dd ul li {
    margin: 0 0 10px 0;
    list-style: disc;
  }
  #aboutus-box .inner-box-02 dl dd 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;
  }
  #aboutus-box .inner-box-02 dl dd ul li a:link, #aboutus-box .inner-box-02 dl dd ul li a:visited, #aboutus-box .inner-box-02 dl dd ul li a:active {
    text-decoration: none;
    color: #000;
  }
  #aboutus-box .inner-box-02 dl dd ul li a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #aboutus-box .inner-box-03 {
    width: 90%;
    margin: 0 auto;
    padding: 70px 0;
  }
  #aboutus-box .inner-box-03 dl {
    font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    border-bottom: 1px dotted #999;
    text-align: left;
    color: #000;
  }
  #aboutus-box .inner-box-03 dl dt {
    width: 20%;
    padding: 20px 0;
    box-sizing: border-box;
  }
  #aboutus-box .inner-box-03 dl dt img {
    width: 100%;
    vertical-align: bottom;
  }
  #aboutus-box .inner-box-03 dl dd {
    width: 73%;
    padding: 20px 0;
    box-sizing: border-box;
  }
  #aboutus-box .inner-box-03 dl 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: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  #aboutus-box .inner-box-03 dl a:link, #aboutus-box .inner-box-03 dl a:visited, #aboutus-box .inner-box-03 dl a:active {
    text-decoration: none;
    color: #000;
  }
  #aboutus-box .inner-box-03 dl a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #aboutus-box .inner-box-03 dl:first-of-type {
    margin: 20px auto 0;
  }
  /* ------------ titp-box ------------ */
  #titp-box .inner-box-01 {
    width: 90%;
    margin: 0 auto;
    padding: 70px 0;
  }
  #titp-box .inner-box-01 ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 30px 0 0 0;
  }
  #titp-box .inner-box-01 ul li {
    width: 47%;
    list-style: none;
    font: normal 1.2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
  }
  #titp-box .inner-box-01 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;
    background: #135594;
    border-radius: 5px;
    padding: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  #titp-box .inner-box-01 ul li a:link, #titp-box .inner-box-01 ul li a:visited, #titp-box .inner-box-01 ul li a:active {
    text-decoration: none;
    color: #fff;
  }
  #titp-box .inner-box-01 ul li a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  #titp-box .inner-box-01 ul li a span {
    border-radius: 50%;
    background: #fff;
    color: #135594;
    font: normal 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    width: 25px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    margin: 0 7px 0 0;
    text-align: center;
  }
  #titp-box .inner-box-01 ul li a p {
    flex: 1;
    margin: 0;
    font: normal 1.2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
  }
  #titp-box .inner-box-01 ul li:nth-child(n+3) {
    margin: 15px 0 0 0;
  }
  #titp-box .inner-box-01 ul li:nth-child(3) a {
    background: #63AD70;
  }
  #titp-box .inner-box-01 ul li:nth-child(3) a span {
    color: #63AD70;
  }
  #titp-box .inner-box-01 ul li:nth-child(4) a {
    background: #63AD70;
  }
  #titp-box .inner-box-01 ul li:nth-child(4) a span {
    color: #63AD70;
  }
  #titp-box .inner-box-01 ul li:nth-child(7) a {
    background: #63AD70;
  }
  #titp-box .inner-box-01 ul li:nth-child(7) a span {
    color: #63AD70;
  }
  #titp-box .inner-box-01 ul li:nth-child(8) a {
    background: #63AD70;
  }
  #titp-box .inner-box-01 ul li:nth-child(8) a span {
    color: #63AD70;
  }
  #titp-box .inner-box-01 ul::after {
    content: "";
    display: block;
    width: 47%;
  }
  #titp-box .inner-box-02 {
    background: #135594;
    padding: 70px 5%;
    text-align: center;
  }
  #titp-box .inner-box-02 .bg-box {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    box-sizing: border-box;
  }
  #titp-box .inner-box-02 .bg-box h2 {
    background: #E2EAF2;
    border-top: 2px solid #135594;
    padding: 10px;
    font: normal 1.8rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    color: #000;
    margin: 50px 0 0 0;
    text-align: left;
  }
  #titp-box .inner-box-02 .bg-box h2 span {
    border-radius: 50%;
    background: #135594;
    color: #fff;
    font: normal 1.8rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    margin: 0 7px 0 0;
    text-align: center;
  }
  #titp-box .inner-box-02 .bg-box h2:first-of-type {
    margin: 0;
  }
  #titp-box .inner-box-02 .bg-box h3 {
    font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    color: #135594;
    border-bottom: 2px solid #135594;
    padding: 0 0 5px 0;
    margin: 30px 0 5px 0;
    text-align: left;
  }
  #titp-box .inner-box-02 .bg-box h3.mt0 {
    margin: 0 0 10px 0;
  }
  #titp-box .inner-box-02 .bg-box p {
    text-align: left;
  }
  #titp-box .inner-box-02 .bg-box p.mt50 {
    margin: 30px 0 0 0;
  }
  #titp-box .inner-box-02 .bg-box p span {
    font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
  }
  #titp-box .inner-box-02 .bg-box .wrap-img {
    width: 100%;
    overflow: auto;
  }
  #titp-box .inner-box-02 .bg-box figure.img-01 {
    width: 700px;
    margin: 20px 0 0 0;
    text-align: left;
  }
  #titp-box .inner-box-02 .bg-box figure.img-01 img {
    width: 100%;
    vertical-align: bottom;
    border: 1px solid #666;
    margin: 30px 0 0 0;
  }
  #titp-box .inner-box-02 .bg-box figure.img-01 img:first-of-type {
    margin: 0;
  }
  #titp-box .inner-box-02 .bg-box figure.img-01 figcaption {
    font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    text-align: center;
    background: #63AD70;
    color: #fff;
    display: inline;
    padding: 5px 10px;
  }
  #titp-box .inner-box-02 .bg-box figure.img-02 {
    width: 100%;
    margin: 20px 0 0 0;
  }
  #titp-box .inner-box-02 .bg-box figure.img-02 img {
    width: 100%;
    vertical-align: bottom;
  }
  #titp-box .inner-box-02 .bg-box ul.list-01 {
    margin: 30px 0 0 0;
    text-align: left;
  }
  #titp-box .inner-box-02 .bg-box ul.list-01 li {
    list-style: none;
    background: #ECF1F7;
    border: 1px solid #135594;
    border-radius: 10px;
    padding: 15px;
    box-sizing: border-box;
  }
  #titp-box .inner-box-02 .bg-box ul.list-01 li p {
    margin: 10px 0 0 0;
  }
  #titp-box .inner-box-02 .bg-box ul.list-01 li p.title {
    background: #135594;
    font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    color: #fff;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    margin: 0;
  }
  #titp-box .inner-box-02 .bg-box ul.list-01 li:nth-child(n+2) {
    margin: 30px 0 0 0;
  }
  #titp-box .inner-box-02 .bg-box .wrap-box {
    margin: 30px auto 0;
  }
  #titp-box .inner-box-02 .bg-box .wrap-box figure {
    width: 70%;
    margin: 0 auto;
  }
  #titp-box .inner-box-02 .bg-box .wrap-box figure img {
    width: 100%;
    vertical-align: bottom;
  }
  #titp-box .inner-box-02 .bg-box .wrap-box .text-box {
    margin: 20px 0 0 0;
    text-align: left;
  }
  #titp-box .inner-box-02 .bg-box .wrap-box.re .text-box {
    margin: 30px 0 0 0;
  }
  #titp-box .inner-box-02 .bg-box .wrap-box-02 {
    margin: 30px auto 0;
  }
  #titp-box .inner-box-02 .bg-box .wrap-box-02 p {
    text-align: left;
  }
  #titp-box .inner-box-02 .bg-box .wrap-box-02 ul {
    margin: 20px 0 0 0;
  }
  #titp-box .inner-box-02 .bg-box .wrap-box-02 ul li {
    font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    text-align: left;
    border-bottom: 1px solid #dcdcdc;
    padding: 10px 0;
    font-weight: 700;
    margin: 0 0 0 15px;
  }
  #titp-box .inner-box-02 .bg-box a.button {
    margin: 30px 0 0 0;
  }
  #titp-box .inner-box-02 .bg-box p.t-title {
    text-align: left;
    font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    margin: 30px 0 0 0;
  }
  #titp-box .inner-box-02 .bg-box .wrap-table-box {
    width: 100%;
    overflow: auto;
  }
  #titp-box .inner-box-02 .bg-box table.table-01 {
    width: 500px;
    font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    margin: 10px 0 0 0;
  }
  #titp-box .inner-box-02 .bg-box table.table-01 th {
    background: #E8F5FB;
    padding: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #dcdcdc;
  }
  #titp-box .inner-box-02 .bg-box table.table-01 th:first-of-type {
    border-top: 1px solid #dcdcdc;
  }
  #titp-box .inner-box-02 .bg-box table.table-01 td {
    padding: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #dcdcdc;
  }
  #titp-box .inner-box-02 .bg-box table.table-01 td:first-of-type {
    border-top: 1px solid #dcdcdc;
  }
  #titp-box .inner-box-02 .bg-box table.table-01 td.title {
    font-weight: 700;
  }
  #titp-box .inner-box-02 .bg-box table.table-01.w30 {
    width: 700px;
    margin: 20px 0 5px 0;
  }
  #titp-box .inner-box-02 .bg-box table.table-01.w30 th {
    border-left: 1px solid #dcdcdc;
  }
  #titp-box .inner-box-02 .bg-box table.table-01.w30 th:first-of-type {
    border-left: none;
    border-top: none;
  }
  #titp-box .inner-box-02 .bg-box table.table-01.w30 td {
    border-left: 1px solid #dcdcdc;
  }
  #titp-box .inner-box-02 .bg-box table.table-02 {
    width: 700px;
    font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    margin: 10px 0 0 0;
  }
  #titp-box .inner-box-02 .bg-box table.table-02 th {
    padding: 10px;
    box-sizing: border-box;
  }
  #titp-box .inner-box-02 .bg-box table.table-02 th:nth-of-type(1) {
    background: #E8F5FB;
  }
  #titp-box .inner-box-02 .bg-box table.table-02 th:nth-of-type(2) {
    background: #CFEAF7;
  }
  #titp-box .inner-box-02 .bg-box table.table-02 th:nth-of-type(3) {
    background: #B8DCF1;
  }
  #titp-box .inner-box-02 .bg-box table.table-02 th.title {
    background: #91C0E2;
  }
  #titp-box .inner-box-02 .bg-box table.table-02 td {
    padding: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
  }
  #titp-box .inner-box-02 .bg-box table.table-02 td:last-of-type {
    border-right: 1px solid #dcdcdc;
  }
  #titp-box .inner-box-02 .bg-box table.table-03 {
    width: 800px;
    font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    margin: 10px 0 0 0;
  }
  #titp-box .inner-box-02 .bg-box table.table-03 th {
    padding: 10px;
    box-sizing: border-box;
    border-top: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    background: #f5f5f5;
  }
  #titp-box .inner-box-02 .bg-box table.table-03 th:last-of-type {
    border-right: 1px solid #dcdcdc;
  }
  #titp-box .inner-box-02 .bg-box table.table-03 td {
    padding: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
  }
  #titp-box .inner-box-02 .bg-box table.table-03 td:last-of-type {
    border-right: 1px solid #dcdcdc;
  }
  #titp-box .inner-box-02 .bg-box table.table-03 td:first-of-type {
    background: #f5f5f5;
  }
  #titp-box .inner-box-02 .bg-box table.table-03 td.bg-01 {
    background: #E8F5FB;
  }
  #titp-box .inner-box-02 .bg-box table.table-03 td.bg-02 {
    background: #CFEAF7;
  }
  #titp-box .inner-box-02 .bg-box table.table-03 td.bg-03 {
    background: #B8DCF1;
  }
  #titp-box .inner-box-02 .bg-box table.table-03 td.bg-04 {
    background: #A4CDEA;
  }
  #titp-box .inner-box-02 .bg-box table.table-03 td.bg-05 {
    background: #63AD70;
    color: #fff;
    font-weight: 700;
  }
  /* ------------ privacy-box ------------ */
  #privacy-box {
    width: 90%;
    padding: 70px 0;
    margin: 0 auto;
  }
  #privacy-box h4 {
    font: normal 1.8rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    margin: 30px 0 0 0;
  }
  #privacy-box .title-box + p {
    margin: 30px 0 0 0;
  }
  #privacy-box p {
    margin: 10px 0 0 0;
  }
  #privacy-box ul {
    margin: 10px 0 0 10px;
  }
  #privacy-box ul li {
    font: normal 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    list-style: none;
  }
  #privacy-box a {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  #privacy-box a:link, #privacy-box a:visited, #privacy-box a:active {
    text-decoration: underline;
    color: #000;
  }
  #privacy-box a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  /* ------------ contact-box ------------ */
  #contact-box {
    width: 90%;
    margin: 0 auto;
    padding: 70px 0;
  }
  #contact-box .inner-box {
    margin: 30px auto 0;
  }
  #contact-box .inner-box dl {
    border-bottom: 1px solid #dcdcdc;
    padding: 20px 0;
    font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }
  #contact-box .inner-box dl dt {
    font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: 700;
  }
  #contact-box .inner-box dl dt span {
    font: normal 1rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #fff;
    background: #FC4E50;
    margin: 0 0 0 10px;
    padding: 3px 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }
  #contact-box .inner-box dl dd {
    text-align: left;
    margin: 10px 0 0 0;
  }
  #contact-box .inner-box dl dd input[type=text] {
    width: 100%;
    font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background: #f5f5f5;
    border: none;
  }
  #contact-box .inner-box dl dd input[type=text]::-moz-placeholder {
    color: #999;
    font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }
  #contact-box .inner-box dl dd input[type=text]::placeholder {
    color: #999;
    font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }
  #contact-box .inner-box dl dd input[type=text].w30 {
    width: 60%;
  }
  #contact-box .inner-box dl dd textarea {
    width: 100%;
    height: 250px;
    padding: 10px;
    resize: none;
    font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    box-sizing: border-box;
    background: #f5f5f5;
    border: none;
  }
  #contact-box .inner-box dl dd textarea::-moz-placeholder {
    color: #999;
    font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }
  #contact-box .inner-box dl dd textarea::placeholder {
    color: #999;
    font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }
  #contact-box .inner-box dl dd select {
    width: 50%;
    height: 50px;
    font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    border: none;
    box-sizing: border-box;
    background-color: #f5f5f5;
    border: none;
    padding: 0 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }
  #contact-box .inner-box .submit-box {
    text-align: center;
    margin: 30px 0 0 0;
  }
  #contact-box .inner-box .submit-box p 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 .inner-box .submit-box p a:link, #contact-box .inner-box .submit-box p a:visited, #contact-box .inner-box .submit-box p a:active {
    text-decoration: underline;
    color: #000;
  }
  #contact-box .inner-box .submit-box p a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #contact-box .inner-box .submit-box .agree-box {
    display: block;
    text-align: center;
    cursor: pointer;
    margin: 20px 0 0 0;
  }
  #contact-box .inner-box .submit-box .agree-box span {
    font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    vertical-align: middle;
  }
  #contact-box .inner-box .submit-box .agree-box input.mark {
    width: 16px;
    height: 16px;
    border: 1px solid #dcdcdc;
  }
  #contact-box .inner-box .submit-box .submit-button {
    padding: 20px 80px;
    margin: 30px 0 0 0;
    font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    text-align: center;
    color: #fff;
    background: #FC4E50;
    border: none;
    cursor: pointer;
    display: inline-block;
    -webkit-appearance: button;
       -moz-appearance: button;
            appearance: button;
    position: relative;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 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;
  }
  #contact-box .inner-box .submit-box .submit-button:after {
    content: "arrow_forward";
    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%);
    color: #fff;
  }
  #contact-box .inner-box .submit-box .submit-button:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  #contact-box .inner-box .submit-box .back-button {
    padding: 20px 80px;
    margin: 30px 0 0 0;
    font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    text-align: center;
    background: #f5f5f5;
    border-style: none;
    cursor: pointer;
    display: inline-block;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-appearance: button;
       -moz-appearance: button;
            appearance: button;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    color: #000;
  }
  #contact-box .inner-box .submit-box .back-button:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  #contact-box .inner-box table {
    width: 100%;
    margin: 50px auto 0;
  }
  #contact-box .inner-box table th {
    padding: 20px 0;
    border-bottom: 1px solid #dcdcdc;
    font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    width: 220px;
    text-align: left;
    box-sizing: border-box;
  }
  #contact-box .inner-box table td {
    padding: 20px 0;
    border-bottom: 1px solid #dcdcdc;
    font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    text-align: left;
    box-sizing: border-box;
  }
  #contact-box .inner-box p.end {
    margin: 30px 0 0 0;
  }
  /* ------------ 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 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #135594;
    padding: 10px;
    background: #f5f5f5;
    border-left: 5px solid #135594;
  }
  #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 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
  }
  #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: #000;
    padding: 0 5px 0 0;
  }
  #news-box #main-box .newslist-box ul.type-01 li .text-box h4 {
    font: normal 1.5rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    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: #000;
  }
  #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 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    padding: 5px 10px;
    display: inline-block;
    border: 1px solid #000;
  }
  #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: #000;
  }
  #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 "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 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
  }
  #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: #000;
  }
  #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: #000;
  }
  #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 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
  }
  #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 "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 #135594;
    background: #135594;
  }
  #news-box #main-box .pagenation-box ul li a {
    background: #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;
    border: 1px solid #000;
  }
  #news-box #main-box .pagenation-box ul li a:hover {
    background: #135594;
    border: 1px solid #135594;
    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: #f5f5f5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-left: 5px solid #135594;
  }
  #news-box #main-box .newsarticle-box .cate-title h3 {
    font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #135594;
  }
  #news-box #main-box .newsarticle-box .cate-title p.list {
    font: normal 1.2rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    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: #000;
  }
  #news-box #main-box .newsarticle-box .cate-title p.list a:hover {
    text-decoration: underline;
    color: #000;
  }
  #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: #000;
  }
  #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 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    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: #000;
    padding: 0 5px 0 0;
  }
  #news-box #main-box .newsarticle-box .article-box h4 {
    font: normal 1.8rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    margin: 5px 0 0 0;
  }
  #news-box #main-box .newsarticle-box .article-box p {
    font: normal 1.5rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    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: #000;
  }
  #news-box #main-box .newsarticle-box .article-box a:hover {
    text-decoration: underline;
    color: #000;
  }
  #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 #000;
    padding: 10px;
    display: block;
  }
  #news-box #main-box .newsarticle-box .article-next ul li .box p.articlebox {
    font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    text-align: center;
  }
  #news-box #main-box .newsarticle-box .article-next ul li .box p.date {
    font: normal 1.2rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    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 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    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 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    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: #000;
  }
  #news-box #main-box .newsarticle-box .article-next p.back a:hover {
    text-decoration: underline;
    color: #000;
  }
  #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: #000;
  }
  #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 "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: #000;
  }
  #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 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #fff;
    padding: 10px;
    text-align: left;
    background: #135594;
  }
  #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 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    padding: 10px 0;
    color: #000;
    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 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    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 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    text-align: center;
    padding: 8px;
    color: #000;
    box-sizing: border-box;
  }
  #news-box #side-box .calendar_wrap #wp-calendar td a {
    background: #135594;
    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 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
  }
  #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: #000;
  }
  #news-box #side-box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a:hover {
    text-decoration: underline;
    color: #000;
  }
  #news-box #side-box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next {
    text-align: left;
    font: normal 1.5rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
  }
  #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: #000;
  }
  #news-box #side-box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next a:hover {
    text-decoration: underline;
    color: #000;
  }
  #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 "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: #000;
  }
  #news-box #side-box .widget_recent_entries ul li a:hover {
    text-decoration: underline;
    color: #000;
  }
  #news-box #side-box .widget_recent_entries ul li a:hover:before {
    color: #000;
  }
  #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: #135594;
  }
  #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 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    box-sizing: border-box;
    cursor: pointer;
    color: #000;
    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 "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: #000;
  }
  #news-box #side-box .widget_categories ul li a:hover {
    text-decoration: underline;
    color: #000;
  }
  #news-box #side-box .widget_categories ul li a:hover:before {
    color: #000;
  }
  #news-box #side-box .widget_categories ul li a:before {
    content: "chevron_right";
    position: absolute;
    left: 0;
    top: 15px;
    font-size: 1.6rem;
    color: #135594;
  }
  #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;
  }
  /* ------------ 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);
  }
  .invisible.translate-02 {
    transform: translateX(20px);
    -moz-transform: translateX(20px);
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
  }
  .visible.translate-02 {
    transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
  .invisible.translate-03 {
    transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
  }
  .visible.translate-03 {
    transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
}
/* ------------ //SP ------------ */
/* ------------ PC ------------ */
@media screen and (min-width: 769px) {
  /* ------------ body ------------ */
  html, body {
    font-size: 62.5%;
    color: #000;
    font-feature-settings: "palt";
  }
  /* ------------ material-i ------------ */
  .material-i, #news-box #side-box .widget_categories ul li a:before, #news-box #side-box .widget_recent_entries ul li a:before, #news-box #main-box .newsarticle-box .article-next p.back:before, #news-box #main-box .newsarticle-box .article-box p.date:before, #news-box #main-box .newsarticle-box .cate-title p.list:before, #news-box #main-box .newslist-box ul.link-box li a:after, #news-box #main-box .newslist-box ul.type-01 li .text-box p.date:before, #contact-box .inner-box .submit-box .submit-button:after, #breadcrumb-box ul li:first-child:before, #breadcrumb-box ul li:before, #page-top a::before, #footer-box ul li a:before, #top-contact-box .submit-box .submit-button:after, #top-access-box ul li a:after, #top-news-box ul li a p.date:before, #header-box .wrap-box .g-nav ul li:last-child a:before, #header-box .wrap-box .g-nav ul li a:before, a.button:after {
    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 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }
  .title-box {
    text-align: center;
  }
  .title-box p.en {
    font: normal 4.2rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    display: inline-block;
    position: relative;
  }
  .title-box p.en:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 7px;
    background-color: #E26910;
  }
  .title-box p.jp {
    margin: 3px 0 0 0;
    color: #666;
    font-weight: 700;
  }
  a.button {
    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;
    position: relative;
    padding: 20px 70px;
    font: normal 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    margin: 70px 0 0 0;
    background: #63AD70;
    border-radius: 30px;
  }
  a.button:link, a.button:visited, a.button:active {
    text-decoration: none;
    color: #fff;
  }
  a.button:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  a.button:after {
    content: "arrow_right";
    position: absolute;
    font-size: 24px;
    color: #fff;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  /* ------------ splash-box ------------ */
  #splash-box {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #fff;
    text-align: center;
  }
  #splash-box #splash-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #splash-box #splash-logo img {
    width: 250px;
    vertical-align: bottom;
  }
  #splash-box #splash-logo img.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
  }
  @keyframes fadeUpAnime {
    from {
      opacity: 0;
      transform: translateY(100px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  /* ------------ header-box ------------ */
  #header-box .wrap-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    height: 80px;
  }
  #header-box .wrap-box div {
    margin: 0 0 0 20px;
  }
  #header-box .wrap-box div 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;
  }
  #header-box .wrap-box div a figure {
    max-width: 280px;
  }
  #header-box .wrap-box div a figure img {
    width: 100%;
    vertical-align: baseline;
  }
  #header-box .wrap-box div a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #header-box .wrap-box .g-nav {
    height: 80px;
    flex: 1;
  }
  #header-box .wrap-box .g-nav ul {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    height: 100%;
  }
  #header-box .wrap-box .g-nav ul li {
    font: normal 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    margin: 0 0 0 35px;
    align-self: center;
  }
  #header-box .wrap-box .g-nav ul li a {
    display: block;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    position: relative;
  }
  #header-box .wrap-box .g-nav ul li a:link, #header-box .wrap-box .g-nav ul li a:visited, #header-box .wrap-box .g-nav ul li a:active {
    text-decoration: none;
    color: #000;
  }
  #header-box .wrap-box .g-nav ul li a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #header-box .wrap-box .g-nav ul li a:before {
    content: "arrow_right";
    font-size: 20px;
    color: #135594;
  }
  #header-box .wrap-box .g-nav ul li:last-child {
    height: 100%;
    background-color: #63AD70;
    font-weight: 700;
  }
  #header-box .wrap-box .g-nav ul li:last-child 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;
    height: 100%;
    padding: 0 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #header-box .wrap-box .g-nav ul li:last-child a:link, #header-box .wrap-box .g-nav ul li:last-child a:visited, #header-box .wrap-box .g-nav ul li:last-child a:active {
    text-decoration: none;
    color: #fff;
  }
  #header-box .wrap-box .g-nav ul li:last-child a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #header-box .wrap-box .g-nav ul li:last-child a:before {
    content: "mail";
    font-size: 20px;
    color: #fff;
  }
  /* ------------ top-eyecatch-box ------------ */
  #top-eyecatch-box {
    background: url(../img/02@2x.jpg) no-repeat right;
    background-size: cover;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
  }
  #top-eyecatch-box figure {
    max-width: 35%;
    margin: 0 30px 0 0;
  }
  #top-eyecatch-box figure img {
    width: 100%;
    vertical-align: bottom;
  }
  #top-eyecatch-box .scroll-down {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
  #top-eyecatch-box .scroll-down span {
    position: absolute;
    left: 10px;
    bottom: 10px;
    color: #fff;
    font-size: 12px;
    writing-mode: vertical-rl;
  }
  #top-eyecatch-box .scroll-down::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -4px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
  }
  #top-eyecatch-box .scroll-down::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 50px;
    background: #fff;
  }
  @keyframes circlemove {
    0% {
      bottom: 45px;
    }
    100% {
      bottom: -5px;
    }
  }
  @keyframes cirlemovehide {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    80% {
      opacity: 0.9;
    }
    100% {
      opacity: 0;
    }
  }
  /* ------------ top-aboutus-box ------------ */
  #top-aboutus-box {
    padding: 130px 0;
    text-align: center;
  }
  #top-aboutus-box .wrap-box {
    max-width: 900px;
    margin: 60px auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #top-aboutus-box .wrap-box figure {
    width: 45%;
  }
  #top-aboutus-box .wrap-box figure img {
    width: 100%;
    vertical-align: bottom;
  }
  #top-aboutus-box .wrap-box .text-box {
    flex: 1;
    text-align: center;
  }
  #top-aboutus-box .wrap-box .text-box p {
    text-align: left;
  }
  #top-aboutus-box .wrap-box .text-box a.button {
    margin: 70px 0 0 0;
  }
  /* ------------ top-servise-box ------------ */
  #top-servise-box {
    background: #135594;
    padding: 130px 20px;
    text-align: center;
    background-image: url(../img/12@2x.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 50%;
  }
  #top-servise-box .title-box {
    margin: 0 0 50px 0;
  }
  #top-servise-box .title-box p {
    color: #fff;
  }
  #top-servise-box p {
    color: #fff;
  }
  #top-servise-box ul {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #top-servise-box ul li {
    width: 47%;
    margin: 55px 0 0 0;
    list-style: none;
  }
  #top-servise-box ul li img {
    width: 100%;
    border: 12px solid #fff;
    box-sizing: border-box;
  }
  #top-servise-box ul li h2 {
    font: normal 2.2rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin: 20px 0 0 0;
  }
  #top-servise-box ul li p {
    text-align: left;
    margin: 20px 0 0 0;
  }
  /* ------------ top-news-box ------------ */
  #top-news-box {
    padding: 130px 20px;
    text-align: center;
    position: relative;
  }
  #top-news-box ul {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #top-news-box ul li {
    width: 30%;
    margin: 50px 0 0 0;
    list-style: none;
    text-align: left;
    box-shadow: 3px 3px 5px #ddd;
  }
  #top-news-box ul li a {
    display: block;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    padding: 10px;
  }
  #top-news-box ul li a:link, #top-news-box ul li a:visited, #top-news-box ul li a:active {
    text-decoration: none;
    color: #000;
  }
  #top-news-box ul li a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #top-news-box ul li a img {
    width: 100%;
    vertical-align: bottom;
  }
  #top-news-box ul li a p.date {
    font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    margin: 10px 0;
    position: relative;
  }
  #top-news-box ul li a p.date:before {
    content: "date_range";
    font-size: 16px;
    color: #999;
  }
  #top-news-box figure.i-01 {
    max-width: 20%;
    position: absolute;
    top: -10%;
    right: 20px;
  }
  #top-news-box figure.i-01 img {
    width: 100%;
    vertical-align: bottom;
  }
  #top-news-box figure.i-02 {
    max-width: 25%;
    position: absolute;
    bottom: -5%;
    left: 20px;
  }
  #top-news-box figure.i-02 img {
    width: 100%;
    vertical-align: bottom;
  }
  /* ------------ top-access-box ------------ */
  #top-access-box {
    background: url(../img/10@2x.jpg) no-repeat center bottom;
    background-size: cover;
    padding: 130px 20px;
    text-align: center;
  }
  #top-access-box .title-box p {
    color: #fff;
  }
  #top-access-box .gmap-box {
    max-width: 1100px;
    margin: 70px auto 0;
    height: 0;
    overflow: hidden;
    padding-bottom: 30%;
    position: relative;
  }
  #top-access-box .gmap-box iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    filter: grayscale(80%);
  }
  #top-access-box ul {
    display: flex;
    justify-content: center;
    margin: 50px 0 0 0;
  }
  #top-access-box ul li {
    list-style: none;
    margin: 0 20px;
  }
  #top-access-box ul li a {
    width: 250px;
    padding: 20px 0;
    font: normal 1.6rem/1 "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-access-box ul li a:link, #top-access-box ul li a:visited, #top-access-box ul li a:active {
    background: #fff;
    color: #135594;
    text-decoration: none;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }
  #top-access-box ul li a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  #top-access-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-contact-box ------------ */
  #top-contact-box {
    max-width: 1100px;
    margin: 0 auto;
    padding: 130px 20px;
  }
  #top-contact-box .tel-box {
    background: #63AD70;
    margin: 70px 0 0 0;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
  }
  #top-contact-box .tel-box p.tel {
    color: #fff;
    font: normal 2.2rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }
  #top-contact-box .tel-box p.tel span {
    font: normal 3.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
  }
  #top-contact-box .tel-box p.time {
    color: #fff;
    margin: 10px 0 0 0;
  }
  #top-contact-box dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #dcdcdc;
    padding: 40px 0;
    font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }
  #top-contact-box dl dt {
    width: 250px;
    font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 30px 0 0;
  }
  #top-contact-box dl dt span {
    font: normal 1.2rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #fff;
    background: #FC4E50;
    margin: 0 10px;
    padding: 5px 7px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }
  #top-contact-box dl dd {
    flex: 1;
    text-align: left;
  }
  #top-contact-box dl dd input[type=text] {
    width: 100%;
    font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    box-sizing: border-box;
    padding: 15px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background: #f5f5f5;
    border: none;
  }
  #top-contact-box dl dd input[type=text]::-moz-placeholder {
    color: #999;
    font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }
  #top-contact-box dl dd input[type=text]::placeholder {
    color: #999;
    font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }
  #top-contact-box dl dd input[type=text].w30 {
    width: 40%;
  }
  #top-contact-box dl dd textarea {
    width: 100%;
    height: 250px;
    padding: 15px;
    resize: none;
    font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    box-sizing: border-box;
    background: #f5f5f5;
    border: none;
  }
  #top-contact-box dl dd textarea::-moz-placeholder {
    color: #999;
    font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }
  #top-contact-box dl dd textarea::placeholder {
    color: #999;
    font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }
  #top-contact-box dl dd select {
    width: 50%;
    height: 50px;
    font: normal 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    border: none;
    box-sizing: border-box;
    background-color: #f5f5f5;
    border: none;
    padding: 0 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }
  #top-contact-box .submit-box {
    text-align: center;
    margin: 50px 0 0 0;
  }
  #top-contact-box .submit-box p 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;
  }
  #top-contact-box .submit-box p a:link, #top-contact-box .submit-box p a:visited, #top-contact-box .submit-box p a:active {
    text-decoration: underline;
    color: #000;
  }
  #top-contact-box .submit-box p a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #top-contact-box .submit-box .agree-box {
    display: block;
    text-align: center;
    cursor: pointer;
    margin: 30px 0 0 0;
  }
  #top-contact-box .submit-box .agree-box span {
    font: normal 2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    vertical-align: middle;
  }
  #top-contact-box .submit-box .agree-box input.mark {
    width: 20px;
    height: 20px;
    border: 1px solid #dcdcdc;
  }
  #top-contact-box .submit-box .submit-button {
    padding: 30px 100px;
    margin: 30px 0 0 0;
    font: normal 1.8rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    text-align: center;
    color: #fff;
    background: #FC4E50;
    border: none;
    cursor: pointer;
    display: inline-block;
    -webkit-appearance: button;
       -moz-appearance: button;
            appearance: button;
    position: relative;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 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;
  }
  #top-contact-box .submit-box .submit-button:after {
    content: "arrow_forward";
    position: absolute;
    font-size: 22px;
    right: 10px;
    top: 50%;
    transform: translateY(-40%);
    -moz-transform: translateY(-40%);
    -webkit-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -o-transform: translateY(-40%);
    color: #fff;
  }
  #top-contact-box .submit-box .submit-button:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  #top-contact-box .submit-box .back-button {
    padding: 30px 100px;
    margin: 30px 30px 0 0;
    font: normal 1.8rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    text-align: center;
    background: #f5f5f5;
    border-style: none;
    cursor: pointer;
    display: inline-block;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-appearance: button;
       -moz-appearance: button;
            appearance: button;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    color: #000;
  }
  #top-contact-box .submit-box .back-button:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  #top-contact-box table {
    width: 100%;
    margin: 80px auto 0;
  }
  #top-contact-box table th {
    padding: 40px 0;
    border-bottom: 1px solid #dcdcdc;
    font: normal 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    width: 240px;
    text-align: left;
    box-sizing: border-box;
  }
  #top-contact-box table td {
    padding: 40px 0;
    border-bottom: 1px solid #dcdcdc;
    font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    text-align: left;
    box-sizing: border-box;
  }
  #top-contact-box .pp-box {
    max-width: 1000px;
    margin: 80px auto 0;
    height: 300px;
    overflow-y: scroll;
    padding: 30px;
    box-sizing: border-box;
  }
  #top-contact-box .pp-box h4 {
    font: normal 2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    margin: 30px 0 10px 0;
  }
  #top-contact-box .pp-box ul {
    margin: 20px 0 0 40px;
  }
  #top-contact-box .pp-box ul li {
    font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }
  #top-contact-box p.end {
    margin: 80px 0 0 0;
  }
  /* ------------ footer-box ------------ */
  #footer-box {
    background: #0A1D2E;
    padding: 100px 0;
    text-align: center;
  }
  #footer-box ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  #footer-box ul li {
    font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    margin: 0 25px;
  }
  #footer-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;
    position: relative;
  }
  #footer-box ul li a:link, #footer-box ul li a:visited, #footer-box ul li a:active {
    text-decoration: none;
    color: #fff;
  }
  #footer-box ul li a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #footer-box ul li a:before {
    content: "arrow_right";
    font-size: 20px;
    color: #fff;
  }
  #footer-box p {
    font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #2C5374;
    margin: 50px 0 0 0;
  }
  /* ------------ page-top ------------ */
  #page-top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: -50px;
    bottom: 50px;
    background: #135594;
    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;
  }
  /* ------------ pagetitle-box ------------ */
  #pagetitle-box {
    background: url(../about/img/02@2x.jpg) no-repeat center center;
    background-size: cover;
    padding: 80px 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  #pagetitle-box h2 {
    font: normal 4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #fff;
    margin: 0 10% 0 0;
  }
  #pagetitle-box.bg-01 {
    background: url(../titp/img/01@2x.jpg) no-repeat center center;
    background-size: cover;
  }
  #pagetitle-box.bg-02 {
    background: url(../privacy/img/01@2x.jpg) no-repeat center center;
    background-size: cover;
  }
  #pagetitle-box.bg-03 {
    background: url(../news/img/01@2x.jpg) no-repeat center center;
    background-size: cover;
  }
  /* ------------ breadcrumb-box ------------ */
  #breadcrumb-box {
    max-width: 1100px;
    margin: 20px auto 0;
    padding: 0 20px;
  }
  #breadcrumb-box ul {
    display: flex;
    justify-content: flex-start;
  }
  #breadcrumb-box ul li {
    font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    position: relative;
    list-style: none;
    padding: 0 0 0 15px;
    margin: 0 0 0 10px;
    color: #000;
  }
  #breadcrumb-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;
  }
  #breadcrumb-box ul li a:link, #breadcrumb-box ul li a:visited, #breadcrumb-box ul li a:active {
    text-decoration: none;
    color: #000;
  }
  #breadcrumb-box ul li a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #breadcrumb-box ul li:before {
    content: "chevron_right";
    font-size: 16px;
    color: #000;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-40%);
    -moz-transform: translateY(-40%);
    -webkit-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -o-transform: translateY(-40%);
  }
  #breadcrumb-box ul li:first-child {
    margin: 0;
  }
  #breadcrumb-box ul li:first-child:before {
    content: "home";
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-40%);
    -moz-transform: translateY(-40%);
    -webkit-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -o-transform: translateY(-40%);
    color: #000;
  }
  /* ------------ aboutus-box ------------ */
  #aboutus-box .inner-box-01 {
    padding: 130px 20px;
  }
  #aboutus-box .inner-box-01 .wrap-box {
    max-width: 1100px;
    margin: 60px auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #aboutus-box .inner-box-01 .wrap-box figure {
    width: 30%;
  }
  #aboutus-box .inner-box-01 .wrap-box figure img {
    width: 50%;
    margin: 0 auto;
    display: block;
  }
  #aboutus-box .inner-box-01 .wrap-box figure figcaption {
    font: normal 1.8rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    margin: 20px 0 0 0;
    text-align: center;
  }
  #aboutus-box .inner-box-01 .wrap-box .text-box {
    margin: 0 0 0 30px;
    flex: 1;
    text-align: left;
  }
  #aboutus-box .inner-box-02 {
    background: #f5f5f5;
    padding: 130px 20px;
  }
  #aboutus-box .inner-box-02 .title-box {
    margin: 0 0 70px 0;
  }
  #aboutus-box .inner-box-02 dl {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    border-bottom: 1px dotted #999;
    text-align: left;
    color: #000;
  }
  #aboutus-box .inner-box-02 dl dt {
    width: 25%;
    padding: 35px 0;
    box-sizing: border-box;
  }
  #aboutus-box .inner-box-02 dl dd {
    width: 75%;
    padding: 35px 0;
    box-sizing: border-box;
  }
  #aboutus-box .inner-box-02 dl dd ul {
    margin: 0;
  }
  #aboutus-box .inner-box-02 dl dd ul li {
    margin: 0 0 15px 0;
    list-style: disc;
  }
  #aboutus-box .inner-box-02 dl dd 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;
  }
  #aboutus-box .inner-box-02 dl dd ul li a:link, #aboutus-box .inner-box-02 dl dd ul li a:visited, #aboutus-box .inner-box-02 dl dd ul li a:active {
    text-decoration: none;
    color: #000;
  }
  #aboutus-box .inner-box-02 dl dd ul li a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #aboutus-box .inner-box-03 {
    padding: 130px 20px;
  }
  #aboutus-box .inner-box-03 dl {
    max-width: 1100px;
    margin: 0 auto;
    font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    border-bottom: 1px dotted #999;
    text-align: left;
    color: #000;
  }
  #aboutus-box .inner-box-03 dl dt {
    width: 20%;
    padding: 35px 0;
    box-sizing: border-box;
  }
  #aboutus-box .inner-box-03 dl dt img {
    width: 100%;
    vertical-align: bottom;
  }
  #aboutus-box .inner-box-03 dl dd {
    width: 75%;
    padding: 35px 0;
    box-sizing: border-box;
  }
  #aboutus-box .inner-box-03 dl 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: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  #aboutus-box .inner-box-03 dl a:link, #aboutus-box .inner-box-03 dl a:visited, #aboutus-box .inner-box-03 dl a:active {
    text-decoration: none;
    color: #000;
  }
  #aboutus-box .inner-box-03 dl a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #aboutus-box .inner-box-03 dl:first-of-type {
    margin: 30px auto 0;
  }
  /* ------------ titp-box ------------ */
  #titp-box .inner-box-01 {
    max-width: 1000px;
    margin: 0 auto;
    padding: 130px 20px;
  }
  #titp-box .inner-box-01 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 70px 0 0 0;
  }
  #titp-box .inner-box-01 ul li {
    width: 30%;
    list-style: none;
    font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
  }
  #titp-box .inner-box-01 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;
    background: #135594;
    border-radius: 5px;
    padding: 15px 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  #titp-box .inner-box-01 ul li a:link, #titp-box .inner-box-01 ul li a:visited, #titp-box .inner-box-01 ul li a:active {
    text-decoration: none;
    color: #fff;
  }
  #titp-box .inner-box-01 ul li a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  #titp-box .inner-box-01 ul li a span {
    border-radius: 50%;
    background: #fff;
    color: #135594;
    font: normal 2rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    margin: 0 7px 0 0;
    text-align: center;
  }
  #titp-box .inner-box-01 ul li:nth-child(n+4) {
    margin: 20px 0 0 0;
  }
  #titp-box .inner-box-01 ul li:nth-child(4) a {
    background: #63AD70;
  }
  #titp-box .inner-box-01 ul li:nth-child(4) a span {
    color: #63AD70;
  }
  #titp-box .inner-box-01 ul li:nth-child(5) a {
    background: #63AD70;
  }
  #titp-box .inner-box-01 ul li:nth-child(5) a span {
    color: #63AD70;
  }
  #titp-box .inner-box-01 ul li:nth-child(6) a {
    background: #63AD70;
  }
  #titp-box .inner-box-01 ul li:nth-child(6) a span {
    color: #63AD70;
  }
  #titp-box .inner-box-01 ul::after {
    content: "";
    display: block;
    width: 30%;
  }
  #titp-box .inner-box-02 {
    background: #135594;
    padding: 130px 50px;
    text-align: center;
  }
  #titp-box .inner-box-02 .bg-box {
    max-width: 1200px;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    padding: 50px 100px;
    box-sizing: border-box;
  }
  #titp-box .inner-box-02 .bg-box h2 {
    background: #E2EAF2;
    border-top: 3px solid #135594;
    padding: 15px;
    font: normal 2.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    color: #000;
    margin: 100px 0 0 0;
    text-align: left;
  }
  #titp-box .inner-box-02 .bg-box h2 span {
    border-radius: 50%;
    background: #135594;
    color: #fff;
    font: normal 2.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    margin: 0 7px 0 0;
    text-align: center;
  }
  #titp-box .inner-box-02 .bg-box h2:first-of-type {
    margin: 0;
  }
  #titp-box .inner-box-02 .bg-box h3 {
    font: normal 2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    color: #135594;
    border-bottom: 2px solid #135594;
    padding: 0 0 5px 0;
    margin: 60px 0 10px 0;
    text-align: left;
  }
  #titp-box .inner-box-02 .bg-box h3.mt0 {
    margin: 0 0 10px 0;
  }
  #titp-box .inner-box-02 .bg-box p {
    text-align: left;
  }
  #titp-box .inner-box-02 .bg-box p.mt50 {
    margin: 50px 0 0 0;
  }
  #titp-box .inner-box-02 .bg-box p span {
    font: normal 1.8rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
  }
  #titp-box .inner-box-02 .bg-box figure.img-01 {
    width: 100%;
    margin: 30px 0 0 0;
  }
  #titp-box .inner-box-02 .bg-box figure.img-01 img {
    width: 100%;
    vertical-align: bottom;
    margin: 50px 0 0 0;
    border: 2px solid #999;
    box-sizing: border-box;
  }
  #titp-box .inner-box-02 .bg-box figure.img-01 img:first-of-type {
    margin: 0;
  }
  #titp-box .inner-box-02 .bg-box figure.img-01 figcaption {
    font: normal 2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    text-align: center;
    background: #63AD70;
    color: #fff;
    display: inline;
    padding: 5px 20px;
    margin: 0;
  }
  #titp-box .inner-box-02 .bg-box figure.img-02 {
    width: 100%;
    margin: 30px 0 0 0;
  }
  #titp-box .inner-box-02 .bg-box figure.img-02 img {
    width: 100%;
    vertical-align: bottom;
  }
  #titp-box .inner-box-02 .bg-box ul.list-01 {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 50px 0 0 0;
    text-align: left;
  }
  #titp-box .inner-box-02 .bg-box ul.list-01 li {
    list-style: none;
    width: 47%;
    background: #ECF1F7;
    border: 1px solid #135594;
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
  }
  #titp-box .inner-box-02 .bg-box ul.list-01 li p {
    margin: 20px 0 0 0;
  }
  #titp-box .inner-box-02 .bg-box ul.list-01 li p.title {
    background: #135594;
    font: normal 2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    color: #fff;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    margin: 0;
  }
  #titp-box .inner-box-02 .bg-box ul.list-01 li:nth-child(n+3) {
    margin: 30px 0 0 0;
  }
  #titp-box .inner-box-02 .bg-box .wrap-box {
    margin: 50px auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #titp-box .inner-box-02 .bg-box .wrap-box figure {
    width: 45%;
  }
  #titp-box .inner-box-02 .bg-box .wrap-box figure img {
    width: 100%;
    vertical-align: bottom;
  }
  #titp-box .inner-box-02 .bg-box .wrap-box .text-box {
    margin: 0 0 0 30px;
    flex: 1;
    text-align: left;
  }
  #titp-box .inner-box-02 .bg-box .wrap-box.re figure {
    order: 2;
  }
  #titp-box .inner-box-02 .bg-box .wrap-box.re .text-box {
    order: 1;
    margin: 0 30px 0 0;
  }
  #titp-box .inner-box-02 .bg-box .wrap-box-02 {
    margin: 30px auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #titp-box .inner-box-02 .bg-box .wrap-box-02 p {
    width: 45%;
    text-align: left;
  }
  #titp-box .inner-box-02 .bg-box .wrap-box-02 ul {
    margin: 0 0 0 70px;
    flex: 1;
  }
  #titp-box .inner-box-02 .bg-box .wrap-box-02 ul li {
    font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    text-align: left;
    border-bottom: 1px solid #dcdcdc;
    padding: 10px 0;
    font-weight: 700;
  }
  #titp-box .inner-box-02 .bg-box a.button {
    margin: 50px 0 0 0;
  }
  #titp-box .inner-box-02 .bg-box p.t-title {
    text-align: left;
    font: normal 1.8rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    margin: 50px 0 0 0;
  }
  #titp-box .inner-box-02 .bg-box table.table-01 {
    width: 100%;
    font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    margin: 20px 0 0 0;
    border: 1px solid #dcdcdc;
  }
  #titp-box .inner-box-02 .bg-box table.table-01 th {
    width: 50%;
    background: #E8F5FB;
    padding: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #dcdcdc;
  }
  #titp-box .inner-box-02 .bg-box table.table-01 th:first-of-type {
    border-top: 1px solid #dcdcdc;
  }
  #titp-box .inner-box-02 .bg-box table.table-01 td {
    width: 50%;
    padding: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #dcdcdc;
  }
  #titp-box .inner-box-02 .bg-box table.table-01 td:first-of-type {
    border-top: 1px solid #dcdcdc;
  }
  #titp-box .inner-box-02 .bg-box table.table-01 td.title {
    font-weight: 700;
  }
  #titp-box .inner-box-02 .bg-box table.table-01.w30 {
    margin: 50px 0 10px 0;
  }
  #titp-box .inner-box-02 .bg-box table.table-01.w30 th {
    width: 33%;
    border-left: 1px solid #dcdcdc;
  }
  #titp-box .inner-box-02 .bg-box table.table-01.w30 th:first-of-type {
    border-left: none;
    border-top: none;
  }
  #titp-box .inner-box-02 .bg-box table.table-01.w30 td {
    width: 33%;
    border-left: 1px solid #dcdcdc;
  }
  #titp-box .inner-box-02 .bg-box table.table-02 {
    width: 100%;
    font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    margin: 20px 0 0 0;
  }
  #titp-box .inner-box-02 .bg-box table.table-02 th {
    padding: 20px;
    box-sizing: border-box;
  }
  #titp-box .inner-box-02 .bg-box table.table-02 th:nth-of-type(1) {
    background: #E8F5FB;
  }
  #titp-box .inner-box-02 .bg-box table.table-02 th:nth-of-type(2) {
    background: #CFEAF7;
  }
  #titp-box .inner-box-02 .bg-box table.table-02 th:nth-of-type(3) {
    background: #B8DCF1;
  }
  #titp-box .inner-box-02 .bg-box table.table-02 th.title {
    background: #91C0E2;
  }
  #titp-box .inner-box-02 .bg-box table.table-02 td {
    padding: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
  }
  #titp-box .inner-box-02 .bg-box table.table-02 td:last-of-type {
    border-right: 1px solid #dcdcdc;
  }
  #titp-box .inner-box-02 .bg-box table.table-03 {
    width: 100%;
    font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    margin: 20px 0 0 0;
  }
  #titp-box .inner-box-02 .bg-box table.table-03 th {
    padding: 10px;
    box-sizing: border-box;
    border-top: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    background: #f5f5f5;
  }
  #titp-box .inner-box-02 .bg-box table.table-03 th:last-of-type {
    border-right: 1px solid #dcdcdc;
  }
  #titp-box .inner-box-02 .bg-box table.table-03 td {
    padding: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
  }
  #titp-box .inner-box-02 .bg-box table.table-03 td:last-of-type {
    border-right: 1px solid #dcdcdc;
  }
  #titp-box .inner-box-02 .bg-box table.table-03 td:first-of-type {
    background: #f5f5f5;
  }
  #titp-box .inner-box-02 .bg-box table.table-03 td.bg-01 {
    background: #E8F5FB;
  }
  #titp-box .inner-box-02 .bg-box table.table-03 td.bg-02 {
    background: #CFEAF7;
  }
  #titp-box .inner-box-02 .bg-box table.table-03 td.bg-03 {
    background: #B8DCF1;
  }
  #titp-box .inner-box-02 .bg-box table.table-03 td.bg-04 {
    background: #A4CDEA;
  }
  #titp-box .inner-box-02 .bg-box table.table-03 td.bg-05 {
    background: #63AD70;
    color: #fff;
    font-weight: 700;
  }
  /* ------------ privacy-box ------------ */
  #privacy-box {
    max-width: 1100px;
    padding: 130px 20px;
    margin: 0 auto;
  }
  #privacy-box h4 {
    font: normal 2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    margin: 50px 0 0 0;
  }
  #privacy-box .title-box + p {
    margin: 50px 0 0 0;
  }
  #privacy-box p {
    margin: 10px 0 0 0;
  }
  #privacy-box ul {
    margin: 20px 0 0 20px;
  }
  #privacy-box ul li {
    font: normal 1.6rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    list-style: none;
  }
  #privacy-box a {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  #privacy-box a:link, #privacy-box a:visited, #privacy-box a:active {
    text-decoration: underline;
    color: #000;
  }
  #privacy-box a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  /* ------------ contact-box ------------ */
  #contact-box {
    padding: 130px 20px;
  }
  #contact-box .inner-box {
    max-width: 1100px;
    margin: 60px auto 0;
  }
  #contact-box .inner-box dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #dcdcdc;
    padding: 40px 0;
    font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }
  #contact-box .inner-box dl dt {
    width: 250px;
    font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 30px 0 0;
  }
  #contact-box .inner-box dl dt span {
    font: normal 1.2rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #fff;
    background: #FF7502;
    margin: 0 10px;
    padding: 5px 7px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }
  #contact-box .inner-box dl dd {
    flex: 1;
    text-align: left;
  }
  #contact-box .inner-box dl dd input[type=text] {
    width: 100%;
    font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    box-sizing: border-box;
    padding: 15px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background: #f5f5f5;
    border: none;
  }
  #contact-box .inner-box dl dd input[type=text]::-moz-placeholder {
    color: #999;
    font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }
  #contact-box .inner-box dl dd input[type=text]::placeholder {
    color: #999;
    font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }
  #contact-box .inner-box dl dd input[type=text].w30 {
    width: 40%;
  }
  #contact-box .inner-box dl dd textarea {
    width: 100%;
    height: 250px;
    padding: 15px;
    resize: none;
    font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    box-sizing: border-box;
    background: #f5f5f5;
    border: none;
  }
  #contact-box .inner-box dl dd textarea::-moz-placeholder {
    color: #999;
    font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }
  #contact-box .inner-box dl dd textarea::placeholder {
    color: #999;
    font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }
  #contact-box .inner-box dl dd select {
    width: 50%;
    height: 50px;
    font: normal 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    border: none;
    box-sizing: border-box;
    background-color: #f5f5f5;
    border: none;
    padding: 0 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }
  #contact-box .inner-box .submit-box {
    text-align: center;
    margin: 50px 0 0 0;
  }
  #contact-box .inner-box .submit-box p 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 .inner-box .submit-box p a:link, #contact-box .inner-box .submit-box p a:visited, #contact-box .inner-box .submit-box p a:active {
    text-decoration: underline;
    color: #000;
  }
  #contact-box .inner-box .submit-box p a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #contact-box .inner-box .submit-box .agree-box {
    display: block;
    text-align: center;
    cursor: pointer;
    margin: 30px 0 0 0;
  }
  #contact-box .inner-box .submit-box .agree-box span {
    font: normal 2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    vertical-align: middle;
  }
  #contact-box .inner-box .submit-box .agree-box input.mark {
    width: 20px;
    height: 20px;
    border: 1px solid #dcdcdc;
  }
  #contact-box .inner-box .submit-box .submit-button {
    padding: 30px 100px;
    margin: 30px 0 0 0;
    font: normal 1.8rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    text-align: center;
    color: #fff;
    background: #FF7502;
    border: none;
    cursor: pointer;
    display: inline-block;
    -webkit-appearance: button;
       -moz-appearance: button;
            appearance: button;
    position: relative;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 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;
  }
  #contact-box .inner-box .submit-box .submit-button:after {
    content: "arrow_forward";
    position: absolute;
    font-size: 22px;
    right: 10px;
    top: 50%;
    transform: translateY(-40%);
    -moz-transform: translateY(-40%);
    -webkit-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -o-transform: translateY(-40%);
    color: #fff;
  }
  #contact-box .inner-box .submit-box .submit-button:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  #contact-box .inner-box .submit-box .back-button {
    padding: 30px 100px;
    margin: 30px 30px 0 0;
    font: normal 1.8rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    text-align: center;
    background: #f5f5f5;
    border-style: none;
    cursor: pointer;
    display: inline-block;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-appearance: button;
       -moz-appearance: button;
            appearance: button;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    color: #000;
  }
  #contact-box .inner-box .submit-box .back-button:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  #contact-box .inner-box table {
    width: 100%;
    margin: 80px auto 0;
  }
  #contact-box .inner-box table th {
    padding: 40px 0;
    border-bottom: 1px solid #dcdcdc;
    font: normal 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    width: 240px;
    text-align: left;
    box-sizing: border-box;
  }
  #contact-box .inner-box table td {
    padding: 40px 0;
    border-bottom: 1px solid #dcdcdc;
    font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    text-align: left;
    box-sizing: border-box;
  }
  #contact-box .inner-box .pp-box {
    max-width: 1000px;
    margin: 80px auto 0;
    height: 300px;
    overflow-y: scroll;
    padding: 30px;
    box-sizing: border-box;
  }
  #contact-box .inner-box .pp-box h4 {
    font: normal 2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    margin: 30px 0 10px 0;
  }
  #contact-box .inner-box .pp-box ul {
    margin: 20px 0 0 40px;
  }
  #contact-box .inner-box .pp-box ul li {
    font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }
  #contact-box .inner-box p.end {
    margin: 80px 0 0 0;
    text-align: center;
  }
  /* ------------ news-box ------------ */
  #news-box {
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
    padding: 130px 0;
    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.2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    color: #000;
    padding: 10px;
    border-top: 5px solid #135594;
    border-bottom: 1px solid #135594;
  }
  #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 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
  }
  #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: #000;
    padding: 0 5px 0 0;
  }
  #news-box #main-box .newslist-box ul.type-01 li .text-box h4 {
    font: normal 1.8rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    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: #000;
  }
  #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 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    padding: 5px 10px;
    display: inline-block;
    border: 1px solid #000;
  }
  #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: #000;
  }
  #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.type-01 li:first-child {
    margin: 30px 0 0 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 "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 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
  }
  #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: #000;
  }
  #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: #000;
  }
  #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 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
  }
  #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 "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 #135594;
    background: #135594;
  }
  #news-box #main-box .pagenation-box ul li a {
    background: #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;
    border: 1px solid #000;
  }
  #news-box #main-box .pagenation-box ul li a:hover {
    background: #135594;
    border: 1px solid #135594;
    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: #f5f5f5;
    border-left: 5px solid #135594;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #news-box #main-box .newsarticle-box .cate-title h3 {
    font: normal 2.2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    margin: 5px 0 0 0;
    font-weight: 700;
  }
  #news-box #main-box .newsarticle-box .cate-title p.list {
    font: normal 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    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: #000;
  }
  #news-box #main-box .newsarticle-box .cate-title p.list a:hover {
    text-decoration: underline;
    color: #000;
  }
  #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: #000;
  }
  #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 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    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: #000;
    padding: 0 5px 0 0;
  }
  #news-box #main-box .newsarticle-box .article-box h4 {
    font: normal 2.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    margin: 5px 0 0 0;
    font-weight: 700;
  }
  #news-box #main-box .newsarticle-box .article-box p {
    font: normal 1.6rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    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: #000;
  }
  #news-box #main-box .newsarticle-box .article-box a:hover {
    text-decoration: underline;
    color: #000;
  }
  #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 #000;
    padding: 10px;
    display: block;
  }
  #news-box #main-box .newsarticle-box .article-next ul li .box p.articlebox {
    font: normal 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    text-align: center;
  }
  #news-box #main-box .newsarticle-box .article-next ul li .box p.date {
    font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    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 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    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 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    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: #000;
  }
  #news-box #main-box .newsarticle-box .article-next p.back a:hover {
    text-decoration: underline;
    color: #000;
  }
  #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: #000;
  }
  #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 "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: #000;
  }
  #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.6rem/1.5 "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: #135594;
  }
  #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 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    padding: 15px 0;
    color: #000;
    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 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
    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 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    text-align: center;
    padding: 9px;
    color: #000;
    box-sizing: border-box;
  }
  #news-box #side-box .calendar_wrap #wp-calendar td a {
    background: #135594;
    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 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
  }
  #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: #000;
  }
  #news-box #side-box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a:hover {
    text-decoration: underline;
    color: #000;
  }
  #news-box #side-box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next {
    text-align: left;
    font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #000;
  }
  #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: #000;
  }
  #news-box #side-box .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next a:hover {
    text-decoration: underline;
    color: #000;
  }
  #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 "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: #000;
  }
  #news-box #side-box .widget_recent_entries ul li a:hover {
    text-decoration: underline;
    color: #000;
  }
  #news-box #side-box .widget_recent_entries ul li a:hover:before {
    color: #000;
  }
  #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: #135594;
  }
  #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 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    box-sizing: border-box;
    cursor: pointer;
    color: #000;
    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 "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: #000;
  }
  #news-box #side-box .widget_categories ul li a:hover {
    text-decoration: underline;
    color: #000;
  }
  #news-box #side-box .widget_categories ul li a:hover:before {
    color: #000;
  }
  #news-box #side-box .widget_categories ul li a:before {
    content: "chevron_right";
    position: absolute;
    left: 0;
    top: 15px;
    font-size: 1.6rem;
    color: #135594;
  }
  #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;
  }
  /* ------------ 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);
  }
  .invisible.translate-02 {
    transform: translateX(20px);
    -moz-transform: translateX(20px);
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
  }
  .visible.translate-02 {
    transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
  .invisible.translate-03 {
    transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
  }
  .visible.translate-03 {
    transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
}
/* ------------ //PC ------------ *//*# sourceMappingURL=style.css.map */