@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: noto-sans-cjk-jp, sans-serif;
  color: #696765;
}

body {
  overflow-x: hidden;
  line-height: 1.5;
  font-size: 13px;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  body.single-search .l-header__content__logo {
    width: 60px;
    top: 20px;
  }
}
body.post-type-archive .l-header__content__logo, body.single-post .l-header__content__logo {
  width: 52px;
  top: 16px;
}
@media (min-width: 1024px) {
  body.post-type-archive .l-header__content__logo, body.single-post .l-header__content__logo {
    top: 30px;
    width: 136px;
  }
}

.font_futura {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
}

.font_century {
  font-family: "century-gothic", sans-serif;
  ont-weight: 700;
  font-style: normal;
}

.font_source_han {
  font-family: source-han-sans-japanese, sans-serif;
}

.font_zen {
  font-family: zen-maru-gothic, sans-serif;
}

.font_cl {
  font-family: "corporate-logo-ver2", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.font_din {
  letter-spacing: 0.05em;
  font-family: din-2014, 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: normal;
}

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: #696765;
}

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

input, button, textarea, select {
  margin: 0;
  padding: 0;
  border-radius: 0;
  outline: 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: #f1f1f1;
  border: 1px solid #e3e3e3;
  box-shadow: none;
  border-radius: 3px;
  outline: none;
  width: 100%;
}
@media (min-width: 768px) {
  input, button, textarea, select {
    border-radius: 10px;
  }
}

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: 1280px;
  margin: 0 auto;
  padding: 0 4%;
  position: relative;
}
@media (min-width: 1180px) {
  .innerBox {
    padding: 0 40px;
  }
}
.innerBox.is-h100 {
  height: 100%;
}

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

.mb-30 {
  margin-bottom: 30px;
}

.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 {
  min-height: calc(100vh - 70px);
  position: relative;
  z-index: 1;
  background: #fff;
}
@media (min-width: 1024px) {
  main {
    min-height: calc(100vh - 100px);
  }
}

.is-margin-header {
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .is-margin-header {
    margin-top: 138px;
  }
}

#page__top {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #1A1A1A;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 10;
}
#page__top:hover {
  cursor: pointer;
}
@media (min-width: 1180px) {
  #page__top {
    right: 32px;
    bottom: 32px;
  }
}
@media (min-width: 1366px) {
  #page__top {
    width: 95px;
    height: 95px;
  }
}

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

.loading {
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  transition: all 1s;
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}
.loading.is-active {
  opacity: 0;
  visibility: hidden;
}

.loading-animation {
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  transition: all 1s;
  background-color: #FFF;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}
.loading-animation.is-active {
  opacity: 1;
  visibility: visible;
}
.loading-animation img {
  max-width: 200px;
  display: block;
  margin: auto;
}

@media (min-width: 1024px) {
  .postid-420 .l-header__content__logo {
    width: 60px;
    top: 20px;
  }
}

.l-header_list {
  mix-blend-mode: difference;
  position: fixed;
  right: 80px;
  top: 38px;
  display: none;
  z-index: 100;
}
@media (min-width: 1024px) {
  .l-header_list {
    display: block;
    width: 80%;
  }
}
@media (min-width: 1180px) {
  .l-header_list {
    right: 130px;
  }
}
.l-header_list ul {
  display: -webkit-flex; /* Safari用 */
  display: flex;
  -webkit-align-items: center; /* Safari用 */
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.l-header_list ul li {
  margin-left: 20px;
  font-size: 13px;
  font-weight: bold;
}
@media (min-width: 1260px) {
  .l-header_list ul li {
    margin-left: 30px;
    font-size: 15px;
  }
}
.l-header_list ul li a {
  color: #fff;
}

.l-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
}
.l-header__content {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 200;
}
.l-header__content__ham {
  width: 47px;
  height: 47px;
  position: fixed;
  right: 4%;
  top: 10px;
  cursor: pointer;
  z-index: 300;
  text-align: center;
  display: -webkit-flex; /* Safari用 */
  display: flex;
  -webkit-justify-content: center; /* Safari用 */
  justify-content: center;
  -webkit-align-items: center; /* Safari用 */
  align-items: center;
  background: #453f3b;
  color: #fff;
  border-radius: 50%;
}
@media (min-width: 1024px) {
  .l-header__content__ham {
    right: 0;
    top: 20px;
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 1180px) {
  .l-header__content__ham {
    right: 32px;
  }
}
.l-header__content__ham p {
  font-size: 11px;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .l-header__content__ham p {
    font-size: 14px;
  }
}
.l-header__content__list {
  position: absolute;
  right: 100px;
  top: 50%;
  display: none;
}
@media (min-width: 1024px) {
  .l-header__content__list {
    display: block;
    width: 80%;
  }
}
.l-header__content__list ul {
  display: -webkit-flex; /* Safari用 */
  display: flex;
  -webkit-align-items: center; /* Safari用 */
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.l-header__content__list ul li {
  margin-top: 30px;
  margin-left: 20px;
  font-size: 13px;
  font-weight: bold;
}
@media (min-width: 1260px) {
  .l-header__content__list ul li {
    margin-left: 30px;
    font-size: 15px;
  }
}
.l-header__content__logo {
  position: absolute;
  display: block;
  width: 52px;
  top: 16px;
  left: 4%;
}
@media (min-width: 1024px) {
  .l-header__content__logo {
    left: 0;
    top: 30px;
    width: 136px;
  }
}
.l-header__list {
  display: none;
  position: fixed;
  height: -webkit-fill-available;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.l-header__list__bg {
  z-index: 10000;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: -webkit-fill-available;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.l-header__list__ham {
  position: fixed;
  top: 10px;
  right: 4%;
  z-index: 20000;
  width: 47px;
  height: 47px;
  cursor: pointer;
  text-align: center;
  display: -webkit-flex; /* Safari用 */
  display: flex;
  -webkit-justify-content: center; /* Safari用 */
  justify-content: center;
  -webkit-align-items: center; /* Safari用 */
  align-items: center;
  border-radius: 50%;
  border: 1px solid #453f3b;
  background: #fff;
  color: #453f3b;
}
@media (min-width: 1024px) {
  .l-header__list__ham {
    right: 32px;
    top: 20px;
    width: 60px;
    height: 60px;
  }
}
.l-header__list__ham p {
  font-size: 11px;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .l-header__list__ham p {
    font-size: 14px;
  }
}
.l-header__list__content {
  position: relative;
  z-index: 15000;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.9);
  max-width: 600px;
  margin-left: auto;
}
.l-header__list__content .is-wrap {
  padding: 100px 4% 0;
}
@media (min-width: 1024px) {
  .l-header__list__content .is-wrap {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.l-header__list__content ul {
  display: -webkit-flex; /* Safari用 */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.l-header__list__content ul.is-last {
  margin-top: 10px;
}
.l-header__list__content ul.is-last li {
  width: 100%;
}
.l-header__list__content ul.is-last li a {
  font-size: 15px;
}
.l-header__list__content ul li {
  width: 50%;
  margin-bottom: 20px;
  text-align: left;
}
.l-header__list__content ul li a {
  font-weight: bold;
  font-size: 15px;
}
@media (min-width: 768px) {
  .l-header__list__content ul li a {
    font-size: 18px;
  }
}

.l-footer {
  background: #fff;
}
.l-footer__content {
  background: url(../images/common/footer_bg.png) center no-repeat;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 5px;
  color: #fff;
}
@media (min-width: 768px) {
  .l-footer__content {
    background-image: url(../images/common/footer_bg_pc.png);
    padding-top: 50px;
    padding-bottom: 10px;
  }
}
.l-footer__content__list {
  display: -webkit-flex; /* Safari用 */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto 50px;
  padding: 0 2%;
}
@media (min-width: 768px) {
  .l-footer__content__list {
    display: block;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 120px;
  }
}
@media (min-width: 1024px) {
  .l-footer__content__list {
    padding-left: 24.5%;
  }
}
.l-footer__content__list > ul {
  width: 50%;
}
@media (min-width: 768px) {
  .l-footer__content__list > ul {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: -webkit-flex; /* Safari用 */
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .l-footer__content__list > ul.is-sp {
    display: none;
  }
}
.l-footer__content__list > ul.is-last {
  width: 100%;
  max-width: 800px;
}
@media (min-width: 768px) {
  .l-footer__content__list > ul.is-last {
    margin-right: 0;
  }
}
.l-footer__content__list > ul.is-last > li a {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: normal;
}
@media (min-width: 768px) {
  .l-footer__content__list > ul.is-last > li a {
    font-size: 15px;
  }
}
.l-footer__content__list > ul > li.is-active > a {
  background: #fff;
  color: #696765;
  display: inline-block;
  padding: 2px 5px;
  border: 1px solid #696765;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .l-footer__content__list > ul > li.is-active > a {
    margin-bottom: 15px;
  }
}
.l-footer__content__list ul li a {
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .l-footer__content__list ul li a {
    font-size: 15px;
    margin-bottom: 20px;
  }
}
.l-footer__content__copy {
  display: -webkit-flex; /* Safari用 */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
  font-size: 10px;
  font-weight: normal;
}
@media (min-width: 768px) {
  .l-footer__content__copy {
    font-size: 16px;
  }
}
.l-footer__content__copy i {
  padding-bottom: 2px;
}
.l-footer__content__copy a {
  color: #fff;
  margin-left: 15px;
}
@media (min-width: 768px) {
  .l-footer__content__copy a {
    margin-left: 20px;
  }
}
.l-footer__contact {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  .l-footer__contact {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
@media (min-width: 768px) {
  .l-footer__contact .o-btn {
    margin-top: 50px;
  }
}
.l-footer__contact h2 {
  line-height: 1;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .l-footer__contact h2 {
    font-size: 46px;
    margin-bottom: 25px;
  }
}
.l-footer__contact dl {
  max-width: 740px;
  margin: 0 auto 20px;
}
@media (min-width: 768px) {
  .l-footer__contact dl {
    display: -webkit-flex; /* Safari用 */
    display: flex;
    -webkit-align-items: center; /* Safari用 */
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}
.l-footer__contact dl dt {
  display: -webkit-flex; /* Safari用 */
  display: flex;
  -webkit-align-items: center; /* Safari用 */
  align-items: center;
  font-size: 15px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .l-footer__contact dl dt {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 20px;
    font-size: 16px;
    margin-bottom: 0;
    width: 240px;
  }
}
.l-footer__contact dl dt span {
  height: 27px;
  background: #f4e7d6;
  font-size: 13px;
  font-weight: bold;
  display: -webkit-flex; /* Safari用 */
  display: flex;
  -webkit-justify-content: center; /* Safari用 */
  justify-content: center;
  -webkit-align-items: center; /* Safari用 */
  align-items: center;
  width: 60px;
  margin-left: 8px;
  border-radius: 13px;
}
@media (min-width: 768px) {
  .l-footer__contact dl dt span {
    font-size: 14px;
    margin-left: 18px;
  }
}
@media (min-width: 768px) {
  .l-footer__contact dl dd {
    width: -webkit-calc(100% - 240px);
    width: calc(100% - 240px);
  }
}
.l-footer__contact dl dd textarea {
  resize: none;
  min-height: 115px;
  padding: 8px 10px;
}
@media (min-width: 768px) {
  .l-footer__contact dl dd textarea {
    padding: 20px;
  }
}
.l-footer__contact dl dd select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 8px 10px;
  min-height: 36px;
  background: #f1f1f1 url(../images/common/select_arw.png) no-repeat right 10px center/12px auto;
  color: #696765;
}
@media (min-width: 768px) {
  .l-footer__contact dl dd select {
    padding: 20px;
    min-height: 58px;
  }
}
.l-footer__contact dl dd input {
  padding: 8px 10px;
  min-height: 36px;
}
@media (min-width: 768px) {
  .l-footer__contact dl dd input {
    padding: 20px;
  }
}
.l-footer__contact__thanks {
  text-align: center;
  margin-top: 30px;
}
.l-footer__journal {
  background: rgb(254, 243, 233);
  background: linear-gradient(0deg, rgb(254, 243, 233) 0%, rgb(253, 238, 232) 100%);
  padding: 40px 0 45px;
}
@media (min-width: 768px) {
  .l-footer__journal {
    padding-top: 60px;
    padding-bottom: 70px;
  }
}
.l-footer__journal .o-btn {
  margin-top: 40px;
}
.l-footer__journal__contrnt {
  max-width: 1030px;
  margin: 0 auto 20px;
}
.l-footer__journal__contrnt .slick-track {
  display: flex;
}
.l-footer__journal__contrnt .slick-track:after {
  display: none;
}
.l-footer__journal__contrnt .slick-track:before {
  content: "";
  display: table;
}
.l-footer__journal__contrnt .slick-slide {
  float: none;
  height: auto;
}
.l-footer__journal__contrnt .slick-slide img {
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  height: 250px;
}
@media (min-width: 768px) {
  .l-footer__journal__contrnt .slick-slide img {
    height: 235px;
  }
}
@media (min-width: 768px) {
  .l-footer__journal__contrnt section {
    margin-bottom: 25px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.l-footer__journal__contrnt section h3 {
  font-size: 13px;
  font-weight: bold;
  margin-top: 6px;
}
.l-footer__journal__contrnt .slick-dots li {
  margin-left: 0;
  margin-right: 0;
}
.l-footer__journal__contrnt .slick-dots li.slick-active button::before {
  color: #f1c3bf;
}
.l-footer__journal__contrnt .slick-dots li button::before {
  opacity: 1;
  color: #999;
  font-size: 12px;
}
.l-footer__journal__contrnt .slide-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  width: 14px;
  z-index: 1;
  cursor: pointer;
}
.l-footer__journal__contrnt .slide-arrow.prev-arrow {
  left: -6px;
}
.l-footer__journal__contrnt .slide-arrow.next-arrow {
  right: -6px;
}
.l-footer__journal__title {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .l-footer__journal__title {
    margin-bottom: 25px;
  }
}
.l-footer__journal__title p {
  font-size: 15px;
  line-height: 1.4;
  max-width: 1030px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .l-footer__journal__title p {
    font-size: 16px;
  }
}
.l-footer__journal__title h2 {
  line-height: 1;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .l-footer__journal__title h2 {
    font-size: 46px;
    margin-bottom: 40px;
  }
}

.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: 280px;
  cursor: pointer;
  margin: 0 auto;
  background: linear-gradient(45deg, rgb(249, 211, 211) 0%, rgb(225, 241, 238) 100%);
  border-radius: 25px;
  height: 50px;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  border: none;
  letter-spacing: 0.1em;
  color: #696765;
  box-shadow: 0 3px 3px #d8d8d8;
}
@media (min-width: 768px) {
  .o-btn {
    border-radius: 33px;
    font-size: 22px;
    max-width: 370px;
    height: 66px;
    box-shadow: 0 8px 10px #d8d8d8;
  }
}
.o-btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  right: 18px;
  width: 8px;
  height: 14px;
  background: url(../images/common/arw_bk.png) center no-repeat;
  background-size: 100%;
}
@media (min-width: 768px) {
  .o-btn:after {
    width: 13px;
    height: 21px;
  }
}
.o-btn.is-pink {
  color: #fff;
  background: #f1c3bf;
}
.o-btn.is-pink:after {
  display: none;
}
.o-btn.is-yew {
  color: #fff;
  background: #e9dd36;
  box-shadow: 0 2px 0 3px #d3c938;
}
.o-btn.is-yew:after {
  background-image: url(../images/common/arw.png);
}
.o-btn.is-grn {
  color: #fff;
  background: #82c3c0;
  box-shadow: 0 2px 0 3px #61b3af;
  height: 40px;
  max-width: 220px;
  font-size: 15px;
}
@media (min-width: 768px) {
  .o-btn.is-grn {
    height: 66px;
    max-width: 384px;
    font-size: 24px;
    box-shadow: 0 3px 0 4px #61b3af;
  }
}
.o-btn.is-grn:after {
  background-image: url(../images/common/arw.png);
}
.o-btn.is-grn:before {
  content: "";
  display: block;
  position: absolute;
  top: -16px;
  left: -10px;
  width: 26px;
  height: 18px;
  background: url(../images/common/icon_btn_grn.png) center no-repeat;
  background-size: 100%;
}
@media (min-width: 768px) {
  .o-btn.is-grn:before {
    width: 48px;
    height: 33px;
    left: 0;
    top: -33px;
  }
}
.o-btn.is-grn_l {
  border-radius: 6px;
  background: #deeeeb;
  color: #7dc8bb;
  height: 53px;
  box-shadow: 2px 0 6px #e7e7e6;
  letter-spacing: 0.2em;
  max-width: 300px;
}
@media (min-width: 768px) {
  .o-btn.is-grn_l {
    height: 72px;
    border-radius: 20px;
    max-width: 405px;
  }
}
.o-btn.is-grn_l:after {
  display: none;
}
.o-btn.is-brn {
  max-width: 300px;
  border-radius: 6px;
  background: #f3e6d6;
  color: #ae8858;
  height: 53px;
  box-shadow: 2px 0 6px #e7e7e6;
  letter-spacing: 0.2em;
}
@media (min-width: 768px) {
  .o-btn.is-brn {
    height: 72px;
    border-radius: 20px;
    max-width: 405px;
  }
}
.o-btn.is-brn:after {
  display: none;
}
.o-btn.is-bk {
  max-width: 250px;
  background: #696765;
  color: #fff;
  height: 45px;
  box-shadow: none;
  border-radius: 6px;
  font-size: 13px;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .o-btn.is-bk {
    font-size: 16px;
    height: 65px;
    border-radius: 10px;
  }
}
.o-btn.is-bk:after {
  display: none;
}
.o-btn.is-wh {
  max-width: 250px;
  border-radius: 6px;
  border: 2px solid #696765;
  background: #fff;
  color: #696765;
  height: 45px;
  box-shadow: none;
  line-height: 1.3;
  font-size: 13px;
}
@media (min-width: 768px) {
  .o-btn.is-wh {
    border-width: 3px;
    font-size: 18px;
    height: 65px;
    border-radius: 10px;
  }
}
.o-btn.is-wh i {
  display: block;
  margin-top: auto;
}
.o-btn.is-wh span {
  font-size: 11px;
  display: block;
  margin-bottom: auto;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .o-btn.is-wh span {
    font-size: 14px;
  }
}
.o-btn.is-wh:after {
  display: none;
}
.o-btn.is-ore {
  background: #F29C33;
  color: #fff;
}

.o-breadcrumb {
  font-size: 10px;
}
@media (min-width: 768px) {
  .o-breadcrumb {
    font-size: 16px;
  }
}
.o-breadcrumb ul {
  display: inline;
}
.o-breadcrumb ul.children::before {
  color: #696765;
  padding-right: 2px;
  content: ">";
  vertical-align: baseline;
  display: inline-block;
}
.o-breadcrumb ul li {
  display: inline;
  color: #696765;
}
.o-breadcrumb ul li a {
  color: #696765;
}
.o-breadcrumb ul li:last-child {
  margin-right: -0.12em;
}
.o-breadcrumb ul li + li::before {
  color: #696765;
  padding-right: 2px;
  content: ">";
  vertical-align: baseline;
  display: inline-block;
}

.o-pagination {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}
@media (min-width: 768px) {
  .o-pagination {
    font-size: 20px;
  }
}
.o-pagination li.is-first a, .o-pagination li.is-last a {
  display: block;
  width: 10px;
  height: 10px;
}
.o-pagination li.is-first {
  margin-right: 4px;
}
@media (min-width: 768px) {
  .o-pagination li.is-first {
    margin-right: 8px;
  }
}
.o-pagination li.is-first a {
  background: url(../images/common/prev.png) center no-repeat;
  background-size: 6px;
}
@media (min-width: 768px) {
  .o-pagination li.is-first a {
    background-size: 10px;
  }
}
.o-pagination li.is-last {
  margin-left: 4px;
}
@media (min-width: 768px) {
  .o-pagination li.is-last {
    margin-left: 8px;
  }
}
.o-pagination li.is-last a {
  background: url(../images/common/next.png) center no-repeat;
  background-size: 6px;
}
@media (min-width: 768px) {
  .o-pagination li.is-last a {
    background-size: 10px;
  }
}
.p-top {
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .p-top {
    padding-bottom: 30px;
  }
}
.p-top__read_bn {
  padding-top: 20px;
}
@media (min-width: 768px) {
  .p-top__read_bn {
    padding-top: 70px;
  }
}
.p-top__read_bn__ato {
  text-align: center;
  max-width: 340px;
  margin: 0 auto 20px;
  display: block;
}
@media (min-width: 768px) {
  .p-top__read_bn__ato {
    max-width: 900px;
    margin-bottom: 60px;
  }
}
.p-top__read_bn ul {
  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__read_bn ul li {
  width: 49.5%;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .p-top__read_bn ul li {
    width: 24.25%;
    margin-bottom: 0;
    margin-right: 1%;
  }
}
.p-top__read_bn ul li:nth-child(2n) {
  margin-left: 1%;
}
@media (min-width: 768px) {
  .p-top__read_bn ul li:nth-child(2n) {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .p-top__read_bn ul li:last-child {
    margin-right: 0;
  }
}
.p-top__about_bg {
  background: #fef5e9;
}
@media (min-width: 768px) {
  .p-top__about_bg .p-top__about {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .p-top__about_bg .p-top__about__text {
    margin-top: 50px;
  }
}
.p-top__about {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .p-top__about {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}
.p-top__about .o-btn {
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  .p-top__about .o-btn {
    margin-bottom: 20px;
  }
}
.p-top__about h4 {
  font-weight: bold;
  text-align: center;
  font-size: 22px;
  margin-bottom: 30px;
}
.p-top__about p {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-top__about__btn {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .p-top__about__btn .o-btn {
    width: 48%;
    margin-right: 4%;
  }
  .p-top__about__btn .o-btn:nth-child(2n) {
    margin-right: auto;
  }
}
.p-top__about__btn .is-btn {
  width: 100%;
}
.p-top__about__btn .is-btn .o-btn {
  margin-left: auto;
  margin-right: auto !important;
}
.p-top__about__btn ul {
  margin: 0 auto 15px;
}
@media (min-width: 768px) {
  .p-top__about__btn ul {
    max-width: 950px;
    margin-bottom: 25px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .p-top__about__btn ul li {
    width: 32.6%;
    margin-right: 1%;
  }
}
@media (min-width: 768px) {
  .p-top__about__btn ul li:last-child {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .p-top__about .is-wrap {
    margin-top: 30px;
    margin-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .p-top__about .is-wrap {
    display: -webkit-flex; /* Safari用 */
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-top__about__text {
  position: relative;
}
@media (min-width: 1024px) {
  .p-top__about__text {
    width: 50%;
    padding-left: 60px;
    margin-top: 30px;
  }
}
.p-top__about__text h3 {
  font-weight: normal;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-top__about__text h3 {
    display: block;
    font-weight: bold;
    text-align: left;
    font-size: 30px;
    margin-bottom: 15px;
  }
}
.p-top__about__text h4 {
  text-align: left;
  font-weight: normal;
  margin-bottom: 20px;
  font-size: 13px;
}
@media (min-width: 768px) {
  .p-top__about__text h4 {
    font-size: 24px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .p-top__about__text .is-sp {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .p-top__about__text p {
    line-height: 1.9;
    margin-bottom: 0;
  }
}
.p-top__about__text img {
  max-width: 210px;
  display: block;
  margin: 20px auto;
}
@media (min-width: 1260px) {
  .p-top__about__text img {
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    right: 0;
    top: -170px;
  }
}
.p-top__about__img {
  padding: 20px 25px 30px;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .p-top__about__img {
    width: 50%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 40px 30px;
  }
}
.p-top__about__img:before {
  content: "";
  display: block;
  left: 0;
  top: 0;
  position: absolute;
  width: 32px;
  height: 18px;
  background: url(../images/top/topic_bg_top.png) center no-repeat;
  background-size: 100%;
}
@media (min-width: 768px) {
  .p-top__about__img:before {
    width: 49px;
    height: 28px;
  }
}
.p-top__about__img:after {
  content: "";
  display: block;
  right: 0;
  bottom: 0;
  position: absolute;
  width: 32px;
  height: 18px;
  background: url(../images/top/topic_bg_bottom.png) center no-repeat;
  background-size: 100%;
}
@media (min-width: 768px) {
  .p-top__about__img:after {
    width: 49px;
    height: 28px;
  }
}
.p-top__about__img img {
  margin: 0 auto;
}
.p-top__about__img h3 {
  line-height: 1.6;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .p-top__about__img h3 {
    text-align: center;
    font-size: 25px;
    margin-bottom: 20px;
  }
}
.p-top__about h2 {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  position: relative;
  display: inline;
}
@media (min-width: 768px) {
  .p-top__about h2 {
    display: block;
    width: 100%;
    font-size: 30px;
  }
}
.p-top__about h2.is-light:after {
  width: 18px;
  height: 28px;
  background-image: url(../images/common/icon_light.png);
}
@media (min-width: 768px) {
  .p-top__about h2.is-light:after {
    width: 39px;
    height: 64px;
  }
}
.p-top__about h2.is-house:after {
  width: 26px;
  height: 22px;
  background-image: url(../images/common/icon_house2.png);
}
@media (min-width: 768px) {
  .p-top__about h2.is-house:after {
    width: 54px;
    height: 49px;
  }
}
.p-top__about h2:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 33px;
  background: url(../images/common/icon_house.png) center no-repeat;
  background-size: 100%;
  margin-left: 8px;
  margin-top: -2px;
}
@media (min-width: 768px) {
  .p-top__about h2:after {
    margin-left: 20px;
    width: 74px;
    height: 64px;
  }
}
.p-top__about h2 img {
  position: absolute;
  right: 0;
  max-height: 32px;
}
.p-top__business {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .p-top__business {
    padding-top: 50px;
  }
}
.p-top__business img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
@media (min-width: 768px) {
  .p-top__business img {
    max-width: 890px;
  }
}
.p-top__business .o-btn {
  margin-top: 40px;
}
.p-top__business h2 {
  line-height: 1;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .p-top__business h2 {
    font-size: 46px;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .p-top__business ul {
    display: -webkit-flex; /* Safari用 */
    display: flex;
    -webkit-justify-content: center; /* Safari用 */
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-top__business ul li {
  margin-bottom: 36px;
}
@media (min-width: 768px) {
  .p-top__business ul li {
    width: 48%;
  }
}
@media (min-width: 768px) {
  .p-top__business ul li:nth-child(2) {
    margin-left: 4%;
  }
}
.p-top__business ul li:nth-child(2) dl dt {
  left: auto;
  right: 0;
  background: #f3e6d6;
  width: 70%;
}
.p-top__business ul li:nth-child(2) dl dd {
  margin-left: 0;
  margin-right: auto;
}
.p-top__business ul li:nth-child(3) {
  margin-bottom: 0;
}
.p-top__business ul li:nth-child(3) dl dt {
  background: #d6e9e7;
}
.p-top__business ul li dl {
  position: relative;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .p-top__business ul li dl {
    margin-bottom: 24px;
  }
}
.p-top__business ul li dl dt {
  position: absolute;
  width: 65%;
  font-size: 13px;
  left: 0;
  bottom: 16px;
  background: #f7dcdc;
  padding: 7px 16px;
}
@media (min-width: 768px) {
  .p-top__business ul li dl dt {
    font-size: 16px;
    bottom: 32px;
    padding: 10px 20px;
  }
}
.p-top__business ul li dl dd {
  max-width: 70%;
  margin-left: auto;
}
.p-top__read__content {
  background: #f1f6f5;
  position: relative;
  text-align: center;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .p-top__read__content {
    padding-bottom: 40px;
  }
}
.p-top__read__content img {
  margin-top: -100px;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .p-top__read__content img {
    margin-top: -210px;
    max-width: 800px;
    margin-bottom: 45px;
  }
}
.p-top__read__content .o-btn {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .p-top__read__content .o-btn {
    margin-top: 40px;
  }
}
.p-top__read__content p {
  font-size: 13px;
  line-height: 1.75;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .p-top__read__content p {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.p-top__read__title {
  background: url(../images/top/about_bg.png) right top no-repeat;
  background-size: 34%;
  padding-bottom: 120px;
}
@media (min-width: 1024px) {
  .p-top__read__title {
    padding-bottom: 220px;
    background: none;
  }
}
.p-top__read__title h2 {
  line-height: 1;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-top__read__title h2 {
    font-size: 46px;
  }
}
.p-top__read__title p {
  font-size: 16px;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .p-top__read__title p {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
.p-top__news__content {
  padding: 25px 10px 40px;
  text-align: center;
}
@media (min-width: 1024px) {
  .p-top__news__content {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
.p-top__news__content h2 {
  display: inline-block;
  line-height: 1;
  font-size: 24px;
  color: #bababa;
  position: relative;
  padding: 6px 15px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-top__news__content h2 {
    font-size: 30px;
    padding: 10px 32px;
    color: #696765;
    margin-bottom: 15px;
  }
}
.p-top__news__content h2:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  top: 0;
  background: #bababa;
}
@media (min-width: 768px) {
  .p-top__news__content h2:after {
    height: 2px;
  }
}
.p-top__news__content h2:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  bottom: 0;
  background: #bababa;
}
@media (min-width: 768px) {
  .p-top__news__content h2:before {
    height: 2px;
  }
}
.p-top__news__content ul li {
  max-width: 620px;
  margin: 0 auto 10px;
  text-align: left;
}
.p-top__news__content ul li:last-child {
  margin-bottom: 0;
}
.p-top__news__content ul li a {
  min-height: 52px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-size: 12px;
  border: 1px solid #e3e3e3;
  padding: 10px 8px 10px 44px;
  background: url(../images/common/icon_arw.png) left 12px center no-repeat;
  background-size: 21px;
}
@media (min-width: 768px) {
  .p-top__news__content ul li a {
    font-size: 16px;
    min-height: 68px;
    padding-left: 80px;
    background-position: left 32px center;
    background-size: 26px;
  }
}
.p-top__kv {
  position: relative;
  height: 100svh;
}
@media (min-width: 1024px) {
  .p-top__kv {
    min-height: 100vh;
  }
}
.p-top__kv__slide {
  margin-inline: auto;
  overflow: hidden;
  width: 100vw;
  height: 100svh;
}
@media (min-width: 1024px) {
  .p-top__kv__slide {
    height: 100vh;
  }
}
.p-top__kv__slide .slick-img img {
  width: 100%;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15); /* 拡大率 */
  }
}
.p-top__kv__slide .add-animation {
  animation: zoomUp 10s linear 0s normal both;
}
.p-top__kv__btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%); /* Safari用 */
  transform: translateX(-50%);
  z-index: 1;
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .p-top__kv__btn {
    bottom: 60px;
  }
}
.p-top__kv__btn:before {
  content: "";
  display: block;
  background: #fff;
  width: 1px;
  height: 8px;
  z-index: 2;
  position: absolute;
  bottom: 42px;
  left: 50%;
  -webkit-transform: translateX(-50%); /* Safari用 */
  transform: translateX(-50%);
}
@media (min-width: 1024px) {
  .p-top__kv__btn:before {
    -webkit-transform: translateY(-50%); /* Safari用 */
    transform: translateY(-50%);
    height: 2px;
    width: 26px;
    top: 50%;
    left: auto;
    bottom: auto;
    right: 340px;
  }
}
.p-top__kv__btn:after {
  content: "";
  display: block;
  background: #696765;
  width: 1px;
  height: 15px;
  z-index: 2;
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%); /* Safari用 */
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .p-top__kv__btn:after {
    -webkit-transform: translateY(-50%); /* Safari用 */
    transform: translateY(-50%);
    height: 2px;
    width: 50px;
    top: 50%;
    left: auto;
    bottom: auto;
    right: 365px;
  }
}
.p-top__kv__btn .o-btn {
  width: 280px;
}
@media (min-width: 768px) {
  .p-top__kv__btn .o-btn {
    border-radius: 30px;
    width: 340px;
    height: 60px;
    font-size: 20px;
    margin-left: auto;
    margin-right: 25px;
  }
}
.p-top__kv__content {
  position: absolute;
  width: 92%;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
  max-width: 1200px;
}
.p-top__kv__content p {
  color: #fff;
  font-size: 19px;
  font-weight: normal;
  letter-spacing: 0.2em;
  text-shadow: 0 3.2px 36.8px #5e5f5f;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .p-top__kv__content p {
    font-size: 28px;
    padding-left: 25px;
  }
}
.p-top__kv__content h2 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-shadow: 0 3.2px 36.8px #5e5f5f;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .p-top__kv__content h2 {
    font-size: 34px;
  }
}
.p-top__kv__content h2 span {
  display: block;
  font-size: 36px;
}
@media (min-width: 768px) {
  .p-top__kv__content h2 span {
    font-size: 54px;
  }
}
.p-top__kv__content h2 span i {
  letter-spacing: 0.05em;
  font-size: 24px;
  vertical-align: top;
}
@media (min-width: 768px) {
  .p-top__kv__content h2 span i {
    font-size: 35px;
  }
}
.p-top__kv__content h2 > i {
  padding-left: 20px;
}
@media (min-width: 768px) {
  .p-top__kv__content h2 > i {
    padding-left: 25px;
  }
}
.p-top__kv__scroll {
  display: inline-block;
  position: absolute;
  right: 2%;
  bottom: 0;
  z-index: 100;
  padding: 5px 5px 125px;
  overflow: hidden;
  color: #fff;
  font-size: 11px;
  letter-spacing: bold;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
}
@media (min-width: 768px) {
  .p-top__kv__scroll {
    right: 20px;
    padding-bottom: 210px;
    font-size: 16px;
  }
}
.p-top__kv__scroll:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 49%;
  width: 1px;
  height: 120px;
  background: rgba(255, 255, 255, 0.4);
}
@media (min-width: 768px) {
  .p-top__kv__scroll:before {
    width: 2px;
    height: 200px;
  }
}
.p-top__kv__scroll:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 49%;
  width: 1px;
  height: 120px;
  background: #fff;
  animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@media (min-width: 768px) {
  .p-top__kv__scroll:after {
    width: 2px;
    height: 200px;
  }
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

.p-column .o-btn {
  border-radius: 0;
  background-image: none;
  max-width: 200px;
  border: 2px solid #696765;
  background: #fff;
  color: #696765;
  height: 33px;
  font-size: 23px;
  letter-spacing: 0.1em;
  height: 38px;
  box-shadow: none;
}
@media (min-width: 768px) {
  .p-column .o-btn {
    border-width: 4px;
    max-width: 300px;
    height: 65px;
    font-size: 30px;
  }
}
.p-column .o-btn:after {
  display: none;
}
.p-column .o-btn img {
  margin-right: 8px;
  max-width: 21px;
}
@media (min-width: 768px) {
  .p-column .o-btn img {
    max-width: 30px;
  }
}
.p-column__f_img {
  text-align: center;
}
.p-column__f_img img {
  margin: 0 auto;
}
.p-column__sub_list {
  padding-top: 50px;
  padding-bottom: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-column__sub_list {
    padding-top: 110px;
    padding-bottom: 0;
  }
}
.p-column__sub_list h2 {
  text-align: center;
  line-height: 1;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 30px;
  position: relative;
}
@media (min-width: 768px) {
  .p-column__sub_list h2 {
    margin-bottom: 50px;
    font-size: 46px;
  }
}
.p-column__sub_list h2:after {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%); /* Safari用 */
  transform: translateX(-50%);
  width: 52px;
  height: 26px;
  background: url(../images/column/journal_bg.png) center no-repeat;
  background-size: 100%;
}
@media (min-width: 768px) {
  .p-column__sub_list h2:after {
    width: 78px;
    height: 40px;
    top: -45px;
  }
}
.p-column__sub_list .o-btn {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .p-column__sub_list .o-btn {
    margin-top: 0;
  }
}
.p-column__sub_list > ul {
  display: -webkit-flex; /* Safari用 */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto;
}
.p-column__sub_list > ul > li {
  margin-bottom: 20px;
}
.p-column__sub_list > ul > li.is-hidden {
  display: none;
}
@media (min-width: 768px) {
  .p-column__sub_list > ul > li {
    width: 31.3%;
    margin-right: 3%;
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .p-column__sub_list > ul > li:nth-child(3n) {
    margin-right: 0;
  }
}
.p-column__sub_list > ul > li dl {
  display: -webkit-flex; /* Safari用 */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .p-column__sub_list > ul > li dl {
    display: block;
  }
}
.p-column__sub_list > ul > li dl dd {
  width: 135px;
}
@media (min-width: 768px) {
  .p-column__sub_list > ul > li dl dd {
    width: 100%;
    margin-bottom: 15px;
  }
}
.p-column__sub_list > ul > li dl dd img {
  height: 100px;
  object-fit: cover;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .p-column__sub_list > ul > li dl dd img {
    height: 250px;
  }
}
.p-column__sub_list > ul > li dl dt {
  width: -webkit-calc(100% - 135px);
  width: calc(100% - 135px);
  padding-left: 15px;
  text-align: left;
}
@media (min-width: 768px) {
  .p-column__sub_list > ul > li dl dt {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}
.p-column__sub_list > ul > li dl dt span {
  background: #e9dd36;
  color: #696765;
  border-radius: 15px;
  padding: 2px 24px;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .p-column__sub_list > ul > li dl dt span {
    font-size: 18px;
  }
}
.p-column__sub_list > ul > li dl dt p {
  font-size: 15px;
}
@media (min-width: 768px) {
  .p-column__sub_list > ul > li dl dt p {
    font-size: 16px;
  }
}
.p-column__cate {
  background: url(../images/column/cate_bg.png) top center no-repeat;
  background-size: 100%;
  padding-top: 20px;
  position: relative;
}
@media (min-width: 768px) {
  .p-column__cate {
    background-image: url(../images/column/cate_bg_pc.png);
    background-size: 1088px;
    padding-top: 60px;
  }
}
.p-column__cate .is-wrap {
  overflow-x: auto;
  padding: 10px 4%;
}
@media (min-width: 768px) {
  .p-column__cate .is-wrap {
    padding-top: 50px;
  }
}
@media (min-width: 1180px) {
  .p-column__cate .is-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.p-column__cate ul {
  display: -webkit-flex; /* Safari用 */
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  min-width: 840px;
}
@media (min-width: 768px) {
  .p-column__cate ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center; /* Safari用 */
    justify-content: center;
  }
}
.p-column__cate ul li {
  width: 15%;
  margin-right: 2%;
  text-align: center;
  position: relative;
}
@media (min-width: 768px) {
  .p-column__cate ul li {
    margin-bottom: 20px;
  }
}
.p-column__cate ul li:first-child:after {
  content: "";
  display: block;
  position: absolute;
  left: -10px;
  top: -10px;
  width: 31px;
  height: 24px;
  background: url(../images/column/cate_list_bg.png) center no-repeat;
  background-size: 100%;
}
@media (min-width: 768px) {
  .p-column__cate ul li:first-child:after {
    width: 51px;
    height: 39px;
    left: -5px;
    top: -50px;
  }
}
.p-column__cate ul li:last-child {
  margin-right: 0;
}
.p-column__cate ul li .is-img_wrap {
  height: 0;
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0 0 10px #bcbbbb;
  max-width: 126px;
  max-height: 126px;
}
@media (min-width: 768px) {
  .p-column__cate ul li .is-img_wrap {
    box-shadow: 0 0 30px #bcbbbb;
    max-width: 178px;
    max-height: 178px;
  }
}
@media (min-width: 1260px) {
  .p-column__cate ul li .is-img_wrap {
    padding-top: 98.9%;
  }
}
.p-column__cate ul li .is-img_wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-column__cate ul li p {
  margin-top: 10px;
  position: relative;
  background: #fff;
  border: 2px solid #e9dd36;
  border-radius: 20px;
  padding: 2px 12px;
  display: inline-block;
}
@media (min-width: 768px) {
  .p-column__cate ul li p {
    padding: 3px 15px;
  }
}
.p-column__cate ul li p:before {
  content: "";
  display: block;
  background: #e9dd36;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  right: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
}
.p-column__cate ul li p:after {
  content: "";
  display: block;
  background: #e9dd36;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  left: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
}
.p-column__cate h2 {
  text-align: center;
  line-height: 1;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .p-column__cate h2 {
    font-size: 46px;
  }
}
.p-column__list {
  padding: 25px 2% 45px;
}
@media (min-width: 768px) {
  .p-column__list {
    padding-top: 45px;
    padding-bottom: 130px;
  }
}
.p-column__list .o-btn {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .p-column__list .o-btn {
    margin-top: 30px;
  }
}
.p-column__list__img {
  box-shadow: 0 0 10px #b4b4b4;
  padding: 10px;
  background: #fff;
  border-radius: 10px;
  display: block;
}
.p-column__list__img img {
  border: 2px solid #211813;
  border-radius: 10px;
  height: 225px;
  object-fit: cover;
}
.p-column__list__cate {
  display: -webkit-flex; /* Safari用 */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 8px;
  padding-right: 8px;
}
.p-column__list__cate a {
  display: inline-block;
  vertical-align: middle;
  background: #593618;
  color: #fff;
  font-size: 11px;
  margin-right: 6px;
  padding: 1px 6px;
  border-radius: 20px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .p-column__list__cate a {
    font-size: 14px;
    padding: 3px 12px;
  }
}
.p-column__list > ul {
  max-width: 1100px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-column__list > ul {
    display: -webkit-flex; /* Safari用 */
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-column__list > ul > li {
  margin-bottom: 30px;
}
.p-column__list > ul > li.is-hidden {
  display: none;
}
@media (min-width: 768px) {
  .p-column__list > ul > li {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .p-column__list > ul > li:nth-child(3n) {
    margin-right: 0;
  }
}
.p-column__list > ul > li h3 {
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: bold;
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 768px) {
  .p-column__list > ul > li h3 {
    font-size: 16px;
  }
}
.p-column__day {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .p-column__day {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.p-column__day p {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  text-align: center;
  max-width: 190px;
  background: #fff;
  margin: 0 auto;
  border-radius: 30px;
  height: 45px;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  border: 1px solid #696765;
}
@media (min-width: 768px) {
  .p-column__day p {
    font-size: 18px;
    max-width: 230px;
    height: 55px;
  }
}
.p-column__day p:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -1px;
  -webkit-transform: translateX(-50%); /* Safari用 */
  transform: translateX(-50%);
  width: 10px;
  height: 2px;
  background: #fff;
  z-index: 1;
}
.p-column__day p:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -8px;
  -webkit-transform: translateX(-50%); /* Safari用 */
  transform: translateX(-50%);
  width: 1px;
  height: 12px;
  background: #696765;
  z-index: 2;
}
@media (min-width: 768px) {
  .p-column__day p:before {
    width: 2px;
    height: 20px;
    bottom: -10px;
  }
}
.p-column__pickup_title {
  text-align: center;
  padding-left: 2%;
  padding-right: 2%;
}
.p-column__pickup_title h2 {
  text-align: center;
  line-height: 1;
  font-size: 50px;
  font-weight: bold;
}
.p-column__pickup {
  background: url(../images/column/pickup_bg.png) center no-repeat;
  background-size: cover;
  padding-top: 18px;
  padding-bottom: 18px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-column__pickup {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.p-column__pickup h2 {
  line-height: 1;
  font-size: 26px;
  color: #fff;
  font-weight: bold;
}
@media (min-width: 768px) {
  .p-column__pickup h2 {
    font-size: 36px;
  }
}
.p-column__wrap {
  background: rgb(197, 229, 228);
  background: linear-gradient(90deg, rgb(197, 229, 228) 0%, rgb(197, 229, 228) 50%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%);
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .p-column__wrap {
    padding-bottom: 160px;
  }
}
.p-column__img {
  text-align: center;
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .p-column__img {
    margin-bottom: 80px;
  }
}
.p-column__img img {
  margin: 0 auto;
}
.p-column__kv {
  background: #c5e5e4;
  padding-top: 30%;
  padding-bottom: 10px;
  padding-left: 7%;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
  height: 100svh;
}
@media (min-width: 1024px) {
  .p-column__kv {
    background: #c1dfde;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: -webkit-flex; /* Safari用 */
    display: flex;
    -webkit-justify-content: center; /* Safari用 */
    justify-content: center;
    -webkit-align-items: center; /* Safari用 */
    align-items: center;
    margin-bottom: 70px;
    min-height: 100vh;
  }
}
.p-column__kv__img {
  margin: 0 auto;
  position: relative;
  width: 100%;
}
@media (min-width: 1024px) {
  .p-column__kv__img {
    max-width: 76vw;
  }
}
@media (min-width: 1440px) {
  .p-column__kv__img {
    max-width: 1208px;
  }
}
.p-column__kv__img > img {
  position: absolute;
  z-index: 1;
  top: -9%;
  left: -3%;
  width: 100%;
}
@media (min-width: 1024px) {
  .p-column__kv__img > img {
    top: auto;
    left: -6vw;
    bottom: 40px;
    min-width: 80vw;
  }
}
@media (min-width: 1366px) {
  .p-column__kv__img > img {
    min-width: inherit;
  }
}
@media (min-width: 1440px) {
  .p-column__kv__img > img {
    left: 0;
    top: auto;
    max-width: 1084px;
  }
}
.p-column__kv__img .slick-slider {
  margin-right: auto;
  margin-left: auto;
  max-width: 1008px;
}
@media (min-width: 1024px) {
  .p-column__kv__img .slick-slider {
    margin-top: 9vw;
    margin-bottom: 0;
  }
}
@media (min-width: 1440px) {
  .p-column__kv__img .slick-slider {
    margin-top: 8vw;
  }
}
.p-column__kv__img .slick-dots {
  position: static;
  bottom: -30px;
}
@media (min-width: 1024px) {
  .p-column__kv__img .slick-dots {
    height: 40px;
  }
}
.p-column__kv__img .slick-dots li {
  margin-left: 5px;
  margin-right: 5px;
}
.p-column__kv__img .slick-dots li.slick-active button::before {
  color: #696765;
}
.p-column__kv__img .slick-dots li button::before {
  opacity: 1;
  color: #999;
  font-size: 12px;
}

.p-about__kv {
  position: relative;
  overflow: hidden;
  height: 100svh;
  background: url(../images/about/kv.png) center bottom no-repeat;
  background-size: 100%;
}
@media (min-width: 1024px) {
  .p-about__kv {
    min-height: 100vh;
    background-image: url(../images/about/kv_pc.png);
    background-position: center;
  }
}
.p-about__kv h2 {
  position: absolute;
  width: 92%;
  margin: 0 auto;
  top: 64%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
  max-width: 1000px;
  font-size: 18px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .p-about__kv h2 {
    font-size: 35px;
  }
}
.p-about__kv h2 i {
  letter-spacing: 0.05em;
  background: #fff;
  display: inline-block;
  padding: 1px 10px;
}
@media (min-width: 768px) {
  .p-about__kv h2 i {
    padding: 2px 20px;
  }
}
.p-about__kv h2 span {
  display: block;
  font-size: 26px;
  text-shadow: 0 3.2px 36.8px #5e5f5f;
  color: #fff;
  font-weight: 500;
}
@media (min-width: 768px) {
  .p-about__kv h2 span {
    font-size: 56px;
  }
}
.p-about__profile {
  padding-top: 30px;
  padding-bottom: 70px;
}
@media (min-width: 768px) {
  .p-about__profile {
    padding-top: 90px;
    padding-bottom: 120px;
  }
}
.p-about__profile h2 {
  line-height: 1.1;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .p-about__profile h2 {
    font-size: 46px;
    margin-bottom: 50px;
  }
}
.p-about__profile__content {
  background: #f2f2ee;
  border-radius: 10px;
  padding: 25px 30px;
  max-width: 800px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-about__profile__content {
    border-radius: 30px;
    padding: 30px 50px;
  }
}
.p-about__profile__content dl {
  display: -webkit-flex; /* Safari用 */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 6px;
  padding-bottom: 6px;
  border-bottom: 1px solid #696765;
}
@media (min-width: 768px) {
  .p-about__profile__content dl {
    padding-top: 24px;
    padding-bottom: 24px;
    border-width: 2px;
  }
}
.p-about__profile__content dl:last-child {
  border-bottom: none;
}
.p-about__profile__content dl dd {
  width: -webkit-calc(100% - 90px);
  width: calc(100% - 90px);
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  text-align: left;
}
@media (min-width: 768px) {
  .p-about__profile__content dl dd {
    width: -webkit-calc(100% - 200px);
    width: calc(100% - 200px);
    font-size: 18px;
  }
}
.p-about__profile__content dl dt {
  text-align: left;
  font-size: 14px;
  width: 90px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .p-about__profile__content dl dt {
    padding-right: 5px;
    padding-left: 100px;
    font-size: 16px;
    width: 200px;
  }
}
.p-about__greeting {
  background: #e4f2f5;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .p-about__greeting {
    padding-top: 65px;
    padding-bottom: 70px;
  }
}
.p-about__greeting h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-about__greeting h2 {
    font-size: 30px;
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .p-about__greeting dl {
    display: -webkit-flex; /* Safari用 */
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-about__greeting dl dd {
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-about__greeting dl dd {
    padding: 0;
    margin-bottom: 0;
    width: 31%;
    padding-left: 30px;
    padding-right: 10px;
  }
}
.p-about__greeting dl dd img {
  display: block;
  max-width: 190px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-about__greeting dl dd img {
    max-width: 290px;
  }
}
@media (min-width: 768px) {
  .p-about__greeting dl dt {
    width: 69%;
  }
}
.p-about__greeting dl dt p {
  margin-bottom: 20px;
}
.p-about__greeting dl dt .is-name {
  text-align: right;
}
.p-about__greeting dl dt .is-name p {
  margin-bottom: 0;
  font-size: 15px;
}
@media (min-width: 768px) {
  .p-about__greeting dl dt .is-name p {
    font-size: 18px;
  }
}
.p-about__corporate {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-about__corporate {
    padding-top: 90px;
    padding-bottom: 80px;
  }
}
.p-about__corporate p {
  text-align: left;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .p-about__corporate p {
    line-height: 1.9;
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.p-about__corporate dl {
  max-width: 950px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-about__corporate dl {
    display: -webkit-flex; /* Safari用 */
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-align-items: center; /* Safari用 */
    align-items: center;
  }
}
@media (min-width: 768px) {
  .p-about__corporate dl dt {
    width: 53%;
  }
}
.p-about__corporate dl dd {
  padding-left: 10%;
  padding-right: 10%;
}
@media (min-width: 768px) {
  .p-about__corporate dl dd {
    padding-left: 0;
    padding-right: 0;
    width: 47%;
  }
}
.p-about__corporate h2 {
  text-align: left;
  line-height: 1.1;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .p-about__corporate h2 {
    font-size: 46px;
    margin-bottom: 50px;
  }
}
.p-about__corporate h3 {
  display: inline-block;
  font-size: 24px;
  font-weight: normal;
  background: url(../images/about/label.png) center bottom no-repeat;
  background-size: 100%;
  margin: 0 auto 15px;
}
@media (min-width: 1024px) {
  .p-about__corporate h3 {
    font-size: 30px;
    padding: 0 30px 5px;
    margin-bottom: 40px;
  }
}
.p-about__read {
  background: #fff8ee;
  padding-top: 25px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .p-about__read {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.p-about__read__menu {
  max-width: 950px;
  margin: 0 auto;
}
.p-about__read__menu h3 {
  font-size: 16px;
  font-weight: bold;
  display: -webkit-flex; /* Safari用 */
  display: flex;
  -webkit-justify-content: center; /* Safari用 */
  justify-content: center;
  -webkit-align-items: center; /* Safari用 */
  align-items: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-about__read__menu h3 {
    font-size: 33px;
    margin-bottom: 25px;
  }
}
.p-about__read__menu h3:before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background: url(../images/about/title_bg.png) center no-repeat;
  background-size: 100%;
  margin-right: 15px;
}
@media (min-width: 768px) {
  .p-about__read__menu h3:before {
    width: 24px;
    height: 24px;
    margin-right: 25px;
  }
}
.p-about__read__menu h3:after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background: url(../images/about/title_bg.png) center no-repeat;
  background-size: 100%;
  margin-left: 15px;
}
@media (min-width: 768px) {
  .p-about__read__menu h3:after {
    width: 24px;
    height: 24px;
    margin-left: 25px;
  }
}
@media (min-width: 768px) {
  .p-about__read__menu ul {
    display: -webkit-flex; /* Safari用 */
    display: flex;
    -webkit-justify-content: center; /* Safari用 */
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-about__read__menu ul li {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .p-about__read__menu ul li {
    width: 43%;
    margin-bottom: 0;
  }
}
.p-about__read__menu ul li:nth-child(2) {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .p-about__read__menu ul li:nth-child(2) {
    margin-left: 14%;
  }
}
.p-about__read__menu ul li:nth-child(2) dl dt {
  left: 0;
  right: auto;
  width: 70%;
}
@media (min-width: 768px) {
  .p-about__read__menu ul li:nth-child(2) dl dt {
    left: auto;
    right: 0;
    width: 100%;
    text-align: center;
    display: block;
  }
}
.p-about__read__menu ul li:nth-child(2) dl dd {
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .p-about__read__menu ul li:nth-child(2) dl dd {
    margin-right: auto;
    margin-left: 0;
  }
}
.p-about__read__menu ul li p {
  text-align: center;
  line-height: 1.75;
}
@media (min-width: 768px) {
  .p-about__read__menu ul li p {
    text-align: left;
    line-height: 1.9;
  }
}
.p-about__read__menu ul li dl {
  position: relative;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .p-about__read__menu ul li dl {
    margin-bottom: 15px;
  }
}
.p-about__read__menu ul li dl dt {
  position: absolute;
  width: 70%;
  right: 0;
  bottom: 20px;
}
@media (min-width: 768px) {
  .p-about__read__menu ul li dl dt {
    position: static;
    width: 100%;
  }
}
.p-about__read__menu ul li dl dt span {
  background: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 2px 6px;
}
@media (min-width: 768px) {
  .p-about__read__menu ul li dl dt span {
    display: inline-block;
    font-size: 24px;
    padding: 6px 15px;
  }
  .p-about__read__menu ul li dl dt span:first-child {
    display: block;
  }
}
.p-about__read__menu ul li dl dd {
  max-width: 70%;
  margin-right: auto;
}
@media (min-width: 768px) {
  .p-about__read__menu ul li dl dd {
    max-width: 100%;
    margin-bottom: 25px;
  }
}
.p-about__read__content {
  text-align: center;
  max-width: 1104px;
  margin: 0 auto;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .p-about__read__content {
    padding: 0 40px 50px;
  }
}
.p-about__read__content > dd {
  padding-left: 4%;
  padding-right: 4%;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .p-about__read__content > dd {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 100px;
  }
}
.p-about__read__content > dt .is-wrap {
  background: url(../images/about/read_bg.png) top right no-repeat;
  background-size: 30%;
  padding-left: 4%;
  padding-right: 4%;
}
@media (min-width: 768px) {
  .p-about__read__content > dt .is-wrap {
    padding-left: 0;
    padding-right: 0;
    background: none;
  }
}
@media (min-width: 768px) {
  .p-about__read__content > dt .is-wrap dl {
    display: -webkit-flex; /* Safari用 */
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .p-about__read__content > dt .is-wrap dl dd {
    width: 49%;
  }
  .p-about__read__content > dt .is-wrap dl dd img {
    max-width: 282px;
  }
}
@media (min-width: 768px) {
  .p-about__read__content > dt .is-wrap dl dt {
    text-align: left;
    width: 51%;
  }
}
.p-about__read__content > dt .o-btn {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .p-about__read__content > dt .o-btn {
    margin-left: 0;
    margin-top: 30px;
  }
}
.p-about__read__content > dt img {
  max-width: 130px;
  margin: 20px auto;
}
@media (min-width: 768px) {
  .p-about__read__content > dt img {
    max-width: 100%;
    margin-top: 0;
  }
}
.p-about__read__content > dt p {
  line-height: 1.75;
}
@media (min-width: 768px) {
  .p-about__read__content > dt p {
    line-height: 2.5;
  }
}
.p-about__read__content > dt h3 {
  font-size: 16px;
  font-weight: bold;
  display: -webkit-flex; /* Safari用 */
  display: flex;
  -webkit-justify-content: center; /* Safari用 */
  justify-content: center;
  -webkit-align-items: center; /* Safari用 */
  align-items: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-about__read__content > dt h3 {
    font-size: 33px;
    margin-bottom: 40px;
  }
}
.p-about__read__content > dt h3:before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background: url(../images/about/title_bg.png) center no-repeat;
  background-size: 100%;
  margin-right: 15px;
}
@media (min-width: 768px) {
  .p-about__read__content > dt h3:before {
    width: 24px;
    height: 24px;
    margin-right: 30px;
  }
}
.p-about__read__content > dt h3:after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background: url(../images/about/title_bg.png) center no-repeat;
  background-size: 100%;
  margin-left: 15px;
}
@media (min-width: 768px) {
  .p-about__read__content > dt h3:after {
    width: 24px;
    height: 24px;
    margin-left: 30px;
  }
}
.p-about__read h2 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .p-about__read h2 {
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 45px;
  }
}
.p-about__read h2 span {
  display: block;
  font-size: 15px;
  font-weight: normal;
}
@media (min-width: 768px) {
  .p-about__read h2 span {
    font-size: 24px;
  }
}

.p-search.is-sinple .p-search__list {
  padding-top: 70px;
}
@media (min-width: 768px) {
  .p-search.is-sinple .p-search__list {
    padding-top: 180px;
  }
}
.p-search.is-sinple .p-search__list .p-search__list__title {
  padding-top: 100px;
  margin-top: 20px;
  position: relative;
}
@media (min-width: 768px) {
  .p-search.is-sinple .p-search__list .p-search__list__title {
    padding-top: 25px;
    margin-top: 0;
  }
}
.p-search.is-sinple .p-search__list .p-search__list__title img {
  top: 0;
}
.p-search .o-btn.is-pink {
  border-radius: 6px;
  background: #fdeceb;
  color: #d89292;
  height: 53px;
  box-shadow: 2px 0 6px #e7e7e6;
  max-width: 300px;
}
@media (min-width: 768px) {
  .p-search .o-btn.is-pink {
    max-width: 400px;
    height: 70px;
    padding-left: 12px;
    border-radius: 20px;
  }
}
.p-search .o-btn.is-pink:after {
  display: block;
  right: auto;
  left: 12px;
}
@media (min-width: 768px) {
  .p-search .o-btn.is-pink:after {
    left: 24px;
  }
}
.p-search__pickup {
  padding-top: 26px;
  padding-bottom: 5px;
  background: #fffef2;
  border-radius: 20px;
  border-top: 3px solid #e9dd36;
  border-bottom: 3px solid #e9dd36;
  position: relative;
  max-width: 1200px;
  margin: 0 auto 40px;
}
@media (min-width: 768px) {
  .p-search__pickup {
    border-radius: 40px;
    padding: 55px 0 50px;
    border: 7px solid #e9dd36;
  }
}
.p-search__pickup__img {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .p-search__pickup__img {
    margin-top: 15px;
  }
}
.p-search__pickup__img img {
  width: 100%;
  height: 80px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .p-search__pickup__img img {
    height: 170px;
  }
}
.p-search__pickup__content {
  overflow-x: auto;
}
.p-search__pickup__content > ul {
  padding-bottom: 5px;
  min-width: 800px;
  display: -webkit-flex;
  display: flex;
}
.p-search__pickup__content > ul > li {
  width: -webkit-calc(100% / 6);
  width: 16.6666666667%;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .p-search__pickup__content > ul > li {
    width: -webkit-calc(100% / 4);
    width: 25%;
    margin-right: 25px;
  }
}
.p-search__pickup__content > ul > li:last-child {
  margin-right: 0;
}
.p-search__pickup__content > ul > li h3 {
  font-size: 11px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .p-search__pickup__content > ul > li h3 {
    font-size: 16px;
  }
}
.p-search__pickup h2 {
  position: absolute;
  left: 8%;
  top: -55px;
  width: 186px;
  z-index: 2;
}
@media (min-width: 768px) {
  .p-search__pickup h2 {
    top: -120px;
    width: 455px;
    left: 135px;
  }
}
.p-search__pickup h2:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background: #fffef2;
  height: 10px;
  bottom: 0;
  left: 0;
  width: 170px;
}
@media (min-width: 768px) {
  .p-search__pickup h2:before {
    bottom: 20px;
    left: 20px;
    width: 400px;
  }
}
.p-search__single_data {
  padding-top: 45px;
  padding-bottom: 70px;
}
@media (min-width: 768px) {
  .p-search__single_data {
    padding-top: 130px;
    padding-bottom: 150px;
  }
}
@media (min-width: 768px) {
  .p-search__single_data > dl {
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-search__single_data > dl > dt {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-search__single_data > dl > dt {
    margin-bottom: 0;
    width: 63%;
  }
}
.p-search__single_data > dl > dt > h3 {
  font-weight: 500;
  position: relative;
  background: #e3f2f4;
  padding: 8px 14px 8px 32px;
  font-size: 15px;
  color: #a06f31;
  cursor: pointer;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .p-search__single_data > dl > dt > h3 {
    font-size: 20px;
    padding: 10px 10px 10px 48px;
  }
}
.p-search__single_data > dl > dt > h3:first-child {
  margin-top: 0;
}
.p-search__single_data > dl > dt > h3:before {
  content: "";
  display: block;
  background: #a06f31;
  margin-right: 10px;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .p-search__single_data > dl > dt > h3:before {
    width: 10px;
    height: 10px;
    left: 16px;
  }
}
@media (min-width: 768px) {
  .p-search__single_data > dl > dd {
    width: 37%;
    padding-left: 60px;
  }
}
.p-search__single_data > dl > dd > h3 {
  font-weight: 500;
  position: relative;
  background: #e3f2f4;
  padding: 8px 14px 8px 32px;
  font-size: 15px;
  color: #a06f31;
  cursor: pointer;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .p-search__single_data > dl > dd > h3 {
    font-size: 18px;
    margin-top: 12px;
    padding-left: 38px;
  }
}
.p-search__single_data > dl > dd > h3:first-child {
  margin-top: 0;
}
.p-search__single_data > dl > dd > h3 a {
  color: #a06f31;
}
.p-search__single_data > dl > dd > h3 a span {
  position: absolute;
  right: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  background: #fff;
  border-radius: 10px;
  font-size: 10px;
  padding: 4px 12px;
}
@media (min-width: 768px) {
  .p-search__single_data > dl > dd > h3 a span {
    font-size: 13px;
    padding: 3px 12px;
    border-radius: 12px;
    right: 15px;
  }
}
.p-search__single_data > dl > dd > h3:before {
  content: "";
  display: block;
  background: #a06f31;
  margin-right: 10px;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
}
.p-search__single_data__btn {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .p-search__single_data__btn {
    margin-top: 40px;
  }
  .p-search__single_data__btn .o-btn {
    margin-left: 0;
  }
}
.p-search__single_data__content {
  box-shadow: 2px 0 6px #e7e7e6;
}
@media (min-width: 768px) {
  .p-search__single_data__content {
    box-shadow: 6px 0 20px #e7e7e6;
  }
}
.p-search__single_data__content.is-text {
  padding: 15px 10px;
  border: 1px solid #e3f2f4;
  border-top: none;
  color: #9c6d31;
  letter-spacing: 0.2em;
  font-size: 12px;
}
@media (min-width: 768px) {
  .p-search__single_data__content.is-text {
    font-size: 14px;
    padding: 20px;
  }
}
.p-search__single_data__content.is-text h3 {
  font-size: 13px;
  color: #9c6d31;
  font-weight: 500;
}
@media (min-width: 768px) {
  .p-search__single_data__content.is-text h3 {
    font-size: 16px;
  }
}
.p-search__single_data__content.is-text p {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .p-search__single_data__content.is-text p {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .p-search__single_data__content ul {
    display: -webkit-flex;
    display: flex;
  }
}
@media (min-width: 768px) {
  .p-search__single_data__content ul li {
    width: 50%;
  }
}
.p-search__single_data__content dl {
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-search__single_data__content dl.is-last dd p br {
  display: none;
}
.p-search__single_data__content dl dt {
  width: 140px;
  background: #c5e5e4;
  border-bottom: 1px solid #d3d4d4;
  padding: 12px 8px;
  font-size: 13px;
  letter-spacing: 0.2em;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .p-search__single_data__content dl dt {
    padding: 4px 4px 4px 8px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 15px;
    min-height: 53px;
  }
}
.p-search__single_data__content dl dt span {
  display: block;
  font-size: 11px;
}
@media (min-width: 768px) {
  .p-search__single_data__content dl dt span {
    font-size: 12px;
    display: block;
    letter-spacing: 0.05em;
  }
}
.p-search__single_data__content dl dd {
  width: -webkit-calc(100% - 140px);
  width: calc(100% - 140px);
  padding: 12px 15px;
  font-size: 12px;
  border-bottom: 1px solid #d3d4d4;
}
@media (min-width: 768px) {
  .p-search__single_data__content dl dd {
    font-size: 15px;
    padding: 14px 5px 14px 15px;
  }
}
.p-search__single_data__content dl dd a {
  color: #dba02e;
}
.p-search__contact {
  text-align: center;
}
.p-search__contact.is-under {
  padding-bottom: 40px;
  position: relative;
}
@media (min-width: 1024px) {
  .p-search__contact.is-under {
    padding-top: 55px;
    padding-bottom: 80px;
  }
}
.p-search__contact.is-under:before {
  content: "";
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 371px;
  height: 275px;
  background: url(../images/search/contact_img_l.png) center no-repeat;
  background-size: 100%;
}
@media (min-width: 1180px) {
  .p-search__contact.is-under:before {
    display: block;
  }
}
.p-search__contact.is-under:after {
  content: "";
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 289px;
  height: 294px;
  background: url(../images/search/contact_img_r.png) center no-repeat;
  background-size: 100%;
}
@media (min-width: 1180px) {
  .p-search__contact.is-under:after {
    display: block;
  }
}
.p-search__contact .o-btn.is-yew {
  max-width: 330px;
  color: #696765;
}
@media (min-width: 768px) {
  .p-search__contact .o-btn.is-yew {
    max-width: 400px;
    font-size: 18px;
    height: 68px;
  }
}
.p-search__contact .o-btn.is-yew:after {
  display: none;
}
.p-search__contact .o-btn.is-yew img {
  max-width: 33px;
  margin-right: 15px;
}
@media (min-width: 768px) {
  .p-search__contact .o-btn.is-yew img {
    max-width: 58px;
    margin-right: 10px;
  }
}
.p-search__contact__wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  max-width: 514px;
  margin: 20px auto 0;
}
.p-search__contact__wrap .o-btn {
  width: 48.5%;
  margin-left: 0;
  margin-right: 0;
}
.p-search__contact__wrap .o-btn:last-child {
  margin-left: 3%;
}
.p-search__contact h2 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
  line-height: 1;
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  .p-search__contact h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.p-search__contact h2 span {
  color: #fff;
  position: relative;
  text-shadow: 1px 1px 0 #6a6765, -1px -1px 0 #6a6765, -1px 1px 0 #6a6765, 1px -1px 0 #6a6765, 0px 1px 0 #6a6765, 0 -1px 0 #6a6765, -1px 0 0 #6a6765, 1px 0 0 #6a6765;
}
@media (min-width: 768px) {
  .p-search__contact h2 span {
    text-shadow: 0 0 3px #696765, 0 0 3px #696765, 0 0 3px #696765, 0 0 3px #696765, 0 0 3px #696765, 0 0 3px #696765, 0 0 3px #696765, 0 0 3px #696765, 0 0 3px #696765, 0 0 3px #696765, 0 0 3px #696765, 0 0 3px #696765, 0 0 3px #696765, 0 0 3px #696765, 0 0 3px #696765, 0 0 3px #696765;
  }
}
.p-search__contact h2 span:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f7f2bc;
  height: 10px;
  width: 100%;
  border-radius: 5px;
  z-index: -1;
}
@media (min-width: 768px) {
  .p-search__contact h2 span:after {
    height: 14px;
    border-radius: 6px;
  }
}
.p-search__single_content {
  padding-top: 20px;
}
@media (min-width: 768px) {
  .p-search__single_content {
    padding-top: 55px;
  }
}
.p-search__single_content .o-breadcrumb {
  margin-bottom: 20px;
}
.p-search__single_content__body {
  background: #f4fafd;
  padding-top: 5px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .p-search__single_content__body {
    padding-bottom: 90px;
  }
}
.p-search__single_content__body .innerBox {
  padding-left: 7%;
  padding-right: 7%;
  letter-spacing: 0.2em;
  line-height: 1.5;
  font-size: 13px;
}
@media (min-width: 1180px) {
  .p-search__single_content__body .innerBox {
    font-size: 16px;
    line-height: 1.9;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.p-search__single_content__body .innerBox .is-more {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .p-search__single_content__body .innerBox .is-more {
    margin-top: 90px;
  }
}
.p-search__single_content__body .innerBox .is-more .o-btn.is-yew:after {
  display: none;
}
.p-search__single_content__body .innerBox .is-more_content {
  display: none;
}
.p-search__single_content__body .innerBox h2 {
  font-size: 13px;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-search__single_content__body .innerBox h2 {
    font-size: 24px;
    margin-top: 90px;
    margin-bottom: 50px;
  }
}
.p-search__single_content__body .innerBox img {
  display: block;
  max-width: 100%;
  max-height: 64.5vw;
  object-fit: contain;
  margin: 0 auto 15px;
}
@media (min-width: 768px) {
  .p-search__single_content__body .innerBox img {
    max-width: 540px;
    max-height: 357px;
    margin-bottom: 40px;
  }
}
.p-search__single_content__point {
  margin-top: 110px;
  background: linear-gradient(#fff 50%, #f4fafd 50%);
}
@media (min-width: 1024px) {
  .p-search__single_content__point {
    background: #fff;
    margin-top: 60px;
    margin-bottom: 90px;
    position: relative;
  }
}
@media (min-width: 1180px) {
  .p-search__single_content__point .innerBox:before {
    content: "recommend";
    font-size: 82px;
    font-weight: bold;
    color: rgba(206, 233, 232, 0.6);
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -20px;
    letter-spacing: 0.1em;
  }
}
.p-search__single_content__point .is-content {
  background: #f3fafb;
  border-radius: 6px;
  border: 3px solid #696765;
  padding: 48px 10px 25px;
}
@media (min-width: 1024px) {
  .p-search__single_content__point .is-content {
    margin-left: auto;
    max-width: 48%;
    margin-right: 30px;
    padding: 55px 20px;
    border-radius: 20px;
  }
}
.p-search__single_content__point .is-content > h2 {
  position: absolute;
  top: -90px;
  left: 50%;
  -webkit-transform: translateX(-50%); /* Safari用 */
  transform: translateX(-50%);
  width: 100%;
}
@media (min-width: 1024px) {
  .p-search__single_content__point .is-content > h2 {
    top: 10px;
    left: 6%;
    -webkit-transform: translateX(0); /* Safari用 */
    transform: translateX(0);
  }
}
.p-search__single_content__point .is-content > h2 img {
  max-width: 310px;
  margin: 0 auto;
  display: block;
}
@media (min-width: 1024px) {
  .p-search__single_content__point .is-content > h2 img {
    max-width: 39.6%;
    margin-left: 0;
  }
}
.p-search__single_content__point .is-content li {
  font-size: 12px;
  padding-left: 22px;
  margin-bottom: 15px;
  line-height: 1.4;
  position: relative;
}
@media (min-width: 768px) {
  .p-search__single_content__point .is-content li {
    font-size: 18px;
    padding-left: 40px;
    margin-bottom: 20px;
  }
}
.p-search__single_content__point .is-content li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 16px;
  height: 16px;
  background: url(../images/common/icon_check.png) center no-repeat #c5e5e4;
  background-size: 12px;
}
@media (min-width: 768px) {
  .p-search__single_content__point .is-content li:before {
    width: 28px;
    height: 28px;
    background-size: 20px;
    top: 0;
  }
}
.p-search__single_content__point .is-content li:last-child {
  margin-bottom: 0;
}
.p-search__single_slide {
  position: relative;
  border-top: 3px solid #453f3b;
  border-bottom: 3px solid #453f3b;
  background: url(../images/search/link_bg.png) center repeat;
  background-size: 100%;
  padding-top: 40px;
  padding-bottom: 25px;
}
@media (min-width: 1024px) {
  .p-search__single_slide {
    background-image: url(../images/search/link_bg_pc.png);
    background-size: auto;
    border-width: 6px;
    padding-top: 45px;
    padding-bottom: 30px;
  }
}
.p-search__single_slide:before {
  content: "";
  display: block;
  width: 34px;
  height: 27px;
  position: absolute;
  top: 6%;
  right: 8%;
  background: url(../images/search/img_icon.png) center no-repeat;
  background-size: 100%;
}
@media (min-width: 1024px) {
  .p-search__single_slide:before {
    display: none;
  }
}
.p-search__single_slide .is-wrap {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 1024px) {
  .p-search__single_slide .is-wrap {
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p-search__single_slide .is-wrap:before {
    content: "";
    display: block;
    position: absolute;
    left: 10px;
    top: -38px;
    width: 82px;
    height: 48px;
    background: url(../images/search/img_icon_pc.png) center no-repeat;
    background-size: 100%;
  }
}
@media (min-width: 1024px) {
  .p-search__single_slide .is-wrap .is-main {
    width: 54%;
  }
}
@media (min-width: 1024px) {
  .p-search__single_slide .is-wrap .is-sub {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 46%;
    padding-left: 30px;
  }
}
.p-search__single_slide__cate {
  position: absolute;
  left: 4%;
  top: -12px;
  display: -webkit-flex; /* Safari用 */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .p-search__single_slide__cate {
    position: static;
    width: 100%;
  }
}
.p-search__single_slide__cate a {
  display: inline-block;
  vertical-align: middle;
  background: #e9dd36;
  letter-spacing: 0.2em;
  font-size: 11px;
  margin-right: 6px;
  padding: 2px 10px;
  border-radius: 10px;
  margin-bottom: 5px;
  font-weight: bold;
  min-width: 53px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-search__single_slide__cate a {
    border-radius: 15px;
    font-size: 15px;
    min-width: 72px;
    margin-right: 12px;
    margin-bottom: 15px;
    padding: 4px 12px;
  }
}
.p-search__single_slide__thumbnail .slick-slide {
  margin: 0 3px;
  height: 60px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .p-search__single_slide__thumbnail .slick-slide {
    margin-left: 5px;
    margin-right: 5px;
    height: 100px;
  }
}
.p-search__single_slide__main {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .p-search__single_slide__main {
    margin-bottom: 30px;
  }
}
.p-search__single_slide__main .slick-list {
  max-width: 70%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-search__single_slide__main .slick-list {
    max-width: 77.2%;
  }
}
.p-search__single_slide__main .slick-list img {
  height: 174px;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .p-search__single_slide__main .slick-list img {
    height: 331px;
  }
}
.p-search__single_slide__main .prev-arrow {
  position: absolute;
  left: 16%;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  width: 8px;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-search__single_slide__main .prev-arrow {
    left: 85px;
    width: 22px;
  }
}
.p-search__single_slide__main .next-arrow {
  position: absolute;
  right: 16%;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  width: 8px;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-search__single_slide__main .next-arrow {
    right: 85px;
    width: 22px;
  }
}
.p-search__single_slide .p-search__contact {
  display: none;
}
@media (min-width: 1024px) {
  .p-search__single_slide .p-search__contact {
    display: block;
    width: 100%;
    margin-top: auto;
  }
}
.p-search__single_title {
  padding-top: 70px;
  padding-bottom: 25px;
  background: #f4fafd;
}
@media (min-width: 768px) {
  .p-search__single_title {
    padding-top: 100px;
    padding-bottom: 15px;
  }
}
.p-search__single_title h1 {
  line-height: 1.3;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.2em;
}
@media (min-width: 768px) {
  .p-search__single_title h1 {
    font-size: 30px;
  }
}
.p-search__link {
  margin-top: 5px;
  background: url(../images/search/link_bg.png) center repeat;
  background-size: 100%;
  padding-top: 40px;
  padding-bottom: 54px;
}
@media (min-width: 768px) {
  .p-search__link {
    margin-top: 0;
    background-image: url(../images/search/link_bg_pc.png);
    background-size: auto;
    padding-top: 100px;
    padding-bottom: 90px;
  }
}
.p-search__link__btn {
  margin-top: 33px;
}
@media (min-width: 768px) {
  .p-search__link__btn {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  .p-search__link__btn .o-btn {
    margin-left: 0;
    margin-right: 0;
  }
}
.p-search__link__btn .o-btn:last-child {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .p-search__link__btn .o-btn:last-child {
    margin-top: 0;
    margin-left: 20px;
  }
}
.p-search__link__content.is-top > ul {
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .p-search__link__content.is-top > ul {
    max-width: 1012px;
    margin: 0 auto 50px;
  }
}
.p-search__link__content.is-top > ul > li {
  width: 47%;
  margin-right: 6%;
  margin-bottom: 0;
}
.p-search__link__content.is-top > ul > li:last-child {
  margin-right: 0;
}
.p-search__link__content.is-top > ul > li h3 {
  margin-top: 8px;
  font-size: 13px;
}
@media (min-width: 768px) {
  .p-search__link__content.is-top > ul > li h3 {
    font-size: 22px;
    margin-top: 20px;
  }
}
.p-search__link__content.is-top > ul > li .is-cate a {
  font-size: 12px;
}
@media (min-width: 768px) {
  .p-search__link__content.is-top > ul > li .is-cate a {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .p-search__link__content > ul {
    max-width: 980px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-search__link__content > ul > li {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .p-search__link__content > ul > li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 40px;
  }
  .p-search__link__content > ul > li:nth-child(3n) {
    margin-right: 0;
  }
}
.p-search__link__content > ul > li > dl {
  display: -webkit-flex; /* Safari用 */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .p-search__link__content > ul > li > dl {
    display: block;
  }
}
.p-search__link__content > ul > li > dl > dt {
  width: -webkit-calc(100% - 125px);
  width: calc(100% - 125px);
  padding-left: 16px;
}
@media (min-width: 768px) {
  .p-search__link__content > ul > li > dl > dt {
    width: 100%;
    padding-left: 0;
  }
}
.p-search__link__content > ul > li > dl > dd {
  width: 125px;
}
@media (min-width: 768px) {
  .p-search__link__content > ul > li > dl > dd {
    width: 100%;
  }
}
.p-search__link__content > ul > li > dl > dd img {
  width: 100%;
  height: 75px;
  object-fit: cover;
  border-radius: 6px;
}
@media (min-width: 768px) {
  .p-search__link__content > ul > li > dl > dd img {
    height: 190px;
    border-radius: 20px;
  }
}
.p-search__link__content > ul > li .is-cate {
  display: -webkit-flex; /* Safari用 */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-search__link__content > ul > li .is-cate a {
  display: inline-block;
  vertical-align: middle;
  background: #e9dd36;
  font-size: 11px;
  margin-right: 6px;
  padding: 2px 10px;
  border-radius: 11px;
  margin-bottom: 10px;
  font-weight: bold;
  min-width: 50px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-search__link__content > ul > li .is-cate a {
    border-radius: 15px;
    font-size: 15px;
    min-width: 64px;
    margin-right: 10px;
  }
}
.p-search__link__content > ul > li h3 {
  font-size: 11px;
  letter-spacing: 0.2em;
  line-height: 1.3;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .p-search__link__content > ul > li h3 {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.5;
    margin-top: 15px;
  }
}
.p-search__link__content > ul > li h3 a {
  color: #676765;
}
.p-search__link__content > ul > li .is-img img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  border-radius: 6px;
}
@media (min-width: 768px) {
  .p-search__link__content > ul > li .is-img img {
    height: 308px;
    border-radius: 20px;
  }
}
.p-search__link h2 {
  font-size: 16px;
  letter-spacing: 0.2em;
  color: #676765;
  line-height: 1;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-search__link h2 {
    font-size: 46px;
    margin-bottom: 65px;
  }
}
.p-search__link h2:after {
  content: "";
  display: inline-block;
  width: 56px;
  height: 36px;
  background: url(../images/search/icon_flag.png) center no-repeat;
  background-size: 100%;
}
@media (min-width: 768px) {
  .p-search__link h2:after {
    width: 112px;
    height: 70px;
  }
}
.p-search__area {
  padding-top: 50px;
  padding-bottom: 90px;
}
@media (min-width: 768px) {
  .p-search__area {
    padding-top: 90px;
    padding-bottom: 70px;
  }
}
.p-search__area__data_content {
  padding: 12px 4% 4px;
  background: url(../images/search/img_bg.png) center;
  background-size: cover;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-search__area__data_content {
    max-width: 1100px;
    margin: 0 auto 40px;
    padding: 40px 30px 25px;
  }
}
@media (min-width: 768px) {
  .p-search__area__data_content .is-wrap {
    display: -webkit-flex;
    display: flex;
  }
}
.p-search__area__data_content ul.is-box {
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-search__area__data_content ul.is-box li {
  width: -webkit-calc(100% - 115px);
  width: calc(100% - 115px);
}
@media (min-width: 768px) {
  .p-search__area__data_content ul.is-box li {
    width: auto;
    padding-right: 30px;
  }
}
.p-search__area__data_content ul.is-box li:first-child {
  width: 115px;
}
@media (min-width: 768px) {
  .p-search__area__data_content ul.is-box li:first-child {
    width: auto;
  }
}
.p-search__area__data_content dl.is-last dd {
  margin-bottom: 0;
}
.p-search__area__data_content dl dt {
  display: inline-block;
  background: #e9dd36;
  border-radius: 10px;
  padding: 2px 10px;
  min-width: 50px;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 6px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-search__area__data_content dl dt {
    font-size: 18px;
    min-width: 78px;
    margin-bottom: 12px;
  }
}
.p-search__area__data_content dl dd {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .p-search__area__data_content dl dd {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.p-search__area__data_content dl dd ul {
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .p-search__area__data_content dl dd ul {
    margin-top: 12px;
  }
}
.p-search__area__data_content dl dd ul li {
  margin-right: 13px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .p-search__area__data_content dl dd ul li {
    margin-right: 24px;
    margin-bottom: 20px;
  }
}
.p-search__area__data_content dl dd ul li a {
  display: inline-block;
  background: url(../images/common/arw_bk.png) right 7px center no-repeat #fef9f3;
  padding: 6px 16px 6px 8px;
  min-width: 80px;
  border-radius: 4px;
  background-size: 7px;
  color: #b28b59;
  font-size: 11px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .p-search__area__data_content dl dd ul li a {
    padding: 12px 28px 12px 16px;
    min-width: 146px;
    font-size: 20px;
    background-size: 14px;
    background-position: right 14px center;
  }
}
.p-search__area__data {
  padding-top: 30px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .p-search__area__data {
    padding-top: 70px;
    padding-bottom: 40px;
    text-align: center;
  }
}
.p-search__area__data h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 768px) {
  .p-search__area__data h2 {
    font-size: 46px;
  }
}
.p-search__area__data h2 span {
  color: #e9dd36;
  font-size: 28px;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-search__area__data h2 span {
    font-size: 54px;
  }
}
.p-search__area__cate {
  overflow-x: auto;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .p-search__area__cate {
    background: #fefce7;
    overflow: visible;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.p-search__area__cate ul {
  min-width: 420px;
  display: -webkit-flex;
  display: flex;
}
@media (min-width: 768px) {
  .p-search__area__cate ul {
    min-width: inherit;
    max-width: 950px;
    margin: 0 auto;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.p-search__area__cate ul li {
  margin-right: 10px;
}
.p-search__area__cate ul li:last-child {
  margin-right: 0;
}
.p-search__area__cate ul li img {
  display: block;
  width: 125px;
  height: 125px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .p-search__area__cate ul li img {
    width: 150px;
    height: 150px;
  }
}
.p-search__area__cate ul li p {
  margin-top: 6px;
  letter-spacing: 0.2em;
  font-size: 13px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .p-search__area__cate ul li p {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .p-search__area__content > dl {
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.p-search__area__content > dl > dt {
  margin-top: 15px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-search__area__content > dl > dt {
    padding-left: 25px;
    margin-top: 0;
    margin-bottom: 0;
    width: 47%;
    position: relative;
    z-index: 2;
  }
}
.p-search__area__content > dl > dt p {
  margin-bottom: 20px;
  line-height: 1.9;
  font-size: 11px;
}
@media (min-width: 768px) {
  .p-search__area__content > dl > dt p {
    line-height: 2;
    font-size: 16px;
    margin-bottom: 35px;
  }
}
@media (min-width: 768px) {
  .p-search__area__content > dl > dd {
    width: 53%;
    border: 10px solid #e9dd36;
    border-left: none;
    border-radius: 0 30px 30px 0;
    padding: 40px 80px 40px 0;
    position: relative;
  }
  .p-search__area__content > dl > dd:after {
    content: "information";
    line-height: 1;
    font-size: 130px;
    font-weight: bold;
    color: #fcf9e0;
    position: absolute;
    left: 0;
    bottom: -160px;
    z-index: 1;
  }
}
.p-search__area__title {
  max-width: 640px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-search__area__title {
    text-align: center;
    background: #fefce7;
    border-radius: 30px;
    padding-top: 12px;
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
}
.p-search__area__title h2 {
  font-size: 25px;
  font-weight: bold;
  position: relative;
  letter-spacing: 0.2em;
  display: inline-block;
}
@media (min-width: 768px) {
  .p-search__area__title h2 {
    font-size: 50px;
    line-height: 1.3;
  }
}
.p-search__area__title h2 span {
  color: #e9dd36;
  font-size: 28px;
}
@media (min-width: 768px) {
  .p-search__area__title h2 span {
    font-size: 60px;
  }
}
.p-search__area__title h2:before {
  content: "";
  display: block;
  position: absolute;
  right: -95px;
  bottom: 0;
  width: 95px;
  height: 67px;
  background: url(../images/search/icon_city.png) center no-repeat;
  background-size: 100%;
}
@media (min-width: 768px) {
  .p-search__area__title h2:before {
    right: -130px;
    bottom: 10px;
    width: 129px;
    height: 92px;
  }
}
.p-search__area__title p {
  font-weight: bold;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.2em;
}
@media (min-width: 768px) {
  .p-search__area__title p {
    text-align: left;
    font-size: 30px;
    max-width: 473px;
    margin: 0 auto;
  }
}
.p-search__kv {
  padding-top: 70px;
  padding-bottom: 50px;
  background: #fefce7;
  text-align: center;
  min-height: 100vh;
  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;
}
@media (min-width: 768px) {
  .p-search__kv {
    padding-top: 100px;
  }
}
.p-search__kv img {
  width: 100%;
  max-width: 1244px;
  margin: 0 auto;
}
.p-search__list {
  background: #f9f5b3;
  padding-top: 15px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .p-search__list {
    padding-bottom: 50px;
    padding-top: 0;
  }
}
.p-search__list.is-new {
  background: #f4fafd;
  padding-top: 20px;
  padding-bottom: 33px;
}
@media (min-width: 768px) {
  .p-search__list.is-new {
    padding-top: 45px;
    padding-bottom: 90px;
  }
}
.p-search__list__title {
  padding: 25px 0 20px;
}
@media (min-width: 768px) {
  .p-search__list__title {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .p-search__list__title.is-main {
    padding-bottom: 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
.p-search__list__title > p {
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.2em;
}
@media (min-width: 768px) {
  .p-search__list__title > p {
    font-size: 18px;
    margin-left: 10px;
  }
}
.p-search__list__title h2 {
  display: -webkit-flex; /* Safari用 */
  display: flex;
  -webkit-align-items: center; /* Safari用 */
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 24px;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #686765;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .p-search__list__title h2 {
    font-size: 42px;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.p-search__list__title h2 img {
  width: 100%;
  max-width: 82px;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: -90px;
  left: 50%;
  -webkit-transform: translateX(-50%); /* Safari用 */
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .p-search__list__title h2 img {
    position: static;
    -webkit-transform: translateX(0); /* Safari用 */
    transform: translateX(0);
    max-width: 124px;
  }
}
.p-search__list__title h2 i {
  display: -webkit-flex; /* Safari用 */
  display: flex;
  -webkit-justify-content: center; /* Safari用 */
  justify-content: center;
  -webkit-align-items: center; /* Safari用 */
  align-items: center;
  width: 70px;
  height: 56px;
  background: url(../images/search/new_bg.png) center no-repeat;
  background-size: 100%;
}
@media (min-width: 768px) {
  .p-search__list__title h2 i {
    width: 127px;
    height: 103px;
    margin-right: 12px;
  }
}
.p-search__list__title h2 p {
  text-align: left;
  padding-left: 6px;
}
.p-search__list__title h2 span {
  font-size: 26px;
  color: #fff;
  letter-spacing: 0.2em;
  padding-bottom: 2px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  background: radial-gradient(circle at calc(100% - 4px) calc(100% - 4px), #f3eb95 4px, transparent 4px), radial-gradient(circle at 4px calc(100% - 4px), #f3eb95 4px, transparent 4px), linear-gradient(to bottom, #f4fafd calc(100% - 8px), transparent calc(100% - 8px)), linear-gradient(to right, transparent 4px, #f3eb95 4px, #f3eb95 calc(100% - 4px), transparent calc(100% - 4px));
  text-shadow: 1px 1px 0 #696765, -1px -1px 0 #696765, -1px 1px 0 #696765, 1px -1px 0 #696765, 0px 1px 0 #696765, 0 -1px 0 #696765, -1px 0 0 #696765, 1px 0 0 #696765;
}
@media (min-width: 768px) {
  .p-search__list__title h2 span {
    padding-left: 10px;
    padding-right: 5px;
    font-size: 48px;
    padding-bottom: 8px;
    background: radial-gradient(circle at calc(100% - 8px) calc(100% - 8px), #f3eb95 8px, transparent 8px), radial-gradient(circle at 8px calc(100% - 8px), #f3eb95 8px, transparent 8px), linear-gradient(to bottom, #f4fafd calc(100% - 16px), transparent calc(100% - 16px)), linear-gradient(to right, transparent 8px, #f3eb95 8px, #f3eb95 calc(100% - 8px), transparent calc(100% - 8px));
    text-shadow: 0 0 3px #696765, 0 0 3px #696765, 0 0 3px #696765, 0 0 3px #696765, 0 0 3px #696765, 0 0 3px #696765, 0 0 3px #696765, 0 0 3px #696765, 0 0 3px #696765, 0 0 3px #696765, 0 0 3px #696765, 0 0 3px #696765, 0 0 3px #696765, 0 0 3px #696765, 0 0 3px #696765, 0 0 3px #696765;
  }
}
.p-search__list__content.is-more > ul {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .p-search__list__content.is-more > ul {
    margin-bottom: 40px;
  }
}
.p-search__list__content.is-more > ul > li {
  padding-bottom: 40px;
  margin-bottom: 28px;
}
.p-search__list__content.is-more > ul > li:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #e9dd36 transparent transparent;
  border-width: 0px 25px 25px 0px;
}
@media (min-width: 768px) {
  .p-search__list__content.is-more > ul > li:before {
    border-width: 0px 38px 38px 0px;
  }
}
.p-search__list__content.is-more > ul > li:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #e9dd36;
  border-width: 25px 0 0 25px;
}
@media (min-width: 768px) {
  .p-search__list__content.is-more > ul > li:after {
    border-width: 38px 0 0 38px;
  }
}
.p-search__list__content.is-more > ul > li.is-hidden {
  display: none;
}
.p-search__list__content.is-more > ul > li h3 {
  padding-left: 62px;
}
@media (min-width: 768px) {
  .p-search__list__content.is-more > ul > li h3 {
    padding-left: 58px;
  }
}
.p-search__list__content.is-more > ul > li h3:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  width: 58px;
  height: 44px;
  background: url(../images/search/icon_new.png) center no-repeat;
  background-size: 100%;
}
@media (min-width: 768px) {
  .p-search__list__content.is-more > ul > li h3:before {
    left: -8px;
    width: 64px;
    height: 48px;
  }
}
@media (min-width: 768px) {
  .p-search__list__content > ul {
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-search__list__content > ul > li {
  border-radius: 6px;
  box-shadow: 2px 0 10px #e7e7e6;
  background: #fff;
  border: 2px solid #e9dd36;
  position: relative;
  padding: 20px 3% 25px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .p-search__list__content > ul > li {
    padding: 50px 15px 32px;
    margin-bottom: 50px;
    width: 32.3%;
    margin-right: 1.5%;
    border-width: 3px;
  }
  .p-search__list__content > ul > li:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .p-search__list__content > ul > li .o-btn {
    height: 56px;
    font-size: 18px;
  }
}
.p-search__list__content > ul > li .is-data {
  margin-bottom: 30px;
}
.p-search__list__content > ul > li .is-data > dl {
  margin-bottom: 20px;
}
.p-search__list__content > ul > li .is-data > dl > dd {
  font-size: 13px;
  line-height: 1.9;
}
@media (min-width: 768px) {
  .p-search__list__content > ul > li .is-data > dl > dd {
    font-size: 16px;
  }
}
.p-search__list__content > ul > li .is-data > dl > dd dl {
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-search__list__content > ul > li .is-data > dl > dd dl dt {
  width: 100px;
}
@media (min-width: 768px) {
  .p-search__list__content > ul > li .is-data > dl > dd dl dt {
    width: 120px;
  }
}
.p-search__list__content > ul > li .is-data > dl > dd dl dd {
  width: -webkit-calc(100% - 100px);
  width: calc(100% - 100px);
}
@media (min-width: 768px) {
  .p-search__list__content > ul > li .is-data > dl > dd dl dd {
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
  }
}
.p-search__list__content > ul > li .is-data > dl > dt {
  font-size: 23px;
  letter-spacing: 0.05em;
  color: #b68e5a;
  margin-bottom: 10px;
  padding-left: 14px;
  position: relative;
  line-height: 1;
}
@media (min-width: 768px) {
  .p-search__list__content > ul > li .is-data > dl > dt {
    padding-left: 30px;
  }
}
.p-search__list__content > ul > li .is-data > dl > dt:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #b68e5a;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .p-search__list__content > ul > li .is-data > dl > dt:before {
    width: 14px;
    height: 14px;
  }
}
.p-search__list__content > ul > li .is-cate {
  display: -webkit-flex; /* Safari用 */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.p-search__list__content > ul > li .is-cate a {
  display: inline-block;
  vertical-align: middle;
  background: #f3e6d6;
  color: #676765;
  letter-spacing: 0.2em;
  font-size: 11px;
  margin-right: 6px;
  padding: 2px 6px;
  border-radius: 20px;
  margin-bottom: 5px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .p-search__list__content > ul > li .is-cate a {
    font-size: 15px;
  }
}
.p-search__list__content > ul > li .is-img {
  display: -webkit-flex; /* Safari用 */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .p-search__list__content > ul > li .is-img {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 20px;
  }
}
.p-search__list__content > ul > li .is-img li {
  width: 48%;
  display: none;
}
.p-search__list__content > ul > li .is-img li:first-child {
  display: block;
}
.p-search__list__content > ul > li .is-img li:nth-child(2) {
  display: block;
  margin-left: 4%;
}
.p-search__list__content > ul > li h3 {
  font-size: 18px;
  font-weight: bold;
  color: #676765;
  margin-bottom: 15px;
  position: relative;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .p-search__list__content > ul > li h3 {
    font-size: 22px;
  }
}
.p-search__list__content > ul > li h3:after {
  content: "";
  display: block;
  position: absolute;
  top: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%); /* Safari用 */
  transform: translateX(-50%);
  background: #e9dd36;
  border-radius: 2px;
  width: 66px;
  height: 6px;
}
@media (min-width: 768px) {
  .p-search__list__content > ul > li h3:after {
    width: 130px;
    height: 8px;
    top: -55px;
    border-radius: 4px;
  }
}

.p-single {
  padding-top: 70px;
}
@media (min-width: 768px) {
  .p-single {
    padding-top: 170px;
  }
}
.p-single .o-breadcrumb {
  font-size: 15px;
  max-width: 1000px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-single .o-breadcrumb {
    font-size: 19px;
  }
}
.p-single__link {
  background: #f2f2ee;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .p-single__link {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.p-single__link .innerBox {
  max-width: 1080px;
}
.p-single__link__day {
  text-align: right;
  color: #9e9e9e;
  font-size: 10px;
}
@media (min-width: 768px) {
  .p-single__link__day {
    font-size: 16px;
  }
}
.p-single__link__cate {
  display: -webkit-flex; /* Safari用 */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-single__link__cate a {
  display: inline-block;
  vertical-align: middle;
  background: #593618;
  color: #fff;
  font-size: 10px;
  margin-right: 5px;
  padding: 1px 5px;
  border-radius: 20px;
  margin-bottom: 3px;
}
@media (min-width: 768px) {
  .p-single__link__cate a {
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 10px;
    margin-bottom: 5px;
  }
}
.p-single__link__wrap {
  padding: 16px 12px 12px;
}
@media (min-width: 768px) {
  .p-single__link__wrap {
    padding: 30px 16px 24px;
  }
}
.p-single__link__img {
  position: relative;
  height: auto;
  padding-top: 51%;
  display: block;
  overflow: hidden;
}
.p-single__link__img img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
}
.p-single__link ul {
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
}
.p-single__link ul li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 15px;
  box-shadow: 0 0 10px #ddd;
  background: #fff;
}
@media (min-width: 768px) {
  .p-single__link ul li {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 0;
  }
}
.p-single__link ul li:nth-child(2n) {
  margin-right: 0;
}
@media (min-width: 768px) {
  .p-single__link ul li:nth-child(2n) {
    margin-right: 5%;
  }
}
@media (min-width: 768px) {
  .p-single__link ul li:nth-child(3) {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .p-single__link ul li:nth-child(4) {
    display: none;
  }
}
.p-single__link ul li h4 {
  margin-bottom: 4px;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-single__link ul li h4 {
    margin-bottom: 8px;
    line-height: 1.5;
    font-size: 18px;
  }
}
.p-single__link h3 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  text-align: center;
  max-width: 120px;
  background: #fff;
  margin-top: -48px;
  margin-right: auto;
  margin-bottom: 20px;
  border-radius: 30px;
  height: 30px;
  font-size: 13px;
  font-weight: 500;
  position: relative;
  border: 1px solid #696765;
}
@media (min-width: 768px) {
  .p-single__link h3 {
    margin-left: 50px;
    height: 66px;
    max-width: 256px;
    margin-top: -110px;
    margin-bottom: 40px;
    font-size: 28px;
    border-radius: 33px;
  }
}
.p-single__link h3:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -1px;
  -webkit-transform: translateX(-50%); /* Safari用 */
  transform: translateX(-50%);
  width: 6px;
  height: 2px;
  background: #fff;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-single__link h3:after {
    width: 12px;
  }
}
.p-single__link h3:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -8px;
  -webkit-transform: translateX(-50%); /* Safari用 */
  transform: translateX(-50%);
  width: 1px;
  height: 10px;
  background: #696765;
  z-index: 2;
}
@media (min-width: 768px) {
  .p-single__link h3:before {
    width: 2px;
    height: 20px;
    bottom: -10px;
  }
}
.p-single__link h3 span {
  display: block;
}
.p-single__link h3 span:before {
  content: "";
  position: absolute;
  right: -20px;
  top: -8px;
  background: url(../images/column/link_bg.png) center no-repeat;
  background-size: 100%;
  width: 15px;
  height: 22px;
}
@media (min-width: 768px) {
  .p-single__link h3 span:before {
    width: 32px;
    height: 46px;
    top: -14px;
    right: -45px;
  }
}
.p-single__writer {
  max-width: 1000px;
  margin: 0 auto 52px;
}
@media (min-width: 768px) {
  .p-single__writer {
    margin-bottom: 110px;
  }
}
.p-single__writer h3 img {
  max-height: 35px;
}
.p-single__writer__content {
  background: #fff;
  box-shadow: 0 0 10px #ddd;
  padding: 20px 10px;
  max-width: 650px;
}
@media (min-width: 768px) {
  .p-single__writer__content {
    padding: 35px 20px;
  }
}
.p-single__writer__content > dl {
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .p-single__writer__content > dl {
    margin-bottom: 0;
  }
}
.p-single__writer__content > dl > dd {
  width: 100px;
}
@media (min-width: 768px) {
  .p-single__writer__content > dl > dd {
    width: 170px;
  }
}
.p-single__writer__content > dl > dt {
  width: -webkit-calc(100% - 100px);
  width: calc(100% - 100px);
  padding-left: 10px;
  font-size: 15px;
}
@media (min-width: 768px) {
  .p-single__writer__content > dl > dt {
    width: -webkit-calc(100% - 170px);
    width: calc(100% - 170px);
    padding-left: 20px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .p-single__writer__content > dl > dt p {
    line-height: 1.8;
  }
}
.p-single__writer__content > dl > dt h4 {
  font-size: 19px;
  border-bottom: 1px solid #696765;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .p-single__writer__content > dl > dt h4 {
    font-size: 24px;
    margin-bottom: 20px;
    padding-bottom: 5px;
  }
}
.p-single__writer__content .is-text {
  font-size: 15px;
}
@media (min-width: 768px) {
  .p-single__writer__content .is-text {
    margin-top: 12px;
    font-size: 16px;
  }
}
.p-single__content {
  margin: 40px auto 50px;
  max-width: 1000px;
}
@media (min-width: 768px) {
  .p-single__content {
    margin-top: 60px;
    margin-bottom: 100px;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .p-single__content__side {
    width: 250px;
  }
}
.p-single__content__side h3 {
  background: #e9dd36;
  border-radius: 16px 16px 0 0;
  text-align: center;
  padding: 8px 10px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.2em;
}
@media (min-width: 768px) {
  .p-single__content__side h3 {
    font-size: 20px;
    border-radius: 20px 20px 0 0;
  }
}
.p-single__content__side a {
  display: block;
  letter-spacing: 0.2em;
  font-size: 15px;
  font-weight: bold;
  background: #fefce7;
  padding: 8px 30px;
  border-bottom: 1px solid #ebebeb;
}
@media (min-width: 768px) {
  .p-single__content__side a {
    font-size: 16px;
    padding: 10px 20px;
  }
}
@media (min-width: 768px) {
  .p-single__content__main {
    width: -webkit-calc(100% - 250px);
    width: calc(100% - 250px);
    padding-right: 80px;
  }
}
.p-single__content__main .toc_list {
  background: #e6f4f5;
  margin-bottom: 33px;
  padding: 15px 10px;
}
@media (min-width: 768px) {
  .p-single__content__main .toc_list {
    padding: 30px;
    margin-bottom: 50px;
  }
}
.p-single__content__main .toc_list li a {
  line-height: 1.3;
  padding-left: 20px;
  font-size: 18px;
  color: #68aba8;
  position: relative;
  margin-top: 6px;
  margin-bottom: 6px;
  display: inline-block;
}
@media (min-width: 768px) {
  .p-single__content__main .toc_list li a {
    padding-left: 40px;
    font-size: 24px;
    margin-top: 8px;
    margin-bottom: 8px;
  }
}
.p-single__content__main .toc_list li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: #c5e5e4;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .p-single__content__main .toc_list li a:before {
    width: 14px;
    height: 14px;
  }
}
.p-single__content__main .toc_title {
  font-size: 20px;
  font-weight: 500;
  border-bottom: 2px solid #c5e5e4;
  position: relative;
  padding-bottom: 5px;
  padding-left: 20px;
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-single__content__main .toc_title {
    font-size: 30px;
    border-width: 3px;
    margin-bottom: 30px;
    padding-left: 40px;
  }
}
.p-single__content__main .toc_title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 11px solid #c5e5e4;
  border-right: 0;
}
@media (min-width: 768px) {
  .p-single__content__main .toc_title:before {
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 17px solid #c5e5e4;
  }
}
.p-single__content__main .is-sns {
  margin-top: 40px;
  margin-bottom: 10px;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .p-single__content__main .is-sns {
    margin-top: 50px;
    margin-bottom: 0;
  }
}
.p-single__content__main .is-sns a {
  display: block;
  margin-bottom: 5px;
  margin-right: 6px;
}
.p-single__content__main .is-sns a img {
  max-height: 17px;
}
.p-single__content__main p {
  font-size: 15px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-single__content__main p {
    font-size: 16px;
    line-height: 1.8;
  }
}
.p-single__content__main h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .p-single__content__main h4 {
    font-size: 18px;
  }
}
.p-single__content__main h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  text-decoration: underline;
  text-decoration-thickness: 10px;
  text-decoration-color: #e6f4f5;
  text-underline-offset: -6px;
  text-decoration-skip-ink: none;
}
@media (min-width: 768px) {
  .p-single__content__main h3 {
    margin-bottom: 15px;
    font-size: 20px;
  }
}
.p-single__content__main h2 {
  line-height: 1.3;
  font-size: 20px;
  color: #68aba8;
  font-weight: 500;
  margin-bottom: 10px;
  padding-right: 6px;
  position: relative;
  padding-left: 20px;
  border-bottom: 2px solid #c5e5e4;
  padding-bottom: 5px;
  display: inline-block;
}
@media (min-width: 768px) {
  .p-single__content__main h2 {
    font-size: 24px;
    margin-bottom: 20px;
    padding-right: 12px;
    padding-left: 40px;
    border-width: 4px;
  }
}
.p-single__content__main h2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: #c5e5e4;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .p-single__content__main h2:before {
    width: 14px;
    height: 14px;
  }
}
.p-single__outline {
  max-width: 1000px;
  margin: 0 auto 10px;
}
@media (min-width: 768px) {
  .p-single__outline {
    margin-bottom: 25px;
  }
}
.p-single__outline ul li {
  font-size: 15px;
  padding-left: 1em;
  text-indent: -1em;
}
@media (min-width: 768px) {
  .p-single__outline ul li {
    margin-bottom: 8px;
    font-size: 24px;
  }
}
.p-single__outline ul li:before {
  content: "・";
}
.p-single__img {
  text-align: center;
  padding: 7px;
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 0 10px rgba(180, 180, 180, 0.9);
  margin: 0 auto 20px;
  max-width: 300px;
}
@media (min-width: 768px) {
  .p-single__img {
    max-width: 724px;
    padding: 15px;
    border-radius: 20px;
    box-shadow: 0 0 30px #b4b4b4;
    margin-bottom: 35px;
  }
}
.p-single__img img {
  border-radius: 7px;
  border: 1px solid #211813;
}
@media (min-width: 768px) {
  .p-single__img img {
    border-width: 3px;
    border-radius: 10px;
  }
}
.p-single__title {
  max-width: 1000px;
  margin: 0 auto 20px;
}
@media (min-width: 768px) {
  .p-single__title {
    margin-bottom: 45px;
  }
}
.p-single__title h1 {
  line-height: 1.3;
  font-size: 23px;
  color: #66a5a2;
  font-weight: normal;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .p-single__title h1 {
    margin-bottom: 5px;
    font-size: 40px;
  }
}
.p-single__title p {
  color: #453f3b;
  font-size: 16px;
}
@media (min-width: 768px) {
  .p-single__title p {
    font-size: 24px;
  }
}

.p-management {
  font-family: source-han-sans-japanese, sans-serif;
}
.p-management .innerBox {
  max-width: 980px;
}
.p-management .o-btn {
  background: #77B9B0;
  color: #fff;
  box-shadow: none;
}
@media (min-width: 768px) {
  .p-management .o-btn {
    height: 56px;
    font-size: 19px;
    max-width: 320px;
  }
}
.p-management .o-btn:after {
  display: none;
}
.p-management__contact {
  background: url(../images/management/contact_bg.png) center no-repeat;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-management__contact {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .p-management__contact.is-support dl {
    padding-right: 0;
    padding-left: 125px;
  }
}
.p-management__contact.is-support dl:after {
  width: 100px;
  height: 72px;
  right: auto;
  left: 0;
  bottom: 6px;
  background-image: url(../images/support/icon_home_pink.png);
}
.p-management__contact dl {
  position: relative;
}
@media (min-width: 768px) {
  .p-management__contact dl {
    display: inline-block;
    padding-right: 140px;
  }
}
.p-management__contact dl:after {
  content: "";
  display: none;
  width: 130px;
  height: 172px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../images/management/icon_contact.png) center no-repeat;
  background-size: 100%;
}
@media (min-width: 768px) {
  .p-management__contact dl:after {
    display: block;
  }
}
.p-management__contact dl dt {
  display: inline-block;
  position: relative;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 20px;
  color: #333;
}
@media (min-width: 768px) {
  .p-management__contact dl dt {
    font-size: 18px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
.p-management__contact dl dt span {
  color: #EA8789;
}
.p-management__contact dl dt:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images/management/contact_title_l.png) center no-repeat;
  background-size: 100%;
  width: 20px;
  height: 36px;
}
@media (min-width: 768px) {
  .p-management__contact dl dt:before {
    width: 27px;
    height: 49px;
  }
}
.p-management__contact dl dt:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../images/management/contact_title_r.png) center no-repeat;
  background-size: 100%;
  width: 20px;
  height: 36px;
}
@media (min-width: 768px) {
  .p-management__contact dl dt:after {
    width: 27px;
    height: 49px;
  }
}
.p-management__tel {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
  background: #93C5BE;
  text-align: center;
}
@media (min-width: 768px) {
  .p-management__tel {
    padding: 20px 10px 25px;
    margin-top: 40px;
    margin-bottom: 35px;
  }
}
.p-management__tel dl dt {
  background: #F1BFBF;
  padding: 5px 10px;
  border-radius: 10px;
  font-weight: bold;
  color: #3E3A39;
  font-size: 16px;
  display: inline-block;
  margin-top: 5px;
  position: relative;
}
@media (min-width: 768px) {
  .p-management__tel dl dt {
    font-size: 22px;
    padding: 8px 20px;
  }
}
.p-management__tel dl dt:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #e3b1b1 transparent;
  border-width: 0px 4px 11px 4px;
  position: absolute;
  top: -11px;
  right: 10px;
}
@media (min-width: 768px) {
  .p-management__tel dl dt:after {
    right: 87px;
  }
}
.p-management__tel dl dd {
  letter-spacing: 0.06em;
  color: #fff;
  text-shadow: 2px 2px 0 #343F3C;
  position: relative;
  font-size: 18px;
  font-weight: 900;
}
@media (min-width: 768px) {
  .p-management__tel dl dd {
    font-size: 21px;
  }
}
.p-management__tel dl dd:before {
  content: attr(data-text);
  position: absolute;
  color: #fff;
  -webkit-text-stroke: 1px #3E3A39;
}
@media (min-width: 768px) {
  .p-management__tel dl dd:before {
    -webkit-text-stroke: 1.5px #3E3A39;
  }
}
.p-management__tel h2 {
  letter-spacing: -0.02em;
  color: #fff;
  text-shadow: 2px 2px 0 #343F3C;
  line-height: 1;
  position: relative;
  font-size: 42px;
  font-weight: 900;
  display: inline-block;
  padding-left: 28px;
  margin-top: 5px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .p-management__tel h2 {
    padding-left: 55px;
    text-shadow: 3px 3px 0 #343F3C;
  }
}
@media (min-width: 1024px) {
  .p-management__tel h2 {
    font-size: 79px;
  }
}
.p-management__tel h2:before {
  content: attr(data-text);
  position: absolute;
  right: 0;
  color: #fff;
  -webkit-text-stroke: 1px #3E3A39;
}
@media (min-width: 768px) {
  .p-management__tel h2:before {
    -webkit-text-stroke: 2px #3E3A39;
  }
}
.p-management__tel h2 img {
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 24px;
}
@media (min-width: 768px) {
  .p-management__tel h2 img {
    width: 45px;
    bottom: 5px;
  }
}
.p-management__tel h3 {
  letter-spacing: 0.04em;
  text-shadow: 2px 2px 0 #eb9a99;
  font-size: 20px;
  font-weight: 900;
}
@media (min-width: 768px) {
  .p-management__tel h3 {
    text-shadow: 2.5px 2.5px 0 #eb9a99;
    font-size: 27px;
  }
}
.p-management__tel h3 i {
  position: relative;
  display: inline-block;
}
.p-management__tel h3 i:before {
  content: attr(data-text);
  position: absolute;
  color: #fff;
  -webkit-text-stroke: 1px #231815;
}
@media (min-width: 768px) {
  .p-management__tel h3 i:before {
    -webkit-text-stroke: 1.5px #231815;
  }
}
.p-management__tel h3 span {
  display: block;
  position: relative;
}
@media (min-width: 768px) {
  .p-management__tel h3 span {
    display: inline-block;
  }
}
.p-management__tel h3 span:before {
  content: attr(data-text);
  position: absolute;
  color: #fff;
  -webkit-text-stroke: 1px #231815;
}
@media (min-width: 768px) {
  .p-management__tel h3 span:before {
    -webkit-text-stroke: 1.5px #231815;
  }
}
.p-management__service {
  background: #FBF7F3;
  padding: 25px 0 25px;
}
@media (min-width: 768px) {
  .p-management__service {
    padding-top: 45px;
    padding-bottom: 50px;
  }
}
.p-management__service__cp {
  border: 5px solid #E40012;
  border-radius: 30px;
  padding: 15px 20px 10px 0;
  position: relative;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .p-management__service__cp {
    margin-top: 30px;
    padding-left: 190px;
  }
}
@media (min-width: 768px) {
  .p-management__service__cp > dl {
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.p-management__service__cp > dl > dd {
  color: #3E3A39;
  padding-left: 110px;
}
@media (min-width: 768px) {
  .p-management__service__cp > dl > dd {
    padding-left: 0;
    margin-right: 5px;
  }
}
.p-management__service__cp > dl > dd p {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 1024px) {
  .p-management__service__cp > dl > dd p {
    padding-right: 5px;
    font-size: 20px;
  }
}
.p-management__service__cp > dl > dd dl {
  position: relative;
  display: inline-flex;
}
.p-management__service__cp > dl > dd dl:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  background: #E10B20;
  width: 100%;
  height: 2px;
  z-index: 1;
}
.p-management__service__cp > dl > dd dl:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 60%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  background: #E10B20;
  width: 100%;
  height: 2px;
  z-index: 1;
}
.p-management__service__cp > dl > dd dl dt {
  letter-spacing: -0.02em;
  color: #3E3A39;
  text-shadow: 2px 2px 0 #5A5250;
  line-height: 1;
  position: relative;
  font-size: 45px;
  font-weight: 900;
}
@media (min-width: 768px) {
  .p-management__service__cp > dl > dd dl dt {
    text-shadow: 3px 3px 0 #5A5250;
  }
}
@media (min-width: 1024px) {
  .p-management__service__cp > dl > dd dl dt {
    font-size: 58px;
  }
}
.p-management__service__cp > dl > dd dl dt:before {
  content: attr(data-text);
  position: absolute;
  color: #3E3A39;
  -webkit-text-stroke: 1px #fff;
}
@media (min-width: 768px) {
  .p-management__service__cp > dl > dd dl dt:before {
    -webkit-text-stroke: 2px #fff;
  }
}
.p-management__service__cp > dl > dd dl dd {
  padding-left: 5px;
}
.p-management__service__cp > dl > dd dl dd span {
  color: #3E3A39;
  font-weight: bold;
  font-size: 10px;
}
@media (min-width: 768px) {
  .p-management__service__cp > dl > dd dl dd span {
    font-size: 13px;
  }
}
.p-management__service__cp > dl > dd dl dd p {
  color: #3E3A39;
  text-shadow: 2px 2px 0 #5A5250;
  line-height: 1;
  position: relative;
  font-size: 18px;
  font-weight: 900;
}
@media (min-width: 768px) {
  .p-management__service__cp > dl > dd dl dd p {
    font-size: 24px;
  }
}
.p-management__service__cp > dl > dd dl dd p:before {
  content: attr(data-text);
  position: absolute;
  color: #3E3A39;
  -webkit-text-stroke: 1px #fff;
}
.p-management__service__cp > dl > dt {
  display: -webkit-flex;
  display: flex;
  position: relative;
  padding-left: 70px;
}
@media (min-width: 768px) {
  .p-management__service__cp > dl > dt {
    padding-left: 20px;
  }
}
.p-management__service__cp > dl > dt:before {
  content: "";
  position: absolute;
  left: 0;
  top: 60%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  display: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #E10B20;
  border-width: 14px 0px 14px 16px;
}
@media (min-width: 768px) {
  .p-management__service__cp > dl > dt:before {
    display: block;
  }
}
.p-management__service__cp > dl > dt dl {
  position: relative;
  display: -webkit-flex;
  display: flex;
}
.p-management__service__cp > dl > dt dl dt {
  letter-spacing: -0.02em;
  color: #E10B20;
  text-shadow: 2px 2px 0 #5A5250;
  line-height: 1;
  position: relative;
  font-size: 70px;
  font-weight: 900;
}
@media (min-width: 768px) {
  .p-management__service__cp > dl > dt dl dt {
    text-shadow: 3px 3px 0 #5A5250;
  }
}
@media (min-width: 1024px) {
  .p-management__service__cp > dl > dt dl dt {
    font-size: 116px;
  }
}
.p-management__service__cp > dl > dt dl dt:before {
  content: attr(data-text);
  position: absolute;
  color: #E10B20;
  -webkit-text-stroke: 1px #fff;
}
@media (min-width: 768px) {
  .p-management__service__cp > dl > dt dl dt:before {
    -webkit-text-stroke: 2px #fff;
  }
}
.p-management__service__cp > dl > dt dl dd {
  margin-top: auto;
  margin-bottom: 8px;
  padding-left: 5px;
}
.p-management__service__cp > dl > dt dl dd span {
  color: #E10B20;
  font-weight: bold;
  font-size: 12px;
}
@media (min-width: 768px) {
  .p-management__service__cp > dl > dt dl dd span {
    font-size: 16px;
  }
}
.p-management__service__cp > dl > dt dl dd p {
  color: #E10B20;
  text-shadow: 2px 2px 0 #5A5250;
  line-height: 1;
  position: relative;
  font-size: 24px;
  font-weight: 900;
}
@media (min-width: 1024px) {
  .p-management__service__cp > dl > dt dl dd p {
    font-size: 43px;
  }
}
.p-management__service__cp > dl > dt dl dd p:before {
  content: attr(data-text);
  position: absolute;
  color: #E10B20;
  -webkit-text-stroke: 1px #fff;
}
.p-management__service__cp h2 {
  letter-spacing: 0.04em;
  text-shadow: 2px 2px 0 #eb9a99;
  line-height: 1.4;
  margin-bottom: 10px;
  padding-left: 110px;
}
@media (min-width: 768px) {
  .p-management__service__cp h2 {
    padding-left: 0;
    margin-bottom: 0;
    text-shadow: 3px 3px 0 #eb9a99;
  }
}
@media (min-width: 1024px) {
  .p-management__service__cp h2 {
    display: -webkit-flex;
    display: flex;
  }
}
.p-management__service__cp h2 i {
  font-size: 22px;
  font-weight: 900;
}
@media (min-width: 768px) {
  .p-management__service__cp h2 i {
    font-size: 42px;
  }
}
.p-management__service__cp h2 i:before {
  content: attr(data-text);
  position: absolute;
  color: #fff;
  -webkit-text-stroke: 1px #231815;
}
@media (min-width: 768px) {
  .p-management__service__cp h2 i:before {
    -webkit-text-stroke: 2px #231815;
  }
}
.p-management__service__cp h2 span {
  display: block;
  font-weight: 900;
  font-size: 18px;
}
@media (min-width: 768px) {
  .p-management__service__cp h2 span {
    margin-top: auto;
    font-size: 26px;
    margin-bottom: 4px;
    margin-right: 5px;
  }
}
.p-management__service__cp h2 span:before {
  content: attr(data-text);
  position: absolute;
  color: #fff;
  -webkit-text-stroke: 1px #231815;
}
@media (min-width: 768px) {
  .p-management__service__cp h2 span:before {
    -webkit-text-stroke: 1.5px #231815;
  }
}
.p-management__service__cp h3 {
  position: absolute;
  top: -1px;
  left: 10px;
  background: url(../images/management/start_bg.png) center top no-repeat;
  background-size: 100%;
  width: 90px;
  height: 126px;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: -0.12em;
  text-align: center;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .p-management__service__cp h3 {
    left: 30px;
    width: 137px;
    height: 192px;
    font-size: 22px;
  }
}
.p-management__service__cp h3 span {
  position: relative;
}
.p-management__service__cp h3 span:before {
  content: "";
  display: block;
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%); /* Safari用 */
  transform: translateX(-50%);
  background: url(../images/management/icon_start.png) center no-repeat;
  background-size: 100%;
  width: 30px;
  height: 24px;
}
@media (min-width: 768px) {
  .p-management__service__cp h3 span:before {
    top: -45px;
    width: 46px;
    height: 37px;
  }
}
.p-management__service__content ul {
  max-width: 830px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-management__service__content ul li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 15px;
  font-size: 12px;
  letter-spacing: -0.002em;
}
@media (min-width: 768px) {
  .p-management__service__content ul li {
    margin-bottom: 25px;
    width: 30.6%;
  }
}
.p-management__service__content ul li:nth-child(2n) {
  margin-right: 0;
}
@media (min-width: 768px) {
  .p-management__service__content ul li:nth-child(2n) {
    margin-right: 4%;
  }
}
@media (min-width: 768px) {
  .p-management__service__content ul li:nth-child(3n) {
    margin-right: 0;
  }
}
.p-management__service__content ul li h3 {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  margin-top: 15px;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .p-management__service__content ul li h3 {
    font-size: 18px;
  }
}
.p-management__service__content h2 {
  text-align: center;
  color: #558D83;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 30px;
  font-size: 20px;
}
@media (min-width: 768px) {
  .p-management__service__content h2 {
    font-size: 32px;
    margin-bottom: 60px;
  }
}
.p-management__read {
  text-align: center;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .p-management__read {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
.p-management__read__content {
  text-align: left;
}
.p-management__read__content p {
  font-size: 14px;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .p-management__read__content p {
    font-size: 19px;
  }
}
.p-management__read__content ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  max-width: 280px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-management__read__content ul {
    max-width: 100%;
  }
}
.p-management__read__content ul li {
  width: 50%;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .p-management__read__content ul li {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 25px;
  }
}
.p-management__read__content ul li:first-child dl dd img {
  max-height: 29px;
}
@media (min-width: 768px) {
  .p-management__read__content ul li:first-child dl dd img {
    max-height: 100%;
  }
}
.p-management__read__content ul li dl dt {
  font-weight: bold;
  color: #558D83;
  font-size: 10px;
}
@media (min-width: 768px) {
  .p-management__read__content ul li dl dt {
    font-size: 16px;
  }
}
.p-management__read__content ul li dl dd {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 44px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .p-management__read__content ul li dl dd {
    min-height: 62px;
  }
}
.p-management__read__content ul li dl dd img {
  max-height: 44px;
}
@media (min-width: 768px) {
  .p-management__read__content ul li dl dd img {
    max-height: 100%;
  }
}
.p-management__read__title {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .p-management__read__title {
    margin-bottom: 30px;
  }
}
.p-management__read__title h2 {
  color: #558D83;
  text-shadow: 2px 2px 0 #eb9a99;
  line-height: 1.3;
  font-size: 15px;
  letter-spacing: 0.06em;
  font-weight: 900;
  position: relative;
  display: inline-block;
  padding-left: 75px;
  padding-right: 75px;
}
@media (min-width: 768px) {
  .p-management__read__title h2 {
    font-size: 22px;
    margin-bottom: 15px;
    padding-left: 130px;
    padding-right: 130px;
    display: inline-flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
@media (min-width: 1024px) {
  .p-management__read__title h2 {
    font-size: 27px;
  }
}
.p-management__read__title h2:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  width: 70px;
  height: 65px;
  background: url(../images/management/read_title_l.png) center no-repeat;
  background-size: 100%;
}
@media (min-width: 768px) {
  .p-management__read__title h2:after {
    width: 107px;
    height: 77px;
  }
}
.p-management__read__title h2:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  width: 70px;
  height: 65px;
  background: url(../images/management/read_title_r.png) center no-repeat;
  background-size: 100%;
}
@media (min-width: 768px) {
  .p-management__read__title h2:before {
    width: 104px;
    height: 96px;
  }
}
.p-management__read__title h2 p {
  display: inline-block;
}
.p-management__read__title h2 p:before {
  content: attr(data-text);
  position: absolute;
  color: #558D83;
  -webkit-text-stroke: 1px #fff;
}
.p-management__read__title h2 i {
  font-size: 24px;
  position: relative;
  display: inline-block;
}
@media (min-width: 768px) {
  .p-management__read__title h2 i {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  .p-management__read__title h2 i {
    font-size: 39px;
  }
}
.p-management__read__title h2 i:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 7px;
  left: 0;
  bottom: -4px;
  background: url(../images/management/read_title_bg.png) center no-repeat;
  background-size: 100%;
}
@media (min-width: 768px) {
  .p-management__read__title h2 i:after {
    bottom: -8px;
  }
}
.p-management__read__title h2 i:before {
  content: attr(data-text);
  position: absolute;
  color: #558D83;
  -webkit-text-stroke: 1px #fff;
}
.p-management__read__title h2 span {
  font-size: 24px;
  display: inline-block;
}
@media (min-width: 768px) {
  .p-management__read__title h2 span {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  .p-management__read__title h2 span {
    font-size: 39px;
  }
}
.p-management__read__title h2 span:before {
  content: attr(data-text);
  position: absolute;
  color: #558D83;
  -webkit-text-stroke: 1px #fff;
}
.p-management__kv {
  background: url(../images/management/kv.png) center bottom no-repeat;
  background-size: cover;
  padding-top: 33.3%;
  height: 0;
  min-height: 240px;
  position: relative;
  text-align: center;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-management__kv {
    min-height: 456px;
  }
}
.p-management__kv__content {
  width: 92%;
  max-width: 900px;
  margin: 0 auto;
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
  color: #fff;
}
.p-management__kv__content:before {
  display: block;
  content: "";
  width: 138px;
  height: 138px;
  background: url(../images/management/kv_img01.png) center no-repeat;
  background-size: 100%;
  position: absolute;
  z-index: 1;
  right: -9%;
  top: -12%;
}
@media (min-width: 1024px) {
  .p-management__kv__content:before {
    top: auto;
    right: auto;
    left: -30px;
    bottom: 0;
    width: 255px;
    height: 255px;
  }
}
.p-management__kv__content:after {
  display: block;
  content: "";
  width: 120px;
  height: 120px;
  background: url(../images/management/kv_img02.png) center no-repeat;
  background-size: 100%;
  position: absolute;
  z-index: 1;
  left: -7%;
  bottom: -17%;
}
@media (min-width: 1024px) {
  .p-management__kv__content:after {
    left: auto;
    right: -30px;
    bottom: 0;
    width: 255px;
    height: 255px;
  }
}
.p-management__kv__content h3 {
  max-width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .p-management__kv__content h3 {
    max-width: 458px;
  }
}
.p-management__kv__content h2 {
  margin: 0 auto 10px;
  position: relative;
  z-index: 2;
  color: #fff;
  letter-spacing: 0.04em;
  text-shadow: 2px 2px 0 #eb9a99;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .p-management__kv__content h2 {
    text-shadow: 3px 3px 0 #eb9a99;
    margin-bottom: 15px;
  }
}
.p-management__kv__content h2 p {
  font-size: 36px;
  font-weight: 900;
}
@media (min-width: 768px) {
  .p-management__kv__content h2 p {
    font-size: 62px;
  }
}
.p-management__kv__content h2 p:before {
  content: attr(data-text);
  position: absolute;
  color: #fff;
  -webkit-text-stroke: 1px #231815;
}
@media (min-width: 768px) {
  .p-management__kv__content h2 p:before {
    -webkit-text-stroke: 2px #231815;
  }
}
.p-management__kv__content h2 span {
  display: block;
  font-weight: 900;
  font-size: 24px;
}
@media (min-width: 768px) {
  .p-management__kv__content h2 span {
    font-size: 35px;
  }
}
.p-management__kv__content h2 span:before {
  content: attr(data-text);
  position: absolute;
  color: #fff;
  -webkit-text-stroke: 1px #231815;
}
@media (min-width: 768px) {
  .p-management__kv__content h2 span:before {
    -webkit-text-stroke: 2px #231815;
  }
}
.p-management__kv__content p {
  position: relative;
  z-index: 2;
  font-size: 11px;
}
@media (min-width: 768px) {
  .p-management__kv__content p {
    font-size: 19px;
  }
}

.p-support {
  font-family: source-han-sans-japanese, sans-serif;
}
.p-support .innerBox {
  max-width: 980px;
}
.p-support .o-btn {
  background: #77B9B0;
  color: #fff;
  box-shadow: none;
}
@media (min-width: 768px) {
  .p-support .o-btn {
    height: 56px;
    font-size: 19px;
    max-width: 320px;
  }
}
.p-support .o-btn:after {
  display: none;
}
.p-support__qa {
  background: #EAF3F2;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .p-support__qa {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.p-support__qa h4 {
  max-width: 75%;
  margin: 30px auto 0;
  text-align: center;
}
@media (min-width: 768px) {
  .p-support__qa h4 {
    max-width: 694px;
    margin-top: 40px;
  }
}
.p-support__qa dl {
  margin-bottom: 15px;
  border-radius: 20px;
  overflow: hidden;
  color: #333;
}
@media (min-width: 768px) {
  .p-support__qa dl {
    margin-bottom: 20px;
  }
}
.p-support__qa dl.is-active dt:after {
  background-image: url(../images/support/close.png);
}
.p-support__qa dl dt {
  background: #EEE2D3;
  padding: 15px 35px 15px 55px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.06em;
  position: relative;
  cursor: pointer;
}
@media (min-width: 768px) {
  .p-support__qa dl dt {
    font-size: 20px;
    padding: 35px 65px 35px 105px;
  }
}
.p-support__qa dl dt span {
  background: #86B8B1;
  color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 20px;
  font-weight: bold;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  left: 18px;
  top: 15px;
}
@media (min-width: 768px) {
  .p-support__qa dl dt span {
    top: 30px;
    left: 48px;
    font-size: 27px;
    width: 44px;
    height: 44px;
  }
}
.p-support__qa dl dt:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  width: 20px;
  height: 11px;
  background: url(../images/support/open.png) center no-repeat;
  background-size: 100%;
}
@media (min-width: 768px) {
  .p-support__qa dl dt:after {
    right: 35px;
    width: 30px;
    height: 15px;
  }
}
.p-support__qa dl dd {
  background: #fff;
  padding: 15px 35px 15px 55px;
  letter-spacing: 0.06em;
  line-height: 1.8;
  position: relative;
}
@media (min-width: 768px) {
  .p-support__qa dl dd {
    padding: 35px 65px 35px 105px;
  }
}
.p-support__qa dl dd span {
  background: #D4B388;
  color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 20px;
  font-weight: bold;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  left: 18px;
  top: 15px;
}
@media (min-width: 768px) {
  .p-support__qa dl dd span {
    top: 30px;
    left: 48px;
    font-size: 27px;
    width: 44px;
    height: 44px;
  }
}
.p-support__qa dl dd ul li {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .p-support__qa dl dd ul li {
    margin-bottom: 25px;
  }
}
.p-support__qa dl dd ul li:last-child {
  margin-bottom: 0;
}
.p-support__qa h3 {
  text-align: center;
  line-height: 1;
  font-size: 18px;
  color: #558080;
  position: relative;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .p-support__qa h3 {
    font-size: 27px;
    margin-bottom: 20px;
  }
}
.p-support__qa h3:after {
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  background: #558080;
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%); /* Safari用 */
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .p-support__qa h3:after {
    bottom: -10px;
    width: 32px;
  }
}
.p-support__qa h2 {
  text-align: center;
  color: #558D83;
  text-shadow: 2px 2px 0 #eb9a99;
  line-height: 1;
  font-size: 20px;
  letter-spacing: 0.06em;
  font-weight: 900;
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-support__qa h2 {
    font-size: 27px;
    margin-bottom: 35px;
  }
}
.p-support__qa h2:before {
  content: attr(data-text);
  position: absolute;
  color: #558D83;
  -webkit-text-stroke: 1px #fff;
}
.p-support__flow {
  background: #FBF7F3;
  padding-top: 30px;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .p-support__flow {
    padding-top: 45px;
    padding-bottom: 30px;
  }
}
.p-support__flow ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 615px;
  margin: 0 auto;
}
.p-support__flow ul li {
  position: relative;
  width: 47.5%;
  margin-right: 5%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .p-support__flow ul li {
    width: 21.25%;
    margin-bottom: 50px;
  }
}
.p-support__flow ul li:nth-child(2n) {
  margin-right: 0;
}
@media (min-width: 768px) {
  .p-support__flow ul li:nth-child(2n) {
    margin-right: 5%;
  }
}
@media (min-width: 768px) {
  .p-support__flow ul li:nth-child(4n) {
    margin-right: 0;
  }
}
.p-support__flow ul li:last-child dl:after {
  display: none;
}
.p-support__flow ul li p {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .p-support__flow ul li p {
    font-size: 17px;
  }
}
.p-support__flow ul li dl {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border: 3px solid #D4B388;
  border-radius: 50%;
  background: #fff;
  position: relative;
  width: 136px;
  min-height: 136px;
  margin: 0 auto 10px;
}
.p-support__flow ul li dl:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  right: -24%;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #86B8B1;
  border-width: 9px 0px 9px 11px;
}
@media (min-width: 768px) {
  .p-support__flow ul li dl:after {
    right: -17%;
  }
}
.p-support__flow ul li dl dt img {
  display: block;
  max-width: 50%;
  margin: auto;
}
.p-support__flow ul li dl dd {
  position: absolute;
  top: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%); /* Safari用 */
  transform: translateX(-50%);
}
.p-support__flow ul li dl dd img {
  display: block;
  max-width: 45px;
  margin: auto;
}
.p-support__flow h3 {
  text-align: center;
  line-height: 1;
  font-size: 18px;
  color: #558080;
  position: relative;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .p-support__flow h3 {
    font-size: 27px;
    margin-bottom: 25px;
  }
}
.p-support__flow h3:after {
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  background: #558080;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%); /* Safari用 */
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .p-support__flow h3:after {
    width: 32px;
  }
}
.p-support__flow h2 {
  text-align: center;
  color: #558D83;
  text-shadow: 2px 2px 0 #eb9a99;
  line-height: 1;
  font-size: 20px;
  letter-spacing: 0.06em;
  font-weight: 900;
  position: relative;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .p-support__flow h2 {
    font-size: 27px;
    margin-bottom: 60px;
  }
}
.p-support__flow h2:before {
  content: attr(data-text);
  position: absolute;
  color: #558D83;
  -webkit-text-stroke: 1px #fff;
}
.p-support__case {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .p-support__case {
    padding-top: 55px;
    padding-bottom: 70px;
  }
}
.p-support__case ul {
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .p-support__case ul {
    margin-bottom: 30px;
  }
}
.p-support__case ul.is-last li {
  width: 32.3%;
}
.p-support__case ul.is-last li:nth-child(2) {
  margin-left: 1.5%;
  margin-right: 1.5%;
}
.p-support__case ul.is-last li:nth-child(2):after {
  display: none;
}
.p-support__case ul li {
  width: 46%;
  position: relative;
}
.p-support__case ul li:nth-child(2) {
  margin-left: 8%;
}
.p-support__case ul li:nth-child(2):after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  left: -12%;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #86B8B1;
  border-width: 11px 0px 11px 12px;
}
@media (min-width: 768px) {
  .p-support__case ul li:nth-child(2):after {
    border-width: 22px 0px 22px 24px;
  }
}
.p-support__case ul li span {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 22px;
  width: 90px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  padding-left: 12px;
  background: url(../images/support/case_bg.png) center no-repeat;
  background-size: 100%;
  position: absolute;
  left: -6px;
  top: -10px;
}
@media (min-width: 768px) {
  .p-support__case ul li span {
    font-size: 19px;
    height: 27px;
    width: 113px;
  }
}
.p-support__case h3 {
  text-align: center;
  position: relative;
  font-weight: bold;
  color: #86B8B1;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 2;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .p-support__case h3 {
    font-size: 17px;
    margin-bottom: 30px;
  }
}
.p-support__case h3:after {
  content: "";
  display: block;
  width: 200px;
  height: 1px;
  background: #86B8B1;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%); /* Safari用 */
  transform: translateX(-50%);
}
.p-support__case h2 {
  text-align: center;
  color: #558D83;
  text-shadow: 2px 2px 0 #eb9a99;
  line-height: 1;
  font-size: 20px;
  letter-spacing: 0.06em;
  font-weight: 900;
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-support__case h2 {
    font-size: 27px;
    margin-bottom: 40px;
  }
}
.p-support__case h2 span {
  display: inline-block;
}
.p-support__case h2 span:before {
  content: attr(data-text);
  position: absolute;
  color: #558D83;
  -webkit-text-stroke: 1px #fff;
}
.p-support__case h2 i {
  font-size: 24px;
  position: relative;
  display: inline-block;
}
@media (min-width: 1024px) {
  .p-support__case h2 i {
    font-size: 39px;
  }
}
.p-support__case h2 i:before {
  content: attr(data-text);
  position: absolute;
  color: #558D83;
  -webkit-text-stroke: 1px #fff;
}
.p-support__up {
  background: rgb(135, 184, 177);
  background: linear-gradient(135deg, rgba(135, 184, 177, 0.3) 0%, rgb(134, 184, 177) 50%, rgb(112, 168, 165) 100%);
  padding-top: 30px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .p-support__up {
    padding-top: 50px;
  }
}
.p-support__up dl {
  max-width: 660px;
  margin: 0 auto 10px;
  padding-left: 100px;
  background: url(../images/support/no100.png) left center no-repeat;
  background-size: 90px;
}
@media (min-width: 768px) {
  .p-support__up dl {
    margin-bottom: 15px;
    background-size: 190px;
    padding-left: 210px;
  }
}
.p-support__up dl dt {
  line-height: 1.1;
}
.p-support__up dl dt p {
  color: #E9898B;
  letter-spacing: 0.06em;
  text-shadow: 2px 2px 0px #fff, -2px -2px 0px #fff, -2px 2px 0px #fff, 2px -2px 0px #fff, 2px 0px 0px #fff, -2px 0px 0px #fff, 0px 2px 0px #fff, 0px -2px 0px #fff;
  font-size: 20px;
  font-family: bold;
}
@media (min-width: 768px) {
  .p-support__up dl dt p {
    font-size: 33px;
  }
}
.p-support__up dl dt p span {
  font-size: 40px;
}
@media (min-width: 768px) {
  .p-support__up dl dt p span {
    font-size: 66px;
  }
}
.p-support__up dl dd {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: normal;
}
@media (min-width: 768px) {
  .p-support__up dl dd {
    font-size: 20px;
  }
}
.p-support__up p {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: normal;
  text-shadow: 3px 3px 3px #6DA59E;
}
@media (min-width: 768px) {
  .p-support__up p {
    font-size: 20px;
  }
}
.p-support__pickup {
  background: #FBF7F3;
  padding-top: 30px;
  padding-bottom: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-support__pickup {
    padding-top: 55px;
    padding-bottom: 30px;
  }
}
.p-support__pickup ul {
  max-width: 670px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-support__pickup ul {
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-support__pickup ul li {
  border-radius: 15px;
  border: 3px solid #86B8B1;
  position: relative;
  max-width: 320px;
  margin: 0 auto 20px;
  padding: 30px 10px 15px;
}
@media (min-width: 768px) {
  .p-support__pickup ul li {
    padding: 45px 18px 25px;
    margin-bottom: 30px;
    width: 49%;
    margin-left: 0;
    margin-right: 2%;
  }
}
@media (min-width: 768px) {
  .p-support__pickup ul li:nth-child(2n) {
    margin-right: 0;
  }
}
.p-support__pickup ul li p {
  text-align: left;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .p-support__pickup ul li p {
    font-size: 14px;
  }
}
.p-support__pickup ul li h4 {
  position: relative;
  color: #E9898B;
  letter-spacing: 0.02em;
  text-shadow: 2px 2px 0 #F1F1F1;
  line-height: 1;
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .p-support__pickup ul li h4 {
    margin-bottom: 25px;
    text-shadow: 3px 3px 0 #F1F1F1;
  }
}
@media (min-width: 1024px) {
  .p-support__pickup ul li h4 {
    font-size: 51px;
  }
}
.p-support__pickup ul li h4:before {
  content: attr(data-text);
  position: absolute;
  color: #E9898B;
  -webkit-text-stroke: 1px #fff;
}
@media (min-width: 768px) {
  .p-support__pickup ul li h4:before {
    -webkit-text-stroke: 2px #fff;
  }
}
.p-support__pickup ul li span {
  font-weight: bold;
  font-style: italic;
  font-size: 22px;
  color: #fff;
  background: #86B8B1;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  position: absolute;
  top: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%); /* Safari用 */
  transform: translateX(-50%);
}
.p-support__pickup h3 {
  line-height: 1;
  font-size: 18px;
  color: #558080;
  position: relative;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .p-support__pickup h3 {
    font-size: 27px;
  }
}
.p-support__pickup h3:after {
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  background: #558080;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%); /* Safari用 */
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .p-support__pickup h3:after {
    width: 32px;
  }
}
.p-support__pickup h2 {
  color: #558D83;
  text-shadow: 2px 2px 0 #eb9a99;
  line-height: 1.3;
  font-size: 20px;
  letter-spacing: 0.06em;
  font-weight: 900;
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-support__pickup h2 {
    line-height: 1;
    font-size: 30px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) {
  .p-support__pickup h2 {
    font-size: 39px;
  }
}
.p-support__pickup h2 p {
  display: inline-block;
}
.p-support__pickup h2 p:before {
  content: attr(data-text);
  position: absolute;
  color: #558D83;
  -webkit-text-stroke: 1px #fff;
}
.p-support__pickup h2 i {
  font-size: 24px;
  position: relative;
  display: inline-block;
}
@media (min-width: 768px) {
  .p-support__pickup h2 i {
    font-size: 60px;
  }
}
.p-support__pickup h2 i:before {
  content: attr(data-text);
  position: absolute;
  color: #558D83;
  -webkit-text-stroke: 1px #fff;
}
.p-support__pickup h2 span {
  font-size: 24px;
  display: inline-block;
}
@media (min-width: 768px) {
  .p-support__pickup h2 span {
    font-size: 39px;
  }
}
.p-support__pickup h2 span:before {
  content: attr(data-text);
  position: absolute;
  color: #558D83;
  -webkit-text-stroke: 1px #fff;
}
.p-support__fortune {
  background: #86B8B1;
  position: relative;
  overflow: hidden;
}
.p-support__fortune__content {
  padding-top: 35px;
  padding-bottom: 35px;
}
@media (min-width: 768px) {
  .p-support__fortune__content {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.p-support__fortune__content:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(134, 184, 177, 0.6);
}
@media (min-width: 768px) {
  .p-support__fortune__content:before {
    display: none;
  }
}
.p-support__fortune__content:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/support/fortune_bg.png) center no-repeat;
  background-size: cover;
  display: block;
}
@media (min-width: 768px) {
  .p-support__fortune__content:after {
    width: 60%;
    left: auto;
    right: -250px;
  }
}
.p-support__fortune__content > p {
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 2;
  margin-top: 15px;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .p-support__fortune__content > p {
    max-width: 65%;
    margin-top: 30px;
  }
}
.p-support__fortune__content h2 {
  position: relative;
  z-index: 2;
  color: #fff;
  letter-spacing: 0.04em;
  text-shadow: 2px 2px 0 #eb9a99;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .p-support__fortune__content h2 {
    text-shadow: 3px 3px 0 #eb9a99;
  }
}
.p-support__fortune__content h2 p {
  font-size: 24px;
  font-weight: 900;
}
@media (min-width: 768px) {
  .p-support__fortune__content h2 p {
    font-size: 38px;
  }
}
.p-support__fortune__content h2 p:before {
  content: attr(data-text);
  position: absolute;
  color: #fff;
  -webkit-text-stroke: 1px #4D4D4D;
}
@media (min-width: 768px) {
  .p-support__fortune__content h2 p:before {
    -webkit-text-stroke: 2px #4D4D4D;
  }
}
.p-support__fit {
  background: #FBF7F3;
  padding: 25px 0 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-support__fit {
    padding-top: 45px;
    padding-bottom: 20px;
  }
}
.p-support__fit ul {
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 570px;
  margin: 0 auto;
}
.p-support__fit ul li {
  margin-bottom: 20px;
  width: 48%;
}
@media (min-width: 768px) {
  .p-support__fit ul li {
    margin-bottom: 30px;
  }
}
.p-support__fit ul li:nth-child(2n) {
  margin-left: 4%;
}
.p-support__fit ul li p {
  margin-top: 15px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 11px;
}
@media (min-width: 768px) {
  .p-support__fit ul li p {
    margin-top: 30px;
    font-size: 19px;
  }
}
.p-support__fit h2 {
  color: #558D83;
  text-shadow: 2px 2px 0 #eb9a99;
  line-height: 1.3;
  font-size: 20px;
  letter-spacing: 0.06em;
  font-weight: 900;
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-support__fit h2 {
    font-size: 22px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) {
  .p-support__fit h2 {
    font-size: 27px;
  }
}
.p-support__fit h2 p {
  display: inline-block;
}
.p-support__fit h2 p:before {
  content: attr(data-text);
  position: absolute;
  color: #558D83;
  -webkit-text-stroke: 1px #fff;
}
.p-support__fit h2 i {
  font-size: 24px;
  position: relative;
  display: inline-block;
}
@media (min-width: 768px) {
  .p-support__fit h2 i {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  .p-support__fit h2 i {
    font-size: 39px;
  }
}
.p-support__fit h2 i:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 4px;
  left: 0;
  bottom: -3px;
  background: url(../images/support/fit_bg.png) center no-repeat;
  background-size: 100%;
}
@media (min-width: 768px) {
  .p-support__fit h2 i:after {
    bottom: -6px;
    height: 7px;
  }
}
.p-support__fit h2 i:before {
  content: attr(data-text);
  position: absolute;
  color: #558D83;
  -webkit-text-stroke: 1px #fff;
}
.p-support__fit h2 span {
  font-size: 24px;
  display: inline-block;
}
@media (min-width: 768px) {
  .p-support__fit h2 span {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  .p-support__fit h2 span {
    font-size: 39px;
  }
}
.p-support__fit h2 span:before {
  content: attr(data-text);
  position: absolute;
  color: #558D83;
  -webkit-text-stroke: 1px #fff;
}
.p-support__read {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .p-support__read {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.p-support__read h2 {
  position: relative;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 4px;
  padding-left: 18px;
  padding-right: 18px;
}
@media (min-width: 768px) {
  .p-support__read h2 {
    font-size: 15px;
    margin-bottom: 8px;
  }
}
.p-support__read h2:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images/management/contact_title_l.png) center no-repeat;
  background-size: 100%;
  width: 13px;
  height: 20px;
}
.p-support__read h2:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../images/management/contact_title_r.png) center no-repeat;
  background-size: 100%;
  width: 13px;
  height: 20px;
}
.p-support__read h2 img {
  max-width: 20px;
  margin-right: 4px;
}
@media (min-width: 768px) {
  .p-support__read h2 img {
    max-width: 30px;
  }
}
.p-support__kv {
  background: url(../images/support/kv.png) center bottom no-repeat;
  background-size: cover;
  padding-top: 33.3%;
  height: 0;
  min-height: 240px;
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .p-support__kv {
    min-height: 456px;
  }
}
.p-support__kv__content {
  width: 92%;
  max-width: 900px;
  margin: 0 auto;
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
  color: #fff;
}
.p-support__kv__content > h3 {
  max-width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .p-support__kv__content > h3 {
    max-width: 497px;
  }
}
.p-support__kv__content > h2 {
  margin: 0 auto 10px;
  position: relative;
  z-index: 2;
  color: #fff;
  letter-spacing: 0.04em;
  text-shadow: 2px 2px 0 #eb9a99;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .p-support__kv__content > h2 {
    text-shadow: 3px 3px 0 #eb9a99;
    margin-bottom: 20px;
  }
}
.p-support__kv__content > h2 p {
  font-size: 25px;
  font-weight: 900;
}
@media (min-width: 768px) {
  .p-support__kv__content > h2 p {
    font-size: 50px;
  }
}
@media (min-width: 1024px) {
  .p-support__kv__content > h2 p {
    font-size: 62px;
  }
}
.p-support__kv__content > h2 p:before {
  content: attr(data-text);
  position: absolute;
  color: #fff;
  -webkit-text-stroke: 1px #231815;
}
@media (min-width: 768px) {
  .p-support__kv__content > h2 p:before {
    -webkit-text-stroke: 2px #231815;
  }
}
.p-support__kv__content > h2 span {
  display: block;
  font-weight: 900;
  font-size: 20px;
}
@media (min-width: 768px) {
  .p-support__kv__content > h2 span {
    font-size: 35px;
  }
}
.p-support__kv__content > h2 span:before {
  content: attr(data-text);
  position: absolute;
  color: #fff;
  -webkit-text-stroke: 1px #231815;
}
@media (min-width: 768px) {
  .p-support__kv__content > h2 span:before {
    -webkit-text-stroke: 2px #231815;
  }
}
.p-support__kv__content > p {
  max-width: 256px;
  background: url(../images/support/kv_text_bg.png) center no-repeat;
  background-size: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 44px;
  color: #fff;
  font-size: 11px;
  letter-spacing: normal;
  font-weight: bold;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-support__kv__content > p {
    max-width: 412px;
    min-height: 71px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .page-id-425 .p-flow .p-management__contact .o-btn {
    min-width: 290px;
  }
}
.page-id-425 .p-flow .p-management__contact dl dt {
  min-height: 54px;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .page-id-425 .p-flow .p-management__contact dl dt {
    min-height: 64px;
  }
}
.page-id-425 .p-flow__step__content ul li dl.is-check dd {
  font-size: 12px;
}
@media (min-width: 768px) {
  .page-id-425 .p-flow__step__content ul li dl.is-check dd {
    font-size: 16px;
  }
}
.page-id-425 .p-flow__step__list ul {
  max-width: 80%;
}
@media (min-width: 768px) {
  .page-id-425 .p-flow__step__list ul {
    max-width: 840px;
  }
}
.page-id-425 .p-flow__step__list ul li dl::after {
  display: none;
}
@media (min-width: 768px) {
  .page-id-425 .p-flow__step__list ul li dl::after {
    display: block;
  }
}

.p-flow {
  font-family: source-han-sans-japanese, sans-serif;
  color: #333;
}
@media (min-width: 768px) {
  .p-flow .p-management__contact .o-btn {
    min-width: 290px;
  }
}
.p-flow .p-management__contact dl dt {
  min-height: 54px;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .p-flow .p-management__contact dl dt {
    min-height: 64px;
  }
}
.p-flow .innerBox {
  max-width: 980px;
}
.p-flow .o-btn {
  background: #77B9B0;
  color: #fff;
  box-shadow: none;
}
@media (min-width: 768px) {
  .p-flow .o-btn {
    height: 56px;
    font-size: 19px;
    max-width: 320px;
  }
}
.p-flow .o-btn:after {
  display: none;
}
.p-flow__entry {
  text-align: center;
  margin: 20px auto;
  border-radius: 20px;
  max-width: 840px;
  border: solid 4px #93C5BE;
  padding: 20px;
}
@media (min-width: 768px) {
  .p-flow__entry {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 30px;
    border-width: 8px;
  }
}
.p-flow__entry a {
  background: #77B9B0;
  padding: 8px 10px;
  border-radius: 20px;
  font-weight: bold;
  color: #fff;
  font-size: 20px;
  margin: 20px auto 0;
  max-width: 650px;
  line-height: 1.4;
  display: block;
}
@media (min-width: 768px) {
  .p-flow__entry a {
    font-size: 32px;
    padding: 15px 20px;
  }
}
.p-flow__entry h4 {
  background: #EA8789;
  padding: 8px 10px;
  border-radius: 20px;
  font-weight: bold;
  color: #fff;
  font-size: 20px;
  margin: 20px auto 0;
  max-width: 650px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .p-flow__entry h4 {
    font-size: 32px;
    padding: 15px 20px;
  }
}
.p-flow__entry > p {
  font-size: 15px;
  color: #E9898B;
  font-weight: bold;
  letter-spacing: normal;
  margin-top: 10px;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .p-flow__entry > p {
    font-size: 22px;
  }
}
.p-flow__entry h2 {
  margin: 0 auto 10px;
  position: relative;
  color: #fff;
  letter-spacing: 0.04em;
  text-shadow: 2px 2px 0 #eb9a99;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .p-flow__entry h2 {
    text-shadow: 3px 3px 0 #eb9a99;
    margin-bottom: 15px;
    line-height: 1.2;
  }
}
.p-flow__entry h2 p {
  font-size: 31px;
  font-weight: 900;
}
@media (min-width: 768px) {
  .p-flow__entry h2 p {
    font-size: 65px;
  }
}
.p-flow__entry h2 p:before {
  content: attr(data-text);
  position: absolute;
  color: #fff;
  -webkit-text-stroke: 1px #231815;
}
@media (min-width: 768px) {
  .p-flow__entry h2 p:before {
    -webkit-text-stroke: 2px #231815;
  }
}
.p-flow__entry h2 span {
  display: block;
  font-weight: 900;
  font-size: 24px;
}
@media (min-width: 768px) {
  .p-flow__entry h2 span {
    font-size: 40px;
  }
}
.p-flow__entry h2 span:before {
  content: attr(data-text);
  position: absolute;
  color: #fff;
  -webkit-text-stroke: 1px #231815;
}
@media (min-width: 768px) {
  .p-flow__entry h2 span:before {
    -webkit-text-stroke: 2px #231815;
  }
}
.p-flow__entry h3 {
  position: relative;
  color: #E9898B;
  letter-spacing: 0.08em;
  text-shadow: 2px 2px 0 #F1F1F1;
  line-height: 1;
  font-size: 30px;
  font-weight: 900;
}
@media (min-width: 768px) {
  .p-flow__entry h3 {
    font-size: 47px;
    text-shadow: 3px 3px 0 #F1F1F1;
  }
}
.p-flow__entry h3 i {
  font-size: 70px;
  display: inline-block;
  line-height: 0.7;
  padding-left: 10px;
  position: relative;
}
@media (min-width: 768px) {
  .p-flow__entry h3 i {
    font-size: 117px;
  }
}
.p-flow__entry h3 i:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 24px;
  height: 29px;
  background: url(../images/flow/star.png) center no-repeat;
  background-size: 100%;
}
.p-flow__entry h3 i:before {
  content: attr(data-text);
  position: absolute;
  color: #E9898B;
  -webkit-text-stroke: 1px #fff;
}
@media (min-width: 768px) {
  .p-flow__entry h3 i:before {
    -webkit-text-stroke: 2px #fff;
  }
}
.p-flow__entry h3 p {
  display: inline-block;
}
.p-flow__entry h3 p:before {
  content: attr(data-text);
  position: absolute;
  color: #E9898B;
  -webkit-text-stroke: 1px #fff;
}
@media (min-width: 768px) {
  .p-flow__entry h3 p:before {
    -webkit-text-stroke: 2px #fff;
  }
}
.p-flow__entry h3 span {
  display: inline-block;
  padding-left: 5px;
  position: relative;
}
.p-flow__entry h3 span:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -30px;
  width: 24px;
  height: 29px;
  background: url(../images/flow/star.png) center no-repeat;
  background-size: 100%;
}
.p-flow__entry h3 span:before {
  content: attr(data-text);
  position: absolute;
  color: #E9898B;
  -webkit-text-stroke: 1px #fff;
}
@media (min-width: 768px) {
  .p-flow__entry h3 span:before {
    -webkit-text-stroke: 2px #fff;
  }
}
.p-flow__completion {
  padding-top: 30px;
  padding-bottom: 40px;
  background: url(../images/flow/completion_bg.png) center no-repeat;
  background-size: cover;
  font-weight: bold;
  font-size: 15px;
  color: #fff;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .p-flow__completion {
    font-size: 21px;
    padding-top: 60px;
    padding-bottom: 70px;
  }
}
.p-flow__completion ul {
  max-width: 790px;
  margin: 30px auto 0;
}
@media (min-width: 768px) {
  .p-flow__completion ul {
    margin-top: 60px;
  }
}
.p-flow__completion p {
  max-width: 790px;
  margin: 20px auto 0;
}
@media (min-width: 768px) {
  .p-flow__completion p {
    margin-top: 40px;
  }
}
.p-flow__completion h2 {
  color: #D9B181;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.06em;
  padding-bottom: 5px;
  position: relative;
}
@media (min-width: 768px) {
  .p-flow__completion h2 {
    font-size: 23px;
  }
}
.p-flow__completion h2:after {
  content: "";
  display: block;
  position: absolute;
  left: -30%;
  height: 1px;
  width: 100%;
  background: #D9B181;
}
.p-flow__plan {
  padding: 30px 0;
}
@media (min-width: 768px) {
  .p-flow__plan {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.p-flow__plan__text {
  text-align: center;
  margin-top: 20px;
}
.p-flow__plan__text .o-btn {
  margin-top: 20px;
}
.p-flow__plan__text p {
  letter-spacing: 0.06em;
  font-weight: bold;
  font-size: 18px;
}
@media (min-width: 768px) {
  .p-flow__plan__text p {
    font-size: 24px;
  }
}
.p-flow__plan__table {
  background: #FBF7F3;
  padding: 20px 20px 10px;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .p-flow__plan__table {
    padding: 40px 30px 15px;
  }
}
@media (min-width: 768px) {
  .p-flow__plan__table > dl {
    display: -webkit-flex;
    display: flex;
  }
}
.p-flow__plan__table > dl > dt {
  font-weight: bold;
}
@media (min-width: 768px) {
  .p-flow__plan__table > dl > dt {
    font-size: 17px;
  }
}
.p-flow__plan__table > dl > dd {
  border-radius: 20px;
  background: #EA8789;
  padding: 15px 20px;
  color: #fff;
  letter-spacing: 0.06em;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .p-flow__plan__table > dl > dd {
    margin-top: 0;
    margin-left: 50px;
    font-size: 22px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.p-flow__plan__table > dl > dd span {
  position: absolute;
  right: 10px;
  bottom: 15px;
  font-size: 12px;
}
.p-flow__plan__table .is-wrap {
  text-align: center;
  margin-bottom: 15px;
  overflow-x: auto;
}
@media (min-width: 768px) {
  .p-flow__plan__table .is-wrap {
    margin-bottom: 25px;
  }
}
.p-flow__plan__table .is-wrap img {
  min-width: 600px;
}
.p-flow__plan__table .is-wrap ul {
  min-width: 600px;
  padding-left: 52%;
  margin-top: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .p-flow__plan__table .is-wrap ul {
    padding-left: 220px;
  }
}
.p-flow__plan__table .is-wrap ul li {
  width: 49.5%;
  margin-right: 1%;
}
.p-flow__plan__table .is-wrap ul li:last-child {
  margin-right: 0;
}
.p-flow__plan__table h2 {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .p-flow__plan__table h2 {
    margin-bottom: 30px;
  }
}
.p-flow__plan__list {
  max-width: 810px;
  margin: 0 auto 30px;
}
@media (min-width: 768px) {
  .p-flow__plan__list {
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .p-flow__plan__list > ul {
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-flow__plan__list > ul > li {
  position: relative;
  padding-bottom: 116px;
}
@media (min-width: 768px) {
  .p-flow__plan__list > ul > li {
    width: 48%;
  }
}
.p-flow__plan__list > ul > li:last-child {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .p-flow__plan__list > ul > li:last-child {
    margin-top: 0;
    margin-left: 4%;
  }
}
.p-flow__plan__list > ul > li:last-child h3 {
  background: #8CC63F;
}
.p-flow__plan__list > ul > li:last-child h3:after {
  border-color: #8CC63F transparent transparent transparent;
}
.p-flow__plan__list > ul > li h4 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  border-radius: 10px;
  background: #EA8789;
  padding: 15px;
  color: #fff;
  text-shadow: 2px 2px 0 #333;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.8;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .p-flow__plan__list > ul > li h4 {
    font-size: 18px;
  }
}
.p-flow__plan__list > ul > li h4:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #EA8789 transparent;
  border-width: 0px 13px 22px 13px;
  position: absolute;
  top: -22px;
  left: 50%;
  -webkit-transform: translateX(-50%); /* Safari用 */
  transform: translateX(-50%);
}
.p-flow__plan__list > ul > li h4 span {
  line-height: 1;
  font-size: 20px;
  border-bottom: 3px solid #E2C196;
}
@media (min-width: 1024px) {
  .p-flow__plan__list > ul > li h4 span {
    font-size: 27px;
  }
}
.p-flow__plan__list > ul > li ul {
  max-width: 360px;
  margin: 0 auto;
}
.p-flow__plan__list > ul > li ul li {
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: normal;
}
.p-flow__plan__list > ul > li ul li:last-child {
  margin-top: 20px;
}
.p-flow__plan__list > ul > li ul li span {
  color: #FF0000;
}
.p-flow__plan__list > ul > li h3 {
  text-align: center;
  position: relative;
  border-radius: 10px;
  background: #FBB03B;
  padding: 15px;
  color: #fff;
  text-shadow: 2px 2px 0 #333;
  font-size: 20px;
  letter-spacing: 0.04em;
  line-height: 1.1;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-flow__plan__list > ul > li h3 {
    font-size: 27px;
    margin-bottom: 35px;
  }
}
.p-flow__plan__list > ul > li h3:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #FBB03B transparent transparent transparent;
  border-width: 18px 11px 0px 11px;
  position: absolute;
  bottom: -17px;
  left: 50%;
  -webkit-transform: translateX(-50%); /* Safari用 */
  transform: translateX(-50%);
}
.p-flow__plan__list > ul > li h3 i {
  font-size: 30px;
}
@media (min-width: 768px) {
  .p-flow__plan__list > ul > li h3 i {
    font-size: 39px;
  }
}
.p-flow__plan__list > ul > li h3 span {
  font-size: 16px;
}
@media (min-width: 768px) {
  .p-flow__plan__list > ul > li h3 span {
    font-size: 20px;
  }
}
.p-flow__plan__read {
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-flow__plan__read {
    margin-bottom: 30px;
  }
}
.p-flow__plan__read p {
  line-height: 1.8;
}
.p-flow__plan__read dl {
  margin: 10px auto 0;
  border-radius: 20px;
  max-width: 730px;
  border: solid 5px #93C5BE;
  padding: 20px;
}
@media (min-width: 768px) {
  .p-flow__plan__read dl {
    margin-top: 20px;
  }
}
.p-flow__plan__read dl dt h3 {
  margin: 0 auto 8px;
  position: relative;
  color: #fff;
  letter-spacing: 0.04em;
  text-shadow: 2px 2px 0 #eb9a99;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .p-flow__plan__read dl dt h3 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center; /* Safari用 */
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 15px;
  }
}
.p-flow__plan__read dl dt h3 p {
  font-size: 18px;
  font-weight: 900;
}
@media (min-width: 768px) {
  .p-flow__plan__read dl dt h3 p {
    font-size: 23px;
    line-height: 1.2;
    margin-right: 5px;
  }
}
.p-flow__plan__read dl dt h3 p:before {
  content: attr(data-text);
  position: absolute;
  color: #fff;
  -webkit-text-stroke: 1px #231815;
}
.p-flow__plan__read dl dt h3 span {
  display: block;
  font-weight: 900;
  font-size: 24px;
}
@media (min-width: 768px) {
  .p-flow__plan__read dl dt h3 span {
    font-size: 35px;
  }
}
.p-flow__plan__read dl dt h3 span:before {
  content: attr(data-text);
  position: absolute;
  color: #fff;
  -webkit-text-stroke: 1px #231815;
}
@media (min-width: 768px) {
  .p-flow__plan__read dl dd {
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-flow__plan__read dl dd h3 {
  position: relative;
  color: #E9898B;
  letter-spacing: 0.08em;
  text-shadow: 2px 2px 0 #F1F1F1;
  line-height: 1;
  font-size: 30px;
  font-weight: 900;
}
@media (min-width: 768px) {
  .p-flow__plan__read dl dd h3 {
    font-size: 47px;
    width: 50%;
    text-shadow: 3px 3px 0 #F1F1F1;
  }
}
.p-flow__plan__read dl dd h3 i {
  font-size: 70px;
  display: inline-block;
  line-height: 0.7;
  padding-left: 10px;
  position: relative;
}
@media (min-width: 768px) {
  .p-flow__plan__read dl dd h3 i {
    font-size: 117px;
  }
}
.p-flow__plan__read dl dd h3 i:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 24px;
  height: 29px;
  background: url(../images/flow/star.png) center no-repeat;
  background-size: 100%;
}
.p-flow__plan__read dl dd h3 i:before {
  content: attr(data-text);
  position: absolute;
  color: #E9898B;
  -webkit-text-stroke: 1px #fff;
}
@media (min-width: 768px) {
  .p-flow__plan__read dl dd h3 i:before {
    -webkit-text-stroke: 2px #fff;
  }
}
.p-flow__plan__read dl dd h3 p {
  display: inline-block;
}
.p-flow__plan__read dl dd h3 p:before {
  content: attr(data-text);
  position: absolute;
  color: #E9898B;
  -webkit-text-stroke: 1px #fff;
}
@media (min-width: 768px) {
  .p-flow__plan__read dl dd h3 p:before {
    -webkit-text-stroke: 2px #fff;
  }
}
.p-flow__plan__read dl dd h3 span {
  display: inline-block;
  padding-left: 5px;
  position: relative;
}
.p-flow__plan__read dl dd h3 span:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -30px;
  width: 24px;
  height: 29px;
  background: url(../images/flow/star.png) center no-repeat;
  background-size: 100%;
}
.p-flow__plan__read dl dd h3 span:before {
  content: attr(data-text);
  position: absolute;
  color: #E9898B;
  -webkit-text-stroke: 1px #fff;
}
@media (min-width: 768px) {
  .p-flow__plan__read dl dd h3 span:before {
    -webkit-text-stroke: 2px #fff;
  }
}
.p-flow__plan__read dl dd > p {
  border-radius: 20px;
  background: #EA8789;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  letter-spacing: 0.04em;
  font-weight: bold;
  font-size: 16px;
  padding: 10px;
  line-height: 1.4;
  margin: 10px auto;
}
@media (min-width: 768px) {
  .p-flow__plan__read dl dd > p {
    margin: 0 auto;
    width: 50%;
    font-size: 22px;
  }
}
.p-flow__plan > h3 {
  line-height: 1;
  font-size: 18px;
  color: #558080;
  position: relative;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-bottom: 12px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-flow__plan > h3 {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
.p-flow__plan > h3:after {
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  background: #558080;
  position: absolute;
  bottom: -4px;
  left: 50%;
  -webkit-transform: translateX(-50%); /* Safari用 */
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .p-flow__plan > h3:after {
    bottom: -8px;
    width: 32px;
  }
}
.p-flow__plan h2 {
  color: #558D83;
  text-shadow: 2px 2px 0 #eb9a99;
  line-height: 1.2;
  font-size: 21px;
  letter-spacing: 0.06em;
  font-weight: 900;
  position: relative;
  margin-bottom: 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-flow__plan h2 {
    font-size: 27px;
    margin-bottom: 25px;
  }
}
.p-flow__plan h2 span {
  display: inline-block;
}
.p-flow__plan h2 span:before {
  content: attr(data-text);
  position: absolute;
  color: #558D83;
  -webkit-text-stroke: 1px #fff;
}
.p-flow__hold {
  background: #F2F8F7;
  padding: 30px 0;
}
@media (min-width: 768px) {
  .p-flow__hold {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}
.p-flow__hold__content {
  max-width: 830px;
  margin: 0 auto;
  color: #333;
}
.p-flow__hold__content .is-text {
  max-width: 760px;
  margin: 0 auto;
}
.p-flow__hold__content .is-text p {
  line-height: 1.8;
  color: #EA8789;
  font-size: 12px;
  margin-bottom: 0;
}
.p-flow__hold__content .is-table {
  max-width: 650px;
  margin: 0 auto 20px;
  overflow-x: auto;
}
.p-flow__hold__content .is-table table {
  overflow: hidden;
  min-width: 650px;
  width: 100%;
  border-radius: 10px;
  border-collapse: separate;
}
.p-flow__hold__content .is-table table tr:last-child td {
  border-bottom: 1px solid #D9B181;
}
.p-flow__hold__content .is-table table tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
}
.p-flow__hold__content .is-table table tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}
.p-flow__hold__content .is-table table tr th:first-child {
  border-radius: 10px 0 0 0;
}
.p-flow__hold__content .is-table table tr th:last-child {
  border-radius: 0 10px 0 0;
}
.p-flow__hold__content .is-table table td {
  text-align: center;
  vertical-align: middle;
  border-top: 1px solid #D9B181;
  border-right: 1px solid #D9B181;
  color: #333;
  font-weight: bold;
  line-height: 1.1;
  padding: 14px 12px;
  font-size: 14px;
  background: #fff;
  letter-spacing: 0.06em;
}
.p-flow__hold__content .is-table table td:first-child {
  text-align: left;
  border-left: 1px solid #D9B181;
}
.p-flow__hold__content .is-table table td img {
  max-height: 16px;
}
.p-flow__hold__content .is-table table th {
  background: #D9B181;
  color: #fff;
  vertical-align: middle;
  padding: 8px 10px;
  border-right: 1px solid #fff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.1;
}
.p-flow__hold__content .is-table table th:first-child {
  width: 184px;
  text-align: left;
}
.p-flow__hold__content .is-table table th:last-child {
  border-color: #D9B181;
}
.p-flow__hold__content h4 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.06em;
  border-bottom: 1px solid #D9B181;
  padding-bottom: 4px;
  margin-bottom: 8px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .p-flow__hold__content h4 {
    margin-top: 40px;
    padding-bottom: 8px;
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.p-flow__hold__content h4:first-child {
  margin-top: 0;
}
.p-flow__hold__content p {
  line-height: 1.8;
  letter-spacing: normal;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-flow__hold__content p {
    margin-bottom: 40px;
  }
}
.p-flow__hold__box {
  background: #fff;
  border-radius: 20px;
  text-align: center;
  padding: 20px 15px;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-flow__hold__box {
    padding: 30px;
    margin-bottom: 40px;
  }
}
.p-flow__hold__box img {
  max-width: 100%;
  margin: 0 auto 15px;
}
@media (min-width: 768px) {
  .p-flow__hold__box img {
    max-width: 780px;
    margin-bottom: 25px;
  }
}
.p-flow__hold h3 {
  line-height: 1;
  font-size: 18px;
  color: #558080;
  position: relative;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-bottom: 12px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-flow__hold h3 {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
.p-flow__hold h3:after {
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  background: #558080;
  position: absolute;
  bottom: -4px;
  left: 50%;
  -webkit-transform: translateX(-50%); /* Safari用 */
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .p-flow__hold h3:after {
    bottom: -8px;
    width: 32px;
  }
}
.p-flow__hold h2 {
  color: #558D83;
  text-shadow: 2px 2px 0 #eb9a99;
  line-height: 1;
  font-size: 21px;
  letter-spacing: 0.06em;
  font-weight: 900;
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-flow__hold h2 {
    font-size: 27px;
    margin-bottom: 30px;
  }
}
.p-flow__hold h2:before {
  content: attr(data-text);
  position: absolute;
  color: #558D83;
  -webkit-text-stroke: 1px #fff;
}
.p-flow__step {
  background: #FBF7F3;
  padding: 25px 0;
}
@media (min-width: 768px) {
  .p-flow__step {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.p-flow__step__content ul li {
  background: #fff;
  border-radius: 20px;
  padding: 15px 20px 10px;
  margin-bottom: 30px;
  position: relative;
}
@media (min-width: 768px) {
  .p-flow__step__content ul li {
    margin-bottom: 50px;
    padding: 25px 35px 20px;
  }
}
.p-flow__step__content ul li:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -22px;
  left: 50%;
  -webkit-transform: translateX(-50%); /* Safari用 */
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #77B9B0 transparent transparent transparent;
  border-width: 12px 20px 0px 20px;
}
@media (min-width: 768px) {
  .p-flow__step__content ul li:after {
    bottom: -35px;
    border-width: 16px 24px 0px 24px;
  }
}
.p-flow__step__content ul li:first-child dl dt img {
  max-height: 90px;
}
.p-flow__step__content ul li:nth-child(2) dl {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .p-flow__step__content ul li:nth-child(2) dl {
    margin-top: 30px;
  }
}
.p-flow__step__content ul li:nth-child(2) dl dt img {
  max-height: 127px;
}
.p-flow__step__content ul li:nth-child(3) dl dt img {
  max-height: 94px;
}
.p-flow__step__content ul li:last-child {
  margin-bottom: 0;
}
.p-flow__step__content ul li:last-child:after {
  display: none;
}
.p-flow__step__content ul li:last-child dl {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .p-flow__step__content ul li:last-child dl {
    margin-top: 30px;
  }
}
.p-flow__step__content ul li:last-child dl dt {
  width: 130px;
}
@media (min-width: 768px) {
  .p-flow__step__content ul li:last-child dl dt {
    width: 160px;
    padding-right: 10px;
  }
}
.p-flow__step__content ul li:last-child dl dt img {
  max-height: 82px;
}
@media (min-width: 768px) {
  .p-flow__step__content ul li:last-child dl dd {
    width: -webkit-calc(100% - 160px);
    width: calc(100% - 160px);
  }
}
.p-flow__step__content ul li dl {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .p-flow__step__content ul li dl {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
  }
}
.p-flow__step__content ul li dl.is-check {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px;
  border-radius: 20px;
  background: #D9B181;
  color: #fff;
  padding: 25px 20px 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-flow__step__content ul li dl.is-check {
    padding: 30px 30px 15px;
  }
}
.p-flow__step__content ul li dl.is-check dt {
  width: 100%;
  padding-right: 0;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1;
  padding-bottom: 8px;
  margin-bottom: 8px;
  display: inline-block;
}
@media (min-width: 768px) {
  .p-flow__step__content ul li dl.is-check dt {
    font-size: 24px;
    padding-bottom: 12px;
    margin-bottom: 15px;
  }
}
.p-flow__step__content ul li dl.is-check dt:after {
  content: "";
  display: block;
  width: 100px;
  background: #fff;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%); /* Safari用 */
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .p-flow__step__content ul li dl.is-check dt:after {
    width: 140px;
  }
}
.p-flow__step__content ul li dl.is-check dt span {
  position: absolute;
  margin-left: -60px;
  top: -15px;
  font-weight: bold;
  font-style: italic;
  font-size: 15px;
  transform: rotate(-8deg);
  letter-spacing: -0.06em;
}
@media (min-width: 768px) {
  .p-flow__step__content ul li dl.is-check dt span {
    margin-left: -90px;
    font-size: 20px;
  }
}
.p-flow__step__content ul li dl.is-check dd {
  text-align: left;
  width: 100%;
  position: relative;
  padding-right: 100px;
  line-height: 1.5;
  letter-spacing: normal;
  font-size: 12px;
}
@media (min-width: 768px) {
  .p-flow__step__content ul li dl.is-check dd {
    font-size: 16px;
    padding-right: 125px;
  }
}
.p-flow__step__content ul li dl.is-check dd span {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background: url(../images/flow/bl.png) center no-repeat;
  background-size: 100%;
  color: #D9B181;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.2;
  width: 90px;
  height: 90px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-flow__step__content ul li dl.is-check dd span {
    top: auto;
    bottom: 0;
    -webkit-transform: translateY(0); /* Safari用 */
    transform: translateY(0);
    font-size: 13px;
    width: 116px;
    height: 116px;
  }
}
.p-flow__step__content ul li dl dt {
  text-align: center;
  margin: 0 auto;
  width: 90px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .p-flow__step__content ul li dl dt {
    padding-bottom: 0;
    width: 120px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .p-flow__step__content ul li dl dd {
    line-height: 1.8;
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
  }
}
.p-flow__step__content ul li dl dd a {
  color: #00f;
  text-decoration: underline;
}
.p-flow__step__content ul li h4 {
  line-height: 1;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  display: -webkit-flex;
  display: flex;
}
@media (min-width: 768px) {
  .p-flow__step__content ul li h4 {
    font-size: 24px;
  }
}
.p-flow__step__content ul li h4:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: 3px;
  left: -20px;
  height: 1px;
  background: #D9B181;
}
@media (min-width: 768px) {
  .p-flow__step__content ul li h4:after {
    width: 95%;
    bottom: 4px;
    left: -35px;
  }
}
.p-flow__step__content ul li h4 p {
  margin-top: auto;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .p-flow__step__content ul li h4 p {
    margin-bottom: 10px;
  }
}
.p-flow__step__content ul li h4 i {
  margin-top: auto;
  font-style: italic;
  font-weight: bold;
  color: #D9B181;
  font-size: 32px;
  letter-spacing: normal;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .p-flow__step__content ul li h4 i {
    padding-right: 20px;
    font-size: 57px;
    line-height: 0.9;
  }
}
.p-flow__step__content ul li h4 span {
  margin-top: auto;
  font-style: italic;
  font-weight: bold;
  color: #D9B181;
  font-size: 22px;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .p-flow__step__content ul li h4 span {
    font-size: 30px;
  }
}
.p-flow__step__list {
  text-align: center;
}
.p-flow__step__list ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 840px;
  margin: 0 auto;
}
.p-flow__step__list ul li {
  position: relative;
  width: 46%;
  margin-right: 8%;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .p-flow__step__list ul li {
    width: 21.25%;
    margin-right: 5%;
  }
}
.p-flow__step__list ul li:nth-child(2n) {
  margin-right: 0;
}
@media (min-width: 768px) {
  .p-flow__step__list ul li:nth-child(2n) {
    margin-right: 5%;
  }
}
@media (min-width: 768px) {
  .p-flow__step__list ul li:nth-child(4n) {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .p-flow__step__list ul li:nth-child(2) dl dd img {
    top: 56%;
    max-height: 77%;
  }
}
.p-flow__step__list ul li:nth-child(2) dl:after {
  top: auto;
  bottom: -35%;
  transform: rotate(135deg);
  right: auto;
  left: -30%;
}
@media (min-width: 768px) {
  .p-flow__step__list ul li:nth-child(2) dl:after {
    left: auto;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%); /* Safari用 */
    transform: translateY(-50%);
    right: -17%;
  }
}
.p-flow__step__list ul li:last-child dl:after {
  display: none;
}
.p-flow__step__list ul li p {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.3;
  color: #333;
}
@media (min-width: 768px) {
  .p-flow__step__list ul li p {
    font-size: 24px;
  }
}
.p-flow__step__list ul li dl {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border: 2px solid #D4B388;
  border-radius: 50%;
  background: #fff;
  position: relative;
  width: 124px;
  min-height: 124px;
  margin: 0 auto 8px;
}
@media (min-width: 768px) {
  .p-flow__step__list ul li dl {
    border-width: 3px;
    width: 182px;
    min-height: 182px;
    margin-bottom: 12px;
  }
}
.p-flow__step__list ul li dl:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  right: -11vw;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #86B8B1;
  border-width: 10px 0px 10px 13px;
}
@media (min-width: 768px) {
  .p-flow__step__list ul li dl:after {
    right: -17%;
    border-width: 12px 0px 12px 16px;
  }
}
.p-flow__step__list ul li dl dd img {
  position: absolute;
  top: 58%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
  max-height: 62%;
}
@media (min-width: 768px) {
  .p-flow__step__list ul li dl dd img {
    max-height: 60%;
  }
}
.p-flow__step__list ul li dl dt {
  position: absolute;
  top: -19px;
  left: 50%;
  -webkit-transform: translateX(-50%); /* Safari用 */
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .p-flow__step__list ul li dl dt {
    top: -24px;
  }
}
.p-flow__step__list ul li dl dt img {
  max-width: 80%;
}
@media (min-width: 768px) {
  .p-flow__step__list ul li dl dt img {
    max-width: 100%;
  }
}
.p-flow__step h3 {
  line-height: 1;
  font-size: 18px;
  color: #558080;
  position: relative;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-flow__step h3 {
    font-size: 25px;
    margin-bottom: 25px;
  }
}
.p-flow__step h3:after {
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  background: #558080;
  position: absolute;
  bottom: -4px;
  left: 50%;
  -webkit-transform: translateX(-50%); /* Safari用 */
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .p-flow__step h3:after {
    bottom: -10px;
    width: 32px;
  }
}
.p-flow__step h2 {
  color: #558D83;
  text-shadow: 2px 2px 0 #eb9a99;
  line-height: 1;
  font-size: 21px;
  letter-spacing: 0.06em;
  font-weight: 900;
  position: relative;
  margin-bottom: 40px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-flow__step h2 {
    font-size: 27px;
    margin-bottom: 70px;
  }
}
.p-flow__step h2:before {
  content: attr(data-text);
  position: absolute;
  color: #558D83;
  -webkit-text-stroke: 1px #fff;
}
.p-flow__read {
  max-width: 810px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .p-flow__read {
    padding-top: 60px;
    padding-bottom: 70px;
  }
}
.p-flow__read ul {
  text-align: center;
}
@media (min-width: 768px) {
  .p-flow__read ul {
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-flow__read ul li {
  border: 3px solid #EA8789;
  border-radius: 10px;
  padding: 35px 10px 10px;
  max-width: 325px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 768px) {
  .p-flow__read ul li {
    width: 40%;
    margin-left: 0;
    margin-right: 0;
  }
}
.p-flow__read ul li:last-child {
  margin-top: 120px;
}
@media (min-width: 768px) {
  .p-flow__read ul li:last-child {
    margin-top: 0;
    margin-left: 20%;
  }
}
.p-flow__read ul li:last-child:after {
  content: "";
  display: block;
  width: 240px;
  height: 182px;
  background: url(../images/flow/read_arw_sp.png) center no-repeat;
  background-size: 100%;
  position: absolute;
  top: -150px;
  left: 50%;
  -webkit-transform: translateX(-50%); /* Safari用 */
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .p-flow__read ul li:last-child:after {
    background-image: url(../images/flow/read_arw.png);
    width: 270px;
    height: 192px;
    left: -210px;
    top: 50%;
    -webkit-transform: translateY(-50%); /* Safari用 */
    transform: translateY(-50%);
  }
}
.p-flow__read ul li:last-child h3 {
  font-size: 18px;
}
@media (min-width: 768px) {
  .p-flow__read ul li:last-child h3 {
    font-size: 23px;
  }
}
.p-flow__read ul li img {
  max-width: 80%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-flow__read ul li img {
    max-width: 100%;
  }
}
.p-flow__read ul li h3 {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
  letter-spacing: normal;
}
@media (min-width: 768px) {
  .p-flow__read ul li h3 {
    font-size: 16px;
  }
}
.p-flow__read ul li h3:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images/flow/title_line_l.png) center no-repeat;
  background-size: 100%;
  width: 20px;
  height: 50px;
}
.p-flow__read ul li h3:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../images/flow/title_line_r.png) center no-repeat;
  background-size: 100%;
  width: 20px;
  height: 50px;
}
.p-flow__read > p {
  line-height: 1.8;
  max-width: 700px;
  margin: 0 auto 20px;
  letter-spacing: normal;
}
@media (min-width: 768px) {
  .p-flow__read > p {
    margin-bottom: 40px;
  }
}
.p-flow__read h2 {
  color: #558D83;
  text-shadow: 2px 2px 0 #eb9a99;
  line-height: 1.3;
  font-size: 15px;
  letter-spacing: 0.06em;
  font-weight: 900;
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-flow__read h2 {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .p-flow__read h2 {
    font-size: 27px;
  }
}
.p-flow__read h2 p {
  display: inline-block;
}
.p-flow__read h2 p:before {
  content: attr(data-text);
  position: absolute;
  color: #558D83;
  -webkit-text-stroke: 1px #fff;
}
.p-flow__read h2 span {
  font-size: 24px;
  display: inline-block;
}
@media (min-width: 768px) {
  .p-flow__read h2 span {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  .p-flow__read h2 span {
    font-size: 39px;
  }
}
.p-flow__read h2 span:before {
  content: attr(data-text);
  position: absolute;
  color: #558D83;
  -webkit-text-stroke: 1px #fff;
}
.p-flow__kv {
  background: url(../images/flow/kv.png) center no-repeat;
  background-size: cover;
  padding-top: 44.2%;
  height: 0;
  min-height: 380px;
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .p-flow__kv {
    min-height: 605px;
  }
}
.p-flow__kv__content {
  width: 92%;
  max-width: 665px;
  margin: 0 auto;
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
}
.p-flow__kv__content h3 {
  max-width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .p-flow__kv__content h3 {
    max-width: 459px;
  }
}
.p-flow__kv__content h2 {
  margin: 0 auto 10px;
  position: relative;
  z-index: 2;
  color: #fff;
  letter-spacing: 0.04em;
  text-shadow: 2px 2px 0 #eb9a99;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .p-flow__kv__content h2 {
    text-shadow: 3px 3px 0 #eb9a99;
    margin-bottom: 15px;
  }
}
.p-flow__kv__content h2 i {
  display: block;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.2;
  color: #333;
  text-shadow: 2px 2px 0px #fff, -2px -2px 0px #fff, -2px 2px 0px #fff, 2px -2px 0px #fff, 2px 0px 0px #fff, -2px 0px 0px #fff, 0px 2px 0px #fff, 0px -2px 0px #fff;
}
@media (min-width: 768px) {
  .p-flow__kv__content h2 i {
    font-size: 47px;
  }
}
.p-flow__kv__content h2 p {
  font-size: 36px;
  font-weight: 900;
}
@media (min-width: 768px) {
  .p-flow__kv__content h2 p {
    font-size: 62px;
  }
}
.p-flow__kv__content h2 p:before {
  content: attr(data-text);
  position: absolute;
  color: #fff;
  -webkit-text-stroke: 1px #231815;
}
@media (min-width: 768px) {
  .p-flow__kv__content h2 p:before {
    -webkit-text-stroke: 2px #231815;
  }
}
.p-flow__kv__content h2 span {
  display: block;
  font-weight: 900;
  font-size: 24px;
}
@media (min-width: 768px) {
  .p-flow__kv__content h2 span {
    font-size: 35px;
  }
}
.p-flow__kv__content h2 span:before {
  content: attr(data-text);
  position: absolute;
  color: #fff;
  -webkit-text-stroke: 1px #231815;
}
@media (min-width: 768px) {
  .p-flow__kv__content h2 span:before {
    -webkit-text-stroke: 2px #231815;
  }
}
.p-flow__kv__content > p {
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 20px;
  border-radius: 20px;
  text-align: left;
  font-size: 11px;
  line-height: 1.9;
  font-weight: 500;
  letter-spacing: normal;
}
@media (min-width: 768px) {
  .p-flow__kv__content > p {
    padding: 20px 50px;
    font-size: 14px;
  }
}

.p-entry {
  font-family: source-han-sans-japanese, sans-serif;
  color: #333;
  padding-top: 90px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .p-entry {
    padding-top: 180px;
    padding-bottom: 80px;
  }
}
.p-entry .innerBox {
  max-width: 720px;
}
.p-entry .o-btn {
  background: #77B9B0;
  color: #fff;
  box-shadow: none;
}
@media (min-width: 768px) {
  .p-entry .o-btn {
    height: 56px;
    font-size: 19px;
    max-width: 320px;
  }
}
.p-entry .o-btn:after {
  display: none;
}
.p-entry.is-policy h1 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-entry.is-policy h1 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.p-entry.is-policy h2 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .p-entry.is-policy h2 {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
.p-entry.is-policy ol {
  padding-left: 1.5em;
}
.p-entry.is-policy ol li {
  list-style: decimal;
  margin-top: 10px;
}
.p-entry__content h3 {
  font-weight: bold;
}
.p-entry__content input[type=text], .p-entry__content input[type=email], .p-entry__content textarea, .p-entry__content select {
  padding: 10px;
  background: #fff;
  line-height: 1.5;
  font-size: inherit;
  min-height: 41.5px;
}
@media (min-width: 768px) {
  .p-entry__content input[type=text], .p-entry__content input[type=email], .p-entry__content textarea, .p-entry__content select {
    padding: 15px;
    min-height: 56px;
  }
}
.p-entry__content input[type=checkbox] {
  width: auto;
}
.p-entry__content input[type=radio] {
  width: auto;
}
.p-entry__content select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: #333;
  height: 41.5px;
  position: relative;
  background: #fff url(../images/common/select_arw.png) no-repeat right 10px center/12px auto;
}
@media (min-width: 768px) {
  .p-entry__content select {
    height: 56px;
  }
}
.p-entry__content > dl {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-entry__content > dl {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.p-entry__content > dl > dt {
  font-weight: bold;
  margin-bottom: 5px;
}
.p-entry__content > dl > dt span {
  padding-left: 5px;
  color: #f00;
}
.p-entry__content > dl > dd.is-name {
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.p-entry__content > dl > dd.is-name input {
  width: 48%;
}
.p-entry__content > dl > dd.is-name input.is-last {
  margin-left: 4%;
}
.p-entry__content > dl > dd.is-name input.is-last + span {
  left: 52%;
}
.p-entry__content > dl > dd.is-name input + span {
  position: absolute;
  top: 40px;
}
@media (min-width: 768px) {
  .p-entry__content > dl > dd.is-name input + span {
    top: 55px;
  }
}
.p-entry__content > dl > dd .mwform-radio-field {
  padding-top: 5px;
  padding-bottom: 5px;
}
.p-entry__content > dl > dd p {
  color: #666;
  font-size: 10px;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .p-entry__content > dl > dd p {
    margin-top: 10px;
    font-size: 12px;
  }
}
.p-entry__thanks {
  text-align: center;
  padding: 30px 0;
}
.p-entry__title {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .p-entry__title {
    margin-bottom: 20px;
  }
}
.p-entry__title h2 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .p-entry__title h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
/*# sourceMappingURL=style.css.map */