@charset "utf-8";

figure {
  position: relative;
}
sup {
  font-size: 10px;
}
.mvCap {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 6px;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: right;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 5;
}

/*---------------------------------------------------------------

 mainVisual

--------------------------------------------------------------- */
.mainVisual {
  padding-top: 173px;
	width: 100%;
	color: #fff;
	position: relative;
}
.mv {
  position: relative;
  background-image: url(../images/lifestyle/kv.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
	height: 446px;
	width: 100%;
	text-align: center;
}
.mainVisual .cell {
	position: absolute;
	top: 30%;
  left: 50%;
  transform: translateX(-50%);
}
.mainVisual .title {
	font-size: 40px;
	letter-spacing: 0.1em;
	text-shadow:0px 0px 1px #000,0 0 5px #000,0 0 10px #000,0 0 15px #000,0 0 20px #000;
}
.mainVisual .en {
	font-size: 24px;
	letter-spacing: 0.2em;
  margin-bottom: 16px;
	text-shadow:0px 0px 1px #000,0 0 5px #000,0 0 10px #000,0 0 15px #000,0 0 20px #000,0 0 30px #000;
}
@media only screen and (max-width:980px) {
  .mainVisual {
    padding-top: 80px;
  }
  .mv {
    background-image: url(../images/lifestyle/kv_sp.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
  }
  .mainVisual .cell {
    position: absolute;
    width: 100%;
    top: 42%;
    left: 50%;
    transform: translateX(-50%);
  }
  .mainVisual .title {
    font-size: 36px;
  }
  .mainVisual .en {
    font-size: 20px;
  }
}

/* -------------------- */
.inner {
  max-width: 1330px;
  padding-left: 15px;
  padding-right: 15px;
  margin:auto;
}

.section_title {
  font-size: 48px;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  line-height: 1.6;
  color: #0051a7;
  text-align: center;
}
.section_text {
  font-size: 24px;
  margin-top: 30px;
  line-height: 2.1;
  text-align: center;
}

@media only screen and (max-width:768px) {
  .inner {
    padding-left: 10px;
    padding-right: 10px;
    margin:auto;
  }
  .section_title {
    font-size: 28px;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    line-height: 1.6;
  }
  .section_text {
    font-size: 16px;
    margin-top: 20px;
    line-height: 2;
  }
}

/* ------------------------------------------------
contents_top
--------------------------------------------------*/
.contents_top {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
.contents_top::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-image: url(../images/lifestyle/bg01.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 30%;
}
.bg_area   {
  position: relative;
  overflow: hidden;
}
.circle01 {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 30vw;
}
.circle02 {
  position: absolute;
  top: 10%;
  right: -5%;
  width: 30vw;
}
.circle03 {
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 30vw;
}
.contents_top figure {
  max-width: 1000px;
  margin: 40px auto;
} 
.top_text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  margin-top: 30px;
  line-height: 2.1;
  text-align: center;
}
.top_text::before,
.top_text::after {
  content: '';
  width: 2px;
  height: 90px;
  background-color: #0051a7;
}
.top_text::before {
  margin-right: 30px;
  transform: rotate(-25deg);
}
.top_text::after {
  margin-left: 30px;
  transform: rotate(25deg);
}
.text02 {
  text-align: center;
  margin: 40px;
}
.text02 p {
  font-size: 36px;
  font-weight: bold;
  color: #0051a7;
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  border-bottom: 3px solid #0051a7;
}
@media only screen and (max-width:768px) {
  .contents_top {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .contents_top::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-image: url(../images/lifestyle/bg01_sp.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    height: 410px;
  }
  .circle01 {
    position: absolute;
    top: 2%;
    left: -8%;
    width: 240px;
  }
  .circle02 {
    position: absolute;
    top: 24%;
    right: -35%;
    width: 400px;
  }
  .circle03 {
    position: absolute;
    bottom: 0;
    left: -25%;
    width: 300px;
  }
  .contents_top figure {
    max-width: 1000px;
    margin: 40px auto;
  } 
  .top_text {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    margin-top: 30px;
    line-height: 1.6;
    text-align: center;
  }
  .top_text::before,
  .top_text::after {
    content: '';
    width: 2px;
    height: 80px;
    background-color: #0051a7;
  }
  .top_text::before {
    margin-right: 20px;
    transform: rotate(-20deg);
  }
  .top_text::after {
    margin-left: 20px;
    transform: rotate(20deg);
  }
  .text02 {
    margin: 20px auto;
  }
  .text02 p {
    font-size: 24px;
    letter-spacing: normal;
    font-weight: bold;
    color: #0051a7;
    text-align: center;
    margin: 0 auto;
    background: linear-gradient(transparent 99%, #0051a7 0%);
    display: inline;
    padding: 0 16px 0px;
  }
}

/* ------------------------------------------------
contents02
--------------------------------------------------*/
.contents02 {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #e5efff;
}
.contents02::before {
  content: '';
  position: absolute;
  background-image: url(../images/lifestyle/bg02.png);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100px;
  top: 0;

}
.contents02::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-image: url(../images/lifestyle/bg01.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 100%;
}
.contents02 figure {
  max-width: 1300px;
  margin: 40px auto;
} 
.text03 {
  margin: 40px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  font-weight: bold;
  color: #0051a7;
}
.text03::before,
.text03::after {
  content: '';
  width: 24%;
  height: 3px;
  background-color: #0051a7;
}
.text03::before {
  margin-right: 30px;
}
.text03::after {
  margin-left: 30px;
}
@media only screen and (max-width:768px) {
  .contents02 {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .contents02::before {
    content: '';
    position: absolute;
    background-image: url(../images/lifestyle/bg02.png);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100px;
    top: 0;
  
  }
  .contents02::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-image: url(../images/lifestyle/bg01.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    height: 100%;
  }
  .contents02 figure {
    max-width: 1300px;
    margin: 0px auto;
  } 
  .text03 {
    margin: 30px 0 20px;
    line-height: 1.5;
    align-items: center;
    font-size: 28px;
  }
  .text03::before,
  .text03::after {
    content: none;
  }
}

/* ------------------------------------------------
contents_bottom
--------------------------------------------------*/
.contents_bottom {
  position: relative;
  padding-top: 80px;
  padding-bottom: 0px;
  overflow-x: hidden
}
.contents_bottom::after {
  content: '';
  position: absolute;
  background-image: url(../images/lifestyle/bg03.png);
  background-repeat: no-repeat;
  top: 10%;
  left: 0;
  width: 100%;
  height: 550px;
  background-size: cover;
  z-index: -1;
}
.contents_bottom_box {
  position: relative;
  max-width: 1300px;
  margin: 0 auto 100px;
  padding: 60px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.contents_bottom_box::before {
  content: "";
  position: absolute;
  border-radius: 10px;
  top: 8px;
  bottom: 8px;
  left: 8px;
  right: 8px;
  z-index: 1;
  border: solid 2px #80a3ff;
}


.flex_box {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
}
.flex_textbox {
  width: 56%;
}
.flex_title {
  font-size: 36px;
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: #0051a7;
  font-weight: 500;
}
.flex_text {
  font-size: 17px;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 20px;
  text-align: justify;
}
.flex_img {
  width: 38%;
}
.section_title02 {
  font-size: 38px;
  padding: 10px 10px;
  margin-top: 80px;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  line-height: 1.6;
  background-color: #dfedff;
  color: #0051a7;
  text-align: center;
}

.slide_img {
  margin-top: 30px;
}
.slide_img figure {
  min-width: 800px;
}
@media only screen and (max-width:768px) {
  .slide_img {
    margin-left: auto;
    margin-right: calc(50% - 50vw);
  }
}
.contents_bottom_box02 {
  position: relative;
  max-width: 1300px;
  margin: 60px auto 0px;
  padding: 60px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.contents_bottom_box02::before {
  content: "";
  position: absolute;
  border-radius: 10px;
  top: 8px;
  bottom: 8px;
  left: 8px;
  right: 8px;
  z-index: 1;
  border: solid 2px #80a3ff;
}


.contents_bottom_box02 .flex_box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-top: 10px;
  padding: 0 20px;
}
.contents_bottom_box02 .flex_textbox {
  width: 88%;
}
.contents_bottom_box02 .flex_title {
  font-size: 34px;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: #0051a7;
  font-weight: 500;
}
.contents_bottom_box02 .flex_text {
  font-size: 17px;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 20px;
  margin-left: 40px;
  text-align: justify;
}
.contents_bottom_box02 .flex_img {
  width: 90px;
}
@media only screen and (max-width:768px) {
  .contents_bottom {
    padding-top: 80px;
    padding-bottom: 0px;
    overflow-x: hidden
  }
  .contents_bottom::after {
    content: '';
    position: absolute;
    background-image: url(../images/lifestyle/bg03_sp.png);
    background-repeat: no-repeat;
    top: 30%;
    left: 0;
    width: 100%;
    height: 550px;
    background-size: cover;
    z-index: -1;
  }
  .contents_bottom_box {
    padding: 50px 30px;
    margin-bottom: 70px;
  }
  .flex_box {
    display: block;
  }
  .flex_textbox {
    width: 100%;
  }
  .flex_title {
    font-size: 26px;
    text-align: center;
  }
  .flex_text {
    line-height: 1.8;
  }
  .flex_img {
    width: 100%;
    margin-top: 20px;
  }
  .section_title02 {
    font-size: 22px;
    padding: 10px 10px;
    margin-top: 30px;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    line-height: 1.6;
    background-color: #dfedff;
    color: #0051a7;
    text-align: center;
  }
  .scroll_btn {
    max-width: 345px;
    margin: 20px auto 0;
  }
  
  .slide_img {
    margin-top: 20px;
  }
  .contents_bottom_box02 {
    margin: 60px auto 0px;
    padding: 50px 20px;
    margin-bottom: 0px;
  }
  .contents_bottom_box02 .flex_box {
    display: block;
    margin-top: 10px;
    padding: 0;
  }
  .contents_bottom_box02 .flex_textbox {
    width: 100%;
  }
  .contents_bottom_box02 .flex_title {
    font-size: 22px;
    text-align: center;
  }
  .contents_bottom_box02 .flex_text {
    font-size: 17px;
    letter-spacing: 0.05em;
    line-height: 1.8;
    margin-top: 20px;
    margin-left: 0;
  }
  .contents_bottom_box02 .flex_img {
    width: 90px;
    margin: 0 auto;
  }
}
@media only screen and (max-width:425px) {
  .contents_bottom::after {
    height: 350px;
  }
}

.info_area .inner {
  max-width: 1000px;
}
