#se {
  background: #000;
  font-weight: 400;
}

/*-------------------
フォント設定
---------------------*/
html {
  font-size: 13px;
	scroll-behavior: smooth;
}
body {
  line-height: 1.3;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: lighter;
}
/*:root {
  --px8: 0.6153rem;
  --px10: 0.769rem;
  --px11: 0.846rem;
  --px12: 0.923rem;
  --px13: 1rem;
  --px14: 1.077rem;
  --px15: 1.154rem;
  --px16: 1.231rem;
  --px17: 1.308rem;
  --px18: 1.385rem;
  --px19: 1.462rem;
  --px20: 1.538rem;
  --px21: 1.615rem;
  --px22: 1.692rem;
  --px23: 1.769rem;
  --px24: 1.846rem;
  --px25: 1.923rem;
  --px26: 2rem;
  --px27: 2.077rem;
  --px28: 2.154rem;
  --px29: 2.231rem;
  --px30: 2.308rem;
  --px31: 2.385rem;
  --px32: 2.462rem;
  --px33: 2.583rem;
  --px34: 2.615rem;
}*/

#se *, #se *:after, #se *:before {
  box-sizing: border-box;
}

#se img {
  height: auto;
  max-width: 100%;
}

@media (min-width: 768px) {
  #se .inner {
    max-width: 980px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* .Jumbotron */
.Jumbotron {
  background: url(../img/img_top.jpg) no-repeat center top -62px #000;
  height:635px;
}

.Jumbotron h1 {
  padding: 238px 0 0 0;
  text-align: center;
}

/* #mainImg */
#mainImg {
  text-align:center;
}

#mainImg img {
  width: 100%;
  vertical-align: bottom;
}

/* .bannerBox */
.bgBox_03 {
  padding-bottom: 80px;
}

.bgBox_03 .box_02 {
  padding-bottom: 50px;
}

.bgBox_03 .box_02 h3,
.bgBox_03 .box_03 h3 {
  margin-bottom: 10px;
}

.bgBox_03 .box_02 h3 img,
.bgBox_03 .box_03 h3 img {
  margin-left: auto;
  margin-right: auto;
}

.bgBox_03 .listBox {
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  .bgBox_03 .listBox {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  .bgBox_03 .listBox ul {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .bgBox_03 .listBox ul li {
    flex-basis: 48.947%;
    max-width: 48.947%;
  }
}

.bgBox_03 .listBox ul li + li {
  margin-top: 1.5%;
}

@media (min-width: 768px) {
  .bgBox_03 .listBox ul li + li {
    margin-top: 0;
  }
}

.bgBox_03 .listBox ul li a {
  align-items: center;
  background-image: url(../img/caret_search.png);
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-size: 8px auto;
  box-shadow: 0 0 10px rgba(0, 163, 123, 1);
  color: #fff;
  display: flex;
  font-size: 14px;
  height: 38px;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

@media (min-width: 768px) {
  .bgBox_03 .listBox ul li a {
    background-position: right 12px center;
    background-size: auto;
    font-size: 18px;
    height: 46px;
  }
}

/* .bannerBox */
.bannerBox {
  background: #000;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .bannerBox{
    padding: 0 0 50px 0;
  }
}

.bannerBox a:hover{
  opacity:0.8;
}

.bannerBox img {
  margin-left: auto;
  margin-right: auto;
}

/* #bigContentsWrapper */
@media (min-width: 768px) {
  #bigContentsWrapper {
    padding: 0 0 50px 0;
    background: #000;
  }
}

/* #experienceBox */
#experienceBox {
  padding: 7% 0 0 0;
}

@media (min-width: 768px) {
  #experienceBox{
    padding: 0;
  }
}

@media (min-width: 768px) {
  #experienceBox #experienceBG {
    background: url(../img/bg_contents.jpg) no-repeat center top;
    padding-bottom: 80px;
  }
}

#experienceBox h3{
}

@media (min-width: 768px) {
  #experienceBox h3 {
    padding: 35px 0 0 0;
    text-align: center;
  }
}

#experienceBox h3 img {
  margin-left: auto;
  margin-right: auto;
}

#experienceBox .box_01 {
  padding: 30px 0 40px 0;
}

@media (min-width: 768px) {
  #experienceBox .box_01 {
    display: flex;
    padding: 50px 0 130px 0;
  }
}

#experienceBox .box_02 {
  padding: 0 0 40px 0;
}

@media (min-width: 768px) {
  #experienceBox .box_02 {
    display: flex;
    justify-content: flex-end;
    padding: 0;
  }
}

@media (min-width: 768px) {
  #experienceBox .box_01 dl{
    flex-basis: 51.052%;
    max-width: 51.052%;
  }
}

@media (min-width: 768px) {
  #experienceBox .box_01 dt{
    padding: 0 0 50px 0;
  }
}

@media (min-width: 768px) {
  #experienceBox .box_02 dl {
    flex-basis: 51.052%;
    max-width: 51.052%;
  }
}

@media (min-width: 768px) {
  #experienceBox .box_02 dt {
    padding: 0 0 50px 0;
  }
}

#experienceBox .box_03 dt {
  padding: 0 0 10px 0;
}

#experienceBox dd p {
  padding: 1% 10% 6% 10%;
  font-size: 12px;
  line-height: 1.5;
  color: #FFF;
}

@media (min-width: 768px) {
  #experienceBox dd p {
    padding: 0 0 40px 0;
    font-size: 18px;
    line-height: 1.7;
  }
}

#experienceBox .box_01 .btnBox a,
#experienceBox .box_02 .btnBox a {
  align-items: center;
  background-color: #000;
  background-image: url(../img/caret_experience.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px;
  box-shadow: 0 0 14px 0 #00a37b;
  color: #fff;
  display: flex;
  font-size: 14px;
  height: 60px;
  line-height: 1.4;
  margin-left: auto;
  margin-right: auto;
  max-width: 320px;
  padding-left: 15px;
  text-decoration: none;
}

@media (min-width: 768px) {
  #experienceBox .box_01 .btnBox a,
  #experienceBox .box_02 .btnBox a {
    background-size: auto;
    background-position: right 15px center;
    font-size: 20px;
    height: 100px;
    margin-left: 0;
    margin-right: 0;
    max-width: 400px;
    padding-left: 40px;
  }
}

/* #qaBox */
#qaBox {
  background: #000;
  font-size: 12px;
}

@media (min-width: 768px) {
  #qaBox {
    padding: 0 0 50px 0;
    font-size: 22px;
  }
}

#qaBox h3 {
  text-align: center;
  padding-bottom: 8%;
}

@media (min-width: 768px) {
  #qaBox h3 {
    padding: 50px 0 60px 0;
  }
}

#qaBox h3 img {
  margin-left: auto;
  margin-right: auto;
}

#qaBox dl{
  padding: 0 10%;
}

@media (min-width: 768px) {
  #qaBox dl {
    max-width: 870px;
    margin: 0 auto;
    padding: 0;
  }
}

#qaBox dl dt{
	padding: 0 0 6% 60px;
	color: #FFF;
	background-size: auto 30px !important;
}

@media (min-width: 768px) {
  #qaBox .q_01,
  #qaBox .q_02,
  #qaBox .q_03 {
    background-size: auto !important;
    padding: 20px 0 30px 130px;
    margin-bottom: 50px;
  }
}

#qaBox dl dd{
  padding: 0 0 8% 60px;
  margin-bottom: 8%;
  color: #006a4c;
  border-bottom: 1px solid #006a4c;
  background-size: auto 30px !important;
}

@media (min-width: 768px) {
  #qaBox .a_01,
  #qaBox .a_02,
  #qaBox .a_03 {
    background-size: auto !important;
    padding: 0 0 80px 130px;
    margin-bottom: 80px;
    color: #00a37b;
    line-height: 30px;
    border-bottom: 1px solid #00a37b;
  }
}

#qaBox .q_01 {
  background: url(../img/icon_q1.png) no-repeat left top;
}
#qaBox .q_02 {
  background: url(../img/icon_q2.png) no-repeat left top;
}
#qaBox .q_03 {
  background: url(../img/icon_q3.png) no-repeat left top;
}

#qaBox .a_01 {
  background: url(../img/icon_a1.png) no-repeat left top;
}

#qaBox .a_02 {
  background: url(../img/icon_a2.png) no-repeat left top;
}

#qaBox .a_03 {
  background: url(../img/icon_a3.png) no-repeat left top;
  border: none;
  margin-bottom: 0;
}

/* .areaBand */
.areaBand {
  padding: 0 0 30px 0;
  background-image: url(../img/bg_area.jpg);
  background-position: center center;
  background-size: cover;
  border-bottom: 1px solid #006a4c;
  border-top: 1px solid #006a4c;
}

.areaBand h3 {
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  padding: 15px 0 15px 0;
  font-size: 18px;
  font-weight: 700;
  color: #FFF;
}

@media (min-width: 768px) {
  .areaBand h3 {
    font-size: 25px;
    padding: 25px 0 20px 0;
  }
}

.areaBand h3 img {
  margin-left: auto;
  margin-right: auto;
}

/* エリア検索（都道府県） */
/* .areaBandを上書き */
#area {
  background-color: #000;
  background-image: none;
  border: none;
}

#area section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  #area section {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#area section dl {
  align-self: baseline;
  background-color: 000;
  box-shadow: 0 0 10px rgba(0, 163, 123, 1);
  flex-basis: calc(100% / 2 - 1%);
  margin-bottom: 1.5%;
  max-width: calc(100% / 2 - 1%);
  padding-left: 5px;
  padding-right: 5px;
}

@media (min-width: 768px) {
  #area section dl {
    align-self: auto;
    flex-basis: calc(100% / 3 - 1%);
    max-width: calc(100% / 3 - 1%);
    padding: 10px;
  }
}

/*
#area section dl:last-child {
  background-color: #62B2C0;
  flex-basis: 100%;
  max-width: 100%;
}
*/

/*
@media (min-width: 768px) {
  #area section dl:last-child {
    flex-basis: calc((100% / 3) * 2 - .5%);
    max-width: calc((100% / 3) * 2 - .5%);
  }
}
*/

#area section dl dt {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
}

@media (min-width: 768px) {
  #area section dl dt {
    font-size: 18px;
  }
}

/*
#area section dl:last-child dt {
  color: #fff;
}
*/

#area section dl dd {
  display: none;
  font-weight: 400;
}

@media (min-width: 768px) {
  #area section dl dd {
    display: block !important;
  }
}

#area section dl dd ul {
  display: flex;
  flex-wrap: wrap;
}

#area section dl dd ul li {
  flex-basis: calc(100% / 2 - 2%);
  font-size: 12px;
  margin-bottom: 1.5%;
  margin-left: 1%;
  margin-right: 1%;
  max-width: calc(100% / 2 - 2%);
}

@media (min-width: 768px) {
  #area section dl dd ul li {
    flex-basis: calc(100% / 3 - 2%);
    font-size: 14px;
    max-width: calc(100% / 3 - 2%);
  }
}

#area section dl dd ul li a {
  align-items: center;
  background-color: #000;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 163, 123, 1);
  color: #fff;
  display: flex;
  height: 38px;
  justify-content: center;
}

/*
#area section dl:last-child dd ul li {
  flex-basis: calc(100% / 4 - 1%);
  max-width: calc(100% / 4 - 1%);
  margin-left: .5%;
  margin-right: .5%;
}
*/

/*
#area section dl:last-child dd ul li a {
  background-color: #fff;
  color: #62B2C0;
}
*/

/* エリア検索（地方） */
#region section {
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  #region section {
    align-items: baseline;
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
  }
}

#region section dl {
  background-color: #000;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 163, 123, 1);
}

#region section dl + dl{
  margin-top: 5px;
}

@media (min-width: 768px) {
  #region section dl {
    border-radius: 5px;
    flex-basis: calc(100% / 7 - 1%);
    max-width: calc(100% / 7 - 1%);
  }
}

@media (min-width: 768px) {
  #region section dl + dl{
    margin-top: 0;
  }
}

#region section dl dt {
  align-items: center;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  height: 50px;
  justify-content: center;
}

#region section dl dd {
  display: none;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

#region section dl dd ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#region section dl dd ul li {
  flex-basis: calc(50% - 1%);
  font-weight: 400;
  margin-bottom: 1.5%;
  max-width: calc(50% - 1%);
}

#region section dl dd ul li a {
  align-items: center;
  background-color: #006a4c;
  border-radius: 5px;
  color: #fff;
  display: flex;
  height: 40px;
  justify-content: center;
}

/* モーダル */
.remodal *, .remodal *:after, .remodal *:before {
  box-sizing: border-box;
}

.remodal img {
  height: auto;
  max-width: 100%;
}

.remodal {
  background-color: #000 !important;
  border-radius: 0 !important;
  padding: 0 !important;
}

.remodal-close {
  background-image: url(../img/btn_close.png) !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover !important;
  height: 30px !important;
  right: 10px !important;
  top: 10px !important;
  width: 30px !important;
}

@media (min-width: 768px) {
  .remodal-close {
    height: 50px !important;
    width: 50px !important;
  }
}

.remodal-close:before {
  content: "" !important;
}

.popup {
  padding: 60px 0 30px 0;
  position: relative;
}

.popup h2 {
  color: #fff;
  font-size: 25px;
  margin-bottom: 30px;
  margin-left: 20px;
  margin-right: 20px;
}

.popup section {
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  .popup section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.popup section dl {
  align-self: baseline;
  background-color: #000;
  margin-bottom: 1.5%;
  padding-left: 5px;
  padding-right: 5px;
}

@media (min-width: 768px) {
  .popup section dl {
    align-self: auto;
    flex-basis: calc(100% / 3 - 1%);
    max-width: calc(100% / 3 - 1%);
    padding: 10px;
  }
}

.popup section dl dt {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
}

@media (min-width: 768px) {
  .popup section dl dt {
    font-size: 18px;
  }
}

.popup section dl dd ul {
  display: flex;
  flex-wrap: wrap;
}

.popup section dl dd ul li {
  flex-basis: calc(100% / 2 - 2%);
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 1.5%;
  margin-left: 1%;
  margin-right: 1%;
  max-width: calc(100% / 2 - 2%);
}

@media (min-width: 768px) {
  .popup section dl dd ul li {
    flex-basis: calc(100% / 3 - 2%);
    font-size: 14px;
    max-width: calc(100% / 3 - 2%);
  }
}

.popup section dl dd ul li a {
  align-items: center;
  background-color: #000;
  border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 163, 123, 1);
  color: #fff;
  display: flex;
  height: 38px;
  justify-content: center;
}

/*/////▼ LPバナー ▼////*/
.adbnr{
	width: 100%;
}
.adbnr h3{
	width: 100%;
    margin: 0 auto 10px auto;
    background: #00a37b;
    padding: 5px 0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.2em;
	}
.adbnr ul{
	width: 960px;
    margin: 0 auto;
    padding: 10px 0;
}
.adbnr ul li{
	width: 100%;
    padding: 0 0 10px 0;
}
.adbnr ul li a{
	display: block;
    padding: 5px;
    box-sizing: border-box;
    background: #fff;
    color: #000;
    text-align: center;
    border-radius: 100px;
    font-size: 100%;
}