@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 400;
  /*-Normal-*/
  src: url("../font/NotoSerifCJKjp/NotoSerifCJKjp-Regular.woff") format("woff"), url("../font/NotoSerifCJKjp/NotoSerifCJKjp-Regular.woff2") format("woff2"); }
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 500;
  /*-Medium-*/
  src: url("../font/NotoSerifCJKjp/NotoSerifCJKjp-Medium.woff") format("woff"), url("../font/NotoSerifCJKjp/NotoSerifCJKjp-Medium.woff2") format("woff2"); }
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 700;
  /*-Bold-*/
  src: url("../font/NotoSerifCJKjp/NotoSerifCJKjp-Bold.woff") format("woff"), url("../font/NotoSerifCJKjp/NotoSerifCJKjp-Bold.woff2") format("woff2"); }
.flex {
  display: flex; }

.jcss {
  justify-content: start; }

.jcsc {
  justify-content: center; }

.jcsb {
  justify-content: space-between; }

.aic {
  align-items: center; }

.ais {
  align-items: start; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.disnone {
  display: none !important; }
  @media only screen and (max-width: 468px) {
    .disnone {
      display: block !important; } }

@media only screen and (max-width: 468px) {
  .spdisnone {
    display: none !important; } }

.tdpd10 td {
  padding: 10px !important; }

li {
  list-style: none; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-weight: 500; }

body {
  counter-reset: number 0;
  line-height: 1.7em;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #333333;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  word-wrap: break-word;
  overflow: hidden;
  font-size: 16px; }

.inner {
  margin: 0 auto;
  max-width: 1200px; }

#contents_wrap {
  width: 100%;
  min-width: 100%;
  margin-bottom: 100px; }

#contents {
  width: 100%; }
  @media only screen and (max-width: 768px) {
    #contents {
      padding-left: 10px !important;
      padding-right: 10px !important; } }

#main {
  width: 100%; }

#main #col_main {
  width: 100%; }

#side {
  width: 18.75000%; }

.map {
  margin: 56px 20px 0; }

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left; }

table {
  table-layout: auto; }

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  table {
    table-layout: fixed; } }
.tlfix table {
  table-layout: fixed; }

table td img {
  height: auto !important; }

.pdtd10 td {
  padding: 10px !important; }

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line; }

b, strong {
  font-weight: bold; }

u {
  text-decoration: line-through; }

img {
  max-width: 100%;
  height: auto !important; }

small {
  font-size: 80%; }

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3; }

span {
  font-weight: inherit; }

u {
  text-decoration: underline; }

b {
  font-weight: 500; }

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px; }

a {
  text-decoration: none; }

a:hover {
  opacity: 0.6;
  transition: 1s; }

@media screen and (min-width: 640px) and (max-width: 768px) {
  .imgR, .imgL {
    max-width: 30% !important; } }
@media only screen and (max-width: 468px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center; } }

.mincho {
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }

.gothic {
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

@media only screen and (max-width: 468px) {
  .fltL {
    float: none;
    width: 100% !important; }

  .fltR {
    float: none;
    width: 100% !important; }

  .sptal {
    text-align: left !important; }

  .sptar {
    text-align: right !important; }

  .sptac {
    text-align: center !important; }

  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px; } }
header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: auto; }
  @media only screen and (max-width: 768px) {
    header#global_header {
      padding-top: 50px;
      border-top: 0; } }

@-webkit-keyframes zoom {
  50% {
    -webkit-transform: scale(1.1); } }
@keyframes zoom {
  50% {
    transform: scale(1.1); } }
#header {
  width: 100%; }
  #header h1, #header p {
    display: block;
    max-width: 100%;
    height: 30px;
    font-size: 14px;
    text-align: left;
    padding: 0 16px; }
    @media only screen and (max-width: 468px) {
      #header h1, #header p {
        padding: 0; } }
  #header .fleX {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 16px; }
    @media only screen and (max-width: 468px) {
      #header .fleX {
        padding: 0px 8px;
        flex-direction: column; } }
  #header .flxL {
    width: 50%; }
    @media screen and (min-width: 640px) and (max-width: 768px) {
      #header .flxL {
        width: 0%; } }
    #header .flxL #siteID {
      text-align: left; }
      @media only screen and (max-width: 768px) {
        #header .flxL #siteID {
          position: fixed;
          top: 1px;
          left: 8px;
          z-index: 999; } }
      #header .flxL #siteID a {
        opacity: 1;
        font-size: 28px;
        font-weight: bold;
        color: #333333 !important;
        vertical-align: super; }
        @media only screen and (max-width: 768px) {
          #header .flxL #siteID a {
            font-size: 16px; }
            #header .flxL #siteID a a {
              width: 20%; } }
  #header .flxR {
    margin: 16px 0; }
    @media only screen and (max-width: 468px) {
      #header .flxR {
        margin: 8px 0; } }
    #header .flxR p {
      text-align: left;
      font-size: 20px;
      font-weight: bold; }
      @media only screen and (max-width: 468px) {
        #header .flxR p {
          font-size: 14px; } }
    #header .flxR .Flex {
      display: flex; }
      @media only screen and (max-width: 468px) {
        #header .flxR .Flex {
          flex-direction: column; } }
      #header .flxR .Flex .tel {
        font-size: 32px;
        padding: 8px 0 8px 1em;
        font-weight: bold;
        display: block;
        position: relative; }
        @media only screen and (max-width: 768px) {
          #header .flxR .Flex .tel a {
            color: #333 !important; } }
        @media only screen and (max-width: 468px) {
          #header .flxR .Flex .tel {
            font-size: 26px; } }
        #header .flxR .Flex .tel::before {
          font-family: "Font Awesome 5 pro";
          content: "\f2a0";
          font-weight: 900;
          color: #1976D2;
          position: absolute;
          left: 0;
          top: 42%;
          margin-top: -8px; }
      #header .flxR .Flex .mail {
        display: block;
        max-width: 200px;
        background-color: #FB8C00;
        font-size: 14px;
        color: #FFF;
        text-decoration: none;
        padding: 8px 32px 8px 48px;
        border-radius: 4px;
        position: relative;
        margin-left: 1rem; }
        #header .flxR .Flex .mail::before {
          font-family: "Font Awesome 5 pro";
          content: "\f0e0";
          font-weight: 400;
          font-size: 26px;
          color: #FFF;
          position: absolute;
          left: 1rem;
          top: 40%;
          margin-top: -8px; }
        #header .flxR .Flex .mail::after {
          font-family: "Font Awesome 5 pro";
          content: "\f105";
          font-weight: 400;
          font-size: 16px;
          color: #FFF;
          position: absolute;
          right: 1rem;
          top: 40%;
          margin-top: -8px; }

#nav_global {
  background: #1976D2;
  width: 100%;
  padding: 8px 0; }
  #nav_global ul {
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    #nav_global ul li {
      width: 17%;
      border-right: 1px solid #fff; }
      #nav_global ul li:nth-child(1) {
        border-left: 1px solid #fff; }
      #nav_global ul li a {
        font-weight: 400;
        color: #fff;
        display: block;
        padding: 12px 0; }
        #nav_global ul li a:hover {
          opacity: 1;
          -webkit-animation: .3s;
          animation: zoom .3s; }
        #nav_global ul li a i {
          display: none; }

#mainArea {
  width: 100%;
  height: auto;
  position: relative; }
  #mainArea img {
    width: 100% !important; }
    @media screen and (min-width: 640px) and (max-width: 768px) {
      #mainArea img {
        height: 512px !important;
        object-fit: cover;
        object-position: 31% 100%; } }
    @media only screen and (max-width: 468px) {
      #mainArea img {
        height: 384px !important;
        object-fit: cover;
        object-position: 26% 100%; } }
  #mainArea p {
    position: absolute;
    width: 100%;
    left: 0;
    top: calc(50% - 5vw);
    text-align: center;
    color: #0D47A1;
    font-weight: bold;
    font-size: 3vw;
    text-shadow: 0px 6px 0px #ffffff;
    line-height: 4vw;
    text-align: left;
    margin-left: 9vw; }
    @media screen and (min-width: 640px) and (max-width: 768px) {
      #mainArea p {
        font-size: 2.5rem;
        line-height: 3.5rem; } }
    @media only screen and (max-width: 468px) {
      #mainArea p {
        font-size: 5.6vw;
        line-height: 7.6vw; } }

.move {
  animation-duration: 0.6s;
  animation-fill-mode: both;
  animation-timing-function: ease-in; }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px); }
  100% {
    opacity: 1;
    transform: translateX(0px); } }
.fadeInRight {
  animation-name: fadeInRight; }

#local-keyvisual {
  position: relative;
  background-image: url(../images/common/bg_4.png);
  background-position: center; }
  @media only screen and (max-width: 768px) {
    #local-keyvisual {
      margin-bottom: 50px; } }
  #local-keyvisual h1 {
    letter-spacing: 0.1em;
    color: #fff;
    font-size: 3em;
    font-weight: 700;
    z-index: 1;
    position: relative;
    text-align: left;
    background: rgba(0, 0, 0, 0.6);
    text-align: center; }
    @media only screen and (max-width: 768px) {
      #local-keyvisual h1 {
        font-size: 2em; } }
    #local-keyvisual h1 span {
      padding: 150px 0;
      display: block; }
      @media only screen and (max-width: 768px) {
        #local-keyvisual h1 span {
          padding: 100px 0; } }
      #local-keyvisual h1 span:empty {
        display: none; }

#local-keyvisual #local-keyvisual-bg, #local-keyvisual .local-keyvisual-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-position: center;
  background-size: cover; }

.pan1 {
  margin: 20px 0 100px; }
  @media only screen and (max-width: 768px) {
    .pan1 {
      display: none; } }
  .pan1 a {
    color: #000; }

.mean-container .mean-bar {
  background: #fff !important;
  box-shadow: 0px 0px 3px grey;
  position: fixed !important;
  z-index: 8 !important; }

.mean-container .mean-nav {
  background: #1976D2 !important; }

.mean-container .mean-nav ul li a {
  border-top: 1px solid #fff !important; }

.mean-container a.meanmenu-reveal span {
  background: #333 !important; }

.mean-container a.meanmenu-reveal {
  color: #333 !important; }

.mean-container .mean-nav ul li a.mean-expand:hover {
  /*background-color: #e9832f !important;*/ }

.mean-container .mean-nav ul li a {
  padding: 10px 5% !important;
  text-align: center !important; }

.mean-container .mean-nav ul li a i {
  margin-right: 15px;
  font-size: 16px; }

footer#global_footer {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  color: #0D47A1;
  padding-top: 30px;
  margin-top: auto; }
  footer#global_footer p.logo_text {
    font-size: 24px;
    font-weight: bold; }
    @media only screen and (max-width: 768px) {
      footer#global_footer p.logo_text {
        display: none; } }
  footer#global_footer a {
    font-size: 14px;
    color: #0D47A1;
    text-decoration: none; }
    footer#global_footer a:hover {
      text-decoration: underline; }
  footer#global_footer #nav_footer {
    margin: 30px 0;
    display: inline-block; }
    @media screen and (min-width: 640px) and (max-width: 768px) {
      footer#global_footer #nav_footer {
        display: none; } }
    @media only screen and (max-width: 468px) {
      footer#global_footer #nav_footer {
        display: none; } }
    footer#global_footer #nav_footer li {
      float: left; }
      footer#global_footer #nav_footer li:before {
        content: "|";
        padding: 0 16px; }
      footer#global_footer #nav_footer li:first-child:before {
        content: ""; }
      footer#global_footer #nav_footer li a {
        text-decoration: none; }
        footer#global_footer #nav_footer li a:hover {
          opacity: 0.6; }
  footer#global_footer address {
    margin: 0 auto 30px;
    text-align: left;
    display: table; }
    footer#global_footer address span {
      padding-left: 10px;
      display: table-cell;
      vertical-align: middle; }
      @media only screen and (max-width: 468px) {
        footer#global_footer address span {
          display: block;
          margin-top: 10px; } }

#copy {
  background-color: #0D47A1;
  display: block;
  width: 100%;
  padding: 8px 0;
  color: #fff !important; }
  #copy a {
    color: #fff !important;
    text-decoration: none; }
    #copy a:hover {
      opacity: 0.6; }
    @media screen and (min-width: 640px) and (max-width: 768px) {
      #copy a {
        line-height: 60px; } }

#pagetop {
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0.6; }
  #pagetop a {
    position: relative;
    display: block;
    width: 90px;
    height: 90px;
    text-decoration: none; }
  #pagetop::before {
    font-family: FontAwesome;
    content: '\f102';
    font-size: 25px;
    color: #1976D2;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -40px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center; }
  #pagetop::after {
    content: 'PAGE TOP';
    font-size: 13px;
    color: #fff;
    position: absolute;
    top: 45px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    color: #1976D2; }

/* box */
.home_td {
  margin-left: -7.6923076923% !important;
  display: inline-table; }
  @media screen and (min-width: 640px) and (max-width: 768px) {
    .home_td {
      margin-left: -7.6923076923% !important; } }
  @media only screen and (max-width: 468px) {
    .home_td {
      margin-left: 0 !important; } }
  .home_td .box {
    z-index: 10;
    float: left;
    width: 42.3076923077% !important;
    margin-left: 7.6923076923% !important;
    margin-bottom: 30px !important; }
    @media screen and (min-width: 640px) and (max-width: 768px) {
      .home_td .box {
        width: 42.3076923077% !important;
        margin-left: 7.6923076923% !important;
        display: block; } }
    @media only screen and (max-width: 468px) {
      .home_td .box {
        width: 100% !important;
        margin-left: 0 !important; } }
    .home_td .box img {
      width: 100% !important;
      border-radius: 15px; }
    .home_td .box .cont_titl {
      display: block;
      margin: 30px 0 10px; }
      .home_td .box .cont_titl h3 {
        font-size: 25px;
        font-weight: bold; }
        @media only screen and (max-width: 468px) {
          .home_td .box .cont_titl h3 {
            font-size: 20px; } }
        .home_td .box .cont_titl h3:first-letter {
          font-size: 35px;
          color: #ef9916; }
          @media only screen and (max-width: 468px) {
            .home_td .box .cont_titl h3:first-letter {
              font-size: 30px; } }

table th, table td {
  border: none; }

.jump {
  padding-top: 12px;
  margin-top: -12px; }
  @media only screen and (max-width: 768px) {
    .jump {
      padding-top: 60px;
      margin-top: -60px; } }

.innerS {
  max-width: 1024px;
  /* innerメイン　*/ }

.innerM {
  max-width: 1200px; }
  @media only screen and (max-width: 768px) {
    .innerM {
      padding: 0 0.375rem; } }

.innerL {
  max-width: 1920px;
  margin: 0 auto; }

.innre_t {
  max-width: 960px;
  height: auto; }

.inner720 {
  max-width: 720px;
  height: auto; }

.clearText {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.text {
  line-height: 40px; }
  @media screen and (min-width: 640px) and (max-width: 768px) {
    .text div {
      display: block;
      width: 480px;
      margin: 0 auto; } }
  @media only screen and (max-width: 468px) {
    .text {
      line-height: 32px; }
      .text div {
        text-align: left !important; } }

@media only screen and (max-width: 768px) {
  .ireko {
    flex-wrap: wrap-reverse !important; }

  .non {
    display: none !important; }

  .lef {
    text-align: left !important; } }
/* title */
.midashi h2 {
  font-size: 30px;
  line-height: 33px;
  font-weight: bold;
  text-align: center; }
  .midashi h2 span {
    font-size: 60px;
    color: #0D47A1; }
    @media screen and (min-width: 640px) and (max-width: 768px) {
      .midashi h2 span {
        font-size: 8vw; } }
    @media only screen and (max-width: 468px) {
      .midashi h2 span {
        font-size: 42px; } }
  @media screen and (min-width: 640px) and (max-width: 768px) {
    .midashi h2 {
      font-size: 4vw;
      line-height: 5.6vw; } }
  @media only screen and (max-width: 468px) {
    .midashi h2 {
      font-size: 26px;
      line-height: 29px;
      text-align: left; } }
.midashi h3 {
  font-size: 26px;
  font-weight: bold;
  background: linear-gradient(transparent 40%, #64B5F6 40%);
  position: relative;
  padding: 0 .5em .5em 1.7em; }
  .midashi h3::after {
    position: absolute;
    top: .4em;
    left: .4em;
    z-index: 2;
    content: '';
    width: 12px;
    height: 12px;
    background-color: #1976D2; }
.midashi h4 {
  position: relative;
  padding-left: 40px;
  font-size: 20px;
  font-weight: bold; }
  .midashi h4:before {
    counter-increment: number 1;
    content: counter(number) " ";
    position: absolute;
    background: #ffca2c;
    color: white;
    font-weight: normal;
    font-size: 20px;
    border-radius: 50%;
    left: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .midashi h4:after {
    content: '';
    display: block;
    position: absolute;
    left: 25px;
    height: 0;
    width: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 12px solid #ffca2c;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
.midashi h5 {
  font-size: 17px;
  font-weight: bold; }

.secH {
  background: url("../images/common/main001.jpg") no-repeat center top;
  height: 440px;
  background-size: cover;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 0; }
  .secH::before {
    content: '';
    position: absolute;
    top: -5px;
    bottom: -5px;
    left: -5px;
    right: -5px;
    background: inherit;
    filter: blur(3px);
    z-index: -1; }
  @media only screen and (max-width: 468px) {
    .secH {
      height: 220px; } }
  .secH h1 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    color: #0D47A1;
    font-size: 48px;
    line-height: 1;
    height: 48px;
    font-weight: bold;
    text-shadow: 0 0 10px #fff; }
    @media only screen and (max-width: 468px) {
      .secH h1 {
        font-size: 32px;
        height: 32px; } }

.ff article {
  left: 0 !important; }

.opfleX {
  position: relative;
  width: 100%;
  height: auto; }
  .opfleX .box {
    width: 50%; }
    @media only screen and (max-width: 768px) {
      .opfleX .box {
        width: 100%; } }
  .opfleX img {
    margin-top: 180px; }
    @media only screen and (max-width: 768px) {
      .opfleX img {
        margin-top: 0;
        margin-bottom: 32px; } }
  .opfleX article {
    display: block;
    max-width: 768px;
    max-height: 520px;
    padding: 2rem 2rem 3.75rem 2.5rem;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    border: 1px solid #bbdefb; }
    @media only screen and (max-width: 768px) {
      .opfleX article {
        position: static; } }
    @media only screen and (max-width: 468px) {
      .opfleX article {
        padding: 1rem 8px 8px; } }
    .opfleX article h3 {
      font-size: 36px;
      line-height: 50px;
      font-weight: bold;
      display: block;
      max-width: 300px;
      border-bottom: 2px solid #1976D2;
      margin-bottom: 60px; }
      @media only screen and (max-width: 468px) {
        .opfleX article h3 {
          font-size: 21px;
          line-height: 26px;
          margin-bottom: 1rem; } }
    .opfleX article div {
      line-height: 40px;
      font-weight: bold; }
      @media only screen and (max-width: 468px) {
        .opfleX article div {
          line-height: 32px;
          font-weight: 500; } }
    .opfleX article .btn_op {
      display: block;
      max-width: 300px;
      max-height: 60px;
      text-align: center;
      color: #fff !important;
      font-size: 18px;
      background-color: #FB8C00;
      border-radius: 3px;
      margin-top: 56px; }
      @media only screen and (max-width: 468px) {
        .opfleX article .btn_op {
          font-size: 16px; } }

.btn_fleX {
  justify-content: space-between;
  text-align: center; }
  @media screen and (min-width: 640px) and (max-width: 768px) {
    .btn_fleX {
      justify-content: space-around; } }
  @media only screen and (max-width: 468px) {
    .btn_fleX {
      justify-content: center !important; } }
  .btn_fleX .box {
    flex: 0 1 calc(100% / 3); }
    @media screen and (min-width: 640px) and (max-width: 768px) {
      .btn_fleX .box {
        flex: 0 0 calc(100% / 2); }
        .btn_fleX .box:nth-child(3) {
          padding-top: 16px; } }
    @media only screen and (max-width: 468px) {
      .btn_fleX .box {
        flex: 0 0 100%; }
        .btn_fleX .box:nth-child(2) {
          margin: 16px 0; } }

.btn_line {
  display: inline-block;
  width: 320px;
  text-align: center;
  background-color: #1976D2;
  border: 3px solid #1976D2;
  font-size: 34px;
  color: #333 !important;
  font-weight: bold;
  padding: 50px 24px;
  position: relative; }
  @media only screen and (max-width: 468px) {
    .btn_line {
      width: 290px;
      font-size: 23px;
      padding: 34px 24px; } }
  .btn_line .wrap {
    position: relative;
    z-index: 1; }
  .btn_line::before, .btn_line::after {
    content: "";
    display: block;
    background-color: #FFF;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    transition: .2s; }
  .btn_line::before {
    left: 0; }
  .btn_line::after {
    right: 0; }
  .btn_line:hover:before, .btn_line:hover:after {
    width: 0;
    background-color: #FFF; }
  .btn_line:hover {
    color: #FFF !important;
    opacity: 1; }

.btn_open {
  display: inline-block;
  width: 320px;
  text-align: center;
  background-color: #1976D2;
  font-size: 34px;
  color: #fff !important;
  font-weight: bold;
  border: 3px solid #1976D2;
  padding: 50px 24px;
  position: relative;
  overflow: hidden;
  z-index: 1; }
  @media only screen and (max-width: 468px) {
    .btn_open {
      width: 290px;
      font-size: 23px;
      padding: 34px 24px; } }
  .btn_open:after {
    width: 100%;
    height: 0;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: #FFF;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transition: .2s;
    z-index: -1; }
  .btn_open:hover {
    color: #333 !important;
    opacity: 1; }
  .btn_open:hover:after {
    height: 170%;
    opacity: 1; }
  .btn_open:active:after {
    height: 340%;
    opacity: 1; }

span.arrow::before {
  position: absolute;
  right: 15%;
  top: 75%;
  display: block;
  content: "";
  width: 142px;
  height: 2px;
  background: #333;
  z-index: 1; }
span.arrow::after {
  position: absolute;
  right: 15%;
  top: 71%;
  display: block;
  content: "";
  width: 11px;
  border-right: 2px solid #333;
  border-top: 2px solid #333;
  transform: rotate(45deg);
  z-index: 1; }

.company {
  max-width: 720px; }
  .company table td {
    padding: 16px !important; }

.recruit table td {
  padding: 16px !important; }

.enkaku dl dt {
  display: block !important;
  text-align: center; }
@media only screen and (max-width: 468px) {
  .enkaku dl {
    flex-direction: column; }
    .enkaku dl dt {
      display: flex !important;
      width: 100% !important; }
    .enkaku dl dd {
      width: 100% !important; } }

/********* news ﾓﾛﾓﾛ ************************/
.news {
  overflow: auto;
  height: 400px;
  border: 1px solid #bbdefb; }
  .news dl {
    padding: 1.125rem;
    border-bottom: 1px dashed #DCD6D9; }
    @media only screen and (max-width: 468px) {
      .news dl {
        flex-direction: column;
        padding: 8px; } }
    .news dl dt {
      border: none !important;
      background-color: transparent !important; }
    .news dl dd {
      border: none !important;
      background-color: transparent !important; }
      @media only screen and (max-width: 468px) {
        .news dl dd {
          width: 100% !important; } }

.deco::-webkit-scrollbar {
  width: 8px; }
.deco::-webkit-scrollbar-track {
  background: #bbdefb; }
.deco::-webkit-scrollbar-thumb {
  background: #0D47A1; }

/****************** パンクズのもろもろ ***/
.pankuzu {
  font-size: 14px;
  text-align: right; }
  .pankuzu a {
    color: #333 !important;
    border-bottom: 1px solid #0D47A1;
    cursor: pointer; }
  @media only screen and (max-width: 768px) {
    .pankuzu {
      display: none; } }

/****************** 吹き出しのもろもろ ***/
.balloon {
  position: relative;
  display: block;
  border-radius: 16px;
  padding: 16px;
  z-index: 0; }
  .balloon::after {
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    content: "";
    position: absolute;
    bottom: -32px;
    left: 25%;
    margin-left: -70px;
    width: 0px;
    height: 0px;
    z-index: -1; }
    @media only screen and (max-width: 468px) {
      .balloon::after {
        left: 50%;
        margin-left: -50px; } }
  .balloon .titl {
    font-size: 24px;
    font-weight: bold;
    padding: 10px 16px 0 16px !important; }
    @media only screen and (max-width: 468px) {
      .balloon .titl {
        padding: 16px 4px 0px !important; } }
  .balloon .tex {
    padding: 0 16px 0 16px !important; }
    @media only screen and (max-width: 468px) {
      .balloon .tex {
        padding: 8px 4px !important; } }
  .balloon .step {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    font-size: 20px;
    text-decoration: none;
    text-align: center;
    background: #fff;
    border-radius: 50%; }
    .balloon .step span {
      font-size: 2em;
      font-weight: bold; }
    @media only screen and (max-width: 468px) {
      .balloon .step {
        width: 90px !important;
        height: 90px; } }

.oowaku {
  display: block;
  border-radius: 16px;
  padding: 16px;
  z-index: 0; }
  .oowaku .titl {
    font-size: 24px;
    font-weight: bold;
    padding: 10px 16px 0 16px !important; }
    @media only screen and (max-width: 468px) {
      .oowaku .titl {
        padding: 16px 4px 0px !important; } }
  .oowaku .tex {
    padding: 0 16px 0 16px !important; }
    @media only screen and (max-width: 468px) {
      .oowaku .tex {
        padding: 8px 4px !important; } }
  .oowaku .step {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    font-size: 20px;
    text-decoration: none;
    text-align: center;
    background: #fff;
    border-radius: 50%; }
    .oowaku .step span {
      font-size: 2em;
      font-weight: bold; }
    @media only screen and (max-width: 468px) {
      .oowaku .step {
        width: 90px !important;
        height: 90px; } }

.iro01 {
  background-color: #1976D2; }
  .iro01::after {
    border-top: 32px solid #1976D2; }
  .iro01 .step {
    color: #1976D2; }

.iro02 {
  background-color: #03A9F4; }
  .iro02::after {
    border-top: 32px solid #03A9F4; }
  .iro02 .step {
    color: #03A9F4; }

.iro03 {
  background-color: #0097A7; }
  .iro03::after {
    border-top: 32px solid #0097A7; }
  .iro03 .step {
    color: #0097A7; }

.iro04 {
  background-color: #009688; }
  .iro04::after {
    border-top: 32px solid #009688; }
  .iro04 .step {
    color: #009688; }

.iro05 {
  background-color: #388E3C; }
  .iro05::after {
    border-top: 32px solid #388E3C; }
  .iro05 .step {
    color: #388E3C; }

.iro06 {
  background-color: #8BC34A; }
  .iro06::after {
    border-top: 32px solid #8BC34A; }
  .iro06 .step {
    color: #8BC34A; }

.iro07 {
  background-color: #AFB42B; }
  .iro07::after {
    border-top: 32px solid #AFB42B; }
  .iro07 .step {
    color: #AFB42B; }

.iro08 {
  background-color: #fdd835; }
  .iro08 .step {
    color: #fdd835; }

.iro09 {
  background-color: #FFCA28; }
  .iro09::after {
    border-top: 32px solid #FFCA28; }
  .iro09 .step {
    color: #FFCA28; }

.iro10 {
  background-color: #F57C00; }
  .iro10::after {
    border-top: 32px solid #F57C00; }
  .iro10 .step {
    color: #F57C00; }

.iro11 {
  background-color: #FF7043; }
  .iro11::after {
    border-top: 32px solid #FF7043; }
  .iro11 .step {
    color: #FF7043; }

.iro12 {
  background-color: #d32f2f; }
  .iro12::after {
    border-top: 32px solid #d32f2f; }
  .iro12 .step {
    color: #d32f2f; }

.iro13 {
  background-color: #EC407A; }
  .iro13::after {
    border-top: 32px solid #EC407A; }
  .iro13 .step {
    color: #EC407A; }

.iro14 {
  background-color: #7B1FA2; }
  .iro14::after {
    border-top: 32px solid #7B1FA2; }
  .iro14 .step {
    color: #7B1FA2; }

/****************** グーグルマップのもろもろ ***/
.ggmap {
  position: relative;
  padding-bottom: 30%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  @media only screen and (max-width: 468px) {
    .ggmap {
      padding-top: 40%; } }
  .ggmap iframe {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 100%; }

.kanban table {
  max-width: 720px;
  margin: auto;
  border: 2px solid #0D47A1;
  box-shadow: 32px 32px #0D47A1; }
.kanban .texT {
  font-size: 21px;
  font-weight: bold; }
  @media only screen and (max-width: 468px) {
    .kanban .texT {
      font-size: 18px; }
      .kanban .texT span br {
        display: none; } }
.kanban .btn_og {
  display: block;
  max-width: 300px;
  height: 60px;
  text-align: center;
  color: #fff !important;
  font-size: 18px;
  line-height: 60px;
  background-color: #FB8C00;
  border-radius: 3px;
  margin: 16px auto; }
  @media only screen and (max-width: 468px) {
    .kanban .btn_og {
      font-size: 16px; } }

/****************** プライバシーポリシーのもろもろ ***/
.policy-wrap {
  text-align: center; }
  .policy-wrap a {
    color: #FB8C00 !important; }

/* ポップアップウインドウの設定 */
.privacy {
  max-width: 800px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.9); }
  @media screen and (min-width: 640px) and (max-width: 768px) {
    .privacy {
      width: 95%; } }
  .privacy h3 {
    margin-top: 16px;
    border-left: 4px solid #0D47A1;
    color: #333;
    padding-left: 8px;
    font-size: 18px;
    letter-spacing: 0.1em;
    font-weight: bold; }
  .privacy p {
    margin: 10px 0 25px;
    font-size: 14px; }

/****************** 404エラーのもろもろ ***/
.center {
  text-align: center; }

.title_404 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.75;
  padding: 42px 0 12px; }

.text_404 {
  font-size: 14px;
  line-height: 2em;
  letter-spacing: -0.03em;
  padding-bottom: 36px; }
  @media only screen and (max-width: 468px) {
    .text_404 {
      text-align: left !important; }
      .text_404 br {
        display: none; } }

.btn_404 {
  display: inline-block;
  color: #FFF !important;
  text-decoration: none !important;
  letter-spacing: 0.05em;
  padding: 0.6em 1.3em;
  border-radius: 2px;
  background-color: #1976D2; }

.btn_color {
  background-color: #b0002d; }

/* ripple effect CSSだけのやつ*/
.ripple {
  position: relative;
  overflow: hidden; }

.ripple:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200%;
  height: 500%;
  border-radius: 50%;
  opacity: 0;
  background-color: rgba(250, 250, 250, 0.7);
  transition: opacity 200ms, width 120ms, height 120ms; }

.ripple:active:after {
  content: "";
  width: 0;
  height: 0;
  opacity: 1;
  transition: opacity 0s, width 0s, height 0s; }

.tdpd10 td {
  padding: 10px !important; }

.slider2 img {
  margin: 0 auto; }

.bg_100per_wrap {
  position: relative;
  padding: 100px 0 !important; }
  @media only screen and (max-width: 768px) {
    .bg_100per_wrap {
      padding: 50px 0 !important; } }

.bg_100per_inner {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  background: #f2f2e9 no-repeat;
  background-size: cover;
  z-index: -1; }

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