@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  font-size: 62.5%;
  min-height: 100vh;
}

html, body {
  height: 100%;
  width: 100%;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

main {
  display: block;
  margin: auto;
}

input[type="submit"], input[type="text"],
input[type="email"], input[type="button"], input[type="password"] {
  -webkit-appearance: none;
}

/*------------------------------
	base
------------------------------*/
a {color: #fff;text-decoration: none;}

.mb0 {margin: 0 0 0 0;}
.mb5 {margin: 0 0 5px 0;}
.mb10 {margin: 0 0 10px 0;}
.mb15 {margin: 0 0 15px 0;}
.mb20 {margin: 0 0 20px 0;}
.mb30 {margin: 0 0 30px 0;}
.mb40 {margin: 0 0 40px 0;}
.mb50 {margin: 0 0 50px 0;}
.mb60 {margin: 0 0 60px 0;}
.mb70 {margin: 0 0 70px 0;}
.mb80 {margin: 0 0 80px 0;}
.mb90 {margin: 0 0 90px 0;}
.mb100 {margin: 0 0 100px 0;}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  color: #303030;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

p {
  margin: 0 0 10px;
}

/*------------------------------
	header
------------------------------*/
header {
  padding: 16px 0px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 3px rgba(0,0,0,.3);
}

header .inner {
  overflow: hidden;
  padding: 0 20px 0 0;
}

header h1 {
  float: left;
  width: 160px;
  margin: 0px 0 0 18px;
}

header .btn01 {
  clear: both;
  margin: 0 auto 16px;
  width: 85%;
  border-radius: 30px;
  box-shadow: 0 2px 3px rgba(0,0,0,.2);
}

header .btn01 a {
  display: block;
  padding: 18px 0;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
}

header nav {
  margin: 0 12px;
}

header .menu-acd ul,
header ul.menu {
  margin: 0 0 24px;
}

header li {
  font-size: 1.2rem;
  margin: 0 0 8px;
}

header li span {
  display: block;
  font-weight: bold;
  font-size: 1.6rem;
  margin: 0 0 16px;
  position: relative;
  cursor: pointer;
}

header li span.price {
  background: url("../img/menu01.png") no-repeat left center;
  background-size: 20px;
  padding: 0 0 0 26px;
}

header li span.entry {
  background: url("../img/menu02.png") no-repeat left center;
  background-size: 20px;
  padding: 0 0 0 26px;
  cursor: auto;
}

header li span.deta {
  background: url("../img/menu03.png") no-repeat left center;
  background-size: 20px;
  padding: 0 0 0 26px;
  cursor: auto;
}

header li span.icon::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #ff3500;
  border-right: 2px solid #ff3500;
  transform: rotate(45deg);
  position: absolute;
  top: 0px;
  right: 12px;
}

header li a {
  display: block;
  transition: 0.3s;
  color: #303030;
  position: relative;
  padding: 0 0 0 18px;
}

header li a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ff3500;
  border-right: 2px solid #ff3500;
  transform: rotate(45deg);
  position: absolute;
  top: 7px;
  left: 0;
}

.sp-nav {
  position: absolute;
  top: 55px;
  right: 0;
  width: 100%;
  background: #fff;
  opacity: 0;
  transition: .3s ease-in-out;
  text-align: left;
  z-index: 5;
}

.sp-nav ul {
  display: none;
  background: #fff;
  height: 100%;
}

/*------　dropmenu　-------*/
#nav-toggle {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 17px;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 6;
}

#nav-toggle div {
  position: relative;
  width: 20px;
  margin: 0 auto;
}

#nav-toggle span {
  display: block;
  position: absolute;
  width: 100%;
  border-bottom: solid 3px #303030;
  transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 0px;
}

#nav-toggle span:nth-child(2) {
  top: 7px;
}

#nav-toggle span:nth-child(3) {
  top: 14px;
}

.openNav #nav-toggle span:nth-child(1) {
  top: 13px;
  transform: rotate(-40deg);
}

.openNav #nav-toggle span:nth-child(2), .openNav #nav-toggle span:nth-child(3) {
  top: 13px;
  transform: rotate(40deg);
}

.openNav nav {
  padding: 0 0 30px;
}

.openNav .sp-nav {
  opacity: 1;
  height: 95vh;
  padding: 60px 0 0;
  box-sizing: border-box;
  overscroll-behavior-y: contain;
  overflow-y: auto;
}

.openNav .sp-nav ul {
  display: block;
}

.openNav .menu-acd {
  display: none;
}

header li span.icon.open::before {
  transform: rotate(225deg);
  top: 7px;
  right: 12px;
}



/*------------------------------
	footer
------------------------------*/
footer {
  padding: 48px 12px;
  background: #5f5e5e;
  color: #fff;
}

footer .logo {
  width: 280px;
  margin: 0 0 18px;
}

.f-menu {
  margin: 0 0 38px;
}

.f-menu li {
  margin: 0 0 10px;
  font-size: 2rem;
  font-weight: bold;
}

.f-menu li a {
  color: #fff;
  display: block;
  position: relative;
}

.f-menu li a::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 35%;
  right: 10px;
}

footer .btn {
  width: 85%;
  max-width: 352px;
  margin: 0 auto 12px;
}

footer .btn a {
  display: block;
  text-align: center;
  color: #707070;
  background: #fff;
  font-weight: bold;
  font-size: 2rem;
  border-radius: 17px;
  padding: 24px 0;
  box-shadow: 0 2px 3px rgba(0,0,0,.2);
}

.f-nav li {
  display: inline-block;
  font-weight: 300;
  margin: 0 10px 10px 0;
}

.f-nav li a {
  color: #fff;
}

footer .copylight {
  display: block;
  font-size: 1rem;
  color: #dbdbdb;
}

/*------------------------------
	top
------------------------------*/
br.sp {
  display: block;
}

br.pc {
  display: none;
}

h2.title01 {
  text-align: center;
  margin: 0 auto 32px;
}

.wrap {
  padding: 0 12px;
}

.bg01-left {
  background: url("../img/bg01.png") no-repeat center center;
  padding: 60px 0;
}

.bg01-right {
  background: url("../img/bg02.png") no-repeat center center;
  padding: 60px 0;
}

.bg02-left, .bg02-right {
  padding: 60px 0px;
  background: #f2f2f2;
}

.top {
  margin-top: 60px;
}

.top img {
}

.top p {
  text-align: center;
  margin: 0;
}

.about {
  margin: 0 12px;
}

.about p {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 32px;
}

ul.concept {
  position: relative;
}

ul.concept li {
  background: #fff;
  border: 2px solid #888;
  border-radius: 36px;
  padding: 70px 10px;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
}

ul.concept li span {
  font-size: 2rem;
}

ul.concept li span.mark {
  font-size: 2.2rem;
  position: relative;
  z-index: 3;
}

ul.concept li p {
  position: relative;
  margin: 0;
}

ul.concept li p::after {
  content: "";
  height: 13px;
  width: 100%;
  background: #fdff00;
  border-radius: 10px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

ul.concept li span.mark b {
  color: #ff0400;
  font-size: 2.8rem;
}

ul.concept li em {
  font-size: 3.2rem;
  margin: 0 0 0 40px;
}

ul.concept li:first-child {
  margin: 0 0 120px;
}

ul.concept::before,
ul.concept::after {
  content: "";
  display: inline-block;
  width: 64px;
  height: 14px;
  background: #ffa200;
  position: absolute;
  top: 38%;
  left: 50%;
  margin: 50px 0 0 -32px;
}

ul.concept::after {
  transform: rotateZ(90deg);
}

.point h2.title01 {
  margin: 0 0 60px;
}

ol.point-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px 8px;
  margin: 0 auto 28px;
}

ol.point-list li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  height: 100%;
  border-radius: 38px;
  text-align: center;
  font-weight: bold;
  font-size: 2.2rem;
  padding: 50px 20px;
  box-sizing: border-box;
}

ol.point-list li img {
  position: absolute;
  top: -40px;
  left: 0px;
  width: 58px;
}

ol.point-list li span {
  display: block;
}

.service h2 {
  width: 180px;
}

.service ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 8px;
  align-items: center;
  margin: 0 12px;
}

.service li img {
  display: block;
  width: 60px;
  margin: 0 auto 12px;
}

.service li.faq img {
  width: 116px;
}

.service li {
  height: 100%;
  background: #ff3500;
  text-align: center;
  font-size: 1.8rem;
  border-radius: 36px;
}

.service li a {
  display: grid;
  align-items: center;
  height: 178px;
}

.service li p {
  margin: 0;
  box-sizing: border-box;
}

.column h2 {
  width: 100px;
}

.column-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px;
  margin: 0 auto 28px;
}

.column-list li {
  border-radius: 30px;
  box-shadow: 0 2px 3px rgba(0,0,0,.3);
  background: #fff;
  overflow: hidden;
}

.column-list li a {
  color: #303030;
}

.column-list li span {
  display: block;
  margin: 0 0 15px;
}

.column-list li span img {
  object-fit: cover;
  height: 150px;
}

.column-list li p {
  margin: 0 17px 16px;
  font-size: 1rem;
}

.useful {
  padding: 60px 12px;
}

.useful h2 {
  max-width: 406px;
}

.slidebar {
  margin: 0 12px 0px 12px;
  position: relative;
}

.slidebar::after {
  content: "";
  display: block;
  width: 60px;
  height: 100%;
  background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  position: absolute;
  top: 0;
  right: 0;
}

.slidebar ul {
  width: 100%;
  padding: 0px 0 20px;
  display: flex;
  align-items: center;
}

.slidebar li {
  width: 126px;
  margin: 0 8px 0 0;
  border-radius: 30px;
  overflow: hidden;
  flex-shrink: 0;
}

.slidebar li img {
  object-fit: cover;
  height: 122px;
}

.movie {
  margin: 0 12px 60px;
}

.movie p {
  text-align: center;
  margin: 0 auto 12px;
  font-size: 2.2rem;
}

.movie p.btn01 {
  margin: 0 auto;
}

.youtube {
  margin: 0 auto 28px;
}

.youtube iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
}

.btn01 {
  margin: 0 auto;
  width: 85%;
  border-radius: 30px;
  box-shadow: 0 2px 3px rgba(0,0,0,.2);
}

.btn01 a {
  display: block;
  padding: 24px 0;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}

.wrap .cta {
  margin: 0 12px;
}

.cta {
  margin: 0 12px 60px;
}

.cta .title {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  margin: 0 0 32px;
}

.cta li {
  height: 100%;
  display: grid;
  align-items: center;
  border-radius: 30px;
  box-shadow: 0 2px 3px rgba(0,0,0,.2);
  margin: 0 0 16px;
}

.cta li:last-child {
  margin: 0;
}

.cta li a {
  display: block;
  box-sizing: border-box;
  padding: 24px 0;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 30px;
}

.btn-red {
  background: #ff2400;
}

.btn-green {
  background: #00cc42;
}

.btn-yellow {
  background: #feff00;
}

.btn-yellow a {
  color: #303030;
}

aside {
  background: #f7f7f7;
  padding: 60px 25px;
  text-align: center;
}

aside h3 {
  max-width: 380px;
  margin: 0 auto 32px;
}

aside .title {
  margin: 0 0 8px;
  text-align: center;
  font-weight: bold;
  font-size: 2.2rem;
}

.sns ul li {
  display: inline-block;
  width: 54px;
  margin: 0 50px 20px 0;
}

.sns li:last-child {
  margin: 0 0 20px;
}

.sns ul:last-child li {
  width: 44px;
  margin: 0 30px 0 0;
}

.sns ul li.line {
  width: 188px;
  margin: 0;
}

/*------------------------------
	scroll
------------------------------*/
.scrollbar {
  overflow-x: scroll;
}

.scrollbar::-webkit-scrollbar {
  height: 12px;
}

.scrollbar::-webkit-scrollbar-track {
  background-color: #e6e6e6;
  border-radius: 15px;
}

.scrollbar::-webkit-scrollbar-thumb {
  background-color: #b2b2b2;
  border-radius: 15px;
}


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

/*------------------------------
	header
------------------------------*/
.sp-nav {
  width: 50%;
}

/*------------------------------
	footer
------------------------------*/
footer {
  padding: 48px 25px 48px 25px;
  display: grid;
  grid-template-columns: 372px 1fr;
  grid-gap: 50px;
  align-items: flex-end;
}

footer .logo {
  width: 372px;
  margin: 0 0 40px;
}

.f-menu {
  margin: 0;
}

.f-menu li {
  margin: 0 0 16px;
  font-size: 2.2rem;
}

.f-menu li:last-child {
  margin: 0;
}

footer .btn {
  margin: 0 0 16px;
}

footer .btn a {
  font-size: 2.2rem;
  border-radius: 30px;
  padding: 24px 0;
}

.f-nav li {
  font-size: 1.8rem;
  margin: 0 8px 24px 0;
}

.f-nav li:last-child {
  margin: 0 0 24px;
}

/*------------------------------
	top
------------------------------*/
br.sp {
  display: none;
}

br.pc {
  display: block;
}

.wrap {
  padding: 0;
}

h2.title01 {
  margin: 0 0 64px;
}

.bg01-left {
  background: url("../img/bg01.png") no-repeat center center;
  padding: 120px 0;
}

.bg01-right {
  background: url("../img/bg02.png") no-repeat center center;
  padding: 120px 0;
}

.bg02-left {
  padding: 120px 0px;
}

.bg02-right {
  padding: 120px 0px;
  margin: 0 0px 120px 0px;
}

ul.concept {
  width: 50%;
  margin: 0 auto;
}

ul.concept li {
  padding: 70px 20px;
}

.point h2.title01 {
  margin: 0 0 100px;
}

ol.point-list {
  width: 70%;
  margin: 0 auto 64px;
}

ol.point-list li {
  height: 200px;
  border-radius: 50px;
  font-size: 2.4rem;
  padding: 50px 20px;
}

ol.point-list li img {
  top: -50px;
  left: -20px;
  width: 80px;
}

.service h2 {
  width: auto;
}

.service ul {
  grid-gap: 16px;
  margin: 0 auto 64px;
  width: 550px;
}

.service li {
  border-radius: 50px;
  font-size: 2.2rem;
}

.service li a {
  height: 244px;
}

.column h2 {
  width: auto;
}

.column-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 16px;
  padding: 0 12px;
  margin: 0 auto 56px;
  justify-content: center;
}

.column-list li p {
  font-size: 1.2rem;
}

.useful {
  padding: 0;
}

.useful h2 {
  max-width: none;
}

.slidebar {
  margin: 0 0 220px 50px;
}

.slidebar li {
  width: 253px;
  margin: 0 18px 0 0;
  border-radius: 30px;
  flex-shrink: 0;
}

.slidebar li img {
  height: auto;
}

.movie {
  margin: 0 auto 120px;
}

.movie p {
  font-size: 2.4rem;
  margin: 0 0 24px;
}

.youtube {
  max-width: 800px;
  padding: 0 12px;
  box-sizing: border-box;
  margin: 0 auto 56px;
}

.btn01 {
  margin: 0 auto;
  width: 352px;
}

.cta {
  margin: 0 auto 64px;
}

.cta .title {
  font-size: 2.4rem;
  margin: 0 0 56px;
}

.cta ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px;
  align-items: center;
  margin: 0 auto;
  max-width: 720px;
}

.cta li {
  margin: 0;
}

aside h3 {
  width: 378px;
  margin: 0 auto 40px;
}

aside .title {
  margin: 0 0 16px;
  font-size: 2.4rem;
}

.sns ul {
  display: inline-block;
}

.sns ul li, .sns li:last-child,
.sns ul:last-child li {
  margin: 0 30px 0;
}


}

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

body {
  font-size: 2.4rem;
}

/*------------------------------
	header
------------------------------*/
#nav-toggle {
  display: none;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 270px;
  height: 100%;
  z-index: 4;
}

header .inner {
  height: 100%;
  padding: 0 12px 100px;
  margin: 0;
  overflow: auto;
  overflow-y: scroll;
}

header h1 {
  width: 234px;
  margin: 38px auto 70px;
}

header .btn01 {
  margin: 0 auto 32px;
}

header nav {
  position: static;
  top: auto;
}

header .menu-acd {
  display: block;
  position: fixed;
  top: 0;
  left: 270px;
  overflow: hidden;
  height: 100%;
  width: 0px;
  box-sizing: border-box;
  background: #f7f7f7;
  transition: .35s ease-in-out;
}

header .menu-acd ul {
  opacity: 0;
  position: relative;
  top: 260px;
  left: 40px;
  margin: 0;
}

header .menu-acd ul li {
  margin: 0 0 18px;
}

header li.arrow {
  position: relative;
}

header li.arrow:hover .menu-acd {
  width: 330px;
}

header li.arrow:hover .menu-acd ul {
  opacity: 1;
}

header li {
  font-size: 1.4rem;
  margin: 0 0 16px;
  position: relative;
}

header li:last-child {
  margin: 0;
}

header li span {
  margin: 0 0 24px;
}

header li span.icon {
  margin: 0 0 32px;
}

header li span.icon::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ff3500;
  border-right: 2px solid #ff3500;
  border-bottom: 0;
  transform: rotate(45deg);
  position: absolute;
  top: 7px;
  right: 12px;
}

.sp-nav {
  position: static;
  z-index: 1;
  transition: 0.2s;
  background: none;
  width: auto;
  height: auto;
  padding: 0;
  opacity: 1;
}

.sp-nav ul {
  display: block;
  height: auto;
  background: none;
}

header li span.icon {
  pointer-events: none;
}

header li span.icon.open::before {
  transform: rotate(45deg);
  pointer-events: none;
}

/*------------------------------
	footer
------------------------------*/
footer {
  padding: 48px 35px 48px 315px;
  grid-gap: 112px;
}

footer .copylight {
  font-size: 1.2rem;
}

/*------------------------------
	top
------------------------------*/
.wrapper {
  margin: 0 0 0 270px;
}

.bg02-left {
  border-radius: 0 130px 130px 0;
  padding: 120px 50px;
  margin: 0 50px 0px 0px;
}

.bg02-right {
  border-radius: 130px 0 0 130px;
  padding: 120px 50px;
  margin: 0 0px 120px 50px;
}

.top {
  margin-top: 0;
}

.top img {
  width: 100%;
  object-fit: cover;
}

.about p {
  margin: 0 0 64px;
}

ul.concept {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 168px;
  max-width: 978px;
  width: auto;
}

ul.concept li span.mark b {
  font-size: 3.6rem;
}

ul.concept li:first-child {
  margin: 0;
}

ul.concept::before,
ul.concept::after {
  top: 30%;

}

ol.point-list {
  width: 90%;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 12px;
  align-items: center;
}





}


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


/*------------------------------
	top
------------------------------*/
.column-list {
  display: grid;
  grid-template-columns: 249px 249px 249px 249px;
  padding: 0;
}


}
