@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%;
  -ms-overflow-style:none;/* win用スクロールバー非表示 */
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 1px;
  color: #656565;
  min-width: 1180px;
  position: relative;
  font-feature-settings: 'palt' 1;
  -webkit-text-size-adjust: 100%;
  background-attachment: fixed;
  overflow: hidden;
}

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

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

a.alpha:hover img,
.alpha:hover {
  opacity: 0.8;
}

a[href^="tel:"] {
  pointer-events: none;
}

.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;
  pointer-events: none;
  object-fit: cover;
}

section img {
  overflow: hidden;
}

/* IE用ビューポート設定 */
@-ms-viewport
{
  width: auto !important;
  initial-scale: 1 !important;
}
@viewport
{
  width: device-width !important;
  initial-scale: 1 !important;
}

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

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

:root {
  --pnk: #FF7CA4;
}

section {
  overflow: hidden;
}

.inner {
  width: 1180px;
  padding: 100px 0;
  margin: 0 auto;
  position: relative;
}

.w1000 {
  width: 1000px;
  margin: 0 auto;
}

/* スマートフォンのみ表示 */
.sp {
  display: none;
}

/* PCのみ表示 */
.pc {
  display: block !important;
}

/* PCのみ改行 */
.pcbr {
  display: inline;
}

/* スマートフォンのみ改行 */
.spbr {
  display: none;
}

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

.left {
  float: left;
}

.right {
  float: right;
}

.pcRight {
  float: right;
}

.pcLeft {
  float: left;
}

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

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

.notice {
  font-size: 13px;
  line-height: 1.6;
}

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

.pb0   {padding-bottom: 0 !important;}

.mb3   {margin-bottom:3px !important;}
.mb5   {margin-bottom:5px !important;}
.mb10  {margin-bottom:10px !important;}
.mb15  {margin-bottom:15px !important;}
.mb20  {margin-bottom:20px !important;}
.mb25  {margin-bottom:25px !important;}
.mb30  {margin-bottom:30px !important;}
.mb35  {margin-bottom:35px !important;}
.mb40  {margin-bottom:40px !important;}
.mb50  {margin-bottom:50px !important;}
.mb60  {margin-bottom:60px !important;}
.mb70  {margin-bottom:70px !important;}
.mb80  {margin-bottom:80px !important;}

.mt3   {margin-top:3px !important;}
.mt5   {margin-top:5px !important;}
.mt10  {margin-top:10px !important;}
.mt15  {margin-top:15px !important;}
.mt20  {margin-top:20px !important;}
.mt25  {margin-top:25px !important;}
.mt30  {margin-top:30px !important;}
.mt35  {margin-top:35px !important;}
.mt40  {margin-top:40px !important;}
.mt50  {margin-top:50px !important;}
.mt60  {margin-top:60px !important;}
.mt70  {margin-top:70px !important;}
.mt80  {margin-top:80px !important;}
.mt90  {margin-top:90px !important;}
.mt100  {margin-top:100px !important;}

.mr3   {margin-right:3px !important;}
.mr5   {margin-right:5px !important;}
.mr10  {margin-right:10px !important;}
.mr15  {margin-right:15px !important;}
.mr20  {margin-right:20px !important;}
.mr25  {margin-right:25px !important;}
.mr30  {margin-right:30px !important;}
.mr35  {margin-right:35px !important;}
.mr40  {margin-right:40px !important;}

.ml3   {margin-left:3px !important;}
.ml5   {margin-left:5px !important;}
.ml10  {margin-left:10px !important;}
.ml15  {margin-left:15px !important;}
.ml20  {margin-left:20px !important;}
.ml25  {margin-left:25px !important;}
.ml30  {margin-left:30px !important;}
.ml35  {margin-left:35px !important;}
.ml40  {margin-left:40px !important;}

.w900 {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.w800 {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.w700 {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.w600 {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.w500 {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.w450 {
  width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.w400 {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.w300 {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.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) !important;
}

.fz18 {
  font-size: 18px !important;
}

.fz20 {
  font-size: 20px !important;
}

.fz22 {
  font-size: 22px !important;
}

.fz24 {
  font-size: 24px !important;
}

.fw500 {
  font-weight: 500;
}

.fw700 {
  font-weight: 700;
}

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

.reverse {
  flex-direction: row-reverse;
}

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

.column.reverse {
  flex-direction: row-reverse;
}

.column.col2 li {
  width: calc(100% / 2 - 20px);
}

.column.col3 li {
  width: calc(100% / 3 - 20px);
}

.column.col2 li:nth-child(n+3),
.column.col3 li:nth-child(n+4) {
  margin-top: 30px;
}

.column.col3 li:nth-child(3n+1),
.column.col4 li:nth-child(4n+1) {
  margin-left: 0;
}

.column.col3::after{
  content: "";
  width: calc(100% / 3 - 20px);
}

.sec-page-head .inner {
  padding: 50px 0 90px;
}

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

.page-title {
  width: 450px;
  font-size: 45px;
  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: 370px;
  height: 86px;
  margin: 0 auto;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
  z-index: -1;
}

.sec-title {
  font-size: 32px;
  font-weight: 300;
  line-height: 1.6;
  color: var(--pnk);
  margin-bottom: 30px;
  position: relative;
}

.sec-title.icon {
  font-size: 36px;
  color: #656565;
  text-align: center;
  margin: 0;
}

.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: 30px;
  height: 30px;
  margin: 0 auto 15px;
  display: block;
}

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

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

.dot-title {
	font-size: 22px;
	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: 100px;
  height: 100px;
  display: block;
  position: absolute;
  z-index: -1;
  left: -60px;
  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: 100px;
  height: 100px;
  display: block;
  position: absolute;
  z-index: -1;
  right: -60px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.title {
  font-size: 22px;
}

/* アコーディオン */
.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: 60px;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin: 40px 0;
  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,
section .common-list dd {
  padding: 15px 40px;
}

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

section .common-list dd {
  background: #fff;
  width: 70%;
  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: 30px 20px;
  border-radius: 10px;
}

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

.btn a {
  width: 300px;
  height: 60px;
  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;
}

/*.btn.grad2 a {
  background: rgba(228, 126, 5, 1);
  background-image: linear-gradient(90deg, rgba(232, 182, 24, 1), rgba(228, 126, 5, 1) 50%, rgba(228, 126, 5, 1));
}

.btn.grad2 a i::after {
  border-top: solid 1.5px #e47e05;
  border-right: solid 1.5px #e47e05;
}*/

/* 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: 40%;
  z-index: 1;
}

.slick-prev {
  left: 100px;
}

.slick-next {
  right: 100px;
}

.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: 170px;
  position: fixed;
  z-index: 3;
}

body.active {
  overflow: hidden;
}

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

header .head {
  width: 100%;
  position: relative;
  z-index: 1;
}

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

header a {
  display: block;
}

#header-logo {
  width: 450px;
}

#header-logo i {
  width: 130px;
  height: 120px;
  margin-right: 10px;
  position: relative;
  top: 5px;
}

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

#header-logo a {
  width: 450px;
  height: 130px;
  font-size: 24px;
  font-weight: 300;
  color: #656565;
  display: flex;
  align-items: center;
}

#header-logo a p {
  line-height: 1.6;
}

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

.head-r .column {
  align-items: center;
}

.head-r .column > p {
  font-size: 14px;
}

.head-r .tel {
  margin: 0 40px 0 15px;
}

.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: 28px;
  font-weight: 400;
  color: #e64e95;
  letter-spacing: normal;
  margin-left: 10px;
  line-height: 1.2;
}

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

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

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

header .tel + .tel {
  margin-left: 32px;
  padding-left: 32px;
  border-left: solid 1px var(--pnk);
}

header .btn.grad2,
header .btn.grad2 a {
  width: 290px;
  height: 50px;
  font-size: 14px;
  box-shadow: none;
}

header .line {
  width: 50px;
  height: 50px;
}

.fix-banner {
  display: none;
}

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

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

#g-nav-wrap {
  width: 100%;
  height: 100vh;
  padding-top: 0;
  margin: 0 auto;
  position: relative;
  left: 0;
  right: 0;
}

#g-nav.panelactive #g-nav-list {
 position: relative;
  z-index: 999;
  width: 400px;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  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: 25%;
  padding: 20px 10px 50px 0;
  position: absolute;
  right: 0;
}

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

header .nav {
  width: 100%;
  padding: 67px 65px 50px 65px;
  position: absolute;
  right: 0;
}

header .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: var(--pnk);
}

#btn-menu.active span:nth-of-type(1) {
  top: 0 !important;
  transform: none;
  width: 40px;
}

#btn-menu.active span:nth-of-type(2) {
  top: 13px !important;
  transform: none;
  opacity: 1;
}

#btn-menu.active span:nth-of-type(3){
  top: 26px !important;
  transform: none;
  width: 40px;
}

#btn-menu2 {
  width: 40px;
  height: 26px;
  position: absolute;
  z-index: 9999;
  cursor: pointer;
  right: 15px;
  top: 88px;
}

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

#btn-menu2 span {
  background: #fff;
}

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

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

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

/* MV下ナビ */
.main-nav {
  background: #fff;
  width: 1120px;
  margin: 20px auto 0;
  border-radius: 10px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

#top .main-nav {
  margin: 0 auto;
	position: absolute;
  left: 0;
  right: 0;
  top: 720px;
}

.mv + .main-nav {
	margin: 0 auto;
	position: absolute;
  left: 0;
  right: 0;
  top: 465px;
  overflow: hidden;
}

.main-nav ul li {
  width: calc(100% / 7);
  position: relative;
}

.main-nav ul li + li::before {
  content: "";
  height: 70%;
  border-left: solid 1px var(--pnk);
  opacity: 30%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.main-nav ul li a {
  padding: 20px 10px;
  display: block;
}

.main-nav ul li a:hover,
.main-nav ul li a.selected {
  background: #ECF4E9;
}

.main-nav ul li a i {
  width: auto;
  height: 50px;
  text-align: center;
  margin: 0 auto 5px;
  display: block;
}

.main-nav ul li a i img {
  height: 50px;
}

.main-nav ul li a p {
  text-align: center;
}

#g-nav-list .schedule,
#g-nav-list .contact {
  display: none;
}

.fix-schedule {
  width: 575px;
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 310px;
  right: -500px;
  z-index: 2;
  transition: 1s all;
}

#top .fix-schedule {
  top: 350px;
}

.fix-schedule.active {
  right: 0;
}

.fix-schedule .fix-tab {
  background: var(--pnk);
  width: 75px;
  height: 190px;
  font-size: 24px;
  color: #fff;
  writing-mode: vertical-rl;
  text-orientation: upright;
  border-radius: 10px 0 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.fix-schedule .fix-tab i {
  width: 25px;
  height: 25px;
  line-height: 1;
  margin: 0 auto 7px;
  display: block;
}

.fix-schedule .schedule {
  background: #fff;
  width: 500px;
  height: 190px;
  padding: 10px 20px;
  border-top: solid 1px var(--pnk);
  border-bottom: solid 1px var(--pnk);
}

.fix-schedule .schedule th,
.fix-schedule .schedule td {
  padding: 5px 0;
}

.fix-schedule_sp,
.fix-schedule_sp2 {
  display: none;
}

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

footer {
  position: relative;
}

.footer-guide {
  background: #fff;
}

.footer-guide .inner {
  padding: 80px 0 40px;
}

#footer-logo {
  width: 700px;
  align-items: center;
}

#footer-logo i {
  width: 150px;
}

.footer-info {
  width: 520px;
}

.footer-info p {
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 10px;
}

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

.footer-info .common-list dt {
  width: 17%;
  font-size: 15px;
}

.footer-info .common-list dd {
  width: 83%;
  font-size: 15px;
}

.footer-nav {
  background: #FFF5F8;
}

.footer-nav .nav {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
}

.footer-nav .nav li {
  width: 230px;
  margin-left: 23px;
  border-bottom: solid 1px var(--pnk);
}

.footer-nav .nav li:nth-child(4n+1) {
  margin-left: 0;
}

.footer-nav .nav li a {
  color: #656565;
}

.footer-nav .nav li a::after {
  content: '';
  display: block;
  border-top: solid 1.5px var(--pnk);
  border-right: solid 1.5px var(--pnk);
}

.footer-nav .nav::after {
  content: "";
  width: 230px;
  display: block;
}

.footer-group .inner {
  color: #fff;
  padding: 40px 0;
}

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

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

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

.footer-group ul li + li {
  margin-left: 40px;
}

.footer-group ul li a {
  color: #fff;
}

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

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

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

.sec-mv .inner {
  padding: 50px 0 90px;
  /*height: 915px;*/
}

.sec-mv .mv {
  background: url(../img/top/mv.jpg) no-repeat center / cover;
  width: 100%;
  height: 560px;
  position: relative;
}

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

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

.sec-mv .mv .copy {
  font-size: 45px;
  font-weight: 400;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 3px;
  text-align: center;
  position: absolute;
  right: 200px;
  top: 170px;
  z-index: 1;
}

.sec-mv .mv .copy::after {
  content: "";
  background: url(../img/common/page-title-deco.png) no-repeat center / cover;
  width: 370px;
  height: 86px;
  display: block;
  position: absolute;
  left: -20px;
  bottom: -35px;
  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.4;
  /*margin-top: 50px;*/
}

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

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

.group-wrap {
  padding: 60px 0 10px;
  margin-top: 60px;
  position: relative;
}

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

.group-img {
  width: 450px;
  height: 460px;
  position: relative;
}

.group-btn {
  width: 500px;
}

.group-btn li {
  height: 140px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}

.group-btn li + li {
  margin-top: 20px;
}

.group-btn li a {
  background: #FFF5F8;
  height: 140px;
  font-size: 20px;
  line-height: 1.7;
  padding: 0 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.group-btn li a span {
  font-size: 16px;
  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,
.group-btn li.active a:hover {
  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;
}

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

#philosophy section .lead {
  align-items: flex-end;
  position: relative;
}

#philosophy section .lead::after {
  content: "";
  background: url(../img/philosophy/lead-deco.png) no-repeat center / contain;
  width: 375px;
  height: 275px;
  position: absolute;
  top: -95px;
  left: 380px;
}

#philosophy section .lead .txt {
  width: 530px;
  line-height: 2.2;
}

#philosophy section .lead .img {
  width: 420px;
  height: 450px;
}

#philosophy .sec-lead02 .inner::after {
  content: "";
  background: url(../img/philosophy/lead02-deco.png) no-repeat center / contain;
  width: 360px;
  height: 300px;
  position: absolute;
  right: -200px;
  bottom: -8px;
}

#philosophy .sec-lead02 p {
  line-height: 2.2;
}

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

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

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

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

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

.quality-list li .img {
  width: 280px;
  height: 414px;
}

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

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

#group .service .img {
  width: 960px;
  margin: 60px auto 0;
}

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


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

#about section .message {
  align-items: flex-start;
  position: relative;
}

#about section .message .txt {
  width: 530px;
  line-height: 2.2;
}

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

#about section .message .img img {
  width: 370px;
  height: 450px;
  position: relative;
  z-index: 2;
}

#about section .message .prof {
  width: 310px;
  margin: 20px auto 0;
  position: relative;
}

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

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

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

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

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

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

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

#about .history-list .box {
  padding: 30px 40px;
}

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

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

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

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

#privacy section  .box {
  padding: 40px 80px 60px;
}

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

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

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

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

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

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

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

#contact .contact-info li + li {
  margin-left: 30px;
}

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

#contact .tel-wrap {
	justify-content: center;
}

#contact .tel-wrap .tel + .tel {
  margin-left: 60px;
  padding-left: 60px;
  border-left: solid 1px var(--pnk);
}

#contact .tel-wrap .tel-num i {
  width: 33px;
  height: 33px;
}

#contact .tel-wrap .tel-num p {
	font-size: 34px;
}

#contact .tel-wrap .tel-num + p {
	margin: 5px 0 10px;
}

.contact-list {
  width: 800px;
  margin: 0 auto;
  position: relative;
}

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

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

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


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

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

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

.caution {
  font-size: 10px;
  color: #fff;
  position: absolute;
  right: 50px;
  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%;
  border-radius: 10px;
}

form input[type="text"]:hover,
form textarea:hover,
form input[type="text"]:focus,
form textarea:focus {
  border-color: #a2a2a2;
}

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 !important;
  height: 60px;
  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: 60px;
  letter-spacing: normal;
  text-align: center;
  width: 400px;
  position: relative;
  opacity: 1;
  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.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;
}

.wpcf7-response-output {
  width: 490px;
  text-align: left;
  margin: 0 auto !important;
  border: none !important;
}

.btnbox {
  width: 500px;
  text-align: center;
  margin: 40px 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-left: 10px;
}

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

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

.error {
  color: #F00;
}

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

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

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

.post-category a {
  width: 140px;
  font-size: 14px;
  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: 25px;
}

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

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

.post-content iframe {
  width: 100%;
  height: 50vw;
}

/* 詳細ページ */
#pagenation {
  margin: 70px 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;
}

.pager {
  position: relative;
}

.back-index {
	width: 200px;
	margin: 60px auto 0;
}

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

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

.post-wrap {
  align-items: flex-start;
}

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



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

.post-cont,
.post-cont .card {
  width: 650px;
}

.post-cont .card a {
  padding: 35px 0;
  align-items: center;
  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 {
  width: 360px;
}

.post-cont .card .post-body .post-title {
  font-size: 18px;
}

.sidebar {
  background: rgba(106, 196, 50, .1) !important;
  background-image: linear-gradient(90deg, rgba(106, 196, 50, .1), rgba(0, 146, 165, .1)) !important;
  width: 250px;
  padding: 25px 30px 30px;
  position: relative;
  border-radius: 10px ;
}

/*.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: 20px;
}

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

.sidebar ul li {
  position: relative;
}

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

.sidebar select {
  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;
}
