#mv {
 background: url("../img/bghead.png") no-repeat center bottom #fff;
 background-size: 720px auto;
}
#contents {
 background: #fff;
 max-width: 720px;
 margin: 0 auto;
}
.headcontents {
 background: #40BCCB
}
#mv .mvinner {
 padding: 70px 0 100px 0;
 text-align: center;
}
#mv .logo {
 margin: 0 auto 45px auto;
}
#mv .mvcatch {
 font-weight: 400;
 color: #40BCCB;
 line-height: 1.4;
 margin: 0 0 20px 0;
}
#mv .mvtext {
 font-weight: 500;
 color: #004567;
 line-height: 1.8;
}
.topbtn {
 padding: 40px 0 50px 0;
 text-align: center;
}
.btn {
 margin: 0 auto;
 font-weight: 400;
 text-align: center;
}
.btn a {
 text-decoration: none;
 padding: 10px 20px;
 display: block;
 transition: 0.3s;
}
.btn_login a {
 background: #fff;
 border: 1px solid #004567;
 border-radius: 25px;
 color: #004567;
}
.btn_login a:hover {
 background: #004567;
 color: #fff;
}
.btn_start a {
 background: #DB3A16;
 border: 1px solid #DB3A16;
 border-radius: 25px;
 color: #fff;
}
.btn_start a:hover {
 background: #fff;
 color: #DB3A16;
}
.btn_join a {
 background: #004567;
 border: 1px solid #004567;
 border-radius: 25px;
 color: #fff;
}
.btn_join a:hover {
 background: #fff;
 color: #004567;
}
.btn_company a {
 background: #fff;
 border: 1px solid #40BCCB;
 padding: 30px 20px;
 border-radius: 8px;
 color: #004567;
 font-weight: 600;
}
.btn_company a:hover {
 background: #40BCCB;
 color: #fff;
}
.topbtn .btn_login {
 margin: 0 auto 20px auto;
}
.topbtn .btn_start {
 margin: 0 auto 20px auto;
}
.footbtn {
 margin: 50px auto 0 auto;
 text-align: center;
}
.footbtn .btn_start {
 margin: 0 auto 20px auto;
}
.footbtn .btn_join {
 margin: 0 auto 30px auto;
}
#step {
 padding: 0 0 30px 0;
}
.titlewrap {
 margin: 0 0 60px 0;
}
.titlewrap .ul {
 display: inline-block;
 padding: 0 0 10px 30px;
}
.titlewrap .titlelabel {
 font-weight: 600;
 margin: 0 0 10px 0;
}
.titlewrap .title {
 font-weight: 600;
}
#step .titlewrap {
 color: #fff;
}
#step .ul {
 border-bottom: 2px solid #fff;
}
#category .titlewrap {
 color: #004567;
}
#category .ul {
 border-bottom: 2px solid #40BCCB;
}
#step .steplist {
 margin: 0 30px;
 color: #004567;
}
#step .steplist .step {
 background: #fff;
 padding: 10px 30px 30px 30px;
 border-radius: 10px;
 margin: 0 0 30px 0;
}
#step .steplist .step:last-child {
 margin: 0;
}
#step .steplist .num {
 display: inline-block;
 vertical-align: middle;
 overflow: hidden;
}
#step .steplist .step01 .num {
 display: inline-block;
 vertical-align: middle;
 background: url("../img/1.png") no-repeat center top;
 background-size: contain;
}
#step .steplist .step02 .num {
 display: inline-block;
 vertical-align: middle;
 background: url("../img/2.png") no-repeat center top;
 background-size: contain;
}
#step .steplist .step03 .num {
 display: inline-block;
 vertical-align: middle;
 background: url("../img/3.png") no-repeat center top;
 background-size: contain;
}
#step .steplist h3 {
 font-weight: 600;
}
#step .steplist .text {
 font-weight: 500;
 color: #1A202C;
 line-height: 1.5;
}
#step .steplist .note {
 font-weight: 500;
 color: #1A202C;
 line-height: 1.5;
 margin: 10px 0 0 0;
}
#category {
 padding: 60px 0 50px 0;
}
#category .categorylist {
 margin: 0 30px 40px 30px;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}
#category .categorylist li {
 width: 49%;
 border: 1px solid #004567;
 border-radius: 10px;
 background: #fff;
 box-shadow: 1px 3px 3px 0 rgba(0, 0, 0, 0.2);
 margin: 0 0 15px 0;
 font-weight: 600;
 color: #004567;
 overflow: hidden;
}
#category .categorylist li a {
 display: block;
 text-decoration: none;
 position: relative;
}
#category .categorylist li.cate01 a::after {
 background: #FFE500;
}
#category .categorylist li.cate02 a::after {
 background: #FFA4AD;
}
#category .categorylist li.cate03 a::after {
 background: #7FC97E;
}
#category .categorylist li.cate04 a::after {
 background: #BC67BF;
}
#category .categorylist li.cate05 a::after {
 background: #DC6565;
}
#category .categorylist li.cate06 a::after {
 background: #4971e0;
}
#category .categorylist li.cate07 a::after {
 background: #5DBBD6;
}
#category .categorylist li.cate08 a::after {
 background: #E9AF31;
}
#category .categorylist li.cate09 a::after {
 background: #7B589D;
}
#category .categorylist li.cate10 a::after {
 background: #FF976A;
}
#category .categorylist li.cate11 a::after {
 background: #B17B3D;
}
#category .categorylist li.cate12 a:after {
 background: #7898D5;
}
#category .categorylist li a::before {
 content: '';
 position: absolute;
 top: 50%;
}
#category .categorylist li.cate01 a::before {
 background: url("../img/illust1.svg") no-repeat center center;
 background-size: contain;
}
#category .categorylist li.cate02 a::before {
 background: url("../img/illust2.svg") no-repeat center center;
 background-size: contain;
}
#category .categorylist li.cate03 a::before {
 background: url("../img/illust3.svg") no-repeat center center;
 background-size: contain;
}
#category .categorylist li.cate04 a::before {
 background: url("../img/illust4.svg") no-repeat center center;
 background-size: contain;
}
#category .categorylist li.cate05 a::before {
 background: url("../img/illust5.svg") no-repeat center center;
 background-size: contain;
}
#category .categorylist li.cate06 a::before {
 background: url("../img/illust6.svg") no-repeat center center;
 background-size: contain;
}
#category .categorylist li.cate07 a::before {
 background: url("../img/illust7.svg") no-repeat center center;
 background-size: contain;
}
#category .categorylist li.cate08 a::before {
 background: url("../img/illust8.svg") no-repeat center center;
 background-size: contain;
}
#category .categorylist li.cate09 a::before {
 background: url("../img/illust9.svg") no-repeat center center;
 background-size: contain;
}
#category .categorylist li.cate10 a::before {
 background: url("../img/illust10.svg") no-repeat center center;
 background-size: contain;
}
#category .categorylist li.cate11 a::before {
 background: url("../img/illust11.svg") no-repeat center center;
 background-size: contain;
}
#category .categorylist li.cate12 a::before {
 background: url("../img/illust12.svg") no-repeat center center;
 background-size: contain;
}
#category .link {
 text-align: center;
 margin: 0 0 50px 0;
}
#category .link .textlink {
 display: inline-block;
 padding: 10px 30px 10px 10px;
 font-weight: 600;
 border-bottom: 1px solid #004567;
 text-decoration: none;
 position: relative;
}
#category .link .textlink::after {
 content: '';
 position: absolute;
 top: 50%;
 right: 10px;
 margin: -4px 0 0 0;
 width: 7px;
 height: 12px;
 background: url("../img/linkarrow.png") no-repeat center center;
 background-size: contain;
}
#footer {
 background: #F8F8F8;
 padding: 60px 0 100px 0;
}
#footer .footlogo {
 margin: 0 auto 30px auto;
}
#footer .footcatch {
 font-weight: 600;
 text-align: center;
 margin: 0 0 20px 0;
}
#footer .foottext {
 font-weight: 400;
 text-align: center;
 line-height: 1.5;
}
#footer .company {
 margin: 40px 50px;
 padding: 40px 0 0 0;
 border-top: 1px solid #DFDFDF;
 text-align: center;
}
#footer .companyname {
 font-weight: 600;
 text-align: center;
 margin: 0 0 20px 0;
}
#footer .companytext {
 font-weight: 400;
 text-align: center;
 line-height: 1.5;
}
#footer .footlinklist {
 border-top: 1px solid #DFDFDF;
}
#footer .footlinklist li {
 border-bottom: 1px solid #DFDFDF;
}
#footer .footlinklist li a {
 display: block;
 padding: 20px 30px;
 position: relative;
 text-decoration: none;
}
#footer .footlinklist li a::after {
 content: '';
 position: absolute;
 top: 50%;
 right: 30px;
 margin: -4px 0 0 0;
 width: 7px;
 height: 12px;
 background: url("../img/linkarrow.png") no-repeat center center;
 background-size: contain;
}
#footer .copyright {
 margin: 30px 0 0 0;
 text-align: center;
}
#nav {
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 line-height: 0;
 z-index: 5;
}
#nav::before {
 content: "";
 display: block
}
#nav button {
 background-color: rgba(255, 255, 255, 0.7);
 border: 0;
 cursor: pointer;
 outline: 0;
 padding: 10px;
 border-radius: 10px;
 appearance: none;
}
#nav .btn-menu {
 position: absolute;
 z-index: 10;
 transition: top .3s ease-out
}
#nav .btn-menu .label {
 position: absolute;
 left: 0;
 width: 100%;
 font-weight: 600;
 color: #004567;
 text-align: center;
}
#nav .btn-menu button {
 display: block;
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 transition: transform .4s cubic-bezier(.39, .575, .565, 1);
}
#nav .btn-menu button span, #nav .btn-menu button::after, #nav .btn-menu button::before {
 display: block;
 height: 2px;
 margin: auto;
 background-color: #004567;
 transition: all .4s ease-out
}
#nav .btn-menu button span {
 display: block;
 position: absolute;
 font-size: 0;
 line-height: 0;
 text-indent: -200%
}
#nav .btn-menu button::before {
 display: block;
 content: "";
 position: absolute;
}
#nav .btn-menu button::after {
 display: block;
 content: "";
 position: absolute;
}
#nav .menu {
 display: none;
 width: 100%;
 height: 100vh;
 background: #fff;
}
#nav .menulist {
 border-top: 1px solid #DFDFDF;
}
#nav .menulist li {
 border-bottom: 1px solid #DFDFDF;
}
#nav .menulist li a {
 display: block;
 padding: 30px;
 position: relative;
 text-decoration: none;
}
#nav .menulist li a::after {
 content: '';
 position: absolute;
 top: 50%;
 right: 30px;
 margin: -4px 0 0 0;
 width: 7px;
 height: 12px;
 background: url("../img/linkarrow.png") no-repeat center center;
 background-size: contain;
}
#nav.show {
 position: fixed;
 left: 0;
 width: 100%;
 height: 100%;
}
#nav.show::before {
 transition: background-color .3s linear;
 position: fixed;
 width: 100%;
 height: 100%;
 z-index: -1
}
#nav.show .label {
 display: none;
}
#nav.show .btn-menu button span {
 opacity: 0;
 transform: scaleX(.01)
}
/* PC */
@media screen and (min-width:721px) {
 #mv .logo {
  width: 250px;
 }
 #mv .mvcatch {
  font-size: 45px;
 }
 #mv .mvtext {
  font-size: 16px;
 }
 .btn {
  width: 300px;
  font-size: 16px;
 }
 .titlewrap .titlelabel {
  font-size: 14px;
 }
 .titlewrap .title {
  font-size: 32px;
 }
 #step .steplist .num {
  width: 45px;
  height: 0;
  padding: 105px 0 0 0;
  margin: -5px 15px 0 0;
 }
 #step .steplist h3 {
  font-size: 20px;
 }
 #step .steplist .text {
  font-size: 16px;
 }
 #step .steplist .note {
  font-size: 12px;
 }
 #category .categorylist li {
  font-size: 16px;
 }
 #category .categorylist li a {
  padding: 30px 30px 30px 85px;
  transition: 0.3s;
 }
 #category .categorylist li a:hover {
  background: #f3fcff;
 }
 #category .categorylist li a::after {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
 }
 #category .categorylist li a::before {
  left: 20px;
  width: 60px;
  height: 50px;
  margin: -25px 0 0 0;
 }
 #category .link .textlink {
  font-size: 18px;
 }
 #footer .footlogo {
  width: 368px;
 }
 #footer .footcatch {
  font-size: 16px;
 }
 #footer .foottext {
  font-size: 14px;
 }
 #footer .companyname {
  font-size: 16px;
 }
 #footer .companytext {
  font-size: 14px;
 }
 #footer .footlinklist li a {
  font-size: 14px;
 }
 #footer .copyright {
  font-size: 14px;
 }
 #nav .btn-menu {
  top: 15px;
  right: 20px;
  width: 80px;
  height: 80px;
 }
 #nav .btn-menu .label {
  bottom: 10px;
  font-size: 14px;
 }
 #nav .btn-menu button span, #nav .btn-menu button::after, #nav .btn-menu button::before {
  width: 40px;
 }
 #nav .btn-menu button span {
  top: 30px;
  left: 20px;
 }
 #nav .btn-menu button::before {
  top: 20px;
  left: 20px;
 }
 #nav .btn-menu button::after {
  top: 40px;
  left: 20px;
 }
 #nav.show .btn-menu button::before {
  top: 50%;
  transform: translateY(-50%) rotate(45deg)
 }
 #nav.show .btn-menu button::after {
  top: 50%;
  transform: translateY(50%) rotate(-45deg)
 }
 #nav .menu {
  padding: 15% 0 0 0;
 }
 #nav .menulist li a {
  font-size: 16px;
 }
}
/* SP */
@media screen and (max-width:720px) {
 #mv .logo {
  width: 50%;
 }
 #mv .mvcatch {
  font-size: 7vw;
 }
 #mv .mvtext {
  font-size: 3.5vw;
 }
 .btn {
  width: 80%;
  font-size: 3.5vw;
 }
 .btn_company {
  font-size: 3vw;
 }
 .titlewrap .titlelabel {
  font-size: 3vw;
  margin: 0 0 5px 0;
 }
 .titlewrap .title {
  font-size: 6vw;
 }
 #step .steplist .num {
  width: 30px;
  height: 0;
  padding: 60px 0 0 0;
  margin: -6px 10px 0 0;
 }
 #step .steplist h3 {
  font-size: 4vw;
 }
 #step .steplist .text {
  font-size: 3.5vw;
 }
 #step .steplist .note {
  font-size: 3vw;
 }
 #category .categorylist li {
  font-size: 2.9vw;
 }
 #category .categorylist li a {
  padding: 20px 5px 20px 55px;
 }
 #category .categorylist li a::after {
  content: '';
  position: absolute;
  top: 8px;
  left: 8px;
  width: 8px;
  height: 8px;
  border-radius: 4px;
 }
 #category .categorylist li a::before {
  left: 12px;
  width: 40px;
  height: 30px;
  margin: -15px 0 0 0;
 }
 #category .link .textlink {
  font-size: 3vw;
 }
 #footer .footlogo {
  width: 70%;
 }
 #footer .footcatch {
  font-size: 3.5vw;
 }
 #footer .foottext {
  font-size: 3vw;
 }
 #footer .companyname {
  font-size: 3.5vw;
 }
 #footer .companytext {
  font-size: 3vw;
 }
 #footer .footlinklist li a {
  font-size: 3vw;
 }
 #footer .copyright {
  font-size: 3vw;
 }
 #nav .btn-menu {
  top: 10px;
  right: 10px;
  width: 60px;
  height: 60px;
 }
 #nav .btn-menu .label {
  bottom: 5px;
  font-size: 2.5vw;
 }
 #nav .btn-menu button span, #nav .btn-menu button::after, #nav .btn-menu button::before {
  display: block;
  width: 30px;
 }
 #nav .btn-menu button span {
  top: 22px;
  left: 15px;
 }
 #nav .btn-menu button::before {
  top: 12px;
  left: 15px;
 }
 #nav .btn-menu button::after {
  top: 32px;
  left: 15px;
 }
 #nav.show .btn-menu button::before {
  top: 50%;
  transform: translateY(-50%) rotate(45deg)
 }
 #nav.show .btn-menu button::after {
  top: 50%;
  transform: translateY(50%) rotate(-45deg)
 }
 #nav .menu {
  padding: 20% 0 0 0;
 }
 #nav .menulist li a {
  font-size: 3.5vw;
 }
}