@charset "UTF-8";
/* =SCSS
---------------------------------------------------------------------------------------------- */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* =icon font
---------------------------------------------------------------------------------------------- */
/* =Reset
-------------------------------------------------------------- */
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%;
  vertical-align: baseline;
}

main, article, aside, header, canvas, details, figcaption, figure, footer, nav, section, summary {
  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;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

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

audio,
canvas,
video {
  display: inline-block;
}

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

del {
  color: #333;
}

ins {
  background: #fff9c0;
  text-decoration: none;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin: 24px;
  margin-bottom: 1.714285714rem;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

small {
  font-size: smaller;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
  clear: both;
}

.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
  display: table;
  content: "";
}

/* =Media queries
-------------------------------------------------------------- */
@-ms-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/* =link
---------------------------------------------------------------------------------------------- */
a {
  outline: none;
  color: #014894;
  text-decoration: underline;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:visited {
  color: #014894;
  text-decoration: underline;
}

a:hover {
  color: #333333;
  text-decoration: underline;
}

a:focus {
  outline: none;
}

/* mouse hover
---------------------------------------------------------------------------------------------- */
img.hover {
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
}

img.hover:hover {
  opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
}

/* Images
---------------------------------------------------------------------------------------------- */
.alignleft {
  float: left;
  margin: 0 25px 25px 0;
}
@media screen and (max-width: 768px) {
  .alignleft {
    float: none;
    margin: 0 auto 15px auto;
    width: 100%;
    height: auto;
  }
}

.alignright {
  float: right;
  margin: 0 0 25px 25px;
}
@media screen and (max-width: 768px) {
  .alignright {
    float: none;
    margin: 0 auto 15px auto;
    width: 100%;
    max-width: 500px;
    height: auto;
  }
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .aligncenter {
    margin: 0 auto 15px auto;
    width: 100%;
    max-width: 500px;
    height: auto;
  }
}

/* =Basic structure
---------------------------------------------------------------------------------------------- */
/* Body, links, basics */
html {
  font-size: 62.5%;
}

body {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: Verdana, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #333;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

/* ヘッダー 
---------------------------------------------------------------------------------------------- */
.header {
  width: 920px;
  height: 175px;
  position: relative;
  margin: 0px auto;
  padding: 0 10px;
  background-color: #fff;
}
.header h1 {
  /*
  		position: absolute;
  		top: 40px;
  		left: 10px;
  */
  font-size: 2rem;
  display: flex;
  align-items: center;
  text-align: right;
  height: 175px;
  line-height: 1.3;
}
.header h1 span {
  font-size: 1.7rem;
}
.header h1 a {
  text-decoration: none;
}
.header p {
  position: absolute;
  top: 70px;
  left: 280px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.3;
}
.header .img_header_tel {
  position: absolute;
  top: 0px;
  right: 10px;
}

/* グロナビ 
---------------------------------------------------------------------------------------------- */
.gmenu {
  width: 920px;
  margin: 0px auto;
  padding: 0 10px;
  text-align: center;
}
.gmenu ul {
  position: relative;
  margin: 0px auto 20px;
  padding: 0 10px;
  background-color: #fff;
  overflow: hidden;
  text-align: center;
}
.gmenu ul li {
  display: inline-block;
  text-align: center;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.gmenu ul li:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.gmenu ul li.border {
  width: 34px;
  height: 41px;
  background: url(../img/gmen-border.gif) no-repeat center top;
}
.gmenu ul li a {
  display: block;
  width: 100%;
  text-decoration: none;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #333;
  padding: 3px 10px;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.gmenu ul li a span {
  color: #014894;
  font-size: 14px;
  font-size: 1.4rem;
}

/* ビジュアル画像 
---------------------------------------------------------------------------------------------- */
.visual {
  width: 100%;
  min-width: 920px;
  height: 480px;
  margin: 0 auto 0px;
  padding: 0 10px;
  background: url(../img/visual_top2021.png) no-repeat center top;
}
.visual p {
  text-indent: -9999px;
}

/* コンテンツ
---------------------------------------------------------------------------------------------- */
.content {
  width: 920px;
  position: relative;
  margin: 0px auto;
  padding: 0 10px;
  background-color: #fff;
}
.content .title-border {
  width: 100%;
  border-bottom: 1px solid #014894;
  font-size: 40px;
  font-size: 4rem;
  color: #014894;
  padding: 0 0 15px 0;
  margin: 100px 0px 15px 0px;
  text-align: center;
  clear: both;
}
.content h2 {
  text-align: center;
  margin: 0px 0 50px 0;
  font-size: 30px;
  font-size: 3rem;
  clear: both;
}
.content p {
  margin: 0 0 30px 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  clear: both;
}
.content p.center {
  text-align: center;
}

ul.about-list {
  text-align: center;
  overflow: hidden;
}
ul.about-list li {
  display: inline-block;
  width: 200px;
  margin: 0 10px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #014894;
  font-weight: bold;
  vertical-align: top;
}
ul.about-list li img {
  margin: 0 0 15px 0;
}
ul.about-list li span {
  font-size: 13px;
  font-size: 1.3rem;
  color: #444;
}

ul.service-list {
  text-align: center;
  overflow: hidden;
}
ul.service-list li {
  display: inline-block;
  width: 400px;
  height: 350px;
  margin: 0 10px 30px;
  text-align: center;
  line-height: 1.5;
  color: #014894;
  font-weight: bold;
  vertical-align: top;
  border: 1px solid #014894;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: url(../img/icon_popup.svg) no-repeat 365px 15px;
  -webkit-background-size: 25px auto;
  -moz-background-size: 25px auto;
  -o-background-size: 25px auto;
  background-size: 25px auto;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
ul.service-list li:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
ul.service-list li a {
  display: block;
  width: 100%;
  height: 320px;
  text-decoration: none;
  padding: 0px 0;
}
ul.service-list li h3 {
  color: #014894;
  text-align: center;
  padding: 15px 0 0 0;
  margin: 0 0 15px 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3;
}
ul.service-list li img {
  width: 100%;
  height: auto;
  margin: 0 0 15px 0;
}
ul.service-list li p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 0 10px;
  color: #333;
  text-align: left;
}

.popup-box {
  padding: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.popup-box h3 {
  color: #014894;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.3;
  margin: 0 0 30px 0;
}
.popup-box p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  padding: 0 10px;
  color: #333;
  margin: 0 0 30px 0;
}
.popup-box p.center {
  text-align: center;
}
.popup-box p img {
  width: 400px;
  height: auto;
}

ul.case-list {
  text-align: center;
  overflow: hidden;
}
ul.case-list li {
  display: inline-block;
  width: 200px;
  margin: 0 10px;
  text-align: left;
  line-height: 1.5;
  color: #014894;
  font-weight: bold;
  vertical-align: top;
}
ul.case-list li img {
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
}
ul.case-list li h3 {
  color: #014894;
  text-align: left;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.3;
}
ul.case-list li h3 span {
  font-size: 12px;
  font-size: 1.2rem;
}
ul.case-list li p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 0px;
  margin: 0 0 10px 0;
  color: #333;
  text-align: left;
}
ul.case-list li a {
  background-color: #D9ECF9;
  position: relative;
  display: inline-block;
  padding: 15px 50px 15px 10px;
  text-decoration: none;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
ul.case-list li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
ul.case-list li a:after {
  content: " ";
  height: 30px;
  width: 30px;
  position: absolute;
  top: 15px;
  right: 5px;
  background: url(../img/icon_link.svg) no-repeat 0 0;
  -webkit-background-size: 25px auto;
  -moz-background-size: 25px auto;
  -o-background-size: 25px auto;
  background-size: 25px auto;
}

.company {
  width: 800px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px;
  margin: 0 auto 50px auto;
}
.company table {
  width: 100%;
  border-collapse: collapse;
}
.company table th {
  width: 160px;
  border-top: 1px solid #b8c1d5;
  padding: 15px 10px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  color: #014894;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.company table th.title {
  text-align: center;
}
.company table td {
  width: auto;
  border-top: 1px solid #b8c1d5;
  padding: 15px 10px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #333;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.company table td ul {
  list-style-type: disc;
}
.company table td p {
  margin-bottom: 0;
}
.company .mapBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 15px 10px;
  border-top: 1px solid #b8c1d5;
}
.company .mapBox h3 {
  font-size: 20px;
  font-size: 2rem;
  color: #014894;
  margin-bottom: 20px;
  width: 100%;
}
.company .mapBox .inner {
  width: calc(33% - 10px);
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.company .mapBox .inner em {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  font-style: normal;
  padding-bottom: 10px;
}
.company .mapBox .inner dt {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  margin-bottom: 10px;
}
.company .mapBox .inner iframe {
  width: 100%;
  height: 400px;
}

/* フッター 
---------------------------------------------------------------------------------------------- */
.footer {
  width: 100%;
  text-align: center;
  clear: both;
  margin: 0px auto;
  padding: 30px 10px 100px;
  background-color: #D9ECF9;
  font-size: 13px;
  font-size: 1.3rem;
}
.footer p {
  margin: 0 0 15px 0;
}

/* 202312追加　privacy.html
---------------------------------------------------------------------------------------------- */
.privacy dl {
  line-height: 1.8;
}
.privacy dl dt {
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
}
.privacy dl.dlCounter {
  counter-reset: number 0;
}
.privacy dl.dlCounter dt {
  position: relative;
  padding-left: 3rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #004894;
  color: #004894;
  line-height: 1;
}
.privacy dl.dlCounter dt:before {
  counter-increment: number 1;
  content: counter(number) " ";
  width: 3rem;
  position: absolute;
  left: 0;
  top: 0;
}
.privacy dl.dlCounter dd {
  margin-bottom: 3rem;
}
.privacy dl.dlCounter dd p {
  line-height: 1.8;
  margin: 1rem 0 1rem;
}
.privacy dl.border {
  margin: 0 auto 80px;
  border: 1px solid #004894;
  border-radius: 15px;
  padding: 1rem;
  display: flex;
  justify-content: center;
  width: 80%;
}
.privacy dl.border dt {
  margin-right: 2rem;
}
.privacy ol.olCounter {
  counter-reset: listnum 0;
  margin-left: 1rem;
}
.privacy ol.olCounter li {
  position: relative;
  line-height: 1.8;
  padding-left: 2rem;
  margin-bottom: 0.5rem;
}
.privacy ol.olCounter li:before {
  counter-increment: listnum 1;
  content: counter(listnum) " ";
  width: 2rem;
  position: absolute;
  left: 0;
  top: 0;
}
