@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Zen+Kaku+Gothic+New:wght@400;500;700&family=Zen+Old+Mincho:wght@400;600&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);
  --min: "Zen Old Mincho", serif;
}
/* -----------------------------------------------
 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;
}
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--bk);
  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: 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;
}
.container-fluid .row {
  padding: 0;
  margin: 0
}
.container {
  position: relative;
  padding: 5% 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 {
  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
}
.tbl02 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0px;
  border-top: 1px solid #ccc;
  line-height: 1.4em;
  background-color: #FFF;
  margin-bottom: 1.5em;
}
.tbl02 th {
  padding: .5em 1em;
  text-align: left;
  vertical-align: middle;
  background-color: #F1F2F4;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ccc;
  line-height: 1.4em;
}
.tbl02 td {
  text-align: left;
  padding: .3em 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: 25%;
  padding: 1% 2%;
  background-color: #F1F2F4;
  margin: 0 -1px -1px 0;
  display: flex;
  align-items: center;
  justify-content: left;
  border: 1px solid #D6D6D6
}
.dl_list dd {
  width: 75%;
  padding: 1% 2%;
  background-color: #fff;
  margin-bottom: -1px;
  text-align: left;
  border: 1px solid #D6D6D6
}
.dl_list dd p {
  margin-bottom: 0;
}
.dl_list dd.white {
  background-color: #fff;
}
@media screen and (max-width: 769px) {
  /* dl list */
  .dl_list {
    display: block;
    flex-wrap: nowrap;
  }
  .dl_list dt {
    width: 100%;
    text-align: left;
  }
  .dl_list dd {
    width: 100%;
  }
  .tel {
    font-size: 2em;
  }
}
/* -----------------------------------------------
 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 {
	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: 600;
}
.h1img {
  width: 100%;
  min-width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 0 0 20px 20px
}
h1 {
  font-size: 2.5em /*45px*/ ;
}
h2 {
  position: relative;
  display: inline-block;
  font-size: 2.3em; /*42px*/
  line-height: 1.4;
  margin-bottom: 1em;
  font-family: var(--min);
  font-weight: 500;
  font-style: normal;
}
h2[ttl] span {
  position: relative;
  top: 30px;
  font-size: .4em;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: italic;
  align-items: center; /* 横線を上下中央 */
  display: flex; /* 文字と横線を横並び */
  justify-content: flex-start;
}
h2[ttl] span::after {
  background-color: black; /* 横線の色 */
  content: "";
  height: 1px; /* 横線の高さ */
  width: 60px; /* 横線の長さ */
}
h2[ttl].alignC span {
  justify-content: center;
}
h2[ttl] span.white::after {
  background-color: white; /* 横線の色 */
  content: "";
  height: 1px; /* 横線の高さ */
  width: 60px; /* 横線の長さ */
}
h2[ttl] span::after {
  margin-left: 15px; /* 文字との余白 */
}
/* 左右に横線 */
.heading {
  align-items: center; /* 横線を上下中央 */
  display: flex; /* 文字と横線を横並び */
  justify-content: center; /* 文字を中央寄せ */
	text-align: center
}
.heading::before, .heading::after {
  background-color: var(--bk); /* 横線の色 */
  content: "";
  height: 1px; /* 横線の高さ */
  width: 60px; /* 横線の長さ */
}
.heading::before {
  margin-right: 15px; /* 文字との余白 */
}
.heading::after {
  margin-left: 15px; /* 文字との余白 */
}
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.2em; /*22px*/
}
h4[ttl] {
  border-bottom: 1px solid #5D5D5D;
  padding-left: 10px
}
h4[ttl2] {
  background-color: rgba(1, 118, 184, 0.18);
  border-radius: 3px;
  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(--main);
}
.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: 10px;
  padding: 4%;
  margin-bottom: 5%;
  box-shadow: var(--shadow);
  background-color: white
}
.border-box p {
  margin-bottom: 0
}
.title-box {
  border: 1px solid var(--main);
  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: var(--bk);
  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;
}
/* -----------------------------------------------
 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;
}
.bg-white {
  background-color: #FFF;
}
.bg-whiteBox {
  background-color: #FFF;
  padding: 5%;
}
.bg-lblue {
  background: var(--sab);
}
.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: rgba(240, 242, 245, 1.00);
  z-index: 1
}
.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(--bk);
  border: 1px solid var(--bk);
  border-radius: 60px;
  color: var(--bk);
  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: 20px;
  height: 10px;
  background-image: url("../images/arrow_bk.svg");
  background-repeat: no-repeat;
  background-size: 16px
}
.button_more a:hover::before {
  content: "";
  position: absolute;
  top: 42%;
  right: 10%;
  width: 20px;
  height: 10px;
  background-image: url("../images/arrow_w.svg");
  background-repeat: no-repeat;
  background-size: 16px
}
/* スライド */
.button_more.slide a {
  background-color: transparent;
  color: var(--bk);
  overflow: hidden;
  position: relative;
  z-index: 1;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: italic;
	text-decoration: none
}
.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_small*/
.button_more.small {
  max-width: 170px;
}
.button_more.small a {
  padding: 10px 20px;
}
.button_more.small a::before {
  background-size: 14px
}
.button_more.small a:hover::before {
  background-size: 14px
}
/* スライド */
.button_more.small.slide a {
  font-size: 12px
}
.button_more.small.slide a:hover::after {
  transform: scale(1, 1);
}
/*button_more white*/
.button_more.white a {
  background-color: transparent;
  border: 1px solid white;
  color: white;
}
.button_more.white a::before {
  content: "";
  background-image: url("../images/arrow_w.svg");
}
.button_more.white a:hover::before {
  content: "";
  background-image: url("../images/arrow_bk.svg");
}
.button_more.white.slide a::after {
  background: white;
}
.button_more.white.slide a:hover {
  color: var(--bk);
  opacity: 1
}
/* スライダー全体 */
.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;
  }
  h2 span {
    font-size: .5em;
  }
  .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: 1.5em;
  }
  /*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: 3em;
  }
  .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: 150px;
  }
  .button_more a {
    padding: 11px 18px;
    width: 100%;
  }
  /* スライド */
  .button_more.slide a {
    font-size: 10px
  }
  .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;
}
/*mv2*/
.mv2 {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 500px;
}
.mv2-bg {
  position: fixed;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100vh;
  background-size: cover;
  transform-origin: center;
}
.mv2-bg::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #172a2c;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
}
.bg-company {
  background: url("../images/mv01.jpg") no-repeat top center;
  background-size: cover;
}
.bg-service {
  background: url("../images/mv02.jpg") no-repeat top center;
  background-size: cover;
}
.bg-works {
  background: url("../images/mv03.jpg") no-repeat top center;
  background-size: cover;
}
.bg-csr {
  background: url("../images/mv04.jpg") no-repeat top center;
  background-size: cover;
}
.bg-rec {
  background: url("../images/mv05.jpg") no-repeat top center;
  background-size: cover;
}
.mv2 h1[ttl] {
  position: absolute;
  left: 0;
  right: 0;
  top: 35%;
  color: white;
  font-size: 74px;
  margin: 0 auto;
  font-family: 'Inter', serif;
  line-height: 1;
  text-align: center;
  font-weight: 200;
}
.mv2 h1[ttl] span {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 40px;
  font-size: 16px;
  font-weight: 400;
  color: white;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
}
.mv2 h1[ttl] span.sabttl {
  display: inline-block;
  line-height: 1;
  padding: .5em 2em;
  position: relative;
  top: -10px;
background: #00A1A4;
background: linear-gradient(141deg, rgba(0, 161, 164, 1) 1%, rgba(0, 113, 188, 1) 100%);  color: white;
}
/* -----------------------------------------------
tablet 768px
-------------------------------------------------- */
@media screen and (max-width: 768px) {
  .mv2 {
    height: 80vh;
    max-height: 400px
  }
  .mv2 h1[ttl] {
    top: 35%;
    color: white;
    font-size: 44px;
  }
  .mv2 h1[ttl] span {
    top: 20px;
    font-size: 14px;
  }
}

.sasikae{
	border: 8px solid #BD98E5
}