<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* reset
----------------------------------------------- */
/*
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: 13px;
  font-size: 1.3rem;
  line-height: 1.8;
  vertical-align: baseline;
  background: transparent;
  color: #1c0f02;
}

html,
body {
  font-size: 62.5%;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
  }
}

@media all and (-ms-high-contrast: none) {
  body {
    color: #000 !important;
  }
}

span {
  font-size: inherit;
}

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

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

a:link,
a:visited {
  text-decoration: none;
}

a:active {
  color: inherit;
}

a {
  color: inherit;
}

img {
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

/* change colours to suit your needs */
mark {
  background-color: #ffff99;
  color: #000000;
  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;
}

/* apply a natural box layout model to all elements, but allowing components to change */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

/* base
----------------------------------------------- */
/* For modern browsers */
.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
  zoom: 1;
}

.cf {
  overflow: hidden;
}

/*  font-etc */
.txt-cap {
  padding-left: 1em;
  text-indent: -1em;
}

.cursor,
label {
  cursor: pointer;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input:focus, textarea:focus, select:focus {
  /*background-color: #E5FFEB;*/
}

input[type="checkbox"], input[type="radio"] {
  /* checkbox・radio 上下中央寄せ*/
}

input[type="submit"] {
  width: 100%;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  cursor: pointer;
}

/* layout
----------------------------------------------- */
.l-wrapper {
  width: 100%;
  min-width: 1080px;
  margin: 0 auto;
  padding: 0 0 60px;
}

@media screen and (max-width: 768px) {
  .l-wrapper {
    min-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .l-content {
    padding: 60px 0 0;
  }
}

/* header
----------------------------------------------- */
.l-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100px;
  padding: 0 4%;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .l-header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    height: 60px;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
  }
}

.c-menuIconWrap {
  display: none;
  width: 60px;
  height: 60px;
}

@media screen and (max-width: 768px) {
  .c-menuIconWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.l-header.is-fix {
  position: fixed;
  width: 100%;
  min-width: 1080px;
  height: 60px;
  padding: 0 3%;
  left: 0;
  top: -60px;
  z-index: 1000;
  -webkit-transition: top cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  transition: top cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}

@media screen and (max-width: 768px) {
  .l-header.is-fix {
    display: none;
  }
}

.l-header.is-fix.is-fixOn {
  top: 0;
  border-bottom: solid 1px #f7f7f7;
}

@media screen and (max-width: 768px) {
  .l-header_ttl {
    padding: 0 0 0 4%;
  }
}

.l-header.is-fix .l-header_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-header_ttl_logo img {
  width: 270px;
  height: 33px;
}

.l-header.is-fix .l-header_ttl_logo img {
  width: 100px;
  height: 35px;
}

@media screen and (max-width: 768px) {
  .l-header_ttl_logo img {
    width: 240px;
    height: 29px;
  }
}

.l-header_ttl_txt {
  display: block;
  padding: 5px 0 0 50px;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  font-weight: 500;
  line-height: 1;
}

@media all and (-ms-high-contrast: none) {
  .l-header_ttl_txt {
    font-weight: bold !important;
  }
}

.l-header.is-fix .l-header_ttl_txt {
  padding: 0 0 0 20px;
  font-size: 13px;
  font-size: 1.3rem;
}

@media screen and (max-width: 768px) {
  .l-header_ttl_txt {
    font-size: 11px;
    font-size: 1.1rem;
    padding: 0 0 0 44px;
  }
}

@media screen and (max-width: 768px) {
  .l-header_gnav {
    display: none;
    opacity: 0;
    width: 100%;
    min-height: 350px;
    background: url(../images/bg_spmenu01.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
  }
  .l-header_gnav[data-bg="1"] {
    background: url(../images/bg_spmenu01.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
  }
  .l-header_gnav[data-bg="2"] {
    background: url(../images/bg_spmenu02.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
  }
  .l-header_gnav[data-bg="3"] {
    background: url(../images/bg_spmenu03.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
  }
}

.l-header_gnav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .l-header_gnav_list {
    display: block;
    width: 80%;
    height: 250px;
    margin: 0 auto;
    padding: 30px 0;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 10px;
    border: solid 3px #fff;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}

@media screen and (max-width: 768px) {
  .l-header_gnav_item {
    width: 100%;
    text-align: center;
    position: relative;
    top: 30px;
    opacity: 0;
  }
  .l-header_gnav_item.is-show {
    top: 0;
    opacity: 1;
  }
  .l-header_gnav_item:nth-child(1) {
    -webkit-transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
    transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
  }
  .l-header_gnav_item:nth-child(2) {
    -webkit-transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s 0.1s;
    transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s 0.1s;
  }
  .l-header_gnav_item:nth-child(3) {
    -webkit-transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s 0.2s;
    transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s 0.2s;
  }
  .l-header_gnav_item:nth-child(4) {
    -webkit-transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s 0.3s;
    transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s 0.3s;
  }
  .l-header_gnav_item:nth-child(5) {
    -webkit-transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s 0.4s;
    transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s 0.4s;
  }
}

.l-header_gnav_item a {
  display: block;
  padding: 1em .5em;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  position: relative;
  line-height: 1;
}

@media all and (-ms-high-contrast: none) {
  .l-header_gnav_item a {
    font-weight: bold !important;
  }
}

.l-header.is-fix .l-header_gnav_item a {
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .l-header_gnav_item a {
    padding: 0.8em 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.l-header_gnav_item a span {
  line-height: inherit;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .l-header_gnav_item a span {
    color: #fff;
    position: relative;
  }
  .l-header_gnav_item a span::before {
    content: '';
    display: block;
    width: 7px;
    height: 8px;
    background: url(../images/arr.png) center center no-repeat;
    background-size: 7px 8px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15px;
    margin: auto;
  }
}

@media screen and (min-width: 769px) {
  .l-header_gnav_item a::after {
    content: '';
    display: block;
    width: calc(100% - 1em);
    height: 0;
    background-color: #ffd500;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1em;
    margin: auto;
    z-index: 1;
    -webkit-transition: height cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
    transition: height cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  }
}

@media screen and (min-width: 769px) {
  .l-header_gnav_item.is-on a::after {
    height: 5px;
  }
}

/* footer
----------------------------------------------- */
.l-footer {
  background-color: #fff;
}

.l-footer_inner {
  padding: 70px 0 22%;
  background: url(../images/footer_bg.jpg) center bottom no-repeat;
  background-size: 100% auto;
}

@media screen and (max-width: 768px) {
  .l-footer_inner {
    padding: 8% 0 18%;
  }
}

.l-footer_head {
  margin: 0 0 20px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .l-footer_head {
    margin: 0 0 20px;
  }
}

.l-footer_head_logo {
  margin: 0 0 10px;
}

.l-footer_head_logo img {
  width: 200px;
  height: 71px;
}

.l-footer_head_txt {
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  font-weight: 500;
  line-height: 1;
  font-size: 16px;
  font-size: 1.6rem;
}

@media all and (-ms-high-contrast: none) {
  .l-footer_head_txt {
    font-weight: bold !important;
  }
}

.l-footer_nav {
  margin: 0 0 10px;
}

.l-footer_nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .l-footer_nav_list {
    display: block;
    text-align: center;
  }
}

.l-footer_nav_item {
  margin: 0 1em;
}

.l-footer_nav_item a {
  font-size: 11px;
  font-size: 1.1rem;
}

@media screen and (max-width: 768px) {
  .l-footer_nav_item a {
    font-size: 10px;
    font-size: 1rem;
  }
}

.l-footer_nav_item a:hover {
  text-decoration: underline;
}

.l-footer_copyright {
  display: block;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 9px;
  font-size: 0.9rem;
  color: #958a79;
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  letter-spacing: .1em;
  background-color: #303030;
}

/* button
----------------------------------------------- */
.c-btn a {
  display: block;
  height: 60px;
  width: 100%;
  background-color: #a27c49;
  text-align: center;
  position: relative;
  line-height: 60px;
  -webkit-transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}

.p-mainVisal .c-btn a:hover {
  -webkit-transform: translate(0, -3px);
          transform: translate(0, -3px);
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
          box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.c-btn_ja,
.c-btn_en {
  position: relative;
  z-index: 1;
}

.c-btn_ja {
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  font-size: 15px;
  font-size: 1.5rem;
  color: #fff;
}

.c-btn_arr {
  display: block;
  width: 25px;
  height: 7px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  margin: auto;
  z-index: 1;
}

.c-btn_arr img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.c-btnJoin a {
  display: block;
  width: 400px;
  height: 70px;
  line-height: 62px;
  color: #fff;
  background-color: #000;
  border-radius: 10px;
  border: solid 3px #fff;
  text-align: center;
  -webkit-transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}

@media screen and (max-width: 768px) {
  .c-btnJoin a {
    width: 70%;
    height: 60px;
    line-height: 52px;
  }
}

.c-btnJoin a span {
  position: relative;
}

.c-btnJoin a span::before {
  content: '';
  display: block;
  width: 12px;
  height: 14px;
  background: url(../images/btn_arr.png) center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: -23px;
  top: 4px;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .c-btnJoin a span::before {
    width: 8px;
    height: 10px;
  }
}

.c-btnJoin img {
  width: 144px;
}

@media screen and (max-width: 768px) {
  .c-btnJoin img {
    width: 120px;
  }
}

.c-btnJoin a:hover {
  -webkit-transform: translate(0, -5px);
          transform: translate(0, -5px);
}

.p-mainVisal .c-btnJoin a:hover {
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.7);
          box-shadow: 0 20px 50px rgba(0, 0, 0, 0.7);
}

.p-outline .c-btnJoin a:hover {
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);
}

.c-secTtl {
  padding: 80px 0 45px;
  text-align: center;
}

.c-secTtl span {
  line-height: inherit;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .c-secTtl {
    padding: 10% 5% 5%;
  }
}

.c-secTtl_ja {
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  font-size: 30px;
  font-size: 3rem;
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  font-weight: 600;
  line-height: 1.5;
}

@media all and (-ms-high-contrast: none) {
  .c-secTtl_ja {
    font-weight: bold !important;
  }
}

@media screen and (max-width: 768px) {
  .c-secTtl_ja {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.c-secTtl_en {
  font-size: 10px;
  font-size: 1rem;
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

/* menu_icon
----------------------------------------------- */
.c-menuIcon {
  width: 28px;
  height: 19px;
}

.c-menuIcon:hover {
  cursor: pointer;
}

.c-menuIcon .bar_wrap {
  position: relative;
  height: 100%;
}

.c-menuIcon span.bar {
  width: 28px;
  height: 3px;
  background-color: #000;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.395, -0.6, 0.58, 1.65);
  transition: all 0.4s cubic-bezier(0.395, -0.6, 0.58, 1.65);
}

.c-menuIcon span.bar01 {
  top: 0px;
}

.c-menuIcon span.bar02 {
  top: 8px;
}

.c-menuIcon span.bar03 {
  bottom: 0;
}

.c-menuIcon.close span.bar01 {
  top: 8px;
  opacity: 0.9;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-menuIcon.close span.bar03 {
  bottom: 8px;
  opacity: 0.9;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-menuIcon.close span.bar02 {
  opacity: 0;
}

.c-card {
  padding: 10px;
  position: relative;
  background: url(../images/card_bg.jpg) center top repeat;
  background-size: 100% auto;
}

.c-card_inner {
  border: solid 3px #321b03;
}

.c-card::before, .c-card::after,
.c-card_inner::before,
.c-card_inner::after {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  background: url(../images/deco01.png) center center no-repeat;
  background-size: 100% auto;
  position: absolute;
}

.c-card::before, .c-card::after {
  top: 20px;
}

.c-card::before {
  left: 20px;
}

.c-card::after {
  right: 20px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.c-card_inner::before, .c-card_inner::after {
  bottom: 20px;
}

.c-card_inner::before {
  left: 20px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.c-card_inner::after {
  right: 20px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.c-line {
  display: block;
  width: 980px;
  margin: 0 auto;
  border-bottom: dashed 1px #77756f;
  position: relative;
}

@media screen and (max-width: 768px) {
  .c-line {
    width: 75%;
  }
}

.c-line::before, .c-line::after {
  content: '';
  display: block;
  width: 15px;
  height: 27px;
  background: url(../images/deco02.png) center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.c-line::before {
  left: -20px;
}

.c-line::after {
  right: -20px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* lp
----------------------------------------------- */
.p-top_wrap-01 {
  background-image: url(../images/seminar_bg.jpg), url(../images/bg-cmn.jpg);
  background-position: center top;
  background-repeat: no-repeat, repeat-y;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .p-top_wrap-01 {
    background-size: 100% auto;
  }
}

.p-mainVisal {
  display: table;
  width: 100%;
  min-height: 550px;
  height: calc(100vh - 100px);
  background: url(../images/main_bg.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-mainVisal {
    height: calc(100vh - 60px);
  }
}

@media screen and (max-width: 768px) {
  .p-mainVisal .c-btn {
    max-width: 230px;
  }
  .p-mainVisal .c-btn_arr {
    width: 17px;
    right: 17px;
  }
}

.p-mainVisal_inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}

.p-mainVisal_cont {
  width: 450px;
}

@media screen and (min-width: 769px) {
  .p-mainVisal_cont {
    margin: 90px 0 0 5%;
  }
}

@media screen and (max-width: 768px) {
  .p-mainVisal_cont {
    width: 80%;
    max-width: 410px;
    margin-top: 10%;
    margin-left: 10%;
  }
}

.p-mainVisal_txt,
.p-mainVisal_ttl {
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  color: #fff;
  white-space: nowrap;
}

.p-mainVisal_txt {
  padding: 0 0 15px;
  margin: 0 0 20px;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 500;
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  .p-mainVisal_txt {
    padding: 0 0 10px;
    margin: 0 0 15px;
    font-weight: 600;
    font-size: 15.5px;
    font-size: 1.55rem;
  }
}

@media screen and (max-width: 500px) {
  .p-mainVisal_txt {
    font-size: 3vw;
  }
}

.p-mainVisal_ttl {
  margin: 10px 0 15px;
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 1.3;
}

@media screen and (min-width: 769px) {
  .p-mainVisal_ttl {
    font-weight: 400;
  }
}

@media screen and (max-width: 768px) {
  .p-mainVisal_ttl {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 500px) {
  .p-mainVisal_ttl {
    font-size: 6.15vw;
  }
}

.p-mainVisal_scr {
  width: 41px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  margin: auto;
}

.p-mainVisal_scr a {
  display: block;
}

.p-mainVisal_scr_item {
  line-height: 1;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.p-mainVisal_scr_ico {
  text-align: center;
  margin: 0 0 5px;
  -webkit-animation: scrAnim 1.8s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
          animation: scrAnim 1.8s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
}

@-webkit-keyframes scrAnim {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(16px);
            transform: translateY(16px);
    opacity: 0;
  }
}

@keyframes scrAnim {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(16px);
            transform: translateY(16px);
    opacity: 0;
  }
}

.p-mainVisal_scr_bar {
  display: block;
  width: 41px;
  position: relative;
}

.p-mainVisal_scr_bar &gt; span {
  display: block;
  width: 1px;
  height: 30px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0 auto;
}

.p-mainVisal_scr_bar-head {
  height: 45px;
}

.p-mainVisal_scr_bar-head span {
  background-color: #fff;
}

.p-mainVisal_scr_bar-under {
  height: 30px;
}

.p-mainVisal_scr_bar-under span {
  background-color: #000;
}

.p-seminar {
  padding: 80px 0 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-seminar {
    padding: 15% 8% 0;
  }
}

.p-seminar_ttl {
  text-align: center;
  margin: 0 0 15px;
}

@media screen and (max-width: 768px) {
  .p-seminar_ttl {
    margin: 0 0 5%;
  }
}

.p-seminar_ttl img {
  width: 100%;
  max-width: 532px;
}

.p-seminar_txt {
  font-size: 20px;
  font-size: 2rem;
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  line-height: 2;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-seminar_txt {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: justify;
    line-height: 1.8;
    font-weight: 500;
  }
}

.p-seminar_txt span {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #ffd500), color-stop(50%, transparent));
  background-image: linear-gradient(to right, #ffd500 50%, transparent 50%);
  background-position: 0% 90%;
  background-size: 200% 8px;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .p-seminar_txt span {
    background-position: 0% 85%;
    background-size: 200% 5px;
  }
}

.p-fan {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .p-fan {
    padding: 0 5%;
  }
}

.p-fan_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-fan_item {
  width: calc(50% - 10px);
  margin: 0 0 20px;
  padding: 10px;
  background-color: #fdfcf5;
  -webkit-box-shadow: 0 0 20px rgba(46, 25, 2, 0.15);
          box-shadow: 0 0 20px rgba(46, 25, 2, 0.15);
}

@media screen and (max-width: 750px) {
  .p-fan_item {
    width: 100%;
    margin: 0 0 10px;
  }
}

.p-fan_item_wrap::before, .p-fan_item_wrap::after,
.p-fan_item_inner::before,
.p-fan_item_inner::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: url(../images/fan_item.png) center center no-repeat;
  background-size: 100% auto;
  position: absolute;
}

.p-fan_item_wrap {
  border: solid 2px #5f3305;
  position: relative;
}

.p-fan_item_wrap::before {
  left: -2px;
  top: -2px;
}

.p-fan_item_wrap::after {
  right: -2px;
  top: -2px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.p-fan_item_inner {
  display: table;
  width: 100%;
  height: 125px;
}

@media screen and (max-width: 768px) {
  .p-fan_item_inner {
    height: 70px;
  }
}

.p-fan_item_inner::before {
  left: -2px;
  bottom: -2px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.p-fan_item_inner::after {
  right: -2px;
  bottom: -2px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.p-fan_item_inner span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  font-weight: 500;
  line-height: 1.5;
  background: url(../images/fan_ico.png) 45px center no-repeat;
  background-size: 35px auto;
}

@media all and (-ms-high-contrast: none) {
  .p-fan_item_inner span {
    font-weight: bold !important;
  }
}

@media screen and (max-width: 768px) {
  .p-fan_item_inner span {
    font-size: 14px;
    font-size: 1.4rem;
    background: url(../images/fan_ico.png) 3% center no-repeat;
    background-size: 30px auto;
    font-weight: 600;
  }
}

@media screen and (max-width: 400px) {
  .p-fan_item_inner span {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.p-achv {
  padding: 60px 0 0;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .p-achv {
    padding: 10% 0 0;
  }
}

.p-achv_inner {
  padding: 0 0 180px;
  background: url(../images/bg_pic01.jpg);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-achv_inner {
    padding: 0 0 80px;
    background: url(../images/bg_pic01-sp.png), rgba(209, 192, 165, 0.2);
    background-size: 100% auto;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
}

.p-achv_list {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .p-achv_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 5%;
  }
}

.p-achv_item {
  max-width: 330px;
  -webkit-box-shadow: 0 0 20px rgba(74, 40, 4, 0.2);
          box-shadow: 0 0 20px rgba(74, 40, 4, 0.2);
}

@media screen and (max-width: 768px) {
  .p-achv_item {
    width: 48.5%;
    margin: 0 0 3%;
  }
}

@media screen and (max-width: 500px) {
  .p-achv_item .is-pc {
    display: none;
  }
}

.p-achv_item .is-sp {
  display: none;
}

@media screen and (max-width: 500px) {
  .p-achv_item .is-sp {
    display: block;
  }
}

.p-achv_dragon {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.p-achv_dragon_inner {
  width: 100%;
  max-width: 1360px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.p-achv_dragon_item {
  width: 520px;
  position: absolute;
  right: -110px;
  top: -30px;
  -webkit-transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
}

@media screen and (max-width: 768px) {
  .p-achv_dragon_item {
    width: 73%;
    top: auto;
    right: -22%;
    bottom: 5%;
  }
}

.p-learn,
.p-outline,
.p-top_wrap-02,
.p-form {
  background: url(../images/bg-cmn.jpg);
  background-position: center -400px;
  background-repeat: repeat-y;
  background-size: 100% auto;
  position: relative;
  z-index: 1;
}

.p-learn,
.p-choose {
  -webkit-box-shadow: 0 -30px 30px rgba(0, 0, 0, 0.5);
          box-shadow: 0 -30px 30px rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 769px) {
  .p-learn .c-secTtl,
  .p-choose .c-secTtl {
    -webkit-box-shadow: 0 -30px 30px rgba(0, 0, 0, 0.5);
            box-shadow: 0 -30px 30px rgba(0, 0, 0, 0.5);
  }
}

.p-outline,
.p-form,
.p-seminar {
  -webkit-box-shadow: 0 -30px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 -30px 30px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 769px) {
  .p-outline .c-secTtl,
  .p-form .c-secTtl,
  .p-seminar .c-secTtl {
    -webkit-box-shadow: 0 -30px 30px rgba(0, 0, 0, 0.2);
            box-shadow: 0 -30px 30px rgba(0, 0, 0, 0.2);
  }
}

.p-learn .c-secTtl,
.p-outline .c-secTtl,
.p-choose .c-secTtl,
.p-form .c-secTtl {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  height: 80px;
  padding: 40px 0 0;
  -webkit-transform: translateY(-80px);
          transform: translateY(-80px);
  background-image: url(../images/bg-cmn.jpg);
  background-size: 120% auto;
  background-position: center -265px;
  background-repeat: repeat-y;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-learn .c-secTtl,
  .p-outline .c-secTtl,
  .p-choose .c-secTtl,
  .p-form .c-secTtl {
    height: auto;
    margin: 0 auto;
    padding: 20px 0 0;
    width: 90%;
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
}

.p-learn .c-secTtl_ja::before, .p-learn .c-secTtl_ja::after,
.p-outline .c-secTtl_ja::before,
.p-outline .c-secTtl_ja::after,
.p-choose .c-secTtl_ja::before,
.p-choose .c-secTtl_ja::after,
.p-form .c-secTtl_ja::before,
.p-form .c-secTtl_ja::after {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  background: url(../images/deco01.png) center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 8px;
}

.p-learn .c-secTtl_ja::before,
.p-outline .c-secTtl_ja::before,
.p-choose .c-secTtl_ja::before,
.p-form .c-secTtl_ja::before {
  left: 8px;
}

.p-learn .c-secTtl_ja::after,
.p-outline .c-secTtl_ja::after,
.p-choose .c-secTtl_ja::after,
.p-form .c-secTtl_ja::after {
  right: 8px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media screen and (max-width: 400px) {
  .p-learn .c-secTtl_ja,
  .p-outline .c-secTtl_ja,
  .p-choose .c-secTtl_ja,
  .p-form .c-secTtl_ja {
    font-size: 20px;
    font-size: 2rem;
  }
}

.p-outline::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(209, 192, 165, 0.2);
  z-index: -1;
}

.p-outline .c-secTtl::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(209, 192, 165, 0.2);
  z-index: -1;
}

.p-learn_list {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .p-learn_list {
    margin: -20px auto 0;
  }
}

.p-learn_item {
  padding: 0 0 50px;
}

@media screen and (max-width: 768px) {
  .p-learn_item {
    padding: 0 0 10%;
  }
}

.p-learn_item:last-child {
  padding: 0;
}

.p-learn_item_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 50px;
}

@media screen and (max-width: 768px) {
  .p-learn_item_inner {
    display: block;
    padding: 0 5% 10%;
  }
}

.p-learn_item:last-child .p-learn_item_inner {
  padding: 0;
}

@media screen and (max-width: 768px) {
  .p-learn_item:last-child .p-learn_item_inner {
    padding: 0 5%;
  }
}

.p-learn_item_pic {
  width: 418px;
  padding: 19px;
  background: url(../images/learn_item_bg.png) center center no-repeat;
  background-size: 100% auto;
}

.p-learn_item:nth-child(even) .p-learn_item_pic {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media screen and (max-width: 768px) {
  .p-learn_item_pic {
    width: 100%;
    margin: 0 0 2%;
  }
}

.p-learn_item_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0 0 30px;
}

.p-learn_item:nth-child(even) .p-learn_item_content {
  padding: 0 30px 0 0;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

@media screen and (max-width: 768px) {
  .p-learn_item_content {
    padding: 0 10px !important;
  }
}

.p-learn_item_ttlArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 25px;
}

@media screen and (max-width: 768px) {
  .p-learn_item_ttlArea {
    margin: 0 0 3%;
  }
}

.p-learn_item_num img {
  height: 49px;
}

@media screen and (max-width: 768px) {
  .p-learn_item_num img {
    height: 35px;
  }
}

.p-learn_item_ttl {
  padding: 0 0 0 15px;
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  font-weight: 600;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.4;
}

@media all and (-ms-high-contrast: none) {
  .p-learn_item_ttl {
    font-weight: bold !important;
  }
}

@media screen and (max-width: 600px) {
  .p-learn_item_ttl {
    font-size: 4.5vw;
  }
}

.p-learn_item_txt {
  font-weight: 500;
  color: #321b03;
  text-align: justify;
  font-size: 14px;
  font-size: 1.4rem;
}

@media all and (-ms-high-contrast: none) {
  .p-learn_item_txt {
    font-weight: bold !important;
  }
}

@media screen and (max-width: 768px) {
  .p-learn_item_txt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.p-learn_bg {
  height: 370px;
  margin: -50px 0 0;
  background-image: url(../images/bg_pic02.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

@media screen and (min-width: 769px) and (max-width: 1275px) {
  .p-learn_bg {
    background-position: center bottom;
  }
}

@media screen and (max-width: 768px) {
  .p-learn_bg {
    height: 40vw;
    margin: -3% 0 0;
    background-size: cover;
  }
}

/*outline*/
.p-outline_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  margin: 0 auto 80px;
}

@media screen and (max-width: 768px) {
  .p-outline_inner {
    display: block;
    margin: 0 auto 10%;
    padding: 0 5%;
  }
}

.p-outline_inner .c-btnJoin a {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

.p-outline_content {
  width: 50%;
  padding: 60px 0 0;
}

@media screen and (max-width: 768px) {
  .p-outline_content {
    width: 100%;
    padding: 0;
  }
}

.p-outline_content_inner {
  width: 400px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .p-outline_content_inner {
    width: 100%;
  }
}

.p-outline_list {
  margin: 0 0 20px;
}

.p-outline_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 15px;
  padding: 0 0 15px;
  background: url(../images/dot.png) left bottom repeat-x;
  background-size: 4px auto;
}

.p-outline_item:last-child {
  background: none;
  margin: 0;
  padding: 0;
}

.p-outline_item.p-outline_item-place {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-outline_item_ttl {
  width: 80px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .p-outline_item_ttl {
    width: 60px;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
  }
}

.p-outline_item_cont {
  padding: 0 30px;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 768px) {
  .p-outline_item_cont {
    padding: 0 0 0 5%;
  }
}

.p-outline_item_placeName {
  margin: 0 0 5px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
}

.p-outline_item_placeName span {
  display: block;
  margin: 3px 0 0;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 500;
}

.p-outline_item_placeLsit li {
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .p-outline_item_placeLsit li {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.p-outline_item_belongings li {
  font-size: 14px;
  font-size: 1.4rem;
}

.p-outline_item_schedule li {
  padding: 0 0 0 18px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  position: relative;
  white-space: nowrap;
}

.p-outline_item_schedule li:last-child {
  margin: 0;
}

.p-outline_item_schedule li::before {
  content: '';
  display: block;
  width: 13px;
  height: 13px;
  background-color: #851b16;
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px 0 white;
          box-shadow: 1px 1px 0 white;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.p-outline_note {
  margin: 15px 0 0;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
}

.p-outline_note a {
  font-weight: 500;
  text-decoration: underline;
}

@media all and (-ms-high-contrast: none) {
  .p-outline_note a {
    font-weight: bold !important;
  }
}

.p-outline_note a:hover {
  text-decoration: none;
}

.p-outline_map {
  width: 50%;
  height: 520px;
  padding: 10px;
  background-color: rgba(253, 252, 245, 0.8);
}

@media screen and (max-width: 768px) {
  .p-outline_map {
    width: 100%;
    height: 300px;
    margin: 20px 0 0;
  }
}

.p-outline_map iframe {
  width: 100%;
  height: 100%;
}

.p-outline_venue {
  width: 50%;
  padding: 10px;
  background-color: rgba(253, 252, 245, 0.8);
}

@media screen and (max-width: 768px) {
  .p-outline_venue {
    width: 100%;
    margin: 20px 0 0;
  }
}

.p-outline_venue p:nth-child(1) {
  margin: 0 0 10px;
}

.p-outline_gmap {
  width: 100%;
  height: 520px;
  margin: 50px 0 0;
  padding: 10px;
  background-color: rgba(253, 252, 245, 0.8);
}

@media screen and (max-width: 768px) {
  .p-outline_gmap {
    width: 100%;
    height: 66vw;
    margin: 10px 0 0;
  }
}

.p-outline_gmap iframe {
  width: 100%;
  height: 100%;
}

.p-outline_pics {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  margin: 0 auto 80px;
}

@media screen and (max-width: 768px) {
  .p-outline_pics {
    width: 90%;
    margin: 0 auto 8%;
  }
}

.p-outline_pics_ttl {
  text-align: center;
  margin: 0 0 45px;
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  font-weight: 600;
  font-size: 25px;
  font-size: 2.5rem;
}

@media all and (-ms-high-contrast: none) {
  .p-outline_pics_ttl {
    font-weight: bold !important;
  }
}

@media screen and (max-width: 768px) {
  .p-outline_pics_ttl {
    margin: 0 0 5%;
    font-size: 20px;
    font-size: 2rem;
  }
}

.p-outline_pics_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-outline_pics_item {
  width: 49%;
  margin: 0 0 20px;
  padding: 10px;
  background-color: rgba(253, 252, 245, 0.8);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 768px) {
  .p-outline_pics_item {
    width: 100%;
  }
}

.p-outline_pics_item img {
  border: solid 1px #eee;
}

.p-outline_link {
  margin: 15px 0 0;
  text-align: center;
}

.p-outline_link a {
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .p-outline_link a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.p-outline_link a:hover {
  text-decoration: none;
}

.p-trainer {
  padding: 0 20px 180px;
  background: url(../images/bg_pic01.jpg);
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-trainer {
    padding: 0 3% 80px;
  }
}

.p-trainer_inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.p-trainer .c-card {
  width: 100%;
  -webkit-box-shadow: 0 0 20px rgba(74, 40, 4, 0.15);
          box-shadow: 0 0 20px rgba(74, 40, 4, 0.15);
}

.p-trainer .c-card_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
}

@media screen and (max-width: 768px) {
  .p-trainer .c-card_inner {
    display: block;
    padding: 3% 5% 0;
  }
}

.p-trainer_pic {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 485px;
}

@media screen and (max-width: 768px) {
  .p-trainer_pic {
    width: 100%;
    margin: 0 0 3%;
  }
}

.p-trainer_prof {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  padding: 0 30px 0 10px;
}

@media screen and (max-width: 768px) {
  .p-trainer_prof {
    padding: 0;
  }
}

.p-trainer_ttl {
  width: 100%;
  max-width: 313px;
  margin: 0 auto;
}

.p-trainer_name {
  width: 272px;
  margin: -10px auto 0;
  padding: 0 0 15px;
}

@media screen and (max-width: 768px) {
  .p-trainer_name {
    width: 200px;
  }
}

.p-trainer_txt {
  padding: 30px 20px 0;
  background: url(../images/dot.png) left top repeat-x;
  background-size: 4px auto;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: justify;
  color: #000;
  font-weight: 500;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

@media screen and (max-width: 768px) {
  .p-trainer_txt {
    padding: 7% 10px 10%;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/*choose*/
@media screen and (max-width: 600px) {
  .p-choose .c-secTtl_ja span {
    display: block;
  }
}

.p-choose_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
  padding: 50px 20px 0;
}

@media screen and (max-width: 768px) {
  .p-choose_list {
    max-width: 600px;
    padding: 0 10px;
  }
}

.p-choose_item {
  width: 33.33333%;
  margin: 0 0 80px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-choose_item {
    width: 50%;
    margin: 0 0 50px;
    padding: 0 3%;
  }
}

.p-choose_item_ttl {
  margin: 0 0 30px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  color: #321b03;
}

@media screen and (max-width: 768px) {
  .p-choose_item_ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.p-choose_item:nth-child(4) .p-choose_item_ttl {
  position: relative;
}

.p-choose_item:nth-child(4) .p-choose_item_ttl span {
  display: block;
  width: 100%;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 400;
  position: absolute;
  bottom: -20px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-choose_item_pic img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .p-choose_item:nth-child(2) .p-choose_item_pic img,
  .p-choose_item:nth-child(3) .p-choose_item_pic img {
    width: 90%;
  }
}

.p-about .c-secTtl {
  padding: 80px 0 15px;
}

@media screen and (max-width: 768px) {
  .p-about .c-secTtl {
    padding: 10% 5% 3%;
  }
}

.p-about_head {
  margin: 0 0 40px;
  padding: 0 5%;
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
  line-height: 1.5;
  font-weight: 400;
}

@media screen and (max-width: 500px) {
  .p-about_head {
    font-size: 5.5vw;
    margin: 0 0 5%;
  }
}

.p-about_head span {
  line-height: inherit;
  display: inline-block;
}

.p-about_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .p-about_content {
    display: block;
  }
}

.p-about_content_pic,
.p-about_content_fig {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .p-about_content_pic,
  .p-about_content_fig {
    width: 100%;
  }
}

.p-about_content_fig {
  position: relative;
}

.p-about_content_fig_logo {
  width: 180px;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
}

@media screen and (max-width: 768px) {
  .p-about_content_fig_logo {
    width: 32%;
    top: 5%;
  }
}

.p-about_link {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 40px;
}

@media screen and (max-width: 768px) {
  .p-about_link {
    bottom: 6%;
  }
}

.p-about_link a {
  padding: 10px 35px;
  line-height: 1;
  background-color: #321b03;
  color: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 3px 3px 3px #ddc191;
          box-shadow: 3px 3px 3px #ddc191;
  position: relative;
  left: 16px;
}

.p-about_link a:hover {
  opacity: .8;
}

@media screen and (max-width: 768px) {
  .p-about_link a {
    padding: 2% 5%;
    font-size: 2vw;
    position: static;
  }
}

.p-voice {
  background-color: rgba(209, 192, 165, 0.2);
  overflow: hidden;
}

.p-voice .c-line {
  width: 80%;
  max-width: 980px;
}

.p-voice_item {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto 50px;
}

@media screen and (max-width: 768px) {
  .p-voice_item:last-child {
    margin: 0 auto;
  }
}

.p-voice_item_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .p-voice_item_content {
    display: block;
  }
}

.p-voice_item:nth-child(odd) .p-voice_item_content {
  padding-left: 50px;
}

@media screen and (max-width: 768px) {
  .p-voice_item:nth-child(odd) .p-voice_item_content {
    padding-left: 5%;
  }
}

.p-voice_item:nth-child(even) .p-voice_item_content {
  padding-right: 50px;
}

@media screen and (max-width: 768px) {
  .p-voice_item:nth-child(even) .p-voice_item_content {
    padding-right: 5%;
  }
}

.p-voice_item_contArea {
  width: 50%;
  min-height: 420px;
  margin: 50px 0 0;
  padding: 20px;
  background-color: #fdfcf5;
  -webkit-box-shadow: 0 0 20px rgba(46, 25, 2, 0.1);
          box-shadow: 0 0 20px rgba(46, 25, 2, 0.1);
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-voice_item_contArea {
    width: 100%;
    min-height: auto;
    padding: 10px;
    margin: -8% 0 0;
    -webkit-box-shadow: 0 0 20px rgba(46, 25, 2, 0.3);
            box-shadow: 0 0 20px rgba(46, 25, 2, 0.3);
  }
}

.p-voice_item:nth-child(odd) .p-voice_item_contArea {
  left: -50px;
}

@media screen and (max-width: 768px) {
  .p-voice_item:nth-child(odd) .p-voice_item_contArea {
    left: -5.2%;
  }
}

.p-voice_item:nth-child(even) .p-voice_item_contArea {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  left: 50px;
}

@media screen and (max-width: 768px) {
  .p-voice_item:nth-child(even) .p-voice_item_contArea {
    left: 5.2%;
  }
}

.p-voice_item_blk {
  height: 100%;
  padding: 40px 30px;
  border: solid 2px #5f3305;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-voice_item_blk {
    padding: 8% 5%;
  }
}

.p-voice_item_blk::before, .p-voice_item_blk::after,
.p-voice_item_blk_inner::before,
.p-voice_item_blk_inner::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(../images/voice_item.png) center center no-repeat;
  background-size: 100% auto;
  position: absolute;
}

.p-voice_item_blk::before, .p-voice_item_blk::after {
  top: -2px;
}

.p-voice_item_blk::before {
  left: -2px;
}

.p-voice_item_blk::after {
  right: -2px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.p-voice_item_blk_inner::before, .p-voice_item_blk_inner::after {
  bottom: -2px;
}

.p-voice_item_blk_inner::before {
  left: -2px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.p-voice_item_blk_inner::after {
  right: -2px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.p-voice_item_picArea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-voice_item:nth-child(even) .p-voice_item_picArea {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.p-voice_item_ttl {
  margin: 0 0 10px;
  font-size: 21px;
  font-size: 2.1rem;
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  font-weight: 600;
  line-height: 1.5;
}

@media all and (-ms-high-contrast: none) {
  .p-voice_item_ttl {
    font-weight: bold !important;
  }
}

@media (min-width: 1200px) {
  .p-voice_item_ttl {
    font-size: 23px;
    font-size: 2.3rem;
  }
}

@media screen and (max-width: 600px) {
  .p-voice_item_ttl {
    font-size: 4.5vw;
  }
}

.p-voice_item_ttl span {
  display: inline-block;
  color: #000;
  line-height: inherit;
}

@media screen and (max-width: 768px) {
  .p-voice_item_ttl span {
    display: block;
  }
}

.p-voice_item_info {
  margin: 0 0 20px;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 500;
}

@media screen and (max-width: 500px) {
  .p-voice_item_info {
    font-size: 10px;
    font-size: 1rem;
  }
}

.p-voice_item_txt {
  text-align: justify;
}

@media screen and (max-width: 768px) {
  .p-voice_item_txt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.p-voice_item-hide {
  display: none;
  opacity: 0;
  -webkit-transition: opacity cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
  transition: opacity cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
}

.p-voice_item-hide.is-on {
  display: block;
  opacity: 1;
}

.p-voice_item-point {
  height: 245px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-voice_item-point {
    height: 55vw;
    max-height: 300px;
  }
}

.p-voice_item-point .p-voice_item_content {
  opacity: 0.5;
}

.p-voice_item-point.is-on {
  height: auto;
  max-height: 100%;
  margin: 0 auto 50px;
}

.p-voice_item-point.is-on .p-voice_item_content {
  opacity: 1;
}

.p-voice_more {
  width: 100%;
  height: 245px;
  padding: 70px 0 0;
  background: url(../images/voice_bg.png) center bottom no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .p-voice_more {
    height: 55vw;
    max-height: 300px;
    padding: 50px 0 0;
  }
}

.p-voice_more_btn a {
  margin: 0 auto;
  position: relative;
  -webkit-transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}

@media screen and (max-width: 768px) {
  .p-voice_more_btn a {
    width: 90%;
    max-width: 400px;
  }
}

.p-voice_more_btn a::after {
  content: "";
  display: block;
  width: 10px;
  height: 9px;
  background: url(../images/faq_arr.png) center center no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
}

.p-voice_more_btn a:hover {
  -webkit-transform: translate(0, -5px);
          transform: translate(0, -5px);
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.5);
          box-shadow: 0 20px 30px rgba(0, 0, 0, 0.5);
}

.p-voice_more_btn a img {
  width: 177px;
}

@media screen and (max-width: 500px) {
  .p-voice_more_btn a img {
    width: 150px;
  }
}

.p-top_wrap-03 {
  padding: 80px 0;
}

@media screen and (max-width: 768px) {
  .p-top_wrap-03 {
    padding: 8% 5%;
  }
}

.p-top_wrap-03_inner {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(46, 25, 2, 0.1);
          box-shadow: 0 0 20px rgba(46, 25, 2, 0.1);
}

.p-media .c-secTtl_ja span.inner,
.p-sponsor .c-secTtl_ja span.inner {
  display: inline-block;
  width: 320px;
  margin: 0 auto;
  position: relative;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .p-media .c-secTtl_ja span.inner,
  .p-sponsor .c-secTtl_ja span.inner {
    width: auto;
    padding: 0 15%;
  }
}

.p-media .c-secTtl_ja span.inner::before, .p-media .c-secTtl_ja span.inner::after,
.p-sponsor .c-secTtl_ja span.inner::before,
.p-sponsor .c-secTtl_ja span.inner::after {
  content: '';
  display: block;
  width: 15px;
  height: 27px;
  background: url(../images/deco02.png) center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.p-media .c-secTtl_ja span.inner::before,
.p-sponsor .c-secTtl_ja span.inner::before {
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.p-media .c-secTtl_ja span.inner::after,
.p-sponsor .c-secTtl_ja span.inner::after {
  right: 0;
}

.p-media .c-secTtl {
  margin: 0 0 20px;
  padding: 80px 0 10px;
}

@media screen and (max-width: 768px) {
  .p-media .c-secTtl {
    margin: 0;
    padding: 10% 5% 0;
  }
}

.p-media .c-secTtl_ja {
  margin: 0 0 15px;
}

@media screen and (max-width: 768px) {
  .p-media .c-secTtl_ja {
    margin: 0 0 2%;
  }
}

.p-media_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .p-media_list {
    padding: 0 10%;
  }
}

@media screen and (max-width: 500px) {
  .p-media_list {
    padding: 0 5%;
  }
}

.p-media_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200px;
  height: 110px;
}

@media screen and (max-width: 768px) {
  .p-media_item {
    width: 25%;
    height: 18vw;
    padding: 0 2%;
  }
}

@media screen and (max-width: 500px) {
  .p-media_item {
    width: 33.33333%;
  }
}

@media screen and (max-width: 768px) {
  .p-media_item img {
    width: 100% !important;
  }
}

.p-media_item-nikkei img,
.p-media_item-yomiuri img,
.p-media_item-sankei img,
.p-media_item-daiyamond img {
  width: 160px;
}

@media screen and (max-width: 768px) {
  .p-media_item-mynavW img {
    width: 50% !important;
  }
  .p-media_item-mynavW2 img {
    width: 50% !important;
  }
  .p-media_item-manatopi img {
    width: 60% !important;
  }
}

.p-sponsor {
  padding: 0 0 120px;
}

@media screen and (max-width: 768px) {
  .p-sponsor {
    padding: 0 0 50px;
  }
}

.p-sponsor .c-secTtl span.note {
  margin: 10px 0 0;
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
}

.p-sponsor .c-secTtl_ja {
  margin: 0 0 5px;
}

.p-sponsor_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .p-sponsor_list {
    padding: 0 3%;
  }
}

@media screen and (max-width: 500px) {
  .p-sponsor_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-sponsor_item {
  margin: 0 20px;
}

@media screen and (max-width: 500px) {
  .p-sponsor_item {
    width: 50% !important;
    margin: 0 0 20px;
    padding: 0 3%;
    text-align: center;
  }
}

.p-sponsor_item img {
  width: 100%;
}

.p-sponsor_item-nikkei {
  width: 200px;
}

@media screen and (max-width: 500px) {
  .p-sponsor_item-nikkei {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.p-sponsor_item-sfb {
  width: 110px;
}

@media screen and (max-width: 500px) {
  .p-sponsor_item-sfb {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media screen and (max-width: 500px) {
  .p-sponsor_item-sfb img {
    width: 50%;
  }
}

.p-sponsor_item-mf {
  width: 130px;
}

@media screen and (max-width: 500px) {
  .p-sponsor_item-mf {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media screen and (max-width: 500px) {
  .p-sponsor_item-mf img {
    width: 65%;
  }
}

.p-sponsor_item-tutaya {
  width: 220px;
}

@media screen and (max-width: 500px) {
  .p-sponsor_item-tutaya {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: 70%;
  }
}

.p-books {
  background-color: rgba(209, 192, 165, 0.2);
  padding: 0 0 80px;
}

@media screen and (max-width: 768px) {
  .p-books {
    padding: 0 0 40px;
  }
}

.p-books_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 35px;
}

@media screen and (max-width: 768px) {
  .p-books_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
  }
}

.p-books_item {
  width: 25%;
  padding: 10px;
  margin: 0 5px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-books_item {
    width: 45%;
    max-width: 250px;
    margin: 0 5px 10px;
  }
}

@media screen and (max-width: 500px) {
  .p-books_item {
    width: 48%;
    margin: 0 2px 5px;
  }
}

@media screen and (max-width: 450px) {
  .p-books_list .c-card {
    padding: 5px;
  }
  .p-books_list .c-card::before {
    top: 10px;
    left: 10px;
  }
  .p-books_list .c-card::after {
    top: 10px;
    right: 10px;
  }
}

.p-books_list .c-card_inner {
  height: 100%;
  padding: 35px 0 15px;
}

@media screen and (max-width: 768px) {
  .p-books_list .c-card_inner {
    padding: 16% 0 10%;
  }
}

@media screen and (max-width: 450px) {
  .p-books_list .c-card_inner {
    border: solid 2px #321b03;
  }
  .p-books_list .c-card_inner::before, .p-books_list .c-card_inner::after {
    bottom: 10px;
  }
  .p-books_list .c-card_inner::before {
    left: 10px;
  }
  .p-books_list .c-card_inner::after {
    right: 10px;
  }
}

.p-books_item_pic {
  display: inline-block;
  margin: 0 0 15px;
  border: solid 5px #f9f2e0;
}

.p-books_item_pic img {
  width: auto;
  height: 232px;
}

@media screen and (max-width: 768px) {
  .p-books_item_pic img {
    height: 170px;
  }
}

@media screen and (max-width: 450px) {
  .p-books_item_pic img {
    height: 150px;
  }
}

.p-books_item_ttl {
  margin: 0 0 10px;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  line-height: 1.5;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.4);
}

@media screen and (max-width: 768px) {
  .p-books_item_ttl {
    margin: 0 0 5px;
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.p-books_item_note {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.4);
}

@media screen and (max-width: 768px) {
  .p-books_item_note {
    padding: 0 5%;
    font-size: 10px;
    font-size: 1rem;
  }
}

.p-books_item_note span {
  display: inline-block;
}

.p-faq {
  padding: 0 0 160px;
}

@media screen and (min-width: 769px) {
  .p-faq {
    background: url(../images/faq_bg.jpg) center top no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
}

@media screen and (max-width: 768px) {
  .p-faq {
    padding: 0 0 80px;
  }
}

.p-faq .c-secTtl_ja,
.p-faq .c-secTtl_en {
  text-shadow: 0 0 10px white;
}

@media screen and (max-width: 768px) {
  .p-faq:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background: url(../images/faq_bg.jpg) center top no-repeat;
    background-size: cover;
  }
}

.p-faq_list {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .p-faq_list {
    padding: 0 5%;
  }
}

.p-faq_item {
  margin: 0 0 20px;
  background-color: rgba(0, 0, 0, 0.8);
  border: solid 3px #fff;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .p-faq_item {
    margin: 0 0 3%;
  }
}

.p-faq_item_q {
  padding: 25px 70px;
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  cursor: pointer;
  position: relative;
}

@media all and (-ms-high-contrast: none) {
  .p-faq_item_q {
    font-weight: bold !important;
  }
}

@media screen and (max-width: 768px) {
  .p-faq_item_q {
    padding: 5% 12%;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.p-faq_item_q::before {
  content: "";
  display: block;
  width: 11px;
  height: 18px;
  background: url(../images/faq_q.png) center center no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .p-faq_item_q::before {
    left: 5%;
  }
}

.p-faq_item_q::after {
  content: "";
  display: block;
  width: 10px;
  height: 9px;
  background: url(../images/faq_arr.png) center center no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .p-faq_item_q::after {
    right: 5%;
  }
}

.p-faq_item_a {
  display: none;
  padding: 0 70px 40px;
}

@media screen and (max-width: 768px) {
  .p-faq_item_a {
    padding: 0 12% 8%;
  }
}

.p-faq_item_a::before {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  margin: 0 0 25px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .p-faq_item_a::before {
    margin: 0 0 5%;
  }
}

.p-faq_item_a &gt; p {
  color: #fff;
  text-align: justify;
}

@media screen and (max-width: 768px) {
  .p-faq_item_a &gt; p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/*cv*/
.p-cv {
  width: 100%;
}

.p-cv-cmn {
  position: fixed;
  left: 0;
  bottom: -60px;
  z-index: 999;
  -webkit-transition: bottom cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  transition: bottom cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}

.p-cv-cmn.is-fixOn {
  bottom: 0;
  -webkit-box-shadow: 0 -20px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -20px 30px rgba(0, 0, 0, 0.1);
}

.p-cv-spNav {
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-box-shadow: 0 -20px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -20px 30px rgba(0, 0, 0, 0.1);
}

/* form
----------------------------------------------- */
/*form*/
.p-form {
  padding: 0 20px 130px;
}

@media screen and (max-width: 768px) {
  .p-form {
    padding: 0 20px 10%;
  }
}

.p-form_inner {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
}

.p-form_msg {
  margin: 0 0 5%;
}

@media screen and (max-width: 768px) {
  .p-form_msg {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

/* --------------------------

フォーム

-------------------------- */
input[type="text"],
input[type="email"],
textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #fff;
  background: #fff;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 20px;
}

input[type="radio"] {
  display: none;
}

input[type="radio"] + label {
  cursor: pointer;
}

input[type="radio"] + label::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  background: #fff;
  border: 2px solid #b8b8b8;
  border-radius: 7px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
}

input[type="radio"]:checked + label::before {
  background: #e1e300;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

select {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px;
  border: 1px solid transparent;
  outline: none;
  z-index: 10;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2216px%22%20height%3D%2211px%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20%20stroke%3D%22rgb(181%2C%20181%2C%20181)%22%20stroke-width%3D%221.5px%22%20stroke-linecap%3D%22butt%22%20stroke-linejoin%3D%22miter%22%20fill%3D%22none%22%20d%3D%22M14.762%2C2.774%20L7.750%2C9.756%20L0.738%2C2.774%20%22%2F%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  line-height: 20px;
}

select:focus,
input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
  border: 1px solid #a6937c;
}

#form dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #form dl {
    padding-bottom: 15px;
  }
}

#form dl dt {
  position: relative;
  width: 270px;
  padding-left: 80px;
}

#form dl dd {
  position: relative;
  width: 570px;
  overflow: hidden;
  line-height: 22px;
}

#form dl dd .form-in-wrap {
  padding: 10px 20px;
  background: #fff;
}

#form dl dd .left,
#form dl dd .right {
  float: left;
  width: 46%;
}

@media screen and (max-width: 768px) {
  #form dl dd .left,
  #form dl dd .right {
    width: 48%;
  }
}

#form dl dd .left {
  margin-right: 8%;
}

@media screen and (max-width: 768px) {
  #form dl dd .left {
    margin-right: 0;
  }
}

#form dl dd ul.preferred li {
  width: 100%;
}

#form dl dd ul.check li {
  display: inline-block;
  padding: 0 5px;
}

.must {
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 50px;
  height: 22px;
  margin-top: -11px;
  border: 1px solid #e60012;
  color: #e60012;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}

form#salesforce {
  margin-top: 70px;
}

form#salesforce .side_by_side li {
  display: inline-block;
  min-width: 5em;
  margin: .5em 1em .5em 0;
}

form#salesforce dl dd .more {
  display: none;
  margin-top: 10px;
}

form#salesforce .btn_radio label span.labelwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
}

@media screen and (max-width: 768px) {
  form#salesforce .btn_radio label span.labelwrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

form#salesforce .btn_radio label span.labelwrap::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  margin-right: .5em;
  border: 2px solid #b5b5b5;
  border-radius: 10px;
}

form#salesforce .btn_radio label input:checked + span.labelwrap::before {
  background: #e1e300;
}

form#salesforce .btn_checkbox label span.labelwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
}

form#salesforce .btn_checkbox label span.labelwrap::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  margin-right: .5em;
  border: 2px solid #b5b5b5;
  border-radius: 1px;
}

form#salesforce .btn_checkbox label input:checked + span.labelwrap::before {
  background: #e1e300;
}

form#salesforce .btn_checkbox label input:checked + span.labelwrap::after {
  content: "";
  position: absolute;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  width: 12px;
  height: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 5px;
  top: 4px;
}

form#salesforce label input {
  margin-right: 3px;
  margin-top: -4px;
}

form#salesforce label.mfp_checked {
  padding: 3px;
  border: solid 1px #CCC;
  background-color: #E8EEF9;
}

form#salesforce label.mfp_not_checked {
  padding: 3px;
}

@media screen and (max-width: 768px) {
  form#salesforce dd.name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

form#salesforce dd.name &gt; span,
form#salesforce dd.date &gt; span {
  width: 46%;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
}

@media screen and (max-width: 768px) {
  form#salesforce dd.name &gt; span,
  form#salesforce dd.date &gt; span {
    width: 48%;
    float: none;
  }
}

form#salesforce dd.name span input,
form#salesforce dd.date span select {
  width: 100%;
}

form#salesforce {
  margin: 10px 0px;
}

form#salesforce dl {
  overflow: hidden;
  display: table;
  width: 100%;
}

@media screen and (max-width: 768px) {
  form#salesforce dl {
    display: block;
  }
}

form#salesforce dl dt {
  display: table-cell;
  margin: 0px;
  padding: 0 0px 0 80px;
  font-size: 14px;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  form#salesforce dl dt {
    margin: 0 0 10px;
    padding: 0 0 0 60px;
    font-weight: 500;
  }
}

@media screen and (max-width: 768px) {
  .p-form_item-want dt,
  .p-form_item-experience dt,
  .p-form_item-inquiry dt {
    padding: 0 !important;
  }
  .p-form_item-want dt br,
  .p-form_item-experience dt br,
  .p-form_item-inquiry dt br {
    display: none;
  }
}

form#salesforce dl dt .txt {
  line-height: 32px;
}

form#salesforce dl dd {
  margin: 0px;
  font-size: 12px;
  text-align: left;
  display: table-cell;
}

@media screen and (max-width: 768px) {
  form#salesforce dl dt,
  form#salesforce dl dd {
    width: 100% !important;
    display: block;
  }
}

form#salesforce dl dd input[type="text"],
form#salesforce dl dd select {
  height: 50px;
}

form#salesforce dl dd input[type="text"],
form#salesforce dl dd select,
form#salesforce dl dd textarea {
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #d1c0a5;
}

form#salesforce dl dd input[type="text"]:focus,
form#salesforce dl dd select:focus,
form#salesforce dl dd textarea:focus {
  border: 1px solid #a6937c;
}

form#salesforce dl dd textarea {
  display: block;
  margin-bottom: 0;
}

form#salesforce dl dd input[type="radio"],
form#salesforce dl dd input[type="checkbox"] {
  padding-left: 5px;
  vertical-align: middle;
}

form#salesforce dl dd .btn_radio input[type="radio"],
form#salesforce dl dd .btn_checkbox input[type="checkbox"] {
  display: none;
}

form#salesforce dl dd .notice {
  margin: 5px 0 0 20px;
  display: block;
  font-size: 10px;
}

form#salesforce dl dd .more {
  display: none;
  margin-top: 10px;
}

form#salesforce dl dd .error {
  display: block;
  color: #f00;
  margin-top: 5px;
  text-align: left;
}

form#salesforce dl dd .errorForm {
  border: 1px solid #ff0000 !important;
}

form#salesforce dl dd ul,
form#salesforce dl dd ol {
  margin: 0px;
  padding: 15px;
  background: #fff;
}

form#salesforce dl dd &gt; ol, form#salesforce dl dd &gt; ul {
  border: solid 1px #d1c0a5;
}

form#salesforce dl dd ul li,
form#salesforce dl dd ol li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

form#salesforce dl dd li .red {
  padding-left: 5px;
}

@media screen and (max-width: 768px) {
  form#salesforce dl dd li .red {
    padding-left: 20px;
  }
}

form#salesforce .btnArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

form#salesforce .btnArea button {
  background: #fff;
  border: 1px solid #321b03;
  outline: none;
}

form#salesforce .btnArea input {
  background: #321b03;
  border: 1px solid #321b03;
  outline: none;
  font-weight: bold;
  color: #fff;
}

form#salesforce .btnArea button,
form#salesforce .btnArea input {
  width: 300px;
  height: 60px;
  margin: 0 15px;
  cursor: pointer;
  font-size: 15px;
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  form#salesforce .btnArea button,
  form#salesforce .btnArea input {
    height: 50px;
    margin: 0 5px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

form#salesforce .btnArea button:hover,
form#salesforce .btnArea input:hover {
  opacity: 0.8;
}

form#salesforce .eventdate label {
  margin: 0;
}

form#salesforce .eventdate li + li {
  margin-top: .5em;
}

.caution-all {
  padding: 20px;
  background: #fff;
  border: solid 1px #d1c0a5;
}

form#salesforce dl dd ul.agree-lst {
  margin-left: 20px;
  padding: 0;
}

form#salesforce dl dd .f-large {
  font-size: 1.15em;
  font-weight: 600;
}

form#salesforce dl dd p.form-pp {
  margin-bottom: 1.5em;
}

.u-spItem {
  display: none;
}

@media screen and (max-width: 768px) {
  .u-spItem {
    display: block;
  }
}

.u-pcItem {
  display: block;
}

@media screen and (max-width: 768px) {
  .u-pcItem {
    display: none;
  }
}
</pre></body></html>