@charset "UTF-8";
/*
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;
}

/**
 * メディアクエリ
 */
/**
 * 色の設定
 */
/* カラーの呼び出し */
/* fontfamily */
.sp-block {
  display: block;
}

@media (min-width: 768px) {
  .sp-block {
    display: none !important;
  }
}

.pc-block {
  display: none;
}

@media (min-width: 768px) {
  .pc-block {
    display: block !important;
  }
}

/* --------------------------------------------------- */
/* base */
/* --------------------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  word-wrap: break-word;
  font-size: 1.2rem;
  line-height: 1.8;
}

@media (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
}

a:not([href]):not([tabindex]) {
  color: initial;
}

button:hover {
  cursor: pointer;
}

ol,
ul {
  list-style: none;
}

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

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

span {
  vertical-align: middle;
}

.responsive-menu-button {
  display: none !important;
}

.l-header {
  overflow: hidden;
}

.l-header .hero-wrap {
  background: url(../img/s_bg-hero.jpg) center center no-repeat;
  background-size: cover;
  width: 100%;
}

.l-header .hero-inner {
  position: relative;
  max-width: 1200px;
  min-height: 300px;
  margin: 0 auto;
  overflow: hidden;
}

@media (min-width: 768px) {
  .l-header .hero-inner {
    min-height: 500px;
    overflow: visible;
  }
}

.l-header .hero-inner .hero-text {
  max-width: 960px;
  min-height: 300px;
  margin: 0 auto;
  padding: 15px 30px;
  position: relative;
  z-index: 9999;
}

@media (min-width: 768px) {
  .l-header .hero-inner .hero-text {
    min-height: 500px;
  }
}

.l-header .hero-inner .hero-text .heading {
  max-width: 220px;
  position: absolute;
  left: 0;
  right: 0;
  top: 70px;
  margin: auto;
}

@media (min-width: 480px) {
  .l-header .hero-inner .hero-text .heading {
    max-width: 250px;
  }
}

@media (min-width: 768px) {
  .l-header .hero-inner .hero-text .heading {
    top: 120px;
    max-width: 380px;
  }
}

.l-header .hero-inner .hero-text .hero-catch {
  max-width: 150px;
  position: absolute;
  left: -100px;
  right: 0;
  top: 30px;
  margin: auto;
}

@media (min-width: 480px) {
  .l-header .hero-inner .hero-text .hero-catch {
    max-width: 180px;
  }
}

@media (min-width: 768px) {
  .l-header .hero-inner .hero-text .hero-catch {
    top: 45px;
    max-width: 300px;
    left: -100px;
  }
}

.l-header .hero-inner .hero-text .hero-present {
  z-index: 10;
  max-width: 120px;
  position: absolute;
  z-index: 8888;
  right: 5px;
  bottom: 5px;
}

@media (min-width: 768px) {
  .l-header .hero-inner .hero-text .hero-present {
    max-width: 200px;
    margin: auto;
    left: 0;
    bottom: 15px;
    right: -400px;
  }
}

.hero-img [class*="hero-tri"] {
  position: absolute;
}

.hero-img .hero-tri01 {
  width: 100px;
  right: 30px;
  top: 0;
}

@media (min-width: 768px) {
  .hero-img .hero-tri01 {
    width: 250px;
    right: 100px;
    top: 0;
  }
}

.hero-img .hero-tri02 {
  width: 100px;
  right: -10px;
  top: 30px;
}

@media (min-width: 768px) {
  .hero-img .hero-tri02 {
    width: 250px;
    right: -30px;
    top: 40px;
  }
}

.hero-img .hero-tri03 {
  display: none;
  width: 100px;
}

@media (min-width: 768px) {
  .hero-img .hero-tri03 {
    display: block;
    width: 150px;
    right: 0;
    bottom: 120px;
  }
}

.hero-img .hero-tri04 {
  width: 100px;
  right: -15px;
  bottom: 120px;
}

@media (min-width: 768px) {
  .hero-img .hero-tri04 {
    width: 250px;
    right: 50px;
    bottom: 0;
  }
}

.hero-img .hero-tri05 {
  width: 180px;
  left: -30px;
  top: -15px;
}

@media (min-width: 768px) {
  .hero-img .hero-tri05 {
    left: 100px;
    width: 250px;
  }
}

.hero-img .hero-tri06 {
  width: 120px;
  left: -30px;
  top: 100px;
}

@media (min-width: 768px) {
  .hero-img .hero-tri06 {
    width: 250px;
    left: -30px;
    top: 50px;
  }
}

.hero-img .hero-tri07 {
  width: 120px;
  left: -30px;
  bottom: -20px;
}

@media (min-width: 768px) {
  .hero-img .hero-tri07 {
    width: 250px;
    left: -30px;
    bottom: 0;
  }
}

.hero-img .hero-tri08 {
  width: 120px;
  left: 40px;
  bottom: -20px;
}

@media (min-width: 768px) {
  .hero-img .hero-tri08 {
    width: 250px;
    left: 120px;
    bottom: 0;
  }
}

.campaign-period {
  text-align: center;
  background-color: #2a93d5;
  color: #FCF6E4;
  padding:20px;

background: linear-gradient( -45deg, #2a93d5 25%, #1a78c1 25%, #1a78c1 50%, #2a93d5 50%, #2a93d5 75%, #1a78c1 75%, #1a78c1 );
    background-size: 30px 30px;

}

.campaign-period .fs-small {
  margin: 0 20px 0 0;
}

@media (min-width: 768px) {
  .campaign-period .fs-small {
    font-size: 1.8rem;
  }
}

@media (min-width: 768px) {
  .campaign-period .fs-large {
    font-size: 2.4rem;
  }
}

/*　ボタン　*/
[class*="btn-"] {
  position: relative;
  display: block;
  padding: 5px;
  border: none;
  border-radius: 5px;
  text-align: center;
  width: 100%;
  max-width: 100%;
  text-decoration: none;
  font-size: 1.2rem;
  line-height: 2;
}

@media (min-width: 768px) {
  [class*="btn-"] {
    padding: 10px;
    font-size: 2rem;
  }
}

[class*="btn-"]:hover {
  text-decoration: none;
}

@media (min-width: 960px) {
  [class*="btn-"]:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  [class*="btn-"]:hover:hover {
    opacity: 0.8;
  }
}

.btn-entry {
  background-color: #FFE26A;
  color: #FF793B;
  padding: 20px 0;
  position: relative;
  font-weight: 800;
}

@media (min-width: 768px) {
  .btn-entry {
    padding: 10px 0;
  }
}

.btn-entry:after {
  position: absolute;
/*
  font-family: "Font Awesome 5 pro";
  content: "\f078";
*/
  right: 10px;
}

@media (min-width: 768px) {
  .btn-entry:after {
    right: 30px;
  }
}

.btn-link {
  background-color: #FF793B;
  color: #fff;
  position: relative;
}

.btn-link:after {
  position: absolute;
  font-family: "Font Awesome 5 pro";
  content: "\f105";
  right: 10px;
top: auto;
    bottom: auto;
    height: auto;
    width: auto;
}

@media (min-width: 768px) {
  .btn-link:after {
    right: 30px;
  }
}

.btn-copy {
  background-color: #fff;
  color: #FF793B;
  border: 1px solid #FF793B;
}

.btn-copy:before {
  position: absolute;
  font-family: "Font Awesome 5 pro";
  content: "\f0c5";
  left: 10px;
}

@media (min-width: 768px) {
  .btn-copy:before {
    left: 14px;
  }
}

.sp-block .btn-entry {
  border-radius: 0;
}

.copy-text {
  z-index: -1;
  position: relative;
}

.comment {
  background-color: #2a93d5;
  text-align: center;
  color: #fff;
  position: relative;
  padding: 90px 20px 45px;
}

@media (min-width: 768px) {
  .comment {
    padding: 150px 0 60px;
  }
}

.comment .comment-img {
  width: 120px;
  height: 120px;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: -60px;
  z-index: 1;
}

@media (min-width: 768px) {
  .comment .comment-img {
    width: 170px;
    height: 170px;
    top: -85px;
  }
}

.comment .comment-img img {
  width: 45px;
  margin: 50px auto 0;
}

@media (min-width: 768px) {
  .comment .comment-img img {
    width: 80px;
    margin: 50px auto 0;
  }
}

.entry {
  background: #95d1c1 url(../img/bg-line.svg) center center;
  background-size: 300px auto;
  text-align: center;
  color: #fff;
  padding: 45px 20px 45px;
}

@media (min-width: 768px) {
  .entry {
    padding: 120px 30px 120px;
  }
}

.entry .heading-en {
  position: relative;
  display: inline;
}

.entry .heading-en:after {
  content: '';
  width: 35px;
  height: 40px;
  position: absolute;
  background: url(../img/img-catchWhi.svg) center center no-repeat;
  background-size: 100% auto;
  top: -20px;
  right: -40px;
}

@media (min-width: 768px) {
  .entry .heading-en:after {
    width: 70px;
    height: 80px;
    top: -40px;
    right: -80px;
  }
}

.entry .entry-catch {
  font-size: 1.4rem;
  padding: 0 0 20px;
}

@media (min-width: 768px) {
  .entry .entry-catch {
    font-size: 2.4rem;
    padding: 0 0 30px;
  }
}

.entry .entry-list {
  color: #707070;
  text-align: left;
}

.entry .entry-list .fa-triangle {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  color: #fff;
  text-align: center;
  display: block;
  padding: 20px;
}

@media (min-width: 768px) {
  .entry .entry-list .fa-triangle {
    padding: 30px;
  }
}

.entry .entry-list .entry-detail {
  padding: 20px;
  max-width: 960px;
  margin: 30px auto 0;
  background-color: #fff;
  position: relative;
  border-radius: 20px;
}

@media (min-width: 768px) {
  .entry .entry-list .entry-detail {
    padding: 60px;
  }
}

.entry .entry-list .entry-detail .step-number {
  font-family: 'Sriracha', cursive;
  font-weight: normal;
  font-size: 2rem;
  color: #2a93d5;
  position: absolute;
  left: 0;
  right: 0;
  top: -30px;
  margin: auto;
  background-color: #fff;
  border-radius: 100%;
  width: 120px;
  height: 120px;
  text-align: center;
  padding: 5px;
  z-index: 0;
}

@media (min-width: 768px) {
  .entry .entry-list .entry-detail .step-number {
    width: auto;
    height: auto;
    background-color: transparent;
    font-size: 4rem;
    -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
            transform: rotate(-10deg);
    left: -20px;
    right: auto;
    top: -40px;
  }
}

.entry .entry-list .entry-detail .step-wrap {
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .entry .entry-list .entry-detail .step-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.entry .entry-list .entry-detail .step-wrap .step-text {
  text-align: center;
  margin: 0 0 5px;
}

@media (min-width: 768px) {
  .entry .entry-list .entry-detail .step-wrap .step-text {
    text-align: left;
    width: 40%;
    margin: 0 30px 0 0;
  }
}

@media (min-width: 768px) {
  .entry .entry-list .entry-detail .step-wrap .step-btn {
    width: 60%;
  }
}

.entry .entry-list .entry-detail .step-wrap .step-btn [class*="btn-"] {
  width: 100%;
}

.entry .entry-list .entry-detail .step-wrap .fs-small {
  margin: 5px 0 0;
}

.entry .entry-list .entry-end {
  text-align: center;
  font-size: 2rem;
  color: #fff;
}

@media (min-width: 768px) {
  .entry .entry-list .entry-end {
    font-size: 3.5rem;
  }
}

.heading-en {
  font-family: 'Sriracha', cursive;
  font-weight: normal;
  font-weight: normal;
  font-size: 3rem;
}

@media (min-width: 768px) {
  .heading-en {
    font-size: 4.5rem;
  }
}

.intro {
  background-color: #fff;
  color: #2a93d5;
}

@media (min-width: 768px) {
  .intro {
    background-color: #2a93d5;
    color: #FCF6E4;
    padding: 60px 30px 60px;
  }
}

.intro .intro-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 20px;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 960px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .intro .intro-wrap {
    padding: 0;
  }
}

.intro .intro-wrap .intro-img {
  min-width: 90px;
  max-width: 90px;
  margin: 0 20px 0 0;
  -webkit-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
  position: relative;
  display: inline;
}

@media (min-width: 768px) {
  .intro .intro-wrap .intro-img {
    min-width: 300px;
    max-width: 300px;
    margin: 0 30px 0 0;
  }
}

.intro .intro-wrap .intro-img:after {
  content: '';
  width: 35px;
  height: 40px;
  position: absolute;
  background: url(../img/img-catchGre.svg) center center no-repeat;
  background-size: 100% auto;
  top: -30px;
  right: -40px;
}

@media (min-width: 768px) {
  .intro .intro-wrap .intro-img:after {
    width: 70px;
    height: 80px;
    top: 40px;
    right: -70px;
  }
}

.intro .intro-wrap .intro-text {
  margin: 30px 0 0;
}

@media (min-width: 768px) {
  .intro .intro-wrap .intro-text {
    margin: 0;
    padding: 0 30px;
    width: 100%;
  }
}

.intro .intro-wrap .intro-catch {
  font-family: 'Sriracha', cursive;
  font-weight: normal;
  position: absolute;
  font-size: 1.7rem;
  right: 10px;
  top: 10px;
  -webkit-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
          transform: rotate(10deg);
  color: rgba(110, 139, 127, 0.2);
}

@media (min-width: 768px) {
  .intro .intro-wrap .intro-catch {
    font-size: 3.0rem;
    right: 30px;
    top: 30px;
  }
}

.intro .intro-wrap .fs-middle {
  color: #135589;
}

@media (min-width: 768px) {
  .intro .intro-wrap .fs-middle {
    margin: 0 0 10px;
  }
}

@media (min-width: 768px) {
  .intro .intro-wrap {
    background-color: #fff;
    border-radius: 30px;
  }
}

.overview {
  text-align: center;
  background-color: #fff;
  color: #135589;
  position: relative;
  background: #fff url(../img/bg-triPlural.svg) center center;
  background-size: 200px auto;
}

.overview .overview-list {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 45px 20px 45px;
}

@media (min-width: 768px) {
  .overview .overview-list {
    max-width: 960px;
    margin: 0 auto;
    padding: 60px 60px 60px;
  }
}

.overview .overview-list .overview-detail {
  position: relative;
  z-index: 3;
}

.overview .overview-list .overview-detail .heading {
  border-bottom: 1px solid #135589;
  border-top: 1px solid #135589;
  padding: 5px;
}

@media (min-width: 768px) {
  .overview .overview-list .overview-detail .heading {
    padding: 20px;
  }
}

.overview .overview-list .overview-detail .overview-text {
  padding: 10px 0 30px;
}

@media (min-width: 768px) {
  .overview .overview-list .overview-detail .overview-text {
    padding: 20px 0 60px;
  }
}

@media (min-width: 960px) {
  .overview .overview-list .overview-detail .overview-text {
    margin: 0 auto;
    width: 500px;
  }
}

.overview .overview-list .overview-detail p.overview-text {
  text-align: center;
}

.photo {
  background-color: #FCF6E4;
  color: #016087;
  width: 100%;
  text-align: center;
  padding: 45px 20px 100px;
}

@media (min-width: 768px) {
  .photo {
    padding: 120px 30px 180px;
  }
}

.photo .btn-link {
  max-width: 400px;
  margin: 0 auto;
}

.photo .heading-en {
  position: relative;
  display: inline;
}

.photo .heading-en:after {
  content: '';
  width: 35px;
  height: 40px;
  position: absolute;
  background: url(../img/img-catchGre.svg) center center no-repeat;
  background-size: 100% auto;
  top: -30px;
  right: -30px;
}

@media (min-width: 768px) {
  .photo .heading-en:after {
    width: 70px;
    height: 80px;
    top: -40px;
    right: -80px;
  }
}

.photo iframe {
  width: 100% !important;
}

@media (min-width: 768px) {
  .photo iframe {
    max-width: 960px !important;
  }
}

.photo img {
  width: 100%;
}

.photo .photo-catch {
  margin: 0 0 30px;
}

.present {
  background-color: #FCF6E4;
  color: #135589;
  text-align: center;
  padding: 45px 20px;
  position: relative;
}

@media (min-width: 768px) {
  .present {
    padding: 60px 30px;
  }
}

.present .takibi-img {
  width: 60px;
  margin: 0 auto 20px;
}

@media (min-width: 768px) {
  .present .takibi-img {
    width: 90px;
  }
}

.present .takibi-img img {
  width: 100%;
}

.present .present-area {
  max-width: 960px;
  background-color: #fff;
  border-radius: 30px;
  padding: 20px;
  margin: -30px auto 0;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .present .present-area {
    border-radius: 20px;
    padding: 30px;
    margin: -60px auto 0;
  }
}

.present .present-area .present-catch {
  font-size: 1.4rem;
  z-index: 1;
  position: relative;
}

@media (min-width: 768px) {
  .present .present-area .present-catch {
    margin: 30px 30px;
    font-size: 2.4rem;
  }
}

@media (min-width: 768px) {
  .present .present-area .present-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.present .present-area .present-list .present-detail {
  position: relative;
  margin: 20px 0;
}

@media (min-width: 768px) {
  .present .present-area .present-list .present-detail {
    width: calc(50% - 60px);
    margin: 30px 30px;
  }
}

.present .present-area .heading {
  background-color: #2a93d5;
  color: #fff;
  font-weight: 800;
  border-radius: 30px;
  padding: 5px;
  font-size: 1.2rem;
  position: relative;
}

@media (min-width: 768px) {
  .present .present-area .heading {
    font-size: 1.8rem;
  }
}

.present .present-area .present-wrap {
  position: relative;
  margin: 10px 0;
}

@media (min-width: 768px) {
  .present .present-area .present-wrap {
    margin: 30px 0;
  }
}

.present .present-area .present-wrap:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(110, 139, 127, 0.2);
  border-radius: 20px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 0;
}

.present .present-area .present-wrap .present-img {
  width: 80%;
  height: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.present .present-area .present-wrap .present-count {
  position: absolute;
  right: -20px;
  bottom: 0;
  -webkit-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
  height: 60px;
  width: 100px;
  z-index: 2;
}

@media (min-width: 768px) {
  .present .present-area .present-wrap .present-count {
    right: -30px;
    height: 80px;
    width: 150px;
  }
}

.present .present-area .present-wrap .present-count img {
  height: 100%;
}

.present .fs-small {
  margin: 10px 0 0;
}

.present .heading-en {
  height: 90px;
  width: 180px;
  border-radius: 180px 180px 0 0;
  background-color: #fff;
  margin: 10px auto 0;
  padding: 10px 0 0;
  position: relative;
}

.present .heading-en:after {
  content: '';
  width: 35px;
  height: 40px;
  position: absolute;
  background: url(../img/img-catchGre.svg) center center no-repeat;
  background-size: 100% auto;
  top: 0;
  right: 0;
}

@media (min-width: 768px) {
  .present .heading-en:after {
    width: 70px;
    height: 80px;
    top: -10px;
    right: -10px;
  }
}

@media (min-width: 768px) {
  .present .heading-en {
    height: 150px;
    width: 300px;
    border-radius: 300px 300px 0 0;
    margin: 30px auto 0;
    padding: 20px 0 0;
  }
}

.present .intro-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 20px;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 840px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .present .intro-wrap {
    padding: 0;
  }
}

.present .intro-wrap .intro-img {
  min-width: 100px;
  margin: 0 10px 0 0;
  -webkit-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

@media (min-width: 768px) {
  .present .intro-wrap .intro-img {
    min-width: 300px;
    margin: 0 80px 0 0;
  }
}

.present .intro-wrap .intro-catch {
  font-family: 'Sriracha', cursive;
  font-weight: normal;
  position: absolute;
  font-size: 1.7rem;
  right: 10px;
  top: 10px;
  -webkit-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
          transform: rotate(10deg);
}

@media (min-width: 768px) {
  .present .intro-wrap .intro-catch {
    font-size: 3.0rem;
    right: 30px;
    top: 30px;
  }
}

.present .intro-wrap .fs-middle {
  color: #2a93d5;
  margin: 0 0 10px;
}

@media (min-width: 768px) {
  .present .intro-wrap .fs-middle {
    margin: 0 0 10px;
  }
}

@media (min-width: 768px) {
  .present .intro-wrap {
    background-color: #fff;
    border-radius: 30px;
  }
}

.present .bg01 {
  display: none;
}

@media (min-width: 768px) {
  .present .bg01 {
    display: block;
    position: absolute;
    width: 300px;
    top: 30px;
    left: -30px;
    z-index: 0;
  }
}

.present .bg02 {
  display: none;
}

@media (min-width: 768px) {
  .present .bg02 {
    display: block;
    position: absolute;
    width: 300px;
    top: 160px;
    right: -30px;
    z-index: 0;
  }
}

.present .bg03 {
  display: none;
}

@media (min-width: 768px) {
  .present .bg03 {
    display: block;
    position: absolute;
    width: 200px;
    bottom: 600px;
    left: -30px;
    z-index: 0;
  }
}

.present .bg04 {
  display: none;
}

@media (min-width: 768px) {
  .present .bg04 {
    display: block;
    position: absolute;
    width: 300px;
    bottom: -30px;
    right: -30px;
    z-index: 0;
  }
}

.present .bg05 {
  display: none;
}

@media (min-width: 768px) {
  .present .bg05 {
    display: block;
    position: absolute;
    width: 300px;
    bottom: -250px;
    left: -30px;
    z-index: 0;
  }
}

.present .tri01 {
  display: none;
}

@media (min-width: 768px) {
  .present .tri01 {
    display: block;
    position: absolute;
    width: 150px;
    top: 0;
    left: 200px;
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
    z-index: 0;
  }
}

.present .tri02 {
  display: none;
}

@media (min-width: 768px) {
  .present .tri02 {
    display: block;
    position: absolute;
    width: 150px;
    top: 700px;
    right: -30px;
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
    z-index: 0;
  }
}

.present .tri03 {
  display: none;
}

@media (min-width: 768px) {
  .present .tri03 {
    display: block;
    position: absolute;
    width: 150px;
    bottom: 160px;
    left: -30px;
  }
}

.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
      -ms-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: all 1000ms;
  -o-transition: all 1000ms;
  transition: all 1000ms;
}

.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fs-small {
  font-size: 1.0rem;
}

@media (min-width: 768px) {
  .fs-small {
    font-size: 1.2rem;
  }
}

.fs-large {
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  .fs-large {
    font-size: 1.8rem;
  }
}

.fw-normal {
  font-weight: normal;
}

.fw-bold {
  font-weight: 800;
}

ul.list-asterisk {
  text-align: left;
}

ul.list-asterisk li {
  text-indent: -1em;
  margin-left: 1em;
}

ul.list-asterisk li:before {
  content: '※';
  display: inline-block;
  width: 1em;
  text-indent: 0;
}



[class^='btn']:after, .wpcf7-submit:after {
    
    background: none
}
