/* ============== ヘッダー ============== */
body{
  background: #fff;
  font-size: 16px;
}
img {
  width: 100%;
}
.site-logo img{
  height: 38px;
  width: auto;
  margin-top: 8px;
  margin-bottom: 4px;
}
.gnav__menu {
  display: flex;
  padding-top: 4px;
}
.gnav__menu__item{
  margin: 10px 22px;
  text-align: center;
}
.gnav__menu__item a{
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  color: #ff8b9f;
}
.gnav__menu__item a .big {
  font-size: 24px;
}
.gnav__menu__item a .big2 {
  font-size: 32px;
  padding: 6px 0;
}
.gnav__menu__item a .gnav-sub {
  color: #dfdfdf;
  font-size: 12px;
}
.gnav__menu__item a:hover {
  color: #fff8f9;
  text-decoration: none;
  font-weight: bold;
  text-shadow: unset;
}
.hero{
  position: absolute;
  width: 100%;
  height: 100px;
  top: 0;
}
.hero img{
    height: auto;
    width: 100%;
    display: none;
}
.content{
    line-height: 1.6;
    margin: 0 auto;
    padding-top: 100px;
    width: 800px;
}
.content p{
    margin-bottom: 40px;
}
/* -------------- 下にスクロールで消えて上にスクロールで固定表示 -------------- */
.pc-header{
    background: rgba(255, 255, 255, .8);
    display: flex;
    justify-content: space-between;
    padding: 4px 20px;
    position: fixed;
    top: 0;
    transition: .5s;
    width: 100%;
    z-index: 99999;
}
.pc-header.hide{
    top: -80px;
}
/* -------------- ハンバーガーメニューヘッダー -------------- */
.sp-header{
    background: rgba(255, 255, 255, .8);
    display: flex;
    justify-content: space-between;
    padding: 20px;
    position: fixed;
    top: 0;
    transition: .5s;
    width: 100%;
    z-index: 99999;
}
.sp-header.hide{
    top: -80px;
}
.header__inner {
  margin: 0;
  padding: 4px 15px;
  width: 100%;
}
.sp-header li {
  list-style-type: none;
  margin-top: 30px;
}
.sp-header a {
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  color: #ffc0cb;
}
.sp-header a:hover {
  text-decoration: none;
  color: #ffc0cb;
}
.sp-header a .gnav-sub {
  color: #ffc0cbc9;
  font-size: 12px;
}
.sideMenu {
  background-color: #fff;
  height: 100%;
  overflow-y: auto;
  padding: 60px 15px;
  position: fixed;
  right: -220px;
  transition: all 0.6s;
  top: 0;
  width: 220px;
  z-index: 200;
  text-align: center;
}

.hamburger {
  cursor: pointer;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  width: 56px;
  z-index: 300;
}
.hamburger span {
  background-color: #ffc0cb;
  height: 3px;
  left: 11px;
  position: absolute;
  transition: all 0.6s;
  width: 30px;
}
.hamburger__lineTop {
  top: 20px;
}
.hamburger__lineCenter {
  top: 29px;
}
.hamburger__lineBottom {
  top: 38px;
}
.overlay {
  background-color: #000;
  cursor: pointer;
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all 0.6s;
  visibility: hidden;
  width: 100vw;
  z-index: 100;
}
/* メニューが開いた時のCSS */
.nav-open .sideMenu {
  background-color: #fff;
  right: 0;
}
.nav-open .hamburger__lineTop {
  top: 26px;
  transform: rotate(45deg);
  background: #ffc0cb;
}
.nav-open .hamburger__lineCenter {
  left: 50%;
  width: 0;
}
.nav-open .hamburger__lineBottom {
  top: 26px;
  transform: rotate(-45deg);
  background: #ffc0cb;
}
.nav-open .overlay {
  opacity: 0.8;
  visibility: visible;
}
.pcnavi-cart {
  
}
.pcnavi-cart a {
  
}
.pcnavi-cart a:hover {
  
}
.spnavi-cart {
  margin-right: 60px;
  margin-top: 7px;
  width: 20px;
  height: 40px;
  position: relative;
  border-radius: 6px;
  position: relative;
}
.spnavi-cart a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #876114;
}
.spnavi-cart a:hover {
  color: #ffc0cb;
}

/* ============== フッター ============== */
.bg-footer {
  width: 100%;
  height: auto;
  background: url(../img/common/footer-bg.jpg) no-repeat center/cover;
  overflow: hidden;
  z-index: -10;
  padding: 80px 0;
}
@media screen and (min-width: 768px) {
  /* video */
  .bg-footer{
    min-width: 768px;
  }
}
.foot-cvbox {
  background: #0e215685;
  padding: 30px;
  border-radius: 16px;
  width: 80%;
  margin: 40px auto;
  padding-top: 12px;
}
.footer-logo {
  width: 300px;
  margin: 0 auto;
}
.footer-logo a:hover {
  opacity: 0.6;
}
.foot-cvinfo {
  
}
.foot-cvtel {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .foot-cvtel {
    margin-bottom: 14px;
  }
}
.foot-cvtel h3 {
  font-size: 18px;
  margin-bottom: 20px;
  border-bottom: dotted 2px;
  padding-bottom: 4px;
}
.foot-cvtel a {
  font-size: 36px;
  font-weight: bold;
  padding: 6px 12px;
  border-radius: 8px;
  text-shadow: 0 0 12px #575757;
}
.foot-cvmail {
  text-align: center;
}
.foot-cvmail h3 {
  font-size: 18px;
  margin-bottom: 28px;
  border-bottom: dotted 2px;
  padding-bottom: 4px;
}
.foot-cvmail a {
  font-size: 20px;
  font-weight: bold;
  padding: 8px 60px;
  border-radius: 6px;
  background: #1d91ba;
  box-shadow: 2px 2px 8px rgb(0 0 0 / 50%);
}
.foot-cvmail a:hover {
  opacity: 0.6;
  color: #ccc;
  background: #ffc0cb;
  text-decoration: none;
}
.foot-cvtime {
  text-align: center;
  margin-top: 10px;
  margin-bottom: -10px;
}
.foot-cvtime p {
  text-shadow: 0 0 12px #575757;
}
.foot-cvsns {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.foot-cvsns a {
  font-size: 20px;
  font-weight: bold;
  padding: 0 20px;
  text-shadow: 0 0 12px #fff;
}
.foot-banner {
  
}
.foot-banner img {
  
}
.footer-contact {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .foot-cvbox {
    width: 100%;
  }
  .foot-cvbox {
    padding: 30px 15px;
  }
  .foot-cvsns a {
    font-size: 18px;
  }
  .c-9 {
    color: #009deb !important;
  }
  .foot-cvtel a {
    font-size: 34px;
    color: #fff !important;
    text-decoration: none !important;
  }
  .foot-cvmail a {
    color: #fff !important;
  }
}
.fa-phone-volume {
  font-size: 30px;
}

.btn-shine {
  color: #FFF;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 45px;
  width: 200px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid transparent;
  outline: 1px solid;
  outline-color: rgba(255, 255, 255, 0.5);
  outline-offset: 0px;
  text-shadow: none;
  transition: all 1.2s cubic-bezier(0.2, 1, 0.2, 1);
}
.btn-shine:hover {
  border-color: #FFF;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
  outline-color: transparent;
  outline-offset: 12px;
  text-shadow: 2px 2px 3px #000;
  color: #fff;
  text-decoration: none;
}

.footer-nav {
  width: 75%;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: -30px;
}
.footer-nav ul {
  display: flex;
  justify-content: space-around;
}
.footer-nav ul li {

}
.footer-nav ul li a {
  color: #ff889d;
}
.footer-nav ul li a:hover {
  text-decoration: none;
  font-weight: bold;
  border-bottom: solid 2px #fff;
}
.copyright {
  background: #ffc0cb;
  text-align: center;
}
.copyright p {
  color: #fff;
  font-size: 14px;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.copyright p a {
  color: #fff;
  font-size: 14px;
}
.copyright-mens {
  background: #2B66A9;
  text-align: center;
}
.copyright-mens p {
  color: #fff;
  font-size: 14px;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.copyright-mens p a {
  color: #fff;
  font-size: 14px;
}
.foot-map {
  margin-bottom: -6px;
}
@media screen and (max-width: 768px){
  .copyright {
    padding-bottom: 100px !important;
  }
}


/* ============== サイト共通調整 ============== */
/*------------- スマホでテキスト改行 ------------*/
@media screen and (min-width: 768px){
.br-sp {display: none; }
}
/*------------ PC・SP 表示切替（990） -----------*/
@media screen and (max-width: 990px){
  .pc9 {
    display: none!important;
  }
}
@media screen and (min-width: 990px){
  .sp9 {
    display: none!important;
  }
}
/*------------ PC・SP 表示切替（768） -----------*/
@media screen and (max-width: 767px){
  .pc7 {
    display: none !important;
  }
}
@media screen and (min-width: 768px){
  .sp7 {
    display: none !important;
  }
}
/*------------ PC・SP 表示切替（600） -----------*/
@media screen and (max-width: 600px){
  .pc6 {
    display: none;
  }
}
@media screen and (min-width: 600px){
  .sp6 {
    display: none;
  }
}
/*------------ 余白調整 -----------*/
.top_50 {
  margin-top: 50px;
}
.top_80 {
  margin-top: 80px;
}
.center {
  text-align: center;
  margin: 0 auto;
}
.top_50pc {
  margin-top: 50px;
}
.top_160pc {
  margin-top: 160px;
}
@media screen and (max-width: 767px) {
  .top_50pc {
    margin-top: 0px;
  }
  .top_160pc {
    margin-top: 0px;
  }
}
/*------------ テキスト調整 -----------*/
.t-right {
  text-align: right;
}
.t-left {
  text-align: left;
}
.t-center {
  text-align: center;
}
/*------------ 画像角の調整 -----------*/
.r-radius12 {
  border-radius: 12px;
}

/*------------------ Slick Slider ------------------*/
.slider {
  width: 94%;
  margin: 30px auto;
}
.slider img {
  height: auto;
  width: 100%;
}
/*slick setting*/
.slick-prev:before,
.slick-next:before {
    color: #575757 !important;
}
.slick-prev:before {
  content: '◀' !important;
}
.slick-next:before {
  content: '▶' !important;
}
/*------------------ slide logo ------------------*/
.slide img {
  width: 70%;
  padding: 0 10px;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .slide img {
    padding: 10px 0;
    width: 80%;
  }
}

/*-----------------------------------------------
サイドバー
-----------------------------------------------*/
.side-search {
  padding: 0 0.714286em;
  margin-bottom: 20px;
}
.side-cate {
  padding: 0 0.714286em;
  margin-bottom: 26px;
}
.side-tag {
  padding: 0 0.714286em;
  margin-bottom: 26px;
}
.widget_title {
  margin-bottom: 8px !important;
}
.category-list {
  
}
.category-list li {
  margin-bottom: 4px;
  margin-left: 8px;
}
.category-list li a {
  color: #575757;
  text-decoration: none;
}
.category-list li a:hover {
  opacity: .7;
}
.tag-list {
  
}
.tag-list li {
  margin-bottom: 4px;
}
.tag-list li a {
  color: #575757;
  text-decoration: none;
}
.tag-list li a:hover {
  opacity: .7;
}

/*-----------------------------------------------
トップページ各コンテンツ
-----------------------------------------------*/
.item {
  width: 100vw;
  margin: 0 5px;
}
.item img {
  width: 100%;
  height: auto;
}
#js-slide__nav {
  text-align: center;
}
#js-slide__nav__inner {
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .item {
    width: 230vw;
  }
}
/*------------------ メインタイトル ------------------*/
.lower-titlearea {
  margin-top: 60px;
  margin-bottom: 20px;
  text-align: center;
}
.lower-titlearea h3 {
  font-size: 28px;
  font-weight: bold;
  color: #ffc0cb;
}
.lower-titlearea img {
  width: 260px;
  margin-bottom: 50px;
}

.top_maintitle {
  position: relative;
}
.top_maintitle h2 {
  position: relative;
  text-align: center;
  font-size: 22px;
  padding-bottom: 12px;
  color: #575757;
  z-index: 1;
}
.top_maintitle h2 span {
  font-size: 14px;
  display: block;
  color: #ffc0cb;
  padding-bottom: 5px;
}
.top_maintitle p {
  position: absolute;
  top: 0;
  font-size: 100px !important;
  font-weight: bold;
  color: rgba(255, 193, 7, .08);
}
@media screen and (max-width: 767px) {
  .top_maintitle p {
    font-size: 40px !important;
  }
}
/*------------------ スクロール誘導 ------------------*/
.scroll {
  padding-top: 150px;
}
.scroll a {
  position: absolute;
  bottom: 0;
  left: 46%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
  padding-top: 60px;
  text-align: center;
  right: 48%;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}
.scroll a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}
.scroll a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/*------------------ トップMV ------------------*/
.top {
  position: relative;
  margin-top: 58px;
}
.top::after {
  content: "";
  display: block;
  width: 30%;
  height: 100%;
  background: #fff8f9;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.top img {
  
}
.top_center {
  position: absolute;
  width: 100%;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 99;
}
.top_copy {
  text-align: center;
  background: rgba(250, 205, 212, .6);
  padding: 18px 26px;
}
.top_copy h2 {
  font-size: 56px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #575757;
  text-shadow: 2px 2px #fff;
  font-family: 'Noto Serif JP', serif;
}
.top_copy p {
  font-size: 28px;
  color: #575757;
  line-height: 2;
  font-weight: bold;
  text-shadow: 1px 1px #fff;
  font-family: 'Noto Serif JP', serif;
}
@media screen and (max-width: 767px) {
  .top_center {
    top: 130%;
    background: rgba(255,255,255,0.8);
    padding: 0;
    position: relative;
    margin-top: 100px;
  }
  .top_copy {
    text-align: center;
    padding: 2px 12px;
  }
  .top::after {
    display: none;
  }
  .top img {
    height: 50vh;
    object-fit: cover;
    object-position: 70% 0%;
  }
  .top_copy h2 {
    font-size: 26px;
    text-align: left;
    line-height: 1.6;
  }
  .top_copy p {
    font-size: 16px;
    text-align: left;
  }
}

/*------------------ aboutセクション ------------------*/
.top_about {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top_about {
    padding-top: 10px;
  }
}
.about-title {
  text-align: center;
}
.about-title h3 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #ff889d;
}
.about-title h4 {
  font-size: 20px;
  line-height: 1.6;
  color: #787878;
  font-weight: bold;
}
.top_about p {
  line-height: 2;
}
.about-title .insta {
  
}
.about-title .insta img {
  width: 40px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .about-title h3 {
    font-size: 22px;
    color: #ff8b9f;
    line-height: 1.6;
  }
  .about-title h4 {
    font-size: 18px;
  }
}

/*------------------ top_serviceセクション ------------------*/
.top_service {
  padding-top: 30px;
  background: #fff8f9;
}
.service_area {
  display: flex;
}
.service_area li {
  width: 50%;
  position: relative;
  background: #fff8f9;
}
.service_area li img {
  
}
.service_area li .service-info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 80%;
}
.service_area li .service-info h3 {
  color: #ff889d;
  font-size: 26px;
  margin-bottom: 16px;
  position: relative;
  line-height: 1.6;
}
.service_area li .service-info h3 span {
  display: block;
  font-size: 22px;
}
.service_area li .service-info p {
  line-height: 1.8;
  color: #575757;
  font-size: 18px;
  letter-spacing: -1px;
}
.service_area li .service-info p span {
  font-size: 16px;
}
.service_area li .service-info ol {
  display: flex;
  flex-wrap: wrap;
  margin: 8px auto;
}
.service_area li .service-info ol li {
  width: auto;
  display: block;
  background: #ffc0cb;
  padding: 2px 10px;
  margin: 3px 0;
  margin-right: 14px;
  border-radius: 4px;
  font-weight: bold;
}
.btn-flex {
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 767px) {
  .btn-flex {
    display: block;
  }
  .service_area {
    display: block;
  }
  .service_area li {
    width: 100%;
  }
  .service_area li .service-info {
    position: unset;
    top: unset;
    left: unset;
    transform: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    width: 90%;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 0 auto;
  }
  .service_area li .service-info p {
    text-align: left;
  }
}

/*------------------ top_featuresセクション ------------------*/
.top_features {
  margin-top: 60px;
  margin-bottom: 120px;
  position: relative;
  background: #ffc0cb;
  padding: 40px 0;
}
.features-area {
}
.top-title1 {
  text-align: center;
  margin-bottom: 50px;
}
.top-title1 h3 {
  position: relative;
  font-size: 36px;
  font-weight: bold;
  color: #ff889d;
  margin-bottom: 20px;
}
.top-title1 h3 span {
  display: block;
  color: #ffc0cb;
  margin-bottom: 5px;
}
.top-title1 p {
  
}
.features-box {
  height: 100%;
  text-align: center;
}
.features-box h3 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  margin: 22px 0;
  color: #fff;
}
.features-box p {
  color: #575757;
  text-align: left;
  line-height: 1.6;
  width: 96%;
  margin: 0 auto;
}
.features-box img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top_features .img-bg {
    height: 600px;
  }
  .features-area {
    height: auto;
  }
  .features-box {
    margin-bottom: 30px;
  }
}
/*------------------ top_featuresセクション（plan） ------------------*/
.plan-area {
  background: rgba(0, 0, 0, .7);
  margin-top: 100px;
  padding: 40px 20px;
  height: 400px;
}
.plan-box {
  background: #fff;
  padding: 10px 10px;
  box-shadow: 2px 2px 6px #575757;
  position: relative;
  text-align: center;
  padding-bottom: 40px;
}
.plan-box::before {
  content: "";
  top: 0;
  left: 0;
  border-bottom: 50px solid transparent;
  border-left: 50px solid #ffc0cb;
  position: absolute;
}
.plan-box h3 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  margin: 22px 0;
  color: #575757;
}
.plan-box img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .plan-area {
    height: auto;
  }
}

/*------------------ top_voiceセクション ------------------*/
.top_voice {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
}
.voice-title {
  text-align: left;
}
.voice-title h3 {
  position: relative;
  font-size: 30px;
  font-weight: bold;
  color: #575757;
  margin-bottom: 20px;
}
.voice-title h3 span {
  display: block;
  color: #ffc0cb;
  margin-bottom: 5px;
}
.voice-area {
  background: #fff8f9;
  padding: 10px 20px;
  height: 100%;
}
.voice-area a:hover {
  text-decoration: none;
}
.voice-area .a1 {
  width: 30%;
}
.voice-area .a2 {
  width: 70%;
}
.a2:hover {
  text-decoration: none;
  opacity: .7;
}
.voice-area img {
  width: 140px;
  height: 140px;
  object-fit: cover;
}
.voice-area .voice-box {
  text-align: left;
}
.voice-box p {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 4px;
  text-align: right;
}
.voice-box h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
  color: #ff889d;
  margin-bottom: 16px;
}
.voice-box h4 {
  color: #575757;
  margin-top: 12px;
  margin-bottom: 16px;
  text-align: left;
  font-size: 18px;
  line-height: 1.6;
}
.voice-box h5 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  color: #575757;
  margin-bottom: 16px;
}
.voice-space {
  
}
.voice-space h3 {
  font-size: 20px;
  background: #ffc0cb;
  width: 100%;
  padding: 8px 16px;
  color: #fff;
}
.voice-space p {
  padding: 10px 16px;
}
@media screen and (max-width: 767px) {
  .voice-area {
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }
}


/*------------------ top_blogセクション ------------------*/
.top_blog {
  background: #fff8f9;
  padding-top: 60px;
  padding-bottom: 120px;
}
.blog-box {
  padding-bottom: 12px;
}
.blog-box img {
  margin-bottom: 10px;
  height: 180px;
  width: 100%;
  object-fit: cover;
}
.blog-box p {
  font-size: 14px;
  color: #575757;
  margin-left: 10px;
  margin-bottom: 6px;
}
.blog-box h3 {
  margin-left: 10px;
  margin-bottom: 12px;
  font-size: 18px;
}
.blog-box .blog-tag {
  display: flex;
  justify-content: flex-end;
  margin-right: 8px;
}
.blog-box .blog-tag li {
  margin: 0 4px;
  font-size: 14px;
  color: #575757;
}


/*------------------ top_footセクション ------------------*/
.top_foot {
  background: #ffc0cb;
  padding-bottom: 80px;
}
.foot-slide {
  
}
.foot-title {
  text-align: center;
  margin-top: 50px;
}
.foot-title h3 {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 30px;
}
.foot-title p {
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
}
.foot-logo {
  background: #fff8f9;
  padding: 80px 0;
  text-align: center;
}
.foot-logo a {
  
}
.foot-logo a:hover {
  
}
.foot-logo a img {
  width: 240px;
}


/*------------------ top_profileセクション ------------------*/
.top_profile {
  margin: 60px 0;
}
.profile-area {
  background: #ffeaef;
  padding: 30px 20px;
  border-radius: 8px;
}
.profile-title {
}
.profile-title h3 {
  font-size: 28px;
  border-bottom: solid 2px;
}
.profile-area img {
}
.profile-area p {
  line-height: 1.6;
  margin-bottom: 16px;
  color: #575757;
}

/*------------------ top_simulationセクション ------------------*/
.top_simulation {
  width: 100%;
  height: auto;
  background: url(../img/index/simu-bg.jpg) no-repeat center/cover;
  overflow: hidden;
  z-index: -10;
  padding: 80px 0;
}
.simu-area {
  background: #fff;
  padding: 30px 20px;
}
.simu-area h3 {
  position: relative;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 30px;
}
.simu-area h3 span {
  display: block;
  margin-bottom: 8px;
  color: #ffc0cb;
}
.simu-area p {
  margin-bottom: 60px;
}
.simu-btn {
  margin: 40px 0;
  text-align: center;
}
.simu-btn a {
  background: linear-gradient(90deg, #EA6229, #F2BF1E);
  padding: 20px 80px;
  border-radius: 30px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.simu-btn a:hover {
  opacity: .7;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .simu-btn a {
    padding: 20px 40px;
  }
}
/*------------------ top_ctaセクション ------------------*/
.top_cta {
  
}
.cta-area {
  display: flex;
}
.cta-area .cta-mail {
  width: 50%;
  position: relative;
}
.cta-area .cta-mail img {
  
}
.cta-area .cta-mail .cta-mask1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background: rgba(249, 193, 207, 0.3);
  width: 100%;
  height: 100%;
}
.cta-area .cta-tel {
  width: 50%;
  position: relative;
}
.cta-area .cta-tel img {
  
}
.cta-area .cta-tel .cta-mask2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background: rgba(43, 102, 169, .6);
  width: 100%;
  height: 100%;
}
.cta-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.cta-area h3 {
  position: relative;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 40px;
  text-shadow: 0 1px 6px #000;
}
.cta-area h3::after {
  position: absolute;
  bottom: -12px;
  left: calc(50% - 70px);
  width: 140px;
  height: 4px;
  content: '';
  background: #ffc0cb;
}
.cta-area h4 {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 1px 6px #000;
}
.cta-area p {
  background: #fff;
  padding: 2px 0;
  color: #ea6429;
}
@media screen and (max-width: 767px) {
  .cta-area {
    display: block;
  }
  .cta-area .cta-mail {
    width: 100%;
  }
  .cta-area .cta-tel {
    width: 100%;
  }
  .cta-center {
    width: 80%;
  }
}

/*------------------ 下層ヘッダー ------------------*/
.sp-ctanavi {
  display: flex;
  width: 100%;
  text-align: center;
  position: fixed;
  bottom: 0;
  z-index: 99;
}
.sp-ctanavi li {
  width: 100%;
  background: #ffc0cb;
  padding: 12px 0;
  border: solid 1px #fff;
}
.sp-ctanavi li a {
  position: relative;
  color: #fff;
}
.sp-ctanavi li a i {
  font-size: 30px;
}
.sp-ctanavi li a span {
  display: block;
  font-size: 14px;
  font-weight: bold;
}
.sp-ctanavi-mens {
  display: flex;
  width: 100%;
  text-align: center;
  position: fixed;
  bottom: 0;
  z-index: 99;
}
.sp-ctanavi-mens li {
  width: 100%;
  padding: 0 0 4px 0;
}
.sp-ctanavi-mens li a {
  position: relative;
  color: #fff;
  background: #2B66A9;
  width: 98%;
  display: block;
  padding: 16px 0;
  margin: 0 auto;
  border-radius: 30px;
  box-shadow: 2px 2px 6px #575757;
}
.sp-ctanavi-mens li a i {
  font-size: 22px;
  margin-bottom: 3px;
}
.sp-ctanavi-mens li a span {
  font-size: 24px;
  font-weight: bold;
  padding-left: 8px;
}
.pc-ctanavi-mens {
  position: fixed;
  bottom: 50px;
  right: 10px;
}
.pc-ctanavi-mens li {
  text-align: center;
  margin: 10px 0;
  background: rgba(255, 255, 255, .8);
  padding: 4px 4px;
  border-radius: 4px;
}
.pc-ctanavi-mens li a {
  color: #2b66a9;
}
.pc-ctanavi-mens li a i {
  font-size: 44px;
}
.pc-ctanavi-mens li a span {
  display: block;
  font-size: 12px;
  font-weight: bold;
}
.entry-header {
  position: relative;
}
.entry-header img {
  opacity: .6;
}
.entry-header h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff;
  font-size: 34px;
  font-weight: bold;
  text-shadow: 0 0 6px #495057;
  text-align: center;
}
@media only screen and (max-width:767px) {
  .entry-header img {
    height: 240px;
    object-fit: cover;
    opacity: .6;
  }
  .entry-header h2 {
    font-size: 32px;
    width: 90%;
    text-align: center;
    text-shadow: 0 2px 6px #000;
    top: 60%;
  }
}
/*------------------ 投稿ページ（次、前の記事） ------------------*/
.prev_next {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.prev_next .prev {

}
.prev_next .next {

}
/*-----------------------------------------------
下層コンテンツ
-----------------------------------------------*/
.site-content {
  margin-top: 50px;
}
@media only screen and (max-width:767px) {
  .site-content {
    margin-top: 80px;
  }
}

.lower {
  margin-top: 60px;
  padding-bottom: 120px;
}
/*------------------ 見出し------------------*/
.lower h2 {
  font-size: 30px;
  position: relative;
  padding: 15px 0;
  text-align: center;
  color: #0e2156;
  margin-bottom: 30px;
}
.lower h2 span {
  font-size: 16px;
  display: block;
  padding-top: 8px;
  color: #ffc0cb;
}
.lower h2:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 20px);
  width: 40px;
  height: 4px;
  content: '';
  border-radius: 3px;
  background: #ffc0cb;
}
.lower2 h2 {
  font-size: 30px;
  font-size: 3rem;
  position: relative;
  padding: 15px 0;
  text-align: center;
  color: #575757;
  margin-bottom: 30px;
}
.lower2 h2 span {
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
  padding-top: 8px;
  color: #6c757d;
}
.lower2 h2:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #008f42;
}
/*-----------------------------------------------
会社概要
-----------------------------------------------*/
/*------------------ 会社概要の表------------------*/
.com-about {
  margin-bottom: 60px;
}
.com-about table {
  border-collapse: collapse;
  width: 100%;
}
.com-about th,td {
  padding: 10px;
  line-height: 26px;
}
.com-about th {
  background-color: #575757;
  color: #fff;
  font-weight: bold;
  position: relative;
  z-index: 10;
  text-align: center;
  width: 25%;
  vertical-align: middle;
}
.com-about td {
  background-color: #dee2e6;
  padding: 10px 15px;
  vertical-align: middle;
}
.com-about tr {
  border-bottom:  solid #fff; /* 線指定 */
}
@media only screen and (max-width:767px) {
  .com-about tr {
    display: grid;
  }
  .com-about th {
    width: 100%;
  }
  .com-about td {
    padding-left: unset;
    padding: 6px 12px;
  }
}

.access-area {
  
}
.access-map {
  
}
.access-info {
  background: #e9ecef;
  padding: 30px;
  border-radius: 15px;
  width: 98%;
  margin: 0 auto;
}
.access-info p {
  margin-bottom: 12px;
}
/*------------------ アクセス情報 ------------------*/
.com-accessmap {
  
}
.com-accessinfo {
  
}
.com-accessinfo h3 {
  font-size: 22px;
  margin-bottom: 20px;
  border-bottom: dashed 1px #008f42;
  padding-bottom: 5px;
}
.com-accessinfo p {
  line-height: 30px;
}
/*------------------ 沿革のステップ ------------------*/
.com-history {

}
.com-history .flow {
  position: relative;
}
.com-history .flow::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #dee2e6;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
}
.com-history .flow > li {
  position: relative;
}
.com-history .flow > li:not(:last-child) {
  margin-bottom: 36px;
}
.com-history .flow .com-right dl {
  padding-left: 50%;
  position: relative;
}
.com-history .flow .com-left dl {
  padding-right: 50%;
  position: relative;
  text-align: right;
}
.com-history .flow > li dl::before,
.com-history .flow > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}
.com-history .flow > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #6b90db;
  border-radius: 50%;
  left: 49.7%;
}
.com-history .flow .com-right dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 50%;
}
.com-history .flow .com-left dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  right: 50%;
}
.com-history .flow .com-right dl dt {
  font-size: 22px;
  font-weight: 600;
  color: rgb(107,144,219);
  margin-bottom: 1vh;
  margin-left: 60px;
}
.com-history .flow .com-right dl dd {
  margin-left: 60px;
}
.com-history .flow .com-left dl dt {
  font-size: 22px;
  font-weight: 600;
  color: rgb(107,144,219);
  margin-bottom: 1vh;
  margin-right: 60px;
}
.com-history .flow .com-left dl dd {
  margin-right: 60px;
}
@media only screen and (max-width:767px) {
  .com-history .flow::before {
    left: 3%;
  }
  .com-history .flow .com-right dl {
    padding-left: 0%;
  }
  .com-history .flow > li dl::before {
    left: 1.7%;
  }
  .com-history .flow .com-right dl::after {
    left: 3%;
  }
  .com-history .flow .com-left dl {
    padding-right: 0;
    text-align: left;
  }
  .com-history .flow .com-left dl::after {
    right: 83%;
  }
  .com-history .flow .com-left dl dt {
    margin-right: unset;
    margin-left: 60px;
  }
  .com-history .flow .com-left dl dd {
    margin-right: unset;
    margin-left: 60px;
  }
}

/*-----------------------------------------------
ABOUT（アバウト）ページ
-----------------------------------------------*/
.about-area {
  
}
.about-area img {
  
}
.about-area p {
  line-height: 2;
  margin-bottom: 20px;
}
.about-area h5 {
  text-align: right;
  color: #575757;
}
.about-area h6 {
  text-align: right;
  margin-bottom: 10px;
  color: #575757;
}
.about-area h5 .insta2 img {
  width: 26px;
  margin-bottom: -2px;
  margin-left: 10px;
}
.about-prof {
  margin-top: 100px;
  padding-top: 60px;
  padding-bottom: 120px;
  background: #fff8f9;
  height: 1400px;
}
.prof-area {
  position: relative;
}
.prof-area img {
  position: absolute;
  width: 55%;
  left: 0;
  top: 0;
}
.prof-box {
  background: rgba(255, 255, 255, .7);
  padding: 30px 20px;
  position: absolute;
  width: 60%;
  right: 0;
  top: 40px;
}
.prof-box p {
  line-height: 2;
  margin-bottom: 30px;
}
.prof-box p .insta2 {
  
}
.prof-box p .insta2 img {
  position: relative;
  width: 26px;
  margin-bottom: 8px;
  margin-left: 4px;
}
@media screen and (max-width: 1200px) {
  .about-prof {
    height: 2000px;
  }
}
@media screen and (max-width: 992px) {
  .about-prof {
    height: 2300px;
  }
}
@media screen and (max-width: 767px) {
  .prof-area img {
    position: unset;
    margin-bottom: 30px;
    width: 100%;
  }
  .prof-box {
    position: unset;
    width: 100%;
  }
  .about-prof {
    height: unset;
  }
}

/*-----------------------------------------------
SERVICE（サービス）ページ
-----------------------------------------------*/
.service-area {
  
}
.service-area img {
  
}
.service-area h3 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #ff8c00;
}
.service-area h4 {
  color: #ffc0cb;
  line-height: 1.6;
  margin-top: 12px;
  margin-bottom: 20px;
}
.service-area p {
  color: #575757;
  line-height: 1.4;
  margin-bottom: 12px;
}
.service-area h5 {
  text-align: right;
  color: #575757;
}
.service-worries {
  width: 100%;
  height: auto;
  background: url(../img/index/worries-bg.jpg) no-repeat center/cover;
  overflow: hidden;
  z-index: -10;
  padding: 60px 0;
  padding-top: 120px;
}
.worries-area {
  background: rgba(255, 255, 255, .8);
  border-radius: 6px;
  padding: 30px;
}
.worries-area h3 {
  font-size: 36px;
  text-align: center;
  margin-bottom: 40px;
  color: #575757;
}
.worries-box {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.worries-box ol {
}
.worries-box ol li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 8px;
}
.worries-box ol li:before {
  content: "";
  position: absolute;
  top: .25em;
  left: 5px;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
  width: 6px;
  height: 10px;
  border-right: 2px solid #8b6b4e;
  border-bottom: 2px solid #8b6b4e;
}

.worries-box ol li:after {
  content: "";
  position: absolute;
  top: .2em;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #8b6b4e;
  border-radius: 2px;
}
.service-features {
  padding-top: 60px;
  padding-bottom: 80px;
}
.service-title {
  text-align: center;
  margin-bottom: 30px;
}
.service-title h3 {
  font-size: 24px;
  font-weight: bold;
  color: #ffc0cb;
  margin-bottom: 12px;
}
.service-title p {
  
}
.service-title2 {
  text-align: center;
  margin-bottom: 30px;
}
.service-title2 h3 {
  font-size: 24px;
  font-weight: bold;
  color: #ffc107;
  margin-bottom: 12px;
}
.service-title2 p {
  
}
.service-flow {
  padding-top: 60px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .worries-box ol li {
    width: 100%;
    margin-bottom: 12px;
  }
}

/*-----------------------------------------------
お客さまの声ページ
-----------------------------------------------*/
.voice-area2 {
  position: relative;
}
.voice-area2 img {
  position: relative;
  z-index: 99;
}
.voice-area2 .voice-box2 {
  text-align: right;
  background: #fff;
  box-shadow: 2px 2px 6px #adb5bd;
  right: 0;
  top: 40px;
  padding: 20px 20px;
  z-index: 9;
}
.voice-box2 p {
  font-size: 14px;
  font-weight: bold;
  color: #ffc0cb;
  margin-bottom: 4px;
}
.voice-box2 h4 {
  font-weight: bold;
  color: #999999;
  margin-bottom: 8px;
}
.voice-box2 h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  color: #000;
}
@media screen and (max-width: 767px) {
  .voice-area2 .voice-box2 {
    position: unset;
    padding-top: unset;
    width: 100%;
    padding: 20px 8px;
  }
  .voice-area2 img {
    width: 100%;
  }
}

/*-----------------------------------------------
PLANページ
-----------------------------------------------*/
.course-lead {
  margin-bottom: 20px;
}
.course-lead h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  padding: 6px 0;
  padding-left: 10px;
  border-left: solid 6px #ffc0cb;
  background: linear-gradient(90deg, #ffeaef, #fff);
}
.course-box {
  box-shadow: 3px 3px 0px #ffc0cb;
  height: 100%;
  padding: 20px 12px;
  background: #f8f9fa;
  border-radius: 30px 0px 30px 0px;
}
.course-box h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #ffc0cb;
  border-bottom: dashed 1px;
}
.course-box p {
  line-height: 1.6;
}
.course-detail {
  
}
.course-detail h3 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 24px;
  margin-bottom: 10px;
  border-left: solid 6px #ffc0cb;
  border-bottom: solid 1px #ffc0cb;
  padding: 8px 0;
  padding-left: 8px;
  background: #fff8fa;
}
.course-detail p {
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: center;
}
.course-contents {
  display: flex;
  flex-wrap: wrap;
}
.course-contents li {
  background: #f8f9fa;
  padding: 8px 16px;
  margin: 6px 5px;
  box-shadow: 2px 2px 0 #ffc0cb;
}
.course-flow {
  display: flex;
  justify-content: space-between;
}
.course-flow li {
  width: 23%;
  box-shadow: 2px 2px 6px #ccc;
  padding: 17px 16px;
  background: #fff;
}
.course-flowbox {
  text-align: center;
}
.course-flowbox h4 {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
  border-bottom: dashed 1px #ffc0cb;
  height: 74px;
}
.course-flowbox h4 span {
  display: block;
  font-size: 12px;
  color: #ffc0cb;
  margin-bottom: 10px;
}
.course-flowbox img {
  width: 40%;
  margin: 30px 0;
}
.course-flowbox p {
  text-align: left;
}
.step5 {
  display: flex;
  justify-content: space-between;
}
.step5 p {
  width: 80%;
}
.step5 img {
  width: 20%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .course-flow {
    display: block;
  }
  .course-flow li {
    width: 100%;
    margin-bottom: 12px;
  }
  .step5 {
    display: block;
  }
  .step5 p {
    width: 100%;
  }
  .step5 img {
    width: 50%;
  }
}

/*-----------------------------------------------
事業紹介ページ
-----------------------------------------------*/
.s-s {
  padding-bottom: 60px;
  margin-bottom: 80px;
}
.service-top {
  background: #ffc0cb;
  padding: 32px 16px;
  border-radius: 8px;
}
.service-top p {
  text-align: center;
  line-height: 2;
  font-size: 18px;
  color: #fff;
}
.menu-box {
  position: relative;
  background: #fff3dc;
  height: 120px;
  border-radius: 8px;
  box-shadow: 2px 2px 8px #ccc;
}
.menu-box::before {
  content: "";
  top: 0;
  left: 0;
  border-bottom: 6em solid transparent;
  border-left: 12em solid #ffc0cb;
  position: absolute;
  z-index: 50;
}
.menu-box h4 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 99;
  color: #575757;
  font-size: 22px;
  text-shadow: 0 0 8px #fff;
}
.menu-box h4 span {
  
} 
.menu-main {
  
}
.menu-main p {
  text-align: center;
  line-height: 2;
}


.product-main {
  text-align: center;
}
.product-main h3 {
  font-size: 28px;
  font-weight: bold;
  display: inline;
  background: linear-gradient(135deg, #ff8c00, rgb(225 120 237), #ff8c00);
  -webkit-background-clip: text;
  color: transparent;
}
.product-main h4 {
  color: #ffc0cb;
  font-size: 18px;
}
.product-main p {
  margin-top: 12px;
  font-size: 16px;
  line-height: 2;
}
.service-img {
  border-radius: 12px;
}
.service-box {
  
}
.service-box h3 {
  font-size: 24px;
  margin-bottom: 8px;
  border-bottom: dashed 2px #ffc0cb;
  padding-bottom: 6px;
}
.service-box h4 {
  font-size: 18px;
  margin-bottom: 20px;
  color: #575757;
}
.service-box p {
  
}
.product-read {
  text-align: left;
  line-height: 28px;
  margin: 0 auto;
  margin-bottom: 16px;
}
.product-read span {
  font-size: 18px;
  font-weight: bold;
}
.product-subtitle {
  text-align: center;
}
.product-subtitle p {
  position: relative;
  margin-bottom: 0;
  margin-top: 12px;
}
.product-subtitle p:before,
.product-subtitle p:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 39%;
  height: 1px;
  background-color: #575757;
}
.product-subtitle p:before {
  left: 0;
}
.product-subtitle p:after {
  right: 0;
}
@media only screen and (max-width:767px) {
  .product-main p {
    letter-spacing: -3px;
  }
  .product-subtitle p:before,
  .product-subtitle p:after {
    width: 24%;
  }
  .product-read {
    width: 100%;
  }
	.product-title {
		width: 92%;
	}
}
.oem-m {
  margin-top: 80px;
}
.oem-m h2 {
  
}
.oem-m p {
  text-align: center;
  line-height: 30px;
}


/*-----------------------------------------------
記事一覧
-----------------------------------------------*/
.archive-list {

}
.archive-list img {
  position: relative;
  object-fit: contain;
  height: 200px;
}
.archive-list h3 a {
  font-size: 16px;
  color: #575757;
  font-weight: bold;
  margin: 6px 0;
}
.archive-list h3 a:hover {
  color: #008f42;
  text-decoration: none;
}
.archive-list p {
  position: absolute;
  top: 0;
  background: #000;
  color: #fff;
  padding: 3px 8px;
  font-size: 12px;
  font-weight: bold;
}
.archive-list p a {
  color: #fff;
  font-weight: bold;
}

/*-----------------------------------------------
お問い合わせフォーム
-----------------------------------------------*/
.line-contact {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 200px;
}
.line-contact h3 {
  font-size: 20px;
  margin-bottom: 50px;
}
.line-contact a {
  
}
.line-contact a:hover {
  
}
.line-contact a img {
  width: 100px;
}


.cform tr {

}
.cform th {
	font-size: 14px;
	width: 25%; /*変なところで改行される場合はここの数字を変更します。*/
	border: solid 1px #d6d6d6;
	padding: 10px 0 10px 15px;
	font-weight: normal;
  background: #e9ecef;
  vertical-align: middle;
}
.cform td {
	font-size: 14px;
	line-height: 150%;
	border: solid 1px #d6d6d6;
	padding: 10px 5px;
  background: #f8f9fa;
}
.cform {
	width: 80%;
	margin: auto;
}
.cform [type=submit] {
	display: inline-block;
	font-size: 20px;
	padding: 10px 30px;
	text-decoration: none;
	background: #ff8f00;
	color: #FFF;
	border-bottom: solid 4px #B17C00;
	border-radius: 3px;
}
.cform option,
.cform textarea,
.cform input[type=text],
.cform input[type=email],
.cform input[type=search],
.cform input[type=url] {
	width: 100%;
}
.required-srt {
	font-size: 8pt;
	padding: 5px;
	background: #ce0000;
	color: #fff;
	border-radius: 3px;
	margin-left: 0;
	vertical-align: middle;
}
.required-srt2 {
	font-size: 8pt;
	padding: 5px;
	background: #adb5bd;
	color: #fff;
	border-radius: 3px;
	margin-left: 0;
	vertical-align: middle;
}
@media only screen and (max-width:767px) {
  .cform {
    width: 100%;
  }
	.cform th,
	.cform td {
		width: 100%;
		display: block;
		border-top: none;
	}
}
.submit-btn input {
	background: #008f42;
	width: 60%;
	max-width: 550px;
	min-width: 220px;
	margin: 30px auto;
	display: block;
	border: 2px #008f42 solid;
	text-align: center;
	padding: 5px;
	color: #fff;
	transition: all 0.4s ease;
}
.submit-btn input:hover {
	background: #bd984d;
	color: #008f42;
  font-weight: bold;
}
/*------------------ ステップ（お問い合わせ）------------------*/
.stepBar {
  display: flex;
  max-width: 80%;
  position: relative;
  margin: 20px auto;
  text-align: center;
}
.stepBar li {
  font-size: 12px;
  list-style: none;
  position: relative;
  width: 33.333%;
}
.stepBar li:after {
  background: #e0e0e0;
  content: "";
  width: calc(100% - 24px);
  height: 4px;
  position: absolute;
  left: calc(-50% + 12px);
  top: 10px;
}
.stepBar li:first-child:after {
  display: none;
}
.stepBar li span {
  background: #e0e0e0;
  color: #ffffff;
  display: inline-block;
  height: 24px;
  margin-bottom: 5px;
  line-height: 24px;
  width: 24px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.stepBar .visited:after {
  background: #e0e0e0;
}
.stepBar .visited span {
  background: #000;
  font-weight: bold;
  font-size: 14px;
}

/*------------ モーダルウィンドウ -----------*/
.md-btn {
  margin-top: 10px;
}
.md-btn_a {
  background: #f7f7f7;
  display: inline-flex;
  padding: 2px 80px;
  color: #575757;
  font-weight: 600;
  border-radius: 18px;
  border: solid 1px rgb(0 0 0 / 50%);
  font-size: 14px;
}
.md-btn_a:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}
.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 40px 10px;
  text-align: center
}
.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}
.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}
.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}
.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 80%;
  padding: 30px 30px 15px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, .6);
  vertical-align: middle
}
.modal-wrapper .modal-window .modal-content {
  max-height: 80vh;
  overflow-y: auto;
  text-align: left;
  border: unset;
}
.modal-content h4 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: dashed 1px rgb(0 0 0 / 50%);
  color: #575757;
  margin-bottom: 8px;
  padding-bottom: 3px;
}
.modal-content p {
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 18px;
}
.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8)
}
.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  color: #95979c !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0
}
.modal-wrapper .modal-close:hover {
  color: #2b2e38 !important
}
/*------------------ ステップ ------------------*/
.mainflow {
  padding: 60px 0;
}
.flow-s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  flex-wrap: wrap;
  justify-content: space-around;
}
.flow-s > li {
  -ms-flex-preferred-size: 29%;
  flex-basis: 17%;
  margin-bottom: 10px;
}
.flow-s > li .icon {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: #ffc0cb;
  margin: 0 auto;
  display: block;
  border-radius: 15px;
  text-align: center;
  position: relative;
  letter-spacing: 2px;
  padding: 2px 0;
}
.flow-s > li .icon::before {
  content: "";
  border: solid transparent;
  border-width: 8px;
  border-top-color: #ffc0cb;
  position: absolute;
  top: calc(100% - 2px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.flow-s > li dl {
  padding: 10px;
  margin-top: 8px;
  margin-bottom: 10px;
  position: relative;
  height: 120px;
  background: #ececec;
  border-radius: 5px;
}
.flow-s > li:not(:last-child) dl::before {
  content: "";
  width: 14px;
  height: 14px;
  margin-right: 10px;
  display: inline-block;
  border-top: 4px solid rgb(0 59 123 / 50%);
  border-right: 4px solid rgb(0 59 123 / 50%);
  position: absolute;
  top: calc(50% - 8px);
  left: 104%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.flow-s > li dl dt {
  font-size: 16px;
  font-weight: 600;
  color: rgb(0 31 64);
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-bottom: 1vh;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .flow-s {
    display: block;
  }
  .flow-s > li dl {
    height: 100px;
  }
  .flow-s > li:not(:last-child) dl::before {
    display: none;
  }
}

/*------------ ボタン -----------*/
.btn01 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}
.btn01 .btn-animation {
  display: inline-block;
  width: 240px;
  text-align: center;
  background-color: #ffc0cb;
  border: 1px solid #ffc0cb;
  font-size: 16px;
  color: #ffc0cb;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 24px;
  border-radius: 4px;
  position: relative;
}
.btn01 .btn-animation span {
  position: relative;
  z-index: 1;
}
.btn01 .btn-animation::before,
.btn01 .btn-animation::after {
  content: "";
  display: block;
  background-color: #FFF;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: .2s;
}
.btn01 .btn-animation::before {
  left: 0;
}
.btn01 .btn-animation::after {
  right: 0;
}
.btn01 .btn-animation:hover:before,
.btn01 .btn-animation:hover:after {
  width: 0;
  background-color: #FFF;
}
.btn01 .btn-animation:hover {
  color: #FFF;
}
.btn02 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}
.btn02 .btn-animation {
  display: inline-block;
  width: 240px;
  text-align: center;
  background-color: #0000;
  border: 2px solid #000;
  font-size: 16px;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 24px;
  border-radius: 4px;
  position: relative;
}
.btn02 .btn-animation span {
  position: relative;
  z-index: 1;
}
.btn02 .btn-animation::before,
.btn02 .btn-animation::after {
  content: "";
  display: block;
  background-color: #0000;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: .2s;
}
.btn02 .btn-animation::before {
  left: 0;
}
.btn02 .btn-animation::after {
  right: 0;
}
.btn02 .btn-animation:hover:before,
.btn02 .btn-animation:hover:after {
  width: 0;
  background-color: #FFF;
}
.btn02 .btn-animation:hover {
  color: #000;
  background: #fff;
}

.page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  background: #ffffff9c;
  border-radius: 10px;
  box-shadow: 2px 2px 6px #ccc;
}
.page-top img {
  width: 60px;
}
@media screen and (max-width: 767px) {
  .page-top {
    bottom: 45px;
    right: 8px;
  }
  .page-top img {
    width: 60px;
  }
}

.about-btn {
  display: flex;
  justify-content: space-around;
  margin-top: 50px;
}
.about-btn a {
  background: #ffc0cb05;
  width: 180px;
  text-align: center;
  border-radius: 4px;
  padding: 4px 0;
  border: solid 1px #575757;
  color: #000;
}
.about-btn a:hover {
  text-decoration: none;
  background: #575757;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .about-btn a {
    width: 160px;
  }
  .about-btn {
    margin-top: 30px;
  }
}


/*-----------------------------------------------
WEB予約
-----------------------------------------------*/
/*------------ カレンダー -----------*/
.calendar-title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background: #e9ecef;
  padding: 6px;
  border-radius: 8px;
  margin-bottom: 20px;
}
.calendar-caption {
  text-align: center;
  background: #dee2e6;
  font-size: 16px;
  padding: 6px;
  margin-bottom: 10px;
}
.monthly-calendar {
  position: relative;
  padding-top: 40px;
}
.monthly-calendar table {
  width: 100%;
}
.monthly-calendar table caption {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.monthly-calendar table thead {
  background: #ec6814;
  color: #fff;
}
.monthly-calendar table th {
  text-align: center;
  padding: 6px;
  border: solid 1px #ccc;
}
.monthly-calendar table td {
  text-align: center;
  padding: 6px;
  border: solid 1px #ccc;
}
.monthly-prev-next {
  display: flex;
  position: relative;
}
.monthly-prev {
  position: absolute;
  left: 0;
}
.monthly-next {
  position: absolute;
  right: 0;
}
.day-calendar {
  
}
.day-calendar h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
  padding-bottom: 4px;
  border-bottom: dashed 1px #ccc;
}
.day-calendar p {
  text-align: right;
  font-size: 14px;
}
.day-calendar table {
  width: 100%;
}
.day-calendar table tbody {
  
}
.day-calendar table tbody tr {
  
}
.day-calendar table tbody tr th {
  text-align: center;
  padding: 6px;
  border: solid 1px #ccc;
}
.day-calendar table tbody tr td {
  text-align: center;
  padding: 6px;
  border: solid 1px #ccc;
}
.day-calendar table tbody tr .day-left {
  
}
.day-calendar table tbody tr .day-right {
  
}
/*------------ 予約フォーム -----------*/
#booking-reservation-fieldset {
  font-size: 16px;
  font-weight: bold;
}
.booking-form-people-number-row {
  display: none;
}
.content-form {
  
}
.content-form table {
  width: 100%;
}
.content-form table th {
  width: 20%;
  border: solid 1px #ccc;
  padding: 8px;
  background: #dee2e6;
}
.content-form table td {
  border: solid 1px #ccc;
  padding: 8px;
  background: #fbfbfb;
}
.field-item {
  margin-right: 10px;
}

/* entry
--------------------------------------------------- */
.entry__btn {
    width: 100%;
    max-width: 579px;
    margin: auto;
    border: solid 2px #343434;
    border-radius: 4px;
}
.entry__btn a {
    display: block;
    padding: 20px;
    font-size: 1.8rem;
    font-weight: 600;
    color: #343434;
    text-align: center;
    transition: .5s;
}
.entry__btn a:hover {
    color: #fff;
    background: #343434;
}
.fix__reservation {
    position: fixed;
    z-index: 9999;
    bottom: 5px;
    right: 5px;
    width: 100%;
    max-width: 220px;
    background: #ffc0cb;
    transition: .5s;
    padding: 4px;
}
.fix__reservation:hover { opacity: .7; }
.fix__reservation a {
    display: block;
    color: #fff;
    font-size: 1.1rem;
    text-align: center;
}
.fix__facebook {
    position: fixed;
    z-index: 9999;
    bottom: 5px;
    right: 5px;
    width: 100%;
    max-width: 100px;
    background: #00b900;
    border-radius: 10px;
    transition: .5s;
}
.fix__facebook:hover { opacity: .7; }
.fix__facebook a {
    display: block;
    color: #fff;
    font-size: 1.1rem;
    padding: 55px 0 15px;
    text-align: center;
    background: url(../img/common/line_ico.png) no-repeat top 18px center / 30px;
}
.fix__entry {
    position: fixed;
    z-index: 9999;
    bottom: 12px;
    right: 5px;
    width: 100%;
    max-width: 100px;
    background: #acacac;
    border-radius: 10px;
    transition: .5s;
}
.fix__entry:hover { opacity: .7; }
.fix__entry a {
    display: block;
    color: #fff;
    font-size: 1.1rem;
    padding: 65px 0 12px;
    text-align: center;
    background: url(../img/common/entry_ico.png) no-repeat top 18px left 35px / 30px;
}
.fix__instagram {
    position: fixed;
    z-index: 9999;
    bottom: 100px;
    right: 5px;
    width: 100%;
    max-width: 100px;
    background: #CF2E92;
    border-radius: 10px 10px 10px 10px;
    transition: .5s;
}
.fix__instagram:hover { opacity: .7; }
.fix__instagram a {
    display: block;
    color: #fff;
    font-size: 1.1rem;
    padding: 55px 0 15px;
    text-align: center;
    background: url(../img/common/instagram_ico.png) no-repeat top 18px center / 30px;
}


/*-----------------------------------------------
プライバシーポリシー
-----------------------------------------------*/
.p-policy {
  
}
.p-policy h3 {
  font-size: 22px;
  margin-bottom: 28px;
  position: relative;
  padding: 6px 0;
  border-bottom: 4px solid #666;
}
.p-policy h3::before {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 20%;
  height: 4px;
  content: '';
  background: #d8000f;
}
.p-policy h4 {
  font-size: 18px;
  margin-top: 26px;
  margin-bottom: 8px;
  padding-bottom: 4px;
  border-bottom: dashed 1px #666;
}
.p-policy p {
  
}
.p-policy ul {
  margin-top: 6px;
  margin-bottom: 10px;
}
.p-policy ul li {
  list-style: circle;
  margin-left: 22px;
}
.p-policy ul li ol {
  margin-top: 6px;
  margin-bottom: 10px;
}
.p-policy ul li ol li {
  list-style: decimal-leading-zero;
  margin-left: 26px;
}
.p-policy ul li ol li ul {
  margin-top: 6px;
  margin-bottom: 10px;
}
.p-policy ul li ol li ul li {
  list-style: disc;
}

/*-----------------------------------------------
見積フォーム
-----------------------------------------------*/
.simu-form {
  
}
.simu-form h3 {
  font-size: 20px;
  background: #ffeaef;
  padding: 8px 0;
  padding-bottom: 13px;
  margin-top: 30px;
  margin-bottom: 8px;
}
.simu-form h3 span {
  background: #ffc0cb;
  padding: 15px;
  margin-right: 16px;
  color: #fff;
  font-size: 14px;
}
/*---------- フォーム -----------*/
.simu-form table {
  width: 100%;
  margin-bottom: 10px;
}
.simu-form table tbody {
  
}
.simu-form table tbody tr {
  
}
.simu-form table tbody tr th {
  width: 20%;
  padding: 10px 16px;
  background: #ededed;
  border: solid 2px #fff;
}
.simu-form table tbody tr td {
  display: grid;
  background: #e1e1e1;
  padding: 10px 16px;
  border: solid 2px #fff;
}
.simu-form table tbody tr td .mwform-radio-field {
  margin-left: 0 !important;
}
.simu-form table tbody tr td .mwform-checkbox-field {
  margin-left: 0 !important;
}
/*---------- 開閉 -----------*/
.simu-btn {
  text-align: center;
}
.ocbutton {
  display: none;
  cursor: pointer;
}
.ocbutton + label{
  cursor: pointer;
  background: #f2f2f2;
  text-align: center;
  vertical-align: middle;
  color: #ffc0cb;
  border-radius: 20px;
  width: 100%;
  font-size: 20px;
}
.ocbutton + label:hover{ /* マウスがボタンの上にある時 */
  border-bottom:1px dotted #888 ;
}
.ocbutton + label:before{ /* 非表示時の文字 ※３*/
  content: '\f107';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.ocbutton:checked + label:before{  /* 表示時の文字 ※３ */
  content: '\f106';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.oc_content{
  display: none;
}
#b0:checked ~ #b0_content,
#b1:checked ~ #b1_content,
#b2:checked ~ #b2_content,
#b3:checked ~ #b3_content{
  display:block;
}
.oc_content{ /* 表示非表示されるボックスの外観 ※２*/
  
}
.ocbutton ~ p:first-of-type{ /* WordPressのみ（自動で付加されるPを非表示）※１ */
  display: none;
}
@media only screen and (max-width:767px) {
  .simu-form h3 {
    font-size: 18px;
    padding-top: 7px;
    padding-bottom: 10px;
  }
  .simu-form h3 span {
    padding: 12px;
    margin-right: 8px;
    font-size: 12px;
  }
  .simu-form table tbody tr {
    display: block;
    margin-bottom: 6px;
  }
}


/*-----------------------------------------------
予約告知LP
-----------------------------------------------*/
.lp-cta {
  width: 100%;
  height: auto;
  background: url(../img/index/simu-bg.jpg) no-repeat center/cover;
  overflow: hidden;
  z-index: -10;
  padding: 80px 0;
  margin-top: 60px;
}
.lp-ctaarea {
  
}
.lp-ctaarea h4 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #ffc0cb;
}


/*-----------------------------------------------
メンズ栄養コーチングLP
-----------------------------------------------*/
.mens-top {
  position: relative;
  overflow: hidden;
}
.mens-top img {
  position: relative;
}
.mens-topcopy {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 80%;
}
.mens-topcopy h3 {
  color: #fff;
  font-size: 72px;
  font-weight: bold;
  text-shadow: 1px 1px 6px black;
  margin: 12px 0;
}
.mens-topcopy h4 {
  color: #Fff;
  font-size: 42px;
  font-weight: bold;
  line-height: 1.4;
  text-shadow: 1px 1px 6px black;
}
.mens-toplead {
  position: absolute;
  top: 70px;
  z-index: 99;
  padding-left: 15px;
}
.mens-toplead h3 {
  color: #fff;
  font-size: 30px;
  transform: rotate( -5deg );
}
.mens-toplead h3 span {
  font-size: 40px;
}
.mens-leadbg {
}
.mens-leadbg::after {
  content: "";
  top: 0;
  left: 0;
  border-bottom: 8em solid transparent;
  border-left: 100vw solid #2B66A9;
  position: absolute;
  z-index: 0;
  padding-top: 30px;
}
.mens-lead {
  padding: 100px 0;
  text-align: center;
}
.mens-lead h3 {
  color: #2B66A9;
  font-size: 60px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 30px;
}
.mens-lead h4 {
  color: #2B66A9;
  font-size: 26px;
  font-weight: bold;
  line-height: 3;
}
.mens-worries {
  width: 100%;
  height: auto;
  background: url(../img/mens/mens-worries.jpg) no-repeat center/cover;
  overflow: hidden;
  z-index: -10;
  padding: 100px 0;
}
.mens-worries h3 {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  border-bottom: solid 3px #2B66A9;
  padding-bottom: 80px;
  margin-bottom: 14px;
}
.worries-list {
}
.worries-list li {
  font-size: 22px;
  font-weight: bold;
  line-height: 2;
}
.mens-merit {
  width: 100%;
  height: auto;
  background: url(../img/mens/mens-merit.jpg) no-repeat center/cover;
  overflow: hidden;
  z-index: -10;
  padding: 50px 0;
}
.mens-merit h3 {
  text-align: center;
  font-size: 36px;
  padding-bottom: 30px;
  border-bottom: solid 3px #2B66A9;
  margin-bottom: 30px;
}
.merit-left {
  display: flex;
  margin-bottom: 40px;
}
.merit-left li {
  
}
.merit-left li img {
  height: 90px;
  width: auto;
  margin-top: 20px;
  margin-right: 16px;
}
.merit-left li h4 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 12px;
  margin-top: 8px;
}
.merit-left li p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
}
.merit-right {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 40px;
}
.merit-right li {
  
}
.merit-right li img {
  height: 90px;
  width: auto;
  margin-top: 20px;
  margin-right: 16px;
}
.merit-right li h4 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 12px;
  margin-top: 8px;
}
.merit-right li p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
}
.mens-about {
  width: 100%;
  height: auto;
  background: url(../img/mens/mens-about.jpg) no-repeat center/cover;
  overflow: hidden;
  z-index: -10;
  padding: 50px 0;
}
.mens-about h3 {
  color: #fff;
  font-size: 34px;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: solid 3px #fff;
  margin-bottom: 30px;
}
.mens-about p {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 2.6;
}
.mens-present {
  width: 100%;
  height: auto;
  background: url(../img/mens/mens-present.jpg) no-repeat center/cover;
  overflow: hidden;
  z-index: -10;
  padding: 50px 0;
  text-align: center;
  margin-bottom: 30px;
}
.mens-present img {
  max-width: 660px;
  width: 98%;
}
.mens-present h5 {
  color: #fff;
  font-size: 30px;
  margin: 40px 0;
}
.present-arrow {
  text-align: center;
  margin-bottom: 30px;
}
.present-arrow img {
  width: 50%;
  opacity: .2;
}
.present-lead {
  margin-top: 60px;
  margin-bottom: 20px;
  text-align: center;
}
.present-lead h4 {
  color: #2B66A9;
  font-size: 36px;
  line-height: 1.6;
  border: double;
  display: inline-block;
  padding: 12px 40px;
}
.present-title {
  display: inline-block;
  padding: 28px 50px;
  margin-top: 20px;
  margin-bottom: 50px;
}
.present-title h3 {
  font-size: 40px;
  font-weight: bold;
  margin: 16px 0;
  color: #1C4472;
}
.present-title h4 {
  font-size: 30px;
  font-weight: bold;
  color: #1C4472;
}
.present-point {
  background: rgba(255, 255, 255, .8);
  padding: 30px 40px;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 80px;
  box-shadow: 0 0 6px 2px #e5b619;
}
.present-point h3 {
  font-size: 30px;
  color: #2B66A9;
  margin-bottom: 20px;
  border-bottom: solid 4px #ecba11;
  display: inline-block;
  text-shadow: 0 2px 6px #fff8f9;
}
.present-point h3 span {
  font-size: 40px;
  color: #e5b619;
}
.present-pointlist {
  max-width: 700px;
  margin: 0 auto;
}
.present-pointlist h4 {
  text-align: left;
  color: #2B66A9;
  font-size: 26px;
  margin-bottom: 12px;
}
.present-sub {
  margin-bottom: 20px;
}
.present-sub p {
  color: #fff;
  font-size: 20px;
  line-height: 2;
}
.present-sub p span {
  font-size: 18px;
}
.pr-btn {
  background: #2B66A9;
  display: inline-block;
  padding: 10px 10px;
  width: 258px;
  text-align: center;
}
.c-line {
  background: #00B900;
}
.c-line i {
  font-size: 23px;
  padding-right: 6px;
}
.c-fb {
  background: #1877F2;
}
.c-fb i {
  font-size: 23px;
  padding-right: 6px;
}
.pr-btn:hover {
  opacity: .7;
}
.pr-btn .pr-inbtn {
  border: solid 1px #fff;
  padding: 5px 0px;
}
.pr-btn .pr-inbtn p {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  color: #fff;
  font-size: 14px;
  margin-bottom: 4px;
}
.pr-btn .pr-inbtn p:before, .pr-btn .pr-inbtn p:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: #fff;
}
.pr-btn .pr-inbtn p:before {
  left: 12px;
}
.pr-btn .pr-inbtn p:after {
  right: 12px;
}
.pr-btn .pr-inbtn h3 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 4px;
}
.mens-voice {
  padding-top: 120px;
  padding-bottom: 80px;
}
.mens-voice-title {
  text-align: center;
  margin-bottom: 30px;
}
.mens-voice-title h3 {
  font-size: 40px;
  margin-bottom: 20px;
  color: #1C4472;
}
.mens-voice-title h4 {
  font-size: 26px;
}
.voice-slide {
  
}
.voice-slide li {
  padding: 8px 8px;
}
.m-voicebox {
  background: #E8F3FF;
  padding: 24px 20px;
  border-radius: 12px;
}
.m-voicebox p {
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 1.6;
  margin-bottom: 12px;
  height: 150px;
}
.m-voicebox h5 {
  text-align: right;
  font-size: 18px;
  line-height: 1.6;
}
.m-voicebox h5 span {
  
}
.mens-profile {
  padding-top: 60px;
  padding-bottom: 120px;
}
.mens-proftitle {
  margin-bottom: 20px;
}
.mens-proftitle h3 {
  font-size: 42px;
  margin-bottom: 8px;
}
.mens-proftitle h4 {
  color: #2B66A9;
  font-size: 18px;
}
.mens-proftitle h5 {
  font-size: 24px;
  margin-bottom: 16px;
}
.mens-profarea {
  position: relative;
  text-align: right;
}
.mens-proftext {
  position: relative;
  background: rgba(255, 255, 255, .5);
  z-index: 1;
  display: inline-block;
  padding: 40px 24px;
  box-shadow: 0px 0 10px 0 #fff;
  text-align: left;
}
.mens-proftext p {
  font-size: 18px;
  line-height: 2;
}
.mens-profimg {
  position: absolute;
  top: 20px;
  left: 0;
}
.mens-profimg img {
  max-width: 700px;
  height: auto;
}
.mens-cta {
  margin-bottom: 120px;
}
.mens-ctalist {
  display: flex;
  justify-content: center;
}
.mens-ctalist li {
  margin: 0 10px;
}
.mens-what {
  margin-top: 80px;
  margin-bottom: 160px;
}
.what-title {
  text-align: center;
  margin-bottom: 60px;
}
.what-title h3 {
  font-size: 40px;
  margin-bottom: 20px;
  color: #2B66A9;
}
.what-title h4 {
  font-size: 30px;
  color: #2B66A9;
}
.mens-flow {
  
}
.mens-flow .flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.mens-flow .flow > li {
  -ms-flex-preferred-size: 22%;
  flex-basis: 22%;
}
.mens-flow .flow > li .icon {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 50px;
  color: #fff;
  background: #2B66A9;
  margin: 0 auto 20px;
  display: block;
  border-radius: 6px;
  text-align: center;
  position: relative;
  letter-spacing: 2px;
}
.mens-flow .flow > li .icon::before {
  content: "";
  border: solid transparent;
  border-width: 8px;
  border-top-color: #2B66A9;
  position: absolute;
  top: calc(100% - 2px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.mens-flow .flow > li dl {
  padding: 30px 20px;
  margin: 0;
  border: 3px solid #2B66A9;
  position: relative;
  height: 380px;
}
.mens-flow .flow > li:not(:last-child) dl::before {
  content: "";
  width: 14px;
  height: 14px;
  margin-right: 10px;
  display: inline-block;
  border-top: 4px solid #2B66A9;
  border-right: 4px solid #2B66A9;
  position: absolute;
  top: calc(50% - 14px);
  left: 106%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mens-flow .flow > li dl dt {
  font-size: 22px;
  font-weight: 600;
  color: #2B66A9;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-bottom: 16px;
  text-align: center;
}
.mens-flow .flow > li dl dd {
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: 1px;
}
.mens-flow .flow > li dl img {
  width: 100%;
  margin-bottom: 12px;
}
@media only screen and (max-width:940px) {
  .mens-topcopy h3 {
    font-size: 54px;
  }
  .mens-toplead h3 span {
    font-size: 28px;
  }
  .mens-topcopy h4 {
    font-size: 24px;
  }
  .mens-toplead h3 {
    transform: rotate( -8deg );
  }
	.mens-flow .flow > li dl {
		height: 440px;
	}
}
@media only screen and (max-width:767px) {
  .mens-top img {
    height: 100vh;
    object-fit: cover;
  }
  .mens-toplead {
    top: 44px;
    padding-left: 0px;
  }
  .mens-toplead h3 {
    font-size: 19px;
    transform: rotate( -19deg );
  }
  .mens-topcopy {
    width: 98%;
    top: 62%;
  }
  .mens-topcopy h3 {
    font-size: 54px;
  }
  .mens-toplead h3 span {
    font-size: 28px;
  }
  .mens-topcopy h4 {
    font-size: 24px;
  }
  .mens-lead h3 {
    font-size: 36px;
  }
  .mens-lead h4 {
    font-size: 22px;
    line-height: 2;
  }
  .worries-list li {
    font-size: 20px;
  }
  .mens-merit h3 {
    font-size: 32px;
  }
  .merit-left li img {
    height: 40px;
    margin-top: 0px;
  }
  .merit-right li img {
    height: 40px;
    margin-top: 0px;
  }
  .merit-left {
    margin-bottom: 0px;
  }
  .merit-right {
    margin-bottom: 0px;
    justify-content: unset;
  }
  .merit-left li h4 {
    font-size: 25px;
  }
  .merit-right li h4 {
    font-size: 25px;
  }
  .sp-merit {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 44px;
  }
  .mens-about p {
    line-height: 2;
  }
  .present-title {
    padding: 28px 6px;
  }
  .present-title h4 {
    font-size: 25px;
  }
  .mens-voice-title h4 {
    font-size: 22px;
    line-height: 1.6;
  }
  .mens-proftext {
    padding: 0;
  }
  .mens-ctalist {
    display: block;
    text-align: center;
  }
  .mens-ctalist li {
    margin: 16px 10px;
  }
  .voice-slide {
    overflow: hidden;
  }
  .what-title h3 {
    font-size: 34px;
  }
  .what-title h4 {
    font-size: 20px;
  }
  .mens-flow .flow {
    display: block;
  }
  .mens-flow .flow > li {
    margin-bottom: 30px;
  }
  .mens-flow .flow > li dl {
    height: 490px;
  }
  .present-lead h4 {
    font-size: 24px;
    padding: 12px 2px;
  }
  .present-point {
    padding: 30px 24px;
  }
  .present-pointlist h4 {
    font-size: 24px;
    line-height: 1.4;
  }
  .mens-flow .flow > li:not(:last-child) dl::before {
    display: none;
  }
  .present-arrow {
    margin-bottom: 20px;
  }
  .present-arrow img {
    width: 90%;
  }
}
@media only screen and (max-width:400px) {
	.mens-flow .flow > li dl {
		height: 410px;
	}
}

.posted {
  
}
.posted h2 {
  
}
.posted h3 {
  font-size: 28px;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 28px;
  border-bottom: solid 2px #ffc0cb;
  padding-bottom: 8px;
}
.posted h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 10px;
}
.posted h5 {
  font-size: 26px;
  border-left: solid 4px #ffc0cb;
  background: #f9f9f9;
  padding: 8px 0;
  padding-left: 12px;
  margin-bottom: 10px;
}
.posted p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 16px;
}
.posted img {
  width: unset;
  margin: 12px;
}
.posted a {
  color: #ff8b9f;
}
.posted a:hover {
  color: #ffc0cb;
}