@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');
@import url('https://fonts.googleapis.com/css2?family=Inter&text=0123456789:wght@600&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 {
  --grad_blue: linear-gradient(90deg, rgba(46, 187, 226, 1) 0%, rgba(0, 112, 187, 1) 100%);
  --blue: #0282CB;
  --line: #D6D6D6;
  --N_sans: 'Noto Sans JP', sans-serif;
  --shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.27);
}
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;
}
main {
  position: relative;
  z-index: 1;
  width: 100%;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(216, 226, 239, 1) 100%);
  overflow: hidden
}
main .bg-white2 {
  display: block;
  width: 100%;
  position: absolute;
  height: 260px;
  background-color: #FFF;
}
#parallax {
  width: 100%;
  position: relative;
  z-index: 1;
  background-color: #FFF;
  overflow: hidden;
  padding-top: 2em
}
.container-fluid {
  position: relative;
  padding: 5em 0;
}
.container p {
  font-size: 16px;
  line-height: 2.4;
  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;
}
a:hover p {
  opacity: .5;
}
a:hover, a:focus {
  opacity: .5;
  transition: .5s;
}
a[href$=".pdf"] {
	display: block;
	color: var(--blue);
	border: 1px solid var(--blue);
	padding: .5em 1.5em;
	border-radius: 5px;
	text-decoration: none!important;
	background-color: #E4F2FA;
	line-height: 1.6
}
a[href$=".pdf"]:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    font-size: .8rem;
    content: "\f1c1";
    margin: 0 5px;
	color: var(--blue)
}
/* -----------------------------------------------
 Aligns & Formats
-------------------------------------------------- */
.fl {
  float: left;
}
.fr {
  float: right;
}
.center div {
  position: relative;
  left: 0;
  right: 0;
  margin: 2em auto 0;
}
.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;
  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(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: 500;
}
h1 {
  font-size: 1.77em /*32px*/ ;
}
h2 {
  font-size: 1.77em /*32px*/ ;
}
h3 {
  font-size: 1.33em /*24px*/ ;
}
h4 {
  font-size: 1.11em; /*20px*/
}
  h5 {
	  font-size: 1.11em;
	  color: var(--blue);
	  border-left: 4px solid var(--blue);
	  padding-left: 1em;
	  margin: 1.5em 0;
	  font-weight: 600
	  
  }
/*h2テキストアニメーション用*/
.box {
  padding: 50px 0 30px;
}
.text-animation {
  opacity: 0;
}
.text-animation.show {
  opacity: 1;
}
.text-animation.show .text-animation-span {
  display: inline-block;
  overflow: hidden;
}
.text-animation.show span {
  display: inline-block;
  letter-spacing: 0.1em;
  animation: showText 0.5s backwards;
  font-size: 38px;
  font-weight: 600;
  color: var(--blue)
}
@keyframes showText {
  0% {
    opacity: 0;
    transform: translateY(10%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.box p {
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 4px;
  color: var(--blue);
}
.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(245, 255, 3, 0.61) 60%);
  font-weight: 700
}
.sup {
  vertical-align: super;
  font-size: 10px;
}
.border-box {
  padding: 5% 5% 3% 5% !important;
  border: 1px solid rgba(29, 106, 151, 0.53);
  background-color: white;
  border-radius: 10px
}
.border-box2 {
  padding: 2% 4% !important;
  border: 1px solid rgba(29, 106, 151, 0.53);
  background-color: white;
  border-radius: 10px;
	margin-bottom: 3em
}
.border-btn {
width: 50%;
margin: 0 auto;
  padding: 2% 4% !important;
  border: 1px solid #0282CB;
  background-color:#f7f9fc;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 3em
}
.border-btn a{
color: #0282CB;
font-weight: 600;
}
.border-box p {
  line-height: 1.6
}
.white-box {
  padding: 5% 5% 10% 5% !important;
  background-color: white;
  border-radius: 10px 10px 0 0
}
/* -----------------------------------------------
 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
-------------------------------------------------- */
.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: 200px;
  padding: .8em 0;
  text-align: left;
  margin: 1em 0;
}
.more-button a {
  position: relative;
  display: block;
  width: 100%;
  color: white;
  z-index: 2;
  padding: .8em 1.5em;
  background-color: var(--blue);
  border-radius: 50px;
  letter-spacing: 2px;
  font-size: 14px
}
.more-button a::after {
  display: block;
  position: absolute;
  content: "";
  top: calc(50% - 3px);
  right: 25px;
  width: 20px;
  height: 6px;
  border-right: 2px solid white;
  border-bottom: 1px solid white;
  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: var(--grad_blue)
}
.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: center;
  margin-bottom: 2em;
  padding-top: 0;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-size: 38px;
  font-weight: 600;
  color: var(--blue)
}
h2[ttl]::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: var(--blue);
  width: 40px;
  height: 1px;
}
h3[ttl] {
  position: relative;
  padding: 15px;
  margin-bottom: 1.2em;
  background: var(--blue);
  color: white;
  font-size: 24px;
  border-radius: 10px;
  text-align: left;
  letter-spacing: 2px
}
h3[ttl2] {
  position: relative;
	margin: -20px auto 0 auto;
  padding: 15px;
  margin-bottom: 1.2em;
  background: var(--blue);
  color: white;
  font-size: 24px;
  text-align: center;
  letter-spacing: 2px;
	width: 70%;
	border-radius: 10px
	
}
h4[ttl] {
  position: relative;
  padding: 0.8rem 0;
  margin-bottom: 1.5rem;
  background: linear-gradient(90deg, #2AB4DE 0%, #0072BC 100%);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: bottom;
  font-size: 20px;
  color: var(--blue);
  font-weight: 600
}
/*mv2*/
.mv2 {
  width: 95%;
  left: 0px;
  right: 0px;
  margin: 80px auto 0;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  height: 350px;
  z-index: 1;
}
.mv2::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #1B75B1;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .4;
  z-index: 1;
}
.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;
  z-index: 5
}
.mv2 h1[ttl] span {
  position: relative;
  display: block;
  font-family: var(--N_sans);
  padding-top: 15px;
  font-size: 18px;
  font-weight: 400;
}
/*めくれるアニメーション*/
.img-wrap {
  overflow: hidden;
  position: relative;
}
.img-wrap::before {
  animation: img-wrap 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #5C98CF;
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
@keyframes img-wrap {
  100% {
    transform: translateX(100%);
  }
}
/* -----------------------------------------------
Tablet 1024px
-------------------------------------------------- */
@media screen and (max-width: 1024px) {
  .nobr br {
    display: none
  }
  .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
  }
  .txt-box {
    padding: 5% 5% 0;
  }
  /*mv2*/
  .mv2 {
    margin: 60px auto 0;
  }
}
/* -----------------------------------------------
tablet 768px
-------------------------------------------------- */
@media screen and (max-width: 768px) {
  .sp-hide {
    display: none
  }
  .sp-show {
    display: block
  }
  .mv2 {
    height: auto;
    max-height: 300px;
    overflow: hidden
  }
  .mv2 h1[ttl] {
    top: 45%;
    color: white;
    font-size: 44px;
  }
  .mv2 h1[ttl] span {
    top: 0px;
    font-size: 14px;
  }
  p.catch {
    font-size: 1.1rem !important;
  }
  h2[ttl] {
    font-size: 32px;
  }
  dl.dl_list div dt {
    position: relative;
    width: 100%;
    padding: .5em 0 0;
  }
  dl.dl_list div dd {
    width: 100%;
    padding: 1em 0;
  }
  .text-animation.show span {
    font-size: 28px;
  }
  .box p {
    font-size: 14px;
  }
  .text-animation.show span {
    font-size: 28px;
  }
  .border-btn {
width: 100%;
}
}
/* -----------------------------------------------
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: 14px;
  }
  body {
    line-height: 1.5;
  }
  #wrapper {
    /*padding-top: 60px;*/
  }
  .container-fluid .container h2 {
    font-size: 24px;
  }
  .container {
    padding: 1em
  }
  .container p {
    font-size: 14px;
    line-height: 2;
  }
  .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;
  }
  .no_br br {
    display: none;
  }
  .bg-whiteBox {
    width: 95%
  }
  .text-small {
    font-size: 13px;
    line-height: 1.5em;
  }
  .mv2 {
    height: auto;
  }
  .mv2 h1[ttl] {
    top: 35%;
    color: white;
    font-size: 38px;
  }
  .mv2 h1[ttl] span {
    top: 0px;
    font-size: 12px;
  }
  h2[ttl] {
    font-size: 24px;
    letter-spacing: 1px;
  }
  h3[ttl] {
    position: relative;
    padding: 10px;
    margin-bottom: 1.5em;
    background: var(--blue);
    color: white;
    font-size: 20px;
    border-radius: 5px
  }
  h4[ttl] {
    font-size: 18px;
  }
.text-animation.show span {
  letter-spacing: 0;
}
}