@charset "UTF-8";
/*--------------------
Reset CSS
--------------------*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*--------------------
Base Style
--------------------*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  width: 100%;
  color: #2A2B2F;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 600;
  line-height: 1.6;
  background: #F3F2F0;
}

img {
  width: 100%;
  vertical-align: bottom;
}

.inner {
  max-width: 1200px;
  width: 85vw;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 680px) {
  .desktop__hidden {
    display: none;
  }
}

.point {
  font-family: "Domine", serif;
  letter-spacing: 0.09em;
}

.is-hidden {
  visibility: hidden;
  opacity: 0;
}

/*--------------------
Main Style
--------------------*/
/*Header*/
.header #nav {
  position: fixed;
  z-index: 99999;
  top: 0;
  right: -120%;
  width: 80vw;
  height: 100vh;
  background: #6C7A83;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media only screen and (min-width: 680px) {
  .header #nav {
    width: 50vw;
  }
}
.header #nav.panelActive {
  right: 0;
}
.header ul {
  width: 90%;
  padding-top: 100px;
  padding-left: 10%;
  padding-right: 10%;
  position: absolute;
  z-index: 9999;
}
.header li {
  list-style: none;
  text-align: left;
}
.header li a {
  padding: 20px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #F3F2F0;
  color: #F3F2F0;
  text-decoration: none;
  display: block;
  font-size: 16px;
  letter-spacing: 0.09em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 500;
}
.header li a:hover {
  color: #B5C7CB;
}
.header .toggle {
  position: fixed;
  z-index: 999999;
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 60px;
  height: 60px;
  background-color: #F3F2F0;
  border-radius: 5px;
}
.header .toggle span {
  position: absolute;
  left: 16px;
  height: 3px;
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  border-radius: 2px;
  background-color: #6C7A83;
  width: 45%;
}
.header .toggle span:nth-of-type(1) {
  top: 20px;
}
.header .toggle span:nth-child(2) {
  height: 2px;
  top: 30px;
}
.header .toggle span:nth-child(3) {
  top: 40px;
}
.header .toggle.active {
  background: none;
}
.header .toggle.active span {
  background-color: #F3F2F0;
}
.header .toggle.active span:nth-of-type(1) {
  width: 60%;
  top: 22px;
  left: 16px;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
}
.header .toggle.active span:nth-of-type(2) {
  opacity: 0;
}
.header .toggle.active span:nth-of-type(3) {
  width: 60%;
  top: 33px;
  left: 16px;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
}

/*MainContents*/
.main-visual {
  position: relative;
}
.main-visual .cv__btn {
  width: 30%;
  position: fixed;
  z-index: 999999;
  right: 5px;
  bottom: 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media only screen and (min-width: 680px) {
  .main-visual .cv__btn {
    width: 12%;
    right: 15px;
  }
}
.main-visual .cv__btn img {
  max-width: 100%;
}
.main-visual .cv__btn:hover {
  opacity: 0.8;
}

.intro {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}
.intro__title {
  letter-spacing: 0.1em;
  font-size: 1.25rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #B5C7CB));
  background: -webkit-linear-gradient(transparent 60%, #B5C7CB 0%);
  background: linear-gradient(transparent 60%, #B5C7CB 0%);
  display: inline;
  padding: 0 2px 4px;
}
@media only screen and (min-width: 680px) {
  .intro__title {
    font-size: 30px;
  }
}
.intro__title span {
  font-size: 2rem;
  color: #416AB8;
}
@media only screen and (min-width: 680px) {
  .intro__title span {
    font-size: 48px;
  }
}
.intro .intro__flex {
  margin-top: 50px;
}
@media only screen and (min-width: 680px) {
  .intro .intro__flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 680px) {
  .intro .intro__flex ul {
    width: 40%;
  }
}
@media only screen and (min-width: 680px) {
  .intro .intro__flex img {
    width: 40%;
  }
}
.intro ul {
  margin-bottom: 50px;
  -moz-text-align-last: left;
       text-align-last: left;
  list-style: none;
}
@media only screen and (min-width: 680px) {
  .intro ul {
    margin-bottom: 0;
  }
}
.intro ul li {
  padding-left: 28px;
  padding-bottom: 5px;
  margin-bottom: 20px;
  background: url(../images/list_marker_1.png);
  background-repeat: no-repeat;
  background-position: left 0 top -5px;
  background-size: 24px auto;
  border-bottom: 3px dashed #B5C7CB;
}
@media only screen and (min-width: 680px) {
  .intro ul li {
    font-size: 20px;
    padding-left: 50px;
    padding-bottom: 10px;
    margin-bottom: 30px;
    background-position: left 0 top -12px;
    background-size: 36px auto;
  }
}
.intro img {
  max-width: 50%;
}
.intro__attention--bg {
  padding: 50px 10px;
  text-align: center;
  background-image: url(../images/attention_bg_sp.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media only screen and (min-width: 680px) {
  .intro__attention--bg {
    background-image: url(../images/attention_bg_pc.png);
  }
}
.intro__attention--bg img {
  width: 15%;
  margin-bottom: 15px;
}
@media only screen and (min-width: 680px) {
  .intro__attention--bg img {
    width: 5%;
  }
}
@media only screen and (min-width: 680px) {
  .intro__attention--bg p {
    font-size: 20px;
  }
}
.intro__attention--bg p span {
  color: #CD6A4D;
  font-size: 2rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #FFED4D));
  background: -webkit-linear-gradient(transparent 60%, #FFED4D 0%);
  background: linear-gradient(transparent 60%, #FFED4D 0%);
  display: inline;
  padding: 0 2px 4px;
}

.befo-af {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url(../images/bgbefoaf_bg-sp.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media only screen and (min-width: 680px) {
  .befo-af {
    padding-bottom: 120px;
    background-image: url(../images/befoaf_bg-pc.png);
  }
}
.befo-af__title {
  margin-bottom: 30px;
  text-align: center;
  color: #F3F2F0;
  font-weight: 500;
  line-height: 2;
  font-size: 1.25rem;
  text-shadow: 1px 1px 4px #2A2B2F;
  letter-spacing: 0.05em;
  background-color: rgba(108, 122, 131, 0.8);
}
@media only screen and (min-width: 680px) {
  .befo-af__title {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 30px;
    font-weight: 600;
  }
}
.befo-af__title span {
  font-weight: 600;
  font-size: 2rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #FFED4D));
  background: -webkit-linear-gradient(transparent 60%, #FFED4D 0%);
  background: linear-gradient(transparent 60%, #FFED4D 0%);
  display: inline;
  padding: 0 2px 4px;
}
@media only screen and (min-width: 680px) {
  .befo-af__title span {
    font-size: 40px;
  }
}
.befo-af__flex {
  background-image: url(../images/deco.png);
  background-repeat: no-repeat;
  background-size: 30%;
  background-position: right 0 top 52%;
}
@media only screen and (min-width: 680px) {
  .befo-af__flex {
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
    background-size: 10%;
    background-position: right -10px top 0px;
  }
}
.befo-af__flex--before {
  margin-bottom: 20px;
  color: #F3F2F0;
  letter-spacing: 0.09em;
  font-weight: 500;
}
@media only screen and (min-width: 680px) {
  .befo-af__flex--before {
    width: 70%;
  }
}
.befo-af__flex--before p:first-child {
  font-family: "Domine", serif;
  font-size: 1.25rem;
}
@media only screen and (min-width: 680px) {
  .befo-af__flex--before p:first-child {
    font-size: 24px;
  }
}
.befo-af__flex--before img {
  margin-bottom: 10px;
}
.befo-af__flex--before p:last-child {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  padding: 0.4em;
  line-height: 2.2;
  background-color: rgba(108, 122, 131, 0.8);
}
@media only screen and (min-width: 680px) {
  .befo-af__flex--before p:last-child {
    font-size: 20px;
  }
}
.befo-af__flex--img {
  width: 25%;
  margin-left: auto;
  margin-right: auto;
}
.befo-af__flex--after {
  color: #2A2B2F;
}
.befo-af__flex--after p:first-child {
  font-family: "Domine", serif;
  font-size: 1.25rem;
  letter-spacing: 0.09em;
}
@media only screen and (min-width: 680px) {
  .befo-af__flex--after p:first-child {
    font-size: 30px;
  }
}
.befo-af__flex--after img {
  margin-bottom: 10px;
}
.befo-af__flex--after p:last-child {
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  padding: 0.4em;
  line-height: 2.2;
  background-color: rgba(243, 242, 240, 0.8);
}
@media only screen and (min-width: 680px) {
  .befo-af__flex--after p:last-child {
    font-size: 24px;
  }
}
.befo-af__flex--after p:last-child span {
  color: #CD6A4D;
}

.about {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url(../images/dexo_2.png);
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: left 10% top 30px;
}
@media only screen and (min-width: 680px) {
  .about {
    background-size: 24%;
  }
}
.about__text {
  text-align: center;
  letter-spacing: 0.09em;
  margin-bottom: 40px;
}
@media only screen and (min-width: 680px) {
  .about__text {
    font-size: 30px;
    margin-bottom: 100px;
  }
}
.about__text span {
  font-size: 2rem;
  color: #CD6A4D;
}
@media only screen and (min-width: 680px) {
  .about__text span {
    font-size: 40px;
  }
}
.about__text span:first-child {
  color: #2A2B2F;
  font-size: 16px;
  font-family: "Domine", serif;
  line-height: 4;
  background-image: none;
}
@media only screen and (min-width: 680px) {
  .about__text span:first-child {
    font-size: 30px;
    line-height: 1.8;
  }
}
.about__detail--title picture {
  z-index: 999;
  position: relative;
}
.about__detail--text {
  padding-top: 130px;
  padding-bottom: 50px;
  background-color: #B5C7CB;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  text-align: center;
  line-height: 2;
}
@media only screen and (min-width: 680px) {
  .about__detail--text {
    margin-right: 14%;
    font-size: 20px;
  }
}
.about__detail--text span {
  color: #CD6A4D;
  font-weight: 600;
}
.about__detail--text span.point {
  color: #2A2B2F;
}
.about__detail--text p:nth-child(1) {
  margin-bottom: 30px;
  font-weight: 500;
  padding-right: 30px;
  padding-left: 30px;
}
.about__detail--text .white__box {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  background-color: #fff;
  color: #6C7A83;
}
@media only screen and (min-width: 680px) {
  .about__detail--text .white__box {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
  }
}
.about__detail--text p:nth-child(3) {
  margin-bottom: 20px;
  font-weight: 500;
  padding-right: 30px;
  padding-left: 30px;
}
.about__detail--text p:nth-child(4) {
  color: #CD6A4D;
  font-size: 28px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #F3F2F0));
  background: -webkit-linear-gradient(transparent 60%, #F3F2F0 0%);
  background: linear-gradient(transparent 60%, #F3F2F0 0%);
  display: inline;
  padding: 0 2px 4px;
}
@media only screen and (min-width: 680px) {
  .about__detail--text p:nth-child(4) {
    font-size: 40px;
  }
}
.about__detail--img {
  margin-top: 30px;
}
@media only screen and (min-width: 680px) {
  .about__detail--img {
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
    background-image: url(../images/deco.png), url(../images/deco.png);
    background-repeat: no-repeat;
    background-position: right 0, left bottom;
  }
}
.about__detail--img p {
  margin-top: 30px;
  font-weight: 500;
}

.cv__area-1 {
  padding-bottom: 100px;
  text-align: center;
}
@media only screen and (min-width: 680px) {
  .cv__area-1 {
    padding-bottom: 150px;
  }
}
.cv__area-1 .area__frame {
  padding-left: 20px;
  padding-right: 20px;
  background-image: url(../images/frame_5.png);
  background-repeat: no-repeat;
  background-size: 90% 100%;
  background-position: center;
}
@media only screen and (min-width: 680px) {
  .cv__area-1 .area__frame {
    padding-top: 10px;
    padding-bottom: 10px;
    background-size: 50%;
  }
}
.cv__area-1 .area__text {
  font-size: 1.25rem;
  font-weight: 800;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #B5C7CB));
  background: -webkit-linear-gradient(transparent 60%, #B5C7CB 0%);
  background: linear-gradient(transparent 60%, #B5C7CB 0%);
  display: inline;
  padding: 0 2px 4px;
}
@media only screen and (min-width: 680px) {
  .cv__area-1 .area__text {
    font-size: 24px;
  }
}
.cv__area-1 .cv__area--btn a {
  width: 100%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 24px;
  border-radius: 200px;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #2A2B2F;
  background-color: #FFED4D;
  -webkit-box-shadow: 0 5px 0 #c0b23a;
          box-shadow: 0 5px 0 #c0b23a;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (min-width: 680px) {
  .cv__area-1 .cv__area--btn a {
    width: 60%;
    font-size: 30px;
    gap: 20px;
  }
}
.cv__area-1 .cv__area--btn a:hover {
  -webkit-transform: translate3d(0, 5px, 0);
          transform: translate3d(0, 5px, 0);
  opacity: 0.7;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.cv__area-1 .cv__area--btn img {
  width: 5%;
}

.contents {
  padding-top: 80px;
  padding-bottom: 30px;
  text-align: center;
  color: #F3F2F0;
  background-color: #6C7A83;
}
.contents h2 {
  padding: 20px 5px 25px;
  margin-bottom: 50px;
  font-size: 24px;
  letter-spacing: 0.07em;
  background-image: url(../images/frame_2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media only screen and (min-width: 680px) {
  .contents h2 {
    padding: 30px 5px 35px;
    font-size: 36px;
    background-size: 78% 100%;
    background-position: center;
  }
}
.contents__list {
  margin-bottom: 30px;
  text-align: left;
  list-style: none;
  font-weight: 500;
}
@media only screen and (min-width: 680px) {
  .contents__list {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
    font-size: 20px;
  }
}
.contents__list li {
  padding-top: 10px;
  padding-left: 30px;
  padding-bottom: 5px;
  background: url(../images/list_marker_2.png);
  background-repeat: no-repeat;
  background-position: left 0 top 12px;
  background-size: 15px auto;
}
@media only screen and (min-width: 680px) {
  .contents__list li {
    padding-top: 15px;
    padding-left: 40px;
    padding-bottom: 10px;
    background-position: left 0 top 20px;
    background-size: 18px auto;
  }
}
.contents h3 {
  display: inline-block;
  margin-bottom: 30px;
  padding: 5px 30px;
  color: #6C7A83;
  background-color: #F3F2F0;
  border-radius: 5px;
}
@media only screen and (min-width: 680px) {
  .contents h3 {
    font-size: 20px;
  }
}
.contents__slider {
  width: 100%;
  margin: 0 auto;
}
.contents__slider .slick-slide {
  margin: 0 5px;
}
.contents__slider .slick-prev,
.contents__slider .slick-next {
  display: none;
}
.contents__slider .slick-dots {
  text-align: center;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.contents__slider .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.contents__slider .slick-dots button {
  color: transparent;
  outline: none;
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  background: #ccc;
}
.contents__slider .slick-dots .slick-active button {
  background: #333; /*ドットボタンの現在地表示の色*/
}
.contents .ribbon {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 100px;
  margin-bottom: 40px;
  background-image: url(../images/frame_3_sp.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media only screen and (min-width: 680px) {
  .contents .ribbon {
    margin-top: 150px;
    margin-bottom: 80px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-image: url(../images/frame_3_pc.png);
    background-size: 95% 100%;
    background-position: center;
  }
}
.contents .ribbon p {
  padding-bottom: 10px;
  margin-bottom: 50px;
  line-height: 2;
  color: #CD6A4D;
  font-size: 1.25rem;
  border-bottom: 3px dashed #B5C7CB;
  display: inline;
  letter-spacing: 0.09em;
}
@media only screen and (min-width: 680px) {
  .contents .ribbon p {
    font-size: 36px;
  }
}
@media only screen and (min-width: 680px) {
  .contents .frame {
    margin-bottom: 20px;
    font-size: 24px;
    letter-spacing: 0.09em;
  }
}
.contents .frame__img {
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.contents__flex {
  margin-top: 20px;
}
@media only screen and (min-width: 680px) {
  .contents__flex {
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
  }
}
.contents__flex--left {
  margin-bottom: 20px;
}

.after__img {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.unsuit {
  position: relative;
  z-index: -9999;
  padding-top: 120px;
  padding-bottom: 80px;
  -webkit-transform: translateY(-70px);
          transform: translateY(-70px);
  background-color: rgba(108, 122, 131, 0.3);
}
@media only screen and (min-width: 680px) {
  .unsuit {
    padding-top: 250px;
    padding-bottom: 100px;
    -webkit-transform: translateY(-160px);
            transform: translateY(-160px);
  }
}
.unsuit__frame {
  margin-bottom: 50px;
  position: relative;
  padding: 7px 10px;
  width: 100%;
  font-size: 16px;
  background: #F3F2F0;
}
@media only screen and (min-width: 680px) {
  .unsuit__frame {
    padding: 14px 20px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
  }
}
.unsuit__frame h2 {
  text-align: center;
  color: #CD6A4D;
  font-size: 24px;
}
@media only screen and (min-width: 680px) {
  .unsuit__frame h2 {
    font-size: 40px;
  }
}
.unsuit__frame:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #F3F2F0;
}
.unsuit ul {
  list-style: none;
}
@media only screen and (min-width: 680px) {
  .unsuit ul {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
.unsuit ul li {
  margin-bottom: 10px;
  padding-top: 10px;
  padding-left: 30px;
  padding-bottom: 5px;
  background: url(../images/list_marker_3.png);
  background-repeat: no-repeat;
  background-position: left 0 top 10px;
  background-size: 20px auto;
}
@media only screen and (min-width: 680px) {
  .unsuit ul li {
    font-size: 24px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-left: 60px;
    padding-bottom: 10px;
    background-position: left 0 top 12px;
    background-size: 40px auto;
  }
}

.message {
  padding-bottom: 80px;
}
@media only screen and (min-width: 680px) {
  .message {
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
    padding-bottom: 0;
  }
}
.message .inner {
  background-color: #B5C7CB;
  padding: 40px 20px;
}
@media only screen and (min-width: 680px) {
  .message .inner {
    padding: 100px;
  }
}
@media only screen and (min-width: 680px) {
  .message__flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 680px) {
  .message__flex--left {
    width: 30%;
  }
}
.message__flex--left img {
  margin-bottom: 30px;
}
@media only screen and (min-width: 680px) {
  .message__flex--right {
    width: 65%;
  }
}
.message__flex--right img {
  width: 70%;
  margin-bottom: 20px;
}
@media only screen and (min-width: 680px) {
  .message__flex--right img {
    width: 30%;
  }
}
.message__flex--right p {
  margin-bottom: 30px;
}
@media only screen and (min-width: 680px) {
  .message__flex--right p {
    font-size: 20px;
  }
}
.message__flex--right .profile p {
  margin-bottom: 5px;
  font-weight: 500;
}
@media only screen and (min-width: 680px) {
  .message__flex--right .profile p {
    font-size: 16px;
    line-height: 1.7;
  }
}
.message__flex--right .profile p:first-child {
  padding: 0 2em 20px;
  background-image: -webkit-repeating-linear-gradient(left, #FFED4D 0px, #FFED4D 12px, rgba(0, 0, 0, 0) 12px, rgba(0, 0, 0, 0) 20px);
  background-image: repeating-linear-gradient(90deg, #FFED4D 0px, #FFED4D 12px, rgba(0, 0, 0, 0) 12px, rgba(0, 0, 0, 0) 20px);
  background-size: 20px 2px;
  background-repeat: repeat-x;
  background-position: center bottom;
  padding-left: 0;
  padding-bottom: 10px;
}
.message__flex--right .profile p:last-child {
  padding-top: 10px;
  font-size: 15px;
}

.cv__area-2 {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: rgba(108, 122, 131, 0.3);
  text-align: center;
}
@media only screen and (min-width: 680px) {
  .cv__area-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.cv__area-2 .area__frame {
  background-image: url(../images/frame_1.png);
  background-repeat: no-repeat;
  background-size: 90% 100%;
  background-position: center;
}
@media only screen and (min-width: 680px) {
  .cv__area-2 .area__frame {
    padding-top: 10px;
    padding-bottom: 10px;
    background-size: 50%;
  }
}
.cv__area-2 .area__text {
  font-size: 1.25rem;
  font-weight: 800;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #F3F2F0));
  background: -webkit-linear-gradient(transparent 60%, #F3F2F0 0%);
  background: linear-gradient(transparent 60%, #F3F2F0 0%);
  display: inline;
  padding: 0 2px 4px;
}
@media only screen and (min-width: 680px) {
  .cv__area-2 .area__text {
    font-size: 24px;
  }
}
.cv__area-2 .cv__area--btn a {
  width: 100%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 24px;
  border-radius: 200px;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #2A2B2F;
  background-color: #FFED4D;
  -webkit-box-shadow: 0 5px 0 #c0b23a;
          box-shadow: 0 5px 0 #c0b23a;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (min-width: 680px) {
  .cv__area-2 .cv__area--btn a {
    width: 60%;
    font-size: 30px;
    gap: 20px;
  }
}
.cv__area-2 .cv__area--btn a:hover {
  -webkit-transform: translate3d(0, 5px, 0);
          transform: translate3d(0, 5px, 0);
  opacity: 0.7;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.cv__area-2 .cv__area--btn img {
  width: 5%;
}

.price {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}
@media only screen and (min-width: 680px) {
  .price {
    padding-top: 100px;
    padding-bottom: 120px;
  }
}
.price__bg {
  background-image: url(../images/frame_7.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
}
.price h2 {
  padding-bottom: 80px;
  margin-bottom: 30px;
  font-size: 24px;
  letter-spacing: 0.08em;
}
@media only screen and (min-width: 680px) {
  .price h2 {
    font-size: 36px;
    padding-bottom: 140px;
  }
}
.price__flex {
  letter-spacing: 0.09em;
  font-size: 1.25rem;
  margin-bottom: 50px;
}
@media only screen and (min-width: 680px) {
  .price__flex {
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    font-size: 30px;
  }
}
.price__flex img {
  width: 10%;
}
@media only screen and (min-width: 680px) {
  .price__flex img {
    width: 40%;
  }
}
.price__flex span {
  font-size: 40px;
}
@media only screen and (min-width: 680px) {
  .price__flex span {
    font-size: 80px;
  }
}
.price__flex p:last-child {
  margin-top: 30px;
}
@media only screen and (min-width: 680px) {
  .price__flex p:last-child {
    margin-top: 0;
  }
}
.price__frame {
  padding: 50px 10px 20px;
  background-image: url(../images/frame_8_sp.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media only screen and (min-width: 680px) {
  .price__frame {
    background-image: url(../images/frame_8_pc.png);
    background-position: center;
    background-size: contain;
    font-size: 24px;
  }
}
.price__frame span {
  color: #CD6A4D;
}

.cv__area-3 {
  margin-bottom: 50px;
}
@media only screen and (min-width: 680px) {
  .cv__area-3 {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 680px) {
  .cv__area-3 .cv__flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
}
.cv__area-3 .cv__flex--left {
  margin-bottom: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (min-width: 680px) {
  .cv__area-3 .cv__flex--left {
    margin-bottom: 0;
  }
}
.cv__area-3 .cv__flex--left:hover {
  opacity: 0.7;
}
.cv__area-3 .cv__flex--right {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cv__area-3 .cv__flex--right:hover {
  opacity: 0.7;
}

/*--------------------
Footer
--------------------*/
.copy__right {
  font-size: 14px;
  text-align: center;
  margin-bottom: 20px;
}/*# sourceMappingURL=style.css.map */