@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");

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%;
}

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

ol, ul {
  list-style: none;
}

sub {
  vertical-align: sub;
}

sup {
  vertical-align: super;
}

blockquote, q {
  quotes: none;
}

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

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

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

/*------------------------------
	base
------------------------------*/
a {color: #313131;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: 500;
  line-height: 1.6;
  color: #313131;
}

p {
  margin: 0 0 10px;
}

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

b {
  font-weight: 700;
}

/*------------------------------
	header
------------------------------*/
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 10px;
  max-width: 1200px;
  margin: 0 auto 20px;
}

header h1 {
  width: 66px;
}

header li {
  display: inline-block;
  margin: 0 0 0 20px;
  font-size: 1.4rem;
}

header li a:hover {
  color: #f03;
}

/*------------------------------
	footer
------------------------------*/
footer {
  background: linear-gradient(90deg, #f03 0%, rgba(255, 245, 245, 0.70) 100%);
  padding: 0 0 10px;
}

footer .inner {
  background: url("../img/foot_sp.png") no-repeat top left;
  background-size: 100px;
}

footer ul {
  max-width: 1200px;
  padding: 40px 12px 60px 0;
  margin: 0 auto;
  display: grid;
  justify-content: flex-end;
  box-sizing: border-box;
}

footer ul li {
  font-size: 1.4rem;
  margin: 0 0 10px;
}

footer ul li:hover {
  text-decoration: underline;
}

footer span {
  display: block;
  font-size: 1rem;
  text-align: right;
}

/*------------------------------
	top
------------------------------*/
.wrapper {
  max-width: 1200px;
  margin: 0 20px;
}

section {
  padding: 0 0 80px;
}

.wrapper section:last-child {
  padding: 0;
}

.wrap-pd {
  margin: 0 -20px;
}

.center {
  text-align: center;
}

h2 {
  text-align: center;
  font-size: 2rem;
  margin: 0 0 60px;
}

.top {
  margin: 0 auto 100px;
}

.red {
  color: #ff0033;
}

.red b {
  font-size: 2rem;
}

.cta-btn {
  margin: 0 0 100px;
}

.cta-btn li {
  margin: 0 0 35px;
  font-weight: 700;
}

.cta-btn li a {
  display: block;
  padding: 10px;
  border-radius: 8px;
  color: #fff;
  background: url("../img/arrow01.png") no-repeat 97% center #ff0033;
  background-size: 20px;
  text-align: center;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
  position: relative;
}

.line {
  text-align: center;
  background: url("../img/line.png") no-repeat center bottom;
  padding: 0 0 20px;
  margin: 0 0 50px;
}

.cost li {
  margin: 0 0 30px;
}

.catch {
  text-align: center;
  font-weight: 700;
}


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

/*------------------------------
			header
------------------------------*/
header {
  padding: 30px 20px 0;
  margin: 0 auto 100px;
}

header h1 {
  width: 130px;
}

header li {
  font-size: 1.6rem;
  margin: 0 0 0 45px;
}

/*------------------------------
			footer
------------------------------*/
footer {
  padding: 0;
}

footer .inner {
  background: url("../img/foot_pc.png") no-repeat top left;
  background-size: 230px;
}

footer ul {
  padding: 60px 0px 22px;
}

footer span {
  font-size: 1.4rem;
  text-align: center;
}


/*------------------------------
	top
------------------------------*/
section {
  padding: 0 0 120px;
}

h2 {
  font-size: 3.6rem;
  margin: 0 0 100px;
}

.top {
  max-width: 1200px;
  margin: 0 auto 120px;
}

.red b {
  font-size: 3.2rem;
}

.cta-btn {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 80px;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto 140px;
}

.cta-btn li {
  margin: 0;
}

.line {
  margin: 0 0 100px;
}

.cost {
  display: flex;
  grid-gap: 25px;
  justify-content: center;
}

.catch {
  font-size: 4.8rem;
}

}

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

body {
  font-size: 2.4rem;
}

.sp {
  display: none;
}

/*------------------------------
	header
------------------------------*/




/*------------------------------
	footer
------------------------------*/


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

.wrapper section:last-child {
  padding: 0 0 50px;
}

.wrap-pd {
  margin: 0 auto;
}

}
