/* Scss Document */
.pc_show {
  display: block;
}

@media screen and (max-width: 812px) {
  .pc_show {
    display: none !important;
  }
}

.sp_show {
  display: none !important;
}

@media screen and (max-width: 812px) {
  .sp_show {
    display: block !important;
  }
}

/* transition */
/* opacity */
/* inline-block */
/* font-family */
/* font size */
#mv {
  position: relative;
  z-index: 10;
  width: 100%;
  margin-top: 85px;
  padding: 0 1.5vw;
}

#mv #logo {
  opacity: 0;
  padding-top: 100px;
  position: absolute;
  top: 47%;
  left: 50%;
  -webkit-transform: translate(-40%, -50%);
          transform: translate(-40%, -50%);
  width: max(395px,10vw);
  -webkit-filter: brightness(0) invert(0);
  filter: brightness(0) invert(0);
  z-index: 15;
}

#mv #logo.change_clr {
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
  -webkit-filter: none;
          filter: none;
}

#mv #logo img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}

@media screen and (max-width: 812px) {
  #mv #logo {
    width: clamp(200px, 63vw, 350px);
    -webkit-transform: translate(-35%, -50%);
            transform: translate(-35%, -50%);
  }
}

@media screen and (max-width: 812px) {
  #mv {
    height: calc(100vh - 270px);
    margin-top: 52px;
    padding: 0 3vw;
  }
}

#top_article #block1 {
  margin: 22px 0;
  padding: 0 1.5vw;
}

#top_article #block1 dl {
  width: 80%;
}

#top_article #block1 dl dt {
  font-size: 22px;
  font-family: 'EB Garamond', serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  border-right: 1px solid #ccc;
  margin-right: 30px;
  width: 160px;
}

@media screen and (max-width: 812px) {
  #top_article #block1 dl dt {
    width: 100%;
    border-right: none;
    font-size: 5.33333vw;
    margin-bottom: 0;
    line-height: 1.4;
  }
}

#top_article #block1 dl dd {
  width: calc(100% - 195px);
}

#top_article #block1 dl dd ul {
  padding-top: 5px;
}

#top_article #block1 dl dd ul li {
  letter-spacing: -.40em;
}

#top_article #block1 dl dd ul li time, #top_article #block1 dl dd ul li span {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0.03em;
}

#top_article #block1 dl dd ul li time {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  width: 110px;
}

@media screen and (max-width: 812px) {
  #top_article #block1 dl dd ul li time {
    width: 26%;
    font-size: 3.73333vw;
  }
}

#top_article #block1 dl dd ul li span {
  width: calc(100% - 110px);
}

#top_article #block1 dl dd ul li span a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 812px) {
  #top_article #block1 dl dd ul li span {
    width: 74%;
    line-height: 1.4;
    letter-spacing: normal;
    padding-top: 0.53333vw;
    font-size: 3.73333vw;
  }
}

@media screen and (max-width: 812px) {
  #top_article #block1 dl dd {
    width: 100%;
  }
}

@media screen and (max-width: 960px) {
  #top_article #block1 dl {
    width: 76%;
  }
}

@media screen and (max-width: 812px) {
  #top_article #block1 dl {
    width: 100%;
  }
}

@media screen and (max-width: 812px) {
  #top_article #block1 .common_bt2 {
    position: absolute;
    top: 0;
    right: 3.5vw;
  }
}

@media screen and (max-width: 812px) {
  #top_article #block1 {
    padding: 0 3.5vw;
    margin-top: 3.46667vw;
    position: relative;
  }
}

#top_article #block-latest {
  margin: 120px 0 80px;
}

@media screen and (max-width: 812px) {
  #top_article #block-latest {
    margin: 80px 0 30px;
  }
}

#top_article #block-latest .flex_bet {
  margin: 0 10vw;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

#top_article #block-latest .flex_bet > p.latest-left {
  width: 250px;
  font-size: 16px;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  border-right: 1px solid #ccc;
  margin-right: 10px;
  text-align: center;
}

@media screen and (max-width: 812px) {
  #top_article #block-latest .flex_bet > p.latest-left {
    width: 100%;
    font-size: 14px;
    padding: 25px 20px 5px 20px;
    margin-right: 0px;
    border-right: 0px solid #ccc;
  }
}

#top_article #block-latest .flex_bet > p.latest-right {
  width: calc(100% - 260px);
  padding: 20px;
}

@media screen and (max-width: 812px) {
  #top_article #block-latest .flex_bet > p.latest-right {
    width: 100%;
  }
}

#top_article #block-latest .flex_bet > p.latest-right time {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.8;
  display: block;
  padding-bottom: 10px;
}

@media screen and (max-width: 812px) {
  #top_article #block-latest .flex_bet > p.latest-right time {
    font-size: 14px;
    line-height: 1.6;
  }
}

#top_article #block-latest .flex_bet > p.latest-right span {
  font-size: 16px;
  line-height: 1.8;
  display: inline-block;
}

@media screen and (max-width: 812px) {
  #top_article #block-latest .flex_bet > p.latest-right span {
    font-size: 14px;
    line-height: 1.6;
  }
}

#top_article #block2 {
  margin: 145px 0 80px;
}

#top_article #block2 .flex_bet {
  margin: 0 10vw;
}

#top_article #block2 .flex_bet > p {
  width: 23%;
}

@media screen and (max-width: 812px) {
  #top_article #block2 .flex_bet > p {
    width: 100%;
    padding-left: 5%;
    padding-right: 48%;
    margin-top: 13.33333vw;
  }
}

#top_article #block2 .flex_bet > div {
  width: 64%;
  padding-top: 3.5vw;
  z-index: 1;
}

#top_article #block2 .flex_bet > div p {
  font-weight: bold;
  padding-left: 45px;
  line-height: 3;
  margin-top: 80px;
}

@media screen and (max-width: 812px) {
  #top_article #block2 .flex_bet > div p {
    margin-top: 9.33333vw;
    line-height: 2.5;
    padding-left: 4vw;
    padding-right: 4vw;
    font-size: 3.86667vw;
  }
}

@media screen and (max-width: 812px) {
  #top_article #block2 .flex_bet > div {
    width: 100%;
  }
}

@media screen and (max-width: 812px) {
  #top_article #block2 .flex_bet {
    margin: 0 2vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

#top_article #block2 figure {
  margin-top: -7vw;
}

#top_article #block2 figure img {
  width: 100%;
  padding-left: 20vw;
  image-rendering: -webkit-optimize-contrast;
}

@media screen and (max-width: 1250px) {
  #top_article #block2 figure {
    margin-top: 2vw;
  }
  #top_article #block2 figure img {
    padding-left: 10vw;
  }
}

@media screen and (max-width: 812px) {
  #top_article #block2 figure {
    margin-top: -10vw;
  }
}

@media screen and (max-width: 812px) {
  #top_article #block2 {
    margin: 13.33333vw 0 18.66667vw;
  }
}

#top_article #block3 {
  margin-bottom: 110px;
}

#top_article #block3 .business_domain_t {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 30px;
}

#top_article #block3 .business_domain_t i {
  font-style: normal;
  color: #eee;
  font-size: 100px;
  font-family: 'EB Garamond', serif;
  font-weight: 400;
  display: block;
  line-height: 1;
}

@media screen and (max-width: 812px) {
  #top_article #block3 .business_domain_t i {
    font-size: 20vw;
  }
}

#top_article #block3 .business_domain_t span {
  display: block;
  font-size: 14px;
  font-family: 'EB Garamond', serif;
  color: #00206a;
  font-weight: 700;
  padding-left: 3px;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 812px) {
  #top_article #block3 .business_domain_t span {
    font-size: 3.73333vw;
  }
}

@media screen and (max-width: 1250px) {
  #top_article #block3 .business_domain_t {
    font-size: 25px;
  }
}

@media screen and (max-width: 1250px) and (max-width: 812px) {
  #top_article #block3 .business_domain_t {
    font-size: 6.93333vw;
    margin-bottom: 5.33333vw;
  }
}

#top_article #block3 .business_domain_box01 {
  width: 75%;
  padding-right: 0.4%;
}

#top_article #block3 .business_domain_box01 ul li {
  width: 31.5%;
}

@media screen and (max-width: 812px) {
  #top_article #block3 .business_domain_box01 {
    width: 100%;
  }
}

#top_article #block3 .business_domain_box02 {
  width: 25%;
  padding-left: 1.5%;
}

#top_article #block3 .business_domain_box02 ul li {
  width: 100%;
}

@media screen and (max-width: 812px) {
  #top_article #block3 .business_domain_box02 {
    width: 100%;
    margin-top: 6.66667vw;
  }
}

#top_article #block3 .business_domain_box03 {
  border-top: 1px solid #ccc;
  margin-top: 75px;
  padding-top: 65px;
}

#top_article #block3 .business_domain_box03 > .flex_row h3 {
  width: 25%;
}

@media screen and (max-width: 960px) {
  #top_article #block3 .business_domain_box03 > .flex_row h3 {
    width: 35%;
  }
}

@media screen and (max-width: 812px) {
  #top_article #block3 .business_domain_box03 > .flex_row h3 {
    width: 100%;
  }
}

#top_article #block3 .business_domain_box03 > .flex_row .business_domain_list1 {
  width: 75%;
}

#top_article #block3 .business_domain_box03 > .flex_row .business_domain_list1 li > .flex_row figure {
  width: 53%;
  padding-right: 6%;
}

@media screen and (max-width: 960px) {
  #top_article #block3 .business_domain_box03 > .flex_row .business_domain_list1 li > .flex_row figure {
    width: 70%;
  }
}

@media screen and (max-width: 812px) {
  #top_article #block3 .business_domain_box03 > .flex_row .business_domain_list1 li > .flex_row figure {
    width: 100%;
    padding-right: 0;
    margin-bottom: 1.86667vw;
  }
}

#top_article #block3 .business_domain_box03 > .flex_row .business_domain_list1 li > .flex_row > div {
  width: 47%;
}

@media screen and (max-width: 960px) {
  #top_article #block3 .business_domain_box03 > .flex_row .business_domain_list1 li > .flex_row > div {
    width: 100%;
  }
}

@media screen and (max-width: 812px) {
  #top_article #block3 .business_domain_box03 > .flex_row .business_domain_list1 li > .flex_row {
    width: 100%;
    padding-left: 0;
  }
}

@media screen and (max-width: 960px) {
  #top_article #block3 .business_domain_box03 > .flex_row .business_domain_list1 {
    width: 65%;
  }
}

@media screen and (max-width: 812px) {
  #top_article #block3 .business_domain_box03 > .flex_row .business_domain_list1 {
    width: 100%;
  }
}

@media screen and (max-width: 812px) {
  #top_article #block3 .business_domain_box03 {
    margin-top: 6.66667vw;
    padding-top: 0;
    border: none;
  }
}

#top_article #block3 .business_domain_list1 li figure {
  padding: 17px 0 0 15px;
  position: relative;
}

#top_article #block3 .business_domain_list1 li figure img {
  position: relative;
  width: 100%;
}

#top_article #block3 .business_domain_list1 li figure:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 85%;
  height: 82%;
  background: #eee;
}

@media screen and (max-width: 812px) {
  #top_article #block3 .business_domain_list1 li figure:before {
    height: 40vw;
  }
}

@media screen and (max-width: 812px) {
  #top_article #block3 .business_domain_list1 li figure {
    width: 43%;
    padding: 3.2vw 0 0 2.66667vw;
  }
}

#top_article #block3 .business_domain_list1 li > div {
  padding-left: 15px;
}

#top_article #block3 .business_domain_list1 li > div h4 {
  font-size: 20px;
  font-family: 'Noto Serif JP', serif;
  margin: 15px 0 15px;
}

@media screen and (max-width: 812px) {
  #top_article #block3 .business_domain_list1 li > div h4 {
    margin-top: 0;
    font-size: 5.33333vw;
    margin-bottom: 3.46667vw;
  }
}

#top_article #block3 .business_domain_list1 li > div p {
  font-size: 14px;
}

@media screen and (max-width: 812px) {
  #top_article #block3 .business_domain_list1 li > div p {
    font-size: 3.73333vw;
  }
}

@media screen and (max-width: 812px) {
  #top_article #block3 .business_domain_list1 li > div {
    width: 57%;
    padding-left: 4vw;
  }
}

@media screen and (max-width: 812px) {
  #top_article #block3 .business_domain_list1 li {
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 6.66667vw;
  }
}

@media screen and (max-width: 1250px) {
  #top_article #block3 .common_bt a {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 960px) {
  #top_article #block3 .common_bt a {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 812px) {
  #top_article #block3 .common_bt a {
    padding: 1.86667vw 4vw;
  }
}

@media screen and (max-width: 812px) {
  #top_article #block3 .common_bt {
    margin-top: 4vw;
  }
}

@media screen and (max-width: 812px) {
  #top_article #block3 {
    margin-bottom: 13.33333vw;
  }
}

#top_article #block4 {
  background: url("../../static/images/block4_bg.jpg") center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 110px 0 15px;
}

#top_article #block4 .t1 {
  margin-bottom: 110px;
}

@media screen and (max-width: 812px) {
  #top_article #block4 .t1 span {
    margin-top: 4vw;
  }
}

@media screen and (max-width: 812px) {
  #top_article #block4 .t1 {
    margin-bottom: 12vw;
  }
}

#top_article #block4 .block4_list1 {
  margin-top: 60px;
  margin-bottom: 125px;
}

#top_article #block4 .block4_list1 li {
  text-align: center;
  margin: 0 32px;
}

#top_article #block4 .block4_list1 li figure {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 200px;
  padding: 65px;
  margin-bottom: 12px;
}

#top_article #block4 .block4_list1 li figure img {
  width: 68px;
}

@media screen and (max-width: 812px) {
  #top_article #block4 .block4_list1 li figure img {
    width: 100%;
  }
}

@media screen and (max-width: 1250px) {
  #top_article #block4 .block4_list1 li figure {
    padding: 5vw;
  }
}

@media screen and (max-width: 812px) {
  #top_article #block4 .block4_list1 li figure {
    width: 30vw;
    height: 30vw;
    padding: 8vw;
    margin: 0 auto 1.86667vw;
  }
}

#top_article #block4 .block4_list1 li p {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}

@media screen and (max-width: 812px) {
  #top_article #block4 .block4_list1 li p {
    font-size: 4vw;
  }
}

@media screen and (max-width: 1250px) {
  #top_article #block4 .block4_list1 li {
    margin: 0 1.8vw;
  }
}

@media screen and (max-width: 812px) {
  #top_article #block4 .block4_list1 li {
    width: 50%;
    margin: 0 0 8vw;
  }
}

@media screen and (max-width: 812px) {
  #top_article #block4 .block4_list1 {
    margin: 8vw 0 9.33333vw;
  }
}

#top_article #block4 .block4_list2 {
  margin-top: 85px;
}

#top_article #block4 .block4_list2 > li {
  color: #eee;
  width: 30%;
}

#top_article #block4 .block4_list2 > li h4 {
  margin-bottom: 35px;
  color: #fff;
}

#top_article #block4 .block4_list2 > li h4 strong {
  font-size: 26px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  letter-spacing: 0.03em;
  padding-top: 15px;
  line-height: 1.5;
}

@media screen and (max-width: 1250px) {
  #top_article #block4 .block4_list2 > li h4 strong {
    width: 100%;
  }
}

@media screen and (max-width: 812px) {
  #top_article #block4 .block4_list2 > li h4 strong {
    width: 65%;
    margin-top: 0;
    font-size: 5.86667vw;
    line-height: 1.3;
  }
}

#top_article #block4 .block4_list2 > li h4 i {
  line-height: 0.82;
  padding-right: 22px;
  margin-right: 33px;
  padding-right: 1.2vw;
  margin-right: 1.8vw;
  font-style: normal;
  font-family: 'EB Garamond', serif;
  display: block;
  opacity: 0.15;
  font-size: 100px;
  font-weight: 400;
  border-right: 1px solid #fff;
  letter-spacing: 0.02em;
}

#top_article #block4 .block4_list2 > li h4 i span {
  display: block;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 812px) {
  #top_article #block4 .block4_list2 > li h4 i span {
    font-size: 5.33333vw;
  }
}

@media screen and (max-width: 1250px) {
  #top_article #block4 .block4_list2 > li h4 i {
    border-right: none;
  }
}

@media screen and (max-width: 812px) {
  #top_article #block4 .block4_list2 > li h4 i {
    font-size: 20vw;
    border-right: 1px solid #fff;
    width: 27%;
    margin-right: 5%;
    padding-right: 5%;
  }
}

@media screen and (max-width: 1250px) {
  #top_article #block4 .block4_list2 > li h4 {
    margin-bottom: 20px;
  }
}

#top_article #block4 .block4_list2 > li figure img {
  width: 100%;
}

#top_article #block4 .block4_list2 > li ul {
  margin-top: 25px;
}

#top_article #block4 .block4_list2 > li ul li {
  line-height: 1.8;
  position: relative;
  padding-left: 18px;
}

#top_article #block4 .block4_list2 > li ul li:before {
  content: '';
  position: absolute;
  top: 12px;
  left: 0;
  width: 12px;
  background: #eaeaea;
  height: 2px;
}

@media screen and (max-width: 812px) {
  #top_article #block4 .block4_list2 > li ul {
    margin-top: 4vw;
  }
}

@media screen and (max-width: 1380px) {
  #top_article #block4 .block4_list2 > li {
    width: 31.5%;
  }
}

@media screen and (max-width: 812px) {
  #top_article #block4 .block4_list2 > li {
    width: 100%;
    margin-bottom: 10.66667vw;
  }
}

@media screen and (max-width: 812px) {
  #top_article #block4 .block4_list2 {
    margin-top: 10.66667vw;
  }
}

#top_article #block4 .w1400p_a > p {
  font-size: 14px;
  text-align: right;
  color: #eee;
  padding: 95px 0 0;
}

@media screen and (max-width: 812px) {
  #top_article #block4 .w1400p_a > p {
    padding-top: 5.33333vw;
    font-size: 2.93333vw;
    text-align: left;
  }
}

#top_article #block4 .w1400p_a > p .agent-contact {
  text-decoration: underline;
  color: #eee;
}

@media screen and (max-width: 812px) {
  #top_article #block4 {
    padding-top: 16vw;
  }
}

#top_article #block5 {
  padding: 140px 0 160px;
  background: url("../../static/images/block5_bg.jpg") center 0 no-repeat;
  background-size: cover;
}

#top_article #block5 h2 {
  color: #fff;
  font-size: 100px;
  text-align: center;
  font-family: 'EB Garamond', serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 15px;
}

@media screen and (max-width: 812px) {
  #top_article #block5 h2 {
    font-size: 16vw;
    margin-bottom: 2.66667vw;
  }
}

#top_article #block5 .copy1 {
  letter-spacing: 0.1em;
}

@media screen and (max-width: 812px) {
  #top_article #block5 .common_bt3 {
    margin-top: 6.66667vw;
  }
}

@media screen and (max-width: 1250px) {
  #top_article #block5 {
    padding: 6vw 0 10vw;
  }
}

@media screen and (max-width: 812px) {
  #top_article #block5 {
    background: url("../../static/images/block5_bg_sp.jpg") 10% 0 no-repeat;
    padding: 18vw 0 24vw;
  }
}

#top_article #block6 {
  margin-top: 150px;
}

#top_article #block6 .block6_l {
  width: 25%;
  padding-top: 3vw;
}

#top_article #block6 .block6_l h3 {
  width: 60%;
  margin: 0 auto 25px;
}

@media screen and (max-width: 812px) {
  #top_article #block6 .block6_l h3 {
    width: 50%;
  }
}

@media screen and (max-width: 1250px) {
  #top_article #block6 .block6_l {
    width: 37%;
  }
}

@media screen and (max-width: 812px) {
  #top_article #block6 .block6_l {
    width: 100%;
    margin-bottom: 9.33333vw;
  }
}

#top_article #block6 .block6_l .common_bt3 {
  margin-top: 9.33333vw;
}

#top_article #block6 figure {
  width: 60%;
}

#top_article #block6 figure img {
  width: 100%;
}

@media screen and (max-width: 812px) {
  #top_article #block6 figure {
    width: 100%;
  }
}

@media screen and (max-width: 812px) {
  #top_article #block6 {
    margin-top: 17.33333vw;
  }
}
/*# sourceMappingURL=top.css.map */