@charset "utf-8";
/* CSS Document */

/*--------------------------------------------------------------------
top
--------------------------------------------------------------------*/
body {
  font-family: "Noto Sans JP", sans-serif;
}

.top_mainimg {
  width: 100%;
}

.top_mainimg .slide a {
  display: block;
  transition: 0.2s;
}

.top_mainimg .slide a:hover {
  opacity: 0.7;
  transition: 0.2s;
}

.top_mainimg .slide_inner {
  height: 600px;
  width: 1280px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.top_mainimg .slide_inner.border {
  border: solid 1px #dddddd;
}

.top_mainimg .slide_inner p {
  font-family: "Noto Serif JP", serif;
  font-size: 25px;
  line-height: 60px;
  position: absolute;
  text-shadow: #fff 1px 0 20px;
}

.top_mainimg .slide_inner.main01 p {
  top: 32%;
  left: 3%;
}

.top_mainimg .slide_inner.main02 p {
  top: 6%;
  left: 3%;
}

.top_mainimg .slide_inner.main03 p {
  top: 10%;
  right: 3%;
}

.top_mainimg .main01 {
  background-image: url("../../img/slider/slider01.jpg");
}

.top_mainimg .main02 {
  background-image: url("../../img/slider/slider02.jpg");
}

.top_mainimg .main03 {
  background-image: url("../../img/slider/slider03.jpg");
}

.top_mainimg .main04 {
  background-image: url("../../img/slider/slider04.jpg");
}

.top_mainimg .main05 {
  background-image: url("../../img/slider/slider05.jpg");
}

.top_mainimg .main06 {
  background-image: url("../../img/slider/slider06.jpg");
}

.top_mainimg .slick-arrow {
  background-color: #ffffff;
  display: block;
  position: relative;
  transition: 0.2s;
}

.top_mainimg .slick-arrow:hover::before {
  opacity: 0.7;
  transition: 0.2s;
}

.top_mainimg .slick-prev {
  opacity: 0.75;
  width: calc(50% - 640px);
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  z-index: 100;
  border: none;
  cursor: pointer;
}

.top_mainimg .slick-prev::before {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  right: 20px;
  background: url(../../img/slider/slid_arrow.png) no-repeat center center / contain;
  transition: 0.2s;
}

.top_mainimg .slick-next {
  opacity: 0.75;
  width: calc(50% - 640px);
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  border: none;
  cursor: pointer;
}

.top_mainimg .slick-next::before {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 20px;
  background: url(../../img/slider/slid_arrow02.png) no-repeat center center / contain;
}

.top_banner01 {
  border-radius: 20px;
  background-color: #fff;
  width: 1280px;
  position: relative;
  height: 200px;
  margin-right: auto;
  margin-left: auto;
  display: block;
  box-shadow: 0 0 27px rgba(0, 0, 0, 0.09);
}

.top_banner01:hover {
  opacity: 0.7;
}

.top_banner01 span {
  display: block;
}

.top_banner01 .box01 {
  padding: 25px;
  width: 750px;
  text-align: center;
}

.top_banner01 .box01 .txt01 {
  color: #3f88ec;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1;
}

.top_banner01 .box01 .txt02 {
  color: #1d2b55;
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
  margin-top: 20px;
}

.top_banner01 .box01 .btn {
  width: 400px;
  border-radius: 40px;
  margin: 15px auto 0;
  background-color: #e67e22;
  line-height: 1;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.025em;
  padding: 13px;
}

.top_banner01 .box01 .btn span {
  display: inline-block;
  position: relative;
}

.top_banner01 .box01 .btn span::before {
  content: "";
  width: 10px;
  height: 10px;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  position: absolute;
  top: 5px;
  left: -10px;
  transform: translateX(-100%) rotate(-45deg);
}

.top_banner01 .img01 {
  position: absolute;
  right: 10px;
  top: 10px;
}

.title01 {
  font-family: 'Barlow', sans-serif;
  font-weight: 100;
  font-size: 42px;
  letter-spacing: .025em;
  font-weight: bold;
  color: #1d2b55;
  margin-bottom: 30px;
}

.title01 .en {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #1d2b55;
  margin-left: 10px;
  letter-spacing: 0.1em;
}

.cataloglist02 li a {
  display: inline-block;
  transition: .2s;
}
.cataloglist02 li a:hover {
  opacity: .7;
  transition: .2s;
}

.cataloglist02 li .name {
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-top: 5px;
  color: #000;
}

.link02 {
  width: 400px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 60px;
}

.link02 a {
  color: #ffffff;
  background-image: url(../../img/top/top_button03.png);
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
  font-size: 25px;
  line-height: 60px;
}

.link02 a:hover {
  opacity: 0.7;
}

#blog .blogText {
  padding-left: 240px;
  position: absolute;
  top: 0px;
  left: 0px;
  color: #999999;
  padding-top: 10px;
}

.top_content01 .inner {
  padding-top: 100px;
  margin-bottom: 30px;
}

.top_content01 .image {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
}

.top_content01 .box {
  position: relative;
  z-index: 1;
  width: 700px;
  height: 480px;
  padding-top: 50px;
  padding-right: 50px;
  padding-left: 150px;
  padding-bottom: 50px;
  background-color: #1d2b55;
  margin-left: 580px;
}

.top_content01 .box h2 {
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}

.top_content01 .box .txt01 {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 10px;
}

.top_content01 .box .txt02 {
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 20px;
}

.link03 {
  text-align: right;
}

.link03 a {
  width: 250px;
  height: 50px;
  color: #3a3a3a;
  background-image: url(../../img/top/top_button02.png);
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
  font-size: 25px;
  line-height: 50px;
}

.link03 a:hover {
  opacity: 0.7;
}

.cataloglist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cataloglist:after {
  content: "";
  display: block;
  width: 300px;
  height: 0;
}

.cataloglist li {
  width: 300px;
  background-color: #1d2b55;
  margin-bottom: 30px;
}

.cataloglist li a:hover {
  opacity: 0.7;
}

.cataloglist .thum {
  padding: 10px;
}

.cataloglist span {
  display: block;
  text-align: center;
}

.cataloglist a:hover {
  opacity: 0.7;
}

.cataloglist .name {
  font-size: 20px;
  line-height: 1.4em;
  padding: 10px;
  color: #fff;
}

.cataloglist .cat {
  font-size: 20px;
  padding: 10px;
  color: #fff;
}

.top_content02 {
  background-color: #f5f5f5;
  padding-top: 100px;
  padding-bottom: 110px;
}

.cat_list01 {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cat_list01 li {
  width: 50%;
  border-right: solid 1px #f5f5f5;
  border-left: solid 1px #f5f5f5;
}

.cat_list01 li a {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #fff;
  color: #333;
  transition: 0.2s;
}

.cat_list01 li a:hover {
  opacity: 0.7;
  transition: 0.2s;
}

.cat_list01 li a .list_img01 {
  width: 100%;
  display: block;
}

.cat_list01 li a .list_ttl01 {
  width: 100%;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin-top: 30px;
}

.cat_list01 li a .list_txt01 {
  width: 100%;
  font-size: 16px;
  padding: 10px 30px 40px;
}

.cataloglist02 .slick-prev,
.cataloglist02 .slick-next {
  background-color: transparent;
  opacity: 1;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
  left: 0px;
  bottom: auto;
  z-index: 100;
  border: none;
  border-right: solid 2px #1d2b55;
  border-bottom: solid 2px #1d2b55;
  cursor: pointer;
}

.cataloglist02 .slick-prev {
  left: -30px;
  transform: translateY(-50%) rotate(135deg);
}

.cataloglist02 .slick-next {
  left: auto;
  right: -30px;
  transform: translateY(-50%) rotate(-45deg);
}

.cataloglist02 .slick-slide li {
  padding: 10px;
}

.slick-dots {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  margin-top: 30px;
}

.slick-dots li {
  width: 11px;
  height: 11px;
  margin: 0 15px;
  background-color: #cccccc;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}

.slick-dots li.slick-active {
  background-color: #1d2b55;
}

.slick-dots li button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  text-indent: 1000px;
  position: absolute;
  top: 0;
  left: 0;
}