@charset "UTF-8";

.onlySp {
  display: none;
}

.sp {
  display: none;
}

.pad {
  display: none;
}

.onlyiphone5 {
  display: none;
}

/*
body
------------------------------------------------*/

html {
  font-size: 62.5%;
  /* sets the base font to 10px for easier math */
}

body {
  -webkit-text-size-adjust: none;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: .05em;
  color: #231815;
}

body.is-fixed {
  height: 100%;
  position: fixed;
  width: 100%;
}

a {
  color: #231815;
}

img {
  max-width: 100%;
  height: auto;
}

.is-sp .intro-bg {
  background: none;
}

.is-sp .message-bg {
  background-attachment: scroll;
  z-index: 0;
  background-position: center top;
  background-size: cover;
}

.is-sp .cover_bg {
  background: none;
}

.is-sp #wrapper:before {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  min-height: 79.8vh;
  background: url("../images/top/intro_bg_sp.jpg") no-repeat center top;
  background-size: cover;
}

.is-sp #wrapper.is-bg01:before {
  background: url("../images/top/bg_01.jpg") no-repeat center top;
  background-size: cover;
}

.is-sp #wrapper.is-bg02:before {
  background: url("../images/top/bg_02.jpg") no-repeat center top;
  background-size: cover;
}

/*
header
------------------------------------------------*/

.header-menu {
  position: fixed;
  width: 25px;
  height: 17px;
  height: 19px;
  top: 20px;
  right: 20px;
  z-index: 999;
}

.header-menu:hover {
  cursor: pointer;
}

.header-menu,
.header-menu span {
  display: block;
  box-sizing: border-box;
  transition: all cubic-bezier(.52, .01, .16, 1) .5s;
}

.header-menu img,
.header-menu span img {
  display: block;
  vertical-align: middle;
}

.header-menu span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 5px;
}

.header-menu span:nth-of-type(1) {
  top: 0;
}

.header-menu span:nth-of-type(2) {
  top: 7px;
}

.header-menu span:nth-of-type(3) {
  bottom: 0;
}

.header-menu.is-active {
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  -webkit-transform-origin: 0 15px 0;
  transform-origin: 0 15px 0;
}

.header-menu.is-active span:nth-of-type(1) {
  -webkit-transform: translateY(6px) rotate(-90deg);
  transform: translateY(6px) rotate(-90deg);
}

.header-menu.is-active span:nth-of-type(2) {
  -webkit-transform: translate(-12px, 17px) rotate(-30deg);
  transform: translate(-12px, 17px) rotate(-30deg);
}

.header-menu.is-active span:nth-of-type(3) {
  -webkit-transform: translate(10px, 9px) rotate(30deg);
  transform: translate(10px, 9px) rotate(30deg);
}

.header-menu.is-active.is-black img {
  display: block;
}

.header-menu.is-active.is-black .header-menu-line {
  background: none;
}

.header-menu.is-black img {
  display: none;
}

.header-menu.is-black .header-menu-line_01 {
  background-image: url("../images/common/menu_line_01_black.png");
}

.header-menu.is-black .header-menu-line_02 {
  background-image: url("../images/common/menu_line_02_black.png");
}

.header-menu.is-black .header-menu-line_03 {
  background-image: url("../images/common/menu_line_03_black.png");
}

.header-menu-line {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
}

.header-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: rgba(0, 0, 0, .8);
  display: none;
}

.header-nav-scroll {
  width: 100%;
  height: 100%;
}

.header-nav-body {
  display: table;
  width: 100%;
  height: 100%;
  padding: 30px 0;
  box-sizing: border-box;
}

.header-nav-list {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.header-nav-item {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 40px;
}

.header-nav-item:last-child {
  margin-bottom: 0;
}

.header-nav-item a {
  color: #fff;
}

/*
footer
------------------------------------------------*/

.footer {
  background: #036eb8;
  text-align: center;
  padding: 12px 0;
}

.footer-copyright {
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  font-weight: bold;
}

.footer-copyright a {
  color: #fff;
}

.footer-copyright a:hover {
  text-decoration: underline;
}

.footer-copyright span {
  font-family: Arial;
}

/*
sec
------------------------------------------------*/

.sec {
  background: #fff;
  padding: 90px 0;
}

.sec_blue {
  background: #d3edfb;
}

.sec-headline {
  font-family: "MyHonoka";
  font-size: 25px;
  font-size: 2.5rem;
  letter-spacing: .15em;
  text-align: center;
  margin-bottom: 25px;
}

.sec-box {
  margin-bottom: 40px;
}

.sec-box:last-child {
  margin-bottom: 0;
}

.sec-box-main {
  padding: 20px 40px 40px;
  background: #fff;
  color: #727171;
}

.sec-box-head {
  margin-bottom: 38px;
}

.sec-box-lead {
  font-size: 20px;
  font-size: 2.0rem;
}

.sec-box-foot {
  padding: 20px 40px;
  background: #036eb8;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
  color: #fff;
}

.sec-box a {
  transition: opacity .5s cubic-bezier(.52, .01, .16, 1);
}

.sec-box a:hover {
  opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

/*
inner
------------------------------------------------*/

.inner {
  max-width: 758px;
  margin: 0 auto;
}

.inner_small {
  max-width: 460px;
  margin: 0 auto;
}

/*
btn
------------------------------------------------*/

.btn {
  width: 100%;
  font-weight: bold;
}

.btn a {
  position: relative;
  display: block;
  background: #036eb8;
  border-radius: 8px;
  width: 100%;
  color: #fff;
  box-sizing: border-box;
  transition: opacity .5s cubic-bezier(.52, .01, .16, 1);
}

.btn a:after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.btn a:hover {
  opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.btn a:hover:after {
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*
intro
------------------------------------------------*/

.intro {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100%;
  height: 100vh;
}

.intro-logoarea {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  left: 0;
  margin: 25px auto auto;
  width: 55vh;
  max-width: 510px;
}

.intro-logo img {
  width: 100%;
}

.intro-lead {
  font-family: "MyHonoka";
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .1em;
  white-space: nowrap;
  line-height: 1.8;
  color: #fff;
  margin-left: 48%;
  margin-top: 80px;
}

.intro-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url("../images/top/intro_bg.jpg") no-repeat center top;
  background-attachment: fixed;
  background-size: cover;
}

/*
message
------------------------------------------------*/

.message {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  overflow: hidden;
  box-sizing: border-box;
}

.message-body {
  position: relative;
  z-index: 1;
  display: table;
  margin: 0 auto;
}

.message-txt {
  display: table-cell;
  font-family: "MyHonoka";
  letter-spacing: .1em;
  line-height: 1.9;
  color: #fff;
}

.message-txt p {
  margin-bottom: 30px;
}

.message-txt p:last-child {
  margin-bottom: 0;
}

.message-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #d3edfb url("../images/top/message_bg.jpg") no-repeat center top;
  background-size: cover;
  background-attachment: fixed;
}

/*
ce
------------------------------------------------*/

.ce-num {
  margin-bottom: 30px;
}

.ce-num-item {
  display: table;
  margin-bottom: 10px;
}

.ce-num-item:last-child {
  margin-bottom: 0;
}

.ce-num-title {
  display: table-cell;
  padding-right: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .15em;
  line-height: 1.8;
  color: #727171;
  font-weight: bold;
}

.ce-num-txt {
  display: table-cell;
  line-height: 1.8;
}

.ce-graph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ce-graph-item {
  margin-right: 3%;
}

.ce-graph-item:last-child {
  margin-right: 0;
}

.ce-graph-item a {
  transition: opacity .5s cubic-bezier(.52, .01, .16, 1);
}

.ce-graph-item a:hover {
  opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.ce-att {
  margin-top: 15px;
}

.ce-att-title {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 8px;
}

.ce-att-txt {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.4;
  padding-left: 1.5em;
  text-indent: -1.5em;
  margin-bottom: 5px;
}

.ce-att-txt:last-child {
  margin-bottom: 0;
}

/*
investment
------------------------------------------------*/

.investment-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.investment-item {
  background: #d3edfb;
  /*padding: 15px 10px;*/
  padding: 15px 25px 20px;
  box-sizing: border-box;
}

.investment-title {
  /*font-size: 14px;
  font-size: 1.4rem;*/
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: .1em;
  color: #036eb8;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
  margin-top: 10px;
}

.investment-disc {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: bold;
}

.investment-disc-item {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 5px;
}

.investment-disc-item:last-child {
  margin-bottom: 0;
}

.investment-btn {
  margin-top: 25px;
}

.investment-btn a {
  padding: 8px 10px;
  font-size: 12px;
  font-size: 1.2rem;
  border-radius: 3px;
}

.investment-btn a:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 10px auto 0;
  width: 16px;
  height: 19px;
  background: url("../images/top/btn_bg.png") no-repeat right center;
  background-size: 100% auto;
  -webkit-transform-origin: 5px;
  transform-origin: 5px;
}

/*
survey
------------------------------------------------*/

.survey-box-summary {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
}

.survey-case-item {
  margin-bottom: 30px;
}

.survey-case-item:last-child {
  margin-bottom: 0;
}

.survey-case-headline {
  margin-bottom: 15px;
}

.survey-case-title {
  display: inline-block;
  font-weight: bold;
  background: #036eb8;
  color: #fff;
  margin-right: 30px;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: .15em;
  padding: 5px 10px;
}

.survey-case-data {
  font-size: 0;
}

.survey-case-data-item {
  display: inline-block;
  vertical-align: top;
  background: #efefef;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: .15em;
  padding: 5px 10px;
  margin-right: 5px;
}

.survey-case-data-item:last-child {
  margin-right: 0;
}

.survey-case-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.survey-case-image-item {
  margin-right: 10px;
}

.survey-case-image-item:last-child {
  margin-right: 0;
}

/*
layout
------------------------------------------------*/

.layout-info-headline {
  margin-bottom: 5px;
}

.layout-info-lead {
  font-family: "MyHonoka";
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .15em;
  text-align: center;
  margin-bottom: 18px;
}

.layout-info-img {
  text-align: center;
}

.layout-info-txt {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center;
  color: #727171;
  margin-top: 12px;
}

.layout-location {
  padding-top: 50px;
}

.layout-location-headline {
  margin-bottom: 15px;
}

.layout-location-list {
  border: 1px solid #036eb8;
  border-radius: 8px;
  padding: 20px 30px 0;
}

.layout-location-btn a {
  padding: 10px 25px;
}

.layout-location-btn a:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 12px auto 0;
  width: 35px;
  height: 40px;
  background: url("../images/top/btn_bg.png") no-repeat right center;
  background-size: 100% auto;
  -webkit-transform-origin: 12px;
  transform-origin: 12px;
}

.layout-location-num {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 5px;
}

.layout-location-place {
  font-size: 17px;
  font-size: 1.7rem;
}

/*
unit
------------------------------------------------*/

.unit-item {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 18px;
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.unit-item:last-child {
  margin-bottom: 0;
}

.unit-att {
  display: block;
  font-size: 11px;
  font-size: 1.1rem;
  padding-left: 0;
  text-indent: 0;
}

.unit-box-foot {
  font-size: 15px;
  font-size: 1.5rem;
  padding-top: 20px;
  padding-bottom: 20px;
}

.unit-btn {
  width: 100%;
  max-width: 216px;
}

.unit-btn a {
  display: block;
  background: #fff;
  border-radius: 8px;
  width: 100%;
  color: #036eb8;
  font-size: 17px;
  font-size: 1.7rem;
  box-sizing: border-box;
  padding: 5px 0;
  text-align: center;
}

.unit-btn span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 16px;
}

.unit-btn span:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  width: 0;
  height: 0;
  margin-left: 10px;
  border-top: 10px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid #036eb8;
}

/*
cover
------------------------------------------------*/

.cover {
  width: 100%;
  height: 475px;
  overflow: hidden;
}

.cover_bg {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  background-attachment: fixed;
}

.cover_bg_01 {
  background-image: url("../images/top/bg_01.jpg");
}

.cover_bg_02 {
  background-image: url("../images/top/bg_02.jpg");
}

/*
animation
------------------------------------------------*/

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #fff;
}

.intro-logoarea {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity 3s cubic-bezier(.52, .01, .16, 1);
}

.message-txt {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="8" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.5" /><feFuncG type="linear" slope="1.5" /><feFuncB type="linear" slope="1.5" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: blur(8px) brightness(1.5);
  filter: blur(8px) brightness(1.5);
  -webkit-transform: translate(0, 80px);
  transform: translate(0, 80px);
  transition: opacity 2.5s cubic-bezier(.52, .01, .16, 1), -webkit-filter 1.5s cubic-bezier(.52, .01, .16, 1), -webkit-transform 2.5s cubic-bezier(.52, .01, .16, 1);
  transition: opacity 2.5s cubic-bezier(.52, .01, .16, 1), filter 1.5s cubic-bezier(.52, .01, .16, 1), transform 2.5s cubic-bezier(.52, .01, .16, 1);
  transition: opacity 2.5s cubic-bezier(.52, .01, .16, 1), filter 1.5s cubic-bezier(.52, .01, .16, 1), transform 2.5s cubic-bezier(.52, .01, .16, 1), -webkit-filter 1.5s cubic-bezier(.52, .01, .16, 1), -webkit-transform 2.5s cubic-bezier(.52, .01, .16, 1);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.is-load .intro-logoarea {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.is-load .is-show .message-txt {
  -webkit-transform: translate(0);
  transform: translate(0);
  -webkit-filter: none;
  filter: none;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/*
popup
------------------------------------------------*/

.popup {
  padding-top: 45px;
}

.popup-close {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 30px;
  height: 30px;
}

.popup-close-wrap {
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.popup-close:hover {
  cursor: pointer;
}

.popup-close a {
  display: block;
  width: 100%;
  height: 100%;
}

.popup-close span {
  position: absolute;
  left: 0;
  display: block;
  width: 30px;
  height: 2px;
  background: #005e3c;
}

.popup-close span:first-child {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 14px;
}

.popup-close span:last-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 14px;
}

/*
popup unit
------------------------------------------------*/

.popup-unit {
  background: #c9e2ae;
  padding-bottom: 60px;
  padding-top: 95px;
}

.popup-unit-main {
  padding-top: 15px;
  padding-bottom: 15px;
}

.popup-unit-box-wrap {
  font-weight: bold;
}

.popup-unit-box-foot {
  background: #009e3b;
}

.popup-unit-col.is-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup-unit-col.is-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.popup-unit-disc {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
}

.popup-unit-disc p {
  padding-left: 1em;
  text-indent: -1em;
}

.popup-unit-title {
  font-size: 20px;
  font-size: 2.0rem;
  margin-bottom: 20px;
}

.popup-unit-txt {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.4;
  margin-bottom: 35px;
}

.popup-unit-txt p {
  margin-bottom: 15px;
  padding-left: 1em;
  text-indent: -1em;
}

.popup-unit-txt p:last-child {
  margin-bottom: 0;
}

.popup-unit-att {
  font-size: 10px;
  font-size: 1rem;
  text-align: right;
  margin-top: 10px;
}

.popup-unit-scroll {
  width: 100%;
  padding-bottom: 5px;
}

.popup-unit table {
  width: 670px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.5;
  border: 1px solid #231815;
}

.popup-unit tr {
  background: #fff;
}

.popup-unit tr:nth-child(2n) {
  background: #f6faf6;
}

.popup-unit th,
.popup-unit td {
  vertical-align: middle;
  text-align: center;
  border: 1px solid #231815;
  border-collapse: collapse;
  padding: 10px 4px;
}

.popup-unit th {
  background: #009e3b;
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
}

.popup-unit td:nth-child(2) {
  white-space: nowrap;
}

.popup-unit .is-left {
  text-align: left;
}

.popup-unit small {
  display: block;
  font-size: 10px;
  font-size: 1rem;
}

.popup-unit-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 999;
}

/*
popup location
------------------------------------------------*/

.popup-location {
  background: #d3edfb;
}

.popup-location-close-wrap {
  position: absolute;
}

.popup-location-close span {
  background: #036eb8;
}

.popup-location-inner {
  max-width: 700px;
  margin: 0 auto;
}

.popup-location-headline {
  margin-right: 20px;
  margin-left: 20px;
}

.popup-location-col {
  margin: 0 40px 20px;
  margin: 0 40px 25px;
}

.popup-location-foot {
  background: #036eb8;
  color: #fff;
  padding: 25px;
}

.popup-location-list {
  margin-bottom: 25px;
}

.popup-location-list:last-child {
  margin-bottom: 0;
}

.popup-location-large {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 25px;
  height: 25px;
  padding: 0 8px;
  min-width: 72px;
  box-sizing: border-box;
  text-align: center;
  background: #fff;
  color: #036eb8;
}

.popup-location-middle {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 25px;
  height: 25px;
  padding: 0 15px;
  border: 1px solid #fff;
  text-align: center;
  box-sizing: border-box;
}

.popup-location-txt {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0;
}

.popup-location small {
  font-size: 9px;
  font-size: .9rem;
}

@media screen and (min-width: 668px) {
  .message {
    padding: 32vh 0 240px;
  }

  .message-txt {
    white-space: nowrap;
    font-size: 1.8rem;
  }

  .investment-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .investment-item {
    /*width: 150px;*/
    width: 32%;
  }

  .layout-location-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .layout-location-item {
    width: 31%;
    margin-right: 3%;
    margin-bottom: 20px;
  }

  .popup-location-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .popup-location-col-left {
    width: 62%;
  }

  .popup-location-col-right {
    width: 35%;
    margin: 0 0 0 auto;
  }

  .popup-location-col-right figure:first-child {
    margin-bottom: 7px;
  }
}

@media screen and (min-width: 668px) and (min-width: 769px) {
  .layout-location-item:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 769px) {
  .survey-box-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .survey-box-summary {
    margin: 0 0 0 auto;
    max-width: 60%;
  }

  .survey-case-headline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .unit-box-main {
    padding: 50px;
  }

  .unit-box-foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .unit-btn {
    margin: 0 0 0 auto;
  }

  .popup-unit-box-foot {
    font-size: 2.0rem;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .popup-unit-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .popup-unit-col-left {
    width: 55%;
  }

  .popup-unit-col-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 10px;
  }

  .popup-unit-img.is-center {
    text-align: center;
  }

  .popup-unit_01 .popup-unit-main {
    padding-bottom: 10px;
    padding-right: 30px;
  }

  .popup-unit_02 .popup-unit-main {
    padding-right: 15px;
  }

  .popup-unit_02 .popup-unit-disc {
    margin-bottom: 23px;
  }

  .popup-unit_03 .popup-unit-main {
    padding-top: 30px;
  }

  .popup-location-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .popup-location-item {
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 25px;
    box-sizing: border-box;
  }

  .popup-location-item:first-child {
    width: 40%;
    padding-right: 0;
  }

  .popup-location-item:last-child {
    padding-right: 0;
  }

  .popup-location-item span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
  }

  .popup-location-item span:last-child {
    margin-right: 0;
  }

  .popup-location-large_only {
    margin-right: 20px !important;
  }

  .popup-location-middle {
    white-space: nowrap;
  }

  .popup-location-txt {
    padding-top: 2px;
  }
  
}

@media screen and (max-width: 1024px) {
  .pad {
    display: block;
  }

  .intro-logoarea {
    top: 42%;
  }
}

@media screen and (max-width: 812px) {
  .inner {
    margin: 0 20px;
  }

  .popup-unit-scroll {
    overflow-x: scroll;
  }

  .popup-unit-scroll::-webkit-scrollbar {
    height: 5px;
  }

  .popup-unit-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  .popup-unit-scroll::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }

  .popup-unit table {
    width: 100%;
    min-width: 670px;
  }
}

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

  .sp {
    display: block;
  }

  .header-nav-item {
    font-size: 1.6rem;
    margin-bottom: 3vh;
  }

  .header-nav-item a {
    padding-bottom: 2.5vh;
    display: inline-block;
    box-sizing: border-box;
  }

  .sec {
    padding: 70px 0;
  }

  .sec-box-main {
    padding-bottom: 25px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .sec-box-head {
    margin-bottom: 25px;
  }

  .sec-box-foot {
    padding-right: 20px;
    padding-left: 20px;
  }

  .survey-box-summary {
    margin-top: 15px;
  }

  .survey-case-title {
    font-size: 1rem;
    margin-bottom: 10px;
  }

  .survey-case-data-item {
    font-size: 1rem;
    margin-bottom: 5px;
  }

  .survey-case-data-item:last-child {
    margin-bottom: 0;
  }

  .unit-item {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }

  .unit-box-main {
    padding: 25px;
  }

  .unit-btn {
    margin-top: 15px;
    margin: 15px auto 0;
  }

  .cover {
    height: 250px;
  }

  .message-txt {
    -webkit-transform: translate(0, 60px);
    transform: translate(0, 60px);
  }

  .popup-close {
    right: 15px;
  }

  .popup-unit {
    padding-top: 70px;
  }

  .popup-unit-main {
    padding-top: 20px;
    padding-bottom: 5px;
  }

  .popup-unit-box-foot {
    font-size: 1.6rem;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .popup-unit-img {
    text-align: center;
    margin-bottom: 15px;
  }

  .popup-unit-disc {
    margin-bottom: 20px;
  }

  .popup-unit_03 .popup-unit-main {
    padding-bottom: 15px;
  }

  .popup-location {
    padding-top: 70px;
  }

  .popup-location-item {
    margin-bottom: 20px;
    text-align: center;
  }

  .popup-location-item:last-child {
    margin-bottom: 0;
  }

  .popup-location-item span {
    max-width: 200px;
    margin: 0 auto 10px;
  }

  .popup-location-item span:last-child {
    margin-bottom: 0;
  }

  .popup-location-large {
    display: inline-block;
    margin-bottom: 15px !important;
  }

  .popup-location-middle {
    font-size: 1.4rem;
    display: block;
  }

  .popup-location-txt {
    display: block;
    font-size: 1.4rem;
  }

  .popup-location small {
    font-size: 1.1rem;
  }

  .mfp-fade .mfp-container {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 667px) {
  .onlyPc {
    display: none;
  }

  .onlySp {
    display: block;
  }

  .intro-logoarea {
    max-width: 250px;
  }

  .intro-lead {
    margin-left: 0;
  }

  .message {
    padding: 20vh 0 60px;
  }

  .message-body {
    max-width: 85%;
    margin: 0 auto;
  }

  .message-txt {
    font-size: 1.6rem;
  }

  .message-txt p {
    margin-bottom: 25px;
  }

  .investment-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .investment-item {
    /*width: 48%;
    margin-right: 4%;*/
    margin-bottom: 20px;
    width: 100%;
    padding: 15px 15px;
  }

  .investment-item:nth-child(2n) {
    /*margin-right: 0;*/
  }

  .investment-btn {
    max-width: 160px;
    margin-right: auto;
    margin-left: auto;
  }

  .investment-btn a:after {
    margin-right: 5px;
  }

  .layout-location-list {
    padding: 20px;
  }

  .layout-location-item {
    margin-bottom: 15px;
  }

  .layout-location-item:last-child {
    margin-bottom: 0;
  }

  .popup-location-col {
    text-align: center;
    margin-right: 20px;
    margin-left: 20px;
  }

  .popup-location-col figure {
    margin-bottom: 15px;
  }

  .popup-location-col-right img {
    width: 100%;
  }
}

@media screen and (max-width: 350px) {
  .iphone5 {
    display: none;
  }

  .onlyiphone5 {
    display: block;
  }
}

@media screen and (min-width: 668px) and (max-width: 768px) {
  .layout-location-item {
    margin-right: 4%;
    width: 48%;
  }

  .layout-location-item:nth-child(2n) {
    margin-right: 0;
  }
}