@charset "utf-8";

* {
	box-sizing: border-box;
}
html {
	-webkit-text-size-adjust: 100%; 
	font-size: 62.5%;
}
body {
	line-height: 1.5; 
	font-family: 'Great Vibes', cursive;
  font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.6rem; 
  font-weight: 300;
	color: #4E4748;
  letter-spacing: 0.1rem;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.spOnly { display: none; }

/*以降にPCの記述追記*/
.fadein {
  opacity : 0;
  transform : translate(0, 50px);
  transition:all 0.8s;
-webkit-transition:all 0.8s;
display:block;
}
.fadein.scrollin {
  opacity : 1;
  transform : translate(0, 0);
}

header{
	display: block;
  position: relative;
	width: 100%;
  z-index: 10;
}

h1 {
  padding: 23px 30px 0;
  position: absolute;
  top: 0;
  left: 0;
  border: :none;
}

main{
  display:block; 
  width: 100%;
}

.cown{
  width: 750px;
  margin: auto;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background-color: #F1F2F4;
}

.cown main {
  position: relative;
  z-index: 0;
  background: url(../images/main_bg01.png) top center;
  background-size: 100%;
  padding-top: 45px;
}

.cown main .main {
  position:relative;
}

.cown main .main img {
  width: 100%;
}

.cown main .mainAct {
  position: relative;
  padding: 35px 3%;
}
.cown main .mainAct ul {
  display: flex;
  flex-wrap: wrap;
}
.cown main .mainAct ul li {
  width: 32%;
}

.cown main .mainAct ul li+li {
  margin-left: 2%;
}

.cown main .mainAct ul li img{
}

.cown main .mainAct ul li.img00_01.txtimg01.fade01 {
  animation-name:fadeInAnime;
  animation-duration:0.8s;
  animation-fill-mode:forwards;
  opacity:0;
}
.cown main .mainAct ul li.img00_01.txtimg02.fade02{
  animation-name:fadeInAnime;
  animation-duration:1.3s;
  animation-fill-mode:forwards;
  opacity:0;
}
.cown main .mainAct ul li.img00_01.txtimg03.fade03{
  animation-name:fadeInAnime;
  animation-duration:1.8s;
  animation-fill-mode:forwards;
  opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.cown main .mainBtn {
  text-align: center;
  position: relative;
}

.cown main .mainBtn .btn.btn01 {
  width: 90%;
  margin: 0 auto;
}

.cown main .mainBtn .btn.btn01 a {
  position: absolute;
  content: "";
  left: 5%;
  top: -230px;
  width: 90%;
  display: block;
  padding: 23px 2%;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  color: #ffffff;
  font-size: 38px;
  font-weight: bold;
  border-radius: 20px;
  background: #A3384A;
  border-bottom: solid 12px #8E354A;
  z-index: 1;
}




.cown main .mainBtn .btn.btn01 a span{
  position: relative;
  font-weight: 300;
}

.cown main .mainBtn .btn.btn01 a span::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 40px;
  background-color: #ffffff;
  position: absolute;
  bottom: -2px;
  left: -28px;
  transform: rotate(-40deg);
}
.cown main .mainBtn .btn.btn01 a span::after{
  content:"";
  display:inline-block;
  width: 2px;
  height:40px;
  background-color: #ffffff;
  position:absolute;
  bottom: -2px;
  right: -28px;
  transform: rotate(40deg);
}

.cown .con .sec01 .sec01_01{
  position: relative;
}

.cown .con .sec01 .sec01_01  .img01_txt01 {
  text-align: center;
  padding: 70px 3%;
}

.cown .con .sec01 .sec01_02 {
  width: 90%;
  margin: 0 auto;
  background: #ffffff;
  padding: 90px 0;
  border-radius: 1300px 1300px 0 0;
}

.cown .con .sec01 .sec01_02 p.cat {
  text-align: center;
  font-size: 28px;
}

.cown .con .sec01 .sec01_02 ul {
  padding: 100px 3%;
}

.cown .con .sec01 .sec01_02 ul li {
  border: solid 1px #C2C2C2;
  position: relative;
  padding: 60px 3% 30px;
}

.cown .con .sec01 .sec01_02 ul li+li{
  margin-top: 70px;
}

.cown .con .sec01 .sec01_02 ul li p.num {
  text-align: center;
  position: absolute;
  margin-top: -110px;
  left: 50%;
  margin-left: -50px;
  width: 100px;
}

.cown .con .sec01 .sec01_02 ul li p.num img {
}
.cown .con .sec01 .sec01_02 ul li p.cat {
}

.cown .con .sec01 .sec01_02 ul li p.cat span {
  color: #C6646E;
  font-weight: 500;
}

.cown .con .sec01 .sec01_02 .btnBox{
  position: relative;
}





.cown .con .sec01 .sec01_02 ul li:nth-of-type(3) .cat.mincho span::before {
  top: 16px;
  left: -7.0rem;
}

.cown .con .sec01 .sec01_02 ul li:nth-of-type(4) .cat.mincho span::before {
  top: 16px;
  left: -7.0rem;
}

.cown .con .sec01 .sec01_02 ul li:nth-of-type(6) .cat.mincho span::after {
  bottom: 8px;
  right: -12rem;
}


.cown .con .sec01 .actw {
  background: url(../images/img01_bg02.jpg);
  padding: 50px 5%;
}

.cown .con .sec01 .btnBox .btn01_txt01 {
  margin: 0 auto;
  width: 90%;
}

.cown .con .sec01 .btnBox .btn01_txt01 img {
}
.cown .con .sec01 .btnBox .btn.btn01 {
  width: 90%;
  margin: 0 auto;
}
.cown .con .sec01 .btnBox .btn.btn01 a {
  position: absolute;
  content: "";
  left: 20%;
  bottom: 150px;
  width: 60%;
  display: block;
  padding: 19px 2%;
  text-decoration: none;
  color: #ffffff;
  font-size: 38px;
  font-weight: 500;
  border-radius: 68px;
  background: #A03B46;
  z-index: 1;
  text-align: center;
}

.cown .con .sec01 .sec01_02 .btnBox .btn.btn01 a {
  bottom: -30px;
  width: 65%;
  left: 20%;
}

.cown .con .sec02 {
  position: relative;
  padding: 90px 5% 200px;
  background: rgb(218,158,164);
  background: -moz-linear-gradient(0deg, rgba(218,158,164,0.42903098739495793) 0%, rgba(218,158,164,0) 88%);
  background: -webkit-linear-gradient(0deg, rgba(218,158,164,0.42903098739495793) 0%, rgba(218,158,164,0) 88%);
  background: linear-gradient(0deg, rgba(218,158,164,0.42903098739495793) 0%, rgba(218,158,164,0) 88%);
}

.cown .con .sec02::after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0;
  background-color: #BEB7B7;
  transform: skewY(-7deg) translateY(90px);
  z-index: 0;
  width: 100%;
  height: 150px;
}

.cown .con .sec02 p.cat {
  font-size: 40px;
  font-weight:500;
}
.cown .con .sec02 p.cat span {
  color: #C6646E;
}
.cown .con .sec02 p.txt {
  font-size: 26px;
  margin-top: 40px;
}
.cown .con .sec02 p.txt span {
  color: #C6646E;
  font-weight:500;
}

.cown .con .sec03 {
}
.cown .con .sec03 .sec03_01 {
  background-color: #BEB7B7;
}
.cown .con .sec03 .sec03_01 .cat {
  position: relative;
  text-align: center;
  z-index: 1;
}
.cown .con .sec03 .sec03_01 .cat img {
}
.cown .con .sec03 .sec03_01 .sec03_01_01 {
}
.cown .con .sec03 .sec03_01 .sec03_01_01 .cat {
  z-index: 0;
  margin-top: -205px;
}
.cown .con .sec03 .sec03_01 .sec03_01_01 .cat img {
}
.cown .con .sec03 .sec03_01 .sec03_01_01 ul.reasonList {
  position: relative;
  background: #ffffff;
  margin-top: -190px;
  padding-bottom: 50px;
}



.cown .con .sec03 .sec03_01 .sec03_01_01 ul.reasonList li {
  width: 94%;
  margin: 0 auto 50px;
  padding: 0 0 50px;
}

.cown .con .sec03 .sec03_01 .sec03_01_01 ul.reasonList li.reason01 {
  background: #EEE7EA;
}

.cown .con .sec03 .sec03_01 .sec03_01_01 ul.reasonList li.reason02 {
  background: #E9D7DA;
}

.cown .con .sec03 .sec03_01 .sec03_01_01 ul.reasonList li.reason03 {
  background: #DCDFE7;
}

.cown .con .sec03 .sec03_01 .sec03_01_01 ul.reasonList li p.tit {
  position: relative;
  z-index: 1;
  padding: 4%;
}

.cown .con .sec03 .sec03_01 .sec03_01_01 ul.reasonList li p.tit::before {
  content: "";
  top: 0;
  left: 0;
  border-bottom: 16em solid transparent;
  border-left: 20em solid #97A6C1;
  position: absolute;
  z-index: -1;
}

.cown .con .sec03 .sec03_01 .img {
  text-align: center;
  margin: -50px auto 0;
  width: 50%;
}

.cown .con .sec03 .sec03_01 .sec03_01_01 ul.reasonList li .txtBox {
  padding: 50px 5%;
}

.cown .con .sec03 .sec03_01 .sec03_01_01 ul.reasonList li .txtBox .cat {
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  margin-top: 0;
}
.cown .con .sec03 .sec03_01 .sec03_01_01 ul.reasonList li .txtBox .cat span {
  color: #C6646E;
}
.cown .con .sec03 .sec03_01 .sec03_01_01 ul.reasonList li .txtBox .txt {
  margin-top: 40px;
  font-size: 24px;
}
.cown .con .sec03 .sec03_01 .sec03_01_01 ul.reasonList li .txtBox .txt b {
  font-weight: 500;
}

.cown .con .sec03 .sec03_02 {
  position: relative;
  padding-top: 100px;
  background: rgb(218,158,164);
  background: -moz-linear-gradient(0deg, rgba(218,158,164,0.42903098739495793) 0%, rgba(218,158,164,0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(218,158,164,0.42903098739495793) 0%, rgba(218,158,164,0) 100%);
  background: linear-gradient(0deg, rgba(218,158,164,0.42903098739495793) 0%, rgba(218,158,164,0) 100%);
}

.cown .con .sec03 .sec03_02::before {
  position: absolute;
  content: "";
  background: url(../images/imgLine01.png) repeat-y top center;
  top: -50px;
  left: 50%;
  width: 2px;
  height: 100px;
  }

.cown .con .sec03 .sec03_02 p.cat {
  text-align: center;
}
.cown .con .sec03 .sec03_02 p.cat img {
}
.cown .con .sec03 .sec03_02 ul {
  padding: 100px 5%;
}
.cown .con .sec03 .sec03_02 ul li {
  background: #ffffff;
  position: relative;
  padding: 60px 3% 30px;
}

.cown .con .sec03 .sec03_02 ul li+li {
  margin-top: 70px;
}

.cown .con .sec03 .sec03_02 ul li .num {
  text-align: center;
  position: absolute;
  margin-top: -110px;
  left: 50%;
  margin-left: -50px;
  width: 100px;
}
.cown .con .sec03 .sec03_02 ul li.sec01_02_01 p.num img {
}
.cown .con .sec03 .sec03_02 ul li .cat {
  font-size: 28px;
}
.cown .con .sec03 .sec03_02 ul li .cat span {
  color: #C6646E;
  font-weight: 500;
}
.cown .con .sec03 .sec03_02 ul li.sec01_02_02 {
}
.cown .con .sec03 .sec03_02 ul li.sec01_02_02 p.num {
}
.cown .con .sec03 .sec03_02 ul li.sec01_02_02 p.num img {
}
.cown .con .sec03 .sec03_02 ul li.sec01_02_02 p.cat {
}
.cown .con .sec03 .sec03_02 ul li.sec01_02_02 p.cat span {
}
.cown .con .sec03 .sec03_02 ul li.sec01_02_03 {
}
.cown .con .sec03 .sec03_02 ul li.sec01_02_03 p.num {
}
.cown .con .sec03 .sec03_02 ul li.sec01_02_03 p.num img {
}
.cown .con .sec03 .sec03_02 ul li.sec01_02_03 p.cat {
}
.cown .con .sec03 .sec03_02 ul li.sec01_02_03 p.cat span {
}
.cown .con .sec03 .sec03_03 {
  padding: 50px 0 0;
  background: #E7CFD3;
}
.cown .con .sec03 .sec03_03 p.cat {
  text-align: center;
}
.cown .con .sec03 .sec03_03 p.cat img {
}
.cown .con .sec03 .sec03_03 ul {
  margin-top: 70px;
}

.cown .con .sec03 .sec03_03 ul li {
   position: relative;
}

.cown .con .sec03 .sec03_03 ul li.tezyun01:before {
  position: absolute;
  content: "";
  background: url(../images/img03_bg03_01.png) no-repeat bottom center/100% 100%;
  bottom: -156px;
  left: 0;
  width: 100%;
  height: 160px;
  z-index: 1;
}

.cown .con .sec03 .sec03_03 ul li.tezyun02 {
  background: #EFDADE;
  padding-top: 150px;
}

.cown .con .sec03 .sec03_03 ul li.tezyun02:before {
  position: absolute;
  content: "";
  background: url(../images/img03_bg03_02.png) no-repeat bottom center/100% 100%;
  bottom: -158px;
  left: 0;
  width: 100%;
  height: 160px;  
  z-index: 1;
}

.cown .con .sec03 .sec03_03 ul li.tezyun03 {
  background: #F5E7EA;
  padding: 150px 0 70px;
}

.cown .con .sec03 .sec03_03 ul li .txtimg{
  margin: 0 auto;
  width: 80%;
  position: relative;
  z-index: 3;
}
.cown .con .sec03 .sec03_03 ul li img {
  width: 100%;
}
.cown .con .sec03 .sec03_04 {
  position: relative;
}
.cown .con .sec03 .sec03_04 .img03_txt04 {
  text-align: center;
    padding: 70px 3%;
}
.cown .con .sec03 .sec03_04 .img03_txt04 img {
}
.cown .con .sec03 .sec03_04 .btnBox {
}
.cown .con .sec03 .sec03_04 .btnBox .btn.btn01 {
  width: 90%;
  margin: 0 auto;
}

.cown .con .sec03 .sec03_04 .btnBox p.btn.btn01 a {
  position: absolute;
  content: "";
  left: 20%;
  bottom: 150px;
  width: 60%;
  display: block;
  padding: 19px 2%;
  text-decoration: none;
  color: #ffffff;
  font-size: 38px;
  font-weight: 500;
  border-radius: 68px;
  background: #A03B46;
  z-index: 1;
  text-align: center;
}

.cown .con .sec04 {
  background: url(../images/img04_bg01.png) top center;
  background-size: 100%;
}
.cown .con .sec04 p.cat {
  text-align: center;
  padding: 70px 3%;
}

.cown .con .sec04 p.cat img {
}
.cown .con .sec04 ul {
  padding-bottom:50px;
}

.cown .con .sec04 ul li {
  text-align: center;
  padding: 3% 5%;
}

.cown .con .sec04 ul li .img04_01 {
}
.cown .con .sec04 ul li .img04_01 img {
}
.cown .con .sec04 ul li .img04_02 {
}
.cown .con .sec04 ul li .img04_02 img {
}
.cown .con .sec04 ul li .img04_03 {
}
.cown .con .sec04 ul li .img04_03 img {
}
.cown .con .sec04 ul li .img04_04 {
}
.cown .con .sec04 ul li .img04_04 img {
}
.cown .con .sec04 ul li .img04_05 {
}
.cown .con .sec04 ul li .img04_05 img {
}
.cown .con .sec04 ul li .img04_06 {
}
.cown .con .sec04 ul li .img04_06 img {
}

.cown footer .footxt {
  padding: 50px;
  background: #ffffff;
}

.cown footer .footxt .tit {
  font-size: 30px;
  margin-bottom: 20px;
  text-align: center;
}

.cown footer .footxt table {
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
}

.cown footer .footxt table tr th,
.cown footer .footxt table tr td {
  font-size: 18px;
}

.cown footer .footxt table tr th {
  width:30%;
  text-align: center;
}

.cown footer .footxt table tr td {
  width:70%;
}


.cown footer .footxt table {
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
}

.cown footer .footxt table tr th, .cown footer .footxt table tr td {
  font-size: 23px;
  padding: 5px 0;
}

.cown footer .footxt table tr th {
  width: 30%;
  text-align: left;
}

.cown footer .footxt table tr td {
  width:70%;
}

.copyRight {
  padding: 16px 0;
  text-align: center;
  font-size: 14px;
}

.pageUp {
  width: 80%;
  margin: 60px auto 0;
  text-align: center;
}


.pageUp a {
  color: #4E6368;
  font-size: 28px;
  position: relative;
  text-decoration: none;
  display: inline-block;
  padding: 0px 15px 30px;
  font-weight: 550;
  line-height: 0.2;
  background: #F1F3F8;
  opacity: 1;
}

.pageUp a i {
  color: #4E6368;
  font-size: 80px;
  position: relative;
  text-decoration: none;
}

.pageUp a:hover{
  opacity: 0.5;
}



/* ～○○px For SP
================================ */

@media screen and (max-width: 750px) {
  .spOnly { display: block; }
  .tabOnly { display: none; }
  .pcOnly { display: none; }

  body {
	line-height: 1.6; 
	font-size: 1.5rem; 
	}

  header {
    padding:0;
  }

  .cown {
    width: 100%;
    margin: auto;
    border:none;
  }

  h1 {
    width: 41vw;
    margin: 0 auto;
    padding: 0;
  }

  .cown main {
    padding-top: 20px;
  }

  .cown .con .sec01 .sec01_01  .img01_txt01 {
    padding: 50px 3%;
  }

  .cown .con .sec01 .btnBox .btn.btn01 a {
    left: 12%;
    bottom: 96px;
    width: 75%;
    padding: 8px 2%;
    font-size: 23px;
    border-radius: 64px;
  }

  .cown .con .sec01 .sec01_02 {
    width: 94%;
    padding: 25px 0 70px;
    border-radius: 950px 950px 0 0;
  }

  .cown .con .sec01 .sec01_02 p.cat {
    padding: 5% 8%;
  }

  .cown .con .sec01 .sec01_02 ul {
    padding: 40px 3% 65px;
  }

  .cown .con .sec01 .sec01_02 ul li+li {
    margin-top: 60px;
  }

  .cown .con .sec01 .sec01_02 ul li p.num {
    margin-top: -70px;
    left: 50%;
    margin-left: -33px;
    width: 65px;
  }

  .cown .con .sec01 .sec01_02 ul li {
    padding: 30px 3% 20px;
  }

  .cown .con .sec01 .sec01_02 ul li  p.cat {
    padding: 0;
    font-size: 16px;
  }

  .cown .con .sec01 .sec01_02 .btnBox .btn.btn01 a {
    bottom: -30px;
    width: 74%;
    left: 12%;
  }

  .cown .con .sec02 {
    padding: 70px 5% 110px;
  }

  .cown .con .sec02::after {
    height: 125px;
  }
  .cown .con .sec02 p.cat {
    font-size: 21px;
    line-height: 2;
  }

  .cown .con .sec02 p.txt {
    font-size: 14px;
    margin-top: 25px;
    line-height: 2.5;
  }

  .cown .con .sec03 .sec03_01 .cat {
    padding: 2%;
    width: 100vw;
  }

  .cown .con .sec03 .sec03_01 .sec03_01_01 .cat {
    padding: 0;
    margin-top: -30vw;
    width: 100vw;
  }

  .cown .con .sec03 .sec03_01 .sec03_01_01 ul.reasonList {
    margin-top: -92px;
    padding-bottom: 50px;
  }

  .cown .con .sec03 .sec03_01 .sec03_01_01 ul.reasonList::before {
    top: -63px;
    left: 50%;
    width: 1px;
    height: 47px;
  }

  .cown .con .sec03 .sec03_01 .sec03_01_01 ul.reasonList li p.tit {
    width: 38vw;
  }

  .cown .con .sec03 .sec03_01 .sec03_01_01 ul.reasonList li p.tit::before {
    border-bottom: 45vw solid transparent;
    border-left: 47vw solid #97A6C1;
  }

  .cown .con .sec03 .sec03_01 .sec03_01_01 ul.reasonList li .txtBox {
    padding: 20px 5%;
  }

  .cown .con .sec03 .sec03_01 .sec03_01_01 ul.reasonList li .txtBox .cat {
    font-size: 21px;
    width: 98%;
  }

  .cown .con .sec03 .sec03_01 .sec03_01_01 ul.reasonList li .txtBox .txt {
    margin-top: 20px;
    font-size: 14px;
    padding: 0 6%;
  }

  .cown .con .sec03 .sec03_01 .sec03_01_01 ul.reasonList {
    padding-bottom: 5px;
  }

  .cown .con .sec03 .sec03_01 .sec03_01_01 ul.reasonList li {
    padding: 0 0 10px;
    margin: 0 auto 40px;
  }

  .cown .con .sec03 .sec03_02::before {
    top: -22px;
    left: 50%;
    width: 1px;
    height: 45px;
    background-size: 74%;
  }

  .cown .con .sec03 .sec03_02 {
    position: relative;
    padding-top: 50px;
  }

  .cown .con .sec03 .sec03_02 p.cat {
    text-align: center;
    padding: 0px 10%;
  }

  .cown .con .sec03 .sec03_02 ul {
    padding: 50px 3% 40px;
  }

  .cown .con .sec03 .sec03_02 ul li {
    padding: 40px 3% 20px;
  }

  .cown .con .sec03 .sec03_02 ul li+li {
    margin-top: 50px;
  }

  .cown .con .sec03 .sec03_02 ul li .num {
    margin-top: -70px;
    left: 50%;
    margin-left: -33px;
    width: 65px;
  } 

  .cown .con .sec03 .sec03_02 ul li .cat {
    padding: 0;
    font-size: 16px;
  }

  .cown .con .sec03 .sec03_03 {
    padding: 30px 0 0;
  }

  .cown .con .sec03 .sec03_03 .cat {
    width: 50%;
    margin: 0 auto;
  }

  .cown .con .sec03 .sec03_03 ul {
    margin-top: 20px;
  }

  .cown .con .sec03 .sec03_03 ul li.tezyun01:before {
    bottom: -98px;
    height: 100px;
  }

  .cown .con .sec03 .sec03_03 ul li.tezyun02 {
    padding-top: 100px;
  }

  .cown .con .sec03 .sec03_03 ul li.tezyun03 {
    padding: 100px 0 40px;
  }

  .cown footer .footxt .tit {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .cown .con .sec03 .sec03_03 ul li.tezyun02:before {
    bottom: -98px;
    height: 100px;
  }

  .cown .con .sec03 .sec03_04 .img03_txt04 {
    padding: 50px 3%;
  }

  .cown .con .sec03 .sec03_04 .btnBox p.btn.btn01 {
    width: 90%;
    margin: 0 auto;
  }

  .cown .con .sec03 .sec03_04 .btnBox p.btn.btn01 a {
    left: 12%;
    bottom: 96px;
    width: 75%;
    padding: 8px 2%;
    font-size: 23px;
    border-radius: 64px;
  }

  .cown .con .sec04 p.cat {
    padding: 30px 8%;
  }

  .cown .con .sec04 ul {
    padding-bottom: 20px;
  }

  .cown footer .footxt {
    padding: 20px 4%;
    background: #ffffff;
  }

  .cown footer .footxt table {
    width: 90%;
  }

  .cown footer .footxt table tr th {
    width: 23%;
  }

  .cown footer .footxt table tr td {
    width: 82%;
  }

  .cown footer .footxt table tr th, .cown footer .footxt table tr td {
    font-size: 14px;
    padding: 5px 3%;
  }

  .copyRight {
    padding: 15px 0;
    text-align: center;
    font-size: 3vw;
  }

}




