#page_wrapper {
  overflow-x: hidden;
  /*width:100vw;*/
}
#page_wrapper:before {
  content: "";
  display: block;
  height: 105dvh;
  width: 100vw;
  background: url(../img/kv_bg.jpg);
  background-size: cover;
  background-position: top center;
  position: fixed;
  top: 0;
}

#header_wrapper {
  background-color: #fff;
}

main {
  border-top: solid 1px transparent;
}

.kv {
  padding-top: 106px;
  position: relative;
  height: calc(100vh - 160px);
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 1441px) {
  .kv {
    height: 0;
    padding-top: 51.38%;
    background-size: contain;
  }
}
@media screen and (max-width: 834px) {
  .kv {
    background-image: url(../img/kv_bg_sp.jpg);
    background-size: cover;
    height: 72vw;
    height: calc(100vh - 56px);
  }
}
.kv__container {
  height: 100%;
  width: 92%;
  max-width: 1180px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 1441px) {
  .kv__container {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.kv__container h1 img {
  transform: translateY(9%);
  width: 340px;
}
@media screen and (max-width: 834px) {
  .kv__container {
    width: 80vw;
  }
  .kv__container h1 img {
    width: 44.8vw;
  }
}

.sect1 {
  position: relative;
  letter-spacing: 0.05em;
  margin-top: calc(100vh - 160px);
  padding: 200px 0;
  color: #fff;
  background: url(../img/sect1_bg.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 834px) {
  .sect1 {
    margin-top: calc(100vh - 56px);
    padding: 26vw 0;
    background-image: url(../img/sect1_bg_sp.jpg);
  }
}
.sect1 .sect_container {
  width: 92%;
  max-width: 1180px;
  margin: 0 auto;
  box-sizing: border-box;
}
.sect1 .sect_container h2 {
  font-family: "shippori mincho";
  font-size: 35px;
  line-height: 2;
  margin-bottom: 90px;
  letter-spacing: 0.15em;
}
.sect1 .sect_container h2 br.sp {
  display: none;
}
@media screen and (max-width: 834px) {
  .sect1 .sect_container h2 {
    font-size: 5.8vw;
    margin-bottom: 19.2vw;
  }
  .sect1 .sect_container h2 br.sp {
    display: inline;
  }
}
.sect1 .sect_container p {
  font-size: 20px;
  line-height: 3;
}
@media screen and (max-width: 834px) {
  .sect1 .sect_container p {
    font-size: 4.53vw;
  }
  .sect1 .sect_container p br.pc {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  .sect1 .sect_container {
    width: 84%;
  }
}

.history {
  position: relative;
  padding: 600px 0 176px;
  color: #626262;
  background: #fff;
}
@media screen and (max-width: 834px) {
  .history {
    padding: 60vw 0 29vw;
  }
}
.history__slider {
  width: 100%;
  overflow: hidden;
  display: flex;
  position: absolute;
  top: 0;
  transform: translateY(-12.5%);
}
.history__slider img {
  width: 180vw;
  animation: moveSlideshow 76s linear infinite;
}
@media screen and (max-width: 834px) {
  .history__slider img {
    width: 210vw;
  }
}
@keyframes moveSlideshow {
  100% {
    transform: translateX(-100%);
  }
}
.history__container {
  width: 90%;
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: justify;
}
@media screen and (max-width: 834px) {
  .history__container {
    display: block;
  }
}
.history__container-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #626262;
  margin-bottom: 64px;
}
@media screen and (max-width: 834px) {
  .history__container-top {
    display: block;
    width: 84vw;
    margin: 0 auto 17.3vw;
  }
}
.history__container-top h2 img {
  width: 395px;
}
@media screen and (max-width: 834px) {
  .history__container-top h2 {
    margin-bottom: 15.46vw;
  }
  .history__container-top h2 img {
    width: 59.4vw;
  }
}
.history__container-top h2 span {
  display: block;
  font-size: 18px;
  padding-top: 25px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 834px) {
  .history__container-top h2 span {
    font-size: 4.5vw;
    padding-top: 1em;
  }
}
.history__container-top div {
  width: 552px;
}
@media screen and (max-width: 834px) {
  .history__container-top div {
    width: 84vw;
    margin: 0 auto;
  }
}
.history__container-top div .catch {
  margin-bottom: 66px;
}
@media screen and (max-width: 834px) {
  .history__container-top div .catch {
    margin-bottom: 12.8vw;
  }
  .history__container-top div .catch img {
    width: 69.33vw;
  }
}
.history__container-top div .msg {
  font-size: 20px;
  line-height: 3;
  margin-bottom: 46px;
}
@media screen and (max-width: 834px) {
  .history__container-top div .msg {
    margin-bottom: 12vw;
  }
}
.history__container-top div .link {
  text-align: right;
  font-size: 18px;
}
.history__container-top div .link i {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
  background: url(../../img/icon_link_blank.svg) no-repeat;
  background-size: contain;
  vertical-align: bottom;
}
.history__container-bottom {
  width: 100%;
  max-width: 900px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 60px 50px 0 40px;
  border-top: solid 1px #444;
}
@media screen and (max-width: 834px) {
  .history__container-bottom {
    display: block;
    padding: 14vw 0 0;
  }
}
.history__container-bottom div {
  flex: 1;
  max-width: 480px;
}
@media screen and (max-width: 834px) {
  .history__container-bottom div {
    max-width: 100%;
    margin-bottom: 12vw;
  }
}
.history__container-bottom div h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 46px;
}
.history__container-bottom div p {
  font-size: 18px;
  line-height: 2.3;
}
.history__container-bottom .pic {
  width: 260px;
}
.history__container-bottom .pic img {
  width: 100%;
}
@media screen and (max-width: 834px) {
  .history__container-bottom .pic {
    width: 100%;
    text-align: center;
  }
  .history__container-bottom .pic img {
    width: 58.13vw;
    max-width: 436px;
  }
}

.concept {
  position: relative;
  padding: 210px 0 200px;
  color: #fff;
  background: url(../img/concept_bg.jpg) no-repeat center top;
  background-color: #fff;
  background-size: cover;
  background-size: auto 100%;
}
@media screen and (max-width: 834px) {
  .concept {
    padding: 21.33vw 0 25vw;
  }
}
.concept__container {
  width: 90%;
  max-width: 1180px;
  margin: 0 auto;
}
.concept__container h2 {
  margin-bottom: 156px;
}
.concept__container h2 img {
  width: 410px;
}
@media screen and (max-width: 834px) {
  .concept__container h2 {
    margin-bottom: 17.33vw;
  }
  .concept__container h2 img {
    width: 62.13vw;
  }
}
.concept__container h2 span {
  display: block;
  font-size: 18px;
  padding-top: 25px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 834px) {
  .concept__container h2 span {
    font-size: 4.5vw;
    padding-top: 1em;
  }
}
.concept__container .catch {
  margin-top: -22px;
  margin-bottom: 66px;
}
@media screen and (max-width: 834px) {
  .concept__container .catch {
    margin-bottom: 13.6vw;
    width: 54vw;
  }
}
.concept__container .msg {
  font-size: 20px;
  line-height: 3;
  margin-bottom: 124px;
}
@media screen and (max-width: 834px) {
  .concept__container .msg {
    margin-bottom: 18.9vw;
  }
}
.concept__container .concept__elements {
  border: solid 1px #fff;
  display: flex;
  height: 242px;
  box-sizing: border-box;
  margin: 0 0 100px;
}
.concept__container .concept__elements > div {
  cursor: pointer;
  box-sizing: border-box;
  width: 33.3%;
  padding: 24px 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
.concept__container .concept__elements > div:nth-child(2) {
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
}
.concept__container .concept__elements > div:before {
  box-sizing: border-box;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: transparent 1px solid;
  transition-duration: 0.3s;
}
.concept__container .concept__elements > div:hover:before {
  border: #fff 6px solid;
}
.concept__container .concept__elements > div p {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: "shippori mincho";
  font-size: 20px;
  letter-spacing: 0.1em;
}
.concept__container .concept__elements > div p strong {
  font-size: 60px;
  font-weight: 300;
  margin-right: 10px;
  line-height: 1;
}
.concept__container .concept__elements > div span {
  display: block;
  width: 32px;
  height: 32px;
  position: relative;
}
.concept__container .concept__elements > div span:before, .concept__container .concept__elements > div span:after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  content: "";
  background: #fff;
}
.concept__container .concept__elements > div span:after {
  left: 50%;
  top: 0;
  transform: translateX(-50%) translateY(0%);
  height: 100%;
  width: 2px;
  content: "";
  background: #fff;
}
@media screen and (max-width: 834px) {
  .concept__container .concept__elements {
    display: block;
    height: auto;
    margin-bottom: 18.9vw;
  }
  .concept__container .concept__elements > div {
    flex-direction: row;
    align-items: center;
    width: 100%;
    padding: 5vw 4.8vw 6vw;
  }
  .concept__container .concept__elements > div:nth-child(2) {
    border-left: none;
    border-right: none;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
  }
  .concept__container .concept__elements > div p {
    font-size: 4vw;
  }
  .concept__container .concept__elements > div p strong {
    font-size: 11.7vw;
    margin-right: 0.34em;
  }
  .concept__container .concept__elements > div span {
    width: 8.4vw;
    height: 8.4vw;
  }
}
.concept__container .concept__rule {
  border: solid 1px #7c796f;
}
.concept__container .concept__rule > p {
  color: #fff;
  display: block;
  padding: 42px;
  position: relative;
  font-size: 22px;
  letter-spacing: 0.1em;
  font-family: "shippori mincho";
  letter-spacing: 0.1em;
  text-decoration: none;
  background: #7c796f;
  cursor: pointer;
}
.concept__container .concept__rule > p i {
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
.concept__container .concept__rule > p i:before, .concept__container .concept__rule > p i:after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  content: "";
  background: #fff;
  transition-duration: 0.3s;
}
.concept__container .concept__rule > p i:after {
  left: 50%;
  top: 0;
  transform: translateX(-50%) translateY(0%);
  height: 100%;
  width: 2px;
  content: "";
  background: #fff;
}
@media screen and (max-width: 834px) {
  .concept__container .concept__rule > p i {
    width: 8vw;
    height: 8vw;
    right: 4vw;
  }
}
.concept__container .concept__rule > p:before {
  box-sizing: border-box;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: transparent 1px solid;
  transition-duration: 0.3s;
}
@media screen and (max-width: 834px) {
  .concept__container .concept__rule > p {
    padding: 6.4vw 4.8vw 7vw;
    font-size: 4.53vw;
  }
}
.concept__container .concept__rule.open {
  background: #7c796f;
}
.concept__container .concept__rule.open > p i:after {
  transform: translateX(-50%) translateY(0%) rotate(90deg);
}
.concept__container br.sp {
  display: none;
}
@media screen and (max-width: 834px) {
  .concept__container br.sp {
    display: inline;
  }
  .concept__container br.pc {
    display: none;
  }
}

.concept_modal {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  transition-duration: 0.4s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.concept_modal.show {
  visibility: visible;
  opacity: 1;
  z-index: 1000;
}
.concept_modal .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  z-index: 0;
  background: rgba(0, 0, 0, 0.3);
}
.concept_modal .mo_inside_wrapper {
  z-index: 1;
  position: relative;
  max-width: 1180px;
  width: 90%;
  height: 90vh;
}
.concept_modal .mo_inside_wrapper span {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  width: 30px;
  height: 30px;
  z-index: 2;
}
.concept_modal .mo_inside_wrapper span img {
  width: 100%;
}
@media screen and (max-width: 834px) {
  .concept_modal .mo_inside_wrapper span img {
    filter: brightness(2);
  }
}
@media screen and (max-width: 834px) {
  .concept_modal .mo_inside_wrapper span {
    top: 2.66vw;
    right: 2.66vw;
    width: 5vw;
    height: 5vw;
  }
}
.concept_modal .mo_inside_wrapper .mo_inside {
  min-height: 780px;
  display: flex;
  flex-direction: row-reverse;
  color: #626262;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  position: relative;
}
.concept_modal .mo_inside_wrapper .mo_inside.mi1 {
  background-image: url(../img/modal1/bg.jpg);
}
@media screen and (max-width: 834px) {
  .concept_modal .mo_inside_wrapper .mo_inside.mi1 {
    background-image: url(../img/modal1/bg_sp.jpg);
  }
}
.concept_modal .mo_inside_wrapper .mo_inside.mi2 {
  background-image: url(../img/modal2/bg.jpg);
}
@media screen and (max-width: 834px) {
  .concept_modal .mo_inside_wrapper .mo_inside.mi2 {
    background-image: url(../img/modal2/bg_sp.jpg);
  }
}
.concept_modal .mo_inside_wrapper .mo_inside.mi3 {
  background-image: url(../img/modal3/bg.jpg);
}
@media screen and (max-width: 834px) {
  .concept_modal .mo_inside_wrapper .mo_inside.mi3 {
    background-image: url(../img/modal3/bg_sp.jpg);
  }
}
@media screen and (max-width: 834px) {
  .concept_modal .mo_inside_wrapper .mo_inside {
    min-height: auto;
    max-height: 84vh;
    flex-direction: column;
    background-size: contain;
    background-color: #fff;
  }
  .concept_modal .mo_inside_wrapper .mo_inside:before {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-top: 88.2%;
    padding-top: 78.2%;
    padding-top: 40vh;
  }
}
.concept_modal .mo_inside_wrapper .mo_inside__txt {
  max-width: 560px;
  width: 47.45%;
  box-sizing: border-box;
  padding: 130px 0 0 110px;
  position: relative;
}
@media screen and (max-width: 1312px) {
  .concept_modal .mo_inside_wrapper .mo_inside__txt {
    padding: 10vw 0 0 8.38vw;
  }
}
@media screen and (max-width: 834px) {
  .concept_modal .mo_inside_wrapper .mo_inside__txt {
    background: #fff;
    max-width: 100%;
    width: 100%;
    padding-top: 13vw;
    padding-bottom: 30px;
    overflow-y: scroll;
    max-height: 46vh;
  }
}
.concept_modal .mo_inside_wrapper .mo_inside__txt_en {
  font-family: "shippori mincho";
  font-size: 15px;
  position: absolute;
  top: 20px;
  left: 20px;
}
.concept_modal .mo_inside_wrapper .mo_inside__txt_ttl {
  font-family: "shippori mincho";
  font-size: 25px;
  margin-bottom: 48px;
  padding-right: 24%;
  text-align: justify;
}
@media screen and (max-width: 1312px) {
  .concept_modal .mo_inside_wrapper .mo_inside__txt_ttl {
    font-size: 1.9vw;
    margin-bottom: 3.65vw;
  }
}
@media screen and (max-width: 834px) {
  .concept_modal .mo_inside_wrapper .mo_inside__txt_ttl {
    font-size: 4.9vw;
    margin-bottom: 3.65vw;
    padding-right: 10%;
  }
}
.concept_modal .mo_inside_wrapper .mo_inside__txt_body {
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 48px;
  padding-right: 24%;
  text-align: justify;
}
@media screen and (max-width: 1312px) {
  .concept_modal .mo_inside_wrapper .mo_inside__txt_body {
    font-size: 1.2vw;
    margin-bottom: 3.65vw;
  }
}
@media screen and (max-width: 834px) {
  .concept_modal .mo_inside_wrapper .mo_inside__txt_body {
    font-size: 3.2vw;
    margin-bottom: 3.65vw;
    padding-right: 10%;
  }
}
.concept_modal .mo_inside_wrapper .mo_inside__txt_pic.m1 {
  padding-right: 24%;
  text-align: center;
}
.concept_modal .mo_inside_wrapper .mo_inside__txt_pic.m1 img {
  width: 100%;
  /*
  width:82%;
  max-width: 274px;
  */
}
.concept_modal .mo_inside_wrapper .mo_inside__txt_pic.m2 {
  text-align: left;
}
.concept_modal .mo_inside_wrapper .mo_inside__txt_pic.m2 img {
  width: 84%;
  max-width: 382px;
}
.concept_modal .mo_inside_wrapper .mo_inside__txt_pic.m3 {
  text-align: left;
}
.concept_modal .mo_inside_wrapper .mo_inside__txt_pic.m3 img {
  width: 84%;
  max-width: 378px;
}

/**************
layout
**************/
.layout_wrapper {
  display: none;
  background: #fff;
  padding: 0 20px 200px;
  position: relative;
}
@media screen and (max-width: 834px) {
  .layout_wrapper {
    padding: 1.3333333333vw;
  }
}
.layout_wrapper .layout_catch {
  min-height: 158px;
  font-size: 18px;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 60px;
  color: #7d796f;
}
@media screen and (max-width: 834px) {
  .layout_wrapper .layout_catch {
    font-size: 4vw !important;
    padding: 2.6666666667vw 4.8vw;
  }
}
.layout_wrapper .b_close {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 300px;
  width: 25.4237288136%;
  height: 80px;
  position: absolute;
  bottom: 0;
  right: 8.1355932203%;
  padding: 0 40px 0 38px;
  background: #7d796f;
  font-size: 20px;
  color: #fff;
}
.layout_wrapper .b_close span {
  display: block;
  background: #fff;
  width: 40px;
  height: 2px;
}
@media screen and (max-width: 834px) {
  .layout_wrapper .b_close {
    font-size: 2.6666666667vw;
    width: 25.4237288136%;
    height: 8vw;
    padding: 0 4vw 0 3.7333333333vw;
  }
  .layout_wrapper .b_close span {
    width: 5.3333333333vw;
  }
}

.lo_sect1,
.lo_sect3,
.lo_sect5,
.lo_sect7 {
  background: #f3f5f8;
}

.lo_sect2,
.lo_sect3,
.lo_sect4,
.lo_sect5,
.lo_sect6,
.lo_sect7 {
  padding-top: 80px;
  padding-bottom: 160px;
}
@media screen and (max-width: 1180px) {
  .lo_sect2,
  .lo_sect3,
  .lo_sect4,
  .lo_sect5,
  .lo_sect6,
  .lo_sect7 {
    padding-bottom: 8.6440677966vw;
  }
}
@media screen and (max-width: 834px) {
  .lo_sect2,
  .lo_sect3,
  .lo_sect4,
  .lo_sect5,
  .lo_sect6,
  .lo_sect7 {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
  .lo_sect2 .lo_sect_ttl,
  .lo_sect3 .lo_sect_ttl,
  .lo_sect4 .lo_sect_ttl,
  .lo_sect5 .lo_sect_ttl,
  .lo_sect6 .lo_sect_ttl,
  .lo_sect7 .lo_sect_ttl {
    padding-left: 0;
    margin-left: 5vw;
    margin-bottom: 6vw !important;
  }
}

.lo_sect_container {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  color: #626262;
}
.lo_sect_container .lo_sect_ttl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  color: #626262;
  line-height: 1;
  padding-left: 8.8339222615%;
  padding-left: 60px;
}
.lo_sect_container .lo_sect_ttl span {
  padding-right: 1.2em;
  margin-right: 1.2em;
  padding-top: 0;
  position: relative;
}
.lo_sect_container .lo_sect_ttl span:after {
  content: "";
  width: 1px;
  height: 30px;
  background: #7d796f;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.lo_sect_container .lo_sect_ttl strong {
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 1132px) {
  .lo_sect_container .lo_sect_ttl {
    width: 86.5724381625%;
    width: auto;
    padding-left: 0;
    margin-left: auto;
    margin-left: 4vw;
    margin-right: auto;
  }
}
@media screen and (max-width: 834px) {
  .lo_sect_container .lo_sect_ttl {
    width: 90%;
  }
  .lo_sect_container .lo_sect_ttl strong {
    font-size: 3.8vw;
  }
  .lo_sect_container .lo_sect_ttl span {
    font-size: 3.6vw;
    padding-right: 1em;
    margin-right: 1em;
  }
  .lo_sect_container .lo_sect_ttl span:after {
    height: 1.8em;
  }
}
.lo_sect_container .small {
  font-size: 13px !important;
  padding-left: 1.4em;
  text-indent: -1.4em;
  margin-bottom: 0;
}
@media screen and (max-width: 834px) {
  .lo_sect_container .small {
    font-size: 3vw !important;
  }
}

@media screen and (max-width: 834px) {
  .lo_sect1 {
    padding-bottom: 8vw;
  }
}
.lo_sect1 .lo_sect_container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 834px) {
  .lo_sect1 .lo_sect_container {
    display: block;
    padding-top: 8vw;
  }
}
.lo_sect1 .lo_sect_container .txt {
  width: 54.9469964664%;
}
@media screen and (max-width: 834px) {
  .lo_sect1 .lo_sect_container .txt {
    width: 90%;
    margin: 0 auto 5vw;
  }
}
.lo_sect1 .lo_sect_container .txt .lo_sect_ttl {
  padding-top: 80px;
  margin-bottom: 120px;
}
@media screen and (max-width: 1200px) {
  .lo_sect1 .lo_sect_container .txt .lo_sect_ttl {
    margin-bottom: 7.4204946996vw;
    padding-top: 7.0671378092vw;
  }
}
@media screen and (max-width: 834px) {
  .lo_sect1 .lo_sect_container .txt .lo_sect_ttl {
    padding-left: 0;
    margin-bottom: 6vw;
    padding-top: 0;
    width: auto;
    margin-left: 0;
  }
}
.lo_sect1 .lo_sect_container .txt > div {
  padding-left: 8.8339222615%;
}
@media screen and (max-width: 834px) {
  .lo_sect1 .lo_sect_container .txt > div {
    padding-left: 0;
  }
}
.lo_sect1 .lo_sect_container .txt > div .blue_catch {
  margin-bottom: 94px;
}
@media screen and (max-width: 1132px) {
  .lo_sect1 .lo_sect_container .txt > div .blue_catch {
    margin-bottom: 8.3038869258vw;
  }
}
@media screen and (max-width: 1179px) {
  .lo_sect1 .lo_sect_container .txt > div .blue_catch img {
    max-width: 438px;
    width: 38.6925795053vw;
  }
}
@media screen and (max-width: 834px) {
  .lo_sect1 .lo_sect_container .txt > div .blue_catch img {
    width: 58.4vw;
  }
}
.lo_sect1 .lo_sect_container .txt > div .lr_wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.lo_sect1 .lo_sect_container .txt > div .lr_wrapper .left {
  width: 240px;
  width: 43.6363636364%;
  font-size: 16px;
  color: #626262;
  line-height: 1.7;
  margin-right: 10.9090909091%;
}
.lo_sect1 .lo_sect_container .txt > div .lr_wrapper .left .small {
  padding-top: 20px;
}
@media screen and (max-width: 834px) {
  .lo_sect1 .lo_sect_container .txt > div .lr_wrapper .left {
    font-size: 3.6vw;
    width: 65.4545454545%;
    margin-right: 5.4545454545%;
  }
}
.lo_sect1 .lo_sect_container .txt > div .lr_wrapper img {
  width: 29.0909090909%;
}
.lo_sect1 .lo_sect_container .pic {
  width: 45.0530035336%;
}
.lo_sect1 .lo_sect_container .pic img {
  width: 100%;
}
@media screen and (max-width: 834px) {
  .lo_sect1 .lo_sect_container .pic {
    width: 90%;
    margin: 0 auto;
  }
  .lo_sect1 .lo_sect_container .pic img {
    width: 50vw;
  }
}

.lo_sect2 .lo_sect_container .lo_sect_ttl {
  margin-bottom: 54px;
}
@media screen and (max-width: 1200px) {
  .lo_sect2 .lo_sect_container .lo_sect_ttl {
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (max-width: 834px) {
  .lo_sect2 .lo_sect_container .lo_sect_ttl {
    padding-left: 0;
  }
}
.lo_sect2 .lo_sect_container .lo_sect_ttl img {
  width: 100%;
}
.lo_sect2 .lo_sect_container .lr_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .lo_sect2 .lo_sect_container .lr_wrapper {
    align-items: flex-start;
  }
}
@media screen and (max-width: 834px) {
  .lo_sect2 .lo_sect_container .lr_wrapper {
    flex-direction: column-reverse;
  }
}
.lo_sect2 .lo_sect_container .lr_wrapper .left {
  width: 45.0530035336%;
}
.lo_sect2 .lo_sect_container .lr_wrapper .left img {
  width: 100%;
}
@media screen and (max-width: 834px) {
  .lo_sect2 .lo_sect_container .lr_wrapper .left {
    width: 90%;
    margin: 0 auto 0;
  }
}
.lo_sect2 .lo_sect_container .lr_wrapper .right {
  width: 54.9469964664%;
}
@media screen and (max-width: 834px) {
  .lo_sect2 .lo_sect_container .lr_wrapper .right {
    width: 90%;
    margin: 0 auto 4vw;
  }
}
.lo_sect2 .lo_sect_container .lr_wrapper .right .pics {
  width: 85.2090032154%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 40px;
}
@media screen and (max-width: 834px) {
  .lo_sect2 .lo_sect_container .lr_wrapper .right .pics {
    margin: 0 auto 3vw;
    width: 100%;
  }
}
.lo_sect2 .lo_sect_container .lr_wrapper .right .pics p {
  width: 47.5471698113%;
  text-align: center;
  font-family: "shippori mincho";
  color: #15336c;
  font-size: 15px;
}
.lo_sect2 .lo_sect_container .lr_wrapper .right .pics p img {
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .lo_sect2 .lo_sect_container .lr_wrapper .right .pics p img {
    margin-bottom: 2vw;
  }
}
.lo_sect2 .lo_sect_container .lr_wrapper .right .pics p span {
  font-size: 56px;
  line-height: 1.4;
}
@media screen and (max-width: 1132px) {
  .lo_sect2 .lo_sect_container .lr_wrapper .right .pics p span {
    font-size: 4.9469964664vw;
  }
}
.lo_sect2 .lo_sect_container .lr_wrapper .right > p {
  font-size: 16px;
  line-height: 1.85;
  width: 70.4918032787%;
  margin: 0 auto 20px;
  color: #626262;
}
@media screen and (max-width: 834px) {
  .lo_sect2 .lo_sect_container .lr_wrapper .right > p {
    font-size: 3.6vw;
    width: 100%;
    margin-bottom: 2vw;
  }
}
.lo_sect2 .lo_sect_container .lr_wrapper .right > p.small {
  margin-bottom: 0;
}

@media screen and (max-width: 834px) {
  .lo_sect3 {
    padding-top: 8vw;
  }
}
.lo_sect3 .lo_sect_ttl {
  margin-bottom: 25px;
}
@media screen and (max-width: 1200px) {
  .lo_sect3 .lo_sect_ttl {
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (max-width: 834px) {
  .lo_sect3 .lo_sect_ttl {
    padding-left: 0;
  }
}
.lo_sect3 .lr_wrapper {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .lo_sect3 .lr_wrapper {
    display: block;
  }
}
.lo_sect3 .lr_wrapper .left {
  width: 42.4028268551%;
  text-align: center;
  padding-top: 96px;
  padding-left: 4.6511627907%;
}
@media screen and (max-width: 1200px) {
  .lo_sect3 .lr_wrapper .left {
    padding-top: 3.5335689046vw;
  }
}
@media screen and (max-width: 834px) {
  .lo_sect3 .lr_wrapper .left {
    width: 90%;
    margin: 0 auto 5vw;
    padding-top: 0;
    padding-left: 0;
  }
}
.lo_sect3 .lr_wrapper .left .blue_catch {
  margin: 0 auto 90px;
}
@media screen and (max-width: 1132px) {
  .lo_sect3 .lr_wrapper .left .blue_catch {
    margin-bottom: 5.5653710247vw;
  }
}
@media screen and (max-width: 834px) {
  .lo_sect3 .lr_wrapper .left .blue_catch {
    text-align: left;
  }
}
.lo_sect3 .lr_wrapper .left .blue_catch img {
  max-width: 464px;
  width: 100%;
}
@media screen and (max-width: 1132px) {
  .lo_sect3 .lr_wrapper .left .blue_catch img {
    max-width: 464px;
    width: 96.6666666667%;
  }
}
@media screen and (max-width: 834px) {
  .lo_sect3 .lr_wrapper .left .blue_catch img {
    width: 61.8666666667vw;
  }
}
.lo_sect3 .lr_wrapper .left .blue_catch + p {
  width: 90%;
  margin: 0 auto;
  text-align: left;
  font-size: 16px;
  line-height: 1.85;
}
@media screen and (max-width: 834px) {
  .lo_sect3 .lr_wrapper .left .blue_catch + p {
    font-size: 3.6vw;
    width: 100%;
  }
}
.lo_sect3 .lr_wrapper .right {
  width: 41.6961130742%;
  margin-right: 3.9752650177%;
}
.lo_sect3 .lr_wrapper .right img {
  width: 100%;
}
@media screen and (max-width: 834px) {
  .lo_sect3 .lr_wrapper .right {
    width: 90%;
    margin: 0 auto;
  }
  .lo_sect3 .lr_wrapper .right img {
    max-width: 472px;
  }
}

.lo_sect4 .lo_sect_ttl {
  margin-bottom: 80px;
}
@media screen and (max-width: 1200px) {
  .lo_sect4 .lo_sect_ttl {
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (max-width: 834px) {
  .lo_sect4 .lo_sect_ttl {
    padding-left: 0;
  }
}
.lo_sect4 .lr_wrapper {
  width: 86.5724381625%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: flex-start;
}
@media screen and (max-width: 834px) {
  .lo_sect4 .lr_wrapper {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
}
.lo_sect4 .lr_wrapper .left {
  width: 44.0816326531%;
  padding-top: 30px;
}
@media screen and (max-width: 1132px) {
  .lo_sect4 .lr_wrapper .left {
    padding-top: 0;
  }
}
@media screen and (max-width: 834px) {
  .lo_sect4 .lr_wrapper .left {
    width: 100%;
    margin: 0 auto 5vw;
    padding-top: 0;
  }
}
.lo_sect4 .lr_wrapper .left img {
  width: 100%;
}
.lo_sect4 .lr_wrapper .left .blue_catch {
  margin-bottom: 85px;
}
.lo_sect4 .lr_wrapper .left .blue_catch img {
  width: 100%;
}
@media screen and (max-width: 1132px) {
  .lo_sect4 .lr_wrapper .left .blue_catch {
    margin-bottom: 5.3003533569vw;
  }
}
@media screen and (max-width: 834px) {
  .lo_sect4 .lr_wrapper .left .blue_catch {
    text-align: left;
  }
  .lo_sect4 .lr_wrapper .left .blue_catch img {
    width: 57.6vw;
  }
}
.lo_sect4 .lr_wrapper .left > p {
  text-align: left;
  font-size: 16px;
  line-height: 1.85;
}
.lo_sect4 .lr_wrapper .left > p.small {
  padding-top: 25px;
  margin-bottom: 0;
}
@media screen and (max-width: 834px) {
  .lo_sect4 .lr_wrapper .left > p {
    font-size: 3.6vw;
    margin-bottom: 2vw;
  }
  .lo_sect4 .lr_wrapper .left > p.small {
    padding-top: 0;
  }
}
.lo_sect4 .lr_wrapper .right {
  width: 44.0816326531%;
  font-size: 13px;
  text-align: right;
}
.lo_sect4 .lr_wrapper .right img {
  width: 100%;
  margin-bottom: 12px;
}
@media screen and (max-width: 834px) {
  .lo_sect4 .lr_wrapper .right {
    width: 100%;
    margin: 0 auto 5vw;
    text-align: left;
  }
  .lo_sect4 .lr_wrapper .right img {
    max-width: 430px;
  }
}

.lo_sect5 .lo_sect_ttl {
  margin-bottom: 52px;
}
@media screen and (max-width: 1200px) {
  .lo_sect5 .lo_sect_ttl {
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (max-width: 834px) {
  .lo_sect5 .lo_sect_ttl {
    padding-left: 0;
  }
}
.lo_sect5 .lr_wrapper {
  width: 95.406360424%;
  margin: 0 0 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 834px) {
  .lo_sect5 .lr_wrapper {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
}
.lo_sect5 .lr_wrapper .left {
  width: 40%;
  padding-right: 1.5em;
  padding-top: 60px;
}
@media screen and (max-width: 1200px) {
  .lo_sect5 .lr_wrapper .left {
    padding-top: 3.5335689046vw;
  }
}
@media screen and (max-width: 834px) {
  .lo_sect5 .lr_wrapper .left {
    width: 100%;
    margin: 0 auto 5vw;
    padding-right: 0;
    padding-top: 0;
  }
}
.lo_sect5 .lr_wrapper .left .blue_catch {
  width: 45.3703703704%;
  margin: 0 auto 94px;
}
@media screen and (max-width: 1132px) {
  .lo_sect5 .lr_wrapper .left .blue_catch {
    margin-bottom: 5.8303886926vw;
  }
}
.lo_sect5 .lr_wrapper .left .blue_catch img {
  width: 100%;
}
@media screen and (max-width: 834px) {
  .lo_sect5 .lr_wrapper .left .blue_catch {
    text-align: left;
    width: auto;
  }
  .lo_sect5 .lr_wrapper .left .blue_catch img {
    max-width: 26.1333333333vw;
  }
}
.lo_sect5 .lr_wrapper .left > p {
  text-align: left;
  font-size: 16px;
  line-height: 1.85;
  margin: 0 auto;
}
.lo_sect5 .lr_wrapper .left > p.small {
  padding-top: 25px;
}
@media screen and (max-width: 834px) {
  .lo_sect5 .lr_wrapper .left > p {
    font-size: 3.6vw;
    margin-bottom: 2vw;
  }
  .lo_sect5 .lr_wrapper .left > p.small {
    padding-top: 0;
    margin: 0;
  }
}
.lo_sect5 .lr_wrapper .right {
  width: 49.0740740741%;
}
.lo_sect5 .lr_wrapper .right img {
  width: 100%;
}
@media screen and (max-width: 834px) {
  .lo_sect5 .lr_wrapper .right {
    width: 100%;
    margin: 0 auto;
  }
}

.lo_sect6 .lo_sect_ttl {
  margin-bottom: 110px;
}
@media screen and (max-width: 1200px) {
  .lo_sect6 .lo_sect_ttl {
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (max-width: 834px) {
  .lo_sect6 .lo_sect_ttl {
    padding-left: 0;
  }
}
.lo_sect6 .lead {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 834px) {
  .lo_sect6 .lead {
    font-size: 3.6vw;
  }
}
.lo_sect6 .pics_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1132px;
  margin: 0 auto;
}
.lo_sect6 .pics_wrapper > div {
  width: 48.3333333333%;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .lo_sect6 .pics_wrapper > div {
    margin-bottom: 4.8vw;
  }
}
.lo_sect6 .pics_wrapper > div .pic {
  margin-bottom: 25px;
}
.lo_sect6 .pics_wrapper > div .pic img {
  width: 100%;
}
@media screen and (max-width: 834px) {
  .lo_sect6 .pics_wrapper > div .pic {
    margin-bottom: 3.3333333333vw;
  }
}
.lo_sect6 .pics_wrapper > div .txt {
  font-family: "shippori mincho";
  font-size: 30px;
  line-height: 1.4;
  color: #15336c;
}
.lo_sect6 .pics_wrapper > div .txt span {
  font-size: 15px;
}
@media screen and (max-width: 834px) {
  .lo_sect6 .pics_wrapper > div .txt {
    font-size: 4.7vw;
  }
}

.lo_sect7 .lo_sect_ttl {
  margin-bottom: 116px;
}
@media screen and (max-width: 1200px) {
  .lo_sect7 .lo_sect_ttl {
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (max-width: 834px) {
  .lo_sect7 .lo_sect_ttl {
    padding-left: 0;
  }
}
.lo_sect7 .lead {
  text-align: center;
  margin-bottom: 40px;
  font-size: 16px;
}
.lo_sect7 .lead .kome {
  font-size: 14px;
  padding-top: 30px;
}
@media screen and (max-width: 834px) {
  .lo_sect7 .lead {
    font-size: 3.6vw;
  }
}
.lo_sect7 .pics_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 96%;
  max-width: 1132px;
  margin: 0 auto;
}
.lo_sect7 .pics_wrapper > div {
  width: 31.6666666667%;
  text-align: center;
}
.lo_sect7 .pics_wrapper > div .pic {
  margin-bottom: 25px;
}
.lo_sect7 .pics_wrapper > div .pic img {
  width: 100%;
}
@media screen and (max-width: 834px) {
  .lo_sect7 .pics_wrapper > div .pic {
    margin-bottom: 3.3333333333vw;
  }
}
.lo_sect7 .pics_wrapper > div .txt {
  font-family: "shippori mincho";
  font-size: 30px;
  line-height: 1;
  color: #15336c;
}
@media screen and (max-width: 834px) {
  .lo_sect7 .pics_wrapper > div .txt {
    font-size: 4.7vw;
  }
}
@media screen and (max-width: 834px) {
  .lo_sect7 .pics_wrapper > div {
    width: 48.3333333333%;
    margin-bottom: 5.3333333333vw;
  }
}/*# sourceMappingURL=style.css.map */