@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@400;500&display=swap");
.google-font {
  font-family: "Heebo", sans-serif;
}

@keyframes displaynone {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 0;
    display: block;
  }
  100% {
    opacity: 1;
    display: block;
  }
}
body {
  opacity: 1;
  font-family: "Yu Gothic Medium", YuGothic, "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo UI", Meiryo, sans-serif;
}

header {
  position: static;
  height: auto;
  box-sizing: border-box;
  background: none;
  overflow: inherit;
  float: none;
}

main {
  min-height: 100vh;
}

footer {
  height: auto;
  position: relative;
  bottom: 0;
  background: none;
}

img {
  float: none;
  max-width: 100%;
  vertical-align: middle;
}

a:hover {
  text-decoration: none;
  color: inherit;
  opacity: 0.7;
}

.wrap {
  width: 100%;
  min-width: 960px;
  position: relative;
}

.inner-layout {
  min-width: 960px;
  width: 100%;
  margin: 0 auto;
}

header {
  position: fixed;
  width: 100%;
  height: 130px;
  background-size: 130px 100%;
  background-repeat: repeat;
}

.header-layout {
  z-index: 1;
  max-width: 100%;
  width: 100%;
  color: #FFF;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  align-items: flex-start;
}
@media (min-width: 1280px) {
  .header-layout {
    right: 0;
    margin: auto;
    width: 100%;
  }
}

.header-left {
  width: 8vw;
  max-width: 142px;
  min-width: 100px;
}

.header-center {
  width: calc(100% - 16% - 23%);
  min-width: 585.594px;
}
@media (min-width: 1100px) {
  .header-center {
    width: calc(100% - 16% - 330px);
  }
}
@media (min-width: 1540px) {
  .header-center {
    width: 100vw;
    position: absolute;
    max-width: 800px;
    margin: auto;
    height: 130px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
}

.header-center__top {
  width: 100%;
  height: 50px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2.5%;
  width: 100%;
  height: 50px;
}
@media (min-width: 1280px) {
  .header-center__top {
    padding: 0 20px 0 40px;
  }
}
@media (min-width: 1366px) {
  .header-center__top {
    padding: 0 4%;
  }
}
@media (min-width: 1540px) {
  .header-center__top {
    padding: 0;
  }
}
.header-center__top .header-center__top--nav01 {
  z-index: 2;
  position: relative;
  display: flex;
}
.header-center__top .header-center__top--nav01 li {
  margin-right: 6px;
}
.header-center__top .header-center__top--nav01 li a {
  background: #003B84;
  font-size: calc(12px * 0.91);
  font-weight: bold;
  height: 18px;
  width: calc(80px * 0.85);
  line-height: 18px;
  display: block;
  text-align: center;
}
@media (min-width: 1100px) {
  .header-center__top .header-center__top--nav01 li a {
    font-size: 12px;
    width: 80px;
  }
}
.header-center__top .header-center__top--nav01 li a.active, .header-center__top .header-center__top--nav01 li a:hover {
  background: #E66C2C;
  opacity: 1;
}
.header-center__top .header-center__top--nav02 {
  z-index: 2;
  display: flex;
  justify-content: space-between;
}
.header-center__top .header-center__top--nav02 li.li {
  display: flex;
  height: 50px;
  line-height: 50px;
}
.header-center__top .header-center__top--nav02 li.li:after {
  content: "";
  width: 1px;
  height: 12px;
  display: block;
  background: #FFF;
  margin: 0 10px;
  position: relative;
  top: 19px;
}
.header-center__top .header-center__top--nav02 li.li:last-of-type:after {
  content: none;
}
.header-center__top .header-center__top--nav02 li.li a.level-1 {
  font-size: calc(13px * 0.85);
  white-space: nowrap;
}
@media (min-width: 1100px) {
  .header-center__top .header-center__top--nav02 li.li a.level-1 {
    font-size: calc(13px * 0.9);
  }
}
@media (min-width: 1280px) {
  .header-center__top .header-center__top--nav02 li.li a.level-1 {
    font-size: 13px;
  }
}
.header-center__top .ul-hover {
  position: absolute;
  top: 36px;
  right: 0;
  background-image: url(/assets/img/common/header-hover-bg-1.svg);
  width: 420px;
  height: 94px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  font-size: calc(13px * 0.85);
  display: none;
}
@media (min-width: 1100px) {
  .header-center__top .ul-hover {
    font-size: calc(13px * 0.9);
  }
}
@media (min-width: 1280px) {
  .header-center__top .ul-hover {
    font-size: calc(13px * 1);
  }
}
.header-center__top .ul-hover li {
  margin: 1.5em 1em 0 1em;
}

.header-center__top .header-center__top--nav02 li.li:hover .ul-hover {
  display: flex;
  animation: hover-anime-header-center__top--nav02;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

@keyframes hover-anime-header-center__top--nav02 {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: flex;
    opacity: 0;
  }
  100% {
    display: flex;
    opacity: 1;
  }
}
.header-center__bottom {
  width: 100%;
  height: 80px;
  width: 100%;
  height: 80px;
  display: flex;
  padding: 0 2.5%;
  justify-content: space-between;
}
@media (min-width: 1280px) {
  .header-center__bottom {
    padding: 0 20px 0 40px;
  }
}
@media (min-width: 1366px) {
  .header-center__bottom {
    padding: 0 4%;
  }
}
@media (min-width: 1540px) {
  .header-center__bottom {
    padding: 0;
  }
}
.header-center__bottom .header-center__bottom--nav {
  display: flex;
  width: 72%;
}
.header-center__bottom .header-center__bottom--nav .ul {
  display: flex;
  width: 100%;
}
.header-center__bottom .header-center__bottom--nav .ul .li {
  position: relative;
  margin-right: 1em;
  margin-right: 4%;
}
@media (min-width: 1100px) {
  .header-center__bottom .header-center__bottom--nav .ul .li {
    margin-right: 2.8%;
  }
}
@media (min-width: 1280px) {
  .header-center__bottom .header-center__bottom--nav .ul .li {
    margin-right: 22px;
  }
}
@media (min-width: 1366px) {
  .header-center__bottom .header-center__bottom--nav .ul .li {
    margin-right: 6%;
  }
}
.header-center__bottom .header-center__bottom--nav .ul .li:before {
  content: "";
  width: 100%;
  height: 3px;
  display: block;
  background: #003B84;
  position: absolute;
  top: 77px;
  left: 0;
  opacity: 0;
  transition: 0.3s;
}
.header-center__bottom .header-center__bottom--nav .ul .li:hover:before {
  opacity: 1;
}
.header-center__bottom .header-center__bottom--nav .ul .li a.level-1 {
  color: #1A1A1A;
  font-size: calc(15px * 0.85);
  display: flex;
  align-items: center;
  height: 80px;
  white-space: nowrap;
}
@media (min-width: 1100px) {
  .header-center__bottom .header-center__bottom--nav .ul .li a.level-1 {
    font-size: calc(15px * 0.90);
  }
}
@media (min-width: 1280px) {
  .header-center__bottom .header-center__bottom--nav .ul .li a.level-1 {
    font-size: 15px;
  }
}
.header-center__bottom .header-center__bottom--nav .ul .li a.level-1:before {
  content: "";
  width: 1.4em;
  height: 1.4em;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.4em;
  transition: 0.3s;
}
.header-center__bottom .header-center__bottom--nav .ul .li a.level-1:hover {
  opacity: 1;
  color: #003B84;
}
.header-center__bottom .header-center__bottom--nav .ul .li a.level-1.icon-nav-search:before {
  background-image: url(/assets/img/common/icon-nav-search.svg);
}
.header-center__bottom .header-center__bottom--nav .ul .li a.level-1.icon-nav-search:hover:before {
  background-image: url(/assets/img/common/icon-nav-search-inversion.svg);
}
.header-center__bottom .header-center__bottom--nav .ul .li a.level-1.icon-nav-home:before {
  background-image: url(/assets/img/common/icon-nav-home.svg);
}
.header-center__bottom .header-center__bottom--nav .ul .li a.level-1.icon-nav-home:hover:before {
  background-image: url(/assets/img/common/icon-nav-home-inversion.svg);
}
.header-center__bottom .header-center__bottom--nav .ul .li a.level-1.icon-nav-man:before {
  background-image: url(/assets/img/common/icon-nav-man.svg);
}
.header-center__bottom .header-center__bottom--nav .ul .li a.level-1.icon-nav-man:hover:before {
  background-image: url(/assets/img/common/icon-nav-man-inversion.svg);
}
.header-center__bottom .header-center__bottom--nav .ul .li .ul-hover {
  position: absolute;
  top: 80px;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  min-width: 160px;
  white-space: nowrap;
  padding: 28px;
  transition: 0.3s;
  display: none;
}
.header-center__bottom .header-center__bottom--nav .ul .li .ul-hover li {
  line-height: 2.4666;
}
.header-center__bottom .header-center__bottom--nav .ul .li .ul-hover li a {
  color: #FFF;
  font-size: calc(15px * 0.85);
}
@media (min-width: 1100px) {
  .header-center__bottom .header-center__bottom--nav .ul .li .ul-hover li a {
    font-size: calc(15px * 0.9);
  }
}
.header-center__bottom .header-center__bottom--nav .ul .li:hover .ul-hover {
  display: block;
  animation-name: displaynone;
  animation-duration: 0.5s;
  animation-timing-function: ease;
}
@keyframes displaynone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.header-center__bottom .header-center__bottom--form {
  width: 28%;
  max-width: 240px;
  padding-top: 27px;
}
.header-center__bottom .header-center__bottom--form div {
  display: flex;
  box-sizing: border-box;
  width: 100%;
}
.header-center__bottom .header-center__bottom--form div .searchBox {
  border-radius: 0px;
  border: solid 1px #003B84;
  height: 26px;
  box-sizing: border-box;
  width: calc(100% - 26px);
  font-size: 12px;
}
.header-center__bottom .header-center__bottom--form div .searchBox:focus {
  outline: none;
}
.header-center__bottom .header-center__bottom--form div input[type=submit] {
  width: 26px;
  height: 26px;
  border: none;
  background-color: #003B84;
  background-image: url(/assets/img/common/icon-search.svg);
  background-repeat: no-repeat;
  background-size: 13.7583px 14.6753px;
  background-position: center;
}
.header-center__bottom .header-center__bottom--form div input[type=submit]:hover {
  cursor: pointer;
}

.header-right {
  width: 23%;
  min-height: 130px;
  min-width: 190.797px;
  max-width: 330px;
  background: #003B84;
  padding: 15px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (min-width: 1100px) {
  .header-right {
    width: 330px;
  }
}
@media (min-width: 1540px) {
  .header-right {
    position: absolute;
    right: 0;
    top: 0;
  }
}
.header-right .header-login {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.header-right ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.header-right ul li:nth-of-type(1) {
  order: 1;
  width: calc(100% - 42%);
  margin-top: 8px;
  margin-bottom: 5px;
}
@media (min-width: 1280px) {
  .header-right ul li:nth-of-type(1) {
    width: 180px;
  }
}
.header-right ul li:nth-of-type(2) {
  order: 3;
  width: calc(100% - 42%);
}
@media (min-width: 1280px) {
  .header-right ul li:nth-of-type(2) {
    width: 180px;
  }
}
.header-right ul li:nth-of-type(3) {
  order: 2;
  width: 38%;
  margin-top: 8px;
  margin-bottom: 5px;
}
@media (min-width: 1280px) {
  .header-right ul li:nth-of-type(3) {
    width: 109px;
  }
}
.header-right ul li:nth-of-type(4) {
  order: 4;
  width: 38%;
}
@media (min-width: 1280px) {
  .header-right ul li:nth-of-type(4) {
    width: 109px;
  }
}
.header-right ul li:nth-of-type(5) {
  order: 5;
  width: 100%;
}
.header-right .header-left__logo {
  width: 157.89px;
}
.header-right .header-right__typetext {
  height: 22px;
  border: none;
  border-radius: 2px;
  font-size: 12px;
  width: 100%;
  box-sizing: border-box;
  font-size: 10px;
}
@media (min-width: 1100px) {
  .header-right .header-right__typetext {
    padding: 0 0 0 6px;
  }
}
.header-right .btn {
  font-size: 11px;
  border-radius: 0px;
  border: none;
  width: 100%;
  height: 22px;
  padding: 0;
  text-align: center;
  display: block;
  line-height: 22px;
  color: #FFF;
  font-weight: bold;
}
.header-right .btn_login,
.header-right .btn_logout {
  background: #E66C2C;
}
.header-right .btn_login:hover,
.header-right .btn_logout:hover {
  cursor: pointer;
  opacity: 1;
}
.header-right .btn_new,
.header-right .btn_mypage {
  background: #F6AC19;
}
.header-right .btn_new:hover,
.header-right .btn_mypage:hover {
  opacity: 1;
}
.header-right .last {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.header-right .last a {
  display: block;
  font-size: 11px;
  line-height: 1;
  white-space: nowrap;
}
@media (min-width: 1100px) {
  .header-right .last a {
    font-size: 12px;
  }
}
.header-right .last a:first-of-type {
  margin-bottom: 0.2em;
}

#MSG {
  font-size: 11px;
  margin-bottom: 0.5em;
  color: #F9EB21;
}
@media (min-width: 1100px) {
  #MSG {
    font-size: 12px;
  }
}
#MSG br {
  display: none;
}
@media (min-width: 1100px) {
  #MSG {
    display: block;
  }
}

.header_login_msg div {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1100px) {
  .header_login_msg div {
    width: 109px;
  }
}
.header_login_msg p#header-login-usrname-line {
  order: 2;
  font-size: 11px;
  white-space: nowrap;
  margin-top: 7px;
}
@media (min-width: 1100px) {
  .header_login_msg p#header-login-usrname-line {
    position: absolute;
    top: 70px;
    left: 14px;
    max-width: calc(100% - 30px);
  }
}
.header_login_msg p#header-login-usrname-line br {
  display: none;
}
.header_login_msg ul {
  width: 100%;
  justify-content: flex-start;
  order: 1;
  margin-top: 0.6em;
  z-index: 1;
  position: relative;
}
.header_login_msg ul li:nth-of-type(1) {
  order: 2;
  width: 38%;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 1100px) {
  .header_login_msg ul li:nth-of-type(1) {
    width: 109px;
  }
}
.header_login_msg ul li:nth-of-type(2) {
  order: 1;
  width: 38%;
  margin-right: 6px;
}
@media (min-width: 1100px) {
  .header_login_msg ul li:nth-of-type(2) {
    width: 109px;
    margin-right: 0;
    margin-bottom: 5px;
  }
}

.fixed-btn-right {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.fixed-btn-right .btn-fixednav {
  position: absolute;
  margin: auto;
  top: 258px;
  right: 0;
  height: 354px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.fixed-btn-right .btn-fixednav li {
  margin-bottom: 6px;
  width: 100%;
}
.fixed-btn-right .btn-fixednav li:last-of-type {
  margin-bottom: 0;
}
.fixed-btn-right .icon-look {
  position: absolute;
  top: 628px;
  right: 20px;
  width: 120px;
  height: 120px;
}
.fixed-btn-right .icon-look a {
  display: block;
}
.fixed-btn-right .icon-look a img {
  transition: 0.3s;
}
.fixed-btn-right .icon-look a img:hover {
  opacity: 0.7;
}

.btn-fixednav {
  color: #003B84;
  width: 160px;
}
.btn-fixednav .btn {
  display: block;
  width: 54px;
  height: 54px;
  background: #003B84;
  display: flex;
  align-items: center;
  transform: translateX(0px);
}
.btn-fixednav .btn.active, .btn-fixednav .btn:hover {
  opacity: 1;
  transition: 0.4s ease;
  background: #E66C2C;
}
.btn-fixednav .btn img {
  width: 54px;
}
.btn-fixednav .btn p {
  background: #FFF;
  font-weight: bold;
  font-size: 15px;
  display: flex;
  align-items: center;
  padding-left: 8px;
  line-height: 1.2666;
  transition: 0.3s;
}
.btn-fixednav .btn:hover p {
  color: #E66C2C;
}
.btn-fixednav .btn-160 {
  width: 160px;
}
.btn-fixednav .btn-160:hover {
  transform: translateX(-106px);
}
.btn-fixednav .btn-160 p {
  width: calc(100% - 54px);
  height: 52px;
}
.btn-fixednav .google-font {
  font-family: "Heebo", sans-serif;
  font-weight: bold;
  font-size: 17px;
  line-height: 1.11;
}

.fixed-btn-right.fixed {
  position: fixed;
  display: block;
  height: calc(100vh - 0px);
  width: 0px;
  transition: 0.5s;
  z-index: 10000;
}
.fixed-btn-right.fixed .btn-fixednav {
  z-index: 1;
  position: absolute;
  top: 0;
  right: calc(-160px - -54px);
  bottom: 0;
  transform: translateX(100px);
  animation: fixed-btn-right;
  animation-duration: 0.5s;
  animation-delay: 0.5s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

@keyframes fixed-btn-right {
  0% {
    transform: translateX(100px);
  }
  100% {
    transform: translateX(0px);
  }
}
.fixed-btn-right.fixed .icon-look {
  position: absolute;
  top: auto;
  bottom: 20px;
  margin: auto;
  transform: translateX(160px);
  animation: icon-look;
  animation-duration: 0.5s;
  animation-delay: 0.5s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

@keyframes icon-look {
  0% {
    transform: translateX(160px);
  }
  100% {
    transform: translateX(0px);
  }
}
.fixed-btn-right.fixed.fixed-bottom {
  height: calc(100vh - 180px);
  min-height: 540px;
}
.fixed-btn-right.fixed.fixed-bottom .icon-look a.bottom-search {
  transition: 0.5s;
  animation: icon-look-a;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

@keyframes icon-look-a {
  0% {
    visibility: visible;
    opacity: 1;
  }
  1% {
    visibility: visible;
    opacity: 1;
  }
  50% {
    visibility: visible;
    opacity: 0;
  }
  51% {
    visibility: hidden;
    opacity: 0;
  }
  100% {
    visibility: hidden;
    opacity: 0;
  }
}
footer {
  z-index: 10001;
  position: relative;
  background: #FFF;
}
.footer-positon {
  position: absolute;
  top: -99px;
  right: 52px;
  width: 56px;
  height: 56px;
  max-width: 1118px;
}
.footer-positon a img {
  transition: 0.3s;
}
.footer-positon a img:hover {
  opacity: 0.7;
}

.footer-top {
  background: #003B84;
}
.footer-top .inner-layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 40px;
  max-width: 1118px;
}
.footer-top .left {
  display: flex;
  align-items: center;
}
.footer-top .left a.footer-top__logo {
  display: block;
  width: 228px;
}
@media (min-width: 1100px) {
  .footer-top .left a.footer-top__logo {
    margin-right: 35px;
  }
}
.footer-top .left a.footer-top__logo:hover {
  opacity: 1;
}
.footer-top .left a.footer-top__logo img {
  width: 100%;
}
.footer-top .left ul {
  display: flex;
}
.footer-top .left ul li {
  margin-right: 1em;
}
@media (min-width: 1100px) {
  .footer-top .left ul li {
    margin-right: 2em;
  }
}
.footer-top .left ul li a {
  color: #FFF;
  font-size: 14px;
}
.footer-top .right {
  width: 248px;
}

.footer-bottom .inner-layout {
  padding: 0 40px;
  height: 40px;
  line-height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1118px;
}
.footer-bottom ul {
  display: flex;
}
.footer-bottom ul li {
  margin-right: 1.5em;
}
.footer-bottom ul li a {
  font-size: 12px;
}
.footer-bottom small {
  font-size: 12px;
}

.ttl-layout.type-01 {
  text-align: center;
}
.ttl-layout.type-01 .ttl {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-weight: normal;
  color: #003B84;
  font-size: 45px;
  line-height: 1;
}
.ttl-layout.type-01 .text {
  font-family: "Heebo", sans-serif;
  font-size: 23px;
  font-weight: 500;
  color: #999999;
  line-height: 1;
  margin-top: 0.7em;
}

.ttl-layout.type-02 {
  text-align: left;
}
.ttl-layout.type-02 .ttl {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-weight: normal;
  color: #003B84;
  font-size: calc(56 * 0.085vw);
  line-height: 1;
  white-space: nowrap;
}
@media (min-width: 1100px) {
  .ttl-layout.type-02 .ttl {
    font-size: 56px;
  }
}
.ttl-layout.type-02 .text {
  font-family: "Heebo", sans-serif;
  font-size: 23px;
  font-weight: bold;
  color: #999999;
  line-height: 1;
  margin-top: 0.7em;
}

.ttl-layout.type-03 {
  text-align: center;
}
.ttl-layout.type-03 .ttl {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-weight: normal;
  color: #003B84;
  font-size: 45px;
  line-height: 1;
}
.ttl-layout.type-03 .text {
  font-family: "Heebo", sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #999999;
  line-height: 1;
  margin-top: 0.7em;
}

.btn-layout.type-01 a {
  display: block;
  width: 260px;
  height: 42px;
  line-height: 42px;
  border: solid 1px #003B84;
  background-color: #FFF;
  color: #003B84;
  text-align: center;
  position: relative;
}
.btn-layout.type-01 a:after {
  content: "";
  display: block;
  width: 8.7148px;
  height: 9.8281px;
  background-image: url(/assets/img/common/arrow-blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}
.btn-layout.type-01 a:hover {
  background: #003B84;
  color: #FFF;
  opacity: 1;
}
.btn-layout.type-01 a:hover:after {
  background-image: url(/assets/img/common/arrow-white.svg);
}

.btn-layout.type-02 a {
  display: block;
  width: 260px;
  height: 42px;
  line-height: 42px;
  border: solid 1px #003B84;
  background-color: #FFF;
  color: #003B84;
  text-align: center;
  position: relative;
}
.btn-layout.type-02 a:after {
  content: "";
  display: block;
  width: 8.7148px;
  height: 9.8281px;
  background-image: url(/assets/img/common/arrow-blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}
.btn-layout.type-02 a:hover {
  border: solid 1px #FFF;
  background: #003B84;
  color: #FFF;
  opacity: 1;
}
.btn-layout.type-02 a:hover:after {
  background-image: url(/assets/img/common/arrow-white.svg);
}

.btn-layout.type-03 a,
.search-results + div a {
  display: block;
  width: 330px;
  height: 42px;
  line-height: 42px;
  border: solid 1px #003B84;
  background-color: #FFF;
  color: #003B84;
  text-align: center;
  position: relative;
}
.btn-layout.type-03 a:after,
.search-results + div a:after {
  content: "";
  display: block;
  width: 8.7148px;
  height: 9.8281px;
  background-image: url(/assets/img/common/arrow-blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}
.btn-layout.type-03 a:hover,
.search-results + div a:hover {
  background: #003B84;
  color: #FFF;
  opacity: 1;
}
.btn-layout.type-03 a:hover:after,
.search-results + div a:hover:after {
  background-image: url(/assets/img/common/arrow-white.svg);
}

.btn-layout.type-04 a {
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.btn-layout.type-04 a:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(/assets/img/common/btn-triangle-blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 0.5em;
  transition: 0.3s;
}
.btn-layout.type-04 a:hover {
  opacity: 1;
}
.btn-layout.type-04 a:hover:after {
  background-image: url(/assets/img/common/btn-triangle-blue-inversion.svg);
}

.btn-layout.type-04.green a:after {
  background-image: url(/assets/img/common/btn-triangle-green.svg);
}
.btn-layout.type-04.green a:hover:after {
  background-image: url(/assets/img/common/btn-triangle-green-inversion.svg);
}

.col-2,
.col-3,
.col-4,
.col-5 {
  display: flex;
  justify-content: center;
}

.col-2.col-2-type1 {
  width: 90.3%;
  max-width: 1233px;
  background: rgba(0, 59, 135, 0.05);
  margin-left: calc(100% - 90.3%);
  justify-content: flex-start;
}
@media (min-width: 1366px) {
  .col-2.col-2-type1 {
    margin: 0 auto;
    width: 84%;
    max-width: 1600px;
    justify-content: center;
  }
}
.col-2.col-2-type1 .right {
  order: 2;
  align-self: center;
}
@media (min-width: 1100px) {
  .col-2.col-2-type1 .right {
    position: relative;
    top: -20px;
  }
}
.col-2.col-2-type1 .left {
  order: 1;
  margin-left: calc(5.7% * 0.5);
  width: 29.2%;
  min-width: 300px;
  margin-right: calc(5% * 0.5);
}
@media (min-width: 1100px) {
  .col-2.col-2-type1 .left {
    margin-left: calc(5.7% * 1);
    margin-right: calc(5% * 1);
  }
}
@media (min-width: 1366px) {
  .col-2.col-2-type1 .left {
    margin-left: 0;
  }
}
.col-2.col-2-type1 .left img {
  position: relative;
  top: -16.7%;
}
@media (min-width: 1366px) {
  .col-2.col-2-type1 .left img {
    width: 100%;
    max-width: 400px;
  }
}

.col-5.img-text-layout ul,
div[data-tab=sample-1] ul,
div[data-tab=sample-2] ul,
div[data-tab=sample-3] ul,
div[data-tab=sample-4] ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.col-5.img-text-layout ul li,
div[data-tab=sample-1] ul li,
div[data-tab=sample-2] ul li,
div[data-tab=sample-3] ul li,
div[data-tab=sample-4] ul li {
  width: 18.56%;
  display: block;
  margin-bottom: 40px;
  font-size: calc(14px * 0.85);
  line-height: 1.28;
  text-align: left;
}
@media (min-width: 1100px) {
  .col-5.img-text-layout ul li,
div[data-tab=sample-1] ul li,
div[data-tab=sample-2] ul li,
div[data-tab=sample-3] ul li,
div[data-tab=sample-4] ul li {
    font-size: 14px;
  }
}
.col-5.img-text-layout ul li a,
div[data-tab=sample-1] ul li a,
div[data-tab=sample-2] ul li a,
div[data-tab=sample-3] ul li a,
div[data-tab=sample-4] ul li a {
  display: block;
}
.col-5.img-text-layout ul li a img,
div[data-tab=sample-1] ul li a img,
div[data-tab=sample-2] ul li a img,
div[data-tab=sample-3] ul li a img,
div[data-tab=sample-4] ul li a img {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.map {
  position: relative;
}
.map .map-layout {
  z-index: 2;
  position: relative;
}
.map .map-layout .map-layout__li {
  display: flex;
  margin-bottom: 2.4em;
}
@media (min-width: 1100px) {
  .map .map-layout .map-layout__li {
    margin-bottom: 2em;
  }
}
.map .map-layout .map-layout__li .map-layout__li--span {
  margin-right: 1.5em;
  font-size: calc(18 * 0.09vw);
  font-weight: bold;
  width: 8em;
  text-align: right;
  line-height: 1.3;
}
@media (min-width: 1100px) {
  .map .map-layout .map-layout__li .map-layout__li--span {
    font-size: 18px;
  }
}
.map .map-layout .map-layout__li .map-layout__li--ul {
  display: flex;
}
.map .map-layout .map-layout__li .map-layout__li--ul li {
  line-height: 1.666;
}
.map .map-layout .map-layout__li .map-layout__li--ul li a {
  font-size: calc(15 * 0.09vw);
  font-weight: bold;
  margin-right: 1em;
  display: flex;
  align-items: center;
  color: #969696;
}
@media (min-width: 1100px) {
  .map .map-layout .map-layout__li .map-layout__li--ul li a {
    font-size: 15px;
  }
}
.map .map-layout .map-layout__li .map-layout__li--ul li a:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-right: 0.15em;
  border-style: solid;
  border-width: calc(7.1 * 0.09vw) 0 calc(7.1 * 0.09vw) calc(9.6 * 0.09vw);
  border-color: transparent transparent transparent #969696;
}
@media (min-width: 1100px) {
  .map .map-layout .map-layout__li .map-layout__li--ul li a:before {
    border-width: 7.1px 0 7.1px 9.6px;
  }
}

.map .map-layout .map-layout__li:nth-of-type(1) .map-layout__li--span {
  color: #64B7DA;
}
.map .map-layout .map-layout__li:nth-of-type(1) .map-layout__li--ul li a {
  color: #64B7DA;
}
.map .map-layout .map-layout__li:nth-of-type(1) .map-layout__li--ul li a:before {
  border-color: transparent transparent transparent #64B7DA;
}
.map .map-layout .map-layout__li:nth-of-type(2) .map-layout__li--span {
  color: #5AAC50;
}
.map .map-layout .map-layout__li:nth-of-type(2) .map-layout__li--ul li a {
  color: #5AAC50;
}
.map .map-layout .map-layout__li:nth-of-type(2) .map-layout__li--ul li a:before {
  border-color: transparent transparent transparent #5AAC50;
}
.map .map-layout .map-layout__li:nth-of-type(3) .map-layout__li--span {
  color: #98C157;
}
.map .map-layout .map-layout__li:nth-of-type(3) .map-layout__li--ul li a {
  color: #98C157;
}
.map .map-layout .map-layout__li:nth-of-type(3) .map-layout__li--ul li a:before {
  border-color: transparent transparent transparent #98C157;
}
.map .map-layout .map-layout__li:nth-of-type(4) .map-layout__li--span {
  color: #EBBE2D;
}
.map .map-layout .map-layout__li:nth-of-type(4) .map-layout__li--ul li a {
  color: #EBBE2D;
}
.map .map-layout .map-layout__li:nth-of-type(4) .map-layout__li--ul li a:before {
  border-color: transparent transparent transparent #EBBE2D;
}
.map .map-layout .map-layout__li:nth-of-type(5) .map-layout__li--span {
  color: #F2AB1A;
}
.map .map-layout .map-layout__li:nth-of-type(5) .map-layout__li--ul li a {
  color: #F2AB1A;
}
.map .map-layout .map-layout__li:nth-of-type(5) .map-layout__li--ul li a:before {
  border-color: transparent transparent transparent #F2AB1A;
}
.map .map-layout .map-layout__li:nth-of-type(6) .map-layout__li--span {
  color: #F09362;
}
.map .map-layout .map-layout__li:nth-of-type(6) .map-layout__li--ul li a {
  color: #F09362;
}
.map .map-layout .map-layout__li:nth-of-type(6) .map-layout__li--ul li a:before {
  border-color: transparent transparent transparent #F09362;
}
.map .map-layout .map-layout__li:nth-of-type(7) .map-layout__li--span {
  color: #E99DA3;
}
.map .map-layout .map-layout__li:nth-of-type(7) .map-layout__li--ul {
  width: 26em;
  flex-wrap: wrap;
}
.map .map-layout .map-layout__li:nth-of-type(7) .map-layout__li--ul li a {
  color: #E99DA3;
}
.map .map-layout .map-layout__li:nth-of-type(7) .map-layout__li--ul li a:before {
  border-color: transparent transparent transparent #E99DA3;
}

.map .map-layout .map-layout__li .map-layout__li--ul li a.disabled {
  pointer-events: none;
  color: #969696;
}
.map .map-layout .map-layout__li .map-layout__li--ul li a.disabled:before {
  border-color: transparent transparent transparent #969696;
}

.map .map-img {
  z-index: 1;
  position: relative;
  width: calc(480px * 0.9);
  position: absolute;
  bottom: calc(-53px * 0.4);
  right: -1%;
}
@media (min-width: 1100px) {
  .map .map-img {
    width: 480px;
    bottom: -49px;
  }
}
@media (min-width: 1280px) {
  .map .map-img {
    right: -22px;
  }
}

.tab {
  display: flex;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}
.tab li {
  width: 186px;
  text-align: center;
  color: #B0B0B0;
  border-bottom: solid 2px #B0B0B0;
  margin: 0 10px;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 0.5em;
  transition: 0.3s;
}
.tab li.active,
.tab li:hover {
  color: #003B84;
  border-bottom: solid 2px #003B84;
  transition: 0.3s;
}

.content-area {
  font-size: 30px;
  text-align: center;
  transition: 0.3s;
}
.content-area .content {
  display: none;
  transition: 0.3s;
}
.content-area .content.show {
  margin-top: 50px;
  display: block;
  transition: 0.3s;
}

.tab-content {
  text-align: center;
  transition: 0.3s;
  display: none;
  transition: 0.3s;
  margin-top: 50px;
}

.tab-content.show {
  display: block;
  transition: 0.3s;
}

.fadein {
  opacity: 0;
}
.fadein.show.done {
  opacity: 0;
  animation-name: fadein;
  animation-duration: 0.6s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-fill-mode: forwards;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadein-fv-h1__underlayer {
  opacity: 0;
}
.fadein-fv-h1__underlayer.show.done {
  opacity: 0;
  animation-name: fadein-fv-h1__underlayer;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
}

@keyframes fadein-fv-h1__underlayer {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeinbottom {
  opacity: 0;
  transform: translateY(80px);
}
.fadeinbottom.show.done {
  opacity: 0;
  transform: translateY(80px);
  animation-name: fadeinbottom;
  animation-duration: 0.6s;
  animation-timing-function: ease;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
}

@keyframes fadeinbottom {
  0% {
    opacity: 0;
    transform: translateY(80px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.fadeinbottom2 {
  opacity: 0;
  transform: translateY(20px);
}
.fadeinbottom2.show.done {
  opacity: 0;
  transform: translateY(20px);
  animation-name: fadeinbottom2;
  animation-duration: 0.6s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-fill-mode: forwards;
}

@keyframes fadeinbottom2 {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.fadeinbottom3 {
  opacity: 0;
  transform: translateY(14px);
}
.fadeinbottom3.show.done {
  opacity: 0;
  transform: translateY(14px);
  animation-name: fadeinbottom3;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
}

@keyframes fadeinbottom3 {
  0% {
    opacity: 0;
    transform: translateY(14px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.fadeintop {
  opacity: 0;
  transform: translateY(-80px);
}
.fadeintop.show.done {
  opacity: 0;
  transform: translateY(-80px);
  animation-name: fadeintop;
  animation-duration: 0.6s;
  animation-timing-function: ease;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
}

@keyframes fadeintop {
  0% {
    opacity: 0;
    transform: translateY(-80px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.fadeintop2 {
  opacity: 0;
  transform: translateY(-20px);
}
.fadeintop2.show.done {
  opacity: 0;
  transform: translateY(-20px);
  animation-name: fadeintop2;
  animation-duration: 0.6s;
  animation-timing-function: ease;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
}

@keyframes fadeintop2 {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.fadeinleft {
  opacity: 0;
  transform: translateX(-20px);
}
.fadeinleft.show.done {
  opacity: 0;
  transform: translateX(-20px);
  animation-name: fadeinleft;
  animation-duration: 0.6s;
  animation-timing-function: ease;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
}

@keyframes fadeinleft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
.fadeinright {
  opacity: 0;
  transform: translateX(20px);
}
.fadeinright.show.done {
  opacity: 0;
  transform: translateX(20px);
  animation-name: fadeinright;
  animation-duration: 0.6s;
  animation-timing-function: ease;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
}

@keyframes fadeinright {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
.transform {
  opacity: 0;
  transform: translate3d(80px, -60px, 0) scale(0.6) rotate(-20deg) skew(-30deg);
  transition: 1s ease;
}
.transform.show.done {
  opacity: 1;
  transform: translateZ(0) scale(1) rotate(0deg) skew(0deg);
}

.transform-name {
  opacity: 0;
  transform: translate3d(80px, -60px, 0) scale(0.6) rotate(-20deg) skew(-30deg);
  transition: 1s ease;
}
.transform-name.show.done {
  opacity: 1;
  transform: translateZ(0) scale(1) rotate(90deg) skew(0deg);
}

.fllows-img {
  overflow: hidden;
  width: 100%;
  height: auto;
  position: relative;
}
.fllows-img.hover-scale .fllows-img__wrap:hover {
  transform: scale(1.2);
  transition: 1.4s ease;
  opacity: 1;
}
.fllows-img .fllows-img__mask {
  width: calc(100% + 2px);
  height: calc(300% + 2px);
  position: absolute;
  top: -1px;
  left: -1px;
  top: 100%;
  transition: 0.7s ease-out;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
.fllows-img .fllows-img__mask:before {
  content: "";
  display: block;
  height: calc(100% / 3 * 2);
  width: 100%;
}
.fllows-img .fllows-img__mask:after {
  content: "";
  display: block;
  height: calc(100% / 3 * 1);
  width: 100%;
}
.fllows-img .fllows-img__wrap {
  overflow: hidden;
  opacity: 0;
  transition: 0.3s ease-in;
  z-index: 1;
}
.fllows-img .fllows-img__wrap .fllows-img__wrap--img,
.fllows-img .fllows-img__wrap img {
  transform: scale(1.1);
  display: block;
  transition: 1.2s ease-out;
}

.fllows-img.blue .fllows-img__mask:before {
  background: #003B84;
}
.fllows-img.blue .fllows-img__mask:after {
  background: #003B84;
}
.fllows-img.blue__white .fllows-img__mask:before {
  background: #003B84;
}
.fllows-img.blue__white .fllows-img__mask:after {
  background: #FFF;
}
.fllows-img.white__black .fllows-img__mask:before {
  background: #FFF;
}
.fllows-img.white__black .fllows-img__mask:after {
  background: #3B3B3B;
}
.fllows-img.white .fllows-img__mask:before {
  background: #FFF;
}
.fllows-img.white .fllows-img__mask:after {
  background: #FFF;
}
.fllows-img.white__blue .fllows-img__mask:before {
  background: #FFF;
}
.fllows-img.white__blue .fllows-img__mask:after {
  background: #003B84;
}

.fllows-img.show .fllows-img__mask {
  top: calc(-300% + -4px);
}

.fllows-img.show.done .fllows-img__wrap {
  opacity: 1;
}
.fllows-img.show.done .fllows-img__wrap .fllows-img__wrap--img,
.fllows-img.show.done .fllows-img__wrap img {
  transform: scale(1.01);
}

.fllows-img.show.done.end .fllows-img__wrap .fllows-img__wrap--img,
.fllows-img.show.done.end .fllows-img__wrap img {
  transition: 0.45s ease;
}

.home .fv {
  min-width: 960px;
  width: 100%;
  position: relative;
}

.fv-slide {
  background: rgba(0, 0, 0, 0.5);
}
.fv-slide .slide {
  width: 100%;
}
.fv-slide .layout {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center bottom;
}
.fv-slide .layout.nth-1 {
  background-image: url(/assets/img/home/main-img-01.jpg);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .fv-slide .layout.nth-1 {
    background-image: url(/assets/img/home/main-img-01@2x.jpg);
  }
}
.fv-slide .layout.nth-1 .ttl-fv {
  text-indent: -0.8em;
  margin-left: 0.4em;
}
.fv-slide .layout.nth-2 {
  background-image: url(/assets/img/home/main-img-02.jpg);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .fv-slide .layout.nth-2 {
    background-image: url(/assets/img/home/main-img-02@2x.jpg);
  }
}
.fv-slide .layout.nth-3 {
  background-image: url(/assets/img/home/main-img-03.jpg);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .fv-slide .layout.nth-3 {
    background-image: url(/assets/img/home/main-img-03@2x.jpg);
  }
}
.fv-slide .layout .ttl-fv {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-weight: bold;
  color: #FFF;
  font-size: 67px;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  letter-spacing: 0.04em;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  margin-top: 368px;
}

.fv-slide .slick-dots {
  bottom: 10px;
}
.fv-slide .slick-dots li {
  width: 30px;
  height: 20px;
  margin: 0 3px;
}
.fv-slide .slick-dots li button {
  width: 30px;
  height: 3px;
  display: flex;
  align-items: center;
  padding: 0;
  background: #FFF;
  opacity: 0.9;
}
.fv-slide .slick-dots li button:before {
  position: relative;
  content: "";
  width: 30px;
  height: 3px;
  opacity: 1;
  transition: 0.3s;
}
.fv-slide .slick-dots li:hover button:before {
  background: #003B84;
}
.fv-slide .slick-dots li.slick-active button:before {
  opacity: 1;
  background: #003B84;
  animation: anime-slick-active;
  animation-timing-function: linear;
  animation-duration: 4s;
  display: block;
}
@keyframes anime-slick-active {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

.home .fv {
  height: 100vh;
  min-height: 652px;
  max-height: 1080px;
}
.home .fv .layout {
  height: 100vh;
  min-height: 652px;
  max-height: 1080px;
}

@media screen and (max-height: 765px) and (orientation: landscape) {
  .fv-slide .layout.nth-1 {
    background-image: url(/assets/img/home/main-img-01__max-height765.jpg);
  }
}
@media only screen and (max-height: 765px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-height: 765px) and (orientation: landscape) and (min--moz-device-pixel-ratio: 2), only screen and (max-height: 765px) and (orientation: landscape) and (-o-min-device-pixel-ratio: 2/1), only screen and (max-height: 765px) and (orientation: landscape) and (min-device-pixel-ratio: 2), only screen and (max-height: 765px) and (orientation: landscape) and (min-resolution: 192dpi), only screen and (max-height: 765px) and (orientation: landscape) and (min-resolution: 2dppx) {
  .fv-slide .layout.nth-1 {
    background-image: url(/assets/img/home/main-img-01__max-height765@2x.jpg);
  }
}
@media screen and (max-height: 765px) and (orientation: landscape) {
  .fv-slide .layout.nth-2 {
    background-image: url(/assets/img/home/main-img-02__max-height765.jpg);
  }
}
@media only screen and (max-height: 765px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-height: 765px) and (orientation: landscape) and (min--moz-device-pixel-ratio: 2), only screen and (max-height: 765px) and (orientation: landscape) and (-o-min-device-pixel-ratio: 2/1), only screen and (max-height: 765px) and (orientation: landscape) and (min-device-pixel-ratio: 2), only screen and (max-height: 765px) and (orientation: landscape) and (min-resolution: 192dpi), only screen and (max-height: 765px) and (orientation: landscape) and (min-resolution: 2dppx) {
  .fv-slide .layout.nth-2 {
    background-image: url(/assets/img/home/main-img-02__max-height765@2x.jpg);
  }
}
@media screen and (max-height: 765px) and (orientation: landscape) {
  .fv-slide .layout.nth-3 {
    background-image: url(/assets/img/home/main-img-03__max-height765.jpg);
  }
}
@media only screen and (max-height: 765px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-height: 765px) and (orientation: landscape) and (min--moz-device-pixel-ratio: 2), only screen and (max-height: 765px) and (orientation: landscape) and (-o-min-device-pixel-ratio: 2/1), only screen and (max-height: 765px) and (orientation: landscape) and (min-device-pixel-ratio: 2), only screen and (max-height: 765px) and (orientation: landscape) and (min-resolution: 192dpi), only screen and (max-height: 765px) and (orientation: landscape) and (min-resolution: 2dppx) {
  .fv-slide .layout.nth-3 {
    background-image: url(/assets/img/home/main-img-03__max-height765@2x.jpg);
  }
}
@media screen and (min-height: 765px) and (min-width: 1540px) and (orientation: landscape) {
  .fv-slide .layout.nth-1 {
    background-image: url(/assets/img/home/main-img-01__landscape1540.jpg);
  }
}
@media only screen and (min-height: 765px) and (min-width: 1540px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-height: 765px) and (min-width: 1540px) and (orientation: landscape) and (min--moz-device-pixel-ratio: 2), only screen and (min-height: 765px) and (min-width: 1540px) and (orientation: landscape) and (-o-min-device-pixel-ratio: 2/1), only screen and (min-height: 765px) and (min-width: 1540px) and (orientation: landscape) and (min-device-pixel-ratio: 2), only screen and (min-height: 765px) and (min-width: 1540px) and (orientation: landscape) and (min-resolution: 192dpi), only screen and (min-height: 765px) and (min-width: 1540px) and (orientation: landscape) and (min-resolution: 2dppx) {
  .fv-slide .layout.nth-1 {
    background-image: url(/assets/img/home/main-img-01__landscape1540@2x.jpg);
  }
}
@media screen and (min-height: 765px) and (min-width: 1540px) and (orientation: landscape) {
  .fv-slide .layout.nth-2 {
    background-image: url(/assets/img/home/main-img-02__landscape1540.jpg);
  }
}
@media only screen and (min-height: 765px) and (min-width: 1540px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-height: 765px) and (min-width: 1540px) and (orientation: landscape) and (min--moz-device-pixel-ratio: 2), only screen and (min-height: 765px) and (min-width: 1540px) and (orientation: landscape) and (-o-min-device-pixel-ratio: 2/1), only screen and (min-height: 765px) and (min-width: 1540px) and (orientation: landscape) and (min-device-pixel-ratio: 2), only screen and (min-height: 765px) and (min-width: 1540px) and (orientation: landscape) and (min-resolution: 192dpi), only screen and (min-height: 765px) and (min-width: 1540px) and (orientation: landscape) and (min-resolution: 2dppx) {
  .fv-slide .layout.nth-2 {
    background-image: url(/assets/img/home/main-img-02__landscape1540@2x.jpg);
  }
}
@media screen and (min-height: 765px) and (min-width: 1540px) and (orientation: landscape) {
  .fv-slide .layout.nth-3 {
    background-image: url(/assets/img/home/main-img-03__landscape1540.jpg);
  }
}
@media only screen and (min-height: 765px) and (min-width: 1540px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-height: 765px) and (min-width: 1540px) and (orientation: landscape) and (min--moz-device-pixel-ratio: 2), only screen and (min-height: 765px) and (min-width: 1540px) and (orientation: landscape) and (-o-min-device-pixel-ratio: 2/1), only screen and (min-height: 765px) and (min-width: 1540px) and (orientation: landscape) and (min-device-pixel-ratio: 2), only screen and (min-height: 765px) and (min-width: 1540px) and (orientation: landscape) and (min-resolution: 192dpi), only screen and (min-height: 765px) and (min-width: 1540px) and (orientation: landscape) and (min-resolution: 2dppx) {
  .fv-slide .layout.nth-3 {
    background-image: url(/assets/img/home/main-img-03__landscape1540@2x.jpg);
  }
}
.fv-scroll {
  z-index: 10;
  font-family: "Heebo", sans-serif;
  color: #FFF;
  font-size: 15px;
  position: absolute;
  bottom: 53px;
  right: 0;
  left: 0;
  margin: auto;
  width: 8em;
  height: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  letter-spacing: 0.02em;
  animation: fv-scroll;
  animation-duration: 2.8s;
  animation-iteration-count: infinite;
  animation-delay: 1.5s;
  animation-timing-function: ease;
  opacity: 0;
}
.fv-scroll:hover {
  color: #FFF;
}
.fv-scroll:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: solid 1px #FFF;
  border-top: solid 1px #FFF;
  transform: rotate(135deg);
}

@keyframes fv-scroll {
  0% {
    transform: translateY(-28px);
    opacity: 0;
  }
  1% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    transform: translateX(0px);
    opacity: 0;
  }
}
@keyframes fv-scroll-2 {
  0% {
    transform: translateY(-8px);
    opacity: 0;
  }
  1% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    transform: translateX(0px);
    opacity: 0;
  }
}
@media screen and (max-height: 765px) and (orientation: landscape) {
  .fv-slide .layout .ttl-fv {
    font-size: 60px;
    margin-top: 338px;
  }

  .fv-scroll {
    bottom: 22px;
    animation: fv-scroll-2;
    animation-duration: 2.8s;
    animation-iteration-count: infinite;
    animation-delay: 1.5s;
    animation-timing-function: ease;
  }

  .fv-slide .slick-dots {
    bottom: -10px;
  }
}
.home .sec01 {
  padding: 72px 0 78px 0;
  background-image: url(/assets/img/home/sec01-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .home .sec01 {
    background-image: url(/assets/img/home/sec01-bg@2x.png);
  }
}
.home .sec01 .inner-layout {
  text-align: center;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
}
.home .sec01 p {
  font-size: calc(20px * 1);
  line-height: 1.7;
  margin-bottom: 1.7em;
  letter-spacing: 0.03em;
  text-indent: -0.03em;
}
.home .sec01 h2 {
  font-size: calc(40px * 1);
  margin-top: 1.5em;
  font-weight: normal;
  color: #003B84;
  line-height: 1;
}

.home .sec02 {
  padding: 100px 0 0 0;
}
.home .sec02 .inner-layout {
  max-width: 1366px;
}
.home .sec02 .ttl-layout.type-01 {
  padding-bottom: 52px;
}

.sec02-slide .slide .layout {
  display: flex;
}
.sec02-slide .slide .layout .left {
  width: 37.3%;
  max-width: 510px;
  background: #003B84;
  position: relative;
}
.sec02-slide .slide .layout .left:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.sec02-slide .slide .layout .left .position {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 20%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  color: #FFF;
}
@media (min-width: 1366px) {
  .sec02-slide .slide .layout .left .position {
    padding-left: 24%;
  }
}
.sec02-slide .slide .layout .left .position:before {
  font-size: calc(130 * 0.065vw);
  content: "";
  display: block;
  font-family: "Heebo", sans-serif;
  position: absolute;
  top: 8%;
  line-height: 1;
}
@media (min-width: 1280px) {
  .sec02-slide .slide .layout .left .position:before {
    font-size: 130px;
  }
}
.sec02-slide .slide .layout .left .position:after {
  content: "";
  font-size: calc(130 * 0.065vw);
  width: 0.54em;
  height: 3px;
  display: block;
  background: #FFF;
  position: absolute;
  top: 32%;
  left: 26%;
}
@media (min-width: 1280px) {
  .sec02-slide .slide .layout .left .position:after {
    font-size: 130px;
  }
}
@media (min-width: 1366px) {
  .sec02-slide .slide .layout .left .position:after {
    font-size: 130px;
    top: 34%;
    left: 30%;
  }
}
.sec02-slide .slide .layout .left .position h3 {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-size: calc(28 * 0.074vw);
  line-height: 1;
  margin-bottom: 0.75em;
  margin-top: 7%;
}
@media (min-width: 1280px) {
  .sec02-slide .slide .layout .left .position h3 {
    font-size: 28px;
  }
}
@media (min-width: 1366px) {
  .sec02-slide .slide .layout .left .position h3 {
    font-size: 28px;
    margin-top: 17%;
  }
}
.sec02-slide .slide .layout .left .position p {
  font-size: calc(17 * 0.080vw);
  line-height: 1.58;
}
@media (min-width: 1280px) {
  .sec02-slide .slide .layout .left .position p {
    font-size: 17px;
  }
}
.sec02-slide .slide .layout .left .position .btn-layout.type-02 {
  position: absolute;
  bottom: 50px;
}
@media (min-width: 1366px) {
  .sec02-slide .slide .layout .left .position .btn-layout.type-02 {
    bottom: 60px;
  }
}
.sec02-slide .slide .layout .right {
  width: calc(100% - 37.3%);
  background-size: cover;
  background-position: center;
}

.sec02-slide .slide .layout.nth-1 .position:before {
  content: "01";
}
.sec02-slide .slide .layout.nth-1 .right {
  background-image: url(/assets/img/home/slide-01.jpg);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .sec02-slide .slide .layout.nth-1 .right {
    background-image: url(/assets/img/home/slide-01@2x.jpg);
  }
}
.sec02-slide .slide .layout.nth-2 .position:before {
  content: "02";
}
.sec02-slide .slide .layout.nth-2 .right {
  background-image: url(/assets/img/home/slide-02.jpg);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .sec02-slide .slide .layout.nth-2 .right {
    background-image: url(/assets/img/home/slide-02@2x.jpg);
  }
}
.sec02-slide .slide .layout.nth-3 .position:before {
  content: "03";
}
.sec02-slide .slide .layout.nth-3 .right {
  background-image: url(/assets/img/home/slide-03.jpg);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .sec02-slide .slide .layout.nth-3 .right {
    background-image: url(/assets/img/home/slide-03@2x.jpg);
  }
}
.sec02-slide .slide .layout.nth-4 .position:before {
  content: "04";
}
.sec02-slide .slide .layout.nth-4 .right {
  background-image: url(/assets/img/home/slide-04.jpg);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .sec02-slide .slide .layout.nth-4 .right {
    background-image: url(/assets/img/home/slide-04@2x.jpg);
  }
}

.sec02-slide {
  margin-top: 70px;
  margin-bottom: 0 !important;
}
.sec02-slide .slick-prev {
  background-image: url(/assets/img/common/arrow-slide-left.svg);
  background-position: center;
  background-size: 29.0938px 48.7588px;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  z-index: 1;
  position: absolute;
  top: 30px;
  left: 0;
  bottom: 0;
  margin: auto;
}
@media (min-width: 1366px) {
  .sec02-slide .slick-prev {
    left: 26px;
  }
}
.sec02-slide .slick-prev:before {
  content: none;
}
.sec02-slide .slick-next {
  background-image: url(/assets/img/common/arrow-slide-right.svg);
  background-position: center;
  background-size: 29.0938px 48.7588px;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  z-index: 1;
  position: absolute;
  top: 30px;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media (min-width: 1366px) {
  .sec02-slide .slick-next {
    right: 26px;
  }
}
.sec02-slide .slick-next:before {
  content: none;
}

.sec02-slide .slick-dots {
  display: block;
  bottom: 0;
  height: 70px;
  position: absolute;
  top: -70px;
}
.sec02-slide .slick-dots li {
  width: auto;
  margin: 0 2%;
}
.sec02-slide .slick-dots li:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: none;
  margin-top: 0.3em;
  transition: 0.3s;
}
.sec02-slide .slick-dots li button {
  width: auto;
  display: flex;
  padding: 0;
  align-items: center;
}
.sec02-slide .slick-dots li button:before {
  font-family: "Heebo", sans-serif;
  font-weight: bold;
  display: block;
  width: auto;
  position: static;
  font-size: calc(24 * 0.085vw);
  margin-right: 0.3em;
  color: #003B84;
  opacity: 1;
  transition: 0.3s;
}
@media (min-width: 1100px) {
  .sec02-slide .slick-dots li button:before {
    font-size: 24px;
  }
}
.sec02-slide .slick-dots li button:after {
  display: block;
  font-size: calc(17 * 0.085vw);
  color: #003B84;
  font-weight: bold;
  transition: 0.3s;
}
@media (min-width: 1100px) {
  .sec02-slide .slick-dots li button:after {
    font-size: 17px;
  }
}
.sec02-slide .slick-dots li:nth-of-type(1) button:before {
  content: "01";
}
.sec02-slide .slick-dots li:nth-of-type(1) button:after {
  content: "いまどきの家選びとは？";
}
.sec02-slide .slick-dots li:nth-of-type(2) button:before {
  content: "02";
}
.sec02-slide .slick-dots li:nth-of-type(2) button:after {
  content: "ずっと住める家を";
}
.sec02-slide .slick-dots li:nth-of-type(3) button:before {
  content: "03";
}
.sec02-slide .slick-dots li:nth-of-type(3) button:after {
  content: "住みたい家を具現化";
}
.sec02-slide .slick-dots li:nth-of-type(4) button:before {
  content: "04";
}
.sec02-slide .slick-dots li:nth-of-type(4) button:after {
  content: "選ばれる理由";
}

.sec02-slide .slick-dots li.slick-active:after,
.sec02-slide .slick-dots li:hover:after {
  background: #E66C2C;
}
.sec02-slide .slick-dots li.slick-active button:before,
.sec02-slide .slick-dots li:hover button:before {
  color: #E66C2C;
}
.sec02-slide .slick-dots li.slick-active button:after,
.sec02-slide .slick-dots li:hover button:after {
  color: #E66C2C;
}

.home .sec03 {
  padding: 94px 0 150px 0;
  overflow: hidden;
}
@media (min-width: 1100px) {
  .home .sec03 {
    padding: 94px 0 200px 0;
  }
}
.home .sec03 .ttl-layout.type-01 {
  padding-bottom: 52px;
}
.home .sec03 .inner-layout {
  max-width: 1100px;
  padding: 0 40px;
}
.home .sec03 .col-3.col3-ul-btn li {
  margin: 0 10px;
}
.home .sec03 .map {
  margin-top: 72px;
}

.home .sec04 .col-2.col-2-type1 .text-p {
  margin: 1.5em 0 3em 0;
  line-height: 1.588;
  font-size: calc(17 * 0.09vw);
}
@media (min-width: 1100px) {
  .home .sec04 .col-2.col-2-type1 .text-p {
    font-size: 17px;
    margin: 1.3em 0 2em 0;
  }
}

.news-and-info {
  padding: 92px 0 100px 0;
  margin: 0 auto;
  width: calc(100% - 80px);
  max-width: 1100px;
  border-bottom: solid 1px #003B84;
}
.news-and-info .ttl-layout.type-03 {
  margin-bottom: 52px;
}

.news-and-info__layout {
  display: flex;
  justify-content: space-between;
  padding: 0 4.7%;
}
.news-and-info__layout .layout {
  width: calc(50% - 3.45%);
}
.news-and-info__layout .layout__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.news-and-info__layout .layout__header h3 {
  font-size: 15px;
  font-weight: bold;
  color: #003B84;
}
.news-and-info__layout .layout__body {
  border-top: solid 1px #999999;
  border-bottom: solid 1px #999999;
}
.news-and-info__layout .layout__body ul li {
  font-size: calc(14px * 0.85);
  background-image: url(/assets/img/common/border-dotted.svg);
  background-repeat: repeat-x;
  background-size: 6px 2px;
  background-position: left bottom;
}
.news-and-info__layout .layout__body ul li:nth-of-type(n+4) {
  background: none;
}
.news-and-info__layout .layout__body ul li:nth-of-type(n+5) {
  display: none;
}
@media (min-width: 1100px) {
  .news-and-info__layout .layout__body ul li {
    font-size: 14px;
  }
}
.news-and-info__layout .layout__body ul li a {
  display: flex;
  align-items: center;
  padding: 15px 36px 15px 0;
  position: relative;
  background: none;
}
.news-and-info__layout .layout__body ul li a:hover {
  opacity: 1;
  background: rgba(0, 59, 135, 0.05);
}
.news-and-info__layout .layout__body ul li a:after {
  content: "";
  display: block;
  width: 25px;
  height: 6px;
  background-image: url(/assets/img/common/arrow-border-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.news-and-info__layout .layout__body ul li a .left {
  width: 7em;
}
.news-and-info__layout .layout__body ul li a .right {
  display: flex;
  align-items: center;
  width: calc(100% - 7em);
  height: 53px;
}
.news-and-info__layout .layout__body ul li a .right img {
  display: block;
  margin-right: 0.8em;
}
.news-and-info__layout .layout__body ul li a .right p {
  max-height: 2.6em;
  overflow: hidden;
  display: block;
  line-height: 1.4em;
}

.news-and-info__layout .layout-info .layout__header h3 {
  color: #008086;
}
.news-and-info__layout .layout-info .layout__body ul li a:hover {
  background: rgba(0, 128, 134, 0.05);
}
.news-and-info__layout .layout-info .layout__body ul li a:after {
  background-image: url(/assets/img/common/arrow-border-green.svg);
}
.news-and-info__layout .layout-info .layout__body ul li a .right p br {
  display: none;
}

.home-tab,
.top-thing {
  padding: 92px 0 120px 0;
}
.home-tab hr,
.top-thing hr {
  display: none;
}
.home-tab h2,
.top-thing h2 {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  text-align: center;
  font-size: calc(34px * 0.85);
  color: #003B84;
  line-height: 1;
  margin-bottom: 52px;
}
@media (min-width: 1100px) {
  .home-tab h2,
.top-thing h2 {
    font-size: 34px;
  }
}
.home-tab .tab-layout,
.home-tab div[data-tab=sample-1],
.home-tab div[data-tab=sample-2],
.home-tab div[data-tab=sample-3],
.home-tab div[data-tab=sample-4],
.top-thing .tab-layout,
.top-thing div[data-tab=sample-1],
.top-thing div[data-tab=sample-2],
.top-thing div[data-tab=sample-3],
.top-thing div[data-tab=sample-4] {
  max-width: 1000px;
  margin: 52px 40px 32px 40px;
}
@media (min-width: 1100px) {
  .home-tab .tab-layout,
.home-tab div[data-tab=sample-1],
.home-tab div[data-tab=sample-2],
.home-tab div[data-tab=sample-3],
.home-tab div[data-tab=sample-4],
.top-thing .tab-layout,
.top-thing div[data-tab=sample-1],
.top-thing div[data-tab=sample-2],
.top-thing div[data-tab=sample-3],
.top-thing div[data-tab=sample-4] {
    margin: 52px auto 32px auto;
  }
}
.home-tab .btn-layout.type-03,
.home-tab .mega-button,
.top-thing .btn-layout.type-03,
.top-thing .mega-button {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.home .top-youtube {
  padding: 100px 0 0 0;
}
.home .top-youtube .inner-layout {
  width: 100%;
}
.home .top-youtube h2 {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  color: #003B84;
  font-size: 29px;
  text-align: center;
  height: 1em;
  margin-bottom: 1em;
}
.home .top-youtube .youtube-layout {
  width: 72%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}
.home .top-youtube .youtube-layout:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.25%;
}
.home .top-youtube .youtube-layout iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media all and (-ms-high-contrast: none) {
  .header-right .header-left__logo {
    height: 19.4px;
  }
  .header-right form {
    display: block;
    width: 300px;
    height: 80px;
  }

  .header-right.type-1 {
    height: 100px;
  }
  .header-right.type-1 .header-login {
    height: 58px;
  }
  .header-right.type-1 .header-left__logo {
    height: 19.4px;
  }
  .header-right.type-1 form {
    display: block;
    width: 300px;
    height: 80px;
  }

  #MSG.error {
    background: #F9EB21;
    color: #003B84;
  }
}

/*# sourceMappingURL=style.css.map */
