#includeContent {
  font-family: "Noto Sans JP", serif;
}
#includeContent .font01 {
  font-family: "Montserrat", serif;
}
#includeContent .font02 {
  font-family: "Poppins", serif;
}
#includeContent .scInr {
  padding: 0 60px;
  width: 100%;
}
#includeContent * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  color: #000;
}
#includeContent p {
  text-align: inherit;
  font-size: 14px;
}
#includeContent img {
  height: auto;
  max-width: 100%;
  width: 100%;
  -webkit-backface-visibility: hidden;
}
#includeContent .swiper-slide {
  text-align: center;
}
#includeContent .swiper-button-next {
  left: calc(50% + 125px);
}
#includeContent .swiper-button-prev {
  left: calc(50% - 125px);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
#includeContent .swiper-button-next,
#includeContent .swiper-button-prev {
  position: absolute;
  top: auto;
  bottom: 0;
  width: 46px;
  height: 46px;
  border: 2px solid #000;
  margin: 0;
  padding: 0;
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#includeContent .swiper-button-next:after,
#includeContent .swiper-button-prev:after {
  font-size: 16px;
}
#includeContent .swiper-pagination {
  bottom: 15px;
  width: 250px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0 auto;
}
#includeContent .swiper-pagination-bullet {
  background-color: #e3e3e3;
  opacity: 0.8;
  border-radius: 0;
  width: 10px;
  height: 10px;
  margin: 0 30px;
}
#includeContent .swiper-pagination-bullet-active {
  background-color: #000;
}
#includeContent a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#includeContent a:visited,
#includeContent a:link,
#includeContent a {
  text-decoration: none;
}
#includeContent .bscbtn.mb01 {
  margin-bottom: 80px;
}
#includeContent .bscbtn.mb02 {
  margin-bottom: 50px;
}
#includeContent .bscbtn a {
  width: 700px;
  height: 150px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 5px solid #000;
  background-color: #fff;
}
#includeContent .bscbtn a:hover {
  background-color: #000;
}
#includeContent .bscbtn a:hover .bscbtn__text01,
#includeContent .bscbtn a:hover .bscbtn__text02 {
  color: #fff;
}
#includeContent .bscbtn a:hover .bscbtn__text01 span,
#includeContent .bscbtn a:hover .bscbtn__text02 span {
  color: #fff;
}
#includeContent .bscbtn a:hover .bscbtn__line {
  background-color: #fff;
}
#includeContent .bscbtn__text01 {
  font-size: 32px;
  font-weight: 600;
  color: #000;
}
#includeContent .bscbtn__text02 {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#includeContent .bscbtn__text02 span {
  margin-left: 10px;
  font-size: 14px;
}
#includeContent .bscbtn__line {
  width: 40px;
  height: 2px;
  margin: 10px auto;
  background-color: #000;
  display: block;
}
#includeContent #mv .mv__main-img {
  position: relative;
}
#includeContent #mv .mv__main-text {
  position: absolute;
  left: 50px;
  top: 50px;
  font-size: 48px;
  font-weight: 900;
  color: #fff;
}
#includeContent #mv .mv__main-text span {
  margin: 0px -25px;
  font-size: 48px;
  font-weight: 900;
  color: #fff;
}
#includeContent #mv .mv__textbox {
  background-color: #b3dae9;
  padding: 50px 0;
  margin-bottom: 50px;
}
#includeContent #mv .mv__textbox-text01 {
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
}
#includeContent #mv .mv__textbox-text02 {
  text-align: center;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.5;
}
#includeContent #mv .mv__textbox-text02 span {
  font-size: 36px;
  font-weight: 900;
  border-bottom: 5px solid #f9eb21;
}
#includeContent #sec01 .sec01__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
#includeContent #sec01 .sec01__list li {
  width: 445px;
  margin-bottom: 30px;
  position: relative;
}
#includeContent #sec01 .sec01__list li img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
}
#includeContent #sec01 .sec01__list-inr {
  overflow: hidden;
  position: relative;
}
#includeContent #sec01 .sec01__list-inr::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
#includeContent #sec01 .sec01__list-inr.on img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0.5;
}
#includeContent #sec01 .sec01__list-inr.on .sec01__list-textbox {
  opacity: 1;
  visibility: visible;
}
#includeContent #sec01 .sec01__list-inr.on .sec01__list-textbox_text02 span:nth-child(1)::before {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  width: 100%;
}
#includeContent #sec01 .sec01__list-inr.on .sec01__list-textbox_text02 span:nth-child(2)::before {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  width: 100%;
}
#includeContent #sec01 .sec01__list-inr.on .sec01__list-num {
  opacity: 1;
  visibility: visible;
}
#includeContent #sec01 .sec01__list-textbox {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 1;
  top: 40px;
  left: 40px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#includeContent #sec01 .sec01__list-textbox_text01 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
#includeContent #sec01 .sec01__list-textbox_text02 span {
  display: inline-block;
  color: #fff;
  font-size: 28px;
  font-weight: 900;
  position: relative;
}
#includeContent #sec01 .sec01__list-textbox_text02 span::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 3px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#includeContent #sec01 .sec01__list-num {
  opacity: 0;
  visibility: hidden;
  font-family: "Montserrat", serif;
  font-size: 140px;
  line-height: 0.6;
  color: #fff;
  opacity: 0.8;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#includeContent #sec02 .sec02__modelbox {
  padding: 60px 50px;
  background-color: #b3dae9;
  position: relative;
  margin-bottom: 50px;
}
#includeContent #sec02 .sec02__modelbox::after {
  content: "";
  width: 166px;
  height: 84px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/sec02_welcome.png);
  position: absolute;
  bottom: 240px;
  right: 20px;
  z-index: 1;
}
#includeContent #sec02 .sec02__modelbox-pl {
  width: 156px;
  height: 124px;
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 10px;
}
#includeContent #sec02 .sec02__modelbox-pl img {
  max-width: 100%;
  height: auto;
}
#includeContent #sec02 .sec02__modelbox-pr {
  width: 156px;
  height: 124px;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 10px;
}
#includeContent #sec02 .sec02__modelbox-pr img {
  max-width: 100%;
  height: auto;
}
#includeContent #sec02 .sec02__modelbox-title {
  font-size: 110px;
  font-weight: bold;
  color: #000;
  font-family: "Poppins", serif;
  text-align: center;
  position: relative;
  z-index: 1;
}
#includeContent #sec02 .sec02__modelbox-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
#includeContent #sec02 .sec02__modelbox-list::after {
  content: "";
  width: 680px;
  height: 148px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/sec02_bkg02.png);
  position: absolute;
  bottom: 130px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
#includeContent #sec02 .sec02__modelbox-list li {
  margin: 0 5px 30px;
  width: calc((100% - 30px) / 3);
  position: relative;
  z-index: 1;
}
#includeContent #sec02 .sec02__modelbox-list_text {
  font-size: 14px;
  background-color: #fff;
  padding: 12px 10px;
  text-align: center;
  border-radius: 10px;
  position: relative;
  width: 80%;
  margin: 0 auto;
}
#includeContent #sec02 .sec02__modelbox-list_text::before {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  border-top: 14px solid #fff;
  border-bottom: 0;
}
#includeContent #sec02 .sec02__modelbox-list_name {
  background-color: #000;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 8px 0;
}
#includeContent #sec02 .sec02__tabtitle {
  margin: 0 -10px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#includeContent #sec02 .sec02__tabtitle li {
  border: 5px solid #000;
  color: #000;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  font-family: "Montserrat", serif;
  margin: 0 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 8px 0;
  width: calc((100% - 100px) / 5);
}
#includeContent #sec02 .sec02__tabtitle li:hover {
  background-color: #000;
  color: #fff;
}
#includeContent #sec02 .sec02__tabtitle li.active {
  background-color: #000;
  color: #fff;
}
#includeContent #sec02 .sec02__tablist {
  margin-bottom: 50px;
}
#includeContent #sec02 .sec02__tablist-title {
  font-size: 36px;
  font-weight: 600;
  padding: 30px 0;
  line-height: 1;
  margin-bottom: 50px;
  background-color: #b3dae9;
  text-align: center;
}
#includeContent #sec02 .sec02__tablist-img {
  position: relative;
  margin-bottom: 50px;
}
#includeContent #sec02 .sec02__tablist-subtitle {
  position: absolute;
  left: -15px;
  top: 50%;
  line-height: 1;
  font-size: 105px;
  font-weight: 600;
  font-family: "Poppins", serif;
  white-space: nowrap;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
#includeContent #sec02 .sec02__tablist-inr {
  padding-left: 100px;
  margin-bottom: 80px;
}
#includeContent #sec02 .sec02__tablist-textbox {
  margin-bottom: 50px;
}
#includeContent #sec02 .sec02__tablist-textbox_title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}
#includeContent #sec02 .sec02__tablist-textbox_text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
}
#includeContent #sec02 .sec02__tablist-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#includeContent #sec02 .sec02__tablist-flex_img {
  max-width: 100%;
}
#includeContent #sec02 .sec02__tablist-flex_title {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 5px 0;
}
#includeContent #sec02 .sec02__tablist-flex_text {
  font-size: 16px;
  margin-top: 10px;
  line-height: 1.8;
}
#includeContent #sec02 .sec02__tablist-flex_pointbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
#includeContent #sec02 .sec02__tablist-flex_pointbox > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  width: 84px;
  margin-right: 18px;
}
#includeContent #sec02 .sec02__tablist-flex_pointbox > ul li {
  font-size: 16px;
}
#includeContent #sec02 .sec02__tablist-flex_l {
  width: 474px;
}
#includeContent #sec02 .sec02__tablist-flex_r {
  width: 314px;
}
#includeContent #sec03 .sec03__mainbox {
  background-color: #b3dae9;
  text-align: center;
  padding: 30px 10px 40px;
  margin-bottom: 50px;
}
#includeContent #sec03 .sec03__mainbox-title {
  font-size: 64px;
  font-weight: 600;
  font-family: "Montserrat", serif;
}
#includeContent #sec03 .sec03__mainbox-text {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
}
#includeContent #sec03 .sec03__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
#includeContent #sec03 .sec03__flex-l, #includeContent #sec03 .sec03__flex-r {
  width: 48%;
}
#includeContent #sec03 .sec03__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#includeContent #sec03 .sec03__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
#includeContent #sec03 .sec03__list li:last-child {
  margin-bottom: 0px;
}
#includeContent #sec03 .sec03__list-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
#includeContent #sec03 .sec03__list-text {
  font-size: 16px;
  font-weight: 600;
  color: #666669;
}
#includeContent #sec03 .sec03__list-l {
  font-size: 28px;
  width: 52px;
  height: 52px;
  color: #fff;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
}
#includeContent #sec04 .swiper01 {
  margin-bottom: 40px;
}
#includeContent #sec04 .sec04__mainbox {
  background-color: #b3dae9;
  text-align: center;
  padding: 30px 0;
  margin-bottom: 50px;
}
#includeContent #sec04 .sec04__mainbox-title {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 10px;
}
#includeContent #sec04 .sec04__mainbox-text {
  font-size: 52px;
  font-weight: 600;
  line-height: 1.2;
}
#includeContent #sec04 .sec04__slidebox {
  margin-bottom: 80px;
}
#includeContent #sec04 .sec04__slidebox-maintitle {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  padding: 10px;
  margin-bottom: 30px;
  border: 3px solid #000;
}
#includeContent #sec04 .sec04__slidebox-maintext {
  font-size: 20px;
  padding: 0 40px;
  line-height: 1.8;
  margin-bottom: 30px;
  text-align: left;
}
#includeContent #sec04 .sec04__slidebox-titlebox {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
#includeContent #sec04 .sec04__slidebox-titlebox_title01 {
  font-size: 18px;
  background-color: #fff;
  text-align: center;
}
#includeContent #sec04 .sec04__slidebox-titlebox_title02 {
  font-size: 24px;
  text-align: center;
}
#includeContent #sec04 .sec04__slidebox-titlebox_price {
  font-size: 62px;
  font-weight: 600;
  line-height: 1;
}
#includeContent #sec04 .sec04__slidebox-titlebox_price span {
  font-size: 28px;
}
#includeContent #sec04 .sec04__slidebox-titlebox_list > li {
  font-size: 18px;
}
#includeContent #sec04 .sec04__slidebox-titlebox_list > li span {
  color: #e3e3e3;
}
#includeContent #sec04 .sec04__slidebox-titlebox_box01 {
  background-color: #e3e3e3;
  padding: 5px;
  width: 300px;
}
#includeContent #sec04 .sec04__slidebox-titlebox_box02 {
  margin: 0 30px 0 30px;
}
#includeContent #sec04 .sec04__slidebox-imgbox {
  padding: 30px;
  background-color: #efefef;
}
#includeContent #sec04 .sec04__slidebox-fortitle {
  font-size: 24px;
  font-weight: 500;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  background-color: #b3dae9;
}
#includeContent #sec04 .sec04__slidebox-textbox {
  background-color: #efefef;
  padding: 30px;
}
#includeContent #sec04 .sec04__slidebox-textbox_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}
#includeContent #sec04 .sec04__slidebox-textbox_list > li {
  width: 50%;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
#includeContent #sec04 .sec04__slidebox-textbox_list > li:nth-child(7), #includeContent #sec04 .sec04__slidebox-textbox_list > li:nth-child(8) {
  margin-bottom: 0px;
}
#includeContent #sec04 .sec04__slidebox-textbox_text {
  font-size: 12px;
  line-height: 1.6;
}
#includeContent #sec05 .swiper02 {
  margin-bottom: 40px;
}
#includeContent #sec05 .sec05__slidebox {
  margin-bottom: 80px;
  background-color: #007180;
}
#includeContent #sec05 .sec05__slidebox-list {
  background-color: #007180;
}
#includeContent #sec05 .sec05__slidebox-inr {
  padding: 30px;
}
#includeContent #sec05 .sec05__maintitle {
  padding: 30px 0;
  text-align: center;
}
#includeContent #sec05 .sec05__maintitle-en {
  font-size: 26px;
  letter-spacing: 5px;
  color: #fff;
  margin-bottom: 10px;
  font-family: "Montserrat", serif;
}
#includeContent #sec05 .sec05__maintitle-ja {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
}
#includeContent #sec05 .sec05__subtitle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  color: #fff;
}
#includeContent #sec05 .sec05__subtitle::before, #includeContent #sec05 .sec05__subtitle::after {
  content: "";
  background-color: #fff;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 2px;
}
#includeContent #sec05 .sec05__subtitle::before {
  margin-right: 20px;
}
#includeContent #sec05 .sec05__subtitle::after {
  margin-left: 20px;
}
#includeContent #sec05 .sec05__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#includeContent #sec05 .sec05__list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 50px;
}
#includeContent #sec05 .sec05__list > li:last-child {
  margin-right: 0px;
}
#includeContent #sec05 .sec05__list > li span {
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  padding: 2px 10px;
  margin-right: 10px;
}
#includeContent #sec05 .sec05__list > li p {
  color: #fff;
  font-size: 16px;
}
#includeContent #sec05 .sec05__imgbox {
  margin-top: 30px;
}
#includeContent #sec05 .sec05__imgbox > p {
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
}
#includeContent #sec05 .sec05__textbox {
  margin-top: 30px;
}
#includeContent #sec05 .sec05__textbox > p {
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
}
#includeContent #sec06 .sec06__mainbox {
  background-color: #b3dae9;
  text-align: center;
  padding: 30px 0;
  margin-bottom: 50px;
}
#includeContent #sec06 .sec06__mainbox-title {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 20px;
}
#includeContent #sec06 .sec06__mainbox-text {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}
#includeContent #sec06 .sec06__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 30px;
}
#includeContent #sec06 .sec06__list li {
  width: 46%;
  margin-bottom: 50px;
}
#includeContent #sec06 .sec06__list li:nth-child(1) .sec06__list-img01 {
  margin-bottom: 10px;
}
#includeContent #sec06 .sec06__list li:nth-child(2) .sec06__list-text01 {
  margin-bottom: 30px;
}
#includeContent #sec06 .sec06__list li:nth-child(2) .sec06__list-text {
  margin: 14px 0;
}
#includeContent #sec06 .sec06__list-text {
  font-size: 16px;
  line-height: 1.8;
  margin: 32px 0;
}
#includeContent #sec06 .sec06__text {
  font-size: 12px;
  line-height: 1.8;
  margin-bottom: 120px;
}
#includeContent #sec06 .sec06__studiobox.mb01 {
  margin-bottom: 60px;
}
#includeContent #sec06 .sec06__studiobox.mb02 {
  margin-bottom: 50px;
}
#includeContent #sec06 .sec06__studiobox-inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
#includeContent #sec06 .sec06__studiobox-imgbox {
  width: 420px;
}
#includeContent #sec06 .sec06__studiobox-textbox {
  width: 475px;
}
#includeContent #sec06 .sec06__studiobox-textbox_title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.8;
  padding: 5px 0;
  background-color: #b3dae9;
  text-align: center;
  margin-bottom: 20px;
}
#includeContent #sec06 .sec06__studiobox-textbox_text01 {
  font-size: 22px;
  margin-bottom: 20px;
}
#includeContent #sec06 .sec06__studiobox-textbox_text02 {
  font-size: 16px;
  margin-bottom: 20px;
}
#includeContent #sec06 .sec06__studiobox-textbox_map iframe {
  width: 100% !important;
  max-width: 100% !important;
}
#includeContent #sec06 .sec06__studiobox-btn {
  width: 420px;
  margin: 0 auto;
  font-size: 26px;
  text-align: center;
  padding: 10px 0;
  color: #fff !important;
  background-color: #007180;
  border: 1px solid #007180;
  display: block;
}
#includeContent #sec06 .sec06__studiobox-btn span {
  font-size: 12px;
  color: #fff !important;
  position: relative;
  top: -5px;
}
#includeContent #sec06 .sec06__studiobox-btn:hover {
  background-color: #fff;
  color: #007180 !important;
}
#includeContent #sec06 .sec06__studiobox-btn:hover span {
  color: #007180 !important;
}
#includeContent #sec06 .sec06__btnbox {
  background-color: #b3dae9;
  padding: 50px 0;
}