@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

ul {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-feature-settings: "palt";
  letter-spacing: .1em;
  line-height: 1.5;
  color: #011627;
  margin-top: 60px;
}
@media only screen and (max-width: 1299px) {
  body {
    margin-top: 55px;
  }
}

/*--header---------------------------------*/
header {
  height: 60px;
  background: #011627;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 9999999;
}
@media only screen and (max-width: 1299px) {
  header {
    flex-direction: column;
    height: auto;
  }
}
header .logo {
  padding: 0 20px;
}
@media only screen and (max-width: 1299px) {
  header .logo {
    padding: 10px 0;
  }
}
header .logo a:hover {
  opacity: .7;
}
header .logo a img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media only screen and (max-width: 1299px) {
  header nav {
    display: none;
    width: 100%;
  }
}
@media only screen and (min-width: 1300px) {
  header nav {
    display: block !important;
  }
}
header nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1299px) {
  header nav ul {
    flex-direction: column;
  }
}
header nav ul li {
  display: block;
}
@media only screen and (max-width: 1299px) {
  header nav ul li {
    width: 100%;
    text-align: center;
  }
  header nav ul li .dmbutton1,
  header nav ul li .dmbutton2 {
    line-height: 2.6;
  }
}
header nav ul li::after {
  content: "|";
  color: #ffffff;
  padding: 0 10px;
}
@media only screen and (max-width: 1299px) {
  header nav ul li::after {
    content: none;
  }
}
header nav ul li:last-child::after {
  content: inherit;
}
header nav ul li:nth-child(4)::after {
  content: inherit;
}
header nav ul li:nth-child(5)::after {
  content: inherit;
}
header nav ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  padding: 0 10px;
}
@media only screen and (max-width: 1299px) {
  header nav ul li a {
    display: block;
    padding: 10px 0;
    border-bottom: solid 1px #ffffff;
  }
}
header nav ul li a:hover {
  color: #E71D36;
}
header nav ul li .form {
  height: 60px;
  padding: 0 20px;
  background: #E71D36;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1299px) {
  header nav ul li .form {
    height: auto;
    padding: 10px 0;
  }
}
header nav ul li .form:hover {
  background: #fff;
}
@media only screen and (max-width: 1299px) {
  header button {
    padding: 5px 10px;
    border: none;
    outline: none;
    background: none;
    font-size: 28px;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 10px;
    color: #ffffff;
  }
  header button:hover {
    opacity: .7;
  }
}
@media only screen and (min-width: 1300px) {
  header button {
    display: none;
  }
}

/*--mainvisual---------------------------------*/
.mainvisual {
  height: 600px;
  background: url("../images/mv_01.jpg");
  background-size: cover;
  background-position: center;
  border-bottom: solid 2px #E71D36;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 1366px) {
  .mainvisual {
    height: 400px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1299px) {
  .mainvisual {
    height: 350px;
  }
}
@media only screen and (max-width: 599px) {
  .mainvisual {
    height: 300px;
    padding: 0 10px;
  }
}
.mainvisual .maincopy {
  margin-top: 50px;
}
@media only screen and (max-width: 1366px) {
  .mainvisual .maincopy {
    margin-top: 0;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1299px) {
  .mainvisual .maincopy {
    margin-top: 0;
  }
}
@media only screen and (max-width: 599px) {
  .mainvisual .maincopy {
    margin-top: 0;
  }
}
.mainvisual .maincopy small {
  display: block;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
}
@media only screen and (min-width: 1919px) {
  .mainvisual .maincopy small {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1299px) {
  .mainvisual .maincopy small {
    font-size: 14px;
  }
}
@media only screen and (max-width: 599px) {
  .mainvisual .maincopy small {
    font-size: 12px;
  }
}
.mainvisual .maincopy h1 {
  font-size: 60px;
  margin-bottom: 15px;
  font-weight: 900;
}
@media only screen and (min-width: 1919px) {
  .mainvisual .maincopy h1 {
    line-height: 1;
    margin-bottom: 20px;
    letter-spacing: 0px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1299px) {
  .mainvisual .maincopy h1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 599px) {
  .mainvisual .maincopy h1 {
    font-size: 19px;
  }
}
.mainvisual .maincopy p {
  margin-bottom: 60px;
  font-size: 15px;
  letter-spacing: 1px;
}
@media only screen and (min-width: 1919px) {
  .mainvisual .maincopy p {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1299px) {
  .mainvisual .maincopy p {
    font-size: 13px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 599px) {
  .mainvisual .maincopy p {
    font-size: 12px;
    margin-bottom: 30px;
  }
}
.mainvisual .maincopy a {
  padding: 40px 50px 20px;
  line-height: 1;
  color: #ffffff;
  background: #E71D36;
  text-decoration: none;
  line-height: 1;
  border: solid 1px #E71D36;
  border-radius: 120px;
  text-shadow: 1px 1px 0 #E71D36,-1px 1px 0 #E71D36,1px -1px 0 #E71D36,-1px -1px 0 #E71D36;
}
@media only screen and (max-width: 1366px) {
  .mainvisual .maincopy a {
    padding: 30px 30px 10px;
    line-height: 1;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1299px) {
  .mainvisual .maincopy a {
    padding: 20px 20px 10px;
    line-height: 1;
  }
}
@media only screen and (max-width: 599px) {
  .mainvisual .maincopy a {
    padding: 10px;
    line-height: 1;
  }
}
.mainvisual .maincopy a:hover {
  background: #ffffff;
  color: #E71D36;
  text-shadow: 1px 1px 0 #fff,-1px 1px 0 #fff,1px -1px 0 #fff,-1px -1px 0 #fff;
}
.mainvisual .maincopy a .month {
  font-size: 50px;
  font-weight: 500;
}
@media only screen and (min-width: 600px) and (max-width: 1299px) {
  .mainvisual .maincopy a .month {
    font-size: 30px;
  }
}
@media only screen and (max-width: 599px) {
  .mainvisual .maincopy a .month {
    font-size: 20px;
  }
}
.mainvisual .maincopy a .partition {
  font-size: 40px;
  position: relative;
  top: -6px;
}
@media only screen and (min-width: 600px) and (max-width: 1299px) {
  .mainvisual .maincopy a .partition {
    font-size: 15px;
  }
}
@media only screen and (max-width: 599px) {
  .mainvisual .maincopy a .partition {
    font-size: 12px;
  }
}
.mainvisual .maincopy a .week {
  font-size: 24px;
  font-weight: lighter;
  padding: 0 1px;
  letter-spacing: 0px;
}
@media only screen and (min-width: 600px) and (max-width: 1299px) {
  .mainvisual .maincopy a .week {
    font-size: 14px;
  }
}
@media only screen and (max-width: 599px) {
  .mainvisual .maincopy a .week {
    font-size: 12px;
  }
}
.mainvisual .maincopy a .text {
  font-size: 50px;
  font-weight: 900;
}
@media only screen and (min-width: 600px) and (max-width: 1299px) {
  .mainvisual .maincopy a .text {
    font-size: 30px;
  }
}
@media only screen and (max-width: 599px) {
  .mainvisual .maincopy a .text {
    font-size: 20px;
  }
}
.mainvisual .visual {
  position: absolute;
}
.mainvisual .visual img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
}
.mainvisual .visual1 {
  top: 0%;
  left: 5%;
}
@media only screen and (min-width: 1919px) {
  .mainvisual .visual1 {
    top: 3%;
    left: 11%;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1860px) {
  .mainvisual .visual1 {
    left: 0;
  }
}
@media only screen and (max-width: 1366px) {
  .mainvisual .visual1 {
    left: 0;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1299px) {
  .mainvisual .visual1 {
    left: -30px;
  }
}
@media only screen and (max-width: 599px) {
  .mainvisual .visual1 {
    display: none;
  }
}
.mainvisual .visual1 figure img {
  max-width: 100%;
  height: auto;
}
@media only screen and (min-width: 1919px) {
  .mainvisual .visual1 figure img {
    max-width: 83%;
  }
}
@media only screen and (max-width: 1366px) {
  .mainvisual .visual1 figure img {
    max-width: 70%;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1299px) {
  .mainvisual .visual1 figure img {
    max-width: 30%;
  }
}
.mainvisual .visual2 {
  bottom: 5%;
  left: 20%;
}
@media only screen and (min-width: 1919px) {
  .mainvisual .visual2 {
    left: 20%;
    bottom: 2%;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1860px) {
  .mainvisual .visual2 {
    left: 5%;
  }
}
@media only screen and (max-width: 1366px) {
  .mainvisual .visual2 {
    left: 0;
    bottom: -20px;
  }
  .mainvisual .visual2 img {
    max-width: 70%;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1299px) {
  .mainvisual .visual2 {
    left: 0%;
    bottom: 2%;
  }
  .mainvisual .visual2 img {
    max-width: 60%;
    height: auto;
  }
}
@media only screen and (max-width: 599px) {
  .mainvisual .visual2 {
    display: none;
  }
}
.mainvisual .visual3 {
  bottom: -40px;
  right: 3%;
}
@media only screen and (min-width: 1919px) {
  .mainvisual .visual3 {
    bottom: 7%;
    right: 8%;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1860px) {
  .mainvisual .visual3 {
    right: 0;
    bottom: -80px;
  }
}
@media only screen and (max-width: 1366px) {
  .mainvisual .visual3 {
    right: 0px;
    bottom: -100px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1299px) {
  .mainvisual .visual3 {
    bottom: -50px;
    right: 0px;
    text-align: right;
  }
}
@media only screen and (max-width: 599px) {
  .mainvisual .visual3 {
    display: none;
  }
}
.mainvisual .visual3 figure img {
  max-width: 90%;
  height: auto;
}
@media only screen and (min-width: 1919px) {
  .mainvisual .visual3 figure img {
    max-width: 85%;
  }
}
@media only screen and (max-width: 1366px) {
  .mainvisual .visual3 figure img {
    max-width: 70%;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1299px) {
  .mainvisual .visual3 figure img {
    max-width: 50%;
  }
}

.mainvisual .visual4 {
  top: 0%;
  right: 7%;
}
@media only screen and (min-width: 1919px) {
  .mainvisual .visual4 {
    top: 3%;
    right: 8%;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1860px) {
  .mainvisual .visual4 {
    right: 0;
  }
}
@media only screen and (max-width: 1366px) {
  .mainvisual .visual4 {
    right: 0px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1299px) {
  .mainvisual .visual4 {
    right: 0px;
    text-align: right;
  }
}
@media only screen and (max-width: 599px) {
  .mainvisual .visual4 {
    display: none;
  }
}
.mainvisual .visual4 figure img {
  max-width: 100%;
  height: auto;
}
@media only screen and (min-width: 1919px) {
  .mainvisual .visual4 figure img {
    max-width: 83%;
  }
}
@media only screen and (max-width: 1366px) {
  .mainvisual .visual4 figure img {
    max-width: 70%;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1299px) {
  .mainvisual .visual4 figure img {
    max-width: 30%;
  }
}

/*--contents---------------------------------*/
.contents {
  padding-top: 90px;
  background: url("../images/contents_01.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto;
}
@media only screen and (min-width: 600px) and (max-width: 1299px) {
  .contents {
    padding-top: 60px;
    background-size: 300px;
  }
}
@media only screen and (max-width: 599px) {
  .contents {
    padding-top: 30px;
    padding: 30px 10px 0;
    background-size: 150px;
  }
}
.contents__container {
  max-width: 1300px;
  margin: 0 auto;
}
.contents__container h2 {
  margin-bottom: 90px;
  position: relative;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
@media only screen and (min-width: 600px) and (max-width: 1299px) {
  .contents__container h2 {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 599px) {
  .contents__container h2 {
    margin-bottom: 30px;
  }
}
.contents__container h2::before {
  content: '';
  display: block;
  width: 140px;
  height: 1px;
  margin-right: 40px;
  background-color: #011627;
}
@media only screen and (min-width: 600px) and (max-width: 1299px) {
  .contents__container h2::before {
    width: 100px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 599px) {
  .contents__container h2::before {
    width: 20px;
    margin-right: 10px;
  }
}
.contents__container h2::after {
  content: '';
  display: block;
  width: 140px;
  height: 1px;
  background-color: #011627;
  margin-left: 40px;
}
@media only screen and (min-width: 600px) and (max-width: 1299px) {
  .contents__container h2::after {
    width: 100px;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 599px) {
  .contents__container h2::after {
    width: 20px;
    margin-left: 10px;
  }
}
.contents__container h2 span.innner small {
  display: block;
  font-size: 20px;
  font-weight: 500;
}
@media only screen and (min-width: 600px) and (max-width: 1299px) {
  .contents__container h2 span.innner small {
    font-size: 18px;
  }
}
@media only screen and (max-width: 599px) {
  .contents__container h2 span.innner small {
    font-size: 14px;
  }
}
.contents__container h2 span.innner strong {
  font-size: 40px;
  font-weight: bold;
  font-weight: 700;
}
.contents__container h2 span.innner strong span.week {
  font-size: 22px;
}
@media only screen and (min-width: 600px) and (max-width: 1299px) {
  .contents__container h2 span.innner strong {
    font-size: 28px;
  }
  .contents__container h2 span.innner strong span.week {
    font-size: 14px;
  }
}
@media only screen and (max-width: 599px) {
  .contents__container h2 span.innner strong {
    font-size: 18px;
  }
  .contents__container h2 span.innner strong span.week {
    font-size: 12px;
  }
}
.contents__container h2 span.innner .first {
  line-height: 1.3;
}
.contents__container h2 .num {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  font-size: 200px;
  z-index: -99999;
  -webkit-text-stroke: 1px #011627;
  text-stroke: 1px #011627;
  color: transparent;
  font-weight: bold;
  opacity: .4;
}
@media only screen and (min-width: 600px) and (max-width: 1299px) {
  .contents__container h2 .num {
    font-size: 120px;
  }
}
@media only screen and (max-width: 599px) {
  .contents__container h2 .num {
    font-size: 80px;
  }
}
.contents__container .case {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 600px) and (max-width: 1299px) {
  .contents__container .case {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 599px) {
  .contents__container .case {
    flex-direction: column;
    margin-bottom: 0;
  }
}
.contents__container .case__item {
  flex: 0 0 16%;
  margin-right: 0.6%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background: #fff;
  border: solid 1px #F7F7F7;
  box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 29px 0px;
}
@media only screen and (min-width: 600px) and (max-width: 1299px) {
  .contents__container .case__item {
    flex: 0 0 48%;
    margin-right: 0%;
    margin-bottom: 40px;
  }
  .contents__container .case__item:nth-child(odd) {
    margin-right: 1%;
  }
  .contents__container .case__item:nth-child(even) {
    margin-left: 1%;
  }
}
@media only screen and (max-width: 599px) {
  .contents__container .case__item {
    margin-right: 0;
    margin-bottom: 30px;
    box-sizing: border-box;
    width: 100%;
  }
}
.contents__container .case__item:last-child {
  margin-right: 0;
}
.contents__container .case__item:nth-of-type(2) .case-title {
  background: url("../images/contents_03.png");
  background-position: 55% 95%;
  background-repeat: no-repeat;
  background-size: auto;
  background-size: 70px;
}
.contents__container .case__item:nth-of-type(3) .case-title {
  background: url("../images/contents_04.png");
  background-position: 55% 95%;
  background-repeat: no-repeat;
  background-size: auto;
  background-size: 100px;
}
.contents__container .case__item:nth-of-type(4) .case-title {
  background: url("../images/contents_05.png");
  background-position: 55% 95%;
  background-repeat: no-repeat;
  background-size: auto;
  background-size: 60px;
}
.contents__container .case__item:nth-of-type(5) .case-title {
  background: url("../images/contents_06.png");
  background-position: 55% 95%;
  background-repeat: no-repeat;
  background-size: auto;
  background-size: 60px;
}
.contents__container .case__item:nth-of-type(6) .case-title {
  background: url("../images/contents_07.png");
  background-position: 55% 95%;
  background-repeat: no-repeat;
  background-size: auto;
  background-size: 60px;
}
.contents__container .case__item .case-title {
  position: relative;
  background: #ffffff;
  height: 210px;
  background: url("../images/contents_02.png");
  background-position: 55% 95%;
  background-repeat: no-repeat;
  background-size: 60px;
}
@media only screen and (max-width: 599px) {
  .contents__container .case__item .case-title {
    height: 180px;
  }
}
.contents__container .case__item .case-title::after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 15px;
  margin-left: -15px;
}
.contents__container .case__item .case-title .case-num {
  position: relative;
  top: -15px;
  display: inline-block;
  width: 130px;
  padding: 10px 0 11px;
  border-radius: 30px;
  color: #ffffff;
  font-size: 14px;
  background: #011627;
}
@media only screen and (max-width: 599px) {
  .contents__container .case__item .case-title .case-num {
    font-size: 12px;
    padding: 5px 10px;
    top: -5px;
  }
}
.contents__container .case__item .case-title h3 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.2;
}
.contents__container .case__item .case-text {
  background: #E71D36;
  padding: 40px 30px 20px;
  height: 160px;
  color: #ffffff;
}
@media only screen and (min-width: 1366px) and (max-width: 1860px) {
  .contents__container .case__item .case-text {
    padding: 20px;
    height: 140px;
  }
}
@media only screen and (max-width: 1366px) {
  .contents__container .case__item .case-text {
    padding: 20px;
    height: 120px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1299px) {
  .contents__container .case__item .case-text {
    padding: 20px;
    height: 135px;
  }
}
@media only screen and (max-width: 599px) {
  .contents__container .case__item .case-text {
    padding: 20px;
  }
}
.contents__container .case__item .case-text h3 {
  font-size: 18px;
  font-weight: normal;
  border-bottom: solid 1px #ffffff;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.contents__container .case__item .case-text p {
  font-size: 14px;
  text-align: left;
  letter-spacing: 1px;
}
.contents__container .case-caption {
  text-align: center;
}
.contents__container .case-caption p {
  padding: 20px;
  border: solid 1px #011627;
}
@media only screen and (min-width: 600px) and (max-width: 1299px) {
  .contents__container .case-caption p {
    padding: 10px;
    margin-top: -10px;
    margin: 0 10px;
  }
}
@media only screen and (max-width: 599px) {
  .contents__container .case-caption p {
    padding: 10px;
  }
}

.contents01 {
  background: none;
}

/*--contents2---------------------------------*/
.contents02 {
  background: none;
}
.contents02 .qa__item {
  background: #F7F7F7;
  padding: 30px 20px;
  margin-top: 30px;
}
.contents02 .qa__item-inner {
  display: flex;
}
@media only screen and (min-width: 600px) and (max-width: 1299px) {
  .contents02 .qa__item-inner {
    flex-direction: column;
  }
}
@media only screen and (max-width: 599px) {
  .contents02 .qa__item-inner {
    flex-direction: column;
  }
}
.contents02 .qa__item-inner .text {
  flex: 1;
  background: #ffffff;
  padding: 0 15px;
  height: 180px;
}
@media only screen and (min-width: 600px) and (max-width: 1299px) {
  .contents02 .qa__item-inner .text {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 599px) {
  .contents02 .qa__item-inner .text {
    margin-bottom: 20px;
  }
}
.contents02 .qa__item-inner .text h3 {
  font-size: 26px;
  position: relative;
  top: -20px;
}
.contents02 .qa__item-inner .text p {
  margin-top: -10px;
  font-size: 14px;
  line-height: 2.3;
}
.contents02 .qa__item-inner .text p span {
  border-bottom: dotted 1px #011627;
}
.contents02 .qa figure {
  display: flex;
  margin-left: 30px;
}
@media only screen and (min-width: 600px) and (max-width: 1299px) {
  .contents02 .qa figure {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 599px) {
  .contents02 .qa figure {
    margin-left: 0px;
    flex-direction: column;
  }
}
.contents02 .qa figure img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
  border: solid 5px #ffffff;
  margin-right: 20px;
}
@media only screen and (max-width: 599px) {
  .contents02 .qa figure img {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.contents02 .qa figure img:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 599px) {
  .contents02 .qa figure img:last-child {
    margin-left: 0px;
    margin-bottom: 0;
  }
}

/*--contents3---------------------------------*/
.contents03 {
  background: none;
}
.contents03 .program__caption {
  background: #011627;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  padding: 5px 0 7px;
}
@media only screen and (max-width: 599px) {
  .contents03 .program__caption {
    font-size: 14px;
    padding: 5px;
    text-align: left;
  }
}
.contents03 .program__inner {
  background: #F7F7F7;
  padding: 20px;
}
.contents03 .program__inner-item {
  background: #ffffff;
  padding: 20px;
}
.contents03 .program__inner-item:nth-child(odd) {
  margin-bottom: 20px;
}
.contents03 .program__inner .caption {
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: center;
  z-index: 9999;
  line-height: 1;
}
.contents03 .program__inner .caption::before {
  content: '';
  display: block;
  width: 45px;
  height: 1px;
  margin-right: 15px;
  background-color: #011627;
}
.contents03 .program__inner h3 {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
}
.contents03 .program__inner h3 small {
  display: block;
  font-size: 14px;
}
.contents03 .program__inner p {
  margin-bottom: 30px;
  font-size: 14px;
}
.contents03 .program__inner h4.time {
  margin-bottom: 30px;
  line-height: 1;
  display: inline-block;
  text-align: center;
  background: #ffffff;
  width: 480px;
  padding: 10px 0 12px;
  border: solid 1px #011627;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: bold;
  border-radius: 40px;
  box-shadow: 3px 4px 0px 0px #ef233c;
}
@media only screen and (max-width: 599px) {
  .contents03 .program__inner h4.time {
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.5;
    padding: 5px;
  }
}
.contents03 .program__inner .outline {
  display: flex;
  margin-bottom: 15px;
}
.contents03 .program__inner .outline .num {
  margin-right: 15px;
}
@media only screen and (max-width: 599px) {
  .contents03 .program__inner .outline .num {
    margin-right: 5px;
  }
}
.contents03 .program__inner .outline .num span {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  line-height: 36px;
  background: #011627;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 599px) {
  .contents03 .program__inner .outline .num span {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
  }
}
.contents03 .program__inner .outline .text h3 {
  line-height: 1.8;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media only screen and (max-width: 599px) {
  .contents03 .program__inner .outline .text h3 {
    line-height: 1;
    font-size: 16px;
  }
}
.contents03 .program__inner .outline .text p {
  line-height: 1.5;
  margin-bottom: 20px;
}
.contents03 .program__inner .outline .text h4 {
  font-size: 14px;
  font-weight: bold;
}
.contents03 .program__inner .bg01 {
  background: url("../images/program_02.jpg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}
@media only screen and (min-width: 600px) and (max-width: 1299px) {
  .contents03 .program__inner .bg01 {
    background: none;
  }
}
@media only screen and (max-width: 599px) {
  .contents03 .program__inner .bg01 {
    background: none;
  }
}
.contents03 .program__inner .bg02 {
  background: url("../images/program_05.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}
@media only screen and (min-width: 600px) and (max-width: 1299px) {
  .contents03 .program__inner .bg02 {
    background: none;
  }
}
@media only screen and (max-width: 599px) {
  .contents03 .program__inner .bg02 {
    background: none;
  }
}
.contents03 .program__inner .bg03 {
  background: url("../images/program_01.jpg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}
@media only screen and (min-width: 600px) and (max-width: 1299px) {
  .contents03 .program__inner .bg03 {
    background: none;
  }
}
@media only screen and (max-width: 599px) {
  .contents03 .program__inner .bg03 {
    background: none;
  }
}
.contents03 .program__inner .price {
  border: double 3px #011627;
  padding: 15px 20px;
}
.contents03 .program__inner .price h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  border-bottom: dotted 1px #011627;
  padding-bottom: 10px;
}
.contents03 .program__inner .price p {
  margin-bottom: 0;
  font-size: 16px;
}
@media only screen and (max-width: 599px) {
  .contents03 .program__inner .price p {
    font-size: 14px;
  }
  .contents03 .program__inner .price p span {
    display: block;
  }
}
.contents03 .program__inner .price p b {
  font-size: 28px;
  color: #E71D36;
  letter-spacing: 0;
}
.contents03 .program__inner .price small {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.5;
}

/*--contents4---------------------------------*/
.contents04 {
  background: none;
}
.contents04 .voice {
  padding: 20px;
  border: solid 20px #f7f7f7;
  background: #ffffff;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 30px;
}
.contents04 .voice:last-child {
  margin-bottom: 0;
}
.contents04 .voice__l {
  margin: 30px 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.contents04 .voice__l figure {
  margin-right: 25px;
}
.contents04 .voice__l figure img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
}
.contents04 .voice__l .text {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 15px;
  border-radius: 15px;
  background: #011627;
  box-sizing: border-box;
  margin: 0;
}
.contents04 .voice__l .text::after {
  content: "";
  position: absolute;
  border: 10px solid transparent;
  left: -26px;
  border-right: 22px solid #011627;
}
.contents04 .voice__r {
  margin: 30px 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  justify-content: flex-end;
}
.contents04 .voice__r figure {
  margin-left: 25px;
  order: 2;
}
.contents04 .voice__r figure img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
}
.contents04 .voice__r .text {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 15px;
  border-radius: 15px;
  background: #011627;
  box-sizing: border-box;
  margin: 0;
}
.contents04 .voice__r .text::after {
  content: "";
  position: absolute;
  border: 10px solid transparent;
  right: -26px;
  border-left: 22px solid #011627;
}
.contents04 .work h2 {
  color: #011627;
  margin-bottom: 20px;
}
.contents04 .work__container {
  display: flex;
}
@media only screen and (max-width: 599px) {
  .contents04 .work__container {
    flex-direction: column;
  }
}
.contents04 .work__container .img {
  flex: 1;
  margin-right: 20px;
  min-height: 300px;
  background: url("../images/work_01.jpg");
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 599px) {
  .contents04 .work__container .img {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.contents04 .work__container .img2 {
  flex: 1;
  margin-right: 20px;
  min-height: 300px;
  background: url("../images/work_02.jpg");
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 599px) {
  .contents04 .work__container .img2 {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.contents04 .work__container .text {
  flex: 1;
  color: #011627;
  line-height: 2;
}
.contents04 .cvcap {
  text-align: center;
  font-size: 18px;
  margin: 20px 0;
}
.contents04 .button {
  display: block;
  background: #E71D36;
  color: #ffffff;
  line-height: 1;
  text-decoration: none;
  border: solid 1px #E71D36;
  padding: 15px 0;
  text-align: center;
}
.contents04 .button:hover {
  background: #ffffff;
  color: #E71D36;
}

/*--contents5---------------------------------*/
.contents05 {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto;
}
@media only screen and (min-width: 600px) and (max-width: 1299px) {
  .contents05 {
    background-size: 300px;
  }
}
@media only screen and (max-width: 599px) {
  .contents05 {
    background-size: 150px;
  }
}
.contents05 p.cap {
  text-align: center;
  margin-top: -20px;
  font-size: 14px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1300px) {
  .contents05 p.cap {
    margin-top: -75px;
  }
}
@media only screen and (max-width: 599px) {
  .contents05 p.cap {
    margin-top: 0;
  }
}
.contents05 .experience {
  background: #f7f7f7;
  padding: 20px;
  display: flex;
  margin-bottom: 20px;
}
@media only screen and (max-width: 599px) {
  .contents05 .experience {
    flex-direction: column;
  }
}
.contents05 .experience figure {
  order: 2;
  flex: 1;
  margin-left: 20px;
}
@media only screen and (max-width: 599px) {
  .contents05 .experience figure {
    order: 1;
    margin-left: 0;
    margin-bottom: 10px;
  }
}
.contents05 .experience figure img {
  max-width: 100%;
  height: auto;
  border: none;
}
.contents05 .experience .text {
  order: 1;
  padding: 15px 20px;
  background: #ffffff;
  flex: 1.5;
}
@media only screen and (max-width: 599px) {
  .contents05 .experience .text {
    order: 2;
  }
}
.contents05 .experience .text ul {
  font-size: 13px;
  list-style: none;
  line-height: 1.2;
}
@media only screen and (max-width: 599px) {
  .contents05 .experience .text ul {
    line-height: 1.5;
  }
}
.contents05 .experience .text ul li {
  border-bottom: dotted 1px #011627;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.contents05 .experience .text ul li strong {
  font-weight: bold;
  font-size: 14px;
}
.contents05 .experience .text ul li a {
  text-decoration: none;
  color: #011627;
}
.contents05 .experience .text ul li a:hover {
  color: #E71D36;
  text-decoration: underline;
}
.contents05 .experience .text ul li a i {
  margin-left: 5px;
}
.contents05 .button {
  display: block;
  background: #E71D36;
  color: #ffffff;
  line-height: 1;
  text-decoration: none;
  border: solid 1px #E71D36;
  padding: 15px 0;
  text-align: center;
  border-radius: 30px;
}
.contents05 .button:hover {
  background: #ffffff;
  color: #E71D36;
}

footer {
  background: #011627;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.cta {
  margin-top: 90px;
  background: url("../images/cta.jpg");
  background-position: center;
  background-size: cover;
}
@media only screen and (min-width: 600px) and (max-width: 1299px) {
  .cta {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 599px) {
  .cta {
    margin-top: 30px;
  }
}
.cta__inner {
  display: flex;
  justify-content: center;
  padding: 40px 0;
}
.cta__inner .item {
  background: rgba(255, 255, 255, 0.9);
  padding: 5px 20px 30px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 600px) and (max-width: 1299px) {
  .cta__inner .item {
    flex-direction: column;
    text-align: center;
    padding: 20px;
  }
}
@media only screen and (max-width: 599px) {
  .cta__inner .item {
    flex-direction: column;
    text-align: center;
    padding: 10px;
  }
}
@media only screen and (max-width: 599px) {
  .cta__inner .item .text {
    display: flex;
    flex-direction: column;
  }
}
.cta__inner .item .text small {
  font-weight: bold;
  font-size: 14px;
  color: #E71D36;
}
.cta__inner .item .text h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 40px;
}
@media only screen and (max-width: 599px) {
  .cta__inner .item .text h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.cta__inner .item .text a {
  background: #E71D36;
  color: #ffffff;
  line-height: 1;
  text-decoration: none;
  border: solid 1px #E71D36;
  padding: 15px 50px;
  text-align: center;
  border-radius: 30px;
  margin: 0 5px;
}
@media only screen and (max-width: 599px) {
  .cta__inner .item .text a {
    margin: 0 0 20px 0;
    padding: 10px;
  }
}
.cta__inner .item .text a i {
  color: #ffffff;
  padding-left: 10px;
}
.cta__inner .item .text a:hover {
  background: #ffffff;
  color: #E71D36;
}
.cta__inner .item .text a:hover i {
  color: #E71D36;
}
.cta__inner .item figure {
  margin-left: 30px;
}
@media only screen and (min-width: 600px) and (max-width: 1299px) {
  .cta__inner .item figure {
    margin: 0 0 0 0;
  }
}
@media only screen and (max-width: 599px) {
  .cta__inner .item figure {
    margin: 0;
  }
}
.cta__inner .item figure img {
  width: auto;
  height: 262px;
  vertical-align: bottom;
  position: relative;
  top: 30px;
}
@media only screen and (min-width: 600px) and (max-width: 1299px) {
  .cta__inner .item figure img {
    top: 50px;
    right: 60px;
  }
}
@media only screen and (max-width: 599px) {
  .cta__inner .item figure img {
    top: 30px;
    right: 30px;
    height: 157px;
  }
}

.cta2 {
  margin-top: 30px;
  background: url("../images/cta2.jpg");
  background-position: center;
  background-size: cover;
}

.ctabutton {
  display: block;
  padding: 20px 0 20px 0;
}
.ctabutton .item {
  padding: 0;
}
.ctabutton .item .text {
  padding: 0;
}
.ctabutton .item .text a {
  padding: 10px 30px;
  font-size: 14px;
}
@media only screen and (min-width: 600px) and (max-width: 1299px) {
  .ctabutton .item .text a {
    padding: 10px 15px;
  }
}
@media only screen and (max-width: 599px) {
  .ctabutton .item .text a {
    padding: 10px;
    font-size: 13px;
  }
}

.tkp {
  padding: 0 3px;
  font-size: 20px;
  color: #E71D36;
  font-weight: bold;
}

span.bgcolor {
  background: linear-gradient(transparent 60%, #ff6 60%);
}

body .mainvisual .dmbutton1 {
  display: none;
}

body .mainvisual .dmbutton2 {
  display: inline;
}

body .mainvisual .dmbutton3 {
  display: none;
}

body .cta__inner .item .text .dmbutton1 {
  display: none;
}

body .cta__inner .item .text .dmbutton2 {
  display: inline;
}

body .cta__inner .item .text .dmbutton3 {
  display: none;
}

.nav .dmbutton1 {
  display: none;
}

.nav .dmbutton2 {
  display: inline;
}

/*body:target .mainvisual .dmbutton1 {
 display: block;
}

body:target .mainvisual .dmbutton2{
 display: none;
}

*/
body .contents05 .dmbutton1 {
  display: none;
}

body .contents05 .dmbutton2 {
  display: inline;
}

/*body:target .contents05 .dmbutton1 {
 display: block;
}

body:target .contents05 .dmbutton2{
 display: none;
}
*/
/*body:target .cta__inner .item .text .dmbutton1 {
 display: block;
}

body:target .cta__inner .item .text .dmbutton2{
 display: none;
}*/
