@charset "UTF-8";
/* Scss Document */
@import url(normalize.css);
/* Scss Document */
/*=======================================================
    reset
========================================================*/
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

* {
  margin: 0;
  padding: 0; }

/*=======================================================
    font
========================================================*/
.yu-mincho {
  font-family: "Yu Mincho", "YuMincho"; }

.font_en {
  font-family: Copperplate,Copperplate Gothic Light,fantasy; }

/*=======================================================
	
    ブレークポイント
========================================================*/
/*-------------- calc mixin ここから ----------------*/
/*-------------- calc mixin ここまで ----------------*/
/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
/*=======================================================
	
    common
    
========================================================*/
html {
  font-size: 62.5%;
  height: 100%; }
  @media screen and (max-width: 767px) {
    html {
      font-size: 52.5%; } }

body {
  font-size: 1.6rem;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  color: #000000;
  font-family: 'Noto Sans JP', sans-serif; }

a {
  transition: all 0.3s ease 0s;
  color: #000; }
  a:hover {
    color: #2261b7; }
  a.link::before {
    font-family: FontAwesome;
    content: "\f35d";
    margin-right: 10px; }

@media screen and (max-width: 767px) {
  .pc {
    display: none !important; } }

@media screen and (min-width: 768px) {
  .sp {
    display: none !important; } }

@media screen and (max-width: 767px) {
  .tab {
    display: none; } }

@media screen and (min-width: 768px) {
  .tab {
    display: none; } }

@media screen and (min-width: 606px) and (max-width: 767px) {
  .tab {
    display: block !important; } }

.clearfix {
  *zoom: 1; }
  .clearfix::after {
    content: "";
    display: block;
    clear: both; }

a img {
  transition: all 0.3s ease 0s; }
  a img:hover {
    opacity: 0.8; }

@media screen and (max-width: 767px) {
  img {
    max-width: 100%; } }

.link {
  color: #000;
  text-decoration: none; }

.mrgT5 {
  margin-top: 5px; }

.mrgT10 {
  margin-top: 10px; }

.mrgT15 {
  margin-top: 15px; }

.mrgT20 {
  margin-top: 20px; }

.mrgT25 {
  margin-top: 25px; }

.mrgT30 {
  margin-top: 30px; }

.mrgT40 {
  margin-top: 40px; }

.mrgT50 {
  margin-top: 50px; }

.mrgT60 {
  margin-top: 60px; }

.mrgT70 {
  margin-top: 70px; }

.mrgB5 {
  margin-bottom: 5px; }

.mrgB10 {
  margin-bottom: 10px; }

.mrgB15 {
  margin-bottom: 15px; }

.mrgB20 {
  margin-bottom: 20px; }

.mrgB25 {
  margin-bottom: 25px; }

.mrgB30 {
  margin-bottom: 30px; }

.mrgB40 {
  margin-bottom: 40px; }

.mrgB50 {
  margin-bottom: 50px; }

.mrgB60 {
  margin-bottom: 60px; }

.mrgB70 {
  margin-bottom: 70px; }

.floatL {
  float: left; }

.floatR {
  float: right; }

.fontBold {
  font-weight: bold; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

.f12 {
  font-size: 1.2rem; }

.f14 {
  font-size: 1.4rem; }

.f16 {
  font-size: 1.6rem; }

.f18 {
  font-size: 1.8rem; }

.red {
  color: #c1272d; }

.marker {
  background: linear-gradient(transparent 60%, #ffff66 60%);
  font-weight: bold; }

/*=======================================================
	
    header
    
========================================================*/
@media screen and (max-width: 767px) {
  #container {
    overflow: hidden; } }

#container header {
  width: 100%; }
  #container header.is-fixed {
    position: fixed;
    background: #fff;
    animation: nyuru 0.5s;
    position: fixed !important;
    z-index: 100; }

@keyframes nyuru {
  0% {
    margin-top: -158px; }
  100% {
    margin-top: 0; } }
  @media screen and (max-width: 767px) {
    @keyframes nyuru {
      0% {
        margin-top: -78px; }
      100% {
        margin-top: 0; } } }
  #container header .head {
    display: flex;
    justify-content: flex-start;
    align-items: center; }

    #container header .head .logo {
      padding: 3px 0; }
      #container header .head .logo span {
        font-size: 1.2rem;
        margin-left: 10px; }
      @media screen and (max-width: 767px) {
        #container header .head .logo {
          padding: 10px 0;
          width: 70%; } }
    #container header .head .telnum {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-wrap: wrap;
      padding: 10px 10px 0 0; }
      @media screen and (max-width: 1449px) {
        #container header .head .telnum {
          justify-content: center; } }
      #container header .head .telnum p {
        margin-left: 20px;
        padding-left: 20px;
        border-left: 1px solid #000000;
        line-height: 1.8; }
  #container header nav.pc {
    background: #2261b7; }
    #container header nav.pc .gnav {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
      align-items: center;
      max-width: 1180px;
      margin: 0 auto; }
      #container header nav.pc .gnav li {
        padding: 10px 0; }
        #container header nav.pc .gnav li:hover {
          background: #18488a; }
        #container header nav.pc .gnav li a {
          display: block;
          padding: 10px 0;
          border-left: 1px solid #fff;
          color: #fff;
          text-decoration: none;
          width: 168px;
          text-align: center;
          box-sizing: border-box;
          font-size: 1.4rem; }
        #container header nav.pc .gnav li:last-child {
          padding: 0; }
          #container header nav.pc .gnav li:last-child a {
            background: #e3275c;
            padding: 17px;
            width: 170px;
            display: flex;
            justify-content: center;
            align-items: center; }
            #container header nav.pc .gnav li:last-child a::before {
              content: url(../img/common/ico_mail.png);
			  width:10;
              margin-right: 10px; }
            #container header nav.pc .gnav li:last-child a:hover {
              background: #cc2a4b; }

#container .menu-trigger,
#container .menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  cursor: pointer;
  color: #fff; }

#container .menu-trigger {
  width: 50px;
  height: 50px;
  float: right;
  position: fixed;
  top: 1%;
  right: 1%;
  z-index: 9999;
  background: #2261b7;
  transform: scale(0.8); }

#container .menu-trigger span {
  width: 30px;
  height: 3px;
  margin: auto auto auto 10px;
  position: absolute;
  background-color: #fff; }

#container .menu-trigger span:nth-of-type(1) {
  top: 15px; }

#container .menu-trigger span:nth-of-type(2) {
  top: 0;
  bottom: 0; }

#container .menu-trigger span:nth-of-type(3) {
  bottom: 15px; }

#container .menu-trigger.active {
  background: #fff; }

#container .menu-trigger.active span {
  background-color: #2261b7; }

#container .menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg); }

#container .menu-trigger.active span:nth-of-type(2) {
  opacity: 0; }

#container .menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-7px) rotate(45deg);
  transform: translateY(-7px) rotate(45deg); }

#container #overlay {
  width: 100%;
  height: 100vh;
  margin: auto;
  padding-top: 10%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #e8eff8;
  display: none;
  text-align: center;
  color: #2261b7; }
  #container #overlay .telnum {
    padding: 0 30px;
    color: #000; }
    #container #overlay .telnum h2 {
      text-align: center;
      margin-bottom: 15px;
      padding: 0.5em 1em;
      background: #2261b7;
      color: #fff;
      font-size: 1.8rem; }
    #container #overlay .telnum p {
      margin-top: 10px;
      line-height: 1.4; }

#container #overlay ul {
  width: 100%;
  margin: 10px 0 30px; }

#container #overlay ul li {
  margin: 25px 15px;
  text-align: center;
  border: 0; }
  #container #overlay ul li ul {
    margin-top: 25px;
    display: none; }
    #container #overlay ul li ul li::before {
      content: "-";
      margin-right: 5px; }
    #container #overlay ul li ul li a {
      font-size: 1.4rem; }
  #container #overlay ul li:hover ul {
    display: block; }

#container #overlay ul li a {
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  color: #2261b7; }
  #container #overlay ul li a span {
    font-weight: normal;
    font-size: 1.2rem;
    display: block; }

#container .gmap iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%); }

#container .gmap #gmap {
  width: 100%; }

#container footer {
  background: #2261b7;
  padding: 0; }
  #container footer .inner {
    padding: 50px 0;
    max-width: 1360px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    color: #fff; }
    @media screen and (max-width: 767px) {
      #container footer .inner {
        padding: 30px 15px; } }
    #container footer .inner a {
      color: #fff;
      text-decoration: none; }
    #container footer .inner .info {
      width: 60%; }
      @media screen and (max-width: 767px) {
        #container footer .inner .info {
          width: 100%;
          margin-top: 30px;
          order: 2; } }
      #container footer .inner .info .add {
        margin: 30px 0;
        display: flex;
        font-size: 1.4rem; }
        #container footer .inner .info .add .company_info {
          margin-left: 20px;
          line-height: 1.6; }
        #container footer .inner .info .add .accessmap {
          margin-top: 10px; }
          #container footer .inner .info .add .accessmap a {
            background: #000;
            display: inline-block;
            padding: 0.5em 1em;
            color: #fff;
            text-decoration: none;
            font-size: 1.4rem; }
            #container footer .inner .info .add .accessmap a::before {
              font-family: FontAwesome;
              content: "\f3c5";
              margin-right: 0.5em; }
      #container footer .inner .info address {
        font-size: 1.0rem;
        line-height: 1.4; }
    #container footer .inner nav {
      display: flex;
      justify-content: space-between;
      width: 60%; }
      @media screen and (max-width: 767px) {
        #container footer .inner nav {
          width: 100%;
          display: block;
          order: 1; } }
      @media screen and (max-width: 767px) {
        #container footer .inner nav ul {
          margin-bottom: 15px; } }
      #container footer .inner nav ul li {
        font-size: 1.2rem;
        margin-bottom: 15px; }
        #container footer .inner nav ul li::before {
          font-family: FontAwesome;
          content: "\f054";
          margin-right: 1em; }
        #container footer .inner nav ul li:last-child {
          margin-bottom: 0; }
    #container footer .inner .bnr_list {
      margin-top: 30px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      padding: 0 50px; }
      @media screen and (max-width: 767px) {
        #container footer .inner .bnr_list {
          padding: 0; } }
      #container footer .inner .bnr_list li {
        margin: 10px; }

#container .sp_nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: fixed;
  left: 0;
  bottom: 0;
  background: #fff;
  width: 100%;
  z-index: 100; }
  #container .sp_nav li {
    width: 100%; }
    #container .sp_nav li a {
      display: block;
      padding: 20px 10px;
      box-sizing: border-box;
      text-decoration: none;
      color: #fff;
      text-align: center;
      font-weight: 700;
      font-size: 1.4rem; }
    #container .sp_nav li:first-child a {
      background: #2261b7; }
      #container .sp_nav li:first-child a::before {
        font-family: FontAwesome;
        content: "\f15c";
        margin-right: 10px; }
    #container .sp_nav li:last-child a {
      background: #ff0000; }
      #container .sp_nav li:last-child a::before {
        font-family: FontAwesome;
        content: "\f0e0";
        margin-right: 10px; }

/*=======================================================
	
    共通レイアウト
    
========================================================*/
#container img {
  max-width: 100%;
  height: auto; }

#container a.disabled {
  pointer-events: none; }

#container .flex {
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
    #container .flex .box01 {
      order: 1; } }
  @media screen and (max-width: 767px) {
    #container .flex .box02 {
      order: 2; } }
  #container .flex img {
    max-width: 100%; }

#container .fix_bnr {
  position: fixed;
  right: 0;
  top: 20%; }
  @media screen and (max-width: 767px) {
    #container .fix_bnr {
      left: 0;
      bottom: 0;
      top: inherit;
      right: inherit;
      width: 100%; } }
  @media screen and (max-width: 767px) {
    #container .fix_bnr a {
      display: block;
      background: #7b673f;
      padding: 20px;
      text-align: center;
      box-sizing: border-box; } }

#container .bread {
  padding: 10px 0;
  font-size: 1.2rem;
  background: #f4f7fb; }
  @media screen and (max-width: 767px) {
    #container .bread {
      padding: 10px; } }
  #container .bread .bread_inner {
    width: 1300px;
    margin: 0 auto;
    line-height: 1.6; }
    @media screen and (max-width: 767px) {
      #container .bread .bread_inner {
        width: 100%; } }

#container .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1360px;
  margin: 50px auto; }
  #container .wrap #side {
    order: 1;
    width: 250px; }
    @media screen and (max-width: 1449px) {
      #container .wrap #side {
        width: 100%;
        order: 2;
        padding: 0 15px;
        box-sizing: border-box;
        margin-top: 50px; } }
    #container .wrap #side dl {
      margin-bottom: 40px; }
      #container .wrap #side dl dt {
        background: #000;
        padding: 20px;
        color: #fff;
        font-size: 2.0rem;
        font-weight: 700; }
      #container .wrap #side dl dd a {
        display: block;
        background: #eae8dd;
        padding: 1.5em 1em;
        border-bottom: 1px dotted #b4b4b5;
        position: relative;
        font-size: 1.3rem;
        text-decoration: none; }
        #container .wrap #side dl dd a::after {
          font-family: FontAwesome;
          content: "\f054";
          position: absolute;
          right: 10px;
          top: 2.3em;
          font-size: 1.2rem; }
      #container .wrap #side dl dd.pt01 a {
        background: #f5f3ee; }
      #container .wrap #side dl dd.pt02 a {
        background: #dcdddc; }
      #container .wrap #side dl dd:last-child a {
        border-bottom: 0; }
    @media screen and (max-width: 1449px) {
      #container .wrap #side ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; } }
    #container .wrap #side ul li {
      margin-bottom: 20px; }
      #container .wrap #side ul li:last-child {
        margin-bottom: 0; }
      @media screen and (max-width: 767px) {
        #container .wrap #side ul li {
          width: calc(50% - 10px); } }
  #container .wrap #content {
    order: 2;
    width: 1020px; }
    @media screen and (max-width: 1449px) {
      #container .wrap #content {
        width: 100%;
        order: 1; } }
    #container .wrap #content .pagenavi {
      text-align: center;
      margin: 50px 0 0; }
    #container .wrap #content .inner {
      max-width: 1170px;
      margin: 0 auto; }
      @media screen and (max-width: 767px) {
        #container .wrap #content .inner {
          width: 100%;
          padding: 0 15px;
          box-sizing: border-box; } }
    #container .wrap #content section p {
      line-height: 1.6; }
    #container .wrap #content section .more01 a {
      display: flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      padding: 20px 15px;
      font-size: 2.0rem;
      text-align: center;
      max-width: 456px;
      background: #fff;
      font-weight: bold;
      border-radius: 35px;
      margin: 50px auto 0;
      color: #000;
      border: 2px solid #000; }
      @media screen and (max-width: 767px) {
        #container .wrap #content section .more01 a {
          font-size: 1.8rem;
          margin: 20px auto 0; } }
      #container .wrap #content section .more01 a:hover {
        background: #000;
        color: #fff; }
      #container .wrap #content section .more01 a::after {
        font-family: FontAwesome;
        content: "\f054";
        margin-left: 20px;
        font-size: 1.2rem; }
    #container .wrap #content section .more02 a {
      display: block;
      text-decoration: none;
      padding: 15px;
      font-size: 1.6rem;
      text-align: center;
      max-width: 370px;
      background: #fff;
      font-weight: bold;
      border-radius: 25px;
      margin: 50px auto 0;
      color: #000;
      border: 2px solid #000; }
      #container .wrap #content section .more02 a:hover {
        background: #000;
        color: #fff; }
      #container .wrap #content section .more02 a::after {
        font-family: FontAwesome;
        content: "\f0da";
        margin-left: 20px; }
    #container .wrap #content section .more03 a {
      display: block;
      text-decoration: none;
      padding: 15px;
      font-size: 2.0rem;
      text-align: center;
      max-width: 370px;
      background: #ff0000;
      font-weight: bold;
      border-radius: 25px;
      margin: 50px auto 0;
      color: #fff; }
      #container .wrap #content section .more03 a:hover {
        opacity: 0.8; }
      #container .wrap #content section .more03 a::before {
        font-family: FontAwesome;
        content: "\f0da";
        margin-right: 20px; }
    #container .wrap #content section .more04 a {
      border: 2px solid #2261b7;
      display: block;
      text-decoration: none;
      padding: 10px 15px;
      font-size: 1.6rem;
      text-align: center;
      max-width: 370px;
      background: #fff;
      font-weight: bold;
      border-radius: 25px;
      margin: 30px auto 0;
      color: #2261b7; }
      #container .wrap #content section .more04 a:hover {
        background: #2261b7;
        color: #fff; }
      #container .wrap #content section .more04 a::before {
        font-family: FontAwesome;
        content: "\f0da";
        margin-right: 20px; }
    #container .wrap #content section .more05 a {
      display: block;
      text-decoration: none;
      padding: 15px;
      font-size: 2.0rem;
      text-align: center;
      background: #fff;
      font-weight: bold;
      border-radius: 25px;
      margin: 50px auto 0;
      color: #2261b7;
      border: 2px solid #2261b7; }
      #container .wrap #content section .more05 a:hover {
        opacity: 0.8; }
      #container .wrap #content section .more05 a::before {
        font-family: FontAwesome;
        content: "\f0eb";
        margin-right: 20px; }
    #container .wrap #content section h2 {
      font-weight: bold;
      text-align: center;
      margin-bottom: 50px; }
      @media screen and (max-width: 767px) {
        #container .wrap #content section h2 {
          margin-bottom: 30px;
          font-size: 2.8rem; } }
      #container .wrap #content section h2.style01 {
        font-size: 2.5rem;
        line-height: 1.6; }
        #container .wrap #content section h2.style01::before {
          content: url(../img/top/fig_tit.png);
          display: block;
          margin-bottom: 10px; }
      #container .wrap #content section h2.style02 {
        font-size: 4.4rem;
        line-height: 1.6;
        color: #fff;
        font-family: 'Lato', sans-serif; }
        #container .wrap #content section h2.style02::first-letter {
          color: #ff0000; }
        #container .wrap #content section h2.style02 span {
          display: block;
          font-size: 1.4rem; }
      #container .wrap #content section h2.style03 {
        font-size: 2.8rem;
        line-height: 1.6;
        color: #2261b7;
        padding-left: 0.5em;
        border-left: 2px solid #2261b7;
        text-align: left; }
    #container .wrap #content section h3 {
      font-weight: 700;
      margin-bottom: 40px; }
      #container .wrap #content section h3.style01 {
        font-size: 2.8rem;
        line-height: 1.6;
        color: #2261b7;
        padding-left: 0.5em;
        border-left: 2px solid #2261b7; }
        @media screen and (max-width: 767px) {
          #container .wrap #content section h3.style01 {
            font-size: 2.4rem; } }
      #container .wrap #content section h3.style02 {
        font-size: 2.8rem;
        line-height: 1.6;
        color: #2261b7;
        text-align: center; }
        @media screen and (max-width: 767px) {
          #container .wrap #content section h3.style02 {
            font-size: 2.4rem; } }
    #container .wrap #content section .catch {
      font-size: 2.4rem;
      font-weight: 700;
      text-align: center;
      margin-bottom: 50px; }
      @media screen and (max-width: 767px) {
        #container .wrap #content section .catch {
          font-size: 1.9rem; } }

#container .contact_area {
  background: #e8eff8; }
  #container .contact_area .inner {
    max-width: 1020px;
    margin: 0 auto;
    padding: 50px 0; }
    @media screen and (max-width: 767px) {
      #container .contact_area .inner {
        padding: 30px 15px;
        text-align: center; } }
    #container .contact_area .inner h2 {
      font-size: 2.2rem;
      margin-bottom: 20px; }
    #container .contact_area .inner .flex {
      justify-content: center;
      align-items: center; }
      @media screen and (max-width: 767px) {
        #container .contact_area .inner .flex {
          display: block; } }
      #container .contact_area .inner .flex li:last-child {
        border-left: 1px solid #000;
        margin-left: 20px;
        padding-left: 20px;
        line-height: 1.6;
        font-size: 2.2rem; }
        @media screen and (max-width: 767px) {
          #container .contact_area .inner .flex li:last-child {
            margin: 20px 0 0;
            border: 0; } }
    #container .contact_area .inner figure {
      text-align: center; }

#container .toTop {
  position: fixed;
  right: 2%;
  bottom: 10%; }

#container .wp-pagenavi a, #container .wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #2261b7;
  padding: 3px 5px;
  margin: 2px;
  color: #2261b7;
  border-radius: 5px; }

#container .wp-pagenavi a:hover, #container .wp-pagenavi span.current {
  border-color: #2261b7;
  background: #2261b7;
  color: #fff; }

#container .button:hover {
  position: relative;
  top: 3pt; }

/*=======================================================
	
    TOPコンテンツ
    
========================================================*/
#top #container .mv .mv_wrap {
  position: relative; }
  #top #container .mv .mv_wrap .btn {
    position: absolute;
    left: 10%;
    bottom: 10%;
    transition: .3s; }
    #top #container .mv .mv_wrap .btn:hover {
      transform: scale(1.1); }
  #top #container .mv .mv_wrap .ico {
    position: absolute;
    right: 10%;
    bottom: 10%;
    animation-name: dokidoki;
    /* アニメーション名の指定 */
    animation-delay: 0s;
    /* アニメーションの開始時間指定 */
    animation-duration: 3s;
    /* アニメーション動作時間の指定 */
    animation-timing-function: ease-in-out;
    /* アニメーションの動き（徐々に早く徐々に遅く）*/
    animation-iteration-count: infinite;
    /* アニメーションをループさせる */ }
    @media screen and (max-width: 767px) {
      #top #container .mv .mv_wrap .ico {
        right: 5%;
        bottom: -5%;
        z-index: 100; } }

#top #container .mv .slider02 {
  padding: 20px;
  background: #f2f0e9; }
  #top #container .mv .slider02 li {
    margin: 0 10px; }
    #top #container .mv .slider02 li img {
      max-width: 182px;
      height: 120px;
      object-fit: cover; }

#top #container section .inner {
  padding: 40px 0; }
  @media screen and (max-width: 767px) {
    #top #container section .inner {
      padding: 40px 15px;
      box-sizing: border-box; } }

#top #container .sec001 .inner {
  padding: 0 0 70px; }
  @media screen and (max-width: 767px) {
    #top #container .sec001 .inner {
      padding: 0 15px 70px; } }
  #top #container .sec001 .inner .flex {
    align-items: flex-end;
    justify-content: space-between; }
    #top #container .sec001 .inner .flex .cont {
      width: 58%; }
      @media screen and (max-width: 767px) {
        #top #container .sec001 .inner .flex .cont {
          width: 100%;
          margin-bottom: 20px; } }
      #top #container .sec001 .inner .flex .cont .pop {
        text-align: center;
        margin-bottom: 10px; }
      #top #container .sec001 .inner .flex .cont h2 {
        font-size: 2.9rem;
        text-align: left;
        line-height: 1.6;
        margin-bottom: 30px; }
        #top #container .sec001 .inner .flex .cont h2 span {
          color: #e32353; }
        @media screen and (max-width: 767px) {
          #top #container .sec001 .inner .flex .cont h2 {
            font-size: 2.4rem;
            text-align: left; } }
      #top #container .sec001 .inner .flex .cont .txt {
        font-size: 1.6rem;
        line-height: 2.2; }
        @media screen and (max-width: 767px) {
          #top #container .sec001 .inner .flex .cont .txt {
            font-size: 1.6rem; } }
    #top #container .sec001 .inner .flex .photo {
      width: 38%; }
      @media screen and (max-width: 767px) {
        #top #container .sec001 .inner .flex .photo {
          width: 100%; } }
  #top #container .sec001 .inner figure {
    margin: 50px auto 0;
    text-align: center; }

@media screen and (max-width: 767px) {
  #top #container .sec002 .inner .flex {
    justify-content: space-between; } }

#top #container .sec002 .inner .flex li {
  width: calc(33.33333% - 20px);
  margin-bottom: 20px;
  margin-right: 20px; }
  #top #container .sec002 .inner .flex li:nth-child(3n) {
    margin-right: 0; }
  @media screen and (max-width: 767px) {
    #top #container .sec002 .inner .flex li {
      width: calc(50% - 10px);
      margin-right: 0; } }
  #top #container .sec002 .inner .flex li .tag {
    padding: 0.3em 1em;
    color: #fff;
    display: inline-block;
    margin: 10px 0;
    font-size: 1.2rem;
    text-align: center; }
  #top #container .sec002 .inner .flex li .company {
    background: #2261b7; }
  #top #container .sec002 .inner .flex li .recruit {
    background: #e3275c; }
  #top #container .sec002 .inner .flex li .business {
    background: #000; }
  #top #container .sec002 .inner .flex li .school {
    background: #00a97a; }
  #top #container .sec002 .inner .flex li .catalog {
    background: #e76400; }
  #top #container .sec002 .inner .flex li .magazine {
    background: #00beff; }
  #top #container .sec002 .inner .flex li h3 {
    font-size: 1.4rem; }

#top #container .sec003 .inner .flex {
  justify-content: space-between; }
  #top #container .sec003 .inner .flex li {
    width: calc(33.33333% - 15px);
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      #top #container .sec003 .inner .flex li {
        width: calc(50% - 15px); } }

#top #container .sec004 {
  margin-top: 50px;
  background: #e5e2d4;
  padding: 0 20px; }
  @media screen and (max-width: 767px) {
    #top #container .sec004 {
      margin-top: 40px; } }
  #top #container .sec004 .inner .flex {
    justify-content: space-between; }
    #top #container .sec004 .inner .flex li {
      width: calc(33.33333% - 25px);
      margin-bottom: 30px; }
      @media screen and (max-width: 767px) {
        #top #container .sec004 .inner .flex li {
          width: 100%; } }
      #top #container .sec004 .inner .flex li figure {
        margin-bottom: 10px; }

@media screen and (max-width: 767px) {
  #top #container .sec005 .inner .flex {
    justify-content: space-between; } }

#top #container .sec005 .inner .flex li {
  width: calc(33.33333% - 25px);
  margin-bottom: 20px;
  margin-right: 35px; }
  #top #container .sec005 .inner .flex li:nth-child(3n) {
    margin-right: 0; }
  @media screen and (max-width: 767px) {
    #top #container .sec005 .inner .flex li {
      width: calc(50% - 20px);
      margin-right: 0; } }
  #top #container .sec005 .inner .flex li .tag {
    padding: 0.3em 1em;
    color: #fff;
    display: inline-block;
    margin: 10px 0;
    font-size: 1.2rem;
    text-align: center; }
  #top #container .sec005 .inner .flex li .news {
    background: #e3275c; }
  #top #container .sec005 .inner .flex li .print {
    background: #2261b7; }
  #top #container .sec005 .inner .flex li .design {
    background: #00beff; }
  #top #container .sec005 .inner .flex li h3 {
    margin-bottom: 20px; }
  #top #container .sec005 .inner .flex li .txt {
    font-size: 1.4rem; }
    #top #container .sec005 .inner .flex li .txt a {
      word-break: break-all; }

#top #container .sec005 .inner figure {
  text-align: center; }

/*=======================================================
	
    下層コンテンツ（共通）
    
========================================================*/
#local #container header {
  position: inherit; }

#local #container img {
  max-width: 100%;
  height: auto; }

#local #container section p {
  line-height: 1.6; }

#local #container section .flex {
  display: flex;
  flex-wrap: wrap; }

#local #container section .inner {
  max-width: 1170px;
  margin: 0 auto;
  box-sizing: border-box; }
  @media screen and (max-width: 767px) {
    #local #container section .inner {
      width: 100%; } }

#local #container .gmap {
  padding: 0; }

#local #container .title {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  background: url(../img/common/bg_title01.png) no-repeat top center/cover;
  height: 280px; }
  @media screen and (max-width: 767px) {
    #local #container .title {
      height: 160px; } }
  #local #container .title h1 {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateY(0%) translateX(-50%);
    margin: auto; }
    @media screen and (max-width: 767px) {
      #local #container .title h1 {
        width: 90%; } }
    #local #container .title h1.text {
      background: #fff;
      padding: 60px 100px;
      text-align: center;
      font-size: 4.0rem;
      color: #2261b7;
      font-weight: 700;
      border-radius: 20px;
      box-sizing: border-box;
      bottom: auto;
      top: 50%;
      left: 50%;
      transform: translateY(-50%) translateX(-50%); }

#local #container .title02 {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  background: url(../img/contact/bg_title.png) no-repeat top center/cover;
  height: 280px; }
  @media screen and (max-width: 767px) {
    #local #container .title02 {
      height: 160px; } }
  #local #container .title02 h1 {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateY(0%) translateX(-50%);
    margin: auto; }
    @media screen and (max-width: 767px) {
      #local #container .title02 h1 {
        width: 90%; } }

#local #container h2 {
  line-height: 1.6; }

#local #container h3 {
  line-height: 1.6; }

#local #container .check_list {
  max-width: 800px;
  margin: 0 auto; }
  #local #container .check_list li {
    text-indent: -1.5em;
    padding-left: 1.5em;
    margin-bottom: 10px;
    line-height: 1.6;
    font-size: 1.8rem;
    font-weight: 700; }
    #local #container .check_list li::before {
      font-family: FontAwesome;
      content: "\f14a";
      margin-right: 10px;
      color: #ff0000; }

#local #container .price01 {
  width: 100%; }
  #local #container .price01 tr th {
    padding: 20px;
    background: #2261b7;
    color: #fff;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 2.0;
    vertical-align: middle; }
    @media screen and (max-width: 767px) {
      #local #container .price01 tr th {
        font-size: 2.0rem; } }
    #local #container .price01 tr th span {
      display: block;
      font-size: 1.4rem; }
  #local #container .price01 tr td {
    border: 1px solid #2261b7;
    padding: 20px;
    line-height: 2.0;
    background: #fff; }
    #local #container .price01 tr td .tit {
      color: #2261b7;
      font-size: 2.6rem;
      text-align: center;
      font-weight: 700; }
      @media screen and (max-width: 767px) {
        #local #container .price01 tr td .tit {
          font-size: 2.2rem; } }
    #local #container .price01 tr td .price {
      color: #ff0000;
      font-size: 2.0rem;
      text-align: center;
      font-weight: 700; }
      @media screen and (max-width: 767px) {
        #local #container .price01 tr td .price {
          font-size: 1.8rem; } }
      #local #container .price01 tr td .price span {
        font-size: 2.6rem; }
        @media screen and (max-width: 767px) {
          #local #container .price01 tr td .price span {
            font-size: 2.2rem; } }

#local #container .btn_area a {
  margin-top: 20px !important; }

#local #container .btn_area .flex {
  justify-content: space-between; }
  #local #container .btn_area .flex li {
    width: 48%; }
    @media screen and (max-width: 767px) {
      #local #container .btn_area .flex li {
        width: 100%; } }
    #local #container .btn_area .flex li a {
      max-width: 100%; }

/*=======================================================
	
実績
    
========================================================*/
#local #container .works .works_list .inner .cat_menu {
  padding: 0 50px;
  margin-bottom: 50px; }
  #local #container .works .works_list .inner .cat_menu ul {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap; }
    #local #container .works .works_list .inner .cat_menu ul li {
      width: calc(33.33333% - 10px);
      margin-bottom: 20px; }
      #local #container .works .works_list .inner .cat_menu ul li a {
        display: block;
        box-sizing: border-box;
        border-radius: 15px;
        text-decoration: none;
        color: #fff;
        padding: 1.5em;
        text-align: center;
        position: relative; }
        #local #container .works .works_list .inner .cat_menu ul li a:hover {
          opacity: 0.8; }
        #local #container .works .works_list .inner .cat_menu ul li a::before {
          position: absolute;
          left: 10px;
          top: 10px; }
      #local #container .works .works_list .inner .cat_menu ul li:first-child a {
        background: #2261b7; }
        #local #container .works .works_list .inner .cat_menu ul li:first-child a::before {
          content: url(../img/works/ico_cat01.png); }
      #local #container .works .works_list .inner .cat_menu ul li:nth-child(2) a {
        background: #e3275c; }
        #local #container .works .works_list .inner .cat_menu ul li:nth-child(2) a::before {
          content: url(../img/works/ico_cat02.png); }
      #local #container .works .works_list .inner .cat_menu ul li:nth-child(3) a {
        background: #000; }
        #local #container .works .works_list .inner .cat_menu ul li:nth-child(3) a::before {
          content: url(../img/works/ico_cat03.png); }
      #local #container .works .works_list .inner .cat_menu ul li:nth-child(4) a {
        background: #00a97a; }
        #local #container .works .works_list .inner .cat_menu ul li:nth-child(4) a::before {
          content: url(../img/works/ico_cat04.png); }
      #local #container .works .works_list .inner .cat_menu ul li:nth-child(5) a {
        background: #e76400; }
        #local #container .works .works_list .inner .cat_menu ul li:nth-child(5) a::before {
          content: url(../img/works/ico_cat05.png); }
      #local #container .works .works_list .inner .cat_menu ul li:nth-child(6) a {
        background: #00beff; }
        #local #container .works .works_list .inner .cat_menu ul li:nth-child(6) a::before {
          content: url(../img/works/ico_cat06.png); }

@media screen and (max-width: 767px) {
  #local #container .works .works_list .inner .flex {
    justify-content: space-between; } }

#local #container .works .works_list .inner .flex li {
  width: calc(33.33333% - 20px);
  margin-bottom: 20px;
  margin-right: 20px; }
  #local #container .works .works_list .inner .flex li:nth-child(3n) {
    margin-right: 0; }
  @media screen and (max-width: 767px) {
    #local #container .works .works_list .inner .flex li {
      width: calc(50% - 10px);
      margin-right: 0; } }
  #local #container .works .works_list .inner .flex li .tag {
    padding: 0.3em 1em;
    color: #fff;
    display: inline-block;
    margin: 10px 0;
    font-size: 1.2rem;
    text-align: center; }
  #local #container .works .works_list .inner .flex li .company {
    background: #2261b7; }
  #local #container .works .works_list .inner .flex li .recruit {
    background: #e3275c; }
  #local #container .works .works_list .inner .flex li .business {
    background: #000; }
  #local #container .works .works_list .inner .flex li .school {
    background: #00a97a; }
  #local #container .works .works_list .inner .flex li .catalog {
    background: #e76400; }
  #local #container .works .works_list .inner .flex li .magazine {
    background: #00beff; }
  #local #container .works .works_list .inner .flex li h3 {
    font-size: 1.4rem; }

#local #container .works .works_detail .inner h3 {
  font-size: 3.8rem;
  margin-bottom: 40px;
  color: #2261b7;
  padding-bottom: 15px;
  border-bottom: 1px solid #2261b7; }
  @media screen and (max-width: 767px) {
    #local #container .works .works_detail .inner h3 {
      font-size: 3.0rem; } }
  #local #container .works .works_detail .inner h3 .tag {
    padding: 0.3em 1em;
    color: #fff;
    display: inline-block;
    margin: 0 0 10px;
    font-size: 1.2rem;
    text-align: center; }
  #local #container .works .works_detail .inner h3 .company {
    background: #2261b7; }
  #local #container .works .works_detail .inner h3 .recruit {
    background: #e3275c; }
  #local #container .works .works_detail .inner h3 .business {
    background: #000; }
  #local #container .works .works_detail .inner h3 .school {
    background: #00a97a; }
  #local #container .works .works_detail .inner h3 .catalog {
    background: #e76400; }
  #local #container .works .works_detail .inner h3 .magazine {
    background: #00beff; }

#local #container .works .works_detail .post_inner {
  margin-bottom: 40px; }

#local #container .works .works_detail .info {
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px; }
  #local #container .works .works_detail .info dt {
    width: 20%;
    padding: 10px 0;
    border-top: 1px solid #c8c9ca;
    font-weight: 700;
    line-height: 1.6; }
  #local #container .works .works_detail .info dd {
    width: 80%;
    padding: 10px 0;
    border-top: 1px solid #c8c9ca;
    line-height: 1.6; }

#local #container .works .works_detail .detail_img {
  background: #e9eff8;
  padding: 50px;
  margin-bottom: 50px; }
  #local #container .works .works_detail .detail_img .f_back {
    display: flex;
    justify-content: space-between; }
    #local #container .works .works_detail .detail_img .f_back li {
      width: calc(50% - 20px);
      text-align: center; }
      #local #container .works .works_detail .detail_img .f_back li figure {
        margin-bottom: 20px; }
      #local #container .works .works_detail .detail_img .f_back li p {
        font-size: 1.2rem; }
  #local #container .works .works_detail .detail_img figure {
    margin-top: 40px; }

#local #container .works .works_detail .pager {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  #local #container .works .works_detail .pager li {
    width: 50%; }
    #local #container .works .works_detail .pager li a {
      display: block;
      box-sizing: border-box;
      padding: 10px;
      background: #e3275c;
      color: #fff;
      text-decoration: none; }
    #local #container .works .works_detail .pager li:first-child a::before {
      font-family: FontAwesome;
      content: "\f053";
      margin-right: 1em; }
    #local #container .works .works_detail .pager li:last-child a {
      background: #2261b7;
      text-align: right; }
      #local #container .works .works_detail .pager li:last-child a::after {
        font-family: FontAwesome;
        content: "\f054";
        margin-left: 1em; }

/*=======================================================
	
TOPICS
    
========================================================*/
#local #container .topics .topics_list .inner .cat_menu {
  margin-bottom: 50px; }
  #local #container .topics .topics_list .inner .cat_menu ul {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap; }
    #local #container .topics .topics_list .inner .cat_menu ul li {
      width: 25%;
      position: relative; }
      #local #container .topics .topics_list .inner .cat_menu ul li a {
        display: block;
        padding: 0.5em;
        text-decoration: none;
        color: #fff;
        text-align: center; }
      #local #container .topics .topics_list .inner .cat_menu ul li:first-child:hover::before, #local #container .topics .topics_list .inner .cat_menu ul li:first-child.current::before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -7px;
        border: 7px solid transparent;
        border-top: 7px solid #000; }
      #local #container .topics .topics_list .inner .cat_menu ul li:first-child a {
        background: #000; }
      #local #container .topics .topics_list .inner .cat_menu ul li:nth-child(2):hover::before, #local #container .topics .topics_list .inner .cat_menu ul li:nth-child(2).current::before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -7px;
        border: 7px solid transparent;
        border-top: 7px solid #e3275c; }
      #local #container .topics .topics_list .inner .cat_menu ul li:nth-child(2) a {
        background: #e3275c; }
      #local #container .topics .topics_list .inner .cat_menu ul li:nth-child(3):hover::before, #local #container .topics .topics_list .inner .cat_menu ul li:nth-child(3).current::before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -7px;
        border: 7px solid transparent;
        border-top: 7px solid #2261b7; }
      #local #container .topics .topics_list .inner .cat_menu ul li:nth-child(3) a {
        background: #2261b7; }
      #local #container .topics .topics_list .inner .cat_menu ul li:nth-child(4):hover::before, #local #container .topics .topics_list .inner .cat_menu ul li:nth-child(4).current::before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -7px;
        border: 7px solid transparent;
        border-top: 7px solid #00beff; }
      #local #container .topics .topics_list .inner .cat_menu ul li:nth-child(4) a {
        background: #00beff; }

@media screen and (max-width: 767px) {
  #local #container .topics .topics_list .inner .flex {
    justify-content: space-between; } }

#local #container .topics .topics_list .inner .flex li {
  width: calc(33.33333% - 20px);
  margin-bottom: 20px;
  margin-right: 20px; }
  #local #container .topics .topics_list .inner .flex li:nth-child(3n) {
    margin-right: 0; }
  @media screen and (max-width: 767px) {
    #local #container .topics .topics_list .inner .flex li {
      width: calc(50% - 10px);
      margin-right: 0; } }
  #local #container .topics .topics_list .inner .flex li .tag {
    padding: 0.3em 1em;
    color: #fff;
    display: inline-block;
    margin: 10px 0;
    font-size: 1.2rem; }
    #local #container .topics .topics_list .inner .flex li .tag span {
      margin-right: 10px; }
  #local #container .topics .topics_list .inner .flex li .news {
    background: #e3275c; }
  #local #container .topics .topics_list .inner .flex li .print {
    background: #2261b7; }
  #local #container .topics .topics_list .inner .flex li .design {
    background: #00beff; }
  #local #container .topics .topics_list .inner .flex li h3 {
    margin-bottom: 20px; }
  #local #container .topics .topics_list .inner .flex li .txt {
    font-size: 1.4rem; }
    #local #container .topics .topics_list .inner .flex li .txt a {
      word-break: break-all; }

#local #container .topics .topics_detail .inner .post_title {
  margin-bottom: 30px; }
  #local #container .topics .topics_detail .inner .post_title .tag {
    padding: 0.3em 1em;
    color: #fff;
    display: inline-block;
    margin: 0 0 20px;
    text-align: center; }
  #local #container .topics .topics_detail .inner .post_title .news {
    background: #e3275c; }
  #local #container .topics .topics_detail .inner .post_title .date {
    font-size: 1.2rem;
    margin: 0 0 10px;
    display: block; }
  #local #container .topics .topics_detail .inner .post_title h2 {
    text-align: left;
    color: #2261b7;
    font-size: 4.0rem;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      #local #container .topics .topics_detail .inner .post_title h2 {
        font-size: 3.0rem; } }
  #local #container .topics .topics_detail .inner .post_title .tag_list {
    display: flex; }
    #local #container .topics .topics_detail .inner .post_title .tag_list span {
      margin-right: 20px; }

#local #container .topics .topics_detail .inner .figure {
  margin: 20px 0; }

#local #container .topics .topics_detail .inner p {
  word-break: break-all;
  margin: 20px 0; }

#local #container .topics .topics_detail .inner h3 {
  font-size: 3.0rem;
  padding-bottom: 10px;
  border-bottom: 1px solid #2261b7;
  color: #2261b7; }

#local #container .topics .topics_detail .inner .sns_share {
  margin: 50px 0 30px; }
  #local #container .topics .topics_detail .inner .sns_share h4 {
    font-size: 1.0rem;
    text-align: center;
    margin-bottom: 20px; }
  #local #container .topics .topics_detail .inner .sns_share ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    #local #container .topics .topics_detail .inner .sns_share ul li {
      margin: 0 5px; }

/*=======================================================
	
CONTACT
    
========================================================*/
#local #container .contact .contact_menu {
  margin-bottom: 30px; }
  #local #container .contact .contact_menu ul {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap; }
    #local #container .contact .contact_menu ul li {
      width: calc(33.33333% - 10px);
      margin-bottom: 20px; }
      #local #container .contact .contact_menu ul li.current a {
        border: 3px solid #e3275c; }
      #local #container .contact .contact_menu ul li a {
        display: block;
        box-sizing: border-box;
        border-radius: 15px;
        text-decoration: none;
        padding: 1.5em 1.5em 0.2em;
        text-align: center;
        position: relative;
        border: 3px solid #c8c9ca; }
        #local #container .contact .contact_menu ul li a:hover {
          border: 3px solid #e3275c;
          color: #e3275c; }
        #local #container .contact .contact_menu ul li a::before {
          position: absolute;
          left: 10px;
          top: 15px; }
        #local #container .contact .contact_menu ul li a::after {
          font-family: FontAwesome;
          content: "\f0d7";
          color: #e3275c;
          display: block;
          text-align: center;
          margin-top: 5px; }
      #local #container .contact .contact_menu ul li:first-child a::before {
        content: url(../img/contact/ico_mail.png); }
      #local #container .contact .contact_menu ul li:nth-child(2) a::before {
        content: url(../img/contact/ico_table.png); }
      #local #container .contact .contact_menu ul li:nth-child(3) a::before {
        content: url(../img/contact/ico_cal.png); }

#local #container .contact .form h3 {
  padding-bottom: 20px;
  border-bottom: 1px solid #c8c9ca;
  margin-bottom: 20px; }
  #local #container .contact .form h3 span {
    color: #e3275c; }

#local #container .contact .form dl dt {
  font-weight: 700;
  margin-bottom: 10px; }
  #local #container .contact .form dl dt em {
    color: #e3275c; }

#local #container .contact .form dl dd {
  margin-bottom: 20px; }
  #local #container .contact .form dl dd.date p {
    margin-bottom: 20px; }
    #local #container .contact .form dl dd.date p:last-child {
      margin-bottom: 0; }
  #local #container .contact .form dl dd input, #local #container .contact .form dl dd textarea {
    border: 0;
    width: 100%;
    border-radius: 10px;
    background: #f7f6f2;
    padding: 20px;
    box-sizing: border-box; }
    #local #container .contact .form dl dd input.w_auto, #local #container .contact .form dl dd textarea.w_auto {
      width: auto; }
  #local #container .contact .form dl dd.add {
    display: flex;
    align-items: center; }
    #local #container .contact .form dl dd.add .tit {
      width: 15%; }
      @media screen and (max-width: 767px) {
        #local #container .contact .form dl dd.add .tit {
          width: 20%; } }
    #local #container .contact .form dl dd.add input {
      width: 60%; }
      @media screen and (max-width: 767px) {
        #local #container .contact .form dl dd.add input {
          width: 75%; } }

#local #container .contact .form .privacy_check {
  text-align: center;
  margin: 40px 0; }
  #local #container .contact .form .privacy_check a {
    color: #e3275c; }

#local #container .contact .form .submit {
  text-align: center;
  margin: 10px 0; }
  #local #container .contact .form .submit input, #local #container .contact .form .submit button {
    border-radius: 35px;
    border: 0;
    cursor: pointer;
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 15px 20px;
    font-size: 1.6rem;
    text-align: center;
    width: 400px;
    margin: 50px auto 0;
    background: #e3275c;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      #local #container .contact .form .submit input, #local #container .contact .form .submit button {
        max-width: 100%; } }
    #local #container .contact .form .submit input:hover, #local #container .contact .form .submit button:hover {
      opacity: 0.8; }
    #local #container .contact .form .submit input::after, #local #container .contact .form .submit button::after {
      font-family: FontAwesome;
      content: "\f101";
      margin-left: 10px; }

/*=======================================================
	
汎用ページ01
    
========================================================*/
#local #container .layout01 section .inner article {
  margin: 30px 0; }
  #local #container .layout01 section .inner article h3 {
    text-align: left;
    font-size: 2.4rem;
    padding: 10px 0 10px 20px;
    border-left: 3px solid #2261b7;
    background: #e8eff8;
    color: #2261b7;
    margin-bottom: 30px; }
  #local #container .layout01 section .inner article p {
    line-height: 1.8; }
  #local #container .layout01 section .inner article table {
    width: 100%; }
    #local #container .layout01 section .inner article table tr th {
      padding: 15px;
      background: #e8eff8;
      border: 1px solid #2261b7;
      color: #2261b7;
      font-weight: 700; }
    #local #container .layout01 section .inner article table tr td {
      padding: 15px;
      border: 1px solid #2261b7; }
  #local #container .layout01 section .inner article .flow {
    counter-reset: num;
    list-style-type: none !important;
    padding: 0;
    margin: 0; }
    #local #container .layout01 section .inner article .flow li {
      position: relative;
      line-height: 1.5em;
      padding: 0.5em 0.5em 0.5em 40px; }
      #local #container .layout01 section .inner article .flow li::before {
        position: absolute;
        counter-increment: num;
        content: counter(num);
        display: inline-block;
        background: #2261b7;
        color: #fff;
        font-weight: bold;
        border-radius: 50%;
        left: 0;
        width: 32px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        top: 10px;
        font-size: 1.8rem; }
  #local #container .layout01 section .inner article .catch {
    text-align: left;
    margin-bottom: 20px; }
  #local #container .layout01 section .inner article dl {
    margin: 20px 0; }
    #local #container .layout01 section .inner article dl dt {
      padding: 15px;
      background: #2261b7;
      color: #fff;
      font-weight: 700;
      line-height: 1.8;
      font-size: 1.8rem; }
    #local #container .layout01 section .inner article dl dd {
      padding: 15px;
      background: #e8eff8;
      line-height: 1.8; }
      #local #container .layout01 section .inner article dl dd.line p {
        padding-bottom: 20px;
        border-bottom: 1px solid #2261b7;
        margin-bottom: 20px; }
        #local #container .layout01 section .inner article dl dd.line p:last-child {
          border: 0;
          padding: 0;
          margin: 0; }
  #local #container .layout01 section .inner article .list {
    list-style: disc;
    padding-left: 1em; }
    #local #container .layout01 section .inner article .list li {
      margin-bottom: 20px; }
      #local #container .layout01 section .inner article .list li:last-child {
        margin-bottom: 0; }
  #local #container .layout01 section .inner article .flex {
    justify-content: space-between; }
    #local #container .layout01 section .inner article .flex .cont {
      width: 48%; }
      @media screen and (max-width: 767px) {
        #local #container .layout01 section .inner article .flex .cont {
          order: 2;
          margin: 10px 0;
          width: 100%; } }
    #local #container .layout01 section .inner article .flex figure {
      width: 48%; }
      @media screen and (max-width: 767px) {
        #local #container .layout01 section .inner article .flex figure {
          order: 1;
          margin: 10px 0;
          width: 100%; } }

#local #container .works_c .flex {
  justify-content: flex-start !important; }
  @media screen and (max-width: 767px) {
    #local #container .works_c .flex {
      justify-content: space-between !important; } }
  #local #container .works_c .flex li {
    width: calc(33.33333% - 20px);
    margin-bottom: 20px;
    margin-right: 20px; }
    #local #container .works_c .flex li:nth-child(3n) {
      margin-right: 0; }
    @media screen and (max-width: 767px) {
      #local #container .works_c .flex li {
        width: calc(50% - 10px);
        margin-right: 0; } }
    #local #container .works_c .flex li .tag {
      padding: 0.3em 1em;
      color: #fff;
      display: inline-block;
      margin: 10px 0;
      font-size: 1.2rem;
      text-align: center; }
    #local #container .works_c .flex li .company {
      background: #2261b7; }
    #local #container .works_c .flex li .recruit {
      background: #e3275c; }
    #local #container .works_c .flex li .business {
      background: #000; }
    #local #container .works_c .flex li .school {
      background: #00a97a; }
    #local #container .works_c .flex li .catalog {
      background: #e76400; }
    #local #container .works_c .flex li .magazine {
      background: #00beff; }
    #local #container .works_c .flex li h3 {
      font-size: 1.4rem; }

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