@charset "UTF-8";
body {
  background-color: #fff;
  color: #111;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

_:lang(x)::-internal-media-controls-overlay-cast-button, img {
  image-rendering: -webkit-optimize-contrast;
}

h1, h2, h3, h4, h5, h6, div, p, li, dt, dd, th, td {
  font-size: 16px;
  line-height: 1.5em;
  color: #111;
}

a {
  color: #111;
}

.content {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

/*--- ヘッダー ---*/
header {
  display: block;
  width: 100%;
  position: relative;
  z-index: 20;
  background: #fff;
}
header p {
  margin-bottom: 0;
}
header .header_top {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
}
header .content {
  max-width: 1160px;
  width: 96%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 14px;
  padding-bottom: 14px;
  position: relative;
}
@media screen and (max-width: 1160px) {
  header .content {
    padding-top: 1.2vw;
    padding-bottom: 1.2vw;
  }
}
@media screen and (max-width: 768px) {
  header .content {
    max-width: none;
    width: 93%;
    padding-top: 1.5vw;
    padding-bottom: 1.5vw;
  }
}
header .content .title {
  max-width: 295px;
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 1160px) {
  header .content .title {
    max-width: none;
    width: 25.4vw;
  }
}
@media screen and (max-width: 768px) {
  header .content .title {
    max-width: none;
    width: 63vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
header .content .left_link {
  max-width: 630px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1160px) {
  header .content .left_link {
    max-width: none;
    width: 54.3vw;
  }
}
header .content .left_link .btn_list {
  width: 64.1%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}
header .content .left_link .btn_list li {
  width: 31.9%;
}
header .content .left_link .btn_list li .no_link {
  opacity: 0.25;
}
header .content .left_link .logo {
  width: 32.5%;
}

.header-pc {
  position: fixed;
  z-index: 20;
  top: 75px;
  left: 0;
  width: 100%;
  height: 57px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#003f7e+0,0070a9+45,0070a9+55,003f7e+100 */
  background: linear-gradient(to right, rgb(0, 63, 126) 0%, rgb(0, 112, 169) 45%, rgb(0, 112, 169) 55%, rgb(0, 63, 126) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
@media screen and (max-width: 1160px) {
  .header-pc {
    top: 6.5vw;
    height: 4.9vw;
  }
}
@media screen and (max-width: 768px) {
  .header-pc {
    display: none;
  }
}
.header-pc ul {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding: 19px 0;
}
@media screen and (max-width: 1160px) {
  .header-pc ul {
    padding: 1.6vw 0;
  }
}
.header-pc ul li {
  display: inline-block;
  text-align: center;
  color: #fff;
  border-right: 1px solid #fff;
  padding: 0px 1.7em;
  font-size: 13px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1160px) {
  .header-pc ul li {
    font-size: 1.1vw;
  }
}
.header-pc ul li span.no_link {
  color: #898989;
}
.header-pc ul li:first-of-type {
  border-left: 1px solid #fff;
}
.header-pc ul li a {
  color: #fff;
  position: relative;
}
.header-pc ul li a .new {
  position: absolute;
  right: -18px;
  top: -18px;
  display: inline-block;
  padding: 0.3em 0.5em 0.4em;
  background-color: #C00;
  font-size: 10px;
  line-height: 1em;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 1160px) {
  .header-pc ul li a .new {
    right: -1.5vw;
    top: -1.5vw;
    font-size: 0.9vw;
  }
}
.header-pc .line {
  display: none;
}

.body-top .header-pc ul li a.top {
  color: #fff100;
}

.body-concept .header-pc ul li a.concept,
.body-location .header-pc ul li a.location,
.body-landplan .header-pc ul li a.landplan,
.body-design .header-pc ul li a.design,
.body-plan .header-pc ul li a.plan,
.body-modelroom .header-pc ul li a.modelroom,
.body-equipment .header-pc ul li a.equipment,
.body-quality .header-pc ul li a.quality,
.body-about .header-pc ul li a.about,
.body-zeh-m .header-pc ul li a.zeh-m,
.body-life .header-pc ul li a.life,
.body-view .header-pc ul li a.view {
  color: #fff100;
}

.navToggle {
  display: none;
}
@media screen and (max-width: 768px) {
  .navToggle {
    display: block;
    display: block;
    width: 10vw;
    height: 10vw;
    cursor: pointer;
    z-index: 10;
    text-align: center;
    position: relative;
    right: -2vw;
  }
  .navToggle span {
    display: block;
    position: absolute;
    /* .navToggleに対して */
    width: 7vw;
    border-bottom: solid 0.6vw #000;
    right: 1.5vw;
    transition: 0.25s ease-in-out;
  }
  .navToggle span:nth-child(1) {
    top: 2.1vw;
  }
  .navToggle span:nth-child(2) {
    top: 4.4vw;
  }
  .navToggle span:nth-child(3) {
    top: 6.8vw;
  }
  .navToggle.active span {
    top: 4.4vw;
    /* 最初のspanをマイナス45度に */
    /* 2番目と3番目のspanを45度に */
  }
  .navToggle.active span:nth-child(1) {
    transform: rotate(-45deg);
  }
  .navToggle.active span:nth-child(2), .navToggle.active span:nth-child(3) {
    transform: rotate(45deg);
  }
}

#sp_menu {
  display: none;
  position: absolute;
  top: -9999px;
}
@media screen and (max-width: 768px) {
  #sp_menu {
    width: 100%;
    top: 13vw;
    z-index: 11;
  }
  #sp_menu.active {
    position: fixed;
  }
  #sp_menu ul {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid #003300;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #sp_menu ul li {
    width: 50%;
  }
  #sp_menu ul li span.no_link {
    position: relative;
    color: #fff;
    background-color: rgba(0, 116, 163, 0.8);
    height: 12vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #003300;
    border-bottom: 1px solid #003300;
    line-height: 1.2em;
    font-size: 3.2vw;
  }
  #sp_menu ul li a {
    position: relative;
    color: #fff;
    background-color: rgba(0, 116, 163, 0.8);
    height: 12vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #003300;
    border-bottom: 1px solid #003300;
    line-height: 1.2em;
    font-size: 3.2vw;
  }
  #sp_menu ul li a .new {
    position: absolute;
    display: inline-block;
    font-size: 2.6vw;
    line-height: 1em;
    padding: 0.3em 0.5em 0.4em;
    background-color: #c00;
    color: #fff;
    right: 1.1vw;
    top: 1.1vw;
  }
  #sp_menu ul li.inq_sp {
    width: 100%;
  }
  #sp_menu ul li.inq_sp a {
    background-color: rgba(174, 73, 114, 0.8);
  }
  #sp_menu ul li.req_sp a {
    background-color: rgba(207, 75, 81, 0.8);
  }
  #sp_menu ul li:nth-child(2n+1) span.no_link, #sp_menu ul li:nth-child(2n+1) a {
    border-left: 1px solid #003300;
  }
  #sp_menu ul li a {
    color: #fff;
  }
  #sp_menu ul li span.no_link {
    color: #999;
  }
  #sp_menu ul li.inq span.closes, #sp_menu ul li.inq a {
    border-right: 1px solid #a40b5d;
    border-bottom: 1px solid #a40b5d;
    border-left: 1px solid #a40b5d;
    background-color: rgba(164, 11, 93, 0.7);
  }
}

#container {
  padding-top: 132px;
}
@media screen and (max-width: 1160px) {
  #container {
    padding-top: 11.4vw;
  }
}
@media screen and (max-width: 768px) {
  #container {
    padding-top: 13vw;
  }
}

@media screen and (max-width: 768px) {
  #container, .under_page #container {
    padding-top: 13vw;
  }
}

/*--- アンカーリンク（#containerのpadding-top*1.1倍） ---*/
.anker {
  display: block;
  padding-top: 132px;
  margin-top: -132px;
}
@media screen and (max-width: 1160px) {
  .anker {
    padding-top: 11.4vw;
    margin-top: -11.4vw;
  }
}
@media screen and (max-width: 768px) {
  .anker {
    padding-top: 13vw;
    margin-top: -13vw;
  }
}

.under_page #container {
  padding-top: 119px;
}
@media screen and (max-width: 768px) {
  .under_page #container {
    padding-top: 13vw;
  }
}

/*--- 共通CSS ---*/
.page_content {
  max-width: 1016px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 64px;
  padding-bottom: 56px;
}
@media screen and (max-width: 1310px) {
  .page_content {
    max-width: none;
    width: 77.6vw;
    padding-top: 4.9vw;
    padding-bottom: 4.3vw;
  }
}
@media screen and (max-width: 768px) {
  .page_content {
    width: 90.6%;
    padding-top: 5.5vw;
    padding-bottom: 4.7vw;
  }
}
.page_content h1 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 28px;
  font-weight: normal;
  letter-spacing: 0.2em;
  text-align: center;
  padding: 0.9em 0 1em;
  margin-bottom: 30px;
  background-color: #00538d;
  color: #fff;
}
@media screen and (max-width: 1310px) {
  .page_content h1 {
    font-size: 2.1vw;
    margin-bottom: 2.3vw;
  }
}
@media screen and (max-width: 768px) {
  .page_content h1 {
    font-size: 3.6vw;
    margin-bottom: 2.2vw;
    padding: 0.7em 0;
  }
}

.head_logo_box {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 90px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1310px) {
  .head_logo_box {
    padding: 6.9vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  .head_logo_box {
    padding: 7.8vw 0 0;
  }
}
.head_logo_box .page_catch {
  font-size: 29px;
  font-weight: 500;
  line-height: 2em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1310px) {
  .head_logo_box .page_catch {
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 768px) {
  .head_logo_box .page_catch {
    font-size: 3.9vw;
    line-height: 1.8em;
  }
}

.wrap01, .wrap02, .wrap03, .wrap04 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.wrap01 {
  max-width: 1016px;
}
@media screen and (max-width: 1160px) {
  .wrap01 {
    max-width: none;
    width: 87.6%;
  }
}
@media screen and (max-width: 768px) {
  .wrap01 {
    width: 85.9%;
  }
}

.wrap02 {
  max-width: 1160px;
}
@media screen and (max-width: 768px) {
  .wrap02 {
    max-width: none;
    width: 85.9%;
  }
}

.wrap04 {
  max-width: 1160px;
}
@media screen and (max-width: 768px) {
  .wrap04 {
    max-width: none;
    width: 90.6%;
  }
}

.wrap03 {
  max-width: 1000px;
}
@media screen and (max-width: 1160px) {
  .wrap03 {
    max-width: none;
    width: 86.2%;
  }
}
@media screen and (max-width: 768px) {
  .wrap03 {
    max-width: none;
    width: 90.6%;
  }
}

.head_line {
  display: none;
}
@media screen and (max-width: 768px) {
  .head_line {
    display: block;
  }
}

.page_title_box {
  padding: 100px 0;
}
@media screen and (max-width: 1310px) {
  .page_title_box {
    padding: 7.6vw 0;
  }
}
@media screen and (max-width: 768px) {
  .page_title_box {
    padding: 5.5vw 0 4.5vw;
  }
}
.page_title_box h1 {
  text-align: center;
}
.page_title_box h1 img {
  display: inline-block;
  width: auto;
  height: 58px;
}
@media screen and (max-width: 1310px) {
  .page_title_box h1 img {
    height: 4.4vw;
  }
}
@media screen and (max-width: 768px) {
  .page_title_box h1 img {
    height: 5.3vw;
  }
}
.page_title_box .title_txt {
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 1310px) {
  .page_title_box .title_txt {
    margin-top: 3.8vw;
  }
}
@media screen and (max-width: 768px) {
  .page_title_box .title_txt {
    margin-top: 2.3vw;
  }
}
.page_title_box .title_txt img {
  display: inline-block;
  width: auto;
  height: 27px;
}
@media screen and (max-width: 1310px) {
  .page_title_box .title_txt img {
    height: 2.1vw;
  }
}
@media screen and (max-width: 768px) {
  .page_title_box .title_txt img {
    height: 2.7vw;
  }
}

.bg01 {
  background-image: url("../images/common/bg01.jpg");
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-position: center top;
}

.bottom_note {
  padding: 10px 0;
}
@media screen and (max-width: 1310px) {
  .bottom_note {
    padding: 0.8vw 0;
  }
}
@media screen and (max-width: 768px) {
  .bottom_note {
    padding: 1.6vw 0;
  }
}
.bottom_note p {
  text-align: right;
  font-size: 10px;
  line-height: 1.8em;
}
@media screen and (max-width: 1310px) {
  .bottom_note p {
    font-size: 0.8vw;
  }
}
@media screen and (max-width: 768px) {
  .bottom_note p {
    text-align: left;
    font-size: 2.5vw;
    line-height: 1.6em;
  }
}

/*--- ページ下部 ---*/
.aside {
  background-color: #cbd5dc;
  padding: 90px 0;
}
@media screen and (max-width: 1310px) {
  .aside {
    padding: 6.9vw 0;
  }
}
@media screen and (max-width: 768px) {
  .aside {
    padding: 5vw 6.25vw;
  }
}
.aside .aside_title {
  width: 860px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  font-size: 28px;
  font-weight: 300;
  color: #231815;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
}
@media screen and (max-width: 1310px) {
  .aside .aside_title {
    width: 65.6vw;
    font-size: 2.1vw;
    height: 3.1vw;
  }
}
@media screen and (max-width: 768px) {
  .aside .aside_title {
    width: 90.6%;
    font-size: 3.4vw;
    height: 5.5vw;
  }
}
.aside .aside_content {
  width: 860px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 68px;
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
  justify-content: center;
}
@media screen and (max-width: 1310px) {
  .aside .aside_content {
    width: 65.6vw;
    margin-top: 5.2vw;
    -moz-column-gap: 3.1vw;
         column-gap: 3.1vw;
  }
}
@media screen and (max-width: 768px) {
  .aside .aside_content {
    width: 90.6%;
    -moz-column-gap: 4.7vw !important;
         column-gap: 4.7vw !important;
    row-gap: 4.7vw;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.aside .aside_content_link {
  width: calc(33.3333333333% - 20px);
}
@media screen and (max-width: 1310px) {
  .aside .aside_content_link {
    width: calc(33.3333333333% - 1.5vw);
  }
}
@media screen and (max-width: 768px) {
  .aside .aside_content_link {
    width: calc(50% - 2.35vw) !important;
  }
}
.aside .aside_content_link_title {
  background-color: #fff;
  display: flex;
  align-items: center;
  padding-inline: 16px;
  height: 78px;
  font-size: 16px;
  font-weight: 300;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", serif;
}
@media screen and (max-width: 1310px) {
  .aside .aside_content_link_title {
    padding-inline: 1.2vw;
    height: 6vw;
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 768px) {
  .aside .aside_content_link_title {
    font-size: 2.1875vw !important;
    height: 10.625vw;
    padding-inline: 2.81vw;
  }
}

.body-about .aside .aside_content, .body-map .aside .aside_content {
  -moz-column-gap: 32px;
       column-gap: 32px;
}

.body-about .aside .aside_content_link, .body-map .aside .aside_content_link {
  width: calc(33.3333333333% - 16px);
}

.body-about .aside .aside_content_link_title, .body-map .aside .aside_content_link_title {
  font-size: 13px;
}
@media screen and (max-width: 1200px) {
  .body-about .aside .aside_content_link_title, .body-map .aside .aside_content_link_title {
    font-size: 1.1vw;
  }
}

.bottom {
  padding-top: 130px;
}
@media screen and (max-width: 768px) {
  .bottom {
    padding-top: 10vw;
    padding-bottom: 5.9vw;
  }
}
.bottom p {
  margin-bottom: 0;
}
.bottom .header-pc {
  position: static;
  margin-top: 65px;
}
@media screen and (max-width: 1310px) {
  .bottom .header-pc {
    margin-top: 5vw;
  }
}
.bottom .content {
  max-width: 1160px;
}
@media screen and (max-width: 1240px) {
  .bottom .content {
    max-width: none;
    width: 93.5vw;
  }
}
@media screen and (max-width: 768px) {
  .bottom .content {
    max-width: none;
    width: 93%;
  }
}
.bottom .logo01 {
  width: 121px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1010px) {
  .bottom .logo01 {
    width: 12vw;
  }
}
@media screen and (max-width: 768px) {
  .bottom .logo01 {
    width: 18.3vw;
  }
}
.bottom .inq_title {
  margin-top: 72px;
  font-size: 22px;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1010px) {
  .bottom .inq_title {
    margin-top: 6.2068vw;
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 768px) {
  .bottom .inq_title {
    margin-top: 10.4166vw;
    font-size: 4.052vw;
  }
}
.bottom .inq_txt_box {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.bottom .inq_txt_box .inq_txt01 {
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1010px) {
  .bottom .inq_txt_box .inq_txt01 {
    font-size: 1.8vw;
  }
}
.bottom .inq_txt_box .inq_tel_box {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1010px) {
  .bottom .inq_txt_box .inq_tel_box {
    margin-top: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  .bottom .inq_txt_box .inq_tel_box {
    margin-top: 3.2vw;
  }
}
.bottom .inq_txt_box .inq_tel_box .icon {
  width: 88px;
  margin-right: 9px;
}
@media screen and (max-width: 1010px) {
  .bottom .inq_txt_box .inq_tel_box .icon {
    width: 8.7vw;
    margin-right: 0.9vw;
  }
}
@media screen and (max-width: 768px) {
  .bottom .inq_txt_box .inq_tel_box .icon {
    width: 13.7vw;
    margin-right: 1.3vw;
  }
}
.bottom .inq_txt_box .inq_tel_box .tel_no {
  width: 314px;
}
@media screen and (max-width: 1010px) {
  .bottom .inq_txt_box .inq_tel_box .tel_no {
    width: 31.1vw;
  }
}
@media screen and (max-width: 768px) {
  .bottom .inq_txt_box .inq_tel_box .tel_no {
    width: 49vw;
  }
}
.bottom .inq_txt_box .inq_tel_box .inq_tel_txt01 {
  font-size: 19px;
  line-height: 1.3em;
  margin-left: 18px;
  padding-bottom: 0.2em;
}
@media screen and (max-width: 1010px) {
  .bottom .inq_txt_box .inq_tel_box .inq_tel_txt01 {
    font-size: 1.9vw;
    margin-left: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  .bottom .inq_txt_box .inq_tel_box .inq_tel_txt01 {
    width: 100%;
    font-size: 3.5vw;
    text-align: center;
    line-height: 1.3em;
    margin-left: 0;
    padding-bottom: 0;
    margin-top: 1em;
  }
}
.bottom .inq_txt_box .inq_tel_box .inq_tel_txt01 .space {
  display: none;
}
@media screen and (max-width: 768px) {
  .bottom .inq_txt_box .inq_tel_box .inq_tel_txt01 .space {
    display: inline;
  }
}
.bottom .big_ban_box {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* .big_ban01 + .big_ban01 {
  	margin-top: 25px;
  	@media screen and (max-width: 1010px) {
  		margin-top: 2.5vw;
  	}
  	@include mq(sp){
  		margin-top: 3.5vw;
  	}
  } */
}
@media screen and (max-width: 1240px) {
  .bottom .big_ban_box {
    margin-top: 4.8vw;
  }
}
@media screen and (max-width: 768px) {
  .bottom .big_ban_box {
    max-width: none;
    width: 100%;
    margin-top: 6vw;
    display: block;
  }
}
.bottom .big_ban_box .big_ban01 {
  width: 450px;
  order: 2;
  margin-left: 8px;
}
@media screen and (max-width: 1240px) {
  .bottom .big_ban_box .big_ban01 {
    width: 36.3vw;
    margin-left: 0.6vw;
  }
}
@media screen and (max-width: 768px) {
  .bottom .big_ban_box .big_ban01 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.bottom .big_ban_box .ban_list02 {
  width: 640px;
  order: 1;
}
@media screen and (max-width: 1240px) {
  .bottom .big_ban_box .ban_list02 {
    width: 51.6vw;
  }
}
@media screen and (max-width: 768px) {
  .bottom .big_ban_box .ban_list02 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 3.5vw;
  }
}
.bottom .ban_list02 {
  /* margin-top: 25px; */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1010px) {
  .bottom .ban_list02 {
    /* margin-top: 2.5vw; */
  }
}
@media screen and (max-width: 768px) {
  .bottom .ban_list02 {
    /* margin-top: 3.5vw; */
    display: block;
  }
}
.bottom .ban_list02 .ban_block01 {
  width: 67.5%;
}
@media screen and (max-width: 768px) {
  .bottom .ban_list02 .ban_block01 {
    width: 100%;
  }
}
.bottom .ban_list02 .ban_block02 {
  width: 31.25%;
}
@media screen and (max-width: 768px) {
  .bottom .ban_list02 .ban_block02 {
    width: 100%;
    margin-top: 10vw;
    width: 100%;
    margin-top: 3.5vw;
  }
  .bottom .ban_list02 .ban_block02 .ban01 {
    width: 54.5%;
    margin-left: auto;
    margin-right: auto;
  }
}
.bottom .ban_txt01 {
  font-size: 12px;
  text-align: center;
  margin-top: 0.7em;
}
@media screen and (max-width: 1010px) {
  .bottom .ban_txt01 {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 768px) {
  .bottom .ban_txt01 {
    font-size: 2.6vw;
  }
}
.bottom .ban_txt01 .space {
  display: none;
}
@media screen and (max-width: 768px) {
  .bottom .ban_txt01 .space {
    display: inline;
  }
}
.bottom .ban_txt01 i {
  margin-right: 0.25em;
}
.bottom .bottom_link {
  font-size: 13px;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .bottom .bottom_link {
    font-size: 1.5vw;
    margin-top: 2.6vw;
  }
}
@media screen and (max-width: 420px) {
  .bottom .bottom_link {
    font-size: 10px;
    line-height: 1.2em;
    margin-top: 20px;
    text-align: center;
  }
}
.bottom .bottom_link ul {
  display: flex;
  justify-content: center;
}
.bottom .bottom_link li {
  width: 14.28%;
  font-size: 12px;
  text-align: center;
  border-right: 1px solid #000;
  padding: 5px 0;
}
.bottom .bottom_link li.border {
  border-left: 1px solid #000;
}
.bottom .bottom_link ul + ul {
  margin-top: 20px;
}
.bottom .bottom_link li.closes {
  opacity: 0.5;
}
.bottom .bottom_link li a {
  display: block;
  transition-duration: 0.3s;
}
.bottom .bottom_link li a:hover {
  opacity: 0.5;
}
.bottom .bottom_link span.no_link {
  opacity: 0.1;
}
.bottom .sp_bottom_menu {
  display: none;
}
@media screen and (max-width: 768px) {
  .bottom .sp_bottom_menu {
    position: fixed;
    left: 0;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0;
    z-index: 20;
  }
}
.bottom .sp_bottom_menu li {
  width: 33.333%;
}
.bottom .sp_bottom_menu li span.no_link img {
  opacity: 0.2;
}

/*--- フッター ---*/
footer {
  background-color: #f0f2f3;
  padding-top: 40px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  footer {
    padding-top: 5vw;
    /* padding-bottom: 7.8vw; */
    padding-bottom: 19.8vw;
  }
}
footer .content {
  max-width: 762px;
}
@media screen and (max-width: 768px) {
  footer .content {
    max-width: none;
  }
}
footer .content .txt_box {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  footer .content .txt_box {
    display: block;
  }
}
footer .content .txt_box .logo_01 {
  max-width: 304px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  footer .content .txt_box .logo_01 {
    max-width: 390px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
footer .content .txt_box .logo_02 {
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 4px;
  width: 15.5%;
}
footer .content .txt_box .txt {
  width: 49.7%;
  padding-top: 7px;
}
@media screen and (max-width: 768px) {
  footer .content .txt_box .txt {
    width: 100%;
    text-align: center;
    font-size: 1.8vw;
    line-height: 1.5em;
    padding-top: 4vw;
  }
}
footer .content .txt_box .logo_02 {
  padding-top: 4px;
  width: 15.5%;
}
@media screen and (max-width: 768px) {
  footer .content .txt_box .logo_02 {
    position: static;
    padding-top: 4vw;
    width: 30%;
    max-width: 92px;
    margin-left: auto;
    margin-right: auto;
  }
}
footer .content .copyright {
  font-size: 13px;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  footer .content .copyright {
    font-size: 2vw;
    margin-top: 4vw;
  }
}
footer p {
  margin-bottom: 0;
}

.pc_nav {
  background: linear-gradient(to right, #008a6c 10%, #43b149 90%);
}
@media screen and (max-width: 768px) {
  .pc_nav {
    display: none;
  }
}
.pc_nav ul {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  line-height: 0;
}
.pc_nav ul li {
  display: inline-block;
}
.pc_nav ul li img {
  width: auto;
  height: 42px;
}

.fadeInUp {
  position: relative;
  bottom: -50px;
  opacity: 0;
  transition: bottom 0.7s, opacity 1s;
}
.fadeInUp.delay {
  transition-delay: 0.3s;
}
.fadeInUp.show {
  bottom: 0;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .bottom .inq_txt_box {
    margin-top: 7vw;
  }
  .bottom .inq_txt_box .inq_txt02 {
    font-size: 3.6vw;
    text-align: center;
  }
  .bottom .inq_txt_box .inq_txt03 {
    font-size: 3.6vw;
    line-height: 1.8em;
    text-align: center;
    letter-spacing: 0em;
    margin-top: 0.5em;
  }
}
/*--- youtube埋め込み ---*/
.youtube2 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube2 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*---------------------------
アニメーション用CSS
-----------------------------*/
.animate, .animate2, .animate3 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transform: translateY(0);
}

.animate.deactive, .animate2.deactive, .animate3.deactive {
  opacity: 0;
  transition: 0s;
  transform: translateY(20px);
}/*# sourceMappingURL=style.css.map */