/*OPACITY*/
/*TRANSITION*/
/*TRANSFORM*/
/*FLEXBOX*/
/*BORDER RADIUS*/
/*BOX SHADOW*/
/*BOX SIZING*/
/*FILTER*/
/* BREAKPOINT */
/* CUSTOM VARIABLE */
/* BASE VARIABLE */
/* FONT-FAMILY */
/* FONT SIZE */
main.topPage .gallery img {
  height: 204px;
}

@media screen and (max-width: 1025px) {
  main.topPage .gallery img {
    height: 180px;
  }
}

@media screen and (max-width: 767px) {
  main.topPage .gallery img {
    height: 100px;
  }
}

main.topPage .firstRow {
  padding-top: 1px;
}

main.topPage .firstRow .inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}

@media screen and (max-width: 767px) {
  main.topPage .firstRow .inner {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

main.topPage .firstRow .inner .head {
  width: 273px;
  background-color: #ebebeb;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  line-height: 1;
  font-weight: bold;
  padding: 15px;
  padding-left: 36px;
}

@media screen and (max-width: 1000px) {
  main.topPage .firstRow .inner .head {
    width: 250px;
    padding-left: 25px;
  }
}

@media screen and (max-width: 767px) {
  main.topPage .firstRow .inner .head {
    width: 100%;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    padding-top: 25px;
  }
}

@media screen and (max-width: 480px) {
  main.topPage .firstRow .inner .head {
    padding: 15px;
  }
}

main.topPage .firstRow .inner .head img {
  height: 41px;
  margin-right: 15px;
  position: relative;
  top: -10px;
}

@media screen and (max-width: 480px) {
  main.topPage .firstRow .inner .head img {
    height: 38px;
    top: auto;
  }
}

main.topPage .firstRow .inner .head .text p {
  font-size: 81.25%;
  margin-bottom: 5px;
}

@media screen and (max-width: 480px) {
  main.topPage .firstRow .inner .head .text p {
    font-size: 75%;
  }
}

main.topPage .firstRow .inner .head .text h3 {
  font-size: 162.5%;
}

@media screen and (max-width: 480px) {
  main.topPage .firstRow .inner .head .text h3 {
    font-size: 150%;
  }
}

main.topPage .firstRow .inner .content {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f6f4f2;
  padding: 48px 50px 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}

@media screen and (max-width: 1025px) {
  main.topPage .firstRow .inner .content {
    padding: 30px;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 480px) {
  main.topPage .firstRow .inner .content {
    padding: 5%;
  }
}

main.topPage .firstRow .inner .content ul {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 30px;
}

@media screen and (max-width: 1025px) {
  main.topPage .firstRow .inner .content ul {
    padding-right: 0;
    margin-bottom: 15px;
  }
}

main.topPage .firstRow .inner .content ul li {
  margin-bottom: 15px;
}

@media screen and (max-width: 480px) {
  main.topPage .firstRow .inner .content ul li {
    margin-bottom: 10px;
  }
}

main.topPage .firstRow .inner .content ul li:last-child {
  margin-bottom: 0;
}

main.topPage .firstRow .inner .content ul li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}

main.topPage .firstRow .inner .content ul li a p {
  width: 100px;
  color: #686868;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  main.topPage .firstRow .inner .content ul li a p {
    font-size: 81.25%;
    width: 75px;
  }
}

main.topPage .firstRow .inner .content ul li a h2 {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 15px;
  font-size: 93.75%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}

@media screen and (max-width: 480px) {
  main.topPage .firstRow .inner .content ul li a h2 {
    font-size: 87.5%;
    padding-left: 5px;
  }
}

main.topPage .firstRow .inner .content ul li a:hover h2 {
  text-decoration: underline;
}

main.topPage .firstRow .inner .content .btnBox {
  width: 212px;
}

@media screen and (max-width: 1025px) {
  main.topPage .firstRow .inner .content .btnBox {
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  main.topPage .firstRow .inner .content .btnBox {
    margin: auto;
  }
}

main.topPage .firstRow .inner .content .btnBox a {
  width: 100%;
  height: 49px;
  background-color: #d22025;
  border: 3px solid #d22025;
  color: #FFF;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  font-weight: bold;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  top: 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 1025px) {
  main.topPage .firstRow .inner .content .btnBox a {
    top: auto;
  }
}

@media screen and (max-width: 480px) {
  main.topPage .firstRow .inner .content .btnBox a {
    height: 45px;
  }
}

main.topPage .firstRow .inner .content .btnBox a:hover {
  background-color: #f6f4f2;
  color: #d22025;
}

main.topPage .blogSection {
  padding: 50px 0 20px;
}

@media screen and (max-width: 767px) {
  main.topPage .blogSection {
    padding: 30px 0 10px;
  }
}

main.topPage .blogSection .headlineBlog {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}

@media screen and (max-width: 767px) {
  main.topPage .blogSection .headlineBlog {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}

main.topPage .blogSection .headlineBlog .headlineLast {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #FFF;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border: 3px solid #d22025;
  position: relative;
  top: 12px;
  left: 20px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  main.topPage .blogSection .headlineBlog .headlineLast {
    left: 0;
  }
}

main.topPage .blogSection .headlineBlog .headlineLast h1 {
  font-weight: bold;
  font-size: 23px;
  position: relative;
  z-index: 1;
  background-color: #FFF;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 5px 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

@media screen and (max-width: 480px) {
  main.topPage .blogSection .headlineBlog .headlineLast h1 {
    padding: 5px 15px;
    font-size: 18px;
  }
}

main.topPage .blogSection .headlineBlog .headlineLast h1 span {
  font-size: 16px;
  color: #d22025;
  margin-right: 8px;
}

@media screen and (max-width: 480px) {
  main.topPage .blogSection .headlineBlog .headlineLast h1 span {
    font-size: 13px;
    margin-right: 8px;
  }
}

main.topPage .blogSection .headlineBlog .headlineLast h1 img {
  height: 50px;
  margin-right: 10px;
  position: relative;
  top: -15px;
}

main.topPage .blogSection .headlineBlog .headlineLast .triangle {
  position: absolute;
  bottom: -50px;
  left: 75px;
  transform: rotate(-15deg);
}

main.topPage .blogSection .headlineBlog .headlineLast .triangle:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background-color: #FFF;
  transform: rotate(15deg);
  left: 0px;
  top: -28px;
}

main.topPage .blogSection .headlineBlog .headlineLast .triangle .one {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 67px solid #d22025;
  position: relative;
}

main.topPage .blogSection .headlineBlog .headlineLast .triangle .two {
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-top: 51px solid #FFFFFF;
  position: absolute;
  left: 7px;
  top: -60px;
}

main.topPage .blogSection .blog {
  background-color: #eae5e1;
  padding: 45px 25px 30px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  position: relative;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  main.topPage .blogSection .blog {
    padding: 45px 5% 30px;
    margin-bottom: 30px;
  }
}

main.topPage .blogSection .blog ul {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}

@media screen and (max-width: 767px) {
  main.topPage .blogSection .blog ul {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}

main.topPage .blogSection .blog ul a {
  background-color: #FFF;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 10px;
  display: block;
  width: 23.2%;
  margin-right: 2.4%;
}

@media screen and (max-width: 850px) {
  main.topPage .blogSection .blog ul a {
    width: 31%;
    margin-right: 3.5%;
  }
}

@media screen and (max-width: 767px) {
  main.topPage .blogSection .blog ul a {
    width: 47.5%;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  main.topPage .blogSection .blog ul a:nth-child(3) {
    display: none;
  }
}

@media screen and (max-width: 850px) {
  main.topPage .blogSection .blog ul a:nth-child(4) {
    margin-right: 0;
  }
}

main.topPage .blogSection .blog ul a:last-child {
  margin-right: 0;
}

@media screen and (max-width: 850px) {
  main.topPage .blogSection .blog ul a:last-child {
    display: none;
  }
}

main.topPage .blogSection .blog ul a .img {
  width: 100%;
  height: 150px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  main.topPage .blogSection .blog ul a .img {
    height: 25vw;
  }
}

main.topPage .blogSection .blog ul a .img div {
  width: 100%;
  height: 100%;
}

main.topPage .blogSection .blog ul a .content span {
  font-weight: bold;
  display: block;
  font-size: 87.5%;
  color: #d22025;
}

@media screen and (max-width: 767px) {
  main.topPage .blogSection .blog ul a .content span {
    font-size: 75%;
    margin-bottom: 4px;
  }
}

main.topPage .blogSection .blog ul a .content h2 {
  font-size: 93.75%;
  font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {
  main.topPage .blogSection .blog ul a .content h2 {
    font-size: 87.5%;
  }
}

main.topPage .blogSection .blog .btnBox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

main.topPage .blogSection .blog .btnBox a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #FFF;
  background-color: #d22025;
  border: 3px solid #d22025;
  width: 212px;
  height: 50px;
  font-weight: bold;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 480px) {
  main.topPage .blogSection .blog .btnBox a {
    height: 45px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
  }
}

main.topPage .blogSection .blog .btnBox a:hover {
  color: #d22025;
  background-color: #eae5e1;
}

main.topPage .blogSection .banner {
  width: 100%;
}

@media screen and (max-width: 560px) {
  main.topPage .blogSection .banner .PC {
    display: none;
  }
}

main.topPage .blogSection .banner .SP {
  display: none;
}

@media screen and (max-width: 560px) {
  main.topPage .blogSection .banner .SP {
    display: block;
  }
}

main.topPage .headlineSection {
  padding: 25px 0;
}

@media screen and (max-width: 850px) {
  main.topPage .headlineSection {
    padding: 15px 0;
  }
}

@media screen and (max-width: 767px) {
  main.topPage .headlineSection {
    padding: 10px 0;
  }
}

main.topPage .headlineSection .cont {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}

main.topPage .headlineSection .cont .headline {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #FFF;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border: 3px solid #d22025;
  position: relative;
  left: -30px;
  top: 40px;
  z-index: 1;
}

@media screen and (max-width: 850px) {
  main.topPage .headlineSection .cont .headline {
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  main.topPage .headlineSection .cont .headline {
    top: 30px;
  }
}

main.topPage .headlineSection .cont .headline h1 {
  font-weight: bold;
  font-size: 23px;
  position: relative;
  z-index: 1;
  background-color: #FFF;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 30px;
}

@media screen and (max-width: 850px) {
  main.topPage .headlineSection .cont .headline h1 {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  main.topPage .headlineSection .cont .headline h1 {
    padding: 15px 20px;
  }
}

@media screen and (max-width: 480px) {
  main.topPage .headlineSection .cont .headline h1 {
    font-size: 16px;
  }
}

main.topPage .headlineSection .cont .headline .triangle {
  position: absolute;
  bottom: -50px;
  left: 75px;
  transform: rotate(-15deg);
}

main.topPage .headlineSection .cont .headline .triangle:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background-color: #FFF;
  transform: rotate(15deg);
  left: 0px;
  top: -28px;
}

main.topPage .headlineSection .cont .headline .triangle .one {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 67px solid #d22025;
  position: relative;
}

main.topPage .headlineSection .cont .headline .triangle .two {
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-top: 51px solid #FFFFFF;
  position: absolute;
  left: 7px;
  top: -60px;
}

main.topPage .secondRow {
  padding: 60px 0 25px;
  background-image: url(../assets/img/background/bg_message.png);
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  padding-left: 420px;
}

@media screen and (max-width: 1025px) {
  main.topPage .secondRow {
    background-position: left -200px top;
    padding: 60px 0 25px;
    padding-left: 250px;
  }
}

@media screen and (max-width: 900px) {
  main.topPage .secondRow {
    background-position: left -350px top;
    background-size: cover;
    padding: 60px 0 25px;
    padding-left: 250px;
  }
}

@media screen and (max-width: 767px) {
  main.topPage .secondRow {
    padding: 50px 5%;
    background-image: none;
  }
}

main.topPage .secondRow #message {
  position: absolute;
  margin-top: -275px;
}

@media screen and (max-width: 850px) {
  main.topPage .secondRow #message {
    margin-top: -220px;
  }
}

main.topPage .secondRow .inner {
  max-width: 865px;
  width: 100%;
  padding-right: 15px;
}

@media screen and (min-width: 1600px) {
  main.topPage .secondRow .inner {
    max-width: 100%;
    padding-right: 75px;
  }
}

@media screen and (max-width: 1280px) {
  main.topPage .secondRow .inner {
    padding-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  main.topPage .secondRow .inner {
    position: relative;
    padding-right: 0;
  }
}

main.topPage .secondRow .inner .imgSp {
  display: none;
}

@media screen and (max-width: 767px) {
  main.topPage .secondRow .inner .imgSp {
    display: block;
    max-width: 250px;
    width: 100%;
    margin: auto;
    margin-bottom: 30px;
  }
  main.topPage .secondRow .inner .imgSp img {
    margin-bottom: 10px;
  }
  main.topPage .secondRow .inner .imgSp .name {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    font-weight: bold;
  }
  main.topPage .secondRow .inner .imgSp .name span {
    font-size: 125%;
    margin-left: 18px;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  main.topPage .secondRow .inner .imgSp .name span {
    font-size: 112.5%;
  }
}

main.topPage .secondRow .inner .message {
  font-size: 93.75%;
}

@media screen and (max-width: 767px) {
  main.topPage .secondRow .inner .message {
    font-size: 87.5%;
  }
}

main.topPage .secondRow .inner .message p {
  text-shadow: -1px 1px 1px rgba(255, 255, 255, 0.5);
  line-height: 2;
  letter-spacing: 1px;
}

main.topPage .secondRow .inner .right {
  text-align: right;
}

@media screen and (max-width: 767px) {
  main.topPage .secondRow .inner .right {
    margin-top: 10px;
  }
}

main.topPage .secondRow .inner .right .name {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-weight: bold;
}

main.topPage .secondRow .inner .right .name span {
  font-size: 125%;
  margin-left: 18px;
}

@media screen and (max-width: 767px) {
  main.topPage .secondRow .inner .right .name span {
    font-size: 112.5%;
  }
}

main.topPage .secondRow .icon {
  position: absolute;
  width: 319px;
  bottom: -80px;
  left: 100px;
  z-index: 1;
}

@media screen and (max-width: 1025px) {
  main.topPage .secondRow .icon {
    width: 250px;
    left: 50px;
    bottom: -50px;
  }
}

@media screen and (max-width: 767px) {
  main.topPage .secondRow .icon {
    left: 5%;
    width: 175px;
    bottom: -30px;
  }
}

main.topPage .thirdRow {
  background-color: #f6f4f2;
  padding: 117px 0 74px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  main.topPage .thirdRow {
    padding: 80px 0 60px;
  }
}

@media screen and (max-width: 767px) {
  main.topPage .thirdRow {
    padding: 60px 0;
  }
}

main.topPage .thirdRow #company {
  position: absolute;
  margin-top: -200px;
}

@media screen and (max-width: 1024px) {
  main.topPage .thirdRow #company {
    margin-top: -150px;
  }
}

@media screen and (max-width: 767px) {
  main.topPage .thirdRow #company {
    margin-top: -120px;
  }
}

main.topPage .thirdRow .profile {
  background-color: #FFF;
  border-top: 8px solid #d22025;
  padding: 20px 15px 15px;
  position: relative;
  margin-bottom: 58px;
}

main.topPage .thirdRow .profile:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  main.topPage .thirdRow .profile {
    border-top: 5px solid #d22025;
    padding: 15px;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 480px) {
  main.topPage .thirdRow .profile {
    margin-bottom: 40px;
  }
}

main.topPage .thirdRow .profile #history {
  position: absolute;
  margin-top: -150px;
}

@media screen and (max-width: 767px) {
  main.topPage .thirdRow .profile #history {
    margin-top: -120px;
  }
}

main.topPage .thirdRow .profile h2 {
  text-align: center;
  font-weight: bold;
  font-size: 156.25%;
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  main.topPage .thirdRow .profile h2 {
    font-size: 150%;
    margin-bottom: 15px;
  }
}

main.topPage .thirdRow .profile .img {
  position: absolute;
  right: 20px;
  top: 105px;
  width: 420px;
  background-color: #FFF;
  padding-left: 20px;
}

@media screen and (max-width: 1000px) {
  main.topPage .thirdRow .profile .img {
    right: 15px;
    top: 80px;
    margin: auto;
    padding-left: 15px;
    width: 300px;
  }
}

@media screen and (max-width: 767px) {
  main.topPage .thirdRow .profile .img {
    position: relative;
    top: auto;
    padding-left: 0;
    right: auto;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 480px) {
  main.topPage .thirdRow .profile .img {
    width: 100%;
  }
}

main.topPage .thirdRow .profile .img img {
  width: 100%;
}

main.topPage .thirdRow .profile table {
  width: 100%;
}

main.topPage .thirdRow .profile table tr {
  border-bottom: 1px solid #e6e4e4;
}

main.topPage .thirdRow .profile table tr:last-child {
  border-bottom: 0;
}

main.topPage .thirdRow .profile table tr th {
  width: 230px;
  padding: 17px 15px 17px 30px;
}

@media screen and (max-width: 850px) {
  main.topPage .thirdRow .profile table tr th {
    width: 160px;
    padding: 15px;
  }
}

@media screen and (max-width: 767px) {
  main.topPage .thirdRow .profile table tr th {
    width: 100%;
    display: block;
    padding: 15px 0 0;
    padding-right: 15px;
    font-weight: bold;
  }
}

main.topPage .thirdRow .profile table tr td {
  padding: 17px 15px 17px 0;
}

@media screen and (max-width: 850px) {
  main.topPage .thirdRow .profile table tr td {
    padding: 15px;
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  main.topPage .thirdRow .profile table tr td {
    width: 100%;
    display: block;
    padding-top: 0;
    font-size: 87.5%;
  }
}

main.topPage .thirdRow .profile table tr td a {
  color: #334bb3;
  margin-left: 10px;
  position: relative;
}

main.topPage .thirdRow .profile table tr td a:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #334bb3;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}

main.topPage .thirdRow .profile table tr td a:hover:before {
  transform: scale(1, 1);
}

main.topPage .thirdRow .profile table tr td span {
  position: relative;
  color: #d22025;
  margin-left: -5px;
}
main.topPage .blogSection .banner {
  margin-bottom: 30px;
  border: 3px solid #db063a;
  border-radius: 10px;
  overflow: hidden;
}
.border-none {
  border-bottom: 0 !important;
}
#header .inner .rightSide .leftSection ul li .childMenu2 li {
  border-top: 0 !important;
}
@media screen and (max-width:667px){
  main.topPage .blogSection .banner {
    border: 2px solid #db063a;
}
}
/*# sourceMappingURL=top.css.map */