@charset "utf-8";
@import url("bootstrap-grid.min.css");
@import url("bootstrap-reboot.min.css");
@import url("bootstrap-print.min.css");
@import url("menu.css");
@import url('https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,700&family=Noto+Sans+JP:wght@100..900&family=Raleway:wght@700&display=swap');
:root {
  --bk: #3B454A;
  --blue: #0158A4;
  --red: #E6001A;
  --green: #09A545;
  --shoko-pink: #D32472;
  --border: #D0E0F3;
  --lb: #0192C4;
  --orange: #F7931D;
  --tb: #03A99D;
  --yellow: #AC951D;
  --pink: #EE5976;
  --violet: #646BA4;
  --shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.15);
}
/*---カテゴリー別カラ設定ー---*/
.col-lb {
  color: var(--lb)
}
.col-orange {
  color: var(--orange)
}
.col-tb {
  color: var(--tb)
}
.col-yellow {
  color: var(--yellow)
}
.col-pink {
  color: var(--pink)
}
.col-violet {
  color: var(--violet)
}
.bg-lb {
  background-color: rgba(1, 146, 196, .1)
}
.bg-orange {
  background-color: rgba(247, 147, 29, .2)
}
.bg-tb {
  background-color: rgba(3, 169, 157, .1)
}
.bg-yellow {
  background-color: rgba(172, 149, 29, .2)
}
.bg-pink {
  background-color: rgba(238, 89, 118, .05)
}
.bg-violet {
  background-color: rgba(100, 107, 164, .2)
}
/* -----------------------------------------------
 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: 18px;
}
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: #26343C
}
/* -----------------------------------------------
  Layout
-------------------------------------------------- */
html {
  background-color: #fff;
  -webkit-overflow-scrolling: touch;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #26343C;
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
  text-align: left;
}
* html, body {
  height: 100%;
}
#wrapper {
  width: 100%;
  text-align: left;
  position: relative;
  overflow: hidden;
  margin: 0 auto ;
  padding: 130px 0 0 0;/*ヘッダー分*/
}
#wrapper:after {
  content: "";
  display: table;
  height: 0;
  visibility: hidden;
  clear: both;
  overflow-x: hidden;
}
#index main {
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  /*z-index: 1;*/
}
main {
  position: relative;
  width: 100%;
}
.container-fluid {
  font-size: 18px;
  position: relative;
  padding: 0;
  /*  z-index: 1;*/
}
.container {
  position: relative;
  padding: 5% 10%;
  margin: auto
}
@media screen and (min-width: 1200px) {
  .container {
    padding: 5% 15%;
    margin: auto
  }
}
.container p {
  font-size: 18px;
  line-height: 2;
  text-align: left;
  margin-bottom: 1em;
}
.container p a {
  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;
  margin-bottom: 1em
}
a:hover, a:focus {
  opacity: .5;
  transition: .2s;
}
/* -----------------------------------------------
 Aligns & Formats
-------------------------------------------------- */
.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
--------------------------------------------------*/
.tbl01 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0px;
  border-top: 1px solid #ccc;
  line-height: 1.8em;
  background-color: #FFF;
  margin-bottom: 0.5em;
}
.tbl01 th {
  padding: .5em 1em;
  text-align: center;
  vertical-align: middle;
  background-color: #F6F8FE;
  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
}
.tbl01 td {
  text-align: left;
  padding: .5em 1em;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
  font-weight: normal
}
td.tbl_bor-r {
  border-right: 1px solid #ccc !important;
}
.c_tbl td {
  text-align: center;
}
.tbl01 td ul li {
  font-size: 14px;
  line-height: 1.8em;
}
.tbl01 th:last-child, table td:last-child {
  border-right: none;
}
.tbl01.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;
  }
}
/* -----------------------------------------------
 dl list
-------------------------------------------------- */
.dl_list dl {
  display: flex;
  flex-wrap: wrap;
}
.dl_list dt {
  width: 30%;
  padding: 1% 2%;
  background-color: #F6F8FE;
  margin: 0 0 10px 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: left;
  border: 1px solid #BFDCF2
}
.dl_list dd {
  width: 65%;
  padding: 1% 2%;
  background-color: #fff;
  margin: 0 0 10px -1px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  text-align: left;
  border: 1px solid #BFDCF2
}
.dl_list dd.white {
  background-color: #fff;
}
@media screen and (max-width: 579px) {
  .dl_list dt {
    width: 100%;
    margin: 0;
    padding: .8em;
    border-radius: 5px 5px 0 0;
  }
  .dl_list dd {
    width: 100%;
    padding: .8em;
    margin: -1px 0 20px 0;
    border-radius: 0 0 5px 5px;
  }
}
/* -----------------------------------------------
 flow
-------------------------------------------------- */
.flow div {
  position: relative;
  display: flex;
  border: 1px solid var(--main);
  border-radius: 5px;
  margin-bottom: 1.5em;
  background-color: white
}
.flow div:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #0282CB transparent transparent transparent;
  border-width: 15px 15px 0 15px;
}
.flow div.last:after {
  border-width: 0;
}
.flow div dt {
  width: 30%;
  padding: 1em;
  background-color: var(--main);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  color: white;
}
.flow div dd {
  width: 65%;
  text-align: left;
  padding: 1em;
}
.flow div dd p {
  margin-bottom: 0
}
.flow2 div {
  position: relative;
  display: flex;
  border: 1px solid var(--main);
  border-radius: 5px;
  margin-bottom: 1.5em;
  background-color: white
}
.flow2 div:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #0282CB transparent transparent transparent;
  border-width: 15px 15px 0 15px;
}
.flow2 div.last:after {
  border-width: 0;
}
.flow2 div dd {
  width: 100%;
  text-align: left;
  padding: 1em;
}
.flow2 div dd p {
  margin-bottom: 0
}
@media screen and (max-width: 579px) {}
/* 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;
  line-height: 1.6;
  margin-bottom: 0
}
.listDecimal li {
  padding-left: 1em; /*1em（1文字）分、右に動かす*/
  text-indent: -1em; /*最初の行だけ1em（1文字）分、左に動かす*/
  line-height: 2;
  padding-bottom: 1em;
}
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(1, 130, 204, .5);
}
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.6;
  display: block;
  width: 100%;
  font-weight: 600;
}
h1 {
  font-size: 2.5em /*45px*/ ;
}
h2 {
  position: relative;
  font-size: 2.3em; /*42px*/
  line-height: 1.2;
  margin-bottom: .5em;
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
h2 span {
  position: relative;
  font-size: .4em;
  color: var(--blue);
}
h3 {
  font-size: 1.33em /*24px*/ ;
}
h3[ttl] {
  position: relative;
  border-bottom: 1px solid #353535;
padding-bottom: .5em
}
/*h3[ttl]:before {
position: absolute;
content: "";
left: 0;
top: 0.7em;
width: 1em;
height: 1em;
margin: auto;
border: 0.25em solid var(--main);
border-radius: 50%;
box-sizing: border-box;
}*/
h4 {
  font-size: 1.11em; /*20px*/
}
h4[ttl] {
  border-bottom: 1px dotted #ccc;
  padding-left: 10px
}
h4[ttl2] {
  background-color: rgba(246, 248, 254, 1.00);
  border: 1px solid #BFDCF2;
  border-radius: 5px;
  padding: 5px 10px
}
.breadcrumb {
  position: relative;
  width: 570px;
  left: 0;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 1em auto 4em auto;
  z-index: 5;
  justify-content: center
}
.breadcrumb li {
  font-size: 14px
}
.breadcrumb li a {
  font-size: 14px;
  color: var(--main)
}
.breadcrumb li:not(:last-of-type)::after {
  content: "/";
  margin: 0 .6em; /* 記号の左右の余白 */
  color: #777; /* 記号の色 */
}
.fs28p, p.fs28 {
  font-size: 1.75rem;
  line-height: 1.6em
}
.fs24, p.fs24 {
  font-size: 1.5rem;
  line-height: 1.6em
}
.fs20, p.fs20 {
  font-size: 1.25rem;
  line-height: 1.6em
}
.fs12, p.fs12 {
  font-size: 12px;
  line-height: 1.4em
}
.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;
}
.col-bk {
  color: #000 !important;
}
.col-white {
  color: #FFF !important;
}
.col-red {
  color: #C50006;
}
.col-blue {
  color: var(--blue);
}
.marker {
  background: linear-gradient(transparent 60%, rgba(247, 221, 234, 1.00) 60%);
  font-weight: 700
}
.marker_y {
  background: linear-gradient(transparent 60%, rgba(247, 239, 53, 1.00) 60%);
}
.col-pink {
  color: rgba(212, 59, 108, 1.00);
  font-weight: 700;
}
.col-pink-marker {
  color: rgba(212, 59, 108, 1.00);
  background: linear-gradient(transparent 60%, rgba(212, 59, 108, .1) 60%);
  font-weight: 700;
  font-size: 1.2em
}
.sup {
  vertical-align: super;
  font-size: 10px;
}
.white-box {
  padding: 5% 5% 10% 5% !important;
  background-color: white;
  border-radius: 10px 10px 0 0
}
.border-top {
  border-top: 1px solid var(--border)
}
.border-box {
  display: block;
  border: 1px solid rgba(179, 214, 239, 0.81);
  border-radius: 10px;
  padding: 4%;
  margin-bottom: 5%;
  background-color: rgba(237, 242, 252, .5)
}
.border-box p {
  margin-bottom: 0
}
.title-box {
  border: 1px solid var(--main);
  border-radius: 15px;
  background-color: white;
  margin-bottom: 1rem;
}
.title-box h4 {
  border-radius: 13px 13px 0 0;
  background-color: var(--main);
  color: white;
  padding: 1em 2em
}
.title-box p {
  padding: 0.5em 2em
}
.tel {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8em;
  line-height: 1.4;
  letter-spacing: 2px
}
.tel i {
  font-size: .8em;
  padding-right: 3px;
  color: #31434D;
}
/* -----------------------------------------------
 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;
}
.pt30 {
  padding-top: 30px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pt70 {
  padding-top: 70px !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
-------------------------------------------------- */
.radius5vw {
  border-radius: 5vw;
}
.radius30 {
  border-radius: 30px;
}
.bg-white {
  background-color: #FFF;
}
.bg-whiteBox {
  background-color: #FFF;
  padding: 5%;
	margin-bottom: 2em
}
.bg-blue {
  background-color: var(--blue);
}
.txt-box {
  padding: 10% 5% 5%;
}
.bg-gray {
  background-color: #F7F7F7;
}
.bg-beige {
  background-color: #F3F2F0;
}
.shadow {
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 5px 1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 2px;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.15);
}
a :hover.lo {
  filter: alpha(opacity=60);
  opacity: 0.6;
  -moz-opacity: 0.6;
}
/*---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: auto;
  text-align: left;
  margin-bottom: 1.5em
}
.more-button a {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background: var(--blue);
  padding: .5em 3em .5em 2em;
  border-radius: 30px;
  position: relative;
  z-index: 1;
  display: inline-block;
  transition: .3s;
}
.more-button a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 2px solid var(--blue);
  border-radius: 30px;
  box-sizing: border-box;
  z-index: -1;
  transform: scale(.8);
  opacity: 0;
  transition: transform ease .3s, opacity .3s;
}
.more-button a::after {
  position: absolute;
  top: 35%;
  right: 1.8em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f105';
  color: white;
  font-size: 13px;
  transition: .3s;
}
.more-button a:hover::after {
  position: absolute;
  right: 1.3em;
  color: var(--blue)
}
.more-button a:hover {
  color: var(--blue);
  background: transparent;
  opacity: 1
}
.more-button a:hover::before {
  transform: scale(1);
  opacity: 1;
}
p.catch {
  text-align: center;
  padding: 1.5rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4
}
/* -----------------------------------------------
Tablet 1024px
-------------------------------------------------- */
@media screen and (max-width: 1024px) {
#wrapper {
  padding-top: 75px;/*ヘッダー分*/
}
  main {
    background-image: none;
  }
  .nobr br {
    display: none
  }
  .container-fluid {
    position: relative;
    padding: 1.5em;
  }
  .container {
    padding: 2em;
  }
  .bg-wroundbox, .bg-wroundboxR {
    width: 100%;
  }
  .txt-box {
    padding: 5% 5% 0;
  }
  h1 {
    font-size: 2em;
  }
  h2 {
    font-size: 1.8em;
    line-height: 1.4;
  }
  h2 span {
    font-size: .5em;
  }
}
/* -----------------------------------------------
tablet 768px
-------------------------------------------------- */
@media screen and (max-width: 768px) {
  .sp-hide {
    display: none
  }
  .sp-show {
    display: block
  }
  h1 {
    font-size: 1.8em;
  }
  /*button_more*/
  .more-button a {
    font-size: 14px;
  }
  .more-button a::after {
    top: 28%;
  }
}
/* -----------------------------------------------
SP 579px
-------------------------------------------------- */
@media screen and (max-width: 579px) {
  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: 14px;
  }
  body {
    line-height: 1.6;
  }
  .container-fluid {
    padding: 1em;
    font-size: 14px;
  }
  .container {
    padding: 3%;
  }
  .container p {
    font-size: 14px;
    line-height: 1.6;
  }
  .row p {
    font-size: 14px;
  }
  .row img {
    max-width: 90%;
  }
  h1 {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .h1wbox div {
    width: 100%;
  }
  .h1wbox div h1[ttl] {
    padding: .8em 0.5em;
  }
  h2 {
    font-size: 26px;
    font-size: 1.625rem;
    letter-spacing: 2px;
  }
  h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  h4, h5 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .no_br br {
    display: none;
  }
  .bg-whiteBox {
    width: 95%
  }
  .text-small {
    font-size: 13px;
    line-height: 1.5em;
  }
  .fs28p, p.fs28 {
    font-size: 1.75rem;
    line-height: 1.6em
  }
  .fs24, p.fs24 {
    font-size: 1.5rem;
    line-height: 1.6em
  }
  .fs20, p.fs20 {
    font-size: 1.25rem;
    line-height: 1.6em
  }
  .radius-box40 {
    width: 100%;
    margin: 0;
    padding: 4%
  }
  .breadcrumb {
    width: 95%;
  }
  p.catch {
    font-size: 1.3rem;
  }
  ul.listDiscIcon.half li {
    position: relative;
    width: 100%;
  }
}