@charset "UTF-8";
/* reset
----------------------------------------------- */
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;
  line-height: 1.8;
  vertical-align: baseline;
  background: transparent;
}

html {
  font-size: 62.5%;
}

body {
  color: #000000;
  background-color: #f5f7f8;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: source-han-sans-japanese, "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1;
      -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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 {
  color: inherit;
}

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

ins {
  background-color: #ffff99;
  color: #000000;
  text-decoration: none;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,select {
  vertical-align: middle;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

.cf {
  overflow: hidden;
}

.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 {
  width: 100%;
  padding: 20px;
  font-size: 13px;
  font-size: 1.3rem;
  border: solid 1px #cccccc;
  background-color: #ffffff;
  border-radius: 5px;
  line-height: 1;
  -webkit-appearance: none;
     -moz-appearance: none;
}

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

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

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

/* header
----------------------------------------------- */
.l-header {
  width: 100%;
  position: absolute;
  top: 20px;
  overflow: hidden;
  z-index: 100;
}

@media screen and (max-width: 768px) {
  .l-header {
    top: 0;
    overflow: visible;
  }
}

.l-header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

@media screen and (min-width: 769px) {
  .l-header_inner {
    -webkit-transform: translateX(220px);
            transform: translateX(220px);
  }
}

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

.l-header_logo {
  margin: 0 30px 0 0;
}

@media screen and (max-width: 768px) {
  .l-header_logo {
    text-align: center;
    margin: 0;
    padding: 10% 0 0;
  }
}

@media screen and (max-width: 500px) {
  .l-header_logo {
    padding: 6% 0 0;
  }
}

.l-header_logo img {
  width: 72px;
}

@media screen and (min-width: 769px) {
  .p-gnav {
    display: block !important;
    opacity: 1 !important;
  }
}

@media screen and (max-width: 768px) {
  .p-gnav {
    display: none;
    opacity: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #ffee00;
  }
}

.p-gnav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .p-gnav_list {
    display: block;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  .p-gnav_list::before {
    content: "";
    display: block;
    width: 100px;
    height: 40px;
    margin: 0 0 30px;
    background: url(../images/logo-menu.png) center center no-repeat;
    background-size: 100px auto;
  }
}

@media screen and (max-width: 768px) {
  .p-gnav_item {
    position: relative;
    left: -30px;
    opacity: 0;
  }
  .p-gnav_item.is-show {
    left: 0;
    opacity: 1;
  }
  .p-gnav_item:nth-child(1) {
    -webkit-transition: all cubic-bezier(.165, .84, .44, 1) .5s 0s;
            transition: all cubic-bezier(.165, .84, .44, 1) .5s 0s;
  }
  .p-gnav_item:nth-child(2) {
    -webkit-transition: all cubic-bezier(.165, .84, .44, 1) .5s .1s;
            transition: all cubic-bezier(.165, .84, .44, 1) .5s .1s;
  }
  .p-gnav_item:nth-child(3) {
    -webkit-transition: all cubic-bezier(.165, .84, .44, 1) .5s .2s;
            transition: all cubic-bezier(.165, .84, .44, 1) .5s .2s;
  }
}

.p-gnav_item a {
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .p-gnav_item a {
    display: block;
    padding: 7px 0;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 500px) {
  .p-gnav_item a {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.p-gnav_item a:hover {
  opacity: .7;
}

@media screen and (min-width: 769px) {
  .p-gnav_item:not(:last-child) a::after {
    content: "/";
    padding: 0 1em;
    color: #cccccc;
  }
}

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

.l-footer small {
  display: block;
  height: 70px;
  line-height: 70px;
  font-size: 9px;
  font-size: .9rem;
  color: #989898;
  letter-spacing: 1px;
  text-align: center;
}

@media screen and (max-width: 500px) {
  .l-footer small {
    height: 60px;
    line-height: 60px;
    letter-spacing: 0;
  }
}

/* component
----------------------------------------------- */
.c-btn {
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
}

.c-btn a {
  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;
  height: 80px;
  padding: 0 10%;
  line-height: 1.5;
  font-weight: bold;
  border: solid 1px #dcdcdc;
  background-color: #ffffff;
  position: relative;
  -webkit-transition: background-color cubic-bezier(.165, .84, .44, 1) .5s, border cubic-bezier(.165, .84, .44, 1) .5s;
          transition: background-color cubic-bezier(.165, .84, .44, 1) .5s, border cubic-bezier(.165, .84, .44, 1) .5s;
}

.c-btn a:hover {
  background-color: #ffee00;
  border: solid 1px #ffee00;
}

.c-btn a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 15px 15px;
  border-color: transparent transparent #ffd500 transparent;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.c-linkWindow {
  position: relative;
  line-height: inherit;
}

.c-linkWindow:after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background: url(../images/icon_window.png) center center no-repeat;
  background-size: 9px 9px;
  position: absolute;
  right: -10px;
  top: -3px;
}

.c-cv a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 53vw;
  height: 100px;
  position: relative;
  padding: 0 0 0 80px;
  background-color: #ffee00;
  -webkit-transform: skewX(-45deg) translateX(100px);
          transform: skewX(-45deg) translateX(100px);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .2);
          box-shadow: 0 0 30px rgba(0, 0, 0, .2);
}

@media screen and (max-width: 768px) {
  .c-cv a {
    width: 95vw;
    -webkit-transform: skewX(-45deg) translateX(80px);
            transform: skewX(-45deg) translateX(80px);
  }
}

@media screen and (max-width: 500px) {
  .c-cv a {
    height: 60px;
    padding: 0 0 0 30px;
  }
}

.c-cv a span {
  display: block;
  -webkit-transform: skewX(45deg);
          transform: skewX(45deg);
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 500px) {
  .c-cv a span {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.c-cv a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 7px;
  border-color: transparent transparent transparent #514c00;
  position: absolute;
  right: 150px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: skewX(45deg);
          transform: skewX(45deg);
}

@media screen and (max-width: 500px) {
  .c-cv a::after {
    right: 100px;
  }
}

.c-cv a:hover {
  background-color: #fff34c;
}

.c-more {
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-top: solid 1px #e5e5e5;
  position: relative;
  background-color: #ffffff;
  -webkit-transition: background-color cubic-bezier(.165, .84, .44, 1) .5s;
          transition: background-color cubic-bezier(.165, .84, .44, 1) .5s;
  font-weight: 300;
}

.c-more::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 15px 15px;
  border-color: transparent transparent #ffd500 transparent;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.c-secTtl {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .c-secTtl {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

.c-txt {
  color: #313131;
  text-align: justify;
}

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

.c-item {
  display: block;
  width: 1000px;
  height: 2px;
  background-color: #ffee00;
  position: relative;
}

.c-item::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #ffee00;
  position: absolute;
  right: -30px;
  top: 0;
}

.c-item2 {
  display: block;
  width: 1000px;
  height: 2px;
  background-color: #ffee00;
  position: relative;
}

.c-item2::before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #ffee00;
  position: absolute;
  left: -30px;
  top: 0;
}

/* menu_icon
----------------------------------------------- */
.c-menuIcon {
  position: fixed;
  right: 30px;
  top: 30px;
  width: 22px;
  height: 19px;
}

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

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

.c-menuIcon .bar {
  width: 100%;
  height: 3px;
  background-color: #000000;
  position: absolute;
  left: 0;
  -webkit-transition: all .4s cubic-bezier(.395, -.6, .58, 1.65);
          transition: all .4s cubic-bezier(.395, -.6, .58, 1.65);
}

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

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

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

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

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

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

/* lp
----------------------------------------------- */
.p-fixHead {
  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: 100%;
  height: 60px;
  position: fixed;
  left: 0;
  top: -70px;
  background-color: #ffffff;
  z-index: 100000;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(162, 168, 171, .5);
          box-shadow: 0 0 10px rgba(162, 168, 171, .5);
  -webkit-transition: top cubic-bezier(.165, .84, .44, 1) .5s;
          transition: top cubic-bezier(.165, .84, .44, 1) .5s;
}

.p-fixHead.is-on {
  top: 0;
}

.p-fixHead .p-gnav_item a {
  font-size: 13px;
  font-size: 1.3rem;
}

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

.p-fixHead_logo {
  -webkit-transform: translate(-20px, -10px);
          transform: translate(-20px, -10px);
}

.p-mainVisual {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .p-mainVisual {
    min-height: 780px;
    max-height: 900px;
    background: url(../images/main_bg.jpg) center top no-repeat;
  }
}

@media screen and (max-width: 768px) {
  .p-mainVisual {
    min-height: 130vw;
    max-height: 142vw;
    background-color: #ffffff;
    background-image: url(../images/main_bg-sp2.jpg), url(../images/main_bg-sp.jpg);
    background-position: left top, 130px bottom;
    background-repeat: no-repeat;
    background-size: 40% auto, 100% auto;
  }
}

@media screen and (max-width: 500px) {
  .p-mainVisual {
    background-position: left top, 30px bottom;
  }
}

.p-mainVisual .c-cv {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1000;
}

.p-mainVisual .c-cv a {
  -webkit-transition: height cubic-bezier(.165, .84, .44, 1) .5s, width cubic-bezier(.165, .84, .44, 1) .5s;
          transition: height cubic-bezier(.165, .84, .44, 1) .5s, width cubic-bezier(.165, .84, .44, 1) .5s;
}

.p-mainVisual .c-cv.is-on a {
  height: 60px;
}

@media (min-width: 600px) {
  .p-mainVisual .c-cv.is-on a {
    width: 500px;
  }
}

.p-mainVisual_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
  height: 100%;
  position: relative;
}

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

@media screen and (max-width: 768px) {
  .p-mainVisual_inner {
    display: block;
    width: 70%;
    min-width: 280px;
    padding: 30% 0 0;
  }
}

.p-mainVisual_ttl {
  margin: 0 0 30px;
}

@media screen and (max-width: 768px) {
  .p-mainVisual_ttl {
    text-align: center;
  }
}

@media screen and (max-width: 500px) {
  .p-mainVisual_ttl {
    margin: 0 0 20px;
  }
}

.p-mainVisual_ttl img {
  width: 100%;
  max-width: 758px;
}

.p-mainVisual_guideTxt {
  width: 530px;
  padding: 15px 0;
  margin: 0 0 20px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  border-top: solid 3px #313131;
  border-bottom: solid 3px #313131;
  text-align: center;
}

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

@media screen and (max-width: 500px) {
  .p-mainVisual_guideTxt {
    margin: 0 0 10px;
    padding: 13px 0;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.p-mainVisual_txt {
  margin: 0 0 10px;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 500;
}

@media screen and (max-width: 500px) {
  .p-mainVisual_txt {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.6;
  }
  .p-mainVisual_txt span {
    line-height: inherit;
  }
}

.p-mainVisual_logo {
  -webkit-transform: translateX(-19px);
          transform: translateX(-19px);
}

@media screen and (max-width: 768px) {
  .p-mainVisual_logo {
    text-align: center;
  }
}

.p-mainVisual_logo img {
  width: 95%;
  max-width: 464px;
}

.p-mainVisual_scr {
  position: absolute;
  left: 20px;
  bottom: 50px;
}

.p-about {
  padding: 100px 0 0;
  /*  background-image: url(../images/about_pic.png); */
  background-repeat: no-repeat;
  background-position: center top;
  overflow: hidden;
}

@media (min-width: 1640px) {
  .p-about {
    background-position: left top;
  }
}

@media screen and (max-width: 768px) {
  .p-about {
    padding: 15% 0 0;
    background-position: -45px top;
    background-size: 170% auto;
  }
}

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

.p-about_inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}

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

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

.p-about_head {
  text-align: center;
}

.p-about_head .c-secTtl {
  margin: 0 0 20px;
}

@media screen and (max-width: 768px) {
  .p-about_head .c-secTtl {
    font-size: 20px;
    font-size: 2rem;
  }
}

.p-about_head_txt1 {
  margin: 0 0 20px;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  color: #313131;
}

@media screen and (max-width: 768px) {
  .p-about_head_txt1 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.p-about_head_txt2 {
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
}

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

@media screen and (max-width: 500px) {
  .p-about_head_txt2 br {
    display: none;
  }
}

.p-about_en {
  width: 100%;
  max-width: 881px;
  margin: -40px 0 0;
  position: relative;
  z-index: -1;
}

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

.p-about_content {
  margin: -4px 0 0;
  padding: 80px 100px 100px;
  background-color: #ffffff;
  position: relative;
  text-align: center;
  z-index: 1;
}

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

.p-about_content::after {
  content: "";
  display: block;
  width: 1px;
  height: 100px;
  background-color: #dcdcdc;
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
  margin: auto;
}

@media screen and (max-width: 500px) {
  .p-about_content::after {
    height: 70px;
    top: -35px;
  }
}

.p-about_content .c-item {
  position: absolute;
  right: 60px;
  top: -60px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .p-about_content .c-item {
    top: -160px;
  }
}

.p-about_content_logo {
  width: 95px;
  margin: 0 auto 10px;
}

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

.p-about_content_ttl {
  font-weight: 700;
  font-size: 15px;
  font-size: 1.5rem;
}

.p-about_content_lead1 {
  margin: 0 0 30px;
  font-weight: 700;
  font-size: 45px;
  font-size: 4.5rem;
}

@media screen and (max-width: 768px) {
  .p-about_content_lead1 {
    margin: 0 0 20px;
    font-size: 30px;
    font-size: 3rem;
  }
}

@media screen and (max-width: 500px) {
  .p-about_content_lead1 {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 350px) {
  .p-about_content_lead1 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.p-about_content_lead1 > span {
  position: relative;
}

.p-about_content_lead1 > span::before,.p-about_content_lead1 > span::after {
  content: "";
  display: block;
  width: 49px;
  height: 39px;
  background: url(../images/about_item.png) center center no-repeat;
  background-size: 100% auto;
  position: absolute;
}

.p-about_content_lead1 > span::before {
  left: -20px;
  top: -9px;
}

.p-about_content_lead1 > span::after {
  right: -20px;
  bottom: -9px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.p-about_content_lead1 > span > span {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.p-about_content_lead1 > span > span:nth-child(1) {
  -webkit-transform: translateX(7px);
          transform: translateX(7px);
}

.p-about_content_lead1 > span > span:nth-child(2) {
  -webkit-transform: translateX(-7px);
          transform: translateX(-7px);
}

.p-about_content_lead2 {
  margin: 0 0 30px;
  font-size: 27px;
  font-size: 2.7rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .p-about_content_lead2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

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

.p-about_content_lead2::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #ffee00;
  margin: 0 auto 30px;
}

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

.p-about_content_txt1 {
  margin: 0 0 30px;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  color: #313131;
  line-height: 2.5;
}

@media screen and (max-width: 768px) {
  .p-about_content_txt1 {
    margin: 0 0 20px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

.p-about_content_txt2 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .p-about_content_txt2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.p-about_content_txt2:before {
  content: "";
  display: block;
  width: 1px;
  height: 50px;
  margin: 0 auto 20px;
  background-color: #dcdcdc;
}

@media screen and (max-width: 768px) {
  .p-about_content_txt2:before {
    height: 30px;
    margin: 0 auto 10px;
  }
}

.p-about_content_txt2 .u-marker {
  padding: 0 0 2px;
  background-size: 200% 20px;
}

@media screen and (max-width: 768px) {
  .p-about_content_txt2 .u-marker {
    padding: 0;
    background-size: 200% 13px;
  }
}

.p-bg {
  width: 100%;
  height: 1090px;
  margin: -520px 0 0;
  background: url(../images/bg.jpg) center center no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

.p-bg::before,.p-bg::after {
  content: "";
  display: block;
  width: 200%;
  height: 700px;
  background-color: #f5f7f8;
  -webkit-transform: translateX(-50%) rotate(-15deg);
          transform: translateX(-50%) rotate(-15deg);
  position: absolute;
  left: 50%;
}

.p-bg::before {
  top: -518px;
}

.p-bg::after {
  bottom: -518px;
}

@media screen and (max-width: 600px) {
  .p-bg::after {
    bottom: -540px;
  }
}






/* セミナータイル */




.p-seminar_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: -5px 0 0;
}

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

.p-seminar_link {
  width: 310px;
  background-color: #ffffff;
}

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

@media screen and (max-width: 768px) {
  .p-seminar_link {
    width: 100%;
    margin: 0 0 10px;
    position: relative;
  }
  .p-seminar_link::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 15px 15px;
    border-color: transparent transparent #ffd500 transparent;
    position: absolute;
    right: 10px;
    bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .p-seminar_link .c-more {
    display: none;
  }
}

.p-seminar_link:hover .c-more {
  background-color: #ffee00;
}




.p-seminar_link_txt {
  padding: 0px 0 0;
  height: 155px;
}


@media screen and (max-width: 768px) {
  .p-seminar_link_txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0%;
    height: auto;
    text-align: left;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .p-seminar_link_txt img {
    width: 60px;
  }
}


.height-middle {
  display: grid;
  align-items: center;
  height: 55px;
  text-align:center;
  font-weight: 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
}


@media screen and (max-width: 768px) {
  .p-seminar_link_txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5%;
    height: auto;
    text-align: left;
    font-size: 14px;
    font-size: 1.4rem;
  }

}



@media screen and (max-width: 768px) {
  .p-seminar_link_txt span {
    margin: 0 15px 0 0 !important;
  }
}

.p-seminar_link:nth-child(3) .p-seminar_link_txt span {
  margin: 0 0 20px;
}







.p-reason {
  margin: -508px 0 0;
  position: relative;
  overflow: hidden;
}

.p-reason_head {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}

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

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

.p-reason_head_ttl {
  text-align: center;
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .p-reason_head_ttl {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 500px) {
  .p-reason_head_ttl {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

.p-reason_head_ttl span {
  font-weight: 700;
  color: #ffee00;
  font-size: 80px;
  font-size: 8rem;
  line-height: inherit;
}

@media screen and (min-width: 769px) {
  .p-reason_head_ttl span {
    letter-spacing: -10px;
  }
}

@media screen and (max-width: 768px) {
  .p-reason_head_ttl span {
    font-size: 50px;
    font-size: 5rem;
  }
}

@media screen and (max-width: 500px) {
  .p-reason_head_ttl span {
    font-size: 40px;
    font-size: 4rem;
  }
}

.p-reason_head_en {
  width: 100%;
  max-width: 666px;
  margin: -70px 0 0;
}

@media screen and (max-width: 500px) {
  .p-reason_head_en {
    margin: -30px 0 0;
  }
}

.p-reason_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: -5px 0 0;
}

@media screen and (max-width: 600px) {
  .p-reason_links {
    display: block;
    margin: -5px 0 0;
  }
}

.p-reason_link {
  width: 310px;
  background-color: #ffffff;
}

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

@media screen and (max-width: 600px) {
  .p-reason_link {
    width: 100%;
    margin: 0 0 10px;
    position: relative;
  }
  .p-reason_link::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 15px 15px;
    border-color: transparent transparent #ffd500 transparent;
    position: absolute;
    right: 10px;
    bottom: 10px;
  }
}

@media screen and (max-width: 600px) {
  .p-reason_link .c-more {
    display: none;
  }
}

.p-reason_link:hover .c-more {
  background-color: #ffee00;
}

.p-reason_link_txt {
  height: 217px;
  padding: 30px 0 0;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
}

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

@media screen and (max-width: 600px) {
  .p-reason_link_txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5%;
    height: auto;
    text-align: left;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-reason_link_txt br {
    display: none;
  }
}

.p-reason_link_txt span {
  display: block;
  margin: 0 0 5px;
}

@media screen and (max-width: 600px) {
  .p-reason_link_txt span {
    margin: 0 15px 0 0 !important;
  }
}

.p-reason_link:nth-child(3) .p-reason_link_txt span {
  margin: 0 0 20px;
}

.p-reason_list {
  padding: 0 0 100px;
  position: relative;
}

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

.p-reason_list .c-item {
  position: absolute;
  right: 280px;
  top: -25px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 3000px;
  -webkit-transform-origin: top right;
          transform-origin: top right;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .p-reason_list .c-item {
    display: none;
  }
}

.p-reason_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 110px 5% 0;
}

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

.p-reason_item_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(50% - 130px);
}

@media screen and (max-width: 768px) {
  .p-reason_item_cont {
    display: block;
    width: 100%;
    margin: 0 0 8%;
    padding: 0 3%;
  }
}

.p-reason_item:nth-child(odd) .p-reason_item_cont {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

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

.p-reason_item_cont_inner {
  width: 390px;
}

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

.p-reason_item_num {
  margin: 5% 0 0;
  position: relative;
  left: -20px;
}

.p-reason_item:nth-child(1) .p-reason_item_num {
  width: 130px;
}

.p-reason_item:nth-child(2) .p-reason_item_num {
  width: 147px;
}

.p-reason_item:nth-child(3) .p-reason_item_num {
  width: 141px;
}

@media screen and (max-width: 768px) {
  .p-reason_item_num {
    width: 85px !important;
    margin: 0;
    left: 0;
  }
}

.p-reason_item_ttl {
  margin: -30px 0 0;
  font-weight: 700;
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 1.5;
  position: relative;
}

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

.p-reason_item_ttl:after {
  content: "";
  display: block;
  width: 30px;
  height: 5px;
  background-color: #ffee00;
  margin: 20px 0;
}

.p-reason_item_txt {
  font-weight: 300;
  text-align: justify;
}

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

.p-reason_item_pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(50% + 130px);
}

@media screen and (max-width: 768px) {
  .p-reason_item_pic {
    display: block;
    width: 100%;
    padding: 0 !important;
  }
}

.p-reason_item_pic img {
  width: 100%;
  max-width: 750px;
}

.p-reason_item:nth-child(odd) .p-reason_item_pic {
  padding: 0 0 0 80px;
}

.p-reason_item:nth-child(odd) .p-reason_item_pic img {
  background-color: #ffffff;
  -webkit-box-shadow: -20px -20px 100px rgba(162, 168, 171, .5);
          box-shadow: -20px -20px 100px rgba(162, 168, 171, .5);
}

.p-reason_item:nth-child(even) .p-reason_item_pic {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 80px 0 0;
}

.p-reason_item:nth-child(even) .p-reason_item_pic img {
  background-color: #ffffff;
  -webkit-box-shadow: 20px -20px 100px rgba(162, 168, 171, .5);
          box-shadow: 20px -20px 100px rgba(162, 168, 171, .5);
}

.p-effort {
  padding: 100px 0;
  background-color: #ffffff;
}

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

.p-effort .c-secTtl {
  margin: 0 0 30px;
  text-align: center;
}

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

.p-effort_inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}

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

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

.p-effort_lead {
  margin: 0 0 60px;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .p-effort_lead {
    margin: 0 0 8%;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.p-effort_pic {
  background-color: #ffffff;
  -webkit-box-shadow: 0 20px 100px rgba(162, 168, 171, .5);
          box-shadow: 0 20px 100px rgba(162, 168, 171, .5);
}

.p-stage {
  padding: 0 0 130px;
  position: relative;
  overflow: hidden;
}

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

.p-stage_main {
  height: 800px;
  background: url(../images/stage_main.jpg) center center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .p-stage_main {
    height: 65vw;
    background: url(../images/stage_main-sp.jpg) center center no-repeat;
    background-size: cover;
  }
}

.p-stage_headWrap {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .p-stage_headWrap {
    margin: -33vw 0 0;
    position: relative;
  }
}

.p-stage_headWrapInner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}

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

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

.p-stage_head {
  width: 520px;
  padding: 60px 70px;
  position: relative;
  top: 150px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 -40px 40px rgba(162, 168, 171, .2);
          box-shadow: 0 -40px 40px rgba(162, 168, 171, .2);
}

@media screen and (max-width: 768px) {
  .p-stage_head {
    width: 100%;
    padding: 8% 8% 10%;
    top: 0;
    background-color: #ffffff;
    -webkit-box-shadow: 0 -20px 20px rgba(162, 168, 171, .5);
            box-shadow: 0 -20px 20px rgba(162, 168, 171, .5);
  }
}

.p-stage_head_txt {
  margin: 0 0 60px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 300;
  color: #313131;
  text-align: justify;
}

@media screen and (max-width: 768px) {
  .p-stage_head_txt {
    margin: 0 0 8%;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 500;
  }
}

.p-stage_head_btn {
  width: 100%;
}

.p-stage_head_btn a {
  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;
  height: 85px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  background-color: #ffee00;
  position: relative;
  -webkit-transition: -webkit-box-shadow cubic-bezier(.165, .84, .44, 1) .5s;
          transition: -webkit-box-shadow cubic-bezier(.165, .84, .44, 1) .5s;
          transition:         box-shadow cubic-bezier(.165, .84, .44, 1) .5s;
          transition:         box-shadow cubic-bezier(.165, .84, .44, 1) .5s, -webkit-box-shadow cubic-bezier(.165, .84, .44, 1) .5s;
}

.p-stage_head_btn a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 15px 15px;
  border-color: transparent transparent #514c00 transparent;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.p-stage_head_btn a:hover {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .2);
          box-shadow: 0 0 30px rgba(0, 0, 0, .2);
}

.p-stage_ttlArea {
  margin: -130px 0 0;
  padding: 130px 0 0;
  position: relative;
  z-index: 1;
}

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

.p-stage_ttlArea::after {
  content: "";
  display: block;
  width: 200%;
  height: 440px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-8deg);
          transform: translateX(-50%) rotate(-8deg);
  background-color: #ffffff;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .p-stage_ttlArea::after {
    top: -45%;
  }
}

@media screen and (max-width: 430px) {
  .p-stage_ttlArea::after {
    height: 480px;
  }
}

.p-stage_ttlArea .c-secTtl {
  margin: -20px 0 20px;
}

@media screen and (max-width: 500px) {
  .p-stage_ttlArea .c-secTtl {
    margin: -50px 0 20px;
  }
}

.p-stage_ttlArea .c-secTtl::before {
  content: "";
  display: block;
  width: 918px;
  height: 218px;
  background: url(../images/stage_en.png) center center no-repeat;
  background-size: auto;
}

@media screen and (max-width: 768px) {
  .p-stage_ttlArea .c-secTtl::before {
    width: 100%;
    background-size: 100% auto;
  }
}

.p-stage_ttlArea .c-secTtl > span {
  display: block;
  margin: -75px 0 0;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .p-stage_ttlArea .c-secTtl > span {
    margin: -100px 0 0;
  }
}

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

.p-stage_ttlArea_inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
  margin: -50px auto 0;
}

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

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

.p-stage_ttlArea_txt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  .p-stage_ttlArea_txt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.p-stage_ttlArea_txt span {
  padding: 0 0 2px;
  font-weight: 700;
}

.p-stage_step {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 10;
}

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

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

.p-stage_step_flow {
  margin: -50px 0 40px;
  text-align: center;
}

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

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

.p-stage_step_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0 100px;
}

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

.p-stage_step_item {
  width: 310px;
  height: 375px;
  background-color: #ffffff;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-stage_step_item {
    width: 90%;
    max-width: 500px;
    height: auto;
    padding: 0 0 50px;
    position: relative;
  }
  .p-stage_step_item:not(:nth-child(3)) {
    margin: 0 auto 130px;
  }
  .p-stage_step_item::before {
    content: "";
    display: block;
    width: 49px;
    height: 16px;
    position: absolute;
    left: 0;
    right: 0;
    top: -45px;
    margin: auto;
  }
}

@media screen and (max-width: 768px) {
  .p-stage_step_item:nth-child(1)::before {
    background: url(../images/stage_step01.png) center center no-repeat;
    background-size: 100% auto;
  }
  .p-stage_step_item:nth-child(1)::after {
    content: "";
    display: block;
    width: 147px;
    height: 123px;
    background: url(../images/stage_pic01-sp.png) center center no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -82px;
    margin: auto;
    -webkit-transform: translateX(64px);
            transform: translateX(64px);
  }
}

.p-stage_step_item:nth-child(2) {
  background-color: #ffffff;
  -webkit-box-shadow: 0 20px 100px rgba(162, 168, 171, .25);
          box-shadow: 0 20px 100px rgba(162, 168, 171, .25);
}

@media screen and (min-width: 769px) {
  .p-stage_step_item:nth-child(2) {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
}

@media screen and (max-width: 768px) {
  .p-stage_step_item:nth-child(2)::before {
    background: url(../images/stage_step02.png) center center no-repeat;
    background-size: 100% auto;
  }
  .p-stage_step_item:nth-child(2)::after {
    content: "";
    display: block;
    width: 147px;
    height: 122px;
    background: url(../images/stage_pic02-sp.png) center center no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -83px;
    margin: auto;
    -webkit-transform: translateX(-64px);
            transform: translateX(-64px);
  }
}

.p-stage_step_item:nth-child(3) {
  background-color: #ffffff;
  -webkit-box-shadow: 0 20px 100px rgba(162, 168, 171, .7);
          box-shadow: 0 20px 100px rgba(162, 168, 171, .7);
}

@media screen and (min-width: 769px) {
  .p-stage_step_item:nth-child(3) {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}

@media screen and (max-width: 768px) {
  .p-stage_step_item:nth-child(3) {
    margin: 0 auto 70px;
  }
  .p-stage_step_item:nth-child(3)::before {
    background: url(../images/stage_step03.png) center center no-repeat;
    background-size: 100% auto;
  }
}

.p-stage_step_item_cont {
  padding: 10px 0 0;
}

.p-stage_step_item_head {
  text-align: center;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 700;
}

.p-stage_step_item_head::before {
  content: "";
  display: block;
}

.p-stage_step_item:nth-child(1) .p-stage_step_item_head::before {
  width: 66px;
  height: 45px;
  margin: 10px auto;
  background: url(../images/stage_icon01.png) center center no-repeat;
  background-size: 100% auto;
  -webkit-transform: translateX(13px);
          transform: translateX(13px);
}

.p-stage_step_item:nth-child(2) .p-stage_step_item_head::before {
  width: 49px;
  height: 53px;
  margin: 10px auto 5px;
  background: url(../images/stage_icon02.png) center center no-repeat;
  background-size: 100% auto;
  -webkit-transform: translateX(-3px);
          transform: translateX(-3px);
}

.p-stage_step_item:nth-child(3) .p-stage_step_item_head::before {
  width: 79px;
  height: 58px;
  margin: 10px auto 5px;
  background: url(../images/stage_icon03.png) center center no-repeat;
  background-size: 100% auto;
  -webkit-transform: translateX(13px);
          transform: translateX(13px);
}

.p-stage_step_item_ttl {
  height: 100px;
  line-height: 100px;
  text-align: center;
  background-color: #ffd500;
}

@media screen and (max-width: 768px) {
  .p-stage_step_item_ttl {
    height: 80px;
    line-height: 80px;
  }
}

.p-stage_step_item_ttl > span {
  position: relative;
}

.p-stage_step_item_ttl > span > span {
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 700;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .p-stage_step_item_ttl > span > span {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.p-stage_step_item_ttl > span::before,.p-stage_step_item_ttl > span::after {
  content: "";
  display: block;
  width: 35px;
  height: 28px;
  background: url(../images/stage_wquot.png) center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  z-index: 1;
}

.p-stage_step_item_ttl > span::before {
  left: -16px;
  top: -22px;
}

.p-stage_step_item_ttl > span::after {
  right: -16px;
  bottom: -17px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.p-stage_step_item_ttl::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #ffd500 transparent transparent transparent;
}

.p-stage_step_item .p-stage_step_item_ttl::before {
  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;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  top: -19px;
  margin: auto;
  -webkit-box-shadow: 0 -4px 8px rgba(0, 0, 0, .1);
          box-shadow: 0 -4px 8px rgba(0, 0, 0, .1);
}

.p-stage_step_item:nth-child(1) .p-stage_step_item_ttl::before,.p-stage_step_item:nth-child(2) .p-stage_step_item_ttl::before {
  content: "済";
  width: 38px;
  height: 38px;
  font-size: 17px;
  font-size: 1.7rem;
  color: #535353;
}

.p-stage_step_item:nth-child(3) .p-stage_step_item_ttl::before {
  content: "これから!";
  width: 100px;
  height: 38px;
  border-radius: 38px;
  font-weight: bold;
  color: #ffffff;
  background-color: #2ab0ef;
}

.p-stage_step_item_logo {
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #313131;
}

.p-stage_step_item_logo::before {
  content: "";
  display: block;
}

.p-stage_step_item:nth-child(1) .p-stage_step_item_logo::before {
  width: 30px;
  height: 5px;
  margin: 18px auto;
  background-color: #ffee00;
}

.p-stage_step_item:nth-child(2) .p-stage_step_item_logo::before {
  width: 68px;
  height: 69px;
  margin: 8px auto;
  background: url(../images/stage_logo-freepeace.png) center center no-repeat;
  background-size: 100% auto;
}

.p-stage_step_item:nth-child(3) .p-stage_step_item_logo::before {
  width: 173px;
  height: 61px;
  margin: 8px auto;
  background: url(../images/stage_logo-clp.png) center center no-repeat;
  background-size: 100% auto;
}

.p-stage_future_item {
  margin: 0 0 15px;
}

.p-stage_future {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}

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

.p-stage_future .c-secTtl {
  margin: 0 0 15px;
}

@media screen and (max-width: 768px) {
  .p-stage_future .c-secTtl {
    font-size: 23px;
    font-size: 2.3rem;
  }
}

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

.p-stage_future_box {
  padding: 60px 8% 120px;
  background-color: #ffffff;
  background-color: #ffffff;
  -webkit-box-shadow: 0 20px 100px rgba(162, 168, 171, .5);
          box-shadow: 0 20px 100px rgba(162, 168, 171, .5);
  text-align: center;
  position: relative;
}

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

.p-stage_future_box::before {
  content: "";
  display: block;
  width: 385px;
  height: 220px;
  background: url(../images/stage_item.png) center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -210px;
  left: 510px;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .p-stage_future_box::before {
    width: 20px;
    height: 90px;
    background: url(../images/stage_item-sp.png) center center no-repeat;
    background-size: 100% auto;
    left: 0;
    right: 0;
    top: -80px;
    margin: auto;
  }
}

.p-stage_future_box::after {
  content: "";
  display: block;
  width: 20px;
  height: 118px;
  background: url(../images/stage_item02.png) center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -108px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .p-stage_future_box::after {
    height: 79px;
    background: url(../images/stage_item02-sp.png) center center no-repeat;
    background-size: 100% auto;
    bottom: -69px;
  }
}

.p-stage_future_lead1 {
  margin: 0 0 25px;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  color: #313131;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .p-stage_future_lead1 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

.p-stage_future_logo {
  margin: 0 0 30px;
}

.p-stage_future_logo img {
  width: 85%;
  max-width: 336px;
}

.p-stage_future_lead2 {
  margin: 0 0 35px;
  font-weight: 700;
  font-size: 27px;
  font-size: 2.7rem;
}

.p-stage_future_lead2 span {
  line-height: inherit;
}

@media screen and (max-width: 768px) {
  .p-stage_future_lead2 {
    font-size: 20px;
    font-size: 2rem;
  }
}

.p-clp {
  padding: 0 0 100px;
}

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

.p-clp .c-secTtl {
  color: #ffffff;
}

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

.p-clp_bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 580px;
}

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

@media screen and (max-width: 600px) {
  .p-clp_bg {
    height: 300px;
  }
}

.p-clp_bg_item {
  width: 33.33333%;
}

.p-clp_bg_item:nth-child(1) {
  background: url(../images/clp_staff01.jpg) top center no-repeat;
  background-size: cover;
}

.p-clp_bg_item:nth-child(2) {
  background: url(../images/clp_staff02.jpg) top center no-repeat;
  background-size: cover;
}

.p-clp_bg_item:nth-child(3) {
  background: url(../images/clp_staff03.jpg) top center no-repeat;
  background-size: cover;
}

.p-clp_head {
  position: relative;
}

.p-clp_ttlArea {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 132px;
}

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

@media screen and (max-width: 600px) {
  .p-clp_ttlArea {
    top: 30px;
  }
}

.p-clp_logo {
  margin: 0 0 15px;
}

.p-clp_logo img {
  width: 40%;
  max-width: 210px;
}

.p-clp_content {
  position: relative;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
  margin: -140px auto 0;
}

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

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

.p-clp_content_box {
  background-color: #ffffff;
  -webkit-box-shadow: 0 50px 50px rgba(162, 168, 171, .5);
          box-shadow: 0 50px 50px rgba(162, 168, 171, .5);
}

@media screen and (max-width: 768px) {
  .p-clp_content_box {
    background-color: #ffffff;
    -webkit-box-shadow: 0 30px 30px rgba(162, 168, 171, .5);
            box-shadow: 0 30px 30px rgba(162, 168, 171, .5);
  }
}

.p-clp_content_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 140px;
  padding: 0 0 0 95px;
  line-height: 1.5;
  border-left: solid 5px #ffee00;
  font-size: 26px;
  font-size: 2.6rem;
}

@media screen and (max-width: 768px) {
  .p-clp_content_ttl {
    height: 100px;
    padding: 0 8%;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.p-clp_content_txt {
  margin: 0 0 60px;
  color: #313131;
  text-align: justify;
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  .p-clp_content_txt {
    margin: 0 0 10%;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.p-clp_content_inner {
  padding: 0 100px 80px;
}

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

.p-clp_media {
  margin: 0 0 70px;
}

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

.p-clp_media dl:not(:last-child) {
  margin: 0 0 40px;
}

@media screen and (max-width: 768px) {
  .p-clp_media dl:not(:last-child) {
    margin: 0 0 6%;
  }
}

.p-clp_media dl dt {
  padding: 0 0 0 20px;
  font-size: 16px;
  font-size: 1.6rem;
  border-left: solid 2px #ffee00;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .p-clp_media dl dt {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.p-clp_media dl dd {
  padding: 20px;
  font-weight: 500;
  border-left: solid 2px #dcdcdc;
}

@media screen and (max-width: 768px) {
  .p-clp_media dl dd {
    padding: 10px 20px;
  }
}

.p-clp_media dl dd ul {
  font-size: 0;
}

.p-clp_media dl dd ul li {
  display: inline-block;
  font-weight: 300;
  font-size: 13px;
  font-size: 1.3rem;
  color: #313131;
}

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

.p-clp_media dl dd ul li:not(:last-child)::after {
  content: "、";
}

.p-seminar {
  padding: 100px 0 0;
  background-color: #ffffff;
  overflow: hidden;
}

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

.p-seminar_head {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
  margin: 0 auto 50px;
  text-align: center;
  position: relative;
}

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

.p-seminar_head .c-item2 {
  width: 2000px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transform-origin: left;
          transform-origin: left;
  position: relative;
  top: -170px;
  left: 150px;
  z-index: 1;
}

@media screen and (max-width: 500px) {
  .p-seminar_head .c-item2 {
    display: none;
  }
}

.p-seminar_ttl {
  margin: 0 0 20px;
  font-size: 27px;
  font-size: 2.7rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .p-seminar_ttl {
    font-size: 20px;
    font-size: 2.0rem;
  }
}

.p-seminar_lead {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #313131;
}

@media screen and (max-width: 768px) {
  .p-seminar_lead {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 500px) {
  .p-seminar_lead br {
    display: none;
  }
}

.p-seminar_list {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

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

.p-seminar_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom:30px;
}

@media screen and (max-width: 500px) {
  .p-seminar_list ul {
    display: block;
  }
}

.p-seminar_item {
  width: 400px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 50px rgba(162, 168, 171, .2);
          box-shadow: 0 0 50px rgba(162, 168, 171, .2);
}

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

@media screen and (max-width: 500px) {
  .p-seminar_item {
    width: 90%;
    margin: 0 auto;
  }
  .p-seminar_item:nth-child(2) {
    margin: 30px auto 0;
  }
}

.p-seminar_item.is-off a {
  cursor: default;
}

.p-seminar_item.is-off .c-more::after {
  border-color: transparent transparent #a0a1a2 transparent;
}

.p-seminar_item:not(.is-off):hover .c-more {
  background-color: #ffee00;
}

.p-seminar_item_ttl {
  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;
  height: 50px;
  padding: 0 20px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
}

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

.p-seminar_item_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: left;
  -ms-flex-align: left;
  align-items: left;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  height: 70px;
  padding: 0 20px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300;
  text-align: left;
  line-height: 1.4;
}


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


.p-seminar_under {
  margin: -210px 0 0;
  padding: 210px 0 130px;
  background: url(../images/seminar_bg.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}

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

.p-seminar_under::after {
  content: "";
  display: block;
  width: 1000px;
  height: 766px;
  background-color: #ffffff;
  -webkit-transform: skewX(-45deg) translateX(-1153px);
          transform: skewX(-45deg) translateX(-1153px);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
}

.p-seminar_under_head {
  padding: 30px 0 60px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #ffffff;
  text-shadow: 0 0 10px rgba(0, 0, 0, .7);
  text-align: center;
}

@media screen and (max-width: 500px) {
  .p-seminar_under_head {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.p-immunity {
  width: 85%;
  height: 250px;
  max-width: 900px;
  padding: 30px 50px;
  margin: 0 auto;
  background-color: #ffffff;
  overflow: auto;
}

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

@media screen and (max-width: 500px) {
  .p-immunity {
    height: 200px;
  }
}

.p-immunity p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #313131;
}

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

.p-immunity_ttl {
  margin: 0 0 30px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}

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

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

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

.p-immunity_txt {
  margin: 0 0 10px;
  padding-left: 1.25em;
  text-indent: -1.25em;
  font-weight: 300;
}

.p-immunity_linkTtl {
  font-weight: bold;
  padding-left: 1.25em;
}

.p-immunity_link {
  padding-left: 1.25em;
}

.p-immunity_link a {
  text-decoration: underline;
}

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

.u-sp {
  display: none;
}

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

.u-marker {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #ffee00), color-stop(50%, transparent));
  background-image: linear-gradient(to right, #ffee00 50%, transparent 50%);
  background-position: 0% bottom;
  background-size: 200% 13px;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .u-marker {
    background-size: 200% 8px;
  }
}
