@charset "UTF-8";
/* ----------------------------------------------------
	sassを使用しています。css編集の際はご注意ください。
	compass/scss
---------------------------------------------------- */
/* ----------------------------------------------------
page
---------------------------------------------------- */
#page .logo-sp {
  display: none;
}
@media (max-width: 1024px) {
  #page .logo-sp {
    display: block !important;
  }
  #page .logo-sp img {
    width: calc(352px / 2);
    height: auto;
  }
}
@media (max-width: 1024px) {
  #page .logo {
    display: none;
  }
  #page .text {
    display: none;
  }
  #page #l-navi {
    padding: 11px 0 0 20px;
    background: #0060cf;
    height: 40px;
  }
  #page #spNavi {
    right: 10px;
  }
  #page #spNavi .inner {
    border-radius: 0;
    background: none;
  }
}

@media (max-width: 736px) {
  #results .title-img img {
    margin: 0 auto;
    width: calc(690px / 2);
    height: auto;
  }
}
#results .content + .content {
  margin-top: 160px;
}
@media (max-width: 1024px) {
  #results .content + .content {
    margin-top: 20vw;
  }
}

/* ----------------------------------------------------
fact
---------------------------------------------------- */
.img-c {
  margin: 30px 0;
  line-height: 0;
  text-align: center;
}
.img-c img {
  max-width: 100%;
  height: auto;
  zoom: 0.5;
}
@media (max-width: 736px) {
  .img-c img {
    zoom: 1;
  }
}
.img-c p {
  text-align: left;
}
.img-c p.cap {
  margin-top: 10px;
  font-size: 14px;
}
.img-c p.cap-c {
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
}
@media (max-width: 736px) {
  .img-c p.cap-c {
    text-align: left;
  }
}

.arrow {
  padding: 100px 0;
  line-height: 0;
  text-align: center;
}
@media (max-width: 736px) {
  .arrow {
    padding: 50px 0;
  }
}
.arrow img {
  width: calc(144px / 2);
  height: auto;
}
@media (max-width: 736px) {
  .arrow img {
    width: calc(128px / 2);
    height: auto;
  }
}

.voice {
  padding: 100px 0;
  margin-top: 160px;
  margin-bottom: 200px;
  background: url(../images/cmn/img-title-voice.jpg) center top no-repeat, url(../images/cmn/img-bg-btm.jpg) center bottom no-repeat, url(../images/cmn/img-bg-sec.jpg) center top repeat-y;
}
@media (max-width: 1024px) {
  .voice {
    padding: 14vw 0 12vw 0;
    margin-top: 20vw;
    margin-bottom: 20vw;
    background: url(../images/cmn/sp/img-title-voice.jpg) center top/100% no-repeat, url(../images/cmn/sp/img-bg-btm.jpg) center bottom/100% no-repeat, url(../images/cmn/sp/img-bg-sec.jpg) center top/100% repeat-y;
  }
}
.voice .v-box {
  margin: 0 auto;
  width: 480px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 736px) {
  .voice .v-box {
    padding: 0 65px;
    width: auto;
    flex-wrap: wrap;
  }
}
.voice .v-box + .v-box {
  margin-top: 50px;
}
.voice .v-box .l-photo {
  text-align: center;
}
@media (max-width: 736px) {
  .voice .v-box .l-photo {
    display: flex;
    align-items: center;
    text-align: left;
  }
  .voice .v-box .l-photo .namebox {
    margin-left: 20px;
  }
}
.voice .v-box .l-photo img {
  zoom: 0.5;
}
.voice .v-box .l-photo .photo {
  line-height: 0;
}
.voice .v-box .l-photo .name {
  font-size: 18px;
  font-weight: bold;
}
.voice .v-box .l-photo .area {
  font-size: 14px;
}
@media (max-width: 736px) {
  .voice .v-box .l-photo .area:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 10px;
    background: url(../images/page/sp/icon_arrow_02.png) center center/100% no-repeat;
    margin-left: 10px;
  }
}
.voice .v-box .l-photo .btn {
  margin-top: 6px;
  line-height: 0;
}
@media (max-width: 736px) {
  .voice .v-box .l-photo .btn {
    display: none;
  }
}
.voice .v-box .r-comment {
  width: 70%;
}
@media (max-width: 736px) {
  .voice .v-box .r-comment {
    width: 100%;
  }
}
.voice .v-box .r-comment p {
  font-size: 16px;
  line-height: 1.8;
  color: #00a7fb;
  word-wrap: break-word;
}
@media (max-width: 736px) {
  .voice .v-box .r-comment p {
    font-size: 15px;
  }
}
.voice .v-box .r-comment .cm-base {
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  position: relative;
}
@media (max-width: 736px) {
  .voice .v-box .r-comment .cm-base {
    margin-top: 30px;
  }
}
.voice .v-box .r-comment .cm-base:before {
  content: "";
  position: absolute;
  top: 30%;
  left: -25px;
  margin-top: -15px;
  border: 11px solid transparent;
  border-right: 18px solid #fff;
}
@media (max-width: 736px) {
  .voice .v-box .r-comment .cm-base:before {
    top: -10px;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-bottom: 18px solid #fff;
  }
}

/* ----------------------------------------------------
block
---------------------------------------------------- */
.block-base + .block-base {
  margin-top: 70px;
}
.block-base .title {
  padding: 0 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
  background: #0060cf;
}
@media (max-width: 736px) {
  .block-base .title {
    padding: 0;
    justify-content: center;
    height: 50px;
  }
}
.block-base .title h2 {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  position: relative;
  top: -1px;
}
@media (max-width: 736px) {
  .block-base .title h2 {
    top: 0;
    font-size: 20px;
  }
}
.block-base .title h2 span {
  display: inline-block;
  font-size: 30px;
  font-weight: 400;
}
@media (max-width: 736px) {
  .block-base .title h2 span {
    font-size: 15px;
  }
}
.block-base .title .link {
  font-size: 14px;
}
@media (max-width: 736px) {
  .block-base .title .link {
    display: none;
  }
}
.block-base .title .link a {
  color: #fff;
}
.block-base .title .link a:before {
  content: "";
  display: inline-block;
  background: url(../images/page/icon_web.png) center center/100% no-repeat;
  width: 17px;
  height: 17px;
  position: relative;
  top: 3px;
  margin-right: 8px;
}
.block-base .title .link a:after {
  content: "";
  display: inline-block;
  background: url(../images/page/icon_arrow.png) center center/100% no-repeat;
  width: 7px;
  height: 11px;
  margin-left: 10px;
}
.block-base .block-box {
  padding: 0 50px 50px 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fff;
}
@media (max-width: 736px) {
  .block-base .block-box {
    padding: 10px 0 50px 0;
    display: block;
  }
}
.block-base .block-box:after {
  content: "";
  display: block;
  width: 204px;
}
@media (max-width: 736px) {
  .block-base .block-box:after {
    content: none;
  }
}
.block-base .block-box .box {
  margin-top: 50px;
  width: 204px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 736px) {
  .block-base .block-box .box {
    margin: 40px auto 0 auto;
  }
}
.block-base .block-box .photo {
  margin-bottom: 20px;
  text-align: center;
  line-height: 0;
}
.block-base .block-box .photo img {
  max-width: 100%;
  height: auto;
  zoom: 0.5;
}
.block-base .block-box .photo.trmming img {
  width: 204px;
  height: 204px;
  object-fit: cover;
  object-position: 100% 0;
  zoom: normal;
}
.block-base .block-box .name {
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #00a7fb;
  text-align: center;
  border-bottom: 1px solid #00a7fb;
}
.block-base .block-box .name span {
  display: block;
  font-size: 16px;
  font-weight: 400;
}
.block-base .block-box .sns {
  margin: 10px 0;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 736px) {
  .block-base .block-box .sns {
    justify-content: center;
  }
}
.block-base .block-box .sns li {
  margin-right: 4px;
  line-height: 0;
}
.block-base .block-box .sns li:last-child {
  margin-right: 0;
}
.block-base .block-box .sns li img {
  max-width: 100%;
  height: auto;
  zoom: 0.5;
}
.block-base .block-box .profile {
  margin-bottom: 20px;
  font-size: 14px;
  color: #00a7fb;
}
.block-base .block-box .movie {
  margin-top: auto;
  line-height: 0;
}
.block-base .link-sp {
  display: none;
}
@media (max-width: 736px) {
  .block-base .link-sp {
    margin-left: 16px;
    display: block;
  }
  .block-base .link-sp a {
    color: #40474f;
  }
  .block-base .link-sp a:before {
    content: "";
    display: inline-block;
    background: url(../images/page/sp/icon_web.png) center center/100% no-repeat;
    width: 14px;
    height: 14px;
    position: relative;
    top: 1px;
    margin-right: 4px;
  }
  .block-base .link-sp a:after {
    content: "";
    display: inline-block;
    background: url(../images/page/sp/icon_arrow.png) center center/100% no-repeat;
    width: 7px;
    height: 11px;
    margin-left: 10px;
  }
  .block-base .link-sp + .box {
    margin-top: 10px;
  }
}

/* ----------------------------------------------------
policy
---------------------------------------------------- */
.page-link {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.page-link .btn {
  line-height: 0;
}
@media (max-width: 736px) {
  .page-link .btn {
    margin: 0 5px;
  }
  .page-link .btn:first-child {
    margin-left: 0;
  }
  .page-link .btn:last-child {
    margin-right: 0;
  }
}

.policy-box {
  margin-top: 100px;
}
.policy-box + .policy-box {
  margin-top: 160px;
}
@media (max-width: 736px) {
  .policy-box + .policy-box {
    margin-top: 20vw;
  }
}
.policy-box#sec5 {
  margin-bottom: 200px;
}

.list-01 {
  margin: 20px 0;
  line-height: 1.8;
}
.list-01 li {
  padding: 8px 0;
  border-bottom: 1px solid #fff;
}
.list-01 li:first-child {
  border-top: 1px solid #fff;
}

.list-02 {
  margin-top: 30px;
}
@media (max-width: 736px) {
  .list-02 {
    margin-top: 10px;
  }
}
.list-02 li {
  padding: 8px 4px 8px 20px;
  text-indent: -20px;
  border-bottom: 1px solid #fff;
}
.list-02 li:first-child {
  border-top: 1px solid #fff;
}
.list-02 li:before {
  content: "";
  background: url(../images/policy/icon_arrow.png) center center/100% no-repeat;
  display: inline-block;
  width: 10px;
  height: 14px;
  position: relative;
  top: 1px;
  margin-right: 10px;
}
.list-02 + .img-c {
  margin-top: 60px;
}
.list-02 + p {
  margin-top: 60px;
}

.img-box {
  margin: 0 auto;
  width: 480px;
}
.img-box .img-c .cap {
  line-height: 2.0;
}
@media (max-width: 736px) {
  .img-box .img-c .cap {
    padding: 0 35px;
  }
}
.img-box .img-c .cap-c {
  line-height: 2.0;
}
@media (max-width: 736px) {
  .img-box .img-c .cap-c {
    padding: 0 35px;
    text-align: left;
  }
}
@media (max-width: 736px) {
  .img-box .point {
    margin: 0 35px;
  }
}
.img-box + .point-box {
  margin-top: 60px;
}
@media (max-width: 736px) {
  .img-box + .point-box {
    margin-top: 30px;
  }
}
.img-box + .section-01 {
  margin-top: 80px;
}
@media (max-width: 736px) {
  .img-box {
    width: 100%;
  }
}

.aside-01 {
  margin: 50px 0 80px 0;
  background: url(../images/cmn/img-bg-btm.jpg) center bottom no-repeat, url(../images/cmn/img-bg-sec.jpg) center repeat-y;
}
.aside-01 .section-01 {
  padding: 20px 0 80px 0;
}
@media (max-width: 736px) {
  .aside-01 .section-01 {
    padding: 10px 20px 40px 20px;
  }
}
@media (max-width: 768px) {
  .aside-01 {
    background: url(../images/cmn/img-bg-btm.jpg) center bottom/100% no-repeat, url(../images/cmn/img-bg-sec.jpg) center center/100% repeat-y;
  }
}
@media (max-width: 736px) {
  .aside-01 {
    margin-left: 35px;
    margin-right: 35px;
  }
}

.aside-02 {
  margin: 50px auto 80px auto;
  width: 800px;
  border: 10px solid #fff;
}
.aside-02 .section-01 {
  padding: 30px 0 60px 0;
}
@media (max-width: 736px) {
  .aside-02 .section-01 {
    padding: 20px 20px 36px 20px;
  }
}
@media (max-width: 800px) {
  .aside-02 {
    margin-left: 35px;
    margin-right: 35px;
    width: auto;
  }
}
@media (max-width: 736px) {
  .aside-02 {
    border: 5px solid #fff;
  }
}

.point + .list-02 {
  margin-top: 10px;
}
.point + .img-c {
  margin-top: 10px;
}

.point-01 {
  padding-left: 20px;
  text-indent: -20px;
}
.point-01:before {
  content: "";
  background: url(../images/policy/icon_arrow.png) center center/100% no-repeat;
  display: inline-block;
  width: 10px;
  height: 14px;
  position: relative;
  top: 1px;
  margin-right: 10px;
}

.point-02 {
  padding: 1px 10px;
  color: #00a7fb;
  font-weight: bold;
  display: inline-block;
  background: #fff71b;
}

@media (max-width: 736px) {
  #sec1 .img-c {
    zoom: 0.5;
  }
}
