@charset "UTF-8";

/*CSSDocument*/


/* share
===============================================================*/

.clearfix:after {
content: " ";  
display: block; 
visibility: hidden; 
clear: both; 
height: 0.1px; 
font-size: 0.1em; 
line-height: 0; 
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */


.clear{ clear:both;}
@media screen and (max-width: 1200px) {
}

.c-flow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
}
.c-header {
  background: #fff;
}
.c-headerWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 80px;
  max-height: 80px;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1200px;
}
.c-headerWrap__logo {
  /* margin-left: 25px; */
  /* width: 204px; */
  line-height: 1;
}

.c-headerWrap__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.c-headerLinkAnc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
  margin-right: 10px;
  color: #0b2032 !important;
}
.c-headerLinkAnc:hover {
  border-bottom: 1px solid #0b2032;
}
.c-headerLinkAnc i {
  font-size: 14px;
  padding-right: .5em;
}
.c-headerLinkBtnAnc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #fff !important;
  font-size: 14px;
  font-weight: bold;
  height: 40px;
  width: 180px;
  line-height: 1;
  box-sizing: border-box;
  margin-left: 7px;
}
.c-headerLinkBtnAnc:hover {
  opacity: .8;
}
.c-headerLinkBtnAnc.c-headerLinkBtnAnc--hasBgBlue {
  background-image: 
    linear-gradient(to bottom, #3f6d97 0%,#051727 100%);
}
.c-headerLinkBtnAnc.c-headerLinkBtnAnc--hasBgGreen {
  background-image: 
    linear-gradient(to bottom, #3f9748 0%,#072705 100%);
}
.c-headerLinkBtnAnc i {
  font-size: 16px;
  padding: 0 .5em 3px 0;
}


/* .c-headerWrap__mailLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.c-headerMailLinkAnc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background-image: 
    linear-gradient(to bottom, #3f6d97 0%,#051727 100%);
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  height: 40px;
  width: 180px;
  line-height: 1;
  box-sizing: border-box;
}
.c-headerMailLinkAnc:hover {
  opacity: .8;
}
.c-headerMailLinkAnc i {
  font-size: 16px;
  padding: 0 .5em 3px 0;
} */
.c-headerWrap__menuBtn {
  display: none;
}
/* グロナビ */
.c-gNavi {
  background: #f1f4f6;
  height: 50px;
  max-height: 100%;
}
.c-gNaviList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
}
.c-gNaviList__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 14.28%;
  width: -webkit-calc(100% / 5);
  width: calc(100% / 5);
  font-size: 12px;
  height: 100%;
  border-left: 1px solid #cedae5;
}
.c-gNaviList__item.current ,
.c-gNaviList__item:hover {
  background: #e6ecf2;
}
.c-gNaviList__item:last-child {
  border-right: 1px solid #cedae5;
}
.c-gNaviList__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  padding: 0 1em 0 2em;

  position: relative;
  padding: 0;
  color: #0b2032;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.214;
  font-weight: bold;
}
.c-gNaviListIsAlphanumeric {
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-weight: 600 !important;
  font-size: 20px !important;
  line-height: 1 !important;
}
.c-gNaviLinkBtnList {
  display: none;
}
@media screen and (max-width: 1200px) {
  /* グロナビ */
  .c-gNaviList__item:first-child {
    border-left: none;
  }
  .c-gNaviList__item:last-child {
    border-right: none;
  }
}
@media screen and (max-width: 750px) {
  .c-headerLinkBtnAnc {
    width: 150px;
  }
}
@media screen and (max-width: 690px) {
  .c-headerWrap {
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    height: 60px;
    max-height: 60px;
    max-width: 100%;
    width: 100%;
    padding: 0;
    position: relative;
  }
  .c-headerWrap__logo {
    /* margin-left: 52px;
    padding-right: 3px; */
    width: 150px;
/*
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
*/
    margin-left: 54px;
  }
  .c-headerWrap__title {
    width: 50%;
    margin: 0 15% 0 0;
  }
  .c-headerTitle__main {
    font-size: 28px;
    font-weight: 600;
  }
  .c-headerTitle__sub {
    font-size: 12px;
  }

  .c-headerWrap__links {
    margin-left: auto;
    margin-right: 10px;
  }
  .c-headerLinkAnc {
    border: 1px solid #0b2032;
    box-sizing: border-box;
    padding: 7px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 1;
    font-weight: bold;
    margin-right: 0;
    color: #0b2032 !important;
  }
  .c-headerLinkAnc:hover {
    border-bottom: 1px solid #0b2032;
  }
  .c-headerLinkAnc i {
    font-size: 14px;
    padding-right: .5em;
  }
  .c-headerLinkBtnAnc {
    display: none;
  }
  /* .c-headerWrap__mailLink {
    margin-left: auto;
    margin-right: 10px;
  }
  .c-headerMailLinkAnc {
    font-size: 14px;
    line-height: 1.21;
    width: 80px;
    padding-bottom: 3px;
  }
  */
  .c-headerWrap__menuBtn {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
    margin: auto;
    cursor: pointer;
    transition: all 0.5s ease-out;
    display: block;
  }
  .c-headerWrapMenuBtnInner {
    position: absolute;
    width: 24px;
    height: 18px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .c-headerWrapMenuBtnInner span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #0b2032;
    border-radius: 4px;
  }
  .c-headerWrapMenuBtnInner,.c-headerWrapMenuBtnInner span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .c-headerWrapMenuBtnInner span:nth-of-type(1) {
    top: 0;
  }
  .c-headerWrapMenuBtnInner span:nth-of-type(2) {
    top: 8px;
  }
  .c-headerWrapMenuBtnInner span:nth-of-type(3) {
    bottom: 0;
  }
  .c-headerWrap__menuBtn.is-open .c-headerWrapMenuBtnInner span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }
  .c-headerWrap__menuBtn.is-open .c-headerWrapMenuBtnInner span:nth-of-type(2) {
    opacity: 0;
  }
  .c-headerWrap__menuBtn.is-open .c-headerWrapMenuBtnInner span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
  }
  /* グロナビ */
  .c-gNavi {
    opacity: 0;
    position: fixed;
    top: 60px;
    left: 0;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    width: 60%;
    background: #f1f4f6;
    height: 100%;
    transition: transform 0.5s ease-out;
  }
  .c-gNavi.is-active {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
  .c-gNaviList {
    padding: 20px 0 0 0;
    -webkit-flex-direction: column;
    -ms-flex-direction : column;
    flex-direction : column;
    height: auto;
  }
  .c-gNaviList__item {
    width: 100%;
    box-sizing: border-box;
    border: none !important;
    height: auto;
    font-size: 14px;
    font-weight: bold;
  }
  .c-gNaviList__item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    height: 40px;
    padding: 0 0 0 20px;
    color: #0b2032;
    box-sizing: border-box;
    position: relative;
    width: 100%;
  }
  .c-gNaviList__item a::before {
    position: absolute;
    top: 14px;
    right: 15px;
    left: auto;
    content: "";
    width: 8px;
    height: 8px;
    border-top: 1px solid #0b2032;
    border-right: 1px solid #0b2032;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .c-gNaviLinkBtnList {
    display: block;
    margin: 25px auto 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
  }
  .c-gNaviLinkBtn + .c-gNaviLinkBtn {
    margin-top: 20px;
  }
  .c-gNaviLinkBtnAnc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    color: #fff !important;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    height: 45px;
    width: 100%;
    line-height: 1;
    box-sizing: border-box;
    margin: 0 auto;
    padding-top: 1px;
  }
  .c-gNaviLinkBtnAnc:hover {
    opacity: .8;
  }
  .c-gNaviLinkBtnAnc.c-gNaviLinkBtnAnc--hasBgBlue {
    background-image: 
      linear-gradient(to bottom, #3f6d97 0%,#051727 100%);
  }
  .c-gNaviLinkBtnAnc.c-gNaviLinkBtnAnc--hasBgGreen {
    background-image: 
      linear-gradient(to bottom, #3f9748 0%,#072705 100%);
  }
  .c-gNaviLinkBtnAnc i {
    font-size: 16px;
    padding: 0 .5em 2px 0;
  }
}
@media screen and (max-width: 500px) {
  .c-headerWrap__title {
    width: 190px;
    margin: 0 auto 0 0;
  }
  .c-headerTitle__main {
    font-size: 28px;
    font-weight: 600;
  }
  .c-headerTitle__sub {
    font-size: 12px;
  }
}
@media screen and (max-width: 374px) {
  .c-headerWrap__logo {
    width: 75px;
    padding-right: 0;
  }
}

/* SP最下層リンクボタン */
.c-bottomFlowLink {
  display: none;
}
@media screen and (max-width: 690px) {
  .c-bottomFlowLink {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    height: 60px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    display: none;
  }
  .c-bottomFlowMailLinkBtn {
    box-sizing: border-box;
    background-image: 
    linear-gradient(to bottom, #3f6d97 0%,#051727 100%);
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    height: 40px;
    width: 94%;
    margin: auto;
  }
  .c-bottomFlowMailLinkAnc {
    font-size: 20px;
    font-weight: 600;
    color: #fff !important;
    width: 100%;
  }
}

/* footer */
.c-footer {
  background: #fff;
}
.c-footerLinks {
  color: #0b2032;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 45px 20px 40px;
  font-size: 12px;
  line-height: 1;
}
.c-footerLinks__item {
  padding: 0 15px;
}
.c-footerLinks__item + .c-footerLinks__item {
  border-left: 1px  solid #0b2032;
}
.c-footerCopyRights {
  background: #0b2032;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 690px) {
  .c-footer {
    padding-bottom: 50px;
  }
  .c-footerLinks {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    font-size: 11px;
    line-height: 3;
  }
  .c-footerLinks__item {
    padding: 5px 0;
    width: 50%;
    box-sizing: border-box;
    border: 1px solid #0b2032;
    border-collapse: collapse;
    border-bottom: none;
  }
  .c-footerLinks__item:nth-child(2n) {
    border-left: none;
  }
  .c-footerCopyRights {
    height: 50px;
    font-size: 11px;
    letter-spacing: .5px;
    margin: 0 auto;
    text-align: center;
  }
}

/* MEDIA */
.c-media {
  padding: 60px 0;
}
.c-mediaList {
}
.c-mediaHeadding {
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 35px;
  color: #0b2032;
}
.c-mediaTxt {
  font-size: 18px;
  line-height: 1.7;
  font-weight: bold;
  color: #0b2032;
  margin-bottom: 56px;
}
.c-mediaList li {
  padding: 0 10px;
  box-sizing: border-box;
}
.c-mediaList img {
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 690px) {
  .c-media {
    padding: 40px 0;
  }
  .c-mediaHeadding {
    font-size: 36px;
    margin-bottom: 15px;
    color: #0b2032;
  }
  .c-mediaTxt {
    font-size: 14px;
    line-height: 1.7;
    font-weight: bold;
    color: #0b2032;
    margin-bottom: 35px;
  }
}
/* slick Arrows(MEDIA) */
.slick-prev,
.slick-next {
  width: 30px;
  height: 30px;
  background: #0b2032;
  z-index: 2000;
  opacity: 1 !important;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  opacity: 1 !important;
  background: #0b2032;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  display: none;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  display: none;
}
.slick-prev {
  left: -70px;
}
.slick-next {
  right: -70px;
}
.slick-prev::after,
.slick-next::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}
.slick-prev::after {
  right: 9px;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.slick-next::after {
  left: 9px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 1340px) {
  .slick-prev {
    left: 0;
  }
  .slick-next {
    right: 0;
  }
}
@media screen and (min-width: 690px) {
  /* Arrows */
  .slick-prev,
  .slick-next {
    width: 40px;
    height: 40px;
  }
  .slick-prev::after,
  .slick-next::after {
    width: 8px;
    height: 8px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
  }
  .slick-prev::after {
    right: 13px;
  }
  .slick-next::after {
    left: 13px;
  }
}


.c-curtainHeading {
  background: #7e97ad;
  color: #fff;
  padding: 27px 0 30px;
}
.c-curtainHeading__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.4;
/*
  font-size: 48px;
  line-height: 1;
*/
}
.c-curtainHeading__num {
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-size: 68px;
  font-weight: 600;
  padding-bottom: 15px;
}
.c-curtainHeading__tag {
  font-size: 24px;
  display: inline-block;
  padding: 1px 0 0 0;
}
.c-curtainHeading__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.7;
}
.c-hasStripeArrowBg {
  background-image: 
    linear-gradient(to right, rgba(89,109,128,1) 0%,rgba(11,32,50,1) 100%);
  position: relative;
  max-height: 100%;
  max-width: 100%;
  color: #fff;
  font-size: 50px;
  z-index: 1;
}
.c-hasStripeArrowBg::before,
.c-hasStripeArrowBg::after {
  position: absolute;
  height: 50%;
  width: 100%;
  content: '';
  z-index: 2;
}
.c-hasStripeArrowBg::before {
  background-image: 
  repeating-linear-gradient(45deg, rgba(0,0,0,0) 0,rgba(0,0,0,0) 5px,rgba(0,0,0,.25) 6px,rgba(0,0,0,.25) 11px,rgba(0,0,0,0) 12px);
  top: 0;
  left: 0;
}
.c-hasStripeArrowBg::after {
  background-image: 
  repeating-linear-gradient(135deg, rgba(0,0,0,0) 0,rgba(0,0,0,0) 5px,rgba(0,0,0,.25) 6px,rgba(0,0,0,.25) 11px,rgba(0,0,0,0) 12px);
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 690px) {
  .c-curtainHeading {
    padding: 20px 0 25px;
  }
  .c-curtainHeading__main {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
  }
  .c-curtainHeading__num {
    font-size: 42px;
    padding-bottom: 10px;
  }
  .c-curtainHeading__tag {
    font-size: 16px;
    display: inline-block;
    padding: 11px 0 0 0;
  }
  .c-curtainHeading__sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.7;
  }
}
@media screen and (max-width: 374px) {
  .c-curtainHeading__main {
    font-size: 24px;
  }
  .c-curtainHeading__num {
    font-size: 38px;
    padding-bottom: 8px;
  }
  .c-curtainHeading__sub {
    font-size: 13px;
  }
}

/* ページ独自のスタイル */
/* TOPページ メインヴィジュアル部 */
.p-topMainvisual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: url("../images/mainvisual_bg_pc.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}
.p-topMainvisual::before {
  content: '';
  display: block;
  position: absolute;
  top: 130px;
  left: 0;
  width: 100%;
  height: 500px;
  background: url(../images/cover.png);
  z-index: 1;
}
.p-topMainvisual__badge {
  z-index: 4;
}
.p-topMainvisual__txt {
  font-size: 30px;
  line-height: 2;
  color: #fff;
  z-index: 3;
}
.p-topMainvisualTxtStrong {
  font-size: 60px;
  line-height: 1;
}
@media screen and (max-width: 760px) {
  .p-topMainvisual__txt {
    font-size: 28px;
  }
  .p-topMainvisualTxtStrong {
    font-size: 50px;
  }
}
@media screen and (max-width: 690px) {
  .p-topMainvisual {
    background: url("../images/mainvisual_bg_sp.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    position: relative;
  }
  .p-topMainvisual::before {
    top: 0px;
  }
  .p-topMainvisual__badge {
    position: absolute;
    top: 50px;
    right: 15px;
    width: 150px;
  }
  .p-topMainvisual__txt {
    font-size: 24px;
    line-height: 2;
    color: #fff;
    margin-top: 50px;
  }
  .p-topMainvisualTxtStrong {
    font-size: 44px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 374px) {
  .p-topMainvisual {
    height: 400px;
  }
  .p-topMainvisual__badge {
    top: 50px;
    right: 15px;
    width: 120px;
  }
  .p-topMainvisual__txt {
    font-size: 20px;
    margin-top: 60px;
  }
  .p-topMainvisualTxtStrong {
    font-size: 36px;
  }
}
/* TOPページ intro */
.p-topIntro {
  padding: 0 0 82px;
}
.p-topIntroTopTxt  {
  color: #0b2032;
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
  margin-top: 71px;
}
.p-topIntroTopTxt__strong {
  font-size: 48px;
}
.p-topIntroPoints {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-top: 55px;
}
.p-topIntroPoint {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 300px;
  height: 180px;
  max-height: 100%;
  background: #23415d;
  color: #fff;
}
.p-topIntroPoint + .p-topIntroPoint {
  margin-left: 42px;
}
.p-topIntroPoint__label {
  width: 50px;
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-size: 72px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.p-topIntroPoint__txt {
  width: calc(100% - 50px);
  background: #0b2032;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.666;
}
.p-topIntroCheckListWrap {
  padding: 70px 0;
}
.p-topIntroCheckList {
  color: #0b2032;
  background: #fff;
  position: relative;
  z-index: 3;
  margin: 0 auto;
  padding: 30px 92px 30px 104px;
  box-sizing: border-box;
  width: 700px;
  text-align: left;
}
.p-topIntroCheckList__item {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.7;
  text-indent: -.75em;
  padding-left: 1em;
}
.p-topIntroCheckList__item i {
  padding-right: .5em;
}
.p-topIntroCheckList__item + .p-topIntroCheckList__item {
  margin-top: 1em;
}
.p-topIntroCatch {
  padding: 80px 0 75px;
}
.p-topIntroCatchBalloon {
  position: relative;
  background: #ece9c8;
  width: 620px;
  height: 180px;
  border-radius: 10px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #0b2032;
  margin: 0 auto;
}
.p-topIntroCatchBalloon::before {
  position: absolute;
  bottom: -56px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";

  box-sizing: border-box;
  width: 6px;
  height: 6px;
  border: 20px solid transparent;
  border-top: 40px solid #ece9c8;
}
.p-topIntroCatchBalloonTxt {
  line-height: 3.428;
  font-size: 14px;
  font-weight: bold;
}
.p-topIntroCatchBalloonTxt__strong {
  font-size: 24px;
  line-height: 1.5;
}
.p-topIntroCatchTxt {
  color: #0b2032;
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
  margin-top: 60px;
}
.p-topIntroCatchTxt__strong {
  font-size: 48px;
  line-height: 1.5;
}
@media screen and (max-width: 984px) {
  .p-topIntroPoint + .p-topIntroPoint {
    margin-left: 4.2%;
  }
}
@media screen and (max-width: 920px) {
  .p-topIntroPoints {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 55px auto 0;
    max-width: 630px;
  }
  .p-topIntroPoint {
    margin-top: 30px;
  }
  .p-topIntroPoint + .p-topIntroPoint {
    margin-left: 0;
  }
  .p-topIntroPoint:nth-of-type(2n) {
    margin-left: 30px;
  }
  .p-topIntroPoint__label {
    width: 50px;
    font-family: acumin-pro-extra-condensed, sans-serif;
    font-size: 72px;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .p-topIntroPoint__txt {
    width: calc(100% - 50px);
    background: #0b2032;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.666;
  }
}
@media screen and (max-width: 720px) {
  .p-topIntroCheckList {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 690px) {
  .p-topIntro {
    padding: 0 0 55px;
  }
  .p-topIntroTopTxt  {
    color: #0b2032;
    font-size: 14px;
    font-weight: bold;
    line-height: 2;
    margin-top: 45px;
  }
  .p-topIntroTopTxt__strong {
    font-size: 28px;
  }
  .p-topIntroPoints {
    margin: 10px auto 0;
    max-width: 80%;
  }
  .p-topIntroPoint {
    width: 100%;
    margin-top: 25px;
    height: 120px;
  }
  .p-topIntroPoint:nth-of-type(2n) {
    margin-left: 0;
  }
  .p-topIntroPoint__label {
    font-size: 50px;
  }
  .p-topIntroPoint__txt {
    font-size: 14px;
  }

  .p-topIntroCheckListWrap {
    padding: 50px 0;
  }
  .p-topIntroCheckList {
    width: 80%;
    padding: 30px 20px 30px 32px;
  }

  .p-topIntroCatch {
    padding: 40px 0 35px;
  }
  .p-topIntroCatchBalloon {
    width: 90%;
    height: auto;
    padding: 20px 0;
  }
  .p-topIntroCatchBalloonTxt {
    line-height: 2.5;
    font-size: 12px;
  }
  .p-topIntroCatchBalloonTxt__strong {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 15px;
  }
  .p-topIntroCatchTxt {
    font-size: 18px;
    line-height: 2;
    margin-top: 60px;
  }
  .p-topIntroCatchTxt__strong {
    font-size: 30px;
    line-height: 2;
  }
}
@media screen and (max-width: 374px) {
  .p-topIntroCatchTxt__strong {
    font-size: 28px;
  }
  .p-topIntroCatchBalloonTxt__strong {
    font-size: 16px;
  }
}

/* TOPページ 代表講師挨拶 */
.p-topGreeting {
  position: relative;
  z-index: 3;
  padding: 85px 0 73px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}
.p-topGreeting__photoArea {
  width: 26.667%;
}
.p-topGreeting__txtArea {
  width: 73.333%;
  text-align: left;
  padding-left: 30px;
  /* box-sizing: border-box; */
}
.p-topGreetingName {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.25;
}
.p-topGreetingLabel {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 12px;
}
.p-topGreetingTxt {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.714;
  word-break: break-all;
}
@media screen and (max-width: 690px) {
  .p-topGreeting {
    padding: 45px 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    width: 100%;
  }
  .p-topGreeting__photoArea {
    width: 80%;
    margin-bottom: 50px;
  }
  .p-topGreeting__txtArea {
    width: 100%;
    text-align: left;
    padding-left: 0;
    /* box-sizing: border-box; */
  }
  .p-topGreetingName {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.25;
  }
  .p-topGreetingLabel {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 12px;
  }
  .p-topGreetingTxt {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.714;
    word-break: break-all;
  }
}

/* TOPページ 学ぶ */
.p-topLearning {
  background: url(../images/bg_ptn.jpg);
  padding: 77px 0;
}
.p-topLearningSubHeading {
  font-size: 36px;
  line-height: 1.4;
  color: #0b2032;
  font-weight: 600;
  margin-bottom: 30px;
  font-family: acumin-pro-extra-condensed, sans-serif;
}
.p-topLearningHeading {
  font-size: 18px;
  line-height: 2;
  color: #0b2032;
}
.p-topLearningHeading__strong {
  font-size: 30px;
  line-height: 2;
}
.p-topLearningContents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;  
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto 0;
  max-width: 1200px;
  width: 100%;
}
.p-topLearningContent {
  position: relative;
  width: 350px;
  box-sizing: border-box;
  background: #fff;
  margin: 60px 72px 0 0;
  padding-bottom: 10px;
}
.p-topLearningContent:nth-child(3n) {
  margin-right: 0;
}
.p-topLearningContentLabelWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 96px;
  height: 30px;
  position: absolute;
  top: -10px;
  left: -5px;
  color: white;
  box-sizing: border-box;
  background-color: #0b2032;
}
.p-topLearningContentLabel {
  font-weight: 600;
  font-size: 20px;
  font-family: acumin-pro-extra-condensed, sans-serif;
  line-height: 1;
  padding: 0 0 2px 5px;
}
.p-topLearningContentLabel::before {
  position: absolute;
  top: 100%;
  left: 0;
  border: none;
  border-right: solid 5px #506a82;
  border-bottom: solid 5px transparent;
  content: '';
}
.p-topLearningContentLabel::after {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  right: -15px;
  z-index: 1;
  border-style: solid;
  border-width: 15px 15px 15px 0;
  border-color: #0b2032 transparent;
  content: '';
}
.p-topLearningContentMarker {
  position: absolute;
  background: #ec6941;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  box-sizing: border-box;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  right: 0;
  padding: 0 1em;
}
.p-topLearningContentThum img {
  max-width: none;
  width: 100%;
}
.p-topLearningContentTxtArea {
  color: #142f47;
  text-align: left;
  box-sizing: border-box;
  padding: 12px 15px;
}
.p-topLearningContentHeading {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 5px;
}
.p-topLearningContentDescription {
  font-size: 12px;
  line-height: 1.5;
}

.p-topLearningSrviceHead {
  margin-top: 100px;
}
.p-topLearningSrviceHead__tag {
  
}
.p-topLearningSrviceHead__tag span {
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
  max-width: 160px;
  margin: 0 auto 10px;
  display: block;
  padding: 6px 10px 5px;
  background: #1d3951;
  border-radius: 5px;
  color: #FFF;
}
.p-topLearningSrviceHead__title {
  font-size: 36px;
  line-height: 1.4;
  color: #0b2032;
  font-weight: 600;
  margin-bottom: 25px;
  font-family: acumin-pro-extra-condensed, sans-serif;
}
.p-topLearningSrviceHead__txt {
  font-weight: bold;
  font-size: 24px;
  color: #0b2032;
  line-height: 1.75;
}

@media screen and (max-width: 1240px) {
  .p-topLearningContent {
    width: 30.554%;
    margin: 50px 4.169% 0 0;
  }
}
@media screen and (max-width: 1130px) {
  .p-topLearningContent {
    width: calc((100% - 40px) / 3);
    margin: 45px 20px 0 0;
  }
}
@media screen and (max-width: 860px) {
  .p-topLearningContent {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
  }
  .p-topLearningContent:nth-child(3n) {
    margin-right: 20px;
  }
  .p-topLearningContent:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 690px) {
  .p-topLearning {
    padding: 40px 0 50px;
  }
  .p-topLearningHeading {
    font-size: 14px;
    line-height: 2;
  }
  .p-topLearningHeading__strong {
    font-size: 24px;
    line-height: 1.7;
  }
  .p-topLearningContent {
    margin-top: 40px;
  }
  
  .p-topLearningSrviceHead {
    margin-top: 60px;
  }
  .p-topLearningSrviceHead__tag {

  }
  .p-topLearningSrviceHead__tag span {
    font-size: 14px;
    line-height: 1.4;
    max-width: 140px;
    margin: 0 auto 10px;
    padding: 6px 10px 4px;
    border-radius: 5px;
  }
  .p-topLearningSrviceHead__title {
    font-size: 30px;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 15px;
  }
  .p-topLearningSrviceHead__txt {
    font-size: 18px;
    line-height: 1.75;
  }  
  
}
@media screen and (max-width: 500px) {
  .p-topLearningContents {
    width: 100%;
    margin-top: 0;
  }
  .p-topLearningContent {
    margin: 40px auto 0;
    width: 100%;
  }
  .p-topLearningContent:nth-child(3n) {
    margin-right: auto;
  }
  .p-topLearningContent:nth-child(2n) {
    margin-right: auto;
  }
  .p-topLearningContentHeading {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 5px;
  }
  .p-topLearningContentDescription {
    font-size: 12px;
    line-height: 1.5;
  }
}

/* TOPページ 特典 */
.p-topPrivileges {

}
.p-topPrivilegesInner {
  padding: 83px 0 85px;
}
.p-topPrivilegesContents {

}
.p-topPrivilegesContents__item {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  color: #1d3951;
}
.p-topPrivilegesContents__item::before {
  position: absolute;
  background: url(../images/bg_ptn_priviledge.png);
  width: 100%;
  z-index: 20;
}
.p-topPrivilegesContents__item + .p-topPrivilegesContents__item {
  margin-top: 66px;
}

.p-topPrivilegesContentsBadge {
  position: absolute;
  background: url(../images/privilege_badge.png) no-repeat;
  background-size: contain;
  width: 128px;
  height: 128px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  z-index: 30;
  top: -38px;
  left: -38px;
}
.p-topPrivilegesContentsBadge__sub {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
.p-topPrivilegesContentsBadge__main {
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-size: 60px;
  font-weight: 600;
}
.p-topPrivilegesContentsItem__heading, 
.p-topPrivilegesContentsItem__content {
  position: relative;
}
.p-topPrivilegesContentsItem__heading {
  position: relative;
  /* background: #edda37; */
  background: url(../images/bg_ptn_priviledge_heading.jpg);
  border-radius: 10px 10px 0 0;
  z-index: 1;
  box-sizing: border-box;
  font-size: 36px;
  line-height: 1.527;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 10px 40px 8px;
  box-shadow:5px 5px 8px -4px #ccc inset;
}
.p-topPrivilegesContentsHeadingNum {
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-size: 50px;
  line-height: 1;
  padding: 0 .15em 12px;
}
.p-topPrivilegesContentsItem__content {
  /* background: #f8f4c5; */
  background: url(../images/bg_ptn_priviledge_content.jpg);
  border-radius: 0 0 10px 10px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.875;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 30px 40px;
  box-shadow:5px 0px 8px -4px #ccc inset;
}
.p-topPrivilegesContentsItem__content.p-topPrivilegesContentsItem__content--hasThum {
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.p-topPrivilegesContentsItem__content.p-topPrivilegesContentsItem__content--hasMovie {
  display: block;
  text-align: left;
}
.p-topPrivilegesContentsItemHasThumImg {
  width: 150px;
}
.p-topPrivilegesContentsItemHasThumTxt {
  width: calc(100% - 150px);
  text-align: left;
  padding-left: 20px;
}
.p-topPrivilegesContentsItemMovieList {
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  width: 94.634%;
}
.p-topPrivilegesContentsItemMovieList__item {
  width: 47%;
}
.p-topPrivilegesContentsItemMovieLabel {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  background: #1d3951;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  padding-top: 20px;
}
@media screen and (max-width: 980px) {
  .p-topPrivilegesContents {
    padding: 0 40px;
    box-sizing: border-box;
  }
  .p-topPrivilegesContents__item {
    max-width: 100%;
  }
  .p-topPrivilegesContentsBadge {
    width: 90px;
    height: 90px;
    top: -33px;
    left: -33px;
  }
  .p-topPrivilegesContentsBadge__sub {
    font-size: 14px;
  }
  .p-topPrivilegesContentsBadge__main {
    font-size: 40px;
  }
  .p-topPrivilegesContentsItem__heading {
    font-size: 24px;
  }
  .p-topPrivilegesContentsHeadingNum {
    font-size: 38px;
  }
}
@media screen and (max-width: 690px) {
  .p-topPrivilegesInner {
    padding: 50px 0 50px;
  }
  
  .p-topPrivilegesContents {
    padding: 0 10px;
  }
  .p-topPrivilegesContents__item + .p-topPrivilegesContents__item {
    margin-top: 40px;
  }
  
  .p-topPrivilegesContentsBadge {
    width: 75px;
    height: 75px;
    top: -25px;
    left: -25px;
  }
  .p-topPrivilegesContentsBadge__sub {
    font-size: 12px;
  }
  .p-topPrivilegesContentsBadge__main {
    font-size: 30px;
  }
  .p-topPrivilegesContentsItem__heading {
    font-size: 18px;
    padding: 10px 10px 8px;
    display: block;
  }
  .p-topPrivilegesContentsHeadingNum {
    font-size: 24px;
    padding: 0 .15em;
  }
  .p-topPrivilegesContentsItem__content {
    font-size: 14px;
    padding: 20px 15px;
    text-align: left;
  }
  .p-topPrivilegesContentsItem__content.p-topPrivilegesContentsItem__content--hasThum {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
  .p-topPrivilegesContentsItem__content.p-topPrivilegesContentsItem__content--hasMovie {
    display: block;
    text-align: left;
  }
  .p-topPrivilegesContentsItemHasThumImg {
    width: 100%;
  }
  .p-topPrivilegesContentsItemHasThumTxt {
    width: 100%;
    text-align: left;
    margin-top: 15px;
    padding-left: 0;
  }
  .p-topPrivilegesContentsItemMovieList {
    margin: 30px auto 0;
    display: block;
    width: 100%;
  }
  .p-topPrivilegesContentsItemMovieList__item {
    width: 100%;
  }
  .p-topPrivilegesContentsItemMovieList__item + .p-topPrivilegesContentsItemMovieList__item {
    margin-top: 25px;
  }
  .p-topPrivilegesContentsItemMovie img {
    max-width: none;
    width: 100%;
  }
  .p-topPrivilegesContentsItemMovieLabel {
    font-size: 14px;
    height: auto;
    padding: 15px 0;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
@media screen and (max-width: 374px) {
  .p-topPrivilegesContentsBadge {
    width: 60px;
    height: 60px;
    top: -20px;
    left: -20px;
  }
  .p-topPrivilegesContentsBadge__sub {
    font-size: 11px;
  }
  .p-topPrivilegesContentsBadge__main {
    font-size: 28px;
  }
  .p-topPrivilegesContentsItem__heading {
    font-size: 16px;
  }
  .p-topPrivilegesContentsHeadingNum {
    font-size: 20px;
  }
}




/* TOPページ プレゼント */
.p-topPresentContent {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 50px 0;
}
.p-topPresentContent__imageArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: #fff;
  width: 300px;
  height: 300px;
  color: #0b2032;
  font-size: 16px;
  font-weight: bold;
  line-height: 2.25;
}
.p-topPresentContent__txtArea {
  width: calc(100% - 348px);
  background: #fff;
  height: 300px;
  margin-left: 48px;
  padding: 20px 30px;
  box-sizing: border-box;
  color: #0b2032;
  line-height: 2.57;
  font-size: 14px;
  text-align: left;
}
@media screen and (max-width: 690px) {
  .p-topPresentContent {
    padding: 45px 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p-topPresentContent__imageArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    background: #fff;
    width: 335px;
    height: 335px;
    color: #0b2032;
    font-size: 16px;
    font-weight: bold;
    line-height: 2.25;
  }
  .p-topPresentContent__txtArea {
    width: 100%;
    height: 400px;
    margin: 30px auto 0;
    padding: 20px 30px;
    box-sizing: border-box;
    color: #0b2032;
    line-height: 2.57;
    font-size: 14px;
    text-align: left;
  }
}

/* TOPページ 最下層のコンテンツ */
.p-topBottomSec {
  background: url(../images/bg_ptn.jpg);
  padding: 70px 0;
}
.p-topBottomSecInner {
  max-width: 900px;
  margin: 0 auto;
}
.p-topBottomSecHeading {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.527;
  margin-bottom: 45px;
}
.p-topBottomSecList {
  width: 100%;
  margin-bottom: 64px;
}
.p-topBottomSecList__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: #1d3951;
  color: #fff;
  padding: 10px 15px;
  font-size: 24px;
  line-height: 1.5;
  position: relative;
}
.p-topBottomSecList__item::before {
  position: absolute;
  bottom: -42px;
  content: "";
  margin: auto;
  left: 0;
  right: 0;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  border: 22px solid transparent;
  border-top: 22px solid #1d3951;
}
.p-topBottomSecList__item + .p-topBottomSecList__item {
  margin-top: 44px;
}
.p-topBottomSecListItemIcon {
  width: 39px;
  box-sizing: border-box;
  text-align: left;
}
.p-topBottomSecListItemTxt {
  width: calc(100% - 39px);
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
}
.p-topBottomSecSubSec {
  font-weight: bold;
  margin-bottom: 50px;
}
.p-topBottomSecSubHeading {
  font-size: 24px;
  line-height: 1.666;
  margin-bottom: 35px;
}
.p-topBottomSecTxt {
  font-size: 14px;
  line-height: 2.857;
  text-align: left;
}
.p-topBottomSecCvBtnAnc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 350px;
  height: 60px;
  color: #fff !important;
  background-image: linear-gradient(to bottom, #3f6d97 0%,#051727 100%);
  border-radius: 10px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 940px) {
  .p-topBottomSec {
    padding: 70px 0;
  }
  .p-topBottomSecInner {
    max-width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .p-topBottomSecHeading {
    font-size: 28px;
  }
  .p-topBottomSecList {
    width: 100%;
    margin-bottom: 64px;
  }
  .p-topBottomSecList__item {
    font-size: 18px;
  }
  .p-topBottomSecListItemIcon {
    font-size: 20px;
    width: 30px;
  }
  .p-topBottomSecListItemTxt {
    width: calc(100% - 30px);
  }
  .p-topBottomSecSubHeading {
    font-size: 22px;
  }
}
@media screen and (max-width: 690px) {
  .p-topBottomSec {
    padding: 50px 0 60px;
  }
  .p-topBottomSecHeading {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .p-topBottomSecList {
    width: 100%;
    margin-bottom: 45px;
  }
  .p-topBottomSecList__item {
    font-size: 16px;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  .p-topBottomSecListItemIcon {
    font-size: 16px;
    width: 30px;
  }
  .p-topBottomSecListItemTxt {
    width: calc(100% - 30px);
    text-align: left;
  }
  .p-topBottomSecSubSec {
    margin-bottom: 40px;
  }
  .p-topBottomSecSubHeading {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .p-topBottomSecTxt {
    font-size: 14px;
    line-height: 2.2;
  }
  .p-topBottomSecCvBtnAnc {
    width: 90%;
  }
}
@media screen and (max-width: 374px) {
  .p-topBottomSecHeading {
    font-size: 20px;
  }
  .p-topBottomSecSubHeading {
    font-size: 16px;
  }
  .p-topBottomSecTxt {
    font-size: 13px;
  }
}














.p-subMain {
  background: #ccc;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 200px;
  position: relative;
}
.p-subMain:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/cover.png");
  z-index: 1;
}
.p-subMain.p-subMain--company {
  background: url("../images/sub-visual-company-pc.jpg") no-repeat center center;
}
.p-subMainInner {
  position: relative;
  z-index: 10;
  text-shadow: 0 0 5px rgba(0,0,0,0.4);
}
.p-subMain__titleEn {
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-size: 20px;
  line-height: 1.3;
  color: #FFF;
  margin-bottom: 10px;
}
.p-subMain__titleJp {
  font-size: 24px;
  font-weight: bold;
  color: #FFF;
  letter-spacing: 1px;
}
@media screen and (max-width: 690px) {
  .p-subMain {
    height: 120px;
  }
  .p-subMain.p-subMain--company {
    background: url("../images/sub-visual-company-pc.jpg") no-repeat center center;
    background-size: cover;
  }
  .p-subMainInner {
    z-index: 10;
  }
  .p-subMain__titleEn {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 10px;
  }
  .p-subMain__titleJp {
    font-size: 18px;
  }
}


.p-pankuzuOuter {
  padding: 10px 20px;
  border-bottom: #cedae5 1px solid;
}
.p-pankuzu {
  max-width: 1200px;
  margin: 0 auto;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-pankuzu li {
  font-size: 13px;
  line-height: 1.4;
  position: relative;
  margin-right: 20px;
  padding: 5px 0;
}
.p-pankuzu li:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -10px;
  margin: auto;
  content: '';
  vertical-align: middle;
  width: 4px;
  height: 4px;
  border-top: 1px solid #23415d;
  border-right: 1px solid #23415d;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.p-pankuzu li:last-child {
  margin-right: 0;
}
.p-pankuzu li:last-child:after {
  display: none;
}
.p-pankuzu li a {
  color: #23415d;
  text-decoration: underline;
}
@media screen and (max-width: 690px) {
  .p-pankuzuOuter {
    padding: 10px 20px 8px;
  }
  .p-pankuzu {
  }
  .p-pankuzu li {
    font-size: 12px;
    line-height: 1.4;
    margin-right: 20px;
    padding: 5px 0;
  }
  .p-pankuzu li:after {
    width: 4px;
    height: 4px;
  }
  .p-pankuzu li:last-child {
    margin-right: 0;
  }
  .p-pankuzu li:last-child:after {
    display: none;
  }
  .p-pankuzu li a {
  }
}

.p-sideTitle {
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
  border-left: #10263b 5px solid;
  padding: 0 0 3px 15px;
  text-align: left;
  margin-bottom: 29px;
}
.p-sideMenu + .p-sideTitle {
  margin-top: 45px;
}
.p-sideMenu {
  
}
.p-sideMenu + .p-sideMenu {
  margin-top: 5px;
}
.p-sideMenu dt {
}
.p-sideMenu dt a ,
.p-sideMenu dt span {
  background: #e9eef3;
  color: #10263b;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-weight: bold;
  box-sizing: border-box;
  padding: 0 20px 0 20px;
  height: 60px;
  font-size: 16px;
  line-height: 1.4;
  position: relative;
}
.p-sideMenu dt a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  content: '';
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-top: 3px solid #10263b;
  border-right: 3px solid #10263b;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


.p-headTitle {
  font-size: 24px;
  line-height: 1.3;
  text-align: left;
  margin-bottom: 30px;
  border-left: #10263b 5px solid;
  color: #10263b;
  padding: 1px 0 0 14px;
  font-weight: bold;
}

.p-headLineTitle {
  font-size: 20px;
  line-height: 1.3;
  text-align: left;
  margin-bottom: 30px;
  font-weight: bold;
  padding-bottom: 10px;
  position: relative;
}
.p-headLineTitle:before {
  content: '';
  display: block;
  background: #cedae5;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -10px;
  left: 0;
}

@media screen and (max-width: 690px) {
  .p-headTitle {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 30px;
    border-left: #10263b 5px solid;
    padding: 1px 0 0 9px;
  }

  .p-headLineTitle {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 20px;
    padding-bottom: 0px;
  }
  .p-headLineTitle:before {
    bottom: -15px;
  }
}


.p-figure {
  margin: 30px 0;
}
.p-figure.p-figure--full img {
  max-width: none;
  width: 100%;
}
.p-figure.p-figure--right {
  float: right;
  margin: 0 0 10px 25px;
}
.p-figureSbs {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-figureSbs__item {
  width: -webkit-calc((100% - 20px)/2);
  width: calc((100% - 20px)/2);
}
.p-figureSbs__item + .p-figureSbs__item {
  margin-left: 20px;
}


.p-txt {
  font-size: 14px;
  line-height: 2;
  text-align: left;
  margin: 30px 0;
}
.p-txt + .p-headLineTitle {
  margin-top: 60px;
}

.p-entryBtnArea {
  margin: 60px 0 0 0;
  background: #e9eef3;
  padding: 20px;
}
.p-entryBtnArea a {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background-image: 
    linear-gradient(to bottom, #3f6d97 0%,#051727 100%);
  width: 100%;
  max-width: 300px;
  font-size: 16px;
  line-height: 1.4;
  color: #FFF;
  font-weight: bold;
  height: 60px;
  border-radius: 5px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 690px) {
  .p-entryBtnArea {
    margin: 30px 0 0 0;
    padding: 15px;
  }
  .p-entryBtnArea a {
    max-width: 240px;
    font-size: 16px;
    line-height: 1.4;
    height: 50px;
    border-radius: 5px;
  }

}


.p-sectionHead {
  background: url("../images/tilte-bk.png") no-repeat center center;
  padding: 40px 20px;
}
.p-sectionHead__title {
  color: #FFF;
  font-size: 34px;
  line-height: 1.4;
}





.p-semiHead__title {
  font-size: 24px;
  line-height: 1.6;
  text-align: center;
  background: #ece9c8;
  padding: 40px 20px;
  position: relative;
  margin-bottom: 90px;
}
.p-semiHead__title:before {
  position: absolute;
  bottom: -105px;
  left: 0;
  right: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
  box-sizing: border-box;
  width: 70px;
  height: 70px;
  border: 70px solid transparent;
  border-top: 38px solid #ece9c8;
}
@media screen and (max-width: 690px) {
  .p-semiHead__title {
    font-size: 18px;
    padding: 30px 15px;
    margin-bottom: 60px;
  }
  .p-semiHead__title:before {
    bottom: -105px;
    width: 70px;
    height: 70px;
    border: 70px solid transparent;
    border-top: 38px solid #ece9c8;
  }
}

.p-instructor__introTxt{
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 30px;
}
.p-instructorList {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-instructorList > li {
  width: 32%;
  margin-left: 2%;
  background: #f1f4f6;
  padding: 20px;
  box-sizing: border-box;
}
.p-instructorList > li:nth-child(3n + 1) {
  margin-left: 0;
}
.p-instructorList > li:nth-child(n + 4) {
  margin-top: 25px;
}
.p-instructorList__head {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.p-instructorList__headPhoto {
  width: 150px;
}
.p-instructorList__headTxtWrap {
  width: calc(100% - 150px);
  box-sizing: border-box;
  padding: 0 0 0 20px;
  text-align: left;
  -webkit-align-self: center;
  -ms-align-self: center;
  align-self: center;
}
.p-instructorList__headName {
  font-size: 20px;
  line-height: 1.4;
  color: #0b2032;
  font-weight: bold;
}
.p-instructorList__headNameEn {
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 1px;
  margin-left: 2px;
}
.p-instructorList__headJob {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 4px;
}
.p-instructorList__detailOuter {
  margin-top: 15px;
}
.p-instructorList__detail {
  
}
.p-instructorList__detail > li {
  position: relative;
}
.p-instructorList__detail > li + li {
  margin-top: 10px;
}
.p-instructorList__detailTag {
  background: #0b2032;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #FFF;
  font-size: 14px;
  line-height: 1.3;
  font-weight: bold;
  width: 80px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
}
.p-instructorList__detailTxt {
  font-size: 14px;
  line-height: 1.7;
  text-align: left;
  word-break: break-all;
  padding-left: 90px;
  display: block;
}
.p-instructorList__detailTxt a {
  text-decoration: underline;
}

@media screen and (max-width: 1050px) {
  .p-instructorList__headPhoto {
    width: 100px;
  }
  .p-instructorList__headTxtWrap {
    width: calc(100% - 100px);
    padding: 0 0 0 15px;
  }
}
@media screen and (max-width: 850px) {
  .p-instructorList > li {
    width: 48%;
    margin-left: 4%;
    padding: 15px;
  }
  .p-instructorList > li:nth-child(3n + 1) {
    margin-left: 4%;
  }
  .p-instructorList > li:nth-child(2n + 1) {
    margin-left: 0;
  }
  .p-instructorList > li:nth-child(n + 3) {
    margin-top: 25px;
  }
  .p-instructorList__head {
  }
  .p-instructorList__headPhoto {
  }
  .p-instructorList__headTxtWrap {
    padding: 0 0 0 15px;
  }
}

@media screen and (max-width: 690px) {
  .p-instructor__introTxt{
    font-size: 14px;
    line-height: 1.75;
    text-align: left;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .p-instructorList > li {
    width: 100%;
    margin-left: 0;
    padding: 15px;
  }
  .p-instructorList > li:nth-child(3n + 1) {
    margin-left: 0;
  }
  .p-instructorList > li:nth-child(2n + 1) {
    margin-left: 0;
  }
  .p-instructorList > li:nth-child(n + 2) {
    margin-top: 20px;
  }
  .p-instructorList__head {
  }
  .p-instructorList__headPhoto {
  }
  .p-instructorList__headTxtWrap {
    padding: 0 0 0 15px;
  }
}


.p-authmemberList {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-authmemberList > li {
  width: 32%;
  margin-left: 2%;
  background: #f1f4f6;
  padding: 20px;
  box-sizing: border-box;
}
.p-authmemberList > li:nth-child(3n + 1) {
  margin-left: 0;
}
.p-authmemberList > li:nth-child(n + 4) {
  margin-top: 25px;
}
.p-authmemberList__head {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.p-authmemberList__headPhoto {
  width: 100px;
}
.p-authmemberList__headTxtWrap {
  width: calc(100% - 100px);
  box-sizing: border-box;
  padding: 0 0 0 20px;
  text-align: left;
  -webkit-align-self: center;
  -ms-align-self: center;
  align-self: center;
}
.p-authmemberList__headArea {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 5px;
}
.p-authmemberList__headName {
  font-size: 20px;
  line-height: 1.4;
  color: #0b2032;
  font-weight: bold;
}
.p-authmemberList__headNameEn {
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 1px;
  margin-left: 2px;
}
.p-authmemberList__headJob {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 4px;
}
.p-authmemberList__detailOuter {
  margin-top: 15px;
}
.p-authmemberList__detail {
  
}
.p-authmemberList__detail > li {
  position: relative;
}
.p-authmemberList__detail > li + li {
  margin-top: 10px;
}
.p-authmemberList__detailTag {
  background: #0b2032;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #FFF;
  font-size: 14px;
  line-height: 1.3;
  font-weight: bold;
  width: 80px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
}
.p-authmemberList__detailTxt {
  font-size: 14px;
  line-height: 1.7;
  text-align: left;
  word-break: break-all;
  padding-left: 90px;
  display: block;
}
.p-authmemberList__detailTxt a {
  text-decoration: underline;
}

.p-authmemberAreaListOuter {
  margin-bottom: 60px;
}
.p-authmemberAreaListInner {
}
.p-authmemberAreaList {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
}
.p-authmemberAreaList li {
  width: 13%;
  margin-left: 1.5%;
}
.p-authmemberAreaList li:nth-child(8n + 1) {
  margin-left: 0;
}
.p-authmemberAreaList li a {
  background: #0b2032;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #FFF;
  font-size: 14px;
  line-height: 1.3;
  font-weight: bold;
  width: 100%;
  height: 50px;
  border-radius: 5px;
  position: relative;
}
.p-authmemberAreaList li a:before {
  position: absolute;
  bottom: 8px;
  right: 0;
  left: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.p-authmember__headTitle {
  font-size: 26px;
  line-height: 1.4;
  margin-bottom: 30px;
}
.p-authmemberList + .p-authmember__headTitle {
  margin-top: 150px;
}

@media screen and (max-width: 750px) {
  .p-authmemberList > li {
    width: 48%;
    margin-left: 4%;
    padding: 15px;
  }
  .p-authmemberList > li:nth-child(3n + 1) {
    margin-left: 4%;
  }
  .p-authmemberList > li:nth-child(2n + 1) {
    margin-left: 0;
  }
  .p-authmemberList > li:nth-child(n + 3) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 690px) {
  .p-authmemberAreaList li a {
    font-size: 12px;
    line-height: 1.3;
    height: 40px;
    border-radius: 5px;
    box-sizing: border-box;
    padding-bottom: 6px;
  }
  .p-authmemberAreaList li a:before {
    bottom: 8px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
  }
  .p-authmember__headTitle {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 30px;
  }
  .p-authmemberList + .p-authmember__headTitle {
    margin-top: 100px;
  }
}
@media screen and (max-width: 480px) {
  .p-authmemberList > li {
    width: 100%;
    margin-left: 0;
    padding: 15px;
  }
  .p-authmemberList > li:nth-child(3n + 1) {
    margin-left: 0;
  }
  .p-authmemberList > li:nth-child(n + 2) {
    margin-top: 20px;
  }
}




.p-table {
  width: 100%;
  box-sizing: border-box;
  border-top: #ddd 1px solid;
  border-left: #ddd 1px solid;
}
.p-table th ,
.p-table td {
  border-right: #ddd 1px solid;
  border-bottom: #ddd 1px solid;
  font-size: 14px;
  line-height: 1.75;
  text-align: left;
  padding: 20px;
}
.p-table th {
  width: 200px;
  background: #efefef;
}

@media screen and (max-width: 690px) {
  .p-table ,
  .p-table tbody,
  .p-table tr,
  .p-table th,
  .p-table td {
    display: block;
  }
  
  .p-table {
    width: 100%;
    border-top: #ddd 1px solid;
    border-left: #ddd 1px solid;
  }
  .p-table th ,
  .p-table td {
    border-right: #ddd 1px solid;
    border-bottom: #ddd 1px solid;
    font-size: 14px;
    line-height: 1.75;
    padding: 15px;
    box-sizing: border-box;
  }
  .p-table th {
    width: 100%;
  }
}




.p-companyMap {
  
}





.p-privacyListNum1 {
  text-align: left;
  margin: 30px 0;
  list-style: none;
  counter-reset:cnt;
}
.p-privacyListNum1 > li {
  font-size: 14px;
  line-height: 2;
  counter-increment: cnt;
  padding-left: 28px;
  position: relative;
}
.p-privacyListNum1 > li:before {
  content: "（" counter(cnt) "）";
  position: absolute;
  top: 0;
  left: -9px;
}

.p-privacyListNum2 {
  text-align: left;
  margin: 30px 0;
  list-style: none;
  counter-reset:cnt1;
}
.p-privacyListNum2 > li {
  font-size: 14px;
  line-height: 2;
  counter-increment: cnt1;
  padding-left: 28px;
  position: relative;
}
.p-privacyListNum2 > li:before {
  content: counter(cnt1) ".";
  position: absolute;
  top: 0;
  left: 7px;
}

.p-privacyListAlpha {
  text-align: left;
  margin: 30px 0;
  list-style: none;
  counter-reset:cnt2;
}
.p-privacyListAlpha > li {
  font-size: 14px;
  line-height: 2;
  counter-increment: cnt2;
  padding-left: 28px;
  position: relative;
}
.p-privacyListAlpha > li:before {
  content: counter(cnt2,upper-alpha) ".";
  position: absolute;
  top: 0;
  left: 6px;
}
.p-privacyListDots1 {
  text-align: left;
  margin: 30px 0;
  list-style: none;
}
.p-privacyListDots1 > li {
  font-size: 14px;
  line-height: 2;
  padding-left: 14px;
  position: relative;
}
.p-privacyListDots1 > li:before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background: #313131;
  border-radius: 50%;
  position: absolute;
  top: 11px;
  left: 0;
}




.p-privacyListNum1 + .p-headLineTitle ,
.p-privacyListNum2 + .p-headLineTitle ,
.p-privacyListAlpha + .p-headLineTitle ,
.p-privacyListDots1 + .p-headLineTitle {
  margin-top: 60px;
}
.p-privacyListNum1 > li > ul ,
.p-privacyListNum2 > li > ul ,
.p-privacyListAlpha > li > ul ,
.p-privacyListDots1 > li > ul ,
.p-privacyListNum1 > li > ol ,
.p-privacyListNum2 > li > ol ,
.p-privacyListAlpha > li > ol ,
.p-privacyListDots1 > li > ol {
  margin-top: 10px !important;
}

.p-privacyListBox {
  margin-bottom: 60px;
}
.p-privacyListBox > li {
  font-size: 14px;
  line-height: 1.4;
  font-weight: bold;
  background: #DDD;
  padding: 15px 15px 13px 15px;
  text-align: left;
}
.p-privacyListBox > li + li {
  margin-top: 5px;
}

@media screen and (max-width: 690px) {

  .p-privacyListNum1 + .p-headLineTitle ,
  .p-privacyListNum2 + .p-headLineTitle ,
  .p-privacyListAlpha + .p-headLineTitle ,
  .p-privacyListDots1 + .p-headLineTitle {
    margin-top: 60px;
  }
  .p-privacyListNum1 > li > ul ,
  .p-privacyListNum2 > li > ul ,
  .p-privacyListAlpha > li > ul ,
  .p-privacyListDots1 > li > ul ,
  .p-privacyListNum1 > li > ol ,
  .p-privacyListNum2 > li > ol ,
  .p-privacyListAlpha > li > ol ,
  .p-privacyListDots1 > li > ol {
    margin-top: 10px !important;
  }

  .p-privacyListBox {
    margin-bottom: 60px;
  }
  .p-privacyListBox > li {
    font-size: 14px;
    line-height: 1.4;
    padding: 15px 15px 13px 15px;
  }
  .p-privacyListBox > li + li {
    margin-top: 5px;
  }

}





.p-faqList {
  text-align: left;
  margin-top: 50px;
}
.p-faqList dt {
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  position: relative;
  padding: 0 0 0 54px;
  margin-bottom: 15px;
}
.p-faqList dt:before {
  content: 'Q';
  font-size: 18px;
  font-weight: bold;
  background: #10263b;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #FFF;
  position: absolute;
  top: -6px;
  left: 0;
}
.p-faqList dt:after {
  position: absolute;
  top: 7px;
  left: 33px;
  margin: auto;
  content: '';
  vertical-align: middle;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  border: 6px solid transparent;
  border-left: 12px solid #10263b;
}
.p-faqList dd {
  font-size: 14px;
  line-height: 2;
  position: relative;
  padding: 0 0 0 54px;
}
.p-faqList dd:before {
  content: 'A';
  font-size: 18px;
  font-weight: bold;
  background: #e9eef3;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #10263b;
  position: absolute;
  top: -6px;
  left: 0;
}
.p-faqList dd:after {
  position: absolute;
  top: 7px;
  left: 33px;
  margin: auto;
  content: '';
  vertical-align: middle;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  border: 6px solid transparent;
  border-left: 12px solid #e9eef3;
}

.p-faqList dd + dt {
  margin-top: 60px;
}

@media screen and (max-width: 690px) {
  .p-faqList {
    margin-top: 50px;
  }
  .p-faqList dt {
    font-size: 16px;
    line-height: 1.5;
    padding: 0 0 0 44px;
    margin-bottom: 15px;
  }
  .p-faqList dt:before {
    font-size: 16px;
    width: 30px;
    height: 30px;
    top: -3px;
    left: 0;
  }
  .p-faqList dt:after {
    top: 8px;
    left: 28px;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 10px solid #10263b;
  }
  .p-faqList dd {
    font-size: 14px;
    line-height: 2;
    padding: 0 0 0 44px;
  }
  .p-faqList dd:before {
    font-size: 16px;
    width: 30px;
    height: 30px;
    top: -3px;
    left: 0;
  }
  .p-faqList dd:after {
    top: 8px;
    left: 28px;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 10px solid #e9eef3;
  }

  .p-faqList dd + dt {
    margin-top: 60px;
  }

}




.p-memberLoginBtn {
  margin: 50px 0 60px 0;
}
.p-memberLoginBtn a {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: #de6904;
  width: 100%;
  max-width: 400px;
  font-size: 20px;
  line-height: 1.4;
  color: #FFF;
  font-weight: bold;
  height: 70px;
  border-radius: 10px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  padding: 0 30px 0 0;
}
.p-memberLoginBtn a:before ,
.p-memberLoginBtn a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  content: '';
  vertical-align: middle;
}
.p-memberLoginBtn a:before {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #FFF;
}
.p-memberLoginBtn a:after {
  right: 22px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #de6904;
  border-right: 2px solid #de6904;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 690px) {
  .p-memberLoginBtn {
    margin: 40px 0 50px 0;
  }
  .p-memberLoginBtn a {
    max-width: 400px;
    font-size: 16px;
    line-height: 1.4;
    height: 50px;
    border-radius: 5px;
    padding: 0 20px 0 0;
  }
  .p-memberLoginBtn a:before ,
  .p-memberLoginBtn a:after {
    right: 15px;
  }
  .p-memberLoginBtn a:before {
    width: 16px;
    height: 16px;
  }
  .p-memberLoginBtn a:after {
    right: 21px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #de6904;
    border-right: 2px solid #de6904;
  }
}


.p-contactTable {
  width: 100%;
  box-sizing: border-box;
  border-top: #ddd 1px solid;
  border-left: #ddd 1px solid;
}
.p-contactTable th ,
.p-contactTable td {
  border-right: #ddd 1px solid;
  border-bottom: #ddd 1px solid;
  font-size: 14px;
  line-height: 1.75;
  text-align: left;
  vertical-align: top;
}
.p-contactTable th {
  width: 200px;
  background: #efefef;
  padding: 20px;
}
.p-contactTable th span {
  display: block;
  position: relative;
  padding: 0 45px 0 0;
}
.p-contactTable th span.is-required:before {
  content: '必須';
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 36px;
  height: 16px;
  font-size: 10px;
  line-height: 1;
  color: #FFF;
  background: rgba(212,15,19,1.00);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.p-contactTable td {
  padding: 13px;
}
.p-contactTable input[type=text] {
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  border: #CCC 1px solid;
  padding: 0 10px;
}
.p-contactTable select {
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  border: #CCC 1px solid;
  padding: 0 10px;
}
.p-contactTable textarea {
  width: 100%;
  height: 200px;
  box-sizing: border-box;
  border: #CCC 1px solid;
  padding: 10px 10px;
}

.p-contactTable__radio {
  padding: 7px 0;
}
.p-contactTable__radio label {
  cursor: pointer;
  display: inline-block;
}
.p-contactTable__radio label input[type=radio] {
  display: none;
}
.p-contactTable__radio label span {
  display: inline-block;
  position: relative;
  padding: 0 0 0 20px;
}
.p-contactTable__radio label span:before ,
.p-contactTable__radio label span:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  box-sizing: border-box;
}
.p-contactTable__radio label span:before {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: #10263b 1px solid;
}
.p-contactTable__radio label span:after {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #10263b;
  left: 2px;
  opacity: 0;
}
.p-contactTable__radio label input[type=radio]:checked + span:after {
  opacity: 1;
}
.p-contactSubmitBtn {
  margin-top: 50px;
}
.p-contactSubmitBtn input[type=submit] {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: #de6904;
  width: 100%;
  max-width: 300px;
  font-size: 18px;
  line-height: 1.4;
  color: #FFF;
  font-weight: bold;
  height: 60px;
  border: none;
  border-radius: 10px;
  margin: 0 auto;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 690px) {
  .p-contactTable ,
  .p-contactTable tbody,
  .p-contactTable tr,
  .p-contactTable th,
  .p-contactTable td {
    display: block;
    box-sizing: border-box;
  }
  .p-contactTable {
  }
  .p-contactTable th ,
  .p-contactTable td {
    font-size: 14px;
    line-height: 1.75;
  }
  .p-contactTable th {
    width: 100%;
    padding: 15px;
  }
  .p-contactTable th span {
    padding: 0 45px 0 0;
  }
  .p-contactTable th span.is-required:before {
    width: 36px;
    height: 16px;
    font-size: 10px;
  }
  .p-contactTable td {
    padding: 13px;
  }
  .p-contactTable input[type=text] {
    width: 100%;
    height: 40px;
    padding: 0 10px;
  }
  .p-contactTable select {
    width: 100%;
    height: 40px;
    padding: 0 10px;
  }
  .p-contactTable textarea {
    width: 100%;
    height: 200px;
    padding: 10px 10px;
  }

  .p-contactTable__radio {
    padding: 7px 0;
  }
  .p-contactTable__radio label {
  }
  .p-contactTable__radio label input[type=radio] {
  }
  .p-contactTable__radio label span {
    padding: 0 0 0 20px;
  }
  .p-contactTable__radio label span:before {
    width: 14px;
    height: 14px;
  }
  .p-contactTable__radio label span:after {
    width: 10px;
    height: 10px;
    left: 2px;
  }
  .p-contactSubmitBtn {
    margin-top: 40px;
  }
  .p-contactSubmitBtn input[type=submit] {
    font-size: 16px;
    line-height: 1.4;
    height: 50px;
    border-radius: 10px;
    max-width: 240px;
  }
}

.p-mvDetail {
  margin-bottom: 40px;
  margin-top: 40px;
}
.p-mvDetail__item {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
}
.p-mvDetail__item + .p-mvDetail__item {
  margin-top: 10px;
}
.p-mvDetail__itemTag {
  
}
.p-mvDetail__itemTag span {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: #0b2032;
  font-size: 14px;
  line-height: 1.3;
  width: 60px;
  height: 24px;
  color: #FFF;
  font-weight: bold;
}
.p-mvDetail__itemTxt {
  padding: 1px 0 0 15px;
  font-size: 14px;
  line-height: 1.6;
}




.p-mvVideoOuter {
  
}
.p-mvVideo {
position: relative;
height: 0;
padding: 0 0 56.25%;
overflow: hidden;
}
.p-mvVideo iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}



.p-mvList {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-mvList a.p-mvList__item {
  display: block;
  position: relative;
  width: 32%;
  margin-left: 2%;
  background: #f1f4f6;
}
.p-mvList a.p-mvList__item:nth-child(3n + 1) {
  margin-left: 0;
}
.p-mvList a.p-mvList__item:nth-child(n + 4) {
  margin-top: 20px;
}
.p-mvList__itemPhoto {
}
.p-mvList__itemDetail {
  text-align: left;
  padding: 10px 15px 15px 15px;
}
.p-mvList__itemDetailCategory {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: #0b2032;
  font-size: 16px;
  line-height: 1.3;
  width: 80px;
  height: 28px;
  color: #FFF;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}
.p-mvList__itemDetailTitle {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 10px;
  font-weight: bold;
}
.p-mvList__itemDetailStatus {
}
.p-mvList__itemDetailStatusItem {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
}
.p-mvList__itemDetailStatusItem + .p-mvList__itemDetailStatusItem {
  margin-top: 10px;
}
.p-mvList__itemDetailStatusItemTag {
  
}
.p-mvList__itemDetailStatusItemTag span {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: #0b2032;
  font-size: 12px;
  line-height: 1.3;
  width: 54px;
  height: 20px;
  color: #FFF;
  font-weight: bold;
}
.p-mvList__itemDetailStatusItemTxt {
  padding: 1px 0 0 10px;
  font-size: 13px;
  line-height: 1.6;
}
@media screen and (max-width: 690px) {
  .p-mvList a.p-mvList__item {
    width: 48%;
    margin-left: 4%;
  }
  .p-mvList a.p-mvList__item:nth-child(3n + 1) {
    margin-left: 4%;
  }
  .p-mvList a.p-mvList__item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .p-mvList a.p-mvList__item:nth-child(n + 3) {
    margin-top: 20px;
  }
  .p-mvList__itemDetailTitle {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .p-mvList {
  }
  .p-mvList__itemDetail {
    
    text-align: left;
    padding: 10px 10px 10px 10px;
  }
  .p-mvList__itemDetailCategory {
    font-size: 12px;
    line-height: 1.3;
    width: 50px;
    height: 22px;
  }
  .p-mvList__itemDetailTitle {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .p-mvList__itemDetailStatus {
  }
  .p-mvList__itemDetailStatusItem {
    display : -webkit-box;
    display : -webkit-flex;
    display : -ms-flexbox;
    display : flex;
  }
  .p-mvList__itemDetailStatusItem + .p-mvList__itemDetailStatusItem {
    margin-top: 10px;
  }
  .p-mvList__itemDetailStatusItemTag {

  }
  .p-mvList__itemDetailStatusItemTag span {
    font-size: 10px;
    line-height: 1.1;
    width: 44px;
    height: 18px;
  }
  .p-mvList__itemDetailStatusItemTxt {
    padding: 1px 0 0 10px;
    font-size: 10px;
    line-height: 1.6;
  }
}


/* ↓aboutCategory↓ */
.p-aboutCategory {
  
}
.p-aboutCategory__contents + .p-aboutCategory__contents {
  margin-top: 40px;
}
.p-aboutCategoryTitle {
  font-size: 22px;
  line-height: 1.6;
  font-weight: bold;
  color: #10263b;
  padding: 0 100px;
}
* + .p-aboutCategoryTitle {
  margin-top: 40px;
}
.p-aboutCategoryTitle span {
  display: inline-block;
  position: relative;
}
.p-aboutCategoryTitle span:before ,
.p-aboutCategoryTitle span:after {
  content: '';
  display: block;
  width: 60px;
  height: 1px;
  background: #10263b;
  position: absolute;
  top: 50%;
}
.p-aboutCategoryTitle span:before {
  left: -80px;
}
.p-aboutCategoryTitle span:after {
  right: -80px;
}
.p-aboutCategorySbs {
  margin: 30px auto 0;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-aboutCategorySbs.p-aboutCategorySbs--reverse {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.p-aboutCategorySbs__photo {
  width: 38%;
}
.p-aboutCategorySbs__txt {
  width: 62%;
  box-sizing: border-box;
  padding: 0 0 0 35px;
  text-align: left;
  font-size: 14px;
  line-height: 2;
}
.p-aboutCategorySbs__txt.p-aboutCategorySbs__txt--reverse {
  padding: 0 35px 0 0;
}
.p-aboutCategoryMenu {
  margin: 30px auto 0;
}
.p-aboutCategoryMenu__item + .p-aboutCategoryMenu__item {
  margin-top: 25px;
}
.p-aboutCategoryMenuLabel {
  width: 100px;
  height: 20px;
  border: 1px solid #10263b;
  box-sizing: border-box;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.p-aboutCategoryMenuLabelInner {
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-size: 18px;
  line-height: 1;
  padding: 0 0 1px 0;
  text-align: center;
  color: #10263b;
  display: inline-block;
}
.p-aboutCategoryMenuTitle {
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  text-align: left;
  color: #10263b;
  margin: 10px 0 5px;
}
.p-aboutCategoryMenuTxt {
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
}
.p-aboutCategoryTherapy {
  background: url(../images/about/category-bg.jpg);
  padding: 30px 20px;
  box-sizing: border-box;
}
.p-aboutCategoryTherapySbs {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-aboutCategoryTherapySbs__txt {
  width: 70%;
  box-sizing: border-box;
  padding: 0 35px 0 0;
  text-align: left;
  font-size: 14px;
  line-height: 2;
}
.p-aboutCategoryTherapySbs__photo {
  width: 30%;
}
.p-aboutCategoryTherapyTxt {
  font-size: 14px;
  line-height: 2;
  text-align: left;
  margin-top: 30px;
}
.p-aboutCategory .p-entryBtnArea {
  margin: 0;
}
.p-aboutCategoryBottomWrap {
  background: #e9eef3;
  padding: 30px 20px 10px;
  box-sizing: border-box;
}
.p-aboutCategoryBottom {
  
}
.p-aboutCategoryBottomTitle {
  font-size: 20px;
  line-height: 1.8;
  font-weight: bold;
  color: #10263b;
}
.p-aboutCategoryBottomTitleInner {
  border-bottom: 1px solid #10263b;
  /*background: linear-gradient(transparent 99%, #eb4034 0%);*/
}
.p-aboutCategoryBottomTxt {
  font-size: 14px;
  line-height: 2;
  text-align: left;
  margin-top: 30px;
}
.p-aboutCategoryBottomTxt:last-child {
  padding-bottom: 20px;
}
@media screen and (max-width: 690px) {
  .p-aboutCategory__contents + .p-aboutCategory__contents {
    margin-top: 30px;
  }
  .p-aboutCategoryTitle {
    font-size: 18px;
    padding: 0 60px;
  }
  .p-aboutCategoryTitle span:before ,
  .p-aboutCategoryTitle span:after {
    width: 40px;
    height: 1px;
    top: 50%;
  }
  .p-aboutCategoryTitle span:before {
    left: -60px;
  }
  .p-aboutCategoryTitle span:after {
    right: -60px;
  }
  .p-aboutCategorySbs {
    margin: 20px auto 0;
  }
  .p-aboutCategorySbs__photo {
    width: 100%;
  }
  .p-aboutCategorySbs__txt {
    width: 100%;
    padding: 30px 0 0 0;
  }
  .p-aboutCategorySbs__txt.p-aboutCategorySbs__txt--reverse {
    padding: 30px 0 0 0;
  }
  .p-aboutCategoryMenu {
    margin: 20px auto 0;
  }
  .p-aboutCategoryMenu__item + .p-aboutCategoryMenu__item {
    margin-top: 20px;
  }
  .p-aboutCategoryMenuLabel {
    width: 80px;
    height: 18px;
  }
  .p-aboutCategoryMenuLabelInner {
    font-size: 16px;
    padding: 0 0 0 0;
  }
  .p-aboutCategoryMenuTitle {
    font-size: 16px;
    margin: 8px 0 3px;
  }
  .p-aboutCategoryTherapy {
    padding: 30px 15px;
  }
  .p-aboutCategoryTherapySbs__txt {
    width: 100%;
    padding: 0 0 30px 0;
  }
  .p-aboutCategoryTherapySbs__photo {
    width: 100%;
  }
  .p-aboutCategoryBottomWrap {
    padding: 30px 15px 10px;
  }
  .p-aboutCategoryBottomTitle {
    font-size: 18px;
  }
}
/* ↑aboutCategory↑ */


.p-aboutProfile {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
}
.p-aboutProfile__photo {
  width: 38%;
}
.p-aboutProfile__photoContents +.p-aboutProfile__photoContents {
  margin-top: 20px;
}
.p-aboutProfile__txtWrap {
  width: 62%;
  box-sizing: border-box;
  padding: 0 0 0 35px;
  text-align: left;
}
.p-aboutProfile__name {
  color: #10263b;
  font-size: 16px;
  font-weight: bold;
  border-bottom: #10263b 1px solid;
  padding: 0 0 7px 0;
  margin-bottom: 15px;
}
.p-aboutProfile__txtWrap ul {
}
.p-aboutProfile__txtWrap ul li {
  font-size: 14px;
  line-height: 1.7;
  font-weight: bold;
}
.p-aboutProfile__txtWrap ul li:before {
  content: '・';
  
}
.p-aboutProfile__txtWrap ul + .p-txt {
  margin-top: 15px;
}
.p-aboutProfileFrame {
  margin-top: 40px;
}
.p-aboutProfileFrame .slick-prev {
    left: 0px;
}
.p-aboutProfileFrame .slick-next {
    right: 0px;
}
.p-aboutProfilPublishing li {
  padding: 0 10px;
  box-sizing: border-box;
}
.p-aboutProfilPublishing img {
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 690px) {
  .p-figure.p-figure--right.p-aboutImg01 {
    float: none;
    margin: 0 0 10px 0;
  }
  .p-figureSbs__item {
    width: 100%;
  }
  .p-figureSbs__item + .p-figureSbs__item {
    margin-left: 0;
  }
  .p-aboutProfile {
    display : block;
  }
  .p-aboutProfile__photo {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
  .p-aboutProfile__txtWrap {
    width: 100%;
    padding: 0 0 0 0;
  }
  .p-aboutProfile__name {
    font-size: 16px;
    font-weight: bold;
    border-bottom: #10263b 1px solid;
    padding: 0 0 7px 0;
    margin-bottom: 15px;
  }
  .p-aboutProfile__txtWrap ul {
  }
  .p-aboutProfile__txtWrap ul li {
    font-size: 14px;
    line-height: 1.7;
    font-weight: bold;
  }
  .p-aboutProfile__txtWrap ul li:before {
    content: '・';

  }
  .p-aboutProfile__txtWrap ul + .p-txt {
    margin-top: 15px;
  }
  .p-aboutProfileFrame {
    margin-top: 30px;
  }
  .p-aboutProfileFrame img {
    /*max-height: 250px;*/
    /*max-width: 200px;*/
  }
}

/* ↓aboutRecommend↓ */
.p-aboutRecommend {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-aboutRecommendPhoto {
  width: 38%;
}
.p-aboutRecommendTxtArea {
  width: 62%;
  box-sizing: border-box;
  padding: 0 0 0 35px;
  text-align: left;
}
.p-aboutRecommendTxt__name {
  background: #f2edd9;
  background: -moz-linear-gradient(-45deg, rgba(242,237,217,1) 0%, rgba(255,255,254,1) 50%, rgba(242,237,217,1) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(242,237,217,1) 0%, rgba(255,255,254,1) 50%, rgba(242,237,217,1) 100%);
  background: linear-gradient(135deg, rgba(242,237,217,1) 0%, rgba(255,255,254,1) 50%, rgba(242,237,217,1) 100%);
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  color: #5c3824;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  padding: 10px 15px;
  box-sizing: border-box;
}
.p-aboutRecommendTxt__nameTitle {
  font-size: 28px;
}
.p-aboutRecommendTxt {
  font-size: 16px;
  line-height: 2;
  font-weight: bold;
  color: #5c3824;
  margin-top: 30px;
}
@media screen and (max-width: 690px) {
  .p-aboutRecommendPhoto {
    width: 100%;
    margin-bottom: 40px;
  }
  .p-aboutRecommendTxtArea {
    width: 100%;
    padding: 0 0 0 0;
  }
  .p-aboutRecommendTxt__name {
    font-size: 20px;
  }
  .p-aboutRecommendTxt__nameTitle {
    font-size: 24px;
  }
}
/* ↑aboutRecommend↑ */

/* ↓aboutEvent↓ */
.p-aboutEvent {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-aboutEvent__item {
  width: -webkit-calc((100% - 40px)/2);
  width: calc((100% - 40px)/2);
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.p-aboutEvent__item + .p-aboutEvent__item {
  margin-left: 40px;
}
.p-aboutEventTitle {
  font-size: 18px;
  line-height: 1.3;
  text-align: left;
  border-bottom: #10263b 1px solid;
  color: #10263b;
  padding: 1px 0 10px 0;
  font-weight: bold;
  min-height: 93px;
}
.p-aboutEventPhoto {
  margin-top: 30px;
}
@media screen and (max-width: 690px) {
  .p-aboutEvent__item {
    width: 100%;
  }
  .p-aboutEvent__item + .p-aboutEvent__item {
    margin-left: 0;
    margin-top: 30px;
  }
  .p-aboutEventTitle {
    font-size: 16px;
    min-height: auto;
  }
  .p-aboutEventPhoto img {
    max-width: none;
    width: 100%;
  }
}
/* ↑aboutEvent↑ */

.p-sitemapList {
  text-align: left;
}
.p-sitemapList dt a ,
.p-sitemapList dd a {
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 1.5;
  color: #0b2032;
  padding: 0 0 0 13px;
  text-decoration: underline;
}
.p-sitemapList dt a:before ,
.p-sitemapList dd a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #23415d;
}
.p-sitemapList dt {
  
}
.p-sitemapList dt a {
  
}
.p-sitemapList dd {
  margin-left: 20px;
}
.p-sitemapList dd a {
  
}
.p-sitemapList dt + dt {
  margin-top: 20px;
}
.p-sitemapList dd + dd {
  margin-top: 5px;
}
.p-sitemapList dd + dt {
  margin-top: 20px;
}
.p-sitemapList dt + dd {
  margin-top: 10px;
}



.p-semiAccess {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-semiAccess__item {
  background: url(../images/bg_ptn.jpg);
  width: 48%;
  margin-left: 4%;
  padding-bottom: 20px;
}
.p-semiAccess__item:nth-child(2n + 1) {
  margin-left: 0;
}
.p-semiAccess__item:nth-child(n + 3) {
  margin-top: 30px;
}
.p-semiAccess__itemAreaName {
  background: #10263b;
  font-size: 16px;
  line-height: 1.4;
  color: #FFF;
  text-align: center;
  padding: 10px 0;
}
.p-semiAccess__itemAdress {
  font-size: 14px;
  line-height: 1.7;
  text-align: left;
  padding: 0 20px;
  margin-top: 15px;
}
.p-semiAccess__itemTitle {
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
  margin: 20px 20px 13px;
  padding-bottom: 5px;
  border-bottom: #CCC 1px solid;
}
.p-semiAccess__itemHow {
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
}
.p-semiAccess__itemHow + .p-semiAccess__itemHow {
  margin-top: 5px;
}
.p-semiAccess__itemHow.is-station:before {
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f239";
  position: absolute;
  top: 4px;
  left: 0;
}
.p-semiAccess__itemHow.is-bus:before {
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f207";
  position: absolute;
  top: 4px;
  left: 0;
}

@media screen and (max-width: 690px) {
  .p-semiAccess {
  }
  .p-semiAccess__item {
    background: url(../images/bg_ptn.jpg);
    width: 100%;
    margin-left: 0;
    padding-bottom: 20px;
  }
  .p-semiAccess__item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .p-semiAccess__item:nth-child(n + 2) {
    margin-top: 30px;
  }
  .p-semiAccess__itemAreaName {
    font-size: 16px;
    line-height: 1.4;
    padding: 10px 0;
  }
  .p-semiAccess__itemAdress {
    font-size: 14px;
    line-height: 1.7;
    padding: 0 20px;
    margin-top: 15px;
  }
  .p-semiAccess__itemTitle {
    font-size: 16px;
    line-height: 1.6;
    margin: 20px 20px 13px;
    padding-bottom: 5px;
    border-bottom: #CCC 1px solid;
  }
  .p-semiAccess__itemHow {
    padding-left: 20px;
    font-size: 14px;
    line-height: 1.6;
    margin-left: 20px;
    margin-right: 20px;
  }
  .p-semiAccess__itemHow + .p-semiAccess__itemHow {
    margin-top: 5px;
  }
  .p-semiAccess__itemHow.is-station:before {
    top: 4px;
    left: 0;
  }
  .p-semiAccess__itemHow.is-bus:before {
    top: 4px;
    left: 0;
  }

}


.p-fbGroup {
  
}
.p-fbGroup__tite {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.p-fbGroup__txt {
  font-size: 14px;
  line-height: 2;
}
.p-fbGroup .p-entryBtnArea {
  margin: 30px 0;
}

.p-aboutMediaFrame {
  margin-bottom: 60px;
}
.p-aboutMediaFrame .slick-prev {
    left: 0px;
}
.p-aboutMediaFrame .slick-next {
    right: 0px;
}
@media screen and (max-width: 690px) {
  .p-aboutMediaFrame {
    margin-bottom: 40px;
  }
}

.p-topAbout {
  background: #1d3951;
  margin-top: 30px;
  box-sizing: border-box;
  padding: 40px;
}
.p-topAbout__title {
  font-size: 24px;
  line-height: 1.6;
  color: #FFF;
  margin-bottom: 30px;
}
.p-topAbout__txt {
  font-size: 16px;
  line-height: 1.75;
  color: #FFF;
  margin-bottom: 30px;
  text-align: left;
}
.p-topAboutService {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.p-topAboutService__item {
  max-width: 366px;
  background: #FFF;
}
.p-topAboutService__item + .p-topAboutService__item {
  margin-left: 30px;
}
.p-topAboutService__itemContents {
  padding: 20px;
  text-align: center;
}
.p-topAboutService__itemTitle {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 11px;
}
.p-topAboutService__itemList {
  text-align: left;
  display: inline-block;
  font-size: 16px;
  line-height: 1.7;
  font-weight: bold;
}
.p-topAboutService__itemPhoto img {
  max-width: none;
  width: 100%;
  
}
.p-topAboutService__itemMore {
  font-size: 16px;
  line-height: 1.7;
  font-weight: bold;
  margin-top: 5px;
}
.p-topAbout__btn {
  margin-top: 40px;
}
.p-topAbout__btn a {
  font-size: 16px;
  line-height: 1.4;
  max-width: 300px;
  display: block;
  padding: 20px;
  margin: 0 auto;
  background: #FFF;
  border-radius: 10px;
  font-weight: bold;
  position: relative;
}
.p-topAbout__btn a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  content: '';
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 2px solid #1d3951;
  border-right: 2px solid #1d3951;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 690px) {
  .p-topAbout {
    margin-top: 30px;
    padding: 30px 15px;
  }
  .p-topAbout__title {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .p-topAbout__txt {
    font-size: 14px;
    line-height: 1.75;
    margin-bottom: 20px;
  }
  .p-topAboutService {
    display: block;
  }
  .p-topAboutService__item {
    margin: 0 auto;
  }
  .p-topAboutService__item + .p-topAboutService__item {
    margin-left: auto;
    margin-top: 15px;
  }
  .p-topAboutService__itemContents {
    padding: 15px;
  }
  .p-topAboutService__itemTitle {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 8px;
  }
  .p-topAboutService__itemList {
    font-size: 14px;
    line-height: 1.7;
  }
  .p-topAboutService__itemMore {
    font-size: 14px;
    line-height: 1.7;
    margin-top: 5px;
  }
  .p-topAbout__btn {
    margin-top: 30px;
  }
  .p-topAbout__btn a {
    font-size: 14px;
    line-height: 1.4;
    max-width: 240px;
    padding: 10px;
    border-radius: 5px;
  }
  .p-topAbout__btn a:before {
    right: 11px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #1d3951;
    border-right: 2px solid #1d3951;
  }

}


.p-topFaq {
  padding: 70px 0;
}
.p-topFaqSubHeading {
  font-size: 36px;
  line-height: 1.4;
  color: #0b2032;
  font-weight: 600;
  margin-bottom: 30px;
  font-family: acumin-pro-extra-condensed, sans-serif;
}
.p-topFaqHeading {
  font-size: 18px;
  line-height: 2;
  color: #0b2032;
}

@media screen and (max-width: 690px) {
  .p-topFaq {
    padding: 50px 0;
  }
  .p-topFaqSubHeading {
    font-size: 36px;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .p-topFaqHeading {
    font-size: 14px;
    line-height: 2;
  }
}

.p-bottomConv {
  display: none;
}
@media screen and (max-width: 690px) {
  .p-bottomConv {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
  }
  a.p-bottomConvBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    color: #fff !important;
    font-size: 16px;
    font-weight: bold;
    height: 50px;
    line-height: 1;
    box-sizing: border-box;
    background-image: linear-gradient(to bottom, #3f9748 0%,#072705 100%);
  }
  a.p-bottomConvBtn i {
    margin-right: 5px;
  }
}

.p-specialDoc {
  text-align: center;
  padding: 50px 0 30px 0 ;
}
.p-specialDocInner {
  display: inline-block;
  position: relative;
}
.p-specialDoc__icon {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-20px, -50%);
  transform: translate(-20px, -50%);  
  width: 200px;
}
.p-specialDoc__txt {
  font-size: 30px;
  line-height: 48px;
  text-align: left;
  padding-left: 200px;
}
.p-specialDoc__txtNum {
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-size: 68px;
  font-weight: 600;
}
@media screen and (max-width: 690px) {
  .p-specialDoc {
    padding: 26px 0 9px 0 ;
  }
  .p-specialDocInner {
  }
  .p-specialDoc__icon {
    -webkit-transform: translate(-25px, -50%);
    transform: translate(-25px, -50%);  
    width: 100px;
  }
  .p-specialDoc__txt {
    font-size: 20px;
    line-height: 36px;
    padding-left: 85px;
  }
  .p-specialDoc__txtOne {
    line-height: 20px;
  }
  .p-specialDoc__txtNum {
    font-size: 48px;
  }
}



/*Utility*/

.u-map {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.u-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.u-mb-l { margin: 0 auto 150px;}
.u-mb-m { margin: 0 auto 100px;}
.u-mb-s { margin: 0 auto 50px;}
@media screen and (max-width: 690px) {
  .u-mb-l { margin: 0 auto 80px;}
  .u-mb-m { margin: 0 auto 50px;}
  .u-mb-s { margin: 0 auto 30px;}
}
.u-blockC { margin-left: auto; margin-right: auto;}
.u-w-10 { width: 10%;}
.u-w-20 { width: 20%;}
.u-w-30 { width: 30%;}
.u-w-40 { width: 40%;}
.u-w-50 { width: 50%;}
.u-w-60 { width: 60%;}
.u-w-70 { width: 70%;}
.u-w-80 { width: 80%;}
.u-w-90 { width: 90%;}
.u-w-100 { width: 100%;}
@media screen and (max-width: 690px) {
  .u-w-sp10 { width: 10%;}
  .u-w-sp20 { width: 20%;}
  .u-w-sp30 { width: 30%;}
  .u-w-sp40 { width: 40%;}
  .u-w-sp50 { width: 50%;}
  .u-w-sp60 { width: 60%;}
  .u-w-sp70 { width: 70%;}
  .u-w-sp80 { width: 80%;}
  .u-w-sp90 { width: 90%;}
  .u-w-sp100 { width: 100%;}
}
.u-ta-c { text-align: center !important;}
.u-ta-l { text-align: left !important;}
.u-ta-r { text-align: right !important;}
.u-fw-b { font-weight: bold !important;}
.u-fw-n { font-weight: normal !important;}

.u-fAcuminExCond {
  font-family: acumin-pro-extra-condensed, sans-serif;
}
/*---------------------------------------------------------------------------------------------*/
@media screen and (max-width: 690px) {.u-pcOnly { display: none !important;}}
@media screen and (min-width: 691px) {.u-spOnly { display: none !important;}}