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

ul li, ol li {
  list-style: none;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/*
 * 色の設定
 */
/*
 * BEM関連
 */
/*
 * clearfix
 */
html, body {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "ヒラギノ角ゴシック", Meiryo, メイリオ, sans-serif;
  color: #000;
}

body {
  overflow-x: hidden;
  line-height: 1.6;
  font-size: 14px;
  font-weight: normal;
  background: #D8CEA5;
  letter-spacing: 0.075em;
}
@media (min-width: 768px) {
  body {
    font-size: 18px;
  }
}

.font_tsuku {
  font-family: "fot-tsukubrdgothic-std", sans-serif;
}

.font_yugo {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.font_yumin {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.font_hirasan {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴシック", Meiryo, メイリオ, sans-serif;
}

.font_hiramin {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.font_hirakaku {
  font-family: "HiraKakuProN-W3", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "HiraKakuProN-W6", "ヒラギノ角ゴ ProN W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS Pgothic", "Osaka", sans-serif, Helvetica, Helvetica Neue, Arial, Verdana;
}

.font_hel {
  font-family: Helvetica, Helvetica Neue, sans-serif;
}

.font_meirio {
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

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

header, nav, main, footer, small, button, label {
  display: block;
}

a, button {
  cursor: pointer;
  text-decoration: none;
  max-width: 100%;
  color: #000;
}

button:hover, button:active {
  outline: 0;
  opacity: 0.8;
  text-decoration: none;
}

i {
  font-style: normal;
}

a:hover, a:active {
  outline: 0;
  opacity: 0.8;
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: #a5a5a5;
}

:-ms-input-placeholder {
  color: #a5a5a5;
}

::-moz-placeholder {
  color: #a5a5a5;
}

::-placeholder {
  color: #a5a5a5;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: #fff;
  border: none;
  border-bottom: 1px solid #ddd;
  box-shadow: none;
  border-radius: 0;
  outline: none;
  font-size: 14px;
}
@media (min-width: 768px) {
  input, button, textarea, select {
    font-size: 18px;
  }
}

textarea {
  border: 1px solid #929292;
  resize: none;
  padding: 15px 10px;
  min-height: 120px;
  width: 100%;
}
@media (min-width: 768px) {
  textarea {
    min-height: 180px;
  }
}

input[type=checkbox] {
  cursor: pointer;
}

select {
  cursor: pointer;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

.containner {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .containner {
    padding-bottom: 80px;
  }
}
.containner.is-pb_none {
  padding-bottom: 0;
}

.flex {
  display: flex;
}

.innerBox {
  width: 100%;
  max-width: 1070px;
  margin: 0 auto;
  padding: 0 4%;
  position: relative;
}
@media (min-width: 1180px) {
  .innerBox {
    padding: 0 25px;
  }
}
.innerBox.is-h100 {
  height: 100%;
}

.min-620 {
  min-height: 620px;
}

.bold {
  font-weight: bold;
}

.medium {
  font-weight: 500;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

@media (min-width: 768px) {
  .display_to_mq {
    display: none;
  }
}

@media (min-width: 1024px) {
  .display_to_mq_m {
    display: none;
  }
}

.display_mq {
  display: none;
}
@media (min-width: 768px) {
  .display_mq.is-inline {
    display: inline;
  }
}
@media (min-width: 768px) {
  .display_mq.is-block {
    display: block;
  }
}

.display_mq_m {
  display: none;
}
@media (min-width: 1024px) {
  .display_mq_m.is-inline {
    display: inline;
  }
}
@media (min-width: 1024px) {
  .display_mq_m.is-block {
    display: block;
  }
}

.relative_wrap {
  position: relative;
}

.inline_block {
  display: inline-block;
}

.text_indent {
  padding-left: 1em;
  text-indent: -1em;
}

.c_pink {
  color: #f29c9f;
}

.post_cnt iframe {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

img.alignleft {
  display: block;
  margin-right: auto;
}

img.alignright {
  display: block;
  margin-left: auto;
}

input[type=submit],
input[type=button] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

main {
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.is-fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

.is-iframe_wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.is-iframe_wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.l-footer {
  background: #1f1d5d;
  padding-top: 25px;
  padding-bottom: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .l-footer {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}
.l-footer ul {
  margin-top: 15px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .l-footer ul {
    margin-top: 20px;
    margin-bottom: 40px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.l-footer ul li {
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.l-footer ul li a {
  color: #fff;
}
.l-footer__copy {
  font-size: 10px;
  color: #fff;
}
@media (min-width: 768px) {
  .l-footer__copy {
    font-size: 12px;
  }
}

.o-btn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  text-align: center;
  max-width: 420px;
  cursor: pointer;
  margin: 0 auto;
  background: #3989a4;
  box-shadow: none;
  border-radius: 5px;
  height: 32px;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  font-weight: normal;
  position: relative;
  border: none;
}

.o-title {
  text-align: center;
}
.o-title h2 {
  line-height: 1.3;
  font-size: 18px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .o-title h2 {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  .o-title h2 {
    font-size: 40px;
  }
}
.o-title h2 span {
  color: #e4c70f;
}

.p-top {
  background: url(../images/kv_bg.png) top center no-repeat;
  background-size: 100%;
}
@media (min-width: 768px) {
  .p-top {
    background-size: 1440px;
  }
}
.p-top .is-ribbon {
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .p-top .is-ribbon {
    margin-bottom: 45px;
  }
}
.p-top .is-ribbon.is-gd:before {
  background-image: url(../images/ribbon_gd_top.png);
  width: 70px;
  height: 70px;
  right: -6px;
  top: -6px;
}
@media (min-width: 768px) {
  .p-top .is-ribbon.is-gd:before {
    width: 119px;
    height: 119px;
    right: -10px;
    top: -10px;
  }
}
.p-top .is-ribbon.is-gd:after {
  background-image: url(../images/ribbon_gd_bottom.png);
  width: 70px;
  height: 70px;
  left: -6px;
  bottom: -6px;
}
@media (min-width: 768px) {
  .p-top .is-ribbon.is-gd:after {
    width: 119px;
    height: 119px;
    left: -10px;
    bottom: -10px;
  }
}
.p-top .is-ribbon:before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  right: -10px;
  top: -10px;
  background: url(../images/ribbon_top.png) center no-repeat;
  background-size: 100%;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-top .is-ribbon:before {
    right: -20px;
    top: -20px;
    width: 153px;
    height: 153px;
  }
}
.p-top .is-ribbon:after {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  left: -10px;
  bottom: -10px;
  background: url(../images/ribbon_bottom.png) center no-repeat;
  background-size: 100%;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-top .is-ribbon:after {
    left: -20px;
    bottom: -20px;
    width: 153px;
    height: 153px;
  }
}
.p-top__copy {
  text-align: center;
  font-size: 12px;
}
@media (min-width: 768px) {
  .p-top__copy {
    font-size: 14px;
  }
}
.p-top__policy {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #fff;
  margin-bottom: 20px !important;
}
@media (min-width: 768px) {
  .p-top__policy {
    padding-top: 40px;
  }
}
.p-top__policy h2 {
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-top__policy h2 {
    margin-bottom: 40px;
  }
}
.p-top__policy h3 {
  max-width: 750px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  color: #3989a4;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border: 1px solid #bd9a3a;
  border-bottom: none;
  padding: 5px;
}
@media (min-width: 768px) {
  .p-top__policy h3 {
    border: none;
    background: url(../images/policy_bg.png) center no-repeat;
    background-size: 100%;
    font-size: 24px;
    min-height: 84px;
  }
}
.p-top__policy__content {
  max-width: 640px;
  margin: -5px auto 0;
  border: 1px solid #bd9a3a;
  border-top: none;
  padding: 5px 15px 15px;
  overflow-y: auto;
  height: 150px;
}
.p-top__policy__content p {
  font-size: 12px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-top__policy__content p {
    font-size: 14px;
  }
}
.p-top__policy__content p:last-child {
  margin-bottom: 0;
}
.p-top__form {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #fff;
}
@media (min-width: 768px) {
  .p-top__form {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.p-top__form h2 {
  text-align: center;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .p-top__form h2 {
    margin-bottom: 20px;
  }
}
.p-top__form h3 {
  text-align: center;
  font-weight: normal;
  color: #705e1f;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-top__form h3 {
    margin-bottom: 40px;
  }
}
.p-top__form dl {
  max-width: 640px;
  margin: 0 auto 15px;
  letter-spacing: normal;
}
@media (min-width: 768px) {
  .p-top__form dl {
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .p-top__form dl.is-file dt {
    padding-top: 5px;
  }
}
@media (min-width: 768px) {
  .p-top__form dl dt {
    width: 200px;
    text-align: right;
  }
}
@media (min-width: 768px) {
  .p-top__form dl dd {
    padding-top: 5px;
    padding-left: 15px;
    width: -webkit-calc(100% - 200px);
    width: calc(100% - 200px);
  }
}
.p-top__form dl dd input[type=file] {
  display: none;
}
.p-top__form dl dd p {
  font-size: 13px;
}
@media (min-width: 768px) {
  .p-top__form dl dd p {
    font-size: 16px;
  }
}
.p-top__form dl dd input {
  width: 100%;
  padding: 0 10px 10px;
}
@media (min-width: 768px) {
  .p-top__form dl dd input {
    padding-bottom: 20px;
  }
}
.p-top__qa {
  padding-top: 30px;
  padding-bottom: 40px;
  background: #fff;
}
@media (min-width: 768px) {
  .p-top__qa {
    padding-top: 40px;
    padding-bottom: 90px;
  }
}
.p-top__qa h2 {
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-top__qa h2 {
    margin-bottom: 40px;
  }
}
.p-top__qa dl {
  margin-bottom: 20px;
  border: 1px solid #e4ded5;
  border-radius: 5px;
  background: #f6f3ef;
  padding: 20px;
}
@media (min-width: 768px) {
  .p-top__qa dl {
    padding: 40px;
  }
}
@media (min-width: 1024px) {
  .p-top__qa dl {
    padding-left: 90px;
  }
}
.p-top__qa dl dd {
  position: relative;
  background: url(../images/icon_crown.png) left 6px center no-repeat;
  background-size: 60px;
  padding-left: 80px;
  line-height: 2.2;
  min-height: 64px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media (min-width: 768px) {
  .p-top__qa dl dd {
    background-position: left 12px center;
    background-size: 86px;
    padding-left: 140px;
  }
}
.p-top__qa dl dt {
  font-size: 20px;
  font-weight: normal;
  color: #705e1f;
  margin-bottom: 15px;
  letter-spacing: normal;
  position: relative;
  padding-left: 60px;
}
@media (min-width: 768px) {
  .p-top__qa dl dt {
    padding-left: 75px;
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.p-top__qa dl dt span {
  position: absolute;
  left: 0;
  top: 0;
  color: #3989a4;
  font-size: 36px;
  line-height: 1;
}
@media (min-width: 768px) {
  .p-top__qa dl dt span {
    font-size: 48px;
  }
}
.p-top__qa dl dt span i {
  font-size: 26px;
}
@media (min-width: 768px) {
  .p-top__qa dl dt span i {
    font-size: 36px;
  }
}
.p-top__flow {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #fff;
}
@media (min-width: 768px) {
  .p-top__flow {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.p-top__flow__step {
  line-height: 1;
  font-size: 18px;
  color: #705e1f;
  font-style: italic;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-top__flow__step {
    font-size: 24px;
    position: relative;
  }
}
.p-top__flow__step i {
  padding-left: 15px;
  font-style: italic;
}
@media (min-width: 768px) {
  .p-top__flow__step i {
    padding-left: 25px;
  }
}
.p-top__flow__step span {
  display: block;
  font-size: 60px;
  color: #3989a4;
}
@media (min-width: 768px) {
  .p-top__flow__step span {
    font-size: 90px;
  }
}
.p-top__flow ul li {
  position: relative;
  padding-left: 4%;
  padding-right: 4%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  letter-spacing: normal;
}
@media (min-width: 1180px) {
  .p-top__flow ul li {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.p-top__flow ul li:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  width: 92%;
  border-radius: 100px 0 0 100px;
  background: #f9f4eb;
  z-index: 0;
}
@media (min-width: 768px) {
  .p-top__flow ul li:before {
    width: 86%;
    border-radius: 200px 0 0 200px;
  }
}
.p-top__flow ul li h4 {
  position: relative;
  z-index: 1;
  width: 82%;
  margin-left: auto;
  padding-bottom: 15px;
  font-weight: normal;
  font-size: 20px;
  color: #705e1f;
}
@media (min-width: 768px) {
  .p-top__flow ul li h4 {
    width: 100%;
    font-size: 30px;
    padding-bottom: 25px;
  }
}
.p-top__flow ul li p {
  width: 82%;
  margin-left: auto;
  position: relative;
  z-index: 1;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .p-top__flow ul li p {
    width: 100%;
    line-height: 2.2;
  }
}
.p-top__flow ul li p span {
  background: linear-gradient(transparent 40%, #fef2bc 40%);
}
.p-top__flow ul li img {
  position: relative;
  z-index: 1;
}
.p-top__flow ul li dl {
  position: relative;
  z-index: 1;
  max-width: 780px;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .p-top__flow ul li dl {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  .p-top__flow ul li dl dt {
    width: 54%;
  }
}
@media (min-width: 768px) {
  .p-top__flow ul li dl dd {
    width: 46%;
    padding-right: 40px;
  }
}
@media (min-width: 768px) {
  .p-top__flow ul li:first-child {
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .p-top__flow ul li:first-child h4, .p-top__flow ul li:first-child p {
    width: 62%;
  }
}
.p-top__flow ul li:first-child h4 {
  padding-top: 45px;
}
@media (min-width: 768px) {
  .p-top__flow ul li:first-child .p-top__flow__step {
    position: absolute;
    top: 18px;
    left: 19%;
  }
}
.p-top__flow ul li:first-child img {
  margin-top: 20px;
  margin-bottom: -20px;
}
@media (min-width: 1024px) {
  .p-top__flow ul li:first-child img {
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    bottom: -25px;
    left: 50px;
    max-width: 290px;
  }
}
@media (min-width: 1180px) {
  .p-top__flow ul li:first-child img {
    max-width: 100%;
  }
}
.p-top__flow ul li:nth-child(2) {
  margin-top: 40px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .p-top__flow ul li:nth-child(2) {
    margin-top: 60px;
    margin-bottom: 30px;
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.p-top__flow ul li:nth-child(2):before {
  right: auto;
  left: 0;
  border-radius: 0 100px 100px 0;
}
@media (min-width: 768px) {
  .p-top__flow ul li:nth-child(2):before {
    border-radius: 0 200px 200px 0;
  }
}
.p-top__flow ul li:nth-child(2) h4 {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .p-top__flow ul li:nth-child(2) h4 {
    padding-top: 10px;
  }
}
.p-top__flow ul li:nth-child(2) img {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .p-top__flow ul li:nth-child(2) img {
    margin-top: 0;
  }
}
.p-top__flow ul li:nth-child(2) .p-top__flow__step {
  left: -20px;
}
@media (min-width: 768px) {
  .p-top__flow ul li:nth-child(2) .p-top__flow__step {
    left: 0;
  }
}
.p-top__flow ul li:last-child {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .p-top__flow ul li:last-child {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1024px) {
  .p-top__flow ul li:last-child {
    padding-left: 120px;
  }
}
.p-top__flow ul li:last-child .p-top__flow__step {
  left: -20px;
}
@media (min-width: 768px) {
  .p-top__flow ul li:last-child .p-top__flow__step {
    left: 0;
  }
}
@media (min-width: 1024px) {
  .p-top__flow ul li:last-child .p-top__flow__step {
    padding-right: 35px;
  }
}
@media (min-width: 1024px) {
  .p-top__flow ul li:last-child dl dt {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-top__flow ul li:last-child h4 {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .p-top__flow ul li:last-child h4 {
    padding-top: 0;
  }
}
.p-top__flow ul li:last-child img {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .p-top__flow ul li:last-child img {
    margin-top: 0;
  }
}
.p-top__flow h2 {
  max-width: 92%;
  margin: 0 auto;
  text-align: center;
}
.p-top__flow h3 {
  text-align: center;
  line-height: 1;
  color: #705e1f;
  font-size: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-top__flow h3 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.p-top__flow h3 span {
  font-size: 32px;
  padding-right: 8px;
}
@media (min-width: 768px) {
  .p-top__flow h3 span {
    font-size: 48px;
  }
}
.p-top__case {
  padding-top: 30px;
  padding-bottom: 20px;
  background: #fff;
}
@media (min-width: 768px) {
  .p-top__case {
    padding-top: 40px;
  }
}
.p-top__case h2 {
  text-align: center;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .p-top__case h2 {
    margin-bottom: 30px;
  }
}
.p-top__case .innerBox > p {
  text-align: right;
  color: #939393;
}
.p-top__case .innerBox > ul > li {
  border: 1px solid #e4ded5;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 20px 10px;
}
@media (min-width: 768px) {
  .p-top__case .innerBox > ul > li {
    padding-top: 40px;
    padding-bottom: 30px;
    margin-bottom: 45px;
  }
}
@media (min-width: 768px) {
  .p-top__case .innerBox > ul > li > dl {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-top__case .innerBox > ul > li > dl > dt {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-top__case .innerBox > ul > li > dl > dt {
    margin-bottom: 0;
    width: 42%;
  }
}
.p-top__case .innerBox > ul > li > dl > dt img {
  max-width: 160px;
  display: block;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .p-top__case .innerBox > ul > li > dl > dt img {
    max-width: 100%;
  }
}
.p-top__case .innerBox > ul > li > dl > dt h3 {
  font-weight: normal;
  font-size: 18px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background: url(../images/title_bg.png) center no-repeat;
  background-size: 100%;
  width: 270px;
  height: 48px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .p-top__case .innerBox > ul > li > dl > dt h3 {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  .p-top__case .innerBox > ul > li > dl > dt h3 {
    width: 382px;
    height: 68px;
  }
}
.p-top__case .innerBox > ul > li > dl > dt h3 span {
  font-weight: bold;
  color: #3989a4;
}
.p-top__case .innerBox > ul > li > dl > dt h3 i {
  font-size: 14px;
}
@media (min-width: 1024px) {
  .p-top__case .innerBox > ul > li > dl > dt h3 i {
    font-size: 18px;
  }
}
.p-top__case .innerBox > ul > li > dl > dt > span {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  border: 1px double #fff;
  box-shadow: 0 0 0 4px #bd9a3a;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  background: #bd9a3a;
  border-radius: 50%;
}
@media (min-width: 1024px) {
  .p-top__case .innerBox > ul > li > dl > dt > span {
    top: -10px;
    right: -20px;
    width: 106px;
    height: 106px;
    font-size: 24px;
  }
}
.p-top__case .innerBox > ul > li > dl > dd {
  text-align: center;
}
@media (min-width: 768px) {
  .p-top__case .innerBox > ul > li > dl > dd {
    width: 58%;
    padding-left: 30px;
  }
}
.p-top__case .innerBox > ul > li > dl > dd p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .p-top__case .innerBox > ul > li > dl > dd p {
    margin-bottom: 25px;
    font-size: 24px;
  }
}
.p-top__case .innerBox > ul > li > dl > dd dl {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-top__case .innerBox > ul > li > dl > dd dl dt {
  font-size: 18px;
  font-weight: bold;
  color: #3989a4;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 10px;
}
@media (min-width: 1024px) {
  .p-top__case .innerBox > ul > li > dl > dd dl dt {
    font-size: 24px;
  }
}
.p-top__case .innerBox > ul > li > dl > dd dl dt span {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 32px;
  height: 32px;
  color: #fff;
  background: #3989a4;
  border-radius: 50%;
}
@media (min-width: 1024px) {
  .p-top__case .innerBox > ul > li > dl > dd dl dt span {
    width: 44px;
    height: 44px;
  }
}
.p-top__case .innerBox > ul > li > dl > dd dl dd {
  font-weight: bold;
  color: #bd9a3a;
  font-size: 24px;
}
@media (min-width: 1024px) {
  .p-top__case .innerBox > ul > li > dl > dd dl dd {
    font-size: 36px;
  }
}
.p-top__reason {
  padding-top: 20px;
  padding-bottom: 40px;
  background: #fff;
}
@media (min-width: 768px) {
  .p-top__reason {
    padding-top: 30px;
  }
}
.p-top__reason.is-reward h2 img {
  max-height: inherit;
}
.p-top__reason.is-reward ul {
  background: none;
  padding-top: 0;
}
.p-top__reason.is-reward ul:after {
  display: none;
}
.p-top__reason.is-reward ul li dl dt {
  text-align: center;
}
.p-top__reason.is-reward ul li dl dt i {
  color: #bd9a3a;
  font-weight: bold;
}
.p-top__reason.is-reward ul li dl dt span {
  font-size: 22px;
  color: #bd9a3a;
  font-weight: bold;
}
.p-top__reason.is-reward ul li h3 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background: url(../images/title_bg.png) center no-repeat;
  background-size: 100%;
  width: 270px;
  height: 48px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .p-top__reason.is-reward ul li h3 {
    margin-bottom: 20px;
    margin-top: 30px;
  }
}
@media (min-width: 1024px) {
  .p-top__reason.is-reward ul li h3 {
    width: 346px;
    height: 62px;
  }
}
.p-top__reason ul {
  position: relative;
  background: url(../images/reason_bg.png) top center no-repeat;
  background-size: 100%;
  padding-top: 30px;
  max-width: 770px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-top__reason ul {
    padding-top: 45px;
    background-size: 454px;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-top__reason ul:after {
  content: "";
  display: none;
  position: absolute;
  width: 454px;
  height: 24px;
  top: 470px;
  left: 50%;
  -webkit-transform: translateX(-50%); /* Safari用 */
  transform: translateX(-50%);
  background: url(../images/reason_bg.png) center no-repeat;
  background-size: 100%;
}
@media (min-width: 1024px) {
  .p-top__reason ul:after {
    display: block;
    background-size: 454px;
  }
}
@media (min-width: 768px) {
  .p-top__reason ul li {
    width: 45%;
  }
}
.p-top__reason ul li:last-child {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .p-top__reason ul li:last-child {
    margin-top: 0;
    margin-left: 10%;
  }
}
.p-top__reason ul li h3 {
  text-align: center;
  color: #3989a4;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .p-top__reason ul li h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1024px) {
  .p-top__reason ul li h3 {
    margin-top: 65px;
  }
}
.p-top__reason h2 {
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-top__reason h2 {
    margin-bottom: 30px;
  }
}
.p-top__reason h2 img {
  max-height: 18px;
}
@media (min-width: 768px) {
  .p-top__reason h2 img {
    max-height: inherit;
  }
}
.p-top__about {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .p-top__about {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.p-top__about p {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-top__about p {
    margin-bottom: 30px;
  }
}
.p-top__about p:last-child {
  margin-bottom: 0;
}
.p-top__about p span {
  font-weight: bold;
}
.p-top__about img {
  display: block;
  margin: 0 auto 20px;
}
@media (min-width: 768px) {
  .p-top__about img {
    margin-bottom: 30px;
  }
}
.p-top__about h2 {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-top__about h2 {
    margin-bottom: 30px;
  }
}
.p-top__kv {
  text-align: center;
  position: relative;
  z-index: 2;
}
.p-top__wrap {
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
  width: 94%;
  max-width: 1080px;
  margin: -40px auto 0;
}
@media (min-width: 768px) {
  .p-top__wrap {
    padding: 30px;
    margin-top: -80px;
  }
}
.p-top__read {
  position: relative;
  padding-top: 25px;
  padding-bottom: 20px;
  background: #fff;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .p-top__read {
    margin-bottom: 40px;
  }
}
.p-top__read:before {
  content: "";
  display: block;
  width: 200px;
  height: 125px;
  background: url(../images/kv_ribbon.png) center no-repeat;
  background-size: 100%;
  position: absolute;
  left: -8%;
  top: -60px;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-top__read:before {
    width: 300px;
    height: 188px;
    top: -100px;
  }
}
@media (min-width: 1024px) {
  .p-top__read:before {
    width: 427px;
    height: 267px;
    left: -70px;
    top: -130px;
  }
}
@media (min-width: 1024px) {
  .p-top__read__content {
    padding-left: 28%;
    padding-bottom: 20px;
    background: url(../images/read_bg.png) right bottom 20px no-repeat;
  }
}
.p-top__read__content .is-img {
  display: block;
  max-width: 70%;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .p-top__read__content .is-img {
    position: absolute;
    left: -10px;
    bottom: -25px;
  }
}
.p-top__read__content p {
  font-size: 16px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .p-top__read__content p {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
@media (min-width: 1024px) {
  .p-top__read__content p {
    padding-left: 110px;
  }
}
@media (min-width: 768px) {
  .p-top__read__content p:last-child {
    margin-bottom: 0;
  }
}
.p-top__read__content p span {
  background: linear-gradient(transparent 40%, #fef2bc 40%);
}
.p-top__read__content h2 {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-top__read__content h2 {
    margin-bottom: 40px;
  }
}
/*# sourceMappingURL=style.css.map */