@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://use.fontawesome.com/releases/v5.13.0/css/all.css');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap');
:root {
  --blue: #0072BC;
  --bk: rgba(17, 18, 19, 1.00);
  --border: #D0E0F3;
  --shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.15);
}
/* -----------------------------------------------
 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
}
main a {
  color: var(--blue);
  text-decoration: underline
}
/* -----------------------------------------------
  Layout
-------------------------------------------------- */
html {
  background-color: #fff;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}
body {
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-style: normal;
  color: var(--bk);
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
  text-align: left;
}
body {
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
}
* 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;
  width: 100%;
  overflow: hidden
}
.container-fluid {
  font-size: 18px;
  position: relative;
  padding: 0;
  scroll-margin-top: 80px; /* 追記 */
}
main .container-fluid img {
  border-radius: 20px;
}
main .container-fluid img.br0 {
  border-radius: 0;
}
.container-fluid .row {
  padding: 0;
  margin: 0;
  line-height: 1.8
}
.container {
  position: relative;
  padding: 8%;
  margin: auto;
  z-index: 20
}
@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
}
.w600 {
  position: relative;
  z-index: 5;
  width: 70%;
  max-width: 600px;
  margin: auto
}
img {
  max-width: 100%;
  height: auto;
}
.container img {
  max-width: 100%;
  margin: auto;
  display: block;
}
[class*="col-"] {
  margin-bottom: 30px
}
[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 {
  margin-bottom: 1em
}
.dl_list dl {
  display: flex;
  flex-wrap: wrap;
}
.dl_list dt {
  width: 23%;
  margin: 0 1%;
  padding: 2%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid #BCC6D2;
  color: var(--blue)
}
.dl_list dd {
  width: 73%;
  margin: 0 1%;
  padding: 2%;
  text-align: left;
  border-bottom: 1px solid #BCC6D2
}
.dl_list dd p {
  margin-bottom: 0;
}
@media screen and (max-width: 769px) {
  /* dl list */
  .dl_list {
    display: block;
    flex-wrap: nowrap;
  }
  .dl_list dt {
    width: 100%;
    justify-content: flex-start;
    margin: 0 1%;
    padding: 2% 0 0 2%;
    border-bottom: none;
  }
  .dl_list dd {
    width: 100%;
    padding-top: 0
  }
  .tel {
    font-size: 2em;
  }
}
/* -----------------------------------------------
 flow
-------------------------------------------------- */
.flow div {
  position: relative;
  display: flex;
  border: 1px solid var(--blue);
  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(--blue);
  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 {
  color: black;
  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
}
ul.listDisc.half {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
ul.listDisc.half li {
  position: relative;
  width: 50%;
}
.listDecimal {
  margin-bottom: 1.5em
}
.listDecimal li {
  padding-left: 1em; /*1em（1文字）分、右に動かす*/
  text-indent: -1em; /*最初の行だけ1em（1文字）分、左に動かす*/
  line-height: 2;
}
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, 158, 164, 0.50);
}
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: 500;
}
.h1img {
  width: 100%;
  min-width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 0 0 20px 20px
}
h1 {
  font-size: 2.5em /*45px*/ ;
}
h2 {
  font-size: 2.2em /*40px*/ ;
  font-weight: 500;
  color: var(--blue);
  font-family: "Noto Sans JP", serif;
  margin-bottom: 1em;
  text-align: center;
}
h2[ttl] {
  width: fit-content;
  font-weight: 500;
  border-bottom: solid 1px var(--blue);
  margin: 0 auto 1.3em;
  padding: 0 0 5px 0;
}
h3 {
  font-size: 1.5em /*28px*/ ;
}
h3[ttl] {
  padding: 0.2rem 1rem 0.2rem 1.5rem;
  margin-bottom: 1.5rem;
  background: #00A1A4;
  background: linear-gradient(180deg, rgba(0, 161, 164, 1) 1%, rgba(0, 113, 188, 1) 100%);
  background-repeat: no-repeat;
  background-size: 0.5rem 100%;
}
h4 {
  font-size: 1.3em; /*18px*/
  color: var(--blue);
  font-weight: 600
}
h4[ttl] {
  border-bottom: 1px solid #BCBCBC;
  padding: 10px 0;
  margin-bottom: 10px
}
h4[ttl2] {
  background-color: rgba(4, 110, 184, 1.00);
  border-radius: 12px;
  padding: 10px 20px;
  color: white
}
.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-box {
  display: block;
  border: 1px solid #E9E8E8;
  border-radius: 20px;
  padding: 4%;
  margin-bottom: 5%;
  box-shadow: var(--shadow);
  background-color: white
}
.border-box p {
  margin-bottom: 0
}
.title-box {
  border-radius: 15px;
  background-color: white;
  margin-bottom: 2.5em;
  color: var(--bk);
  padding-bottom: .5em
}
.title-box h4 {
  border-radius: 13px 13px 0 0;
  background-color: #2B2C2F;
  color: white;
  padding: 1em 2em
}
.title-box p {
  padding: 1em 2em;
}
.title-box ol {
  padding: 1em
}
.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;
}
.mt-30 {
  margin-top: -30px
}
.mb-30 {
  margin-top: -30px
}
/* -----------------------------------------------
 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;
}
.py0 {
  padding: 0px auto !important;
}
.pa20 {
  padding: 20px !important;
}
.pa5per {
  padding: 5%
}
/* -----------------------------------------------
 structure module
-------------------------------------------------- */
.radius15 {
  border-radius: 15px;
}
.radius30 {
  border-radius: 30px;
}
.bg-white {
  background-color: #FFF;
}
.bg-whiteBox {
  background-color: #FFF;
  padding: 5%;
}
.bg-img {
	position: relative;
	z-index: 5;
  background-image: url("../images/bg01.jpg");
  background-size: cover;
  background-position: bottom center;
  width: 100%;
  padding: 6% 0 !important;
	border-radius: 0 35px 0 0
}
/*recruit*/
.bg-img2 {
  background-image: url("../images/bg02.jpg");
  background-size: cover;
  padding: 10% 0 !important
}
.bg-lt-radius {
  border-radius: 0 35px 0 0;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.19);
}
.txt-box {
  position: relative;
  padding: 0 5%;
  line-height: 2;
  z-index: 5
}
.bg-gray {
  background-color: #F7F7F7;
}
.bg-gradation1 {
  background-image: url("../images/bg_gradation.svg");
  background-repeat: no-repeat;
  background-size: cover;
  color: white
}
.bg2 {
  position: relative;
  /*background-color: #E6EFF5;*/
  background: #fff5f9;
  background: radial-gradient(circle, rgba(255, 245, 249, 1) 0%, rgba(227, 237, 252, 1) 100%);
  z-index: 1;
  border-radius: 0 35px 0 0
}
.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*/
.button_more {
  position: relative;
  cursor: pointer;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  max-width: 250px;
  min-width: 160px
}
.button_more a {
  background: var(--blue);
  border-radius: 60px;
  color: white;
  display: block;
  padding: 15px 40px;
  width: 100%;
  text-align: left;
  margin-top: 2em;
}
.button_more a::before {
  content: "";
  position: absolute;
  top: 42%;
  right: 10%;
  width: 15px;
  height: 15px;
  background-image: url("../images/arrow.svg");
  background-repeat: no-repeat;
  background-size: 15px;
  transition: .2s;
}
.button_more a:hover::before {
  right: 8%;
}
/* スライド */
.button_more.slide a {
  background-color: var(--blue);
  color: white;
  overflow: hidden;
  position: relative;
  z-index: 1;
  font-weight: 500;
  text-decoration: none;
  transition: .2s;
}
.button_more.slide.center {
  text-align: center;
  margin: 0 auto
}
.button_more.slide a::after {
  background: var(--bk);
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.button_more.slide a:hover {
  color: #fff;
  opacity: 1
}
.button_more.slide a:hover::after {
  transform: scale(1, 1);
}
.button_more.btnR {
  left: 100%;
  transform: translateX(-100%);
  margin-bottom: 2.5em
}
/* スライダー全体 
.slider-wrapper {
  display: flex;
  overflow: hidden; 
  padding: 3% 0;
  margin: 0
}
.slider {
  animation: scroll-left 60s infinite linear .5s both;
  display: flex; 
}
.slide {
  width: calc(100vw / 3);
  margin: 0 10px
}
.slide img {
  display: block;
  width: 100%;
}
/* CSSアニメーション
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
 */
/* -----------------------------------------------
Tablet 1024px
-------------------------------------------------- */
@media screen and (max-width: 1024px) {
  main {
    background-image: none;
  }
  .nobr br {
    display: none
  }
  .container {
    padding: 2em;
  }
  .bg-wroundbox, .bg-wroundboxR {
    width: 100%;
  }
  .txt-box {
    padding: 5% 5% 0;
  }
  .h1img {
    height: 350px;
    border-radius: 0
  }
  h1 {
    font-size: 2em;
  }
  .h1wbox div {
    position: absolute;
    width: 80%;
  }
  h2 {
    font-size: 1.8em;
    line-height: 1.4;
  }
  .time-table-wrapper {
    left: 0;
    bottom: 0;
    z-index: 100;
    background-color: white;
    padding: 1em;
    border-radius: 0;
    border: 1px solid
  }
  h2[ttl] {
    font-size: 2em;
  }
  /*button_more*/
  .button_more {
    max-width: 160px;
  }
  .button_more a {
    padding: 13px 20px;
    width: 100%;
  }
  /* スライド */
  .button_more.slide a {
    font-size: 14px
  }
  .button_more.small {
    max-width: 140px;
  }
}
/* -----------------------------------------------
tablet 768px
-------------------------------------------------- */
@media screen and (max-width: 768px) {
  .container-fluid {
    padding: 4% 0
  }
  .sp-hide {
    display: none
  }
  .sp-show {
    display: block
  }
  h1 {
    font-size: 1.8em;
  }
}
/* -----------------------------------------------
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: 16px;
  }
  body {
    line-height: 1.5;
  }
  .container {
    padding: 2em 1.5em;
  }
  .container p {
    font-size: 16px;
    line-height: 1.6;
  }
  .row p {
    font-size: 16px;
  }
  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%;
  }
  /*button_more*/
  .button_more {
    max-width: 200px;
  }
  .button_more a {
    padding: 15px 18px;
    width: 100%;
  }
  /* スライド */
  .button_more.slide a {
    font-size: 13px
  }
  .button_more a::before {
    width: 12px;
    height: 8px;
    background-size: 12px
  }
  .button_more a:hover::before {
    width: 12px;
    height: 8px;
    background-size: 12px
  }
}
/*ー---------------------------------
下層ページ共通
ー---------------------------------*/
#parallax {
  width: 100%;
  position: relative;
  z-index: 1;
  background-color: #FFF;
  padding-top: 3%;
  margin-top: -40px;
  border-radius: 0 35px 0 0
}
/*mv2*/
.mv2 {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 550px;
}
.mv2-bg {
  position: fixed;
  top: 0;
  width: 100%;
  aspect-ratio: 2 / 1;
}
.mv2-bg::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(23, 42, 44, 0.50);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
}
.mv2 .h1bg {
  position: absolute;
  left: 5%;
  bottom: 15%;
  margin: 0 auto;
  width: auto;
  z-index: 10;
  border-radius: 0;
  color: white;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}
.mv2 .h1bg h1 {
  font-size: 5em !important;
  font-family: 'Inter', serif;
  line-height: 1;
  text-align: left;
  font-weight: 500;
}
.mv2 .h1bg h1 span {
  left: 0;
  top: 0;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  font-family: "Noto Sans JP", serif;
  font-style: normal;
}
.blue-shadow {
  box-shadow: 20px 20px 0px 0px rgba(4, 110, 184, .9);
}
/* -----------------------------------------------
tablet 1024px
-------------------------------------------------- */
@media screen and (max-width: 1024px) {
  /*mv2*/
  .mv2 {
    height: auto;
	  min-height: 250px;
    margin-top: 60px;
  }
.mv2-bg {
  position: relative;
  width: 100%;
}
  .mv2 .h1bg {
    position: absolute;
    top: 22%;
    left: 0;
    margin: 0 auto;
    width: 100%;
    z-index: 10;
  }
  .mv2 .h1bg h1 {
    text-align: center !important;
    font-size: 4em !important;
  }
}
/* -----------------------------------------------
tablet 768px
-------------------------------------------------- */
@media screen and (max-width: 768px) {
  /*mv2*/
  .mv2 .h1bg {
    top: 20%;
  }
  .mv2 .h1bg h1 {
    font-size: 3em !important;
  }
  .alignC p, .alignC {
    text-align: left !important
  }
  p.alignC br, .alignC br {
    display: none
  }
}
/* -----------------------------------------------
SP 579px
-------------------------------------------------- */
@media screen and (max-width: 579px) {
  main .box-white-radius {
    position: relative;
    border-radius: 0;
    margin-top: 0;
    z-index: 1;
    min-height: 40px;
    width: 100%
  }
  .mv2 {
    height: 250px;
    margin-top: 60px;
  }
.mv2-bg img {
	height: 120%;
	object-fit: cover;
}
  .mv2 .h1bg h1 {
    font-size: 2.5em !important;
  }
}