@charset "UTF-8";
/*　下層共通 */
.sub-container {
  width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 1100px) {
  .sub-container {
    width: 980px;
  }
}
/*　voice */
.topmain {
  position: relative;
  outline: 1px solid #FFF;
  outline-offset: -10px;
}

.main {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}

.main_02 {
  -o-object-position: 98% 50%;
     object-position: 98% 50%;
  height: 360px;
}

@media screen and (min-width: 550px) {
  .main_02 {
    height: 520px;
  }
}
@media screen and (min-width: 768px) {
  .main {
    height: 650px;
  }
}
@media screen and (min-width: 1600px) {
  .main {
    height: 700px;
  }
}
.main-text01 {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -60%);
  -webkit-transform: translate(-50%, -60%);
  -ms-transform: translate(-50%, -60%);
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .main-text01 {
    top: 50%;
    left: 14%;
    transform: translate(-14%, -50%);
    -webkit-transform: translate(-14%, -50%);
    -ms-transform: translate(-14%, -50%);
    text-align: left;
    width: auto;
  }
}
@media screen and (min-width: 1200px) {
  .main-text01 {
    top: 50%;
    left: 10%;
    transform: translate(-10%, -50%);
    -webkit-transform: translate(-10%, -50%);
    -ms-transform: translate(-10%, -50%);
    text-align: left;
    width: auto;
  }
}
.main-h1 {
  font-size: 22px;
  font-weight: bold;
  line-height: 140%;
  letter-spacing: 0px;
  font-family: "Sawarabi Mincho";
  color: #FFF;
}

.main-h1-bg01 {
  background: rgba(0, 0, 0, 0.7);
}

@media screen and (min-width: 500px) {
  .main-h1 {
    font-size: 26px;
  }
  .main-h1-bg01 {
    background: none;
  }
}
@media screen and (min-width: 800px) {
  .main-h1 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .main-h1 {
    font-size: 60px;
    letter-spacing: 5px;
  }
}
@media screen and (min-width: 1200px) {
  .main-h1_02 {
    font-size: 46px;
    line-height: 130%;
    letter-spacing: 5px;
  }
}
.main-name {
  width: 230px;
}

.main-name-bg01 {
  background: rgba(0, 0, 0, 0.5);
  padding-bottom: 4px;
  padding-right: 4px;
}

@media screen and (min-width: 768px) {
  .main-name {
    width: auto;
  }
  .main-name-bg01 {
    background: none;
    padding-bottom: 0px;
    padding-right: 0px;
  }
}
.profile {
  padding: 15px 5px;
  background: #222222;
  text-align: center;
  color: #FFF;
}

@media screen and (min-width: 768px) {
  .profile {
    padding: 40px 20px;
  }
}
.voice {
  padding: 30px 0;
}

@media screen and (min-width: 768px) {
  .voice {
    padding: 80px 0;
  }
}
.voice-sub {
  padding: 30px 0;
}

@media screen and (min-width: 768px) {
  .voice-sub {
    padding: 80px 0;
  }
}
.voice-p01 {
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.next-p01 {
  font-size: 20px;
  font-family: "Sawarabi Mincho";
  color: #222;
  text-decoration: none;
}

.next-p01 a {
  color: #222;
  text-decoration: none;
}

.next-p01 a:link {
  color: #222;
  text-decoration: none;
}

.next-p01 a:visited {
  color: #222;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .next-p01 {
    font-size: 24px;
  }
}
.yazirusi {
  margin-left: 15px;
  width: 60px;
  height: 8px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: skew(45deg);
}

@media screen and (min-width: 768px) {
  .yazirusi {
    width: 80px;
    height: 12px;
  }
}
/*　anser */
.answermain {
  position: relative;
  outline: 1px solid #FFF;
  outline-offset: -10px;
}

.answermain-img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 600px) {
  .answermain-img {
    height: 450px;
  }
}
@media screen and (min-width: 1600px) {
  .answermain-img {
    height: 490px;
  }
}
.answermain-text01 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  padding: 10px;
  width: 90%;
}

@media screen and (min-width: 1200px) {
  .answermain-text01 {
    width: 90%;
  }
}
@media screen and (min-width: 1500px) {
  .answermain-text01 {
    width: auto;
    padding: 30px;
  }
}
.answermain-h1 {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #FFF;
}

@media screen and (min-width: 500px) {
  .answermain-h1 {
    font-size: 26px;
  }
}
@media screen and (min-width: 800px) {
  .answermain-h1 {
    font-size: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .answermain-h1 {
    font-size: 60px;
    line-height: 100%;
  }
}
.answermain-name {
  width: 200px;
}

@media screen and (min-width: 768px) {
  .answermain-name {
    width: 350px;
  }
}
@media screen and (min-width: 900px) {
  .answermain-name {
    width: 400px;
  }
}
.answer-section01 {
  padding: 50px 0;
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .answer-section01 {
    padding: 100px 0;
    font-size: 24px;
  }
}
.answer-section02 {
  padding: 50px 0 0;
  background: #EFEFEF;
  position: relative;
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .answer-section02 {
    padding: 100px 0 0;
    font-size: 24px;
  }
}
.answer-icon01 {
  width: 100px;
}

@media screen and (min-width: 768px) {
  .answer-icon01 {
    width: 150px;
  }
}
.answer-icon02 {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

ol.answerlist li {
  padding-left: 1em;
  padding-bottom: 10px;
  border-bottom: dotted 2px #222;
  margin-bottom: 30px;
}

.answer-text01 {
  font-size: 70px;
  font-weight: bold;
}

.answermain02 {
  position: relative;
}

.answermain02-img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 600px) {
  .answermain02-img {
    height: 300px;
  }
}
@media screen and (min-width: 1000px) {
  .answermain02-img {
    height: 450px;
  }
}
.answermain-text02 {
  position: absolute;
  top: 35%;
  left: 10%;
  transform: translate(-10%, -40%);
  -webkit-transform: translate(-10%, -40%);
  -ms-transform: translate(-10%, -40%);
  text-align: left;
}

@media screen and (min-width: 1500px) {
  .answermain-text02 {
    width: auto;
    top: 50%;
    left: 7%;
    transform: translate(-7%, -50%);
    -webkit-transform: translate(-7%, -50%);
    -ms-transform: translate(-7%, -50%);
  }
}
.answermain-h1-02 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #FFF;
}

@media screen and (min-width: 500px) {
  .answermain-h1-02 {
    font-size: 22px;
  }
}
@media screen and (min-width: 800px) {
  .answermain-h1-02 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .answermain-h1-02 {
    font-size: 60px;
    line-height: 100%;
  }
}
.answermain-name02 {
  width: 200px;
}

@media screen and (min-width: 768px) {
  .answermain-name02 {
    width: 300px;
  }
}
@media screen and (min-width: 900px) {
  .answermain-name02 {
    width: 350px;
  }
}
.answermain-text03 {
  position: absolute;
  top: 87%;
  left: 50%;
  transform: translate(-50%, -87%);
  -webkit-transform: translate(-50%, -87%);
  -ms-transform: translate(-50%, -87%);
  text-align: center;
  width: 300px;
  color: #FFF;
  background: #222;
  border: solid 2px #fff;
  padding: 12px 10px;
}

@media screen and (min-width: 1200px) {
  .answermain-text03 {
    top: 88%;
    left: 80%;
    width: 400px;
    padding: 24px 10px;
  }
}
.answermain-waku01 {
  border: solid 3px #222;
  text-align: center;
  padding: 25px 0;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .answermain-waku01 {
    padding: 40px 0;
  }
}
/*list */
.list-container {
  width: 68%;
  margin: 0 auto;
}

@media screen and (min-width: 767px) {
  .list-container {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1100px) {
  .list-container {
    width: 980px;
  }
}
.li_topmain {
  position: relative;
  outline: 1px solid #FFF;
  outline-offset: -10px;
}

.li_main {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 500px) {
  .li_main {
    height: 450px;
  }
}
@media screen and (min-width: 768px) {
  .li_main {
    height: 650px;
  }
}
@media screen and (min-width: 1600px) {
  .li_main {
    height: 700px;
  }
}
.li_main-text01 {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -60%);
  -webkit-transform: translate(-50%, -60%);
  -ms-transform: translate(-50%, -60%);
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .li_main-text01 {
    top: 66%;
    left: 50%;
    transform: translate(-50%, -60%);
    -webkit-transform: translate(-50%, -60%);
    -ms-transform: translate(-50%, -60%);
    text-align: center;
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .li_main-text01 {
    top: 66%;
    left: 50%;
    transform: translate(-50%, -60%);
    -webkit-transform: translate(-50%, -60%);
    -ms-transform: translate(-50%, -60%);
    text-align: center;
    width: 100%;
  }
}
.li_main-h1 {
  font-size: 15px;
  font-weight: bold;
  line-height: 140%;
  letter-spacing: 0px;
  font-family: "Sawarabi Mincho";
  color: #FFF;
  background: linear-gradient(90deg, rgb(144, 195, 31) 0%, rgb(78, 167, 112) 51%, rgb(0, 134, 209) 100%);
  width: 250px;
  margin: 0 auto 30px;
  text-shadow: 1px 2px 3px #222222;
}

@media screen and (min-width: 500px) {
  .li_main-h1 {
    font-size: 24px;
    line-height: 200%;
    width: 385px;
  }
}
@media screen and (min-width: 800px) {
  .li_main-h1 {
    font-size: 28px;
    line-height: 200%;
    width: 460px;
  }
}
@media screen and (min-width: 1200px) {
  .li_main-h1 {
    font-size: 32px;
    letter-spacing: 5px;
    line-height: 200%;
    width: 620px;
  }
}
.li_main-ht {
  font-size: 21px;
  font-weight: bold;
  line-height: 140%;
  letter-spacing: 0px;
  font-family: "Sawarabi Mincho";
  color: #FFF;
  width: 250px;
  margin: 0 auto 30px;
  text-shadow: 1px 2px 3px #222222;
}

@media screen and (min-width: 500px) {
  .li_main-ht {
    font-size: 32px;
    line-height: 200%;
    width: 412px;
  }
}
@media screen and (min-width: 800px) {
  .li_main-ht {
    font-size: 57px;
    line-height: 200%;
    width: 800px;
  }
}
@media screen and (min-width: 1200px) {
  .li_main-ht {
    font-size: 67px;
    letter-spacing: 5px;
    line-height: 200%;
    width: 1000px;
  }
}
.li_main-text {
  font-size: 12px;
  font-weight: bold;
  line-height: 140%;
  letter-spacing: 0px;
  font-family: "Sawarabi Mincho";
  color: #FFF;
}

@media screen and (min-width: 500px) {
  .li_main-text {
    font-size: 15px;
  }
}
@media screen and (min-width: 800px) {
  .li_main-text {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .li_main-text {
    font-size: 24px;
    letter-spacing: 5px;
  }
}
.li_main-name {
  width: 280px;
  margin-bottom: 30px;
}

@media screen and (min-width: 500px) {
  .li_main-name {
    width: 400px;
  }
}
@media screen and (min-width: 800px) {
  .li_main-name {
    width: 700px;
  }
}
@media screen and (min-width: 1200px) {
  .li_main-name {
    width: 780px;
  }
}
.list_topmain {
  position: relative;
  outline-offset: -10px;
}

.list_topmain::before {
  width: 100%;
  height: 100%;
  z-index: 0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.list_nav {
  list-style: none;
}

.list_navBox ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  text-align: center;
  display: flex;
  flex-wrap: wrap; /* これを指定する */
  justify-content: space-between;
}

.list_navBox li {
  display: block;
  width: 50%;
  height: auto;
  font-size: 12px;
}

.list_box {
  line-height: 1;
  padding: 15px 0;
}

.list_navBox a {
  display: block;
  width: 100%;
  text-decoration: none;
  padding-bottom: 5px;
}

.list_list {
  line-height: 2.5;
  padding: 10px 0;
}

.list_navBox li.management {
  border-bottom: 6px solid #FFB31D;
}

.list_navBox li.owner {
  border-bottom: 6px solid #FF6456;
}

.list_navBox li.insurance {
  border-bottom: 6px solid #5BBE56;
}

.list_navBox li.university {
  border-bottom: 6px solid #2ABFE9;
}

.list_navBox li.intermediary {
  border-bottom: 6px solid #c04fec;
}

.list_navBox li.management a {
  color: #FFB31D;
}

.list_navBox li.owner a {
  color: #FF6456;
}

.list_navBox li.insurance a {
  color: #5BBE56;
}

.list_navBox li.university a {
  color: #2ABFE9;
}

.list_navBox li.intermediary a {
  color: #c04fec;
}

@media screen and (min-width: 768px) {
  .list_box {
    line-height: 2.5;
    padding: 15px 0;
  }
  .list_nav {
    list-style: none;
  }
  .list_navBox ul {
    display: table;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .list_navBox li {
    display: table-cell;
    min-width: 50px;
    width: 20%;
    height: auto;
    font-size: 16px;
  }
  .list_navBox a {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #555;
    padding-bottom: 5px;
  }
}
.br_br {
  display: none;
}

@media screen and (min-width: 1020px) {
  .br_br {
    display: inline;
  }
}
.icon_img {
  width: 5%;
  margin-left: 10px;
}

@media screen and (min-width: 768px) {
  .icon_img {
    width: 10%;
    margin-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .icon_img {
    width: 8%;
  }
}
.introduction {
  padding: 30px 0;
}

@media screen and (min-width: 768px) {
  .introduction {
    padding: 80px 0;
  }
}
.introduction-p01 {
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.introduction_subTitle {
  font-size: 12px;
  font-weight: bold;
}

.subTitle01 {
  color: #FFB31D;
}

.subTitle02 {
  color: #FF5C4D;
}

.subTitle03 {
  color: #5BBE56;
}

.subTitle04 {
  color: #2ABFE9;
}

.subTitle05 {
  color: #c04fec;
}

.introduction_title {
  font-size: 23px;
  font-weight: bold;
  font-family: "Sawarabi Mincho";
  padding: 8px 0;
  padding-bottom: 8px;
  text-align: left;
  position: relative;
}

.introduction_title::before {
  content: "";
  position: absolute;
  top: 48px;
  left: 0;
  width: 40px;
  height: 2px;
}

.title_01::before {
  background-color: #FFB31D;
}

.title_02::before {
  background-color: #FF5C4D;
}

.title_03::before {
  background-color: #5BBE56;
}

.title_04::before {
  background-color: #2ABFE9;
}

.title_05::before {
  background-color: #c04fec;
}

.introduction_title::after {
  transform: scale(0.2);
  position: absolute;
}

.introduction_imgBox {
  margin-bottom: 45px;
}

.introduction_img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left top;
     object-position: left top;
}

.position {
  position: relative;
}

.introduction_text_tate {
  font-size: 12px;
  writing-mode: vertical-rl;
  display: table-cell;
  width: 26px;
  height: 138px;
  padding-top: 20px;
  color: #FFF;
  margin: 0;
  position: absolute;
  top: 0px;
  left: 0px;
}

.tate01 {
  background-color: #FFB31D;
}

.tate02 {
  background-color: #FF5C4D;
}

.tate03 {
  background-color: #5BBE56;
}

.tate04 {
  background-color: #2ABFE9;
}

.tate05 {
  background-color: #c04fec;
}

.tate01 {
  background-color: #FFB31D;
}

.introduction_textBox {
  position: absolute;
  background-color: rgba(34, 34, 34, 0.8);
  bottom: 0;
  left: 0;
  padding: 5px;
  color: #FFF;
  height: 90px;
  width: 100%;
}

.introduction_text {
  font-size: 12px;
  text-align: center;
  margin-top: 10px;
}

.introduction_textBm {
  text-align: right;
}

.introduction_next {
  font-size: 30px;
  font-weight: bold;
  margin-top: 1rem;
  margin-left: 1rem;
  margin-bottom: 3rem;
}

@media screen and (min-width: 500px) {
  .introduction_text_tate {
    font-size: 16px;
  }
  .introduction_text_tate {
    font-size: 16px;
    writing-mode: vertical-rl;
    display: table-cell;
    width: 26px;
    height: 138px;
    padding-top: 20px;
    color: #FFF;
    margin: 0;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .introduction_title::after {
    transform: scale(0.2);
    position: absolute;
  }
  .introduction_textBox {
    position: absolute;
    background-color: rgba(34, 34, 34, 0.8);
    bottom: 0;
    left: 0;
    padding: 10px 5px;
    height: 120px;
  }
  .introduction_text {
    font-size: 15px;
    margin-top: 5px;
  }
  .introduction_img {
    width: 100%;
    height: 550px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left top;
       object-position: left top;
  }
}
@media screen and (min-width: 768px) {
  .introduction_subTitle {
    font-size: 18px;
  }
  .introduction_title {
    font-size: 45px;
  }
  .introduction_title::before {
    content: "";
    position: absolute;
    top: 70px;
    left: 0;
    width: 50px;
    height: 3px;
  }
  .introduction_title::after {
    transform: scale(0.3);
    position: absolute;
  }
  .introduction_text_tate {
    font-size: 16px;
  }
  .introduction_text_tate {
    font-size: 16px;
    writing-mode: vertical-rl;
    display: table-cell;
    width: 26px;
    height: 138px;
    padding-top: 20px;
    color: #FFF;
    margin: 0;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .introduction_textBox {
    position: absolute;
    background-color: rgba(34, 34, 34, 0.8);
    bottom: 0;
    left: 0;
    padding: 10px;
    height: 150px;
    width: 100%;
  }
  .introduction_text {
    font-size: 15px;
    margin-top: 5px;
  }
  .introduction_img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left top;
       object-position: left top;
  }
  .introduction_next {
    font-size: 30px;
    font-weight: bold;
    margin-top: 17rem;
    margin-left: 15rem;
  }
}
@media screen and (min-width: 900px) {
  .introduction_title::after {
    transform: scale(0.3);
    position: absolute;
  }
}
.introduction_bg {
  background-color: #EEEEEE;
}

.br {
  display: none;
}

@media screen and (min-width: 768px) {
  .br {
    display: block;
  }
}
#global-nav {
  background: #fff;
  width: 100%;
}

#global-nav.m_fixed {
  left: 0;
  position: fixed;
  top: 0;
  z-index: 999;
}

.anchor {
  display: block;
  padding-top: 133px;
  margin-top: -46px;
}

@media screen and (min-width: 768px) {
  .anchor {
    display: block;
    padding-top: 120px;
    margin-top: -40px;
  }
}
.banner_imgBox {
  max-width: 300px;
  width: 100%;
  margin: 80px auto;
}

.banner_img {
  width: 100%;
}

@media screen and (min-width: 500px) {
  .banner_imgBox {
    max-width: 424px;
    width: 100%;
    margin: 80px auto;
  }
}
@media screen and (min-width: 768px) {
  .banner_imgBox {
    max-width: 620px;
    width: 100%;
    margin: 80px auto;
  }
}
@media screen and (min-width: 1200px) {
  .banner_imgBox {
    max-width: 800px;
    width: 100%;
    margin: 80px auto;
  }
}
.list-link01 {
  padding-top: 300px;
  margin-top: 300px;
}

/*　固定バナー */
.banner-bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.6);
}

.banner-bottom p {
  padding: 10px 0px;
  background: #FF5C4D;
  border-radius: 50px;
  color: #FFF;
  font-size: 15px;
  width: 96%;
  margin: 20px auto;
}

@media screen and (min-width: 500px) {
  .banner-bottom p {
    padding: 15px 0px;
    font-size: 16px;
    margin: 20px auto;
    width: 380px;
  }
}
.banner-bottom p a {
  color: #FFF;
  text-decoration: none;
}

.banner-bottom p span {
  font-size: 120%;
  font-weight: bold;
  border-bottom: solid 1px;
}

.push {
  height: 95px;
}

/*　SNS */
.snsarea-01 {
  float: left;
  text-align: left;
  margin-top: 10px;
}

.snsarea-02 {
  float: right;
  text-align: right;
}

.snsarea-02 img {
  height: 40px;
  width: auto;
  float: left;
  margin: 0 15px;
}

.snsarea-03 {
  text-align: center;
  display: block;
  margin-bottom: 20px;
}

.snsarea-04 {
  text-align: center;
}

.snsarea-04 img {
  height: 30px;
  width: auto;
  margin: 0 10px;
}

@media screen and (max-width: 768px) {
  .flex_conts_type02 {
    margin-bottom: 15px !important;
  }
  .flex_conts_type02 img {
    width: 38px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}/*# sourceMappingURL=sub.css.map */