@charset "UTF-8";

/* 共通 ベース base
----------------------------------------------- */
body {
  font-size: 16px;
  font-weight: 400;
  font-family: '小塚ゴシック Pro','Kozuka Gothic Pro', "游ゴシック体", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
main {
  padding-top: 130px;
}
.container {
  max-width: 1380px;
  width: 90%;
  margin: 0 auto;
  padding: 0;
}
.container_s {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}
.container_w {
  max-width: 1600px;
  width: 90%;
  margin: 0 auto;
}

h2 {
  font-size: 40px;
  font-size: 4rem;
}
.sec_title {
  margin-bottom: 50px;
  text-align: center;
}
.sec_title h2 {
  font-family: kozuka-mincho-pr6n, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  /*font-family: '小塚ゴシック Pro','Kozuka Gothic Pro', "游ゴシック体", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
  font-style: normal;
  letter-spacing: 5px;
}
.sec_title .h2_sub {
  font-family: kozuka-mincho-pr6n, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-style: normal;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 2px;
}
h3 {
  font-size: 30px;
  font-size: 3rem;
}
h4 {
  font-size: 20px;
  font-size: 2rem;
}
p {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  margin: 0;
}
.sec_p {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 2.3;
}
.btn_more {
  max-width: 250px;
  width: 90%;
}
.btn_more a {
  font-size: 15px;
  font-size: 1.5rem;
  padding: 12px 30px;
  display: block;
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  text-align: center;
}
.btn_more a:hover {
  color: #000;
  background-color: #fff;
}
.btn_arrow {
  max-width: 300px;
  width: 90%;
}
.btn_arrow a {
  font-size: 15px;
  font-size: 1.5rem;
  padding: 12px 30px;
  display: block;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  position: relative;
  text-align: center;
}
/*.btn_arrow a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 15px;
	height: 15px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #000;
  transition: 0.3s ease;
}*/
/*.btn_arrow a::after {
  content: '';
  position: absolute;
  top: 45%;
  right: 16px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
	width: 5.3px;
	height: 5.3px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
  transition: 0.3s ease;
  z-index: 2;
}*/
.btn_arrow a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #000;
  border-color: #000;
}
/*.btn_arrow a:hover::before {
  background: #fff;
  transition: 0.3s ease;
}
.btn_arrow a:hover::after {
  border-top: 1px solid #000;
	border-right: 1px solid #000;
  transition: 0.3s ease;
}*/

.bold {
  font-weight: bold;
}
.normal {
  font-weight: normal;
}
.relative {
  position: relative;
}
.mincho {
  font-family: kozuka-mincho-pr6n, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-style: normal;
}
.a_none {
  pointer-events: none;
}
.link {
  padding-top: 130px;
  margin-top: -130px;
}


@media only screen and (max-width: 1500px) {

}
@media only screen and (max-width: 1400px) {
 .btn_arrow a {
    padding: 12px 12px;
  }
}

@media only screen and (max-width: 1280px) {
  main {
    padding-top: 110px;
  }
  .link {
    padding-top: 110px;
    margin-top: -110px;
  }

}
@media only screen and (max-width: 1180px) {

}

@media only screen and (max-width: 1024px) {
  main {
    padding-top: 95px;
  }
  h2 {
    font-size: 25px;
    font-size: 2.5rem;
  }
  .sec_title .h2_sub {
    font-size: 16px;
    font-size: 1.6rem;
  }
  h3 {
    font-size: 22px;
    font-size: 2.2rem;
  }
  h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  p {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .sec_p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2;
  }
  .btn_arrow {
    max-width: 220px;
  }
  .btn_arrow a {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 12px 30px;
  }
  .btn_more a {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .link {
    padding-top: 95px;
    margin-top: -95px;
  }

}
@media only screen and (max-width: 1025px) {

}

@media only screen and (max-width: 768px) {
  main {
    padding-top: 65px;
  }
  .sec_title .h2_sub {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .sp_r {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .link {
    padding-top: 65px;
    margin-top: -65px;
  }
}

@media only screen and (max-width: 479px) {
  h2 {
    font-size: 20px;
    font-size: 2rem;
  }
  .sec_title {
    margin-bottom: 30px;
  }
  .sec_title h2 {
    letter-spacing: 3px
  }
  .sec_title .h2_sub {
    font-size: 13px;
    font-size: 1.3rem;
  }
  h3 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  p {
    font-size: 13px;
    font-size: 1.3rem;
    /*line-height: 1.5;*/
  }
  .sec_p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .btn_arrow {
    max-width: 250px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .btn_arrow a {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 12px 20px;
  }
  .btn_arrow a::before {
    right: 10px;
    width: 12px;
  	height: 13px;
  }
  .btn_arrow a::after {
    right: 15px;
  	width: 3.5px;
  	height: 3.5px;
  }
  .btn_more a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 370px) {
  .sec_title h2 {
    font-size: 25px;
    font-size: 2.5rem;
  }
  p {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .sec_p {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .btn_arrow a {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .btn_more a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}



/* -----------------------------------------------

	 トップページ

----------------------------------------------- */
.top_bg {
  background-image: url(../images/a.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
}


/* top_mainimg
----------------------------------------------- */
.top_slide {
  position: relative;
  line-height: 0;
}
.top_slide .main_img .top_main_slide li img {
  width: 100%;
}
.top_slide .main_img .top_main_slide .slick-dots {
  text-align: right;
}
.top_slide .main_img .top_main_slide .slick-dots li button:before {
  font-size: 12px;
  font-size: 1.2rem;
  opacity: 1;
  color: #CCCCCC;
}
.top_slide .main_img .top_main_slide .slick-dots li.slick-active button:before {
  color: #4B3F94;
}





@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 768px) {
  .top_slide .main_img .top_main_slide .slick-dots li {
    margin: 0 2px;
  }
  .top_slide .main_img .top_main_slide .slick-dots li button:before {
    font-size: 10px;
    font-size: 1rem;
  }
}

@media only screen and (max-width: 479px) {
  .top_slide .main_img .top_main_slide li img {
    height: 220px;
    object-fit: cover;
  }
  .top_slide .main_img .top_main_slide .slick-dots li {
    margin: 0;
  }
}




/* top_main
----------------------------------------------- */
.top_main {
  padding: 80px 0;
}
.top_main .top_main_l {
  width: 60%;
}
.top_main .top_main_l h2 {
  margin: 100px 0 50px;
  line-height: 1.6;
}
.top_main .top_main_l img {
  width: 55%;
  margin-left: 5%;
}
.top_main .top_main_r {
  width: 35%;
}
.top_main .top_main_r p {
  line-height: 2.8;
  margin-top: 80px;
}

.top_main.overlap {
  padding: 0 0 80px;
  margin-top: -60px;
  position: relative;
}
.top_main.overlap .top_main_l h2 {
  margin: 150px 0 50px;
}


@media only screen and (max-width: 1024px) {
  .top_main .top_main_l h2 {
    margin: 60px 0 50px;
  }
  .top_main .top_main_r p {
    line-height: 2.3;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .top_main {
    padding: 60px 0;
  }
  .top_main.overlap {
    padding: 60px 0;
    margin-top: 0;
  }
  .top_main .top_main_l {
    width: 100%;
    margin-bottom: 50px;
  }
  .top_main .top_main_l h2 {
    margin: 0 0 50px;
  }
  .top_main.overlap .top_main_l h2 {
    margin: 0 0 50px;
  }
  .top_main .top_main_r {
    width: 100%;
  }
}

@media only screen and (max-width: 479px) {
  .top_main {
    padding: 50px 0 20px;
  }
  .top_main.overlap {
    padding: 50px 0 20px;
  }
  .top_main .top_main_l {
    margin-bottom: 20px;
  }
  .top_main .top_main_l h2 {
    margin: 0 0 30px;
  }
  .top_main.overlap .top_main_l h2 {
    margin: 0 0 30px;
  }
  .top_main .top_main_l img {
    width: 100%;
    margin-left: 0;
  }
  .top_main .top_main_r p {
    margin-top: 10px;
  }
  .top_main .btn_arrow {
    margin-bottom: 30px;
  }
  .top_main .top_main_r {
    width: 100%;
  }
}




/* top_case
----------------------------------------------- */
.top_case {
  padding: 100px 0;
}
.case_list {
  gap: 30px;
}
.case_list .case_box {
  width: calc( 100% / 3 - 20px );
}
.case_list .case_box:nth-child(n+4) {
  display: none;
}
.case_list .case_box p {
  line-height: 1.6;
}
.case_list .case_box .case_img {
  position: relative;
}
.case_list .case_box .case_img img {
  width: 100%;
  height: 235px;
  object-fit: cover;
  transition: 0.3s ease;
}
.case_list .case_box .case_category_list {
  position: absolute;
  top: 10px;
  left: 10px;
}
.case_list .case_box .case_category {
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  background-color: #4B4095;
  text-align: center;
  padding: 3px 20px;
  border-radius: 50px;
  transition: 0.3s ease;
  display: inline-block;
  margin-bottom: 5px;
}
.case_list .case_box a:hover .case_category {
  opacity: 0.8;
  transition: 0.3s ease;
}
.case_list .case_box .case_text {
  padding: 15px 10px;
}
/*.case_list .case_box .case_text .case_title {
  min-height: 55px;
}*/
.case_list .case_box a:hover img {
  opacity: 0.8;
  transition: 0.3s ease;
}
.case_list .case_box a:hover .case_text p {
  color: #CAA267;
  transition: 0.3s ease;
}
.case_list .case_box .case_text p:not(.case_title) {
  color: #646472;
}
.top_case .btn_more {
  margin: 80px auto 0;
}



@media only screen and (max-width: 1024px) {
  .case_list {
    gap: 30px 20px;
  }
  .case_list .case_box {
    width: calc( 100% / 3 - 13.4px );
  }
  .case_list .case_box .case_img img {
    height: 160px;
  }
  .case_list .case_box .case_category {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 768px) {
  .top_case {
    padding: 80px 0;
  }
  .case_list .case_box {
    width: calc( 100% / 2 - 10px );
  }
  .case_list .case_box:nth-child(n+4) {
    display: block;
  }
  .case_list .case_box .case_img img {
    height: 24vw;
  }
  .case_list .case_box .case_category {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 3px 20px;
  }
  .case_list .case_box .case_text {
    padding: 2px 5px;
  }
  .top_case .btn_more {
    margin: 50px auto 0;
  }
}

@media only screen and (max-width: 479px) {
  .top_case {
    padding: 60px 0;
  }
  /*.case_list .case_box {
    width: 100%;
  }*/
  .case_list .case_box p {
    line-height: 1.5 !important;
  }
  /*.case_list .case_box .case_img img {
    height: 52vw;
  }*/
  .case_list .case_box .case_text .case_title {
    min-height: unset;
    margin-bottom: 10px;
  }
}






/* top_about
----------------------------------------------- */
.top_about {
  padding: 100px 0;
  background-image: url(../images/top_about_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.top_about .top_about_inner {
  width: 85%;
  margin: 0 auto;
}
.top_about .top_about_l {
  width: 50%;
}
.top_about .top_about_l .sec_title {
  text-align: left;
}
.top_about .top_about_l img {
  width: 150px;
  margin-bottom: 30px;
}
.top_about .top_about_l h2 {
  line-height: 2;
}
.top_about .top_about_r {
  max-width: 500px;
  width: 45%;
}
.top_about .top_about_r p {
  line-height: 2;
}
.top_about .btn_more {
  margin-top: 80px;
  margin-left: auto;
}

@media only screen and (max-width: 1280px) {
  .top_about .top_about_inner {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .top_about::after {
    width: 400px;
    height: 285px;
  }
}

@media only screen and (max-width: 768px) {
  .top_about {
    padding: 80px 0;
  }
  .top_about .top_about_l {
    width: 100%;
  }
  .top_about .top_about_l img {
    width: 120px;
    margin-bottom: 20px;
  }
  .top_about .top_about_r {
    max-width: unset;
    width: 100%;
  }
  .top_about .btn_more {
    margin: 50px auto 0;
  }
}

@media only screen and (max-width: 479px) {
  .top_about {
    padding: 60px 0;
  }
}



/* top_service
----------------------------------------------- */
.top_service {
  padding: 100px 0;
  background-image: url(../images/new/top_service_bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top 450px;
}
.top_service .sec_title p {
  margin-top: 30px;
  line-height: 1.8;
  color: #5B3859;
}
.top_service .top_service_box {
  width: 48%;
}
.top_service .top_service_box > img {
  width: 100%;
}
.top_service .top_service_box h3.u_line {
  font-family: kozuka-mincho-pr6n, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-style: normal;
  letter-spacing: 3px;
  position: relative;
  margin: 30px auto 50px;
  text-align: center;
}
.top_service .top_service_box h3.u_line::after {
  content: '';
  position: absolute;
  bottom: -20px;
  display: inline-block;
  width: 50px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #CAA267;
}
.top_service .top_service_box p {
  width: 80%;
  margin: 0 auto;
  line-height: 1.8;
}
.top_service .top_service_box .btn_area {
  margin-top: 60px;
}
.top_service .top_service_box .btn_area ul {
  width: 95%;
  margin: 0 auto;
  gap: 15px 50px;
}
.top_service .top_service_box .btn_area ul .btn_arrow {
  max-width: unset;
  width: calc( 100% / 2 - 25px );
}
.top_service .top_service_box.box_wide {
  width: 100%;
  position: relative;
  margin-top: 100px;
  box-shadow: 2px 2px 8px rgba(236,236,251,0.8);
  background-color: #fff;
}
.top_service .top_service_box.box_wide > img {
  max-width: 650px;
  width: 50%;
}
.top_service .top_service_box.box_wide .box_wide_inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.top_service .top_service_box.box_wide h3 {
  letter-spacing: 3px;
  margin: 15px 0 10px;
}
.top_service .top_service_box.box_wide .box_wide_inner p {
  width: 100%;
}
.top_service .top_service_box.box_wide .box_wide_inner > div {
  width: 50%;
  padding: 0 80px;
}
.top_service .top_service_box.box_wide .box_wide_inner .btn_arrow {
  margin-top: 50px;
}



@media only screen and (max-width: 1280px) {
  .top_service .top_service_box p {
    width: 95%;
  }
}

@media only screen and (max-width: 1024px) {
  .top_service {
    background-position: center top 350px;
  }
  .top_service .top_service_box h3.u_line {
    font-size: 25px;
    font-size: 2.5rem;
  }
  .top_service .top_service_box .btn_area ul {
    gap: 15px 40px;
  }
  .top_service .top_service_box .btn_area ul .btn_arrow {
    width: 80%;
  }
  .top_service .top_service_box.box_wide .box_wide_inner > div {
    padding: 0 30px;
  }
  .top_service .top_service_box.box_wide .box_wide_inner .box_wide_l img {
    width: 80px;
  }
  .top_service .top_service_box.box_wide .box_wide_inner .btn_arrow {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .top_service {
    padding: 80px 0;
    background-size: 300%;
    background-position: center top 300px;
  }
  .top_service .top_service_box {
    width: 100%;
  }
  .top_service .top_service_box + .top_service_box {
    margin-top: 80px;
  }
  .top_service .top_service_box h3.u_line {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .top_service .top_service_box p {
    width: 90%;
  }
  .top_service .top_service_box .btn_area ul .btn_arrow {
    width: calc( 100% / 2 - 20px );
  }
  .top_service .top_service_box.box_wide > img {
    width: 100%;
    max-width: unset;
    opacity: 0.8;
  }
  .top_service .top_service_box.box_wide h3 {
    margin: 10px 0 10px;
  }
  .top_service .top_service_box.box_wide .box_wide_inner {
    align-items: unset;
  }
  .top_service .top_service_box.box_wide .box_wide_inner > div {
    width: 100%;
  }
  .top_service .top_service_box.box_wide .box_wide_inner .box_wide_l {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-align: center;
  	-ms-flex-align: center;
  	align-items: center;
  }
  .top_service .top_service_box.box_wide .box_wide_inner .box_wide_l img {
    margin-right: 20px;
  }
  .top_service .top_service_box.box_wide .box_wide_inner .box_wide_r p {
    margin: unset;
    width: 80%;
    filter: drop-shadow(1px 1px 1px #fff);
  }
}

@media only screen and (max-width: 479px) {
  .top_service {
    padding: 60px 0;
    background-size: 500%;
    background-position: center top 150px;
  }
  .top_service .sec_title p {
    margin-top: 20px;
  }
  .top_service .top_service_box + .top_service_box {
    margin-top: 60px;
  }
  .top_service .top_service_box h3.u_line {
    font-size: 20px;
    font-size: 2rem;
    margin: 20px auto 40px;
  }
  .top_service .top_service_box h3.u_line::after {
    bottom: -15px;
    width: 40px;
    height: 3px;
  }
  .top_service .top_service_box .btn_area {
    margin-top: 30px;
  }
  .top_service .top_service_box .btn_area ul .btn_arrow {
    width: 300px;
  }
  .top_service .top_service_box.box_wide {
    margin-top: 60px;
  }
  .top_service .top_service_box.box_wide > img {
    display: none;
  }
  .top_service .top_service_box.box_wide .box_wide_inner {
    position: unset;
    top: unset;
    left: unset;
  }
  .top_service .top_service_box.box_wide .box_wide_inner > div {
    padding: 0;
  }
  .top_service .top_service_box.box_wide .box_wide_inner .box_wide_l {
    background-image: url(../images/new/top_service_img03_sp.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 130px;
    padding: 10px;
    position: relative;
  }
  .top_service .top_service_box.box_wide .box_wide_inner .box_wide_l::after {
    content: '';
    background-color: rgba(255,255,255,0.5);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .top_service .top_service_box.box_wide .box_wide_inner .box_wide_l > div {
    z-index: 1;
  }
  .top_service .top_service_box.box_wide .box_wide_inner .box_wide_l img {
    margin-right: 10px;
    width: 70px;
  }
  .top_service .top_service_box.box_wide .box_wide_inner .box_wide_r {
    padding: 20px 5% 30px;
  }
  .top_service .top_service_box.box_wide .box_wide_inner .box_wide_r p {
    width: 100%;
  }
}







/*
----------------------------------------------- */



@media only screen and (max-width: 1400px) {

}

@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 768px) {

}

@media only screen and (max-width: 479px) {

}
