@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  vertical-align: baseline;
  line-height: 0;
  position: relative;
  font-size: 75%; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  height: 0;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  color: inherit;
  font: inherit; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  box-sizing: border-box; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  border: 1px solid #c0c0c0; }

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*------------------------------------------------------------
基本設定
-------------------------------------------------------------*/
html {
  overflow-y: scroll; }

a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #03c; }

address,
caption,
cite,
code,
dfn,
var,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: normal;
  font-weight: normal; }

q {
  quotes: none; }

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

img {
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic; }

div {
  word-wrap: break-word; }

pre {
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word; }

form {
  margin: 0; }

button,
input,
select,
textarea,
optgroup,
option {
  vertical-align: baseline; }

textarea {
  min-height: 100px;
  vertical-align: top; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  margin: 0; }

table {
  width: 100%;
  word-break: break-all;
  word-wrap: break-word;
  border-spacing: 0; }

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

img {
  max-width: none\9;
  /*IE8�ւ̑Ή�*/ }

p {
  margin: 0 0 1em; }

ul,
ol {
  margin-left: 40px;
  padding-left: 0; }

li {
  margin-bottom: 0; }

/*--------------------------------------------------------
ヘッダー
--------------------------------------------------------*/
#header_wr {
  background: #fff; }

header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 999;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1); }
  header .header_l {
    width: 400px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }
  header .headerLogo {
    color: #0072c6;
    font-size: 26px;
    font-weight: 900; }
  header .headerLogo:hover {
    color: #0072c6;
    opacity: 0.7; }
  header .header_c {
    width: 550px;
    padding: 10px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }
  header .header_nav {
    padding: 5px 0 0 0; }
  header .header_nav a {
    font-weight: bold;
    display: inline-block;
    padding: 0 10px 0 10px;
    font-size: 16px;
    position: relative; }
  header .header_nav a:hover {
    opacity: 0.7;
    text-decoration: underline; }
  header .header_r {
    width: 400px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative; }
  header .header_tel {
    width: 300px;
    text-align: center;
    padding-top: 10px; }
  header .header_tel img {
    width: 20px;
    display: inline-block;
    margin-right: 8px; }
  header .header_tel .line00 {
    font-size: 12px;
    line-height: 1;
    padding-bottom: 3px; }
  header .header_tel .line01 {
    font-weight: black;
    font-size: 38px;
    line-height: 1;
    font-family: 'Oswald', sans-serif;
    font-weight: bold; }
  header .header_tel .line02 {
    font-size: 12px; }
  header .header_btn_box {
    width: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  header .header_btn {
    width: 100px;
    height: 70px;
    color: #fff;
    padding-top: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 14px; }
  header .header_btn:hover {
    opacity: 0.7;
    color: #fff; }
  header .image img {
    height: 20px;
    display: block;
    margin: auto; }
  header .text {
    line-height: 1.3;
    height: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }
  header .btn01 {
    background: #06c755; }
  header .btn02 {
    background: #0072c6; }

@media only screen and (max-width: 1380px) {
  #header_wr {
    background: #fff; }

  header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 999;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1); }
    header .header_l {
      width: 270px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center; }
    header .headerLogo {
      color: #0072c6;
      font-size: 18px;
      font-weight: 900; }
    header .headerLogo:hover {
      color: #0072c6;
      opacity: 0.7; }
    header .header_c {
      width: 450px;
      padding: 10px 0 0 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center; }
    header .header_nav {
      padding: 5px 0 0 0; }
    header .header_nav a {
      font-weight: bold;
      display: inline-block;
      padding: 0 10px 0 10px;
      font-size: 13px;
      position: relative; }
    header .header_nav a:hover {
      opacity: 0.7;
      text-decoration: underline; }
    header li {
      display: inline-block; }
    header .header_r {
      width: 260px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      position: relative; }
    header .header_tel {
      width: 180px;
      text-align: center;
      padding-top: 10px; }
    header .header_tel img {
      width: 12px;
      display: inline-block;
      margin-right: 8px; }
    header .header_tel .line00 {
      font-size: 12px;
      line-height: 1;
      padding-bottom: 3px; }
    header .header_tel .line01 {
      font-weight: black;
      font-size: 24px;
      line-height: 1;
      font-family: 'Oswald', sans-serif;
      font-weight: bold; }
    header .header_tel .line02 {
      font-size: 12px; }
    header .header_btn_box {
      width: 80px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
    header .header_btn {
      width: 80px;
      height: 70px;
      color: #fff;
      padding-top: 20px;
      text-align: center;
      font-weight: bold;
      font-size: 12px; }
    header .header_btn:hover {
      opacity: 0.7;
      color: #fff; }
    header .image img {
      height: 20px;
      display: block;
      margin: auto; }
    header .text {
      line-height: 1.3;
      height: 30px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center; }
    header .btn01 {
      background: #06c755; }
    header .btn02 {
      background: #1c2a5c; } }
@media only screen and (max-width: 1000px) {
  header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    position: relative0;
    z-index: 9; }
    header .headerLogo {
      color: #0072c6;
      font-size: 18px;
      font-weight: 900; }
    header .header_l {
      width: 100%;
      padding: 5px 0 5px 0;
      margin: auto; }
    header .header_text {
      font-size: 12px;
      color: #fff;
      margin-bottom: 5px; }
    header .header_c {
      display: none; }
    header .header_r {
      display: none; } }
/*---------------------------------------
CTAセクション（背景オーバーレイ付き）
----------------------------------------*/
.cta_sec {
  position: relative;
  background: url("../images/common/cta_bg.jpg");
  background-size: 1920px;
  background-position: center center;
  padding: 30px 0 60px 0;
  z-index: 0; }

.cta_sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0; }

/* ←暗さは0.5を調整 */
.cta_sec > * {
  position: relative;
  z-index: 1; }

/* コンテンツをオーバーレイより前面に */
.cta_headline {
  font-weight: bold;
  text-align: center;
  color: #fff;
  font-size: 32px;
  letter-spacing: 2px;
  margin-bottom: 30px; }

.cta_box {
  width: 880px;
  background: #fff;
  margin: auto; }

.cta_box_in {
  width: 800px;
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto; }

.cta_box_in .col_l {
  width: 50%; }

.cta_box_in .col_r {
  width: 45%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }

.cta_box_in .line01 {
  font-size: 18px; }

.cta_box_in .line02 {
  font-size: 40px;
  font-weight: 900;
  line-height: 1; }

.cta_box_in .line03 {
  font-size: 18px;
  font-weight: bold; }

/*---------------------------------------
CTAボタン
----------------------------------------*/
.cta_btn {
  display: inline-block;
  padding: 15px 90px;
  background: #0072c6;
  /* ボタン色 */
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 50px;
  /* 丸み */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease; }

.cta_btn:hover {
  color: #fff;
  background: #005a9e;
  /* ホバー時の色 */
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3); }

/*---------------------------------------
レスポンシブ
----------------------------------------*/
@media only screen and (max-width: 900px) {
  .cta_sec {
    background-size: cover;
    background-position: center center;
    padding: 30px 0 60px 0; }

  .cta_headline {
    font-size: 26px;
    margin-bottom: 30px; }

  .cta_box {
    width: 90%;
    background: #fff;
    margin: auto; }

  .cta_box_in {
    width: 90%;
    padding: 30px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto; }

  .cta_box_in .col_l {
    width: 100%;
    margin-bottom: 20px;
    text-align: center; }

  .cta_box_in .col_r {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }

  .cta_box_in .line01 {
    font-size: 18px; }

  .cta_box_in .line02 {
    font-size: 40px;
    font-weight: 900;
    line-height: 1; }

  .cta_box_in .line03 {
    font-size: 14px;
    font-weight: bold; } }
.toppage {
  /*-----------------------------------------------
  FV
  ----------------------------------------------------*/
  /*-----------------------------------------------
  sec-news
  ----------------------------------------------------*/
  /*-----------------------------------------------
  case_sec
  ----------------------------------------------------*/
  /*-----------------------------------------------
  about
  ----------------------------------------------------*/ }
  .toppage .top_h2_box {
    text-align: center;
    margin-bottom: 60px; }
  .toppage .top_h2_box .h2_icon {
    width: 80px;
    margin: auto; }
  .toppage .top_h2_box h2 {
    font-weight: 800;
    line-height: 1;
    font-size: 32px;
    line-height: 1;
    margin-bottom: 5px; }
  .toppage .top_h2_box .h2_line02 {
    font-weight: 800;
    font-size: 14px; }
  @media only screen and (max-width: 800px) {
    .toppage .top_h2_box {
      text-align: center;
      margin-bottom: 60px; }
    .toppage .top_h2_box .h2_icon {
      width: 60px;
      margin: auto; }
    .toppage .top_h2_box h2 {
      font-weight: 800;
      line-height: 1;
      font-size: 24px;
      line-height: 1;
      margin-bottom: 5px; }
    .toppage .top_h2_box .h2_line02 {
      font-weight: 800;
      font-size: 13px; } }
  .toppage .fv_sec {
    height: 717px;
    background: url(../images/page/top/fv_pc.png);
    background-size: 1920px;
    background-position: center center;
    background-repeat: no-repeat; }
  @media only screen and (max-width: 800px) {
    .toppage .fv_sec {
      height: auto;
      background: none; } }
  .toppage .news_sec {
    font-size: 13px;
    background: #f0f0f0;
    background-size: 1920px;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0; }
    .toppage .news_sec .box_news {
      width: 1000px;
      position: relative;
      padding: 30px 0 30px 0;
      margin: 0 auto 0 auto;
      z-index: 2; }
    .toppage .news_sec .box_news_in {
      padding: 10px 0 10px 0;
      width: 900px;
      margin: auto;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
    .toppage .news_sec .news_l {
      width: 150px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center; }
    .toppage .news_sec .news_l .line01 {
      font-weight: 800;
      font-size: 24px;
      line-height: 1;
      width: 100%;
      text-align: center; }
    .toppage .news_sec .news_l .line02 {
      font-weight: 800;
      font-size: 14px;
      width: 100%;
      text-align: center; }
    .toppage .news_sec .news_r {
      width: 520px; }
    .toppage .news_sec .news_line {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      border-bottom: 1px solid #fff;
      padding: 5px 0 5px 0; }
    .toppage .news_sec .news_day {
      width: 100px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      font-weight: bold;
      text-align: center; }
    .toppage .news_sec .news_title {
      width: 420px;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: center;
      font-weight: bold; }
    .toppage .news_sec .news_btn {
      width: 150px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center; }
    .toppage .news_sec .news_btn a {
      display: block;
      width: 100%;
      background: #1c2a5c;
      text-align: center;
      color: #fff;
      font-weight: bold;
      padding: 10px 0 10px 0;
      line-height: 1; }
  @media only screen and (max-width: 800px) {
    .toppage .news_sec {
      font-size: 13px;
      background: #dae6f4;
      margin: 0; }
      .toppage .news_sec .box_news {
        width: 100%;
        position: relative;
        padding: 30px 0 30px 0;
        margin: 0 auto 0 auto;
        z-index: 2; }
      .toppage .news_sec .box_news_in {
        padding: 10px 0 10px 0;
        width: 100%;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
      .toppage .news_sec .news_icon {
        width: 150px;
        text-align: center;
        position: relative;
        margin: auto; }
      .toppage .news_sec .news_icon .line01 {
        font-weight: 800;
        font-size: 24px;
        line-height: 1; }
      .toppage .news_sec .news_icon .line02 {
        font-weight: 800;
        font-size: 14px; }
      .toppage .news_sec .news_line {
        width: 100%;
        display: block; }
      .toppage .news_sec .news_day {
        width: 100px;
        display: block;
        font-weight: normal;
        text-align: left;
        font-size: 12px; }
      .toppage .news_sec .news_title {
        width: 100%;
        display: block;
        font-weight: bold;
        border-bottom: 1px dotted #ccc;
        margin-bottom: 5px; }
      .toppage .news_sec .news_btn {
        width: 150px;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center; }
      .toppage .news_sec .news_btn a {
        display: block;
        width: 100%;
        background: #1c2a5c;
        text-align: center;
        color: #fff;
        font-weight: bold;
        padding: 10px 0 10px 0;
        line-height: 1; } }
  .toppage .cases_sec {
    padding: 60px 0 60px 0; }
    .toppage .cases_sec .sec_in {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
    .toppage .cases_sec .cases_box {
      width: 48%; }
    .toppage .cases_sec h2 {
      font-weight: 900;
      text-align: center;
      font-size: 16px;
      line-height: 1;
      margin: 0 0 30px 0; }
    .toppage .cases_sec .eng {
      font-weight: 900;
      text-align: center;
      font-size: 24px;
      line-height: 1;
      margin-bottom: 5px; }
    .toppage .cases_sec .cases_card {
      margin-bottom: 10px;
      border-bottom: 1px solid #ccc;
      padding: 0 0 5px 0; }
    .toppage .cases_sec .top_btn {
      width: 200px;
      margin: 60px auto 0 auto;
      padding: 5px 0 5px 0; }
  @media only screen and (max-width: 800px) {
    .toppage .cases_sec {
      padding: 30px 0 30px 0; }
      .toppage .cases_sec .sec_in {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
      .toppage .cases_sec .cases_box {
        width: 100%; }
      .toppage .cases_sec h2 {
        font-weight: 900;
        text-align: center;
        font-size: 16px;
        line-height: 1;
        margin: 0 0 30px 0; }
      .toppage .cases_sec .eng {
        font-weight: 900;
        text-align: center;
        font-size: 24px;
        line-height: 1;
        margin-bottom: 5px; }
      .toppage .cases_sec .cases_card {
        margin-bottom: 10px;
        border-bottom: 1px solid #ccc;
        padding: 0 0 5px 0; }
      .toppage .cases_sec .top_btn {
        width: 200px;
        margin: 30px auto 60px auto;
        padding: 5px 0 5px 0; } }
  .toppage .about_sec {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: url(../images/page/top/about_bg.png);
    height: 340px;
    background-size: 1920px;
    background-position: center center;
    background-repeat: no-repeat; }
    .toppage .about_sec .about_flBox {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      color: #fff;
      width: 900px;
      margin: auto; }
    .toppage .about_sec .col_l {
      width: 30%;
      font-size: 30px;
      letter-spacing: 2px;
      font-weight: 900;
      padding-top: 60px; }
    .toppage .about_sec .col_r {
      width: 70%; }
    .toppage .about_sec .col_r .line01 {
      font-size: 21px;
      font-weight: bold;
      margin-bottom: 10px; }
    .toppage .about_sec .col_r .line02 {
      font-size: 16px;
      margin-bottom: 30px; }
    .toppage .about_sec .col_r a {
      display: block;
      width: 240px;
      margin-left: 80px; }
  @media only screen and (max-width: 800px) {
    .toppage .about_sec {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      background: url(../images/page/top/about_bg.png);
      height: auto;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
      .toppage .about_sec .about_flBox {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        color: #fff;
        width: 90%;
        margin: auto; }
      .toppage .about_sec .col_l {
        width: 100%;
        font-size: 30px;
        letter-spacing: 2px;
        font-weight: 900;
        padding-top: 60px; }
      .toppage .about_sec .col_r {
        width: 100%; }
      .toppage .about_sec .col_r .line01 {
        font-size: 21px;
        font-weight: bold;
        margin-bottom: 10px; }
      .toppage .about_sec .col_r .line02 {
        font-size: 16px;
        margin-bottom: 30px; }
      .toppage .about_sec .col_r a {
        display: block;
        width: 240px;
        margin-left: 80px; } }

/*固定する背景*/
.h1_sec {
  height: 250px;
  background-image: url("../images/common/h1_bg.jpg");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat; }
  .h1_sec .h1_sec_wr {
    width: 100%;
    height: 250px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }
  .h1_sec h1 {
    font-size: 30px;
    position: relative;
    font-weight: 800;
    color: #000;
    letter-spacing: 0.1em;
    text-align: center;
    width: 90%;
    margin: auto; }

@media only screen and (max-width: 1100px) {
  .h1_sec {
    position: relative;
    height: 250px;
    background-attachment: inherit;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat; }
    .h1_sec h1 {
      font-size: 18px;
      position: relative;
      font-weight: 800;
      cletter-spacing: 0.1em;
      text-align: center;
      width: 90%;
      margin: auto; }
    .h1_sec .h1_sec_wr {
      height: 100%; } }
@media only screen and (max-width: 800px) {
  .h1_sec {
    position: relative;
    background-attachment: inherit;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    height: 140px; }
    .h1_sec h1 {
      font-size: 18px;
      position: relative;
      font-weight: 800;
      cletter-spacing: 0.1em;
      text-align: center;
      width: 90%;
      margin: auto; }
    .h1_sec .h1_sec_wr {
      height: 100%; } }
.page a {
  text-decoration: underline;
  color: #0072c6; }
.page .contents_sec {
  padding: 30px 0 60px 0; }
.page .contents_sec .sec_in {
  background: #fff;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px; }
.page .contentsArea {
  width: 85%;
  margin: auto;
  padding: 60px 0 60px 0; }
.page .contents_sec h2 {
  margin: 20px 0 20px 0;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding: 10px 0 5px 5px;
  border-bottom: 3px solid #ccc; }
.page .contents_sec h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 120px;
  height: inherit;
  border-bottom: 3px solid #0072c6; }
.page .contents_sec h3 {
  margin: 20px 0 10px 0;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #ccc; }
.page .contents_sec .red {
  color: #FF2124; }
.page .contents_sec img {
  max-width: 100%; }

@media only screen and (max-width: 800px) {
  .page .contents_sec {
    padding: 0 0 0 0;
    background: linear-gradient(-45deg, #ccc 0%, #f9f9f9 100%); }
  .page .contents_sec .sec_in {
    width: 100%;
    background: #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0; }
  .page .contentsArea {
    width: 85%;
    margin: auto;
    padding: 60px 0 60px 0; }
  .page .contents_sec h2 {
    margin: 20px 0 30px 0;
    font-size: 15px;
    font-weight: bold;
    position: relative;
    padding: 10px 0 5px 5px;
    border-bottom: 3px solid #ccc; }
  .page .contents_sec h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 120px;
    height: inherit;
    border-bottom: 3px solid #0072c6; } }
/*------------------------------------------------------------
single_works
-------------------------------------------------------------*/
.single_works .thumb_box {
  margin-bottom: 30px; }
.single_works .thumb_box img {
  width: 100%; }
.single_works .featuer_flBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
.single_works .featuer_flBox .card {
  width: 32%;
  font-size: 13px;
  margin-bottom: 10px; }
.single_works .featuer_flBox .card img {
  width: 100%;
  height: 220px;
  object-fit: cover; }
.single_works .featuer_flBox .card .title {
  font-weight: bold; }
.single_works .tableNormal {
  border-collapse: collapse;
  margin-bottom: 1.5em;
  font-size: 13px;
  padding: 0;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc; }
.single_works .tableNormal th,
.single_works .tableNormal td {
  padding: 0.5em;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 13px; }
.single_works .tableNormal th {
  background-color: #0072c6;
  font-weight: bold;
  text-align: center;
  width: 20%;
  color: #fff; }

@media only screen and (max-width: 800px) {
  .single_works .featuer_flBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .single_works .featuer_flBox .card {
    width: 49%;
    font-size: 13px;
    margin-bottom: 20px; }
  .single_works .featuer_flBox .card img {
    width: 100%;
    height: 120px;
    object-fit: cover; }
  .single_works .featuer_flBox .card .title {
    font-weight: bold; }
  .single_works .tableNormal {
    border-collapse: collapse;
    margin-bottom: 1.5em;
    font-size: 13px;
    padding: 0;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc; }
  .single_works .tableNormal th,
  .single_works .tableNormal td {
    padding: 0.5em;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 11px; }
  .single_works .tableNormal th {
    background-color: #0072c6;
    font-weight: bold;
    text-align: center;
    width: 25%;
    color: #fff; } }
/*------------------------------------------------------------
page_items
-------------------------------------------------------------*/
.page_items .item_box {
  margin-bottom: 30px; }
.page_items .itemName {
  font-weight: 800;
  font-size: 24px;
  color: #0072c6;
  border-bottom: 1px solid #0072c6;
  margin-bottom: 20px; }
.page_items .item_text {
  padding: 20px;
  font-weight: bold;
  font-size: 16px;
  background: #f5f5f5;
  margin-bottom: 20px; }
.page_items .items_flBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
.page_items .items_flBox img {
  width: 100%;
  height: 180px;
  object-fit: cover; }
.page_items .items_flBox a {
  display: block;
  width: 24.5%;
  margin-bottom: 30px; }
.page_items .items_flBox .col {
  display: block;
  width: 24.5%; }

@media only screen and (max-width: 800px) {
  .page_items .item_box {
    margin-bottom: 30px; }
  .page_items .itemName {
    font-weight: 800;
    font-size: 20px;
    color: #0072c6;
    border-bottom: 1px solid #0072c6;
    margin-bottom: 20px; }
  .page_items .item_text {
    padding: 10px;
    font-weight: bold;
    font-size: 13px;
    background: #f5f5f5;
    margin-bottom: 20px; }
  .page_items .items_flBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .page_items .items_flBox img {
    width: 100%;
    height: 120px;
    object-fit: cover; }
  .page_items .items_flBox a {
    display: block;
    width: 49%;
    margin: 0 auto 10px auto; }
  .page_items .items_flBox .col {
    display: block;
    width: 49%; } }
/*------------------------------------------------------------
page_company
-------------------------------------------------------------*/
.page_company .line_message {
  text-align: right;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  font-size: 16px; }

/*------------------------------------------------------------
archive_works
-------------------------------------------------------------*/
.page_works h2 {
  background: linear-gradient(-45deg, #0072c6 65%, #45489B 65%);
  color: #fff;
  text-align: center;
  font-size: 28px;
  height: 80px;
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border: none;
  position: relative; }
.page_works h2:before {
  sidth: auto;
  display: block;
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #0072c6; }
.page_works .other_flBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
.page_works .other_flBox .col {
  width: 48%; }
.page_works .other_case {
  margin-bottom: 20px; }
.page_works .other_case .line:nth-child(odd) {
  background: #dae6f4; }
.page_works h4 {
  font-weight: bold;
  margin: 0; }

@media only screen and (max-width: 800px) {
  .page_works h2 {
    background: linear-gradient(-45deg, #0072c6 65%, #45489B 65%);
    color: #fff;
    text-align: center;
    font-size: 18px;
    height: 40px;
    line-height: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border: none;
    position: relative; }
  .page_works h2:before {
    sidth: auto;
    display: block;
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #0072c6; }
  .page_works .other_flBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .page_works .other_flBox .col {
    width: 100%; }
  .page_works .other_case {
    margin-bottom: 20px; }
  .page_works .other_case .line:nth-child(odd) {
    background: #dae6f4; }
  .page_works h4 {
    font-weight: bold;
    margin: 0; } }
/*------------------------------------------------------------
page_faq
-------------------------------------------------------------*/
.page_faq .faq_line {
  padding-left: 50px;
  position: relative; }
.page_faq .faq_q {
  font-weight: bold;
  font-size: 16px;
  position: relative;
  margin-bottom: 20px; }
.page_faq .faq_a {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  padding-bottom: 30px;
  font-size: 14px; }
.page_faq .faq_q:before {
  font-size: 14px !important;
  content: "Q";
  background: #1c2a5c;
  line-height: 1;
  width: 30px;
  height: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 800;
  color: #fff;
  border-radius: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px; }
.page_faq .faq_a:before {
  font-size: 14px !important;
  content: "A";
  background: #666;
  line-height: 1;
  width: 30px;
  height: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 800;
  color: #fff;
  border-radius: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px; }

/*------------------------------------------------------------
archive_news
-------------------------------------------------------------*/
.archive_news .news_line {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 0 20px 0;
  border-bottom: 1px solid #ccc; }
.archive_news .news_line .col_l {
  width: 18%;
  font-weight: bold; }
.archive_news .news_line .col_r {
  width: 80%; }
.archive_news .title {
  font-weight: bold;
  font-size: 16px; }
.archive_news .tags a {
  font-size: 12px;
  margin-right: 5px;
  display: inline-block; }

@media only screen and (max-width: 800px) {
  .archive_news .news_line {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 0 20px 0;
    border-bottom: 1px solid #ccc; }
  .archive_news .news_line .col_l {
    width: 100%;
    font-weight: bold; }
  .archive_news .news_line .col_r {
    width: 100%; } }
/*------------------------------------------------------------
page_message
-------------------------------------------------------------*/
.page_message .message_flBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
.page_message .message_flBox .col_l {
  width: 30%; }
.page_message .message_flBox .col_r {
  width: 65%; }
.page_message .message_flBox .line01 {
  text-align: center; }
.page_message .message_flBox .line02 {
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: bold; }

@media only screen and (max-width: 800px) {
  .page_message .message_flBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .page_message .message_flBox .col_l {
    width: 60%;
    margin: auto; }
  .page_message .message_flBox .col_r {
    width: 100%; }
  .page_message .message_flBox .line01 {
    text-align: center; }
  .page_message .message_flBox .line02 {
    text-align: center;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: bold; } }
/*------------------------------------------------------------
page_company
-------------------------------------------------------------*/
.page_company .page_table {
  border-collapse: collapse;
  margin-bottom: 1.5em;
  padding: 0; }
.page_company .page_table tr:nth-child(odd) {
  background: #e7e7e7; }
.page_company .page_table tr:nth-child(even) {
  background: #f9f9f9; }
.page_company .page_table th,
.page_company .page_table td {
  padding: 10px 20px 10px 20px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff; }
.page_company .page_table th {
  width: 24%;
  font-weight: bold; }
.page_company .page_table td {
  font-size: 13px; }
.page_company .page_table ol {
  margin: 0 0 0 15px;
  list-style-position: outside; }
@media only screen and (max-width: 800px) {
  .page_company .page_table {
    border-collapse: collapse;
    margin-bottom: 1.5em;
    padding: 0; }
  .page_company .page_table tr:nth-child(odd) {
    background: #e7e7e7; }
  .page_company .page_table tr:nth-child(even) {
    background: #f9f9f9; }
  .page_company .page_table th,
  .page_company .page_table td {
    padding: 10px 5px 10px 5px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff; }
  .page_company .page_table th {
    width: 25%;
    font-weight: bold;
    font-size: 11px; }
  .page_company .page_table td {
    font-size: 11px; }
  .page_company .page_table ol {
    margin: 0 0 0 15px;
    list-style-position: outside; } }

/*///////////////////////////
sec-entry
//////////////////////////*/
.sec-entry {
  width: 970px;
  margin: auto; }

.sec-entry table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1.5em;
  padding: 0;
  border-top: 1px solid #959595;
  border-left: 1px solid #959595; }

.sec-entry table th,
.sec-entry table td {
  border-right: 1px solid #959595;
  border-bottom: 1px solid #959595; }

.sec-entry table th {
  background-color: #e5eaed;
  font-weight: bold;
  width: 28%; }

.sec-entry table td {
  background-color: #fff;
  width: 72%;
  padding: 20px 0 20px 20px; }

.sec-entry table td .td-in {
  width: 90%;
  margin: auto; }

.sec-entry table th .th-in {
  display: flex;
  justify-content: space-around; }

.sec-entry table th .th-in .col-l {
  width: 25%; }

.sec-entry table th .th-in .col-r {
  width: 70%;
  text-align: left; }

.sec-entry .must {
  color: #fff;
  background: #d80112;
  padding: 3px;
  font-weight: normal;
  margin-right: 5px;
  width: 30px;
  text-align: center; }

.sec-entry .nin {
  color: #fff;
  background: #8e8e8e;
  padding: 3px 5px 3px 5px;
  font-weight: normal;
  margin-right: 3px;
  text-align: center; }

.sec-entry .title {
  text-align: center; }

.sec-entry table th .th-in .col-r .line1 {
  display: block; }

.sec-entry table th .th-in .col-r .line2 {
  display: block;
  padding-left: 8px; }

.sec-entry textarea {
  width: 100%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px; }

.sec-entry .td-name {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.sec-entry .td-name div {
  width: 90%; }

.sec-entry .td-name .sama {
  font-weight: bold;
  padding-top: 20px;
  display: inline-block;
  font-size: 17px; }

.sec-entry .td-age {
  display: flex;
  justify-content: space-between;
  width: 180px;
  align-items: center; }

.sec-entry .td-age div {
  width: 150px;
  display: inline-block; }

.sec-entry .td-age .sai {
  font-weight: bold;
  padding-top: 20px;
  display: inline-block;
  font-size: 17px; }

.wpcf7-list-item {
  margin-right: 15px;
  font-weight: bold; }

.sec-entry .td-zip .zip1 {
  width: 150px;
  display: inline-block; }

.sec-entry .td-zip .zip2 {
  width: 200px;
  display: inline-block; }

.sec-entry .td-zip .hyphen {
  width: 20px;
  display: inline-block;
  text-align: center; }

.sec-entry .td-tel {
  display: flex;
  justify-content: space-between; }

.sec-entry .td-tel span {
  display: inline-block;
  width: 200px; }

.sec-entry .th-type .line-mb {
  display: none; }

.sec-entry .td-building {
  display: flex;
  justify-content: space-between;
  width: 100%; }

.sec-entry .td-building .col-l {
  width: 250px;
  display: block; }

.sec-entry .td-building .col-r {
  width: 390px;
  display: block;
  padding-left: 10%; }

.sec-entry .td-building .col-r .text {
  width: 30%;
  display: inline-block;
  text-align: left; }

.sec-entry .td-building .col-r .form {
  width: 70%;
  display: inline-block;
  text-align: right; }

.sec-entry .td-building .line {
  color: #db0112;
  font-weight: bold; }

.sec-entry .image_btn {
  display: block; }

.sec-entry .image_btn_text {
  font-size: 12px;
  display: block; }

.sec-entry .wpcf7-text {
  width: 96%;
  padding: 15px 2% 15px 2%;
  background: #f9f9f9;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: solid #bebebe 1px; }

.sec-entry .submit-button {
  width: 636px;
  display: block;
  margin: auto; }

.sec-entry .wpcf7-not-valid-tip {
  display: block;
  color: #CE0609; }

::placeholder {
  color: #999; }

.wpcf7-submit {
  width: 300px;
  padding: 10px 0 10px 0;
  display: block;
  margin: auto;
  background: #0D8DAD;
  color: #fff;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  border: none;
  border-right: 4px solid #ccc;
  border-bottom: 4px solid #ccc; }

.wpcf7-submit:hover {
  opacity: 0.7; }

@media only screen and (max-width: 1200px) {
  .sec-entry {
    width: 100%; } }
@media only screen and (max-width: 750px) {
  .sec-entry {
    width: 90%; }

  .sec-entry .wr-form {
    width: 90%;
    margin: auto; }

  .sec-entry .subhead {
    position: relative;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 30px;
    line-height: 1.5;
    border-bottom: 1px solid #8e8e8e;
    margin-bottom: 30px; }

  .sec-entry .subhead .image1 {
    position: absolute;
    bottom: 0;
    left: -8px;
    width: 90px; }

  .sec-entry .subhead .image2 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80px; }

  .sec-entry .submit-button {
    width: 90%;
    display: block;
    margin: auto; }

  .entry-footer {
    width: 100%;
    margin: auto;
    padding-top: 60px; }

  .sec-entry table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 1.5em;
    padding: 0;
    border: none;
    font-size: 13px; }

  .sec-entry table tr {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column; }

  .sec-entry table th,
  .sec-entry table td {
    border: none; }

  .sec-entry table th {
    background-color: #fff;
    font-weight: bold;
    width: 100%;
    display: block;
    border-bottom: 1px solid #8e8e8e;
    padding-bottom: 3px; }

  .sec-entry table td {
    background-color: #fff;
    width: 100%;
    padding: 20px 0 40px 0; }

  .sec-entry table td .td-in {
    width: 100%;
    margin: auto; }

  .sec-entry table th .th-in {
    display: block;
    text-align: left;
    font-size: 0.9em; }

  .sec-entry .must {
    color: #fff;
    background: #d80112;
    padding: 3px 5px 3px 5px;
    font-weight: normal;
    margin-right: 3px;
    text-align: center;
    font-size: 0.9em; }

  .sec-entry .th-type .line-mb {
    display: inline;
    font-weight: normal;
    font-size: 0.8em;
    padding-left: 5px; }

  .sec-entry table th .th-in .col-l {
    display: inline;
    width: auto; }

  .sec-entry table th .th-in .col-r {
    display: inline;
    text-align: left;
    width: auto; }

  .sec-entry .td-zip .zip1 {
    width: 25%;
    display: inline-block; }

  .sec-entry .td-zip .zip2 {
    width: 35%;
    display: inline-block; }

  .sec-entry .td-tel {
    display: block; }

  .sec-entry .td-tel span {
    display: inline-block;
    width: 90px;
    margin-right: 10px; }

  .sec-entry .td-building {
    display: block; }

  .sec-entry .td-building .col-l {
    width: 100%;
    display: block;
    margin-bottom: 20px; }

  .sec-entry .td-building .col-r {
    width: 100%;
    display: block;
    padding-left: 0; }

  .sec-entry .td-building .col-r .text {
    width: 30%;
    display: inline-block;
    text-align: left; }

  .sec-entry .td-building .col-r .form {
    width: 70%;
    display: inline-block;
    text-align: right; }

  .sec-entry .td-building .line {
    color: #db0112;
    font-weight: bold;
    font-size: 0.8em; }

  .sec-entry table th .th-in .col-r .line1 {
    display: inline-block; }

  .sec-entry .td-qestion .line {
    font-size: 0.9em; }

  .sec-entry table th .th-in .col-r .line2 {
    display: inline-block;
    padding-left: 8px; } }
body {
  font-size: 14px;
  line-height: 1.8;
  font-family: 'Noto Sans JP', sans-serif;
  color: #111;
  background: #f5f5f5; }

/*-----------------------------------------------
ボタン
----------------------------------------------------*/
.footer_fix_mb {
  display: none; }

@media only screen and (max-width: 800px) {
  .footer_fix_mb {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 9;
    background: #f5f5f5;
    padding: 5px 0 5px 0; }

  .footer_fix_mb img {
    height: 15px;
    display: block;
    margin-right: 5px; }

  .footer_fix_mb a {
    display: block;
    width: 31%;
    height: 40px;
    text-align: center;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px; }

  .footer_line_btn {
    background: #06c755; }

  .footer_tel_btn {
    background: #000; }

  .footer_mail_btn {
    background: #1c2a5c; } }
/*--------------------------------------------------------
ボタン
--------------------------------------------------------*/
.top_btn {
  border: 1px solid #666;
  cline-height: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: url("../images/common/btn_arrow.svg");
  background-size: 8px;
  background-position: center right 15px;
  background-repeat: no-repeat;
  margin: auto;
  font-weight: bold;
  /*アニメーションの起点とするためrelativeを指定*/
  position: relative;
  overflow: hidden;
  /*ボタンの形状*/
  text-decoration: none;
  text-align: center;
  outline: none;
  /*アニメーションの指定*/
  transition: ease .2s; }

.top_btn:hover {
  color: #000; }

/*== 背景が流れる（左から右） */
.bgleft:before {
  content: '';
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  /*色や形状*/
  background-color: rgba(200, 200, 200, 0.3);
  /*背景色*/
  width: 100%;
  height: 100%;
  /*アニメーション*/
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top; }

/*hoverした際の形状*/
.bgleft:hover:before {
  transform-origin: left top;
  transform: scale(1, 1); }

/*基本レイアウト*/
.sec_in {
  margin: auto; }

.w01_in {
  width: 1060px; }

@media only screen and (max-width: 1060px) {
  .w01_in {
    width: 90%; } }
ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.grecaptcha-badge {
  visibility: hidden; }

@keyframes sheen {
  0% {
    transform: skewY(-45deg) translateX(0); }
  100% {
    transform: skewY(-45deg) translateX(12.5em); } }
.btn_main {
  transition: all 0.2s ease-in-out;
  position: relative;
  overflow: hidden; }
  .btn_main:before {
    content: "";
    background: rgba(255, 255, 255, 0.5);
    height: 100%;
    width: 3em;
    display: block;
    position: absolute;
    top: 0;
    left: -4.5em;
    transform: skewX(-45deg) translateX(0);
    transition: none; }
  .btn_main:hover {
    background-color: #000;
    color: #fff; }
    .btn_main:hover:before {
      transform: skewX(-45deg) translateX(13.5em);
      transition: all 0.5s ease-in-out; }

.btn_main {
  display: block;
  background: url("../images/common/btn_arrow.svg") #666;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: auto;
  line-height: 1;
  padding: 0;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center right 10px; }

/*--------------------------------------------------------
背景色・文字色の設定
--------------------------------------------------------*/
/*全体の追加設定*/
a {
  text-decoration: none;
  color: #000; }

a:hover {
  color: #F00; }

a img:hover {
  opacity: 0.7; }

.dis-mb {
  display: none; }

.orange {
  color: #666; }

@media only screen and (max-width: 800px) {
  body {
    font-size: 100%;
    line-height: 1.8;
    color: #111;
    font-size: 13px; }

  .dis-pc {
    display: none; }

  .dis-mb {
    display: block; } }
/*--------------------------------------------------------
パン屑リスト
--------------------------------------------------------*/
#breadcrumbs {
  font-size: 12px;
  padding: 3px 0 3px 0;
  background: #f0f0f0; }

#breadcrumbs ol {
  margin: 0; }

.breadcrumbs-in {
  margin: 0;
  padding: 0;
  color: #000; }

.breadcrumbs-in a {
  color: #000;
  text-decoration: none; }

.breadcrumbs-in a:hover, .breadcrumbs-in a:active, .breadcrumbs-in a:focus {
  color: #f00; }

.breadcrumbs-in li {
  display: inline;
  list-style: none;
  position: relative;
  margin-right: 12px;
  padding-right: 12px;
  background: url(../images/icon/icon-brc.gif) right center no-repeat; }

.breadcrumbs-in li.bcl-last {
  background: none; }

.breadcrumbs-in li.bcl-last:before {
  content: ""; }

/*--------------------------------------------------------
フッター
--------------------------------------------------------*/
footer {
  padding: 10px 0 10px 0;
  background: #fff;
  background-size: 1920px;
  background-position: center center; }

footer .sec_in {
  width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 0 0 0; }
  footer .sec_in .col_l {
    width: 500px;
    font-weight: bold;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    font-weight: bold;
    font-size: 24px; }
  footer .sec_in .col_l_in {
    width: 90%;
    margin: auto;
    padding: 10px 0 20px 0;
    font-size: 13px; }
  footer .sec_in .col_l img {
    margin-bottom: 10px; }
  footer .sec_in .col_r {
    width: 380px;
    padding-top: 20px; }
  footer .sec_in .col_r ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px; }
  footer .sec_in .col_r li {
    width: 45%;
    font-size: 13px;
    display: block;
    padding-left: 3%;
    position: relative; }
  footer .sec_in .col_r li:before {
    content: "・";
    position: absolute;
    left: 0;
    color: #fff;
    top: 0; }

#copyright {
  text-align: center;
  font-size: 12px;
  padding: 10px 0 10px 0;
  background: #333;
  color: #fff; }

@media only screen and (max-width: 1210px) {
  footer {
    padding: 10px 0 10px 0; }

  footer a {
    color: #fff; }

  footer .sec_in {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 0 0 0; }
    footer .sec_in .col_l {
      width: 30%;
      font-weight: bold;
      border-radius: 15px;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px; }
    footer .sec_in .col_l_in {
      width: 90%;
      margin: auto;
      padding: 10px 0 20px 0;
      font-size: 12px;
      color: #fff; }
    footer .sec_in .col_l img {
      margin-bottom: 10px; }
    footer .sec_in .col_c {
      width: 38%; }
    footer .sec_in .col_c ul {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
      margin-bottom: 20px; }
    footer .sec_in .col_c li {
      width: 48%;
      font-size: 13px;
      display: block; }
    footer .sec_in .col_r {
      width: 25%; }
    footer .sec_in .footer_btn {
      transition: all 0.2s ease-in-out;
      position: relative;
      overflow: hidden; }
      footer .sec_in .footer_btn:before {
        content: "";
        background: rgba(255, 255, 255, 0.5);
        height: 100%;
        width: 3em;
        display: block;
        position: absolute;
        top: 0;
        left: -4.5em;
        transform: skewX(-45deg) translateX(0);
        transition: none; }
      footer .sec_in .footer_btn:hover {
        background-color: #000;
        color: #fff; }
        footer .sec_in .footer_btn:hover:before {
          transform: skewX(-45deg) translateX(13.5em);
          transition: all 0.5s ease-in-out; }
    footer .sec_in .footer_btn {
      border: solid 1px #fff;
      width: 100%;
      height: 40px;
      margin: 0 auto 10px auto;
      font-weight: bold;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      line-height: 1;
      font-size: 14px;
      position: relative; }
    footer .sec_in .footer_btn i {
      font-size: 18px;
      display: block;
      position: absolute;
      left: 30px; }
    footer .sec_in .footer_tel {
      line-height: 1;
      text-align: center; }
    footer .sec_in .col_r .line02 {
      padding-top: 18px;
      margin-bottom: 5px;
      line-height: 1;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center; }
    footer .sec_in .col_r .line03 {
      color: #fff;
      font-size: 12px; }
    footer .sec_in .col_r .word01 {
      border: solid 1px #fff;
      display: inline-block;
      color: #fff;
      font-size: 14px;
      padding: 3px 10px 3px 10px;
      margin-right: 10px; }
    footer .sec_in .col_r .word02 {
      font-size: 18px;
      font-weight: 800;
      color: #fff; }
    footer .sec_in .col_r .word02 a:hover {
      color: #fff; } }
@media only screen and (max-width: 800px) {
  footer .sec_in {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 0 0 0; }
    footer .sec_in .col_l {
      width: 100%;
      font-weight: bold;
      margin: 0 auto 20px auto;
      order: 3;
      font-size: 10px; }
    footer .sec_in .col_l img {
      width: 100%;
      margin: auto; }
    footer .sec_in .col_c {
      width: 100%; }
    footer .sec_in .col_c ul {
      width: 90%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin: 0 auto 20px auto; }
    footer .sec_in .col_c li {
      width: 50%;
      font-size: 13px;
      display: block; }
    footer .sec_in .col_r {
      width: 100%;
      margin-bottom: 20px; }
    footer .sec_in .footer_btn {
      width: 80%;
      height: 40px;
      margin: 0 auto 10px auto;
      font-weight: bold;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      line-height: 1;
      font-size: 14px;
      position: relative; }
    footer .sec_in .footer_btn i {
      font-size: 18px;
      display: block;
      position: absolute;
      left: 30px; }
    footer .sec_in .footer_tel {
      line-height: 1;
      text-align: center; }
    footer .sec_in .footer_tel .line01 {
      font-size: 9px; }
    footer .sec_in .footer_tel .line02 {
      padding-top: 15px;
      font-size: 28px;
      font-weight: 800;
      color: #fff; }
    footer .sec_in .footer_tel .line03 {
      font-size: 7px; }

  #copyright {
    text-align: center;
    font-size: 12px;
    padding: 30px 0 60px 0;
    background: linear-gradient(90deg, #666, #666);
    color: #fff; } }
/*------------------------------------------------------------
施工事例
-------------------------------------------------------------*/
.works_sec .sec_in {
  padding: 60px 0 120px 0; }
.works_sec .tax_flBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px; }
.works_sec .tax_flBox .col_l {
  width: 10%;
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #1c2a5c; }
.works_sec .tax_flBox .col_r {
  width: 88%;
  text-align: left; }
.works_sec .tax_flBox ul {
  display: block;
  text-align: left; }
.works_sec .tax_flBox li {
  display: inline-block;
  margin-right: 10px;
  font-weight: bold;
  font-size: 13px; }
.works_sec .card .title {
  font-weight: bold;
  line-height: 1.5;
  padding: 5px; }
.works_sec .card_term {
  font-size: 10px; }
.works_sec .works_flBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
.works_sec .card {
  width: 24.5%;
  margin-bottom: 20px;
  padding: 0 0 10px 0; }
.works_sec .card_image {
  width: 100%;
  display: block;
  background: #f60; }
.works_sec .card img {
  width: 100%;
  height: 180px;
  object-fit: cover; }
.works_sec .top_btn {
  width: 250px;
  height: 50px; }

@media only screen and (max-width: 1200px) {
  .works_sec .sec_in {
    padding: 90px 0 120px 0; }
  .works_sec .card .title {
    font-weight: bold;
    line-height: 1.5;
    padding: 5px; }
  .works_sec .works_flBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .works_sec .card {
    width: 24.5%;
    margin-bottom: 20px;
    padding: 0 0 10px 0; }
  .works_sec .card img {
    width: 100%;
    height: 180px;
    object-fit: cover; }
  .works_sec .top_btn {
    width: 250px;
    height: 50px; } }
@media only screen and (max-width: 800px) {
  .works_sec .sec_in {
    padding: 60px 0 60px 0; }
  .works_sec .tax_flBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px; }
  .works_sec .tax_flBox .col_l {
    width: 15%;
    text-align: center;
    color: #fff;
    background: #1c2a5c;
    font-size: 11px; }
  .works_sec .tax_flBox .col_r {
    width: 82%;
    text-align: left; }
  .works_sec .tax_flBox ul {
    display: block;
    text-align: left; }
  .works_sec .tax_flBox li {
    display: inline-block;
    margin-right: 10px;
    font-weight: bold;
    font-size: 11px; }
  .works_sec .card {
    width: 49%;
    margin-bottom: 10px;
    font-size: 12px; }
  .works_sec .card img {
    width: 100%;
    height: 120px;
    object-fit: cover; }
  .works_sec .top_btn {
    width: 250px;
    height: 40px; } }
.pager {
  padding: 30px 0 0 0; }
  .pager .current {
    background: #0072c6;
    color: #fff;
    font-weight: bold; }
  .pager .page-numbers {
    display: inline-flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    margin: 0; }
  .pager a {
    margin: 0; }
  .pager a:hover {
    background: #0072c6;
    opacity: 0.3; }

@media only screen and (max-width: 800px) {
  .pager {
    padding: 30px 0 0 0; }
    .pager .current {
      background: #0072c6;
      color: #fff;
      font-weight: bold; }
    .pager .page-numbers {
      display: inline-flex;
      width: 50px;
      height: 50px;
      align-items: center;
      justify-content: center;
      margin: 0; }
    .pager a {
      margin: 0; }
    .pager a:hover {
      background: #0072c6;
      opacity: 0.3; } }
/*--------------------------------------------------------
social
--------------------------------------------------------*/
.box_socialbutton {
  margin-bottom: 30px;
  padding-top: 10px; }
  .box_socialbutton a {
    display: inline-block;
    width: 100px;
    padding: 5px 0 5px 0;
    text-align: center;
    color: #fff;
    font-size: 12px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-decoration: none; }
  .box_socialbutton a i {
    margin-right: 5px; }
  .box_socialbutton a:hover {
    opacity: 0.7; }
  .box_socialbutton .button_fb {
    background: #3B5998; }
  .box_socialbutton .button_tw {
    background: #000; }
  .box_socialbutton .button_pocket {
    background: #ee4056; }
  .box_socialbutton .button_line {
    background: #00B900; }

@media only screen and (max-width: 750px) {
  .box_socialbutton {
    margin-bottom: 30px; }
    .box_socialbutton a {
      padding: 5px 0 5px 0;
      display: inline-block;
      width: 80px;
      text-align: center;
      color: #fff;
      font-size: 10px;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px; }
    .box_socialbutton a i {
      margin-right: 5px; }
    .box_socialbutton a:hover {
      opacity: 0.7; } }
/*-----------------------------------------------
access
----------------------------------------------------*/
.access_sec {
  background: #fff;
  padding: 30px; }
  .access_sec .access_flBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto; }
  .access_sec iframe {
    width: 100%;
    height: 300px; }
  .access_sec .col_l {
    width: 45%;
    font-size: 30px;
    font-weight: 800; }
  .access_sec .col_r {
    width: 52%; }
  .access_sec .col_r .line01 {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 10px; }
  .access_sec .col_r .line02 {
    font-size: 13px;
    margin-bottom: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .access_sec .col_r .line02 .word01 {
    width: 100px;
    background: #f5f5f5;
    display: inline-block;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }
  .access_sec .col_r .line02 .word02 {
    width: 420px;
    display: inline-block; }

@media only screen and (max-width: 800px) {
  .access_sec {
    background: #fff;
    padding: 30px; }
    .access_sec .access_flBox {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin: auto; }
    .access_sec iframe {
      width: 100%;
      height: 300px; }
    .access_sec .col_l {
      width: 100%; }
    .access_sec .col_r {
      width: 100%; }
    .access_sec .col_r .line01 {
      font-size: 21px;
      font-weight: bold;
      margin-bottom: 10px; }
    .access_sec .col_r .line02 {
      font-size: 12px;
      margin-bottom: 5px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      border-bottom: 1px solid #ccc; }
    .access_sec .col_r .line02 .word01 {
      width: 100%;
      background: none;
      display: block;
      text-align: left;
      font-weight: bold; }
    .access_sec .col_r .line02 .word02 {
      width: 100%;
      display: inline-block; } }
