@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;600&family=Roboto:wght@300;400;500&display=swap');
/* -----------------------------------------------
 HTML RESET
-------------------------------------------------- */
html, body, div, 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;
  outline: 0;
  font-size: 16px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, label, legend {
  display: block;
}
/* Lists Resets */
ul, ol {
  margin: 0;
}
ul {
  list-style: none inside;
}
ol {
  list-style: decimal inside;
  margin-left: 1em;
}
.disc {
  list-style-type: disc;
  padding-left: 1em;
  text-indent: -1em;
}
.circle {
  list-style-type: circle;
}
li {
  line-height: 1.6;
  text-align: left;
}
ul ul, ol ol {
  margin: 0.7em 0 0 1.42em;
    list-style-type: circle
}
a {
  text-decoration: none;
  color: #212121
}
/* -----------------------------------------------
  Layout
-------------------------------------------------- */ :root {
  --blue: #01479D;
  --line: #D6D6D6;
  --N_sans: 'Noto Sans JP', sans-serif;
  --shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
html {
  background-color: #fff;
  -webkit-overflow-scrolling: touch;
}
body {
  font-weight: 500;
  vertical-align: bottom;
  font-family: 'Noto Sans JP', sans-serif;
  color: #1A1A1A;
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
}
* html, body {
  height: 100%;
}
#wrapper {
  width: 100%;
  text-align: left;
  position: relative;
  overflow: none;
  margin: 0 auto;
  padding: 0;
}
#wrapper:after {
  content: "";
  display: table;
  height: 0;
  visibility: hidden;
  clear: both;
  overflow-x: hidden;
}
#parallax {
  width: 100%;
  position: relative;
  z-index: 1;
  background-color: #FFF;
  overflow: hidden;
  padding-top: 2em
}
.container-fluid {
  position: relative;
  padding: 3em 0;
}
.container {
  position: relative;
  z-index: 2;
  margin-bottom: 3em;
}
.container p {
  font-size: 16px;
  line-height: 2;
  text-align: left;
  margin-bottom: 1em
}
.container p a {
  color: var(--aqua);
  text-decoration: underline
}
.w800 {
  max-width: 800px;
  margin: auto
}
img {
  max-width: 100%;
  height: auto;
}
.container img {
  margin: auto;
  display: block;
}
[class*="col-"] img {
  max-width: 100%;
  height: auto;
}
a:hover p {
  opacity: .5;
}
a:hover, a:focus {
  opacity: .5;
  transition: .5s;
}
/* -----------------------------------------------
 Aligns & Formats
-------------------------------------------------- */
.fl {
  float: left;
}
.fr {
  float: right;
}
.center {
  float: none;
  margin: 0 auto;
  display: block;
  text-align: center;
}
.imgleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.imgright {
  float: right;
  margin: 5px 0 20px 20px;
}
.imgcenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 20px;
}
.oh {
  overflow: hidden;
}
.hidden {
  display: none !important;
}
.hidden-text {
  font: 0 !important;
}
.clear {
  clear: both;
  display: block;
}
/* -----------------------------------------------
Table
--------------------------------------------------*/
table {
  position: relative;
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0px;
  border-top: 1px solid #ccc;
  line-height: 1.8em;
  background-color: #FCFCF8;
  color: #1D1D1D;
  margin-bottom: 0.5em;
}
table th {
  padding: .5em 1em;
  text-align: center;
  vertical-align: middle;
  background-color: #E9E9E9;
  border-top: 1px solid #fff;
  /*border-left: 1px solid #fff;*/
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  line-height: 1.8em;
}
.bg_dgray th {
  background-color: #2D2D2D;
  color: white
}
table td {
  text-align: left;
  padding: .5em 1em;
  /*border-right: 1px solid #ccc;*/
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
  color: #1D1D1D;
  font-weight: normal
}
.c_tbl td {
  text-align: center;
}
table td ul li {
  font-size: 14px;
  line-height: 1.8em;
}
table th:last-child, table td:last-child {
  border-right: none;
}
table.noboder, table.noboder td {
  border: none;
}
/*レスポンシブ用table_scroll*/
.table-scroll {
  overflow-x: auto;
  margin-top: 0;
  margin-bottom: 1em;
  padding-top: 0
}
.scroll-hint-text {
  margin-top: 0;
}
.table-scroll::-webkit-scrollbar {
  height: 10px;
}
.table-scroll::-webkit-scrollbar-track {
  margin: 0 2px;
  background: #ccc;
}
.table-scroll::-webkit-scrollbar-thumb {
  background: #666;
}
/*tableのセル内にある文字の折り返しを禁止*/
@media screen and (max-width: 1024px) {
  .table-scroll table th {
    white-space: nowrap;
  }
}
/* ul disc */
ul.listDisc {
  margin-bottom: 1em;
  padding-left: 1em
}
ul.listDisc li {
  padding-left: 1em; /*1em（1文字）分、右に動かす*/
  text-indent: -1em; /*最初の行だけ1em（1文字）分、左に動かす*/
  list-style-type: disc;
  padding-bottom: 0.5em;
}
.listDisc li .listDecimal li {
  line-height: 1.4;
  margin-bottom: 0
}
ul.listDisc li ul li{
    list-style-type: circle
}
/* ul disc icon付 */
ul.listDiscIcon {
  width: 100%;
  border-radius: 10px;
  padding: 0 1em;
  margin-bottom: 2em;
}
ul.listDiscIcon li {
  position: relative;
  padding: 8px 0 8px 2em;
  margin: 0;
  list-style: none;
  text-indent: 0em; /*最初の行だけ1em（1文字）分、左に動かす*/
  border-bottom: 1px dotted #ccc
}
ul.listDiscIcon li::before {
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f00c';
  color: rgba(106, 178, 36, 1.00);
}
ul.listDiscIcon.half {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
ul.listDiscIcon.half li {
  position: relative;
  width: 50%;
}
/* -----------------------------------------------
 text module
-------------------------------------------------- */
h1, h2, h3, h4, h5 {
  position: relative;
  z-index: 5;
  margin: 0 0 1rem;
  line-height: 1.2;
  display: block;
  width: 100%;
  font-weight: 400;
}
h1 {
  font-size: 1.77em /*32px*/ ;
}
h2 {
  font-size: 1.77em /*32px*/ ;
}
h3 {
  font-size: 1.33em /*24px*/ ;
}
h4 {
  font-size: 1.11em; /*20px*/
}
#index h2 {
  position: relative;
  display: inline-block;
  width: auto;
  font-family: 'Roboto', sans-serif;
  font-size: 60px;
  font-weight: 300;
  margin-bottom: 1em;
  line-height: 1;
  border-left: 1px solid #F9D501;
  padding-left: 30px
}
#index h2 span {
  position: relative;
  display: block;
  font-family: var(--N_sans);
  padding-top: 15px;
  font-size: 18px;
  font-weight: 400;
}
main h2 {
  position: relative;
  display: inline-block;
  width: auto;
  font-size: 38px;
  font-weight: 400;
  margin-bottom: 1em;
  line-height: 1;
  border-left: 2px solid #F9D501;
  padding-left: 30px
}
.fs120 {
  font-size: 120%
}
.fs28 {
  font-size: 28px
}
.fs24 {
  font-size: 24px
}
.fs20 {
  font-size: 20px
}
.fs12 {
  font-size: 12px
}
.text-bold {
  font-weight: bold
}
.text-small {
  display: inline-block;
  font-size: 80%;
  line-height: 2;
  font-weight: 500
}
.alignL {
  text-align: left !important;
}
.alignR {
  text-align: right !important;
}
.alignC {
  text-align: center !important;
}
.alignC p {
  text-align: center !important;
}
.row p.alignC {
  margin: 0 auto;
  padding: 1em
}
.col-bk {
  color: #000 !important;
}
.col-white {
  color: #FFF !important;
}
.col-red {
  color: #B13236;
}
.col-gold {
  color: #E2A74D;
}
.marker {
  background: linear-gradient(transparent 80%, rgba(37, 119, 239, .3) 80%);
  font-weight: 700
}
.sup {
  vertical-align: super;
  font-size: 10px;
}
/* -----------------------------------------------
 margin style
-------------------------------------------------- */
.mb0 {
  margin-bottom: 0px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb5per {
  margin-bottom: 5% !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.ma0 {
  margin: 0 !important;
}
/* -----------------------------------------------
 padding style
-------------------------------------------------- */
.pt0 {
  padding-top: 0px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pb0 {
  padding-bottom: 0px !important;
}
.pb5per {
  padding-bottom: 5% !important;
}
.px5per { /*左右のパディング*/
  padding: auto 5% !important;
}
.pa0 {
  padding: 0px !important;
}
.pa20 {
  padding: 20px !important;
}
.pa5per {
  padding: 5%
}
/* -----------------------------------------------
 structure module
-------------------------------------------------- */
.radius15 {
  border-radius: 15px;
}
.radius30 {
  border-radius: 30px;
}
.circle {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 1px solid #fff;
}
.circle p {
  text-align: center;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  padding-top: 70px
}
.bg-white {
  background-color: #FFF;
}
.bg-whiteBox {
  background-color: #FFF;
  padding: 5%;
}
.bg-whiteBox::before {
  content: '';
  display: block;
  background: linear-gradient(135deg, #F9CD39 20px, transparent 20px);
  width: 30px;
  height: 30px;
  position: absolute;
  left: -1px;
  top: 0px;
}
.txt-box {
  padding: 10% 5% 5%;
}
.bg-gray {
  background-color: #F7F7F7;
}
.bg-aqua {
  background: var(--bg_aqua);
}
.shadow {
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 8px 1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 2px;
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.27);
}
a :hover.lo {
  filter: alpha(opacity=60);
  opacity: 0.6;
  -moz-opacity: 0.6;
}
/* ---dl list--- */
dl.dl_list {
  margin-bottom: 2em;
}
dl.dl_list div {
  margin-bottom: .5em;
  border-bottom: 1px solid #CACBC7;
  display: flex;
  flex-wrap: wrap;
}
dl.dl_list div dt {
  position: relative;
  width: 20%;
  padding: 1em;
}
dl.dl_list div dd {
  width: calc(100% - 20%);
  padding: 1em 0;
  margin: 0 0 0;
  text-align: left;
}
/*---res map---*/
.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 20px;
  height: 0;
  overflow: hidden;
  margin-bottom: 1em;
}
.ggmap iframe, .ggmap object, .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto
}
/*button_more*/
.more-button {
  position: relative;
  width: 300px;
  padding: 1em 0;
  text-align: left;
  margin: 1em 0;
}
.more-button a {
  position: relative;
  display: block;
  width: 100%;
  color: black;
  z-index: 2;
  padding: .8em 1.5em;
  border: 1px solid black
}
.more-button a::after {
  display: block;
  position: absolute;
  content: "";
  top: calc(50% - 3px);
  right: 25px;
  width: 140px;
  height: 6px;
  border-right: 2px solid black;
  border-bottom: 1px solid black;
  transform: skew(45deg);
  transition: .5s;
}
.more-button.white a {
  color: white;
  border: 1px solid white
}
.more-button.white a::after {
  color: white;
  border-right: 2px solid white;
  border-bottom: 1px solid white;
}
.more-button a:hover {
  opacity: 1;
  color: white;
  background-color: black
}
.more-button a:hover::after {
  right: 20px;
  width: 20px;
  border-right: 2px solid white;
  border-bottom: 1px solid white;
  transition: .5s;
}
/*main*/
h2[ttl] {
  position: relative;
  display: block;
  width: auto;
  text-align: left;
  font-family: var(--N_serif);
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 1.5em;
  padding-top: 0;
  line-height: 1.6;
}
h2[ttl]::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: var(--aqua);
  width: 40px;
  height: 1px;
}
h3[ttl] {
  position: relative;
  padding: 15px;
  margin-bottom: 1.5em;
  background: var(--blue);
  color: white;
  font-size: 20px
}
h4[ttl] {
  font-size: 18px;
  background-color: rgba(59, 166, 206, .2);
  padding: 15px;
  border-radius: 5px;
}
.sp-show {
  display: none
}
/*mv2*/
.mv2 {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 400px;
}
.mv2-bg01, .mv2-bg02, .mv2-bg03, .mv2-bg04, .mv2-bg05 {
  position: fixed;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100vh;
  background: url("../images/mv2-01.jpg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}
.mv2-bg01::after, .mv2-bg02::after, .mv2-bg03::after, .mv2-bg04::after, .mv2-bg05::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #347D93;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
}
.mv2-bg02 {
  background: url("../images/mv2-02.jpg");
}
.mv2-bg03 {
  background: url("../images/mv2-03.jpg");
}
.mv2-bg04 {
  background: url("../images/mv2-04.jpg");
}
.mv2-bg05 {
  background: url("../images/mv2-05.jpg");
}
.mv2 h1[ttl] {
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
  color: white;
  font-size: 70px;
  letter-spacing: 3px;
  margin: 0 auto;
  line-height: 1;
  text-align: center;
  font-family: 'Roboto', sans-serif;
}
.mv2 h1[ttl] span {
  position: relative;
  display: block;
  font-family: var(--N_sans);
  padding-top: 15px;
  font-size: 18px;
  font-weight: 400;
}
/* 斜めの背景*/
.lblue-bg1 {
  position: relative;
}
.lblue-bg1::after {
  content: '';
  position: absolute;
  left: 0;
  top: -50px;
  z-index: -1;
  width: 100%;
  height: 50%;
  background: #EDF1F5;
  transform: skewY(-5deg);
  transform-origin: top left;
}
.lblue-bg2 {
  padding: 7%;
  margin: 5% 0;
}
.lblue-bg2::after {
  content: '';
  position: absolute;
  left: 0;
  top: 3%;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #EDF1F5;
  transform: skewY(-5deg);
  transform-origin: top left;
}
/*-----------------------
    COMPANY
-----------------------*/
p.catch {
  font-size: 1.3rem !important;
  font-weight: 400 !important;
  position: relative;
  border-bottom: 1px solid #B0B0B0;
  padding: 10px 0;
  margin-bottom: 1.5em
}
p.catch::before {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 3.5em;
  height: 1px;
  content: '';
  background: var(--blue);
}
img.greeting {
  max-width: 350px
}
/*画像拡大*/
.scale-box {
    padding: 60px
}
.mask {
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #EDF1F5;
}
.mask img {
  width: 100%;
  height: 100%;
  transform: scale(0.0);
}
/*-----------------------
    SERVICE
-----------------------*/
/*video*/
div.vid_contents {
  width: 100%; /*背景色を横幅いっぱいに広げる*/
  max-width: 1000px; /*PC版での最大幅*/
  text-align: center;
  margin: auto;
  padding: 0; /*ここで動画の周りの余白を調整*/
  background: #000000; /*余白の背景色*/
}
video.vid_main {
  width: 100%;
}
.container-fluid #photos .col-lg-4.col-6{
    margin-bottom: 1em
}
/*-----------------------
    voice
-----------------------*/
.circle {
  border-radius: 50%;
}
.voice{
	background-image: url("../images/icon_voice.svg");
	background-size: 50px 42px;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px 0 0 65px;
}
.voice p{
	font-size: 20px;
	line-height: 1.4;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #14407D;
}
.name { border-top: 1px solid #3E6CAC; border-bottom: 1px solid #3E6CAC; margin-bottom: 1em; padding: 1em 0;}
.name p{ margin-bottom: 0; font-size: 20px}
.name p span{ font-size: 14px;}
/* -----------------------------------------------
Tablet 1024px
-------------------------------------------------- */
@media screen and (max-width: 1024px) {
  #index main {
    margin-top: -10%
  }
  .container-fluid {
    position: relative;
    padding: 1.5em;
  }
  .container-fluid p {
    font-size: 14px
  }
  .container {
    padding: 1.5em 0;
    overflow: hidden
  }
  .row [class*="col-"] {
    margin-bottom: 2em
  }
  /*main*/
  .container-fluid .container h2 {
    display: block;
    font-size: 50px;
  }
  .container-fluid .container h2 span {
    font-size: 14px;
    left: 0;
    right: 0;
    margin: 0 auto
  }
  .txt-box {
    padding: 5% 5% 0;
  }
  /* 斜めの背景*/
  .lblue-bg2::after {
    top: 0;
  }
.voice p{font-size: 20px;}
.name p{ margin-bottom: 0; font-size: 20px}
.name p span{ font-size: 14px;}
}
/* -----------------------------------------------
tablet 768px
-------------------------------------------------- */
@media screen and (max-width: 768px) {
  .sp-hide {
    display: none
  }
  .sp-show {
    display: block
  }
  .mv2 {
    height: 320px;
    max-height: 320px;
    overflow: hidden
  }
  .mv2 h1[ttl] {
    top: 45%;
    color: white;
    font-size: 44px;
  }
  .mv2 h1[ttl] span {
    top: 0px;
    font-size: 14px;
  }
  main h2 {
    font-size: 1.4rem !important;
    padding: .3em 1rem
  }
  p.catch {
    font-size: 1.1rem !important;
  }
  dl.dl_list div dt {
    position: relative;
    width: 100%;
    padding: .5em 0 0;
  }
  dl.dl_list div dd {
    width: 100%;
    padding: 1em 0;
  }
  img.greeting {
    width: 250px
  }
}
/* -----------------------------------------------
SP 599px
-------------------------------------------------- */
@media screen and (max-width: 599px) {
  html, body, div, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    font-size: 16px;
  }
  body {
    line-height: 1.5;
  }
  #wrapper {
    /*padding-top: 60px;*/
  }
  .container-fluid .container h2 {
    font-size: 30px;
  }
  .container-fluid .container h2 span {
    font-size: 12px;
  }
  .container {
    padding: 1em
  }
  .container p {
    font-size: 14px;
  }
  .row p {
    font-size: 14px;
  }
  .row img {
    max-width: 90%;
  }
  h1 {
    font-size: 28px;
    font-size: 1.75rem;
  }
  h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  h4, h5 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  p.fs24 {
    font-size: 120%
  }
  p.fs20 {
    font-size: 110%
  }
  .no_br br {
    display: none;
  }
  .bg-whiteBox {
    width: 95%
  }
  .text-small {
    font-size: 13px;
    line-height: 1.5em;
  }
  /*button_more*/
  .more-button {
    width: 200px;
    padding: .5em 0;
    margin-bottom: 2em;
    z-index: 50
  }
  .more-button a {
    font-size: 13px;
    padding: 1em 1.3em;
  }
  .more-button a::after {
    width: 70px;
    height: 6px;
  }
.voice p{font-size: 17px;}
.name p{ margin-bottom: 0; font-size: 16px}
.name p span{ font-size: 12px;}
}
}