@charset "UTF-8";

/*============================================================
reset
============================================================*/

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,figure,footer,header,hgroup,menu,nav,section,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}address{font-style: normal;}article,aside,figure,footer,header,hgroup,nav,section{display:block;}img,object,embed{vertical-align: bottom;}html{overflow-y:scroll;}ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}del{text-decoration:line-through;}abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help;}table{border-collapse:collapse;border-spacing:0;}th{font-weight:bold;}td{font-weight:normal;vertical-align:top;}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}input,select{vertical-align:middle;}pre{white-space:pre;white-space:pre-wrap;white-space:pre-line;word-wrap:break-word;}input[type="radio"]{vertical-align:text-bottom;}input[type="checkbox"]{vertical-align:bottom;*vertical-align:baseline;}select,input,textarea{font:99% sans-serif;}table{font-size:inherit;font:100%;}a:hover,a:active{outline:none;}strong,th{font-weight:bold;}td,td img{vertical-align:top;}sub,sup{font-size:75%;line-height:0;position:relative;}sup{top:-0.5em;}sub{bottom:-0.25em;}pre,code,kbd,samp{font-family:monospace,sans-serif;}label,input[type=button],input[type=submit],button{cursor:pointer;}button,input,select,textarea{margin:0;}button{width:auto;overflow:visible;}.clear:before,.clear:after{content:"\0020";display:block;height:0;overflow:hidden;}.clear:after{clear:both;}.clear{zoom:1;}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:none;}

/*============================================================
base
============================================================*/

html {
  height: 100%;
  min-height: 100%;
  overflow: auto;
}

html.active {
  overflow: hidden;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 1px;
  color: #656565;
  position: relative;
  -webkit-font-feature-settings: 'palt' 1; /*for Android 4.4*/
  font-feature-settings: 'palt' 1;
  -webkit-text-size-adjust: 100%;
}

main {
  display: block;
  padding-top: 80px;
}

h1, h2, h3, h4, h5, th {
  font-weight: 400;
}

p,li,dd,td {
  text-align: justify;
	text-justify: inter-ideograph;
}

li {
  list-style: none;
}

a {
  color: #656565;
  text-decoration: none;
  outline: none;
  word-break: break-all;
}

.underline {
  text-decoration: underline;
}

.blank {
  position: relative;
}

.blank::after {
  /*background: url(../images/common/icon-blank.png) no-repeat center / contain;*/
  content: "";
  width: 10px;
  height: 10px;
  margin: auto 0 auto 8px;
  position: absolute;
  top: 0;
  bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  user-select: none;
  object-fit: cover;
}

section img {
  overflow: hidden;
}

/* スマホのみ横スクロール */
.scroll-list {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  position: relative;
}

.scroll-list::after {
  display: block;
  padding-bottom: 5px;
  margin-top: 10px;
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
  /*content: "← 左右にスクロールできます →";*/
}

/* iOS初期仕様解除 */
input {
  -webkit-appearance: none;
  border-radius: 0;
}

*:focus {
  outline: none;
}

/* テキストハイライト */
*::selection {
  background: var(--pnk);
  color: #fff;
}
*::-moz-selection {
  background: var(--pnk);
  color: #fff;
}

/*============================================================
汎用クラス
============================================================*/

:root {
  --pnk: #FF7CA4;
}

section {
  overflow: hidden;
}

.inner {
  width: 100%;
  padding: 40px 20px;
  position: relative;
}

.sp {
  display: inline-block;
}

.pc {
  display: none !important;
}

.pcbr {
  display: none;
}

.spbr {
  display: inline;
}

.center,
.spCenter {
  text-align: center;
  margin: 0 auto;
}

.left {
  float: left;
}

.right {
  float: right;
}

.spRight {
  float: right;
}

.spLeft {
  float: left;
}

.target {
  margin-top: -60px;
  padding-top: 60px;
}

.indent {
  padding-left:1em;
  text-indent:-1em;
  display: block;
}

.notice {
  font-size: 13px;
  line-height: 1.8;
  padding-left: 1.2em;
  text-indent: -1.2em;
}

.indent-list > li {
  padding-left: 1.5em;
}

.indent-list > li > .mark {
  display: inline-block;
  width: 1.5em;
  margin-left: -1.5em;
  padding-right: 0;
  font-weight: normal;
}

.hide {
  width: 0;
  height: 0;
  font-size: 0% !important;
  line-height: 0% !important;
  text-indent: 100% !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
}

.smb3   {margin-bottom:3px !important;}
.smb5   {margin-bottom:5px !important;}
.smb10  {margin-bottom:10px !important;}
.smb15  {margin-bottom:15px !important;}
.smb20  {margin-bottom:20px !important;}
.smb25  {margin-bottom:25px !important;}
.smb30  {margin-bottom:30px !important;}
.smb35  {margin-bottom:35px !important;}
.smb40  {margin-bottom:40px !important;}
.smb50  {margin-bottom:50px !important;}
.smb60  {margin-bottom:60px !important;}

.smt0   {margin-top:0px !important;}
.smt3   {margin-top:3px !important;}
.smt5   {margin-top:5px !important;}
.smt10  {margin-top:10px !important;}
.smt15  {margin-top:15px !important;}
.smt20  {margin-top:20px !important;}
.smt25  {margin-top:25px !important;}
.smt30  {margin-top:30px !important;}
.smt35  {margin-top:35px !important;}
.smt40  {margin-top:40px !important;}
.smt50  {margin-top:50px !important;}
.smt60  {margin-top:60px !important;}

.smr3   {margin-right:3px !important;}
.smr5   {margin-right:5px !important;}
.smr10  {margin-right:10px !important;}
.smr15  {margin-right:15px !important;}
.smr20  {margin-right:20px !important;}
.smr25  {margin-right:25px !important;}
.smr30  {margin-right:30px !important;}
.smr35  {margin-right:35px !important;}
.smr40  {margin-right:40px !important;}

.sml3   {margin-left:3px !important;}
.sml5   {margin-left:5px !important;}
.sml10  {margin-left:10px !important;}
.sml15  {margin-left:15px !important;}
.sml20  {margin-left:20px !important;}
.sml25  {margin-left:25px !important;}
.sml30  {margin-left:30px !important;}
.sml35  {margin-left:35px !important;}
.sml40  {margin-left:40px !important;}

.bg-pnk {
  background: #FFF5F8;
}

.grad {
  background: rgba(255, 157, 202, 1) !important;
  background-image: linear-gradient(90deg, rgba(255, 157, 202, 1), rgba(255, 209, 106, 1)) !important;
}

.grad2 {
  background: rgba(196, 50, 174, .05) !important;
  background-image: linear-gradient(135deg, rgba(196, 50, 174, .05), rgba(235, 156, 5, .15)) !important;
}

.bdr {
  background: #fff;
  border: solid 1px var(--pnk);
}

.txt-pnk {
  color: var(--pnk);
}

.txt-wht {
  color: #fff;
}

.sfz18 {
  font-size: 18px;
}

.sfz20 {
  font-size: 20px;
}

.fw500 {
  font-weight: 500;
}

.fw700 {
  font-weight: 700;
}

.column-sp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.column-sp.center {
  justify-content: center;
}

.page-head {
  background: url(../img/common/page-head.jpg) no-repeat center / cover;
  width: 100%;
  height: 130px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.page-title {
  width: 300px;
  font-size: 24px;
  font-weight: 300;
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  position: relative;
  z-index: 1;
}

.page-title::after {
  content: "";
  background: url(../img/common/page-title-deco.png) no-repeat center / cover;
  width: 230px;
  height: 56px;
  margin: 0 auto;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
  z-index: -1;
}

.sec-title {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.6;
  color: var(--pnk);
  text-align: center;
  position: relative;
}

.sec-title.icon {
  font-size: 22px;
  color: #656565;
}

.sec-title.icon-gry::before {
  content: "";
  background: url(../img/common/icon-title-gry.png) no-repeat center / contain;
  width: 130px;
  height: 130px;
  display: block;
  position: absolute;
  z-index: -1;
  left: -80px;
}

.sec-title i {
  background: url(../img/common/icon-title.png) no-repeat center / contain;
  width: 25px;
  height: 25px;
  margin: 0 auto 10px;
  display: block;
}

.sec-title + .sub {
  color: var(--pnk);
  line-height: 1;
  text-align: center;
  margin-top: 10px;
  display: block;
}

.sec-title + p {
  margin-top: 15px;
}

.dot-title {
  font-size: 20px;
  text-align: center;
  line-height: 1.6;
  padding-bottom: 10px;
  margin-bottom: 20px;
  display: inline-block;
  border-bottom: dotted 2px #BEBEBE;
  position: relative;
  left: 50%;
  transform: translate(-50%);
}

.dot-title.icon-gry::before {
  content: "";
  background: url(../img/common/icon-title-wht.png) no-repeat center / contain;
  width: 80px;
  height: 80px;
  display: block;
  position: absolute;
  z-index: -1;
  left: -50px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.dot-title.icon-gry-r::before {
  content: "";
  background: url(../img/common/icon-title-gry-r.png) no-repeat center / contain;
  width: 80px;
  height: 80px;
  display: block;
  position: absolute;
  z-index: -1;
  right: -50px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.title {
  font-size: 18px;
}


/* アコーディオン */
.accordion-icon, .accordion-icon span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.accordion-icon {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}

.accordion-heading {
  width: 100%;
  height: 50px;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin: 40px 0 30PX;
  border: solid 2px var(--pnk);
  position: relative;
}

.accordion-heading i::after {
  content: '';
  display: block;
  border-top: solid 2px var(--pnk);
  border-right: solid 2px var(--pnk);
  height: 10px;
  width: 10px;
  transform: translateY(-50%) rotate(135deg);
  position: absolute;
  top: 50%;
  right: 20px;
}

.accordion-heading.active i::after {
  content: '';
  display: block;
  border-top: solid 2px var(--pnk);
  border-right: solid 2px var(--pnk);
  height: 10px;
  width: 10px;
  transform: translateY(-50%) rotate(-45deg);
  position: absolute;
  top: 55%;
  right: 20px;
}

/* リスト */
.common-list {
  display: flex;
  flex-wrap: wrap;
}

.common-list dt {
  width: 20%;
  display: flex;
  align-items: center;
}

.common-list dd {
  width: 80%;
}

section .common-list dt {
  padding: 10px 5px;
}

section .common-list dd {
  padding: 10px 15px;
}

section .common-list dt {
  background: var(--pnk);
  width: 25%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: solid 1px #fff;
}

section .common-list dd {
  background: #fff;
  width: 75%;
  border-bottom: solid 1px var(--pnk);
}

section .common-list dt:nth-last-child(2),
section .common-list dd:last-child {
  border-bottom: none;
}

/* ボックス */
.box {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}


/* ボタン */
.btn {
  width: 300px;
  height: 40px;
  position: relative;
}

.btn a {
  width: 300px;
  height: 40px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  overflow: hidden;
  /*--水平方向 垂直方向 影のぼかし 色--*/
  box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  border-radius: 100vh;
  position: relative;
}

.btn a.bdr {
  color: #656565;
}


.btn.grad a i::after {
  border-top: solid 1.5px #00739e;
  border-right: solid 1.5px #00739e;
}

.btn.grad a i::before,
.btn.grad2 a i::before {
  content: "";
  background: #fff;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/* slick */
.slick-dots li {
  display: inline-block;
  margin: 0 10px;
}

.slick-dots li button {
  width: 10px !important;
  height: 10px !important;
  box-shadow: none !important;
  background-color: #636363 !important;
  opacity: .2;
}

.slick-dots li.slick-active button {
  background: #00bee2 !important;
  opacity: 1;
}

.slick-arrow {
  background: none;
  height: 60px;
  width: 60px;
  border: none;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  position: absolute;
  top: 30%;
  z-index: 1;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.slick-prev::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  border-top: 5px solid #00bee2;
  border-right: 5px solid #00bee2;
  transform: rotate(225deg);
  margin: auto;
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
}

.slick-next::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  border-top: 5px solid #00bee2;
  border-right: 5px solid #00bee2;
  transform: rotate(45deg);
  margin: auto;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
}

/*============================================================
header
============================================================*/

header {
  background: #fff;
  width: 100%;
  height: 85px;
  position: fixed;
  top: 0;
  z-index: 3;
}

body.active {
  overflow: hidden;
}

.head-group {
  /*background: var(--pnk);*/
  width: 100%;
  height: 20px;
  font-size: 10px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}


header .head {
  width: 100%;
  height: 80px;
  padding: 0 10px;
}

header .inner {
  padding: 0;
  align-items: center;
}

header a {
  display: block;
}

#header-logo i {
  width: 70px;
  margin-right: 10px;
  position: relative;
  top: 8px;
  display: block;
  z-index: 1;
}

#header-logo i::after {
  content: "";
  background: #fff;
  width: 90px;
  height: 90px;
  border-radius: 100vh;
  display: block;
  position: absolute;
  left: -10px;
  top: -11px;
  z-index: -1;
}

#header-logo a {
  color: #656565;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 1.6;
  letter-spacing: normal;
}

#header-logo a p span {
  font-size: 10px;
}

.head-r .btn,
.head-r .tel {
  display: none;
}

.tel-num {
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.tel-num i {
  width: 25px;
  height: 25px;
}

.tel-num p {
  font-size: 26px;
  color: var(--pnk);
  letter-spacing: normal;
  margin-left: 10px;
  line-height: 1.2;
}

.tel-num + p {
  font-size: 14px;
}

.tel-num span {
  font-size: 14px;
  margin: 10px 0 0 5px;
}

#g-nav {
  position:fixed;
  opacity: 0;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  transition: all .8s;
  z-index: 2;
}

#g-nav.panelactive{
  opacity: 1;
  right: 0;
}

#g-nav-wrap {
  height: 100vh;
  margin: 0 auto;
  position: fixed;
  left: 0;
  right: 0;
}

#g-nav.panelactive #g-nav-list{
  position: relative;
  z-index: 999; 
  width: 100%; 
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* IE, Edge 対応 */
  -ms-overflow-style: none;
  /* Firefox 対応 */
  scrollbar-width: none;
}

#g-nav.panelactive #g-nav-list::-webkit-scrollbar {
  display:none;
}

#g-nav #g-nav-wrap {
  opacity: 0;
  /*display: none;*/
  visibility: hidden;
  transition: all .5s;
}

#g-nav.panelactive #g-nav-wrap {
  opacity: 1;
  transition: opacity .8s linear 0.5s;
  /*display: block;*/
  visibility: visible;
}

.nav {
  width: 70%;
  padding: 60px 0 50px;
  margin: 0 auto;
}

.nav li {
  position: relative;
  border-bottom: solid 1px #fff;
}

.nav li a {
  font-size: 14px;
  color: #fff;
  position: relative;
  padding: 20px 0 20px;
  display: block;
}

.nav li a::after {
  content: '';
  display: block;
  border-top: solid 1.5px #fff;
  border-right: solid 1.5px #fff;
  height: 8px;
  width: 8px;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 8px;
}

#btn-menu2,
.nav li a::after {
  display: none;
}

.sub .sub-nav {
  /*display: none;*/
  position: relative;
  top: -15px;
}

.sub .sub-nav li {
  border-bottom: none;
}

.sub .sub-nav li a {
  padding: 5px 0 5px 15px;
}

.sub .sub-nav li a::before {
  content: "-";
  display: inline-block;
  position: absolute;
  left: 3px;
}

.sub .sub-nav li a::after {
  content: none;
}

/*.nav li.sub > a::before,
.nav li.sub > a::after {
  content: '';
  display: block;
  width: 15px;
  height: 1.5px;
  border: none;
  background: #fff;
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
}

.nav li.sub > a::after {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}

.nav li.sub > a.active::after {
  transform: rotate(0);
  transition: 0.5s;
  top: 49%;
}*/

#btn-menu {
  width: 40px;
  height: 26px;
  position: relative;
  z-index: 9999;
  cursor: pointer;
}

#btn-menu span{
  background: var(--pnk);
  width: 40px;
  height: 2px;
  display: inline-block;
  transition: all .4s;
  position: absolute;
}

#btn-menu span:nth-of-type(1) {
  top:0;
}

#btn-menu span:nth-of-type(2) {
  top:13px;
}

#btn-menu span:nth-of-type(3) {
  top:26px;
}

#btn-menu.active span {
  background: #fff;
}

#btn-menu.active span:nth-of-type(1) {
  top: 0;
  transform: translateY(12px) rotate(-45deg);
  width: 40px;
}

#btn-menu.active span:nth-of-type(2) {
  opacity: 0;
}

#btn-menu.active span:nth-of-type(3){
  top: 26px;
  transform: translateY(-13px) rotate(45deg);
  width: 40px;
}

#g-nav-list .schedule,
#g-nav-list .contact {
  width: 80%;
  margin: 0 auto;
}

#g-nav-list .contact {
  padding-bottom: 100px;
}

#g-nav-list .schedule .sec-title,
#g-nav-list .contact .sec-title {
  color: #fff;
}

#g-nav-list .schedule .box {
  padding: 5px 10px;
}

#g-nav-list  .box .tel + .tel {
  padding-top: 10px;
  margin-top: 10px;
  border-top: solid 1px #72AD4E;
}

/*============================================================
footer
============================================================*/

footer {
  position: relative;
}

.footer-guide .inner {
  padding: 40px 20px 30px;
}

#footer-logo {
  align-items: center;
}

#footer-logo i {
  width: 110px;
  margin: 0 auto;
  display: block;
}

.footer-info p {
  font-size: 16px;
  text-align: center;
  line-height: 1.8;
  margin: 10px 0 10px;
}

.footer-info p span {
  font-size: 12px;
}

.footer-info .common-list {
  width: 270px;
  margin: 0 auto ;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.footer-info .common-list dt {
  width: 23%;
}

.footer-info .common-list dd {
  width: 74%;
}

.footer-nav {
  display: none;
}

.footer-group .inner {
  color: #fff;
  padding: 25px 20px;
}

.footer-group .title {
  font-size: 15px;
  text-align: center;
}

.footer-group ul {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-group ul li {
  position: relative;
}

.footer-group ul li::before {
  content: "●";
  color: #fff;
}

.footer-group ul li + li {
  margin: 5px 10px 0;
}

.footer-group ul li a {
  font-size: 13px;
  color: #fff;
}

.copyright {
  background: var(--pnk);
  font-size: 11px;
  color: #fff;
  padding: 10px;
}

.copyright p {
  text-align: center;
  letter-spacing: 1px;
}

/*============================================================
#top
============================================================*/

.sec-mv .mv {
  background: url(../img/top/mv.jpg) no-repeat 35% center / cover;
  width: 100%;
  height: 250px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.mask {
  border-radius: 30px 0 30px 0;
  overflow: hidden;
}

.mv.mask,
.page-head.mask {
  border-radius: 40px 0 40px 0;
}

.sec-mv .mv .copy {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 3px;
  line-height: 1.6;
  letter-spacing: 3px;
  margin-right: 5vw;
  position: relative;
  z-index: 1;
}

.sec-mv .mv .copy::after {
  content: "";
  background: url(../img/common/page-title-deco.png) no-repeat center / cover;
  width: 190px;
  height: 46px;
  display: block;
  position: absolute;
  left: -10px;
  bottom: -15px;
  z-index: -1;
}

.sec-mv .sec-lead .box.border p span {
  font-size: 18px;
  font-weight: 500;
  color: var(--pnk);
}

.sec-mv .lead {
  line-height: 2.2;
  /*margin-top: 20px;*/
}

.leadarea {
  margin: 0 auto;
  width: 320px;
  padding: 25px;
  background-color: #fff;
  position: relative;
  margin-top: -20px;
  border-radius: 30px;
}

.leadarea .btn a {
  width: 270px;
}

/* グループ紹介 */
.sec-group .inner {
  padding: 40px 0 0;
}

.group-wrap {
  padding-top: 30px;
  margin-top: 30px;
  position: relative;
}

.group-copy {
  font-size: 20px;
  color: var(--pnk);
}

.group-img {
  width: 250px;
  height: 250px;
  margin: 0 auto 20px;
  position: relative;
}

.group-btn {
  display: flex;
  flex-wrap: nowrap;
  margin: 0 -5vw 0 0;
  -webkit-overflow-scrolling: touch;
  width: calc(100% + 5vw);
  overflow-x: auto;
  padding: 0 15vw 10px;
}

.group-btn > li {
  flex: 0 0 300px;
  margin: 0 15px 0 0;
  max-width: 100%;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}

.group-btn li a {
  background: #FFF5F8;
  height: 90px;
  font-size: 15px;
  line-height: 1.3;
  text-align: center;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.group-btn li a span {
  font-size: 12px;
  margin-bottom: 5px;
}

.group-img .img,
.group-copy {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.group-copy {
  right: 0;
  text-align: center;
}

.group-img .img.active,
.group-copy.active {
  opacity: 1;
}

.group-btn li.active a {
  background: rgba(255, 157, 202, 1) !important;
  background-image: linear-gradient(90deg, rgba(255, 157, 202, 1), rgba(255, 209, 106, 1)) !important;
  color: #fff;
}

/*============================================================
#contact お問い合わせ
============================================================*/

.table-wrap table {
  width: 100%;
}

.contact-list {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.contact-list .btn {
  height: auto;
  margin: 30px auto 0;
}

.contact-list .btn input + input {
  margin-bottom: 20px;
}

.contact-list #zip {
  width: 200px !important;
}


.contact-list dl div {
  margin-bottom: 25px;
}

.contact-list dl dt {
  line-height: 1;
  position: relative;
  box-sizing: border-box;
  padding: 0 0 10px 0;
  letter-spacing: 0.15em;
}

/*.contact-list dl dd {
  width: calc(100% - 250px);
}*/

.caution {
  font-size: 10px;
  color: #fff;
  margin-left: 10px;
  background: #e83a37;
  padding: 3px 8px;
}

form select,
form input[type="text"],
form input[type="email"],
form input[type="tel"],
form textarea {
  border: solid 1px #d6d6d6;
  min-height: 45px;
  padding: 12px 20px;
  vertical-align: middle;
  width: 100%;
  -webkit-appearance: none;
  border-radius: 10px;
}

form input[type="submit"],
form input[type="button"] {
  background: rgba(255, 157, 202, 1) !important;
  background-image: linear-gradient(90deg, rgba(255, 157, 202, 1), rgba(255, 209, 106, 1)) !important;
  width: 300px;
  height: 40px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  overflow: hidden;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  border-radius: 100vh;
  position: relative;
  border: none;
  /*background: var(--pnk);
  border: none;
  cursor:pointer;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  height: 50px;
  letter-spacing: normal;
  text-align: center;
  width: 400px;
  position: relative;
  opacity: 1;
  -webkit-appearance: none;
  border-radius: 10px;*/
}

form textarea {
  height: 200px;
  width: 100%;
}

form input[type="checkbox"],
form input[type="radio"] {
  margin: auto 0.5em auto 0.25em;
  vertical-align: top;
  -webkit-appearance: auto;
}

.screen-reader-response {
  display: none;
}

/* ラジオボタン ▼▼▼ */
.label-checkbox input[type="checkbox"],
.label-radio input[type="radio"]{
  display: none;
}

.label-checkbox,
.label-radio label {
  cursor: pointer;
  position: relative;
  line-height: 1;
  transition: all .3s .1s;
}

.label-checkbox span:before,
.label-radio label span:before {
  content:'';
  border: 1px solid #adadad;
  width: 18px;
  height: 18px;
  margin-right: 7px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.label-radio label span:before {
  border-radius: 50%;
}

.label-checkbox span:after,
.label-radio label span:after {
  content:'';
  opacity: 0;
  position: absolute;
  left: 4px;
  top: 3px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: #adadad;
}

.label-checkbox span:after {
  left: 8px;
  top: -6px;
  width: 8px;
  height: 16px;
  border-right: 3px solid #5c5c5c;
  border-bottom: 3px solid #5c5c5c;
  transform: rotate(40deg);
  border-radius: 0;
  background: transparent;
}

.label-checkbox input[type="checkbox"]:checked + span:after,
.label-radio input[type="radio"]:checked + span:after {
  opacity: 1;
}

/* ラジオボタン ▲▲▲ */

/* セレクトボタン ▼▼▼ */
.select-wrap {
  position: relative;
}

.select-wrap:before {
  content: '';
  display: block;
  border-top: solid 1px #ccc;
  border-right: solid 1px #ccc;
  height: 9px;
  width: 9px;
  transform: translateY(-50%) rotate(135deg);
  position: absolute;
  top: 18px;
  right: 15px;
  pointer-events: none;
}

.select-wrap select {
  cursor: pointer;
  font-family: 'Noto Sans JP', sans-serif;
  outline:none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  width: 100%;
}

.select-wrap select option{
  background-color: #fff;
  color: #333;
}

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

.select-wrap select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #828c9a;
}

form input[type="submit"],
form input[type="button"] {
  width: 100%;
}

.wpcf7-form-control-wrap {
  position: unset !important;
}

/*input[type="submit" i]:disabled {
  opacity: .5;
}*/

select:disabled {
  opacity: 1;
}

.acceptance {
  line-height: 1;
  text-align: center !important;
  margin-top: 40px !important;
}

.acceptance a {
  color: var(--pnk);
}

.wpcf7-not-valid-tip {
  font-size: 12px !important;
}

.wpcf7c-conf {
  background-color: rgba(0,160,210,.5) !important;
  color: black;
  border: none !important;
}

.wpcf7 form .wpcf7-response-output {
  border: none !important;
  text-align: center;
  margin: 0 !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  color: #f00;
}

.wpcf7 form.sent .wpcf7-response-output {
   color: #0099ff;
}

.wpcf7 .wpcf7-spinner {
  display: block !important;
  margin: 20px auto 0 !important;
}

.btnbox {
  width: 240px;
  margin: 20px auto 0;
}

.btnbox input.back,
.btnbox input.send,
.btnbox input.eback,
.btnbox input.conf,
.btnbox input.reset {
  font-family: 'Noto Sans JP', sans-serif;
  border: solid 1px var(--pnk);
  border-radius: 10px;
  font-weight: 500;
  font-size: 18px;
  max-width: 240px;
  width: 100%;
  padding: 15px 0;
  cursor: pointer;
}

.btnbox input.send,
.btnbox input.eback,
.btnbox input.conf {
  background: var(--pnk);
  color: #fff;
}

.btnbox input.back,
.btnbox input.reset {
  background: #fff;
  color: var(--pnk);
  margin-top: 15px;
}

.btnbox input.conf {
  opacity: .7;
}

.btnbox input.conf.active {
  opacity: 1;
}

.error {
  color: #F00;
}

/*============================================================
#info お知らせ
============================================================*/

.info-top .post-cont li.post {
	padding: 35px 25px 30px;
	border-top: solid 1px #D6D6D6;
}

.info-top .post-cont li.post:last-child {
	border-bottom: solid 1px #D6D6D6;
}

.post-category a {
  width: 120px;
  font-size: 12px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}

.post-content p {
  text-align: left;
}

.post-content p:first-child img {
  margin-bottom: 20px;
}

.post-content p:not(:first-child) img {
  margin: 20px 0;
}

.post-content p a {
  text-decoration: underline;
}

.post-content p iframe {
  width: 100%;
  height: auto;
}

/* 詳細ページ */
#pagenation {
  margin: 40px 0 0 !important;
  overflow: hidden;
}

#pagenation a {
  text-decoration: none;
}

ul#pagenation.post li.prev, ul#pagenation li.prev {
  float: left;
}

ul#pagenation.post li.next, ul#pagenation li.next {
  float: right;
}

.back-index {
	width: 250px;
	margin: 40px auto 30px;
}

.back-index a {
	width: 250px;
}

/*============================================================
#blog にゅーろ君のブログ
============================================================*/

#blog .mv {
  background: url(../img/blog/mv.jpg) no-repeat center / cover;
}



#blog .page-title a {
  color: #fff;
}

.post-cont .card {
  width: 300px;
  margin: 0 auto;
}

.post-cont .card a {
  padding: 35px 25px 30px;
  display: block;
  border-top: solid 1px #D6D6D6;
}

.post-cont .card-list li:last-child a {
  border-bottom: solid 1px #D6D6D6;
}

.post-cont .card .thumbnail {
  background: url(../img/common/logo.png) no-repeat center / 90px;
  border: solid 1px #D6D6D6;
  border-radius: 10px;
}

.post-cont .card .thumbnail,
.post-cont .card .thumbnail img {
  width: 250px;
  height: 150px;
  overflow: hidden;
}

.post-cont .card .post-body {
  margin-top: 10px;
}

.sidebar {
  background: #F2F2F2;
  padding: 30px 30px 35px;
  margin-top: 40px;
  border-radius: 20px;
  position: relative;
}

/*.sidebar::before {
  content: "";
  background: rgba(106, 196, 50, .1) !important;
  background-image: linear-gradient(90deg, rgba(106, 196, 50, .1), rgba(0, 146, 165, .1)) !important;
  width: 500px;
  height: 300px;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  border-radius: 10px 0 0 10px;
}

#blog .sidebar::before {
  height: 200px;
}*/

.sidebar .title {
  font-size: 16px;
  margin-bottom: 5px;
}

.sidebar .title i {
  background: url(../img/common/icon-title.png) no-repeat center / contain;
  width: 18px;
  height: 18px;
  margin: 0 7px 0 0;
  display: inline-block;
  position: relative;
  top: 3px;
}

.sidebar ul li {
  position: relative;
}

.sidebar ul li::before {
  content: "-";
  margin: 0 11px;
  display: inline-block;
}

.sidebar select {
  background: #fff;
  border: solid 1px #a1a1a1;
  width: 100%;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 10px;
  color: #656565;
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
  font-size: 100%;
  line-height: 1.6;
  vertical-align: baseline;
  outline: none;
}


/*============================================================
#philosophy ジェイナースの理念
============================================================*/

#philosophy section .lead {
  position: relative;
}

#philosophy section .lead::after {
  content: "";
  background: url(../img/philosophy/lead-deco.png) no-repeat center / contain;
  width: 200px;
  height: 120px;
  position: absolute;
  bottom: 135px;
  left: -45px;
}

#philosophy section .lead .txt {
  margin-bottom: 30px;
}

#philosophy section .lead .img,
#philosophy section .lead .img img {
  width: 100%;
  height: 200px;
}

#philosophy .sec-lead02 .inner::after {
  content: "";
  background: url(../img/philosophy/lead02-deco.png) no-repeat center / contain;
  width: 150px;
  height: 100px;
  position: absolute;
  right: -30px;
  bottom: -8px;
  z-index: -1;
}

.quality-list {
  margin-top: 30px;
}

.quality-list li {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}

.quality-list li .txt {
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.quality-list li .txt i {
  font-size: 25px;
  font-weight: 300;
  font-style: normal;
  color: #BEBEBE;
  text-align: center;
  line-height: 1;
  display: block;
  margin: 0 auto 10px;
}

.quality-list li .txt .title {
  font-size: 20px;
  font-weight: 300;
  color: var(--pnk) !important;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 10px;
}

.quality-list li .img,
.quality-list li .img img {
  width: 100%;
  height: 200px;
}

/*============================================================
#group グループ紹介
============================================================*/

#group .service {
  background: url(../img/group/service-bg.png) no-repeat center / contain;
  width: 100%;
  margin: 0 auto;
}

#group .service .img {
  width: 280px;
  margin: 30px auto 0;
}

/*============================================================
#recruit 採用情報
============================================================*/


/*============================================================
#about 法人案内
============================================================*/

#about section .message {
  position: relative;
}

#about section .message .txt p + p {
  margin-top: 10px;
}

#about section .message .img {
  width: 230px;
  margin: 30px auto 0;
  position: relative;
  z-index: 2;
}

#about section .message .img img {
  margin-bottom: 15px;
}

#about section .message .prof p {
  text-align: center;
}

#about section .message .prof .name {
  font-size: 18px;
}

#about section .message .prof::before {
  content: "";
  background: url(../img/about/message-deco.png) no-repeat center / contain;
  width: 86px;
  height: 100px;
  display: block;
  position: absolute;
  z-index: 1;
  right: -30px;
  bottom: 0;
  margin: auto;
}

#about .sec-outline dd {
  background: #FFF8FA;
}

#about .history-list {
  margin-top: 30px;
}

#about .history-list li {
  position: relative;
  padding: 0 0 30px 40px;
}

#about .history-list li:last-child {
  padding: 0 0 0 40px;
}

#about .history-list li > p {
  font-size: 16px;
  font-weight: 400;
  color: var(--pnk);
  line-height: 1.6;
  margin-bottom: 10px;
}

#about .history-list .box {
  padding: 10px 20px;
}

#about .history-list li::before {
  content: "";
  background: var(--pnk);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

#about .history-list li::after {
  content: "";
  height: 100%;
  border-left: solid 3px var(--pnk);
  position: absolute;
  top: 0;
  left: 14px;
}

#about .history-list li:last-child::after {
  border-left: dashed 3px var(--pnk);
}

/*============================================================
#privacy プライバシーポリシー
============================================================*/

#privacy section  .box {
  padding: 20px 30px 30px;
}

#privacy section .title {
  margin-top: 20px;
}

.policy-wrap {
  padding-left: 20px;
}

.policy-info {
  margin-top: 20px;
  position: relative;
}

.policy-info p {
  text-align: left;
  line-height: 1.6;
}

.policy-info p + p {
  margin-top: 5px;
}

/*============================================================
#contact お問い合わせ
============================================================*/

#contact section .tel-num i {
  width: 30px;
  height: 30px;
}

#contact section .tel-num p {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-left: 10px;
}

.tel-num p a {
  color: #e64e95;
}

#contact .contact-info {
  margin-top: 25px;
}

#contact .contact-info li {
  display: flex;
  justify-content: center;
  align-items: center;
}

#contact .contact-info li + li {
  margin-top: 10px;
}

#contact .contact-info li i {
  background: var(--pnk);
  width: 50px;
  height: 25px;
  font-style: normal;
  color: #fff;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}

#contact .contact-info li p {
  font-weight: 400;
}

