@charset "utf-8";

* {
	box-sizing: border-box;
}
html {
	-webkit-text-size-adjust: 100%; 
	font-size: 62.5%;
}
body {
	line-height: 1.5; 
	font-family: "游ゴシック", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 1.6rem; 
	color: #333;
  letter-spacing: 0.1rem;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.spOnly { display: none; }

/*以降にPCの記述追記*/

.mincho{
  font-family: 'Zen Old Mincho', serif;
}

header{
	display: block;
  position: relative;
	width: 100%;
  background: rgb(247,209,204);
  background: -moz-linear-gradient(270deg, rgba(247,209,204,1) 0%, rgba(251,221,219,1) 50%, rgba(252,228,226,1) 75%, rgba(253,232,229,1) 100%);
  background: -webkit-linear-gradient(270deg, rgba(247,209,204,1) 0%, rgba(251,221,219,1) 50%, rgba(252,228,226,1) 75%, rgba(253,232,229,1) 100%);
  background: linear-gradient(270deg, rgba(247,209,204,1) 0%, rgba(251,221,219,1) 50%, rgba(252,228,226,1) 75%, rgba(253,232,229,1) 100%);
  z-index: 10;
}

h1 {
  padding: 23px 30px 0;
  width: 265px;
}

main{
  display:block; 
  width: 100%;
}

.cown{
  width: 750px;
  margin: auto;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.cown main {
  position: relative;
  margin-top: -14px;
  z-index: 0;
}

.cown main .main {
  position:relative;
}

.cown main .main img {
  width: 100%;
}

.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::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 0 14px 18px;
  border-color: transparent transparent transparent #fff;
  top: 50%;
  right: 50px;
  margin-top: -10px;
}


.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 main .mainBtn .btn.btn01 a span strong {
  font-weight: bold;
  font-size: 110%;
}


.cown main .mainBtn .btn.btn01 a:hover {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: solid 5px #8E354A;
}

.cown .con section.sec01 .sec01_01 {
  margin: 0 auto;
  background-color: #D99494;
  text-align: center;
  padding-bottom: 60px;
}

.cown .con section.sec01 .sec01_01 div{
  position: relative;
}

.cown .con section.sec01 .sec01_01 div::after {
  position: absolute;
  content: "";
  width: 70px;
  height: 70px;
  left: 50%;
  margin-left: -35px;
  border-bottom: solid 1px #5e3428;
  border-right: solid 1px #5e3428;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cown .con .sec01 .sec01_01 .img00_txt01 {
  margin-top: -20px;
  position: relative;
}

.cown .con .sec01 .sec01_01 .img00_txt01 img {
  width: 500px;
}


.cown .con .sec01 .sec01_02 {
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #d994944a calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #d994944a calc(100% - 1px));
  background-size: 20px 20px;
  background-repeat: repeat;
  background-position: center center;
  background-color: #F9F2F1;
  padding: 100px 0 10px;
}


.cown .con .sec01 .sec01_02 .cat.fukiTxt {
  text-align: center;
  font-size: 43px;
  font-weight: 600;
}

.cown .con .sec01 .sec01_02 ul {
}

.cown .con .sec01 .sec01_02 ul li {
  margin: 0 auto 70px;
  padding: 5% 4%;
  width: 85%;
  background: #ffffff;
}

.cown .con .sec01 .sec01_02 ul li .cat {
  text-align: center;
  color: #A3384A;
  font-size: 34px;
  margin: 20px 0 40px;
}

.cown .con .sec01 .sec01_02 ul li .cat.mincho span {
  padding: 25px;
	position: relative;
  text-align: center;
}

.cown .con .sec01 .sec01_02 ul li .cat.mincho span::before,
.cown .con .sec01 .sec01_02 ul li .cat.mincho span::after {
	content: '';
	position: absolute;
  display: inline-block;
}

.cown .con .sec01 .sec01_02 ul li .cat.mincho span::before {
  background: url(../images/futi01.png) no-repeat top center;
  top: 10px;
  left: -8px;
  width: 45px;
  height: 45px;
}

.cown .con .sec01 .sec01_02 ul li .cat.mincho span::after {
  background: url(../images/futi02.png) no-repeat top center;
  bottom: 2px;
  right: -15px;
  width: 45px;
  height: 45px;
}

.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 .sec01_02 ul li .img01_01 {
}
.cown .con .sec01 .sec01_02 ul li .img01_01 img {
}
.cown .con .sec01 .sec01_02 ul li .img01_02 {
}
.cown .con .sec01 .sec01_02 ul li .img01_02 img {
}
.cown .con .sec01 .sec01_02 ul li .img01_03 {
}
.cown .con .sec01 .sec01_02 ul li .img01_03 img {
}
.cown .con .sec01 .sec01_02 ul li .img01_04 {
}
.cown .con .sec01 .sec01_02 ul li .img01_04 img {
}
.cown .con .sec01 .sec01_02 ul li .img01_05 {
}
.cown .con .sec01 .sec01_02 ul li .img01_05 img {
}
.cown .con .sec01 .sec01_02 ul li .img01_06 {
}
.cown .con .sec01 .sec01_02 ul li .img01_06 img {
}

.cown .con .sec01 .actw {
  background: url(../images/img01_bg02.jpg);
  padding: 50px 5%;
}

.cown .con .sec01 .btnBox {
  background: #ffffff;
  padding: 30px 3% 50px;
  border-radius: 20px;
  text-align: center;
  position: relative;
  height: 340px;
}

.cown .con .sec01 .btnBox .btn01_txt01 {
  margin: 0 auto;
  width: 96%;
}

.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: 5%;
  bottom: 40px;
  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 .con .sec01 .btnBox .btn.btn01 a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 0 14px 18px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  right: 50px;
  margin-top: -10px;
}


.cown .con .sec01 .btnBox .btn.btn01 a:hover {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: solid 5px #8E354A;
}


.cown .con .sec02 {
  position: relative;
  background-color: #F9EAE7;
  z-index: 0;
  padding: 100px 0 120px;
}

.cown .con .sec02 .img02_bg01 {
  position: absolute;
  z-index: -1;
  right: 0;
  top: 40px;
}


.cown .con .sec02 .cat {
  text-align: center;
  font-size: 48px;
  padding: 0;
  color: #5E3428;
  font-weight: bold;
  margin-bottom: 70px;
  font-weight: bold;
}

.cown .con .sec02 .cat span{
  position: relative;
}

.cown .con .sec02 .cat span::before,
.cown .con .sec02 .cat span::after {
	content: '';
	position: absolute;
  display: inline-block;
}

.cown .con .sec02 .cat span::before {
  background: url(../images/futi03.png) no-repeat top center / 80px 80px;
  top: -20px;
  left: -24rem;
  width: 80px;
  height: 80px;
}

.cown .con .sec02 .cat span::after {
  background: url(../images/futi04.png) no-repeat top center / 80px 80px;
  bottom: -30px;
  right: -4.5rem;
  width: 80px;
  height: 80px;
}

.cown .con .sec02 .checkList {
  position: relative;
  width: 85%;
  margin: 60px auto 20px;
  z-index: 2;
}

.cown .con .sec02 dl {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
}
.cown .con .sec02 dl dt.img02_1ic {
  width: 35px;
  margin-top: 5px;
}

.cown .con .sec02 dl dt.img02_1ic img {
}
.cown .con .sec02 dl dd {
  margin-left: 20px;
  font-size: 30px;
  color: #5E3428;
}

.cown .con .sec02 dl {
}
.cown .con .sec02 dl dt.img02_1ic {
}
.cown .con .sec02 dl dt.img02_1ic img {
}
.cown .con .sec02 dl dd {
}

.cown .con .sec03 {
  background: #F9F2F1;
}

.cown .con .sec03 .sec03_01 {
  position: relative;
}
.cown .con .sec03 .sec03_01 .tit.en {
  text-align: center;
  position: absolute;
  width: 350px;
  height: 350px;
  left: 50%;
  background-color: #F9F2F1;
  border-radius: 53%;
  margin: -110px -175px 0;
  z-index: 0;
  padding-top: 4%;
}

.cown .con .sec03 .sec03_01 .tit.en span {
  position: relative;
  padding: 50px 6px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.cown .con .sec03 .sec03_01 .tit.en span img{
  width: 150px;
}

.cown .con .sec03 .sec03_01 .tit.en span i.tit_ic01 {
  position: absolute;
  bottom: 46px;
  width: 35px;
  margin-left: -12px;
}

.cown .con .sec03 .sec03_01 .cat {
  position: relative;
  text-align: center;
  padding-top: 50px;
  font-size: 46px;
  color: #5E3428;
  font-weight: bold;
}

.cown .con .sec03 .sec03_01 .cat span {
  background: #ffffff;
  padding: 3px 10px;
}

.cown .con .sec03 .sec03_01 .cat strong {
  font-size: 130%;
}

.cown .con .sec03 .sec03_01 .txt {
  position: relative;
  color: #5E3428;
  margin-top: 40px;
  font-size: 32px;
  text-align: center;
}

.cown .con .sec03 .sec03_01 .txt span {
  background: #ffffff;
  padding: 3px 10px;
  line-height: 2;
}
.cown .con .sec03 .sec03_01 .txt span i {
  color: #A3384A;
}

.cown .con .sec03 .sec03_01 .img03_01 {
  text-align: center;
  margin: 50px 5% 150px;
}

.cown .con .sec03 .sec03_01 .img03_01 img {
}

.cown .con .sec03 .sec03_02 {
  background-color: #F9EAE7;
}
.cown .con .sec03 .sec03_02 .tit.en {
  text-align: center;
  position: absolute;
  width: 350px;
  height: 350px;
  left: 50%;
  background-color: #F9EAE7;
  border-radius: 53%;
  margin: -110px -175px 0;
  z-index: 0;
  padding-top: 3%;
}

.cown .con .sec03 .sec03_02 .tit.en span {
  position: relative;
  padding: 24px 6px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.cown .con .sec03 .sec03_02 .tit.en span img{
  width: 200px;
}

.cown .con .sec03 .sec03_02 .tit.en span i.tit_ic01 {
  position: absolute;
  bottom: 25px;
  width: 35px;
  margin-left: -12px;
}

.cown .con .sec03 .sec03_02 .cat {
  position: relative;
  text-align: center;
  padding-top: 72px;
  font-size: 50px;
  color: #5E3428;
  margin-bottom: 120px;
}

.cown .con .sec03 .sec03_02 .cat span {
  background: #ffffff;
  padding: 3px 10px;
}

.cown .con .sec03 .sec03_02 .cat span strong {
  font-size: 120%;
}

.cown .con .sec03 .sec03_02 ul {
  display: flex;
  flex-wrap: wrap;
  width: 98%;
  margin: 0 auto;
}

.cown .con .sec03 .sec03_02 ul li {
  width: 46%;
  margin: 0px 2% 115px;
  padding: 0 3% 4%;
  background: #ffffff;
  border-radius: 25px;
  position: relative;
}

.cown .con .sec03 .sec03_02 ul li .cat {
}

.cown .con .sec03 .sec03_02 ul li .cat span{
  background: none;
}

.cown .con .sec03 .sec03_02 ul li .cat {
  position: absolute;
  text-align: center;
  font-size: 27px;
  font-weight: bold;
  background: #E1CBCC;
  padding: 20px 1%;
  letter-spacing: 0.1rem;
  color: #8E354A;
  width: 87%;
  margin: 30px auto;
  border-radius: 10px;
  top: -100px;
}

.cown .con .sec03 .sec03_02 ul li .cat::after {
  position: absolute;
  content: "";
  border: solid 23px transparent;
  border-top: solid 21px #E1CBCC;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.cown .con .sec03 .sec03_02 ul li figure {
  width: 60%;
  margin: 90px auto 20px;
}

.cown .con .sec03 .sec03_02 ul li figure.img04_01 img {
}

.cown .con .sec03 .sec03_02 ul li .txt {
  text-align: center;
  font-size: 24px;
  color: #5E3428;
}

.cown .con .sec03 .sec03_02 ul li .txt span{
  position: relative;
  z-index: 0;
  font-size: 145%;
}

.cown .con .sec03 .sec03_02 ul li .txt span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 15px;
  left: 0%;
  bottom: 2px;
  background: #F9EAE7;
  z-index: -1;
}

.cown .con .sec03 .sec03_03 {
  background: #ffffff;
  padding: 80px 5%;
  text-align: center;
}

.cown .con .sec03 .sec03_03 .img04_07 {
}
.cown .con .sec03 .sec03_03 .img04_07 img {
}

.cown .con .sec04 {
  margin: 50px auto 80px;
  position: relative;
  z-index: 1;
}

.cown .con .sec04 .img05_txt01 {
  margin: 0 5%;
}

.cown .con .sec04 .img05_txt01 img {
}
.cown .con .sec04 ul.skillList li.skill {
  position: relative;
  width: 90%;
  margin: 100px auto 0;
  background: #F9F2F1;
  padding: 4%;
  border-radius: 15px;
}

.cown .con .sec04 ul.skillList li.skill::after,
.cown .con .sec04 ul.skillList li.skill::before {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 52px;
  margin: auto;
  bottom: -105px;
  margin-left: -13px;
  left: 50%;
  background: #8E354A;
  border-width: 10px 26px 0 26px;
}

.cown .con .sec04 ul.skillList li.skill::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
 
.cown .con .sec04 ul.skillList li.skill::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}

.cown .con .sec04 ul.skillList li.skill.skill03::after,
.cown .con .sec04 ul.skillList li.skill.skill03::before {
  display: none;
}

.cown .con .sec04 ul.skillList li.skill.skill01 {
}

.cown .con .sec04 ul.skillList li.skill .tit {
  background: #ffffff;
  text-align-last: center;
  padding: 5px 10px;
  font-size: 44px;
  margin-bottom: 30px;
}

.cown .con .sec04 ul.skillList li.skill.skill01 .img05_01 {
}
.cown .con .sec04 ul.skillList li.skill.skill01 .img05_01 img {
}

.cown .con .sec04 ul.skillList li.skill ul {
  margin: 50px auto;
  max-width: 515px;
}

.cown .con .sec04 ul.skillList li.skill01 ul {
  width: 84%;
}
.cown .con .sec04 ul.skillList li.skill02 ul {
  width: 84%;
}
.cown .con .sec04 ul.skillList li.skill03 ul {
  width: 80%;
}

.cown .con .sec04 ul.skillList li.skill ul li {
  margin-left: 1em;
  text-indent: -1em;
  color: #5E3428;
  margin-left: 20px;
  font-size: 30px;
  margin-bottom: 24px;
}

.cown .con .sec04 ul.skillList li.skill ul li::before {
  content: '';
  display: inline-block;
  width: 0;
  margin-right: 0.2em;
  border: 12px solid transparent;
  border-left: 16px solid #D99494;
}


.cown .con .sec04 ul.skillList li.skill.skill02 {
}
.cown .con .sec04 ul.skillList li.skill.skill02 .tit.mincho {
}
.cown .con .sec04 ul.skillList li.skill.skill02 .img05_02 {
}
.cown .con .sec04 ul.skillList li.skill.skill02 .img05_02 img {
}
.cown .con .sec04 ul.skillList li.skill.skill02 ul {
}
.cown .con .sec04 ul.skillList li.skill.skill02 ul li {
}
.cown .con .sec04 ul.skillList li.skill.skill02 .img05_03 {
}
.cown .con .sec04 ul.skillList li.skill.skill02 .img05_03 img {
}

.cown .con .sec05 {
  position: relative;
  background: #F9EAE7;
  z-index: 0;
  padding: 135px 0 80px;
}

.cown .con .sec05::before {
  content: '';
  position: absolute;
  top: -175px;
  left: auto;
  right: 0;
  background-color: #ffffff;
  transform: skewY(-11deg) translateY(90px);
  z-index: -1;
  width: 50.1%;
  height: 150px;
}

.cown .con .sec05::after {
  content: '';
  position: absolute;
  top: -175px;
  left: 0;
  right: auto;
  background-color: #ffffff;
  transform: skewY(11deg) translateY(90px);
  z-index: -1;
  width: 50%;
  height: 150px;
}


.cown .con .sec05 ul {
}
.cown .con .sec05 ul li {
  margin-top: 100px;
}
.cown .con .sec05 ul li .capFuki {
  position: relative;
  text-align: center;
  font-size: 44px;
  background: #ffffff;
  padding: 20px 1%;
  letter-spacing: 0.1rem;
  color: #5E3428;
  width: 87%;
  margin: 30px auto;
  border-radius: 15px;
}

.cown .con .sec05 ul li .capFuki::after {
  position: absolute;
  content: "";
  border: solid 23px transparent;
  border-top: solid 21px #ffffff;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.cown .con .sec05 ul li .cat {
  text-align: center;
  font-size: 47px;
  margin-bottom: 60px;
}

.cown .con .sec05 ul li .cat span { 
  position: relative;
  z-index: 0;
  color:#A3384A;
}

.cown .con .sec05 ul li .cat span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 15px;
  left: 0%;
  bottom: 2px;
  background: #ffffffad;
  z-index: -1;
}

.cown .con .sec05 ul li figure.img06_01 {
}
.cown .con .sec05 ul li figure.img06_01 img {
}
.cown .con .sec05 ul li figure.img06_02 {
}
.cown .con .sec05 ul li figure.img06_02 img {
}
.cown .con .sec05 ul li figure.img06_03 {
}
.cown .con .sec05 ul li figure.img06_03 img {
}

.cown footer .footxt{
  margin: 40px auto;
}

.cown footer .footxt .tit {
  font-size: 30px;
  margin-bottom: 20px;
  text-align: center;
  color: #5E3428;
}

.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 .ftTb .ftActw {
  background: url(../images/img01_bg02.jpg);
  padding: 50px 5%;
}

.cown footer .ftTb .ftActw .btnBox {
  background: #ffffff;
  padding: 30px 3% 50px;
  border-radius: 20px;
  text-align: center;
  position: relative;
  height: 340px;
}

.cown footer .ftTb .ftActw .btnBox .btn01_txt01 {
  margin: 0 auto;
  width: 96%;
}
.cown footer .ftTb .ftActw .btnBox .btn01_txt01 img {
}
.cown footer .ftTb .ftActw .btnBox .btn.btn01 {
  width: 90%;
  margin: 0 auto;
}
.cown footer .ftTb .ftActw .btnBox .btn.btn01 a {
  position: absolute;
  content: "";
  left: 5%;
  bottom: 40px;
  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 footer .ftTb .ftActw .btnBox .btn.btn01 a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 0 14px 18px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  right: 50px;
  margin-top: -10px;
}


.cown footer .ftTb .ftActw .btnBox .btn.btn01 a:hover {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: solid 5px #8E354A;
}


.cown footer .footxt {
}

.cown footer .footxt .logo a {
}

.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;
  color: #5E3428;
}

.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;
  background: #f8e9e6;
  color: #5E3428;
}

.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: 160px;
    margin: 0 auto;
    padding: 2%;
  }

  .cown main .mainBtn .btn.btn01 a {
    left: 5%;
    top: -160px;
    padding: 10px 2%;
    font-size: 5.5vw;
  }

  .cown main .mainBtn .btn.btn01 a span::before {
    height: 28px;
    bottom: -2px;
    left: -20px;
  }

  .cown main .mainBtn .btn.btn01 a span::after {
    width: 2px;
    height: 27px;
    bottom: -2px;
    right: -23px;
  }

  .cown main .mainBtn .btn.btn01 a::after {
    border-width: 9px 0 9px 13px;
    top: 50%;
    right: 15px;
    margin-top: -5px;
  }

  .cown .con .sec01 .sec01_01 .img00_txt01 img {
    width: 80%;
  }

  .cown .con section.sec01 .sec01_01 {
    padding-bottom: 48px;
  }

  .cown .con .sec01 .sec01_01 .cat {
    font-size: 24px;
    padding: 18px 1%;
    width: 92%;
  }

  .cown .con .sec01 .sec01_02 {
    padding: 60px 0 3px;
  }

  .cown .con .sec01 .sec01_02 ul li {
    margin: 0 auto 38px;
  }

  .cown .con .sec01 .sec01_02 ul li .cat.mincho span {
    padding: 0px;
  }

  .cown .con .sec01 .sec01_02 ul li .cat {
    font-size: 5vw;
    margin: 14px 0 30px;
  }

  .cown .con .sec01 .sec01_02 ul li .cat.mincho span::before {
    background: url(../images/futi01.png) no-repeat top center / 30px 30px;
    top: -14px;
    left: -22px;
    width: 30px;
    height: 30px;
  }

  .cown .con .sec01 .sec01_02 ul li .cat.mincho span::after {
    background: url(../images/futi02.png) no-repeat top center / 30px 30px;
    bottom: -12px;
    right: -18px;
    width: 30px;
    height: 30px;
  }

  .cown .con .sec01 .sec01_02 ul li:nth-of-type(3) .cat.mincho span::before {
    top: -8px;
    left: -5rem;
  }

  .cown .con .sec01 .sec01_02 ul li:nth-of-type(3) .cat.mincho span::after{
    bottom: -11px;
    right: -22px;
  }

  .cown .con .sec01 .sec01_02 ul li:nth-of-type(4) .cat.mincho span::before,
  .cown .con .sec01 .sec01_02 ul li:nth-of-type(5) .cat.mincho span::before {
    top: -6px;
    left: -4.5rem;
  }

  .cown .con .sec01 .sec01_02 ul li:nth-of-type(6) .cat.mincho span::after {
    bottom: -11px;
    right: -70px;
  }

  .cown .con .sec01 .btnBox {
    height: 190px;
  }

  .cown .con .sec01 .btnBox .btn.btn01 a {
    bottom: 12px;
    padding: 11px 2%;
    font-size: 5.5vw;
  }

  .cown .con .sec01 .btnBox .btn.btn01 a::after {
    border-width: 8px 0 8px 10px;
    top: 50%;
    right: 11px;
    margin-top: -8px;
  }

  .cown .con .sec01 .actw {
    padding: 30px 5%;
    }

  .cown .con .sec02 {
    padding: 50px 0 80px;
  }

  .cown .con .sec02 .cat {
    font-size: 5.5vw;
    margin-bottom: 42px;
  }

  .cown .con .sec02 .cat span::before {
    background: url(../images/futi03.png) no-repeat top center / 50px 50px;
    top: -22px;
    left: -12.5rem;
    width: 50px;
    height: 50px;
  }

  .cown .con .sec02 .cat span::after {
    background: url(../images/futi04.png) no-repeat top center / 50px 50px;
    bottom: -24px;
    right: -2.5rem;
    width: 50px;
    height: 50px;
  }

  .cown .con .sec02 dl dt.img02_1ic {
    width: 24px;
    margin-top: 5px;
  }

  .cown .con .sec02 dl {
    margin-bottom: 20px;
  }

  .cown .con .sec02 dl dd {
    margin-left: 4%;
    font-size: 5.8vw;
    width: 88%;
  }

  .cown .con .sec02 .checkList {
    width: 85%;
  } 

  .cown .con .sec02 .sec02_01 ul li .img.img02_02 {
    margin: 20px 5% 50px;
    padding: 2%;
  }

  .cown .con .sec03 {
    padding: 50px 0 0;
  }

  .cown .con .sec03 .sec03_01 .cat {
    font-size: 5.8vw;
    margin-bottom: 25px;
    padding-top: 8px;
  }

  .cown .con .sec03 .sec03_01 .txt {
    margin-top: 29px;
    font-size: 4.6vw;
  }

  .cown .con .sec03 .sec03_01 ul li figure {
    width: 85%;
  }

  .cown .con .sec03 .sec03_01 .tit.en {
    width: 280px;
    height: 280px;
    border-radius: 53%;
    margin: -120px -140px 0;
    padding-top: 5%;
  }

  .cown .con .sec03 .sec03_01 .tit.en span img {
    width: 110px;
  }


  .cown .con .sec03 .sec03_02 .tit.en {
    width: 280px;
    height: 280px;
    border-radius: 53%;
    margin: -90px -140px 0;
    padding-top: 9%;
  }

  .cown .con .sec03 .sec03_02 .tit.en span img {
    width: 150px;
  }

  .cown .con .sec03 .sec03_02 .cat {
    padding-top: 40px;
    font-size: 5.8vw;
    margin-bottom: 88px;
  }

  .cown .con .sec03 .sec03_02 ul li .cat::after {
    border: solid 14px transparent;
    border-top: solid 14px #E1CBCC;
  }

  .cown .con .sec03 .sec03_02 .cat span {
    padding: 3px;
  }

  .cown .con .sec03 .sec03_02 ul li {
    width: 46%;
    margin: 0px 2% 70px;
    padding: 0 3% 4%;
  }

  .cown .con .sec03 .sec03_02 ul li .cat {
    font-size: 3.5vw;
    padding: 14px 1%;
    margin: 30px auto;
    top: -80px;
  }

  .cown .con .sec03 .sec03_02 ul li figure {
    width: 56%;
    margin: 55px auto 8px;
  }

  .cown .con .sec03 .sec03_02 ul li .txt {
    font-size: 4.5vw;
  }

  .cown .con .sec03 .sec03_02 ul li .txt span::after {
    height: 10px;
  }

  .cown .con .sec03 .sec03_02 ul li .txt span {
    font-size: 120%;
  }

  .cown .con .sec03 .sec03_03 {
    padding: 50px 5%;
  }

  .cown .con .sec04 {
    margin: 30px auto 20px;
  }

  .cown .con .sec04 ul.skillList li.skill {
    margin: 50px auto 0;
    padding: 4%;
  }

  .cown .con .sec04 ul.skillList li.skill .tit {
    padding: 2%;
    font-size: 6.8vw;
    margin-bottom: 20px;
    text-align: center;
  }

  .cown .con .sec04 ul.skillList li.skill ul {
    margin: 35px auto 0;
    width: 86%;
  }

  .cown .con .sec04 ul.skillList li.skill ul li {
    margin-left: 12px;
    font-size: 4.2vw;
    margin-bottom: 18px;
  }

  .cown .con .sec04 ul.skillList li.skill.skill02 ul {
    width: 93%;
  }

  .cown .con .sec04 ul.skillList li.skill03 ul {
    width: 82%;
  }

  .cown .con .sec04 ul.skillList li.skill ul li::before {
    border: 7px solid transparent;
    border-left: 9px solid #D99494;
  }

  .cown .con .sec04 ul.skillList li.skill::after, .cown .con .sec04 ul.skillList li.skill::before {
    width: 4px;
    height: 38px;
    bottom: -63px;
    margin-left: -2px;
    left: 50%;
  } 

  .cown .con .sec05 {
    padding: 135px 0 10px;
  }

  .cown .con .sec05 ul li {
    margin: 0 0 70px;
  }

  .cown .con .sec05 ul li .capFuki {
    font-size: 6.8vw;
    padding: 16px 1%;
    margin: 30px auto;
  }

  .cown .con .sec05 ul li .capFuki::after {
    border: solid 18px transparent;
    border-top: solid 17px #ffffff;
  }

  .cown .con .sec05 ul li .cat {
    font-size: 6.5vw;
    margin-bottom: 30px;
  }

  .cown footer .ftTb .txt {
    font-size: 22px;
    margin: 0 auto 10px;
  }

  .cown footer .ftTb {
  }

  .cown footer .ftTb .txt span::before {
    height: 22px;
    bottom: 0;
    left: -5%;
  }

  .cown footer .ftTb .txt span::after {
    height: 22px;
    bottom: 0;
    right: -5%;
  }

  .cown footer .ftTb .btn.btn01 {
    margin: 10px auto 10px;
    width: 92%;
  } 

  .cown footer .ftTb .btn.btn01 a {
    padding: 12px 2%;
    font-size: 6.0vw;
  }

  .cown footer .ftTb .ftActw {
    padding: 30px 5%;
  }

  .cown footer .ftTb .ftActw .btnBox {
    height: 190px;
  }

  .cown footer .ftTb .ftActw .btnBox .btn.btn01 a {
    bottom: 12px;
    padding: 11px 2%;
    font-size: 5.5vw;
  }

  .cown footer .ftTb .ftActw .btnBox .btn.btn01 a::after {
    border-width: 8px 0 8px 10px;
    top: 50%;
    right: 11px;
    margin-top: -8px;
  }

  .cown footer .footxt .tit {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .pageUp {
    margin: 30px auto 0;
  }

  .pageUp a {
    font-size: 20px;
    padding: 0px 12px 23px;
  }

  .pageUp a i {
    color: #4E6368;
    font-size: 65px;
    position: relative;
    text-decoration: none;
    line-height: 0.9;
  }

  .cown footer .footxt {
    margin: 30px auto 15px;
  }

  .cown footer .footxt table {
    width: 90%;
  }

  .cown footer .footxt table tr th {
    width: 24%;
  }

  .cown footer .footxt table tr td {
    width: 82%;
  }

  .cown footer .footxt table tr th, .cown footer .footxt table tr td {
    font-size: 4.2vw;
    padding: 5px 3%;
  }

  .copyRight {
    padding: 15px 0;
    text-align: center;
    font-size: 3vw;
  }

}




