@charset "UTF-8";
/*   BASE
================================================ */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 游ゴシック体, 'Yu Gothic', YuGothic,  メイリオ, Meiryo, sans-serif;
  font-weight: normal; }

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop html, *::-ms-backdrop body, *::-ms-backdrop div, *::-ms-backdrop span, *::-ms-backdrop object, *::-ms-backdrop iframe,
  *::-ms-backdrop h1, *::-ms-backdrop h2, *::-ms-backdrop h3, *::-ms-backdrop h4, *::-ms-backdrop h5, *::-ms-backdrop h6, *::-ms-backdrop p, *::-ms-backdrop blockquote, *::-ms-backdrop pre,
  *::-ms-backdrop abbr, *::-ms-backdrop address, *::-ms-backdrop cite, *::-ms-backdrop code,
  *::-ms-backdrop del, *::-ms-backdrop dfn, *::-ms-backdrop em, *::-ms-backdrop img, *::-ms-backdrop ins, *::-ms-backdrop kbd, *::-ms-backdrop q, *::-ms-backdrop samp,
  *::-ms-backdrop small, *::-ms-backdrop strong, *::-ms-backdrop sub, *::-ms-backdrop sup, *::-ms-backdrop var,
  *::-ms-backdrop b, *::-ms-backdrop i,
  *::-ms-backdrop dl, *::-ms-backdrop dt, *::-ms-backdrop dd, *::-ms-backdrop ol, *::-ms-backdrop ul, *::-ms-backdrop li,
  *::-ms-backdrop fieldset, *::-ms-backdrop form, *::-ms-backdrop label, *::-ms-backdrop legend,
  *::-ms-backdrop table, *::-ms-backdrop caption, *::-ms-backdrop tbody, *::-ms-backdrop tfoot, *::-ms-backdrop thead, *::-ms-backdrop tr, *::-ms-backdrop th, *::-ms-backdrop td,
  *::-ms-backdrop article, *::-ms-backdrop aside, *::-ms-backdrop canvas, *::-ms-backdrop details, *::-ms-backdrop figcaption, *::-ms-backdrop figure,
  *::-ms-backdrop footer, *::-ms-backdrop header, *::-ms-backdrop hgroup, *::-ms-backdrop menu, *::-ms-backdrop nav, *::-ms-backdrop section, *::-ms-backdrop summary,
  *::-ms-backdrop time, *::-ms-backdrop mark, *::-ms-backdrop audio, *::-ms-backdrop video, *::-ms-backdrop input, *::-ms-backdrop textarea, .-frame a html, .-frame a body, .-frame a div, .-frame a span, .-frame a object, .-frame a iframe,
  .-frame a h1, .-frame a h2, .-frame a h3, .-frame a h4, .-frame a h5, .-frame a h6, .-frame a p, .-frame a blockquote, .-frame a pre,
  .-frame a abbr, .-frame a address, .-frame a cite, .-frame a code,
  .-frame a del, .-frame a dfn, .-frame a em, .-frame a img, .-frame a ins, .-frame a kbd, .-frame a q, .-frame a samp,
  .-frame a small, .-frame a strong, .-frame a sub, .-frame a sup, .-frame a var,
  .-frame a b, .-frame a i,
  .-frame a dl, .-frame a dt, .-frame a dd, .-frame a ol, .-frame a ul, .-frame a li,
  .-frame a fieldset, .-frame a form, .-frame a label, .-frame a legend,
  .-frame a table, .-frame a caption, .-frame a tbody, .-frame a tfoot, .-frame a thead, .-frame a tr, .-frame a th, .-frame a td,
  .-frame a article, .-frame a aside, .-frame a canvas, .-frame a details, .-frame a figcaption, .-frame a figure,
  .-frame a footer, .-frame a header, .-frame a hgroup, .-frame a menu, .-frame a nav, .-frame a section, .-frame a summary,
  .-frame a time, .-frame a mark, .-frame a audio, .-frame a video, .-frame a input, .-frame a textarea {
    font-family: メイリオ, Meiryo, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 游ゴシック体, 'Yu Gothic', YuGothic,  sans-serif;
    font-weight: normal; } }

body {
  line-height: 1; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

br {
  color: rgba(255, 255, 255, 0); }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

li {
  list-style: none; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

strong {
  font-weight: normal; }

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

/* clearfix */
.fix:before,
.fix:after {
  content: "";
  display: table; }

.fix:after {
  clear: both; }

/*  Color  */
/*  Font  */
p {
  line-height: 1.6; }

img {
  vertical-align: bottom; }

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none; }
    a[href^="tel:"]::after {
      content: none; } }

/*   COMPONENTS
================================================ */
/*  main contents  */
/*   カラム表示
================================================ */
.column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: 639px) {
    .column {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

/*   共通
================================================ */
.inner {
  max-width: 1200px;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  @media screen and (max-width: 639px) {
    .inner {
      width: 92%; } }

@media screen and (max-width: 639px) {
  .sp {
    display: block; } }

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

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

@media screen and (min-width: 640px) {
  .pc {
    display: block; } }

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

.block {
  display: block; }

.table {
  display: table; }

@media all and (-ms-high-contrast: none\0) {
  .br::before *::-ms-backdrop, .br::before {
    color: rgba(255, 255, 255, 0); } }

@media screen and (min-width: 640px) {
  .br::before {
    content: "\A";
    white-space: pre; } }

@media all and (-ms-high-contrast: none\0) {
  .br *::-ms-backdrop, .br {
    color: rgba(255, 255, 255, 0); } }

@media screen and (min-width: 640px) {
  br.-sp {
    display: none; } }

@media screen and (max-width: 639px) {
  br.-pc {
    display: none; } }

.shadow {
  -webkit-box-shadow: 0px 8px 18px -7px #b0b0b0;
  box-shadow: 0px 8px 18px -7px #b0b0b0; }

/*   BUTTON（ボタン）
================================================ */
.btn {
  font-weight: bold;
  text-align: center;
  display: table;
  position: relative;
  font-size: 1rem;
  border-radius: 5px;
  padding: 20px 40px;
  overflow: hidden;
  cursor: pointer;
  background: gray;
  color: #FFF;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }
  .btn:hover {
    opacity: .7; }
    .btn:hover i:last-child {
      right: -1rem; }
  .btn.-center {
    margin-left: auto;
    margin-right: auto; }

/*   見出し
------------------------------------------ */
/*   見出し
------------------------------------------ */
.ttl {
  position: relative;
  line-height: 1.6;
  font-weight: 500;
  font-size: 2.4rem;
  margin-bottom: 30px;
  display: flex;
  align-items: flex-start;
}
  @media screen and (max-width: 639px) {
    .ttl {
      font-size: 1.8rem;
      margin-bottom: 10%; } }

/*   段落・テキスト
------------------------------------------ */
.txt {
  line-height: 1.6;
  font-size: 1rem; }
  .txt.-bold {
    font-weight: bold; }
  .txt.-white {
    color: #FFF; }
  .txt.-black {
    color: #242424; }
  .txt.-center {
    text-align: center; }

/* ぱんくず */
.breadcrumb {
  background: #fff2e2;
  padding: 8px 0; }
  .breadcrumb ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .breadcrumb ul li {
      font-size: .9rem;
      line-height: 1.6;
      position: relative;
      color: #606060; }
      .breadcrumb ul li::after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f105";
        display: inline-block;
        margin: 0 8px; }
      .breadcrumb ul li:last-child::after {
        display: none; }
    .breadcrumb ul a {
      font-size: .9rem;
      color: #3fadff;
      text-decoration: underline;
      -webkit-transition: .4s;
      -o-transition: .4s;
      transition: .4s; }
      .breadcrumb ul a:hover {
        opacity: .8; }
  @media screen and (max-width: 639px) {
    .breadcrumb ul {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.pen-y {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #ffea77));
  background: -webkit-linear-gradient(transparent 60%, #ffea77 0%);
  background: -o-linear-gradient(transparent 60%, #ffea77 0%);
  background: linear-gradient(transparent 60%, #ffea77 0%);
  font-weight: bold; }

.pen-g {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #189a5e));
  background: -webkit-linear-gradient(transparent 70%, #189a5e 0%);
  background: -o-linear-gradient(transparent 70%, #189a5e 0%);
  background: linear-gradient(transparent 70%, #189a5e 0%); }

.re-btn {
  position: fixed;
  bottom: 2%;
  right: 2%;
  z-index: 50;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  max-width: 100px;
  opacity: .7; }
  .re-btn img {
    width: 100%; }
  .re-btn:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)"; }
  @media screen and (max-width: 639px) {
    .re-btn {
      position: fixed;
      bottom: 2%;
      right: 2%;
      z-index: 50;
      -webkit-transition: .4s;
      -o-transition: .4s;
      transition: .4s;
      width: 30%;
      z-index: 200;
      max-width: 80px;
      opacity: .7; }
      .re-btn img {
        width: 100%; }
      .re-btn:hover {
        opacity: 0.7;
        filter: alpha(opacity=70);
        -ms-filter: "alpha(opacity=70)"; } }

/*  navigation  */
/*   HELPER
------------------------------------------ */
@media screen and (min-width: 640px) {
  .ta-c {
    text-align: center; } }

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

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

.mt0 {
  margin-top: 0px; }

.mb0 {
  margin-bottom: 0px; }

.mt10 {
  margin-top: 10px; }

.mb10 {
  margin-bottom: 10px; }

.mt20 {
  margin-top: 20px; }

.mb20 {
  margin-bottom: 20px; }

.mt30 {
  margin-top: 30px; }

.mb30 {
  margin-bottom: 30px; }

.mt40 {
  margin-top: 40px; }

.mb40 {
  margin-bottom: 40px; }

.mt50 {
  margin-top: 50px; }

.mb50 {
  margin-bottom: 50px; }

.mt60 {
  margin-top: 60px; }

.mb60 {
  margin-bottom: 60px; }

.mt70 {
  margin-top: 70px; }

.mb70 {
  margin-bottom: 70px; }

.mt80 {
  margin-top: 80px; }

.mb80 {
  margin-bottom: 80px; }

.mt90 {
  margin-top: 90px; }

.mb90 {
  margin-bottom: 90px; }

.mt100 {
  margin-top: 100px; }

.mb100 {
  margin-bottom: 100px; }

.mt110 {
  margin-top: 110px; }

.mb110 {
  margin-bottom: 110px; }

.mt120 {
  margin-top: 120px; }

.mb120 {
  margin-bottom: 120px; }

.mt130 {
  margin-top: 130px; }

.mb130 {
  margin-bottom: 130px; }

.mt140 {
  margin-top: 140px; }

.mb140 {
  margin-bottom: 140px; }

/*------------------------*/

#header{
  width: 100%;
  margin: 0 auto;
  height: 100px;
  background: rgb(23,70,152);
  background: linear-gradient(90deg, rgba(23,70,152,1) 0%, rgba(0,130,237,1) 100%);
  display: flex;
  align-items: center;
}
#header h1{
  text-align: center;
  font-size: 2rem;
  color: #fff;
}


/*会社概要_パターンG*/
#pattern_g{
  width: 100%;
  margin: 100px auto;
}
#pattern_g .inner{
  margin: 0 auto;
}
#pattern_g h2.ttl{
font-size: 2rem;
margin: 0 auto;
margin-bottom: 50px;
display: table;
color: #174698;
}

.g-column{
  width: 100%;
  max-width: 1200px;
  margin: 100px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  position: relative;
  align-items: center;
}

.g-dl{
  width: 60%;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  line-height: 1.6;
  margin: 0 auto;
}

.g-dl dt{
  width: 30%;
  line-height:1.4;
  color: #174698;
}
.g-dl dd{
  width: 70%;
  line-height:1.6;
}
.g-dl dt,.g-dl dd{
  border-bottom: #174698 1px dotted;
  padding: 2.5%;
  display: flex;
  align-items: center;
}
.g-dl dt:first-of-type,.g-dl dd:first-of-type{
  border-top: #174693 2px solid;
}
.g-dl dt:last-of-type,.g-dl dd:last-of-type{
  border-bottom: #174698 2px solid;
}


footer{
  background: rgb(23,70,152);
  background: linear-gradient(90deg, rgba(23,70,152,1) 0%, rgba(0,130,237,1) 100%);  
  color: #fff;
  text-align: center;
  padding: 1%;
}

@media screen and (max-width: 639px) {
body{
  overflow: hidden;
}

  #header{
  height: 60px;
  }
  #header h1{
    font-size: 1.5rem;
    }
    #pattern_g h2.ttl{
      font-size: 1.5rem;
      margin-bottom: 20px;
    }
  #pattern_g{
      margin: 30px auto 10px auto;
    }
  .g-dl{
    width: 95%;
    font-size: .9rem;
}
.g-dl dt,.g-dl dd{
  border-bottom: #174698 1px dotted;
  padding: 2.5% 0;
  display: flex;
  align-items: center;
}
footer{
position: fixed;
}
}