@charset "UTF-8";
body {
  font-family: "メイリオ", "Meiryo", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "Lucida Grande", "Lucida Sans Unicode", verdana, Sans-Serif;
  background: #fff;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  /*
  	font-size: 60px;
  	line-height: 1.2;
  	color: red;
  */
}

/* --------------------------------------------
ゴシックMB
--------------------------------------------
font-family: 
	ゴシックMB101 L/Gothic MB101 Light
	ゴシックMB101 R/Gothic MB101 Regular
	ゴシックMB101 DB/Gothic MB101 DemiBold
	ゴシックMB101 M/Gothic MB101 Medium

	"ゴシックMB101 L","Gothic MB101 Light","A-OTF ゴシックMB101 Pro";
	font-weight: 100;
	"ゴシックMB101 R","Gothic MB101 Regular","A-OTF ゴシックMB101 Pro";
	font-weight: 400;
	"ゴシックMB101 DB","Gothic MB101 DemiBold","A-OTF ゴシックMB101 Pro";
	font-weight: 500;



	font-family: "ゴシックMB101 R","Gothic MB101 Regular","A-OTF ゴシックMB101 Pro";	
	font-weight: 400;
	// x6
	// x7（2024/10/28 チェック, ＆リストラクション）



	font-family: "ゴシックMB101 L","Gothic MB101 Light","A-OTF ゴシックMB101 Pro";
	font-weight: 100;
	// x7
	//	↓	【Typekit】
	font-family: "a-otf-gothic-mb101-pr6n";
	text-decoration: none;
	font-weight: 300;
	//	@import url("https://use.typekit.net/qtp3hhn.css");

	font-family: "ゴシックMB101 DB","Gothic MB101 DemiBold","A-OTF ゴシックMB101 Pro";
	font-weight: 500;
	// x3
	//	→	「メイリオで」

	// x15

-------------------------------------------- */
/* CommonSet
----------------------------------------------------*/
/*
	font-family: append('Noto Sans JP', $stdFonts, comma);

	font-family: append("a-otf-gothic-mb101-pr6n", $stdFonts, comma);

*/
a {
  font-size: 16px;
  color: #333;
  text-decoration: underline;
  transition: all 0.2s ease-in 0s;
}

a:hover {
  text-decoration: none;
  transition: all 0.1s ease-in 0s;
}

a:active {
  transition: all 0.1s ease-out 0s;
}

a img {
  transition: all 0.2s ease-out 0s;
}

a:hover img {
  transition: all 0.1s ease-out 0s;
}

a.btn,
input[type=submit] {
  transition: all 0.2s ease-out 0s;
  opacity: 1;
}

a.btn:hover,
input[type=submit]:hover {
  transition: all 0.1s ease-out 0s;
  opacity: 0.8;
}

h2 {
  font-family: "a-otf-gothic-mb101-pr6n", "メイリオ", "Meiryo", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "Lucida Grande", "Lucida Sans Unicode", verdana, Sans-Serif;
  font-weight: 400;
  text-align: center;
  font-size: 40px;
  color: #666;
}

h3 {
  font-family: "a-otf-gothic-mb101-pr6n", "メイリオ", "Meiryo", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "Lucida Grande", "Lucida Sans Unicode", verdana, Sans-Serif;
  font-weight: 400;
  text-align: center;
  font-size: 30px;
}

h4 {
  font-family: "a-otf-gothic-mb101-pr6n";
  text-decoration: none;
  font-weight: 300;
  font-size: 24px;
  color: #666;
}

h5 {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.55;
}

p, ul li, ol li, dl {
  line-height: 1.75;
  font-size: 1rem;
  font-size: 16px;
  color: #333;
}

input, textarea, button, select {
  -webkit-appearance: none;
  -moz-appearance: none; /* FF */
  appearance: none;
  font-family: "メイリオ", "Meiryo", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "Lucida Grande", "Lucida Sans Unicode", verdana, Sans-Serif;
  font-size: 16px;
  color: #333;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #7ad7e8;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #7ad7e8;
}

input:-moz-placeholder,
input::-moz-placeholder,
textarea:-moz-placeholder,
textarea::-moz-placeholder {
  color: #7ad7e8;
}

input[type=radio],
input[type=checkbox],
input[type=file],
input[type=submit],
button,
select {
  cursor: pointer;
}

select {
  border: none;
}

figure {
  margin: 0;
}

iframe {
  display: block;
  margin: 0 auto;
  width: 500px;
}

.PCOnly {
  display: inline-block;
}

.SPOnly {
  display: none;
}

/* form -common-	#contact より//
------------------------------------------*/
form {
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  max-width: 640px;
}

form > * {
  margin: 20px auto 0;
}

form > div {
  margin: 40px auto 0;
}

form > div + div {
  margin: 40px auto 0;
}

input,
textarea,
select {
  display: block;
  box-sizing: border-box;
  border: 1px solid #c9c9c9;
  border-radius: 4px !important;
  margin: 10px auto;
  padding: 8px 8px;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  /*	color: #7ad7e8;			*/
}

input + input {
  margin: -5px auto 0;
}

textarea {
  line-height: 1.5;
}

label {
  display: block;
  margin: 12px auto -12px;
  font-size: 14px;
  line-height: 1.75;
}

label.must:after {
  content: "*";
  color: #ff0000;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 5px;
}

.beforeSubmit {
  margin: 40px auto 0;
  color: #ff0000;
  font-size: 12px;
}

.beforeSubmit span {
  font-size: 16px;
}

/* ----- submit ----- */
a.btn,
input[type=submit] {
  margin: 40px auto 0;
  width: 270px;
  background: #ff849a;
  font-weight: normal;
  letter-spacing: 1em;
  text-indent: 1em;
  color: #fff;
  text-align: center;
  padding: 8px;
  font-size: 24px;
}

a.btn {
  text-decoration: none;
  display: block;
  box-sizing: border-box;
  border: 1px solid #c9c9c9;
  border-radius: 4px !important;
  width: 100%;
  max-width: 320px;
  /*	font-size: 18px;	*/
  letter-spacing: inherit;
  text-indent: inherit;
  line-height: 2;
  background: #7ad7e8;
  border: none;
  line-height: inherit;
}

a.btn.forward {
  background: #ff849a;
}

/* ----- select ----- */
select {
  padding: 8px 16px;
  border-radius: 4px !important;
  background: #fff;
  background-image: url(../img/icon_arrow-blue.svg);
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 14px;
  /* for FF */
  text-indent: 0.01px;
  text-overflow: "";
  overflow: hidden;
}

/* for IE(10以上) */
select::-ms-expand {
  display: none;
}

select option {
  display: block;
  padding: 0.5em 1.2em;
  padding: 0 1.2em;
}

select option#default {
  color: #7ad7e8 !important;
}

/* ----- radio ----- */
.radioGroup label {
  display: inline-block;
  position: relative;
  padding: 10px 0 0 25px;
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
}

.radioGroup label + label {
  margin-left: 20px;
}

.radioGroup label:before,
.radioGroup label:after {
  content: "";
  position: absolute;
  border: 1px solid #c9c9c9;
}

.radioGroup label:before {
  top: 4px;
  top: 10px;
  left: 0px;
  z-index: 3;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

.radioGroup label:after {
  top: 7px;
  top: 13px;
  left: 3px;
  z-index: 1;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background-color: #7ad7e8;
}

.radioGroup label input[type=radio] {
  position: absolute;
  top: 2px;
  top: 8px;
  left: -34px;
  left: -23px;
  z-index: 2;
  margin: 0 auto;
  padding: 0;
  width: 20px;
  height: 20px;
  box-shadow: 20px -1px #fff;
}

.radioGroup label input[type=radio]:checked {
  box-shadow: none;
}

.radioGroup label input[type=radio]:focus {
  box-shadow: 20px -1px #eee;
  opacity: 0.4;
}

/* ----- checkbox ----- */
.checkGroup label {
  position: relative;
  margin: 0 auto;
  display: inline-block;
  box-sizing: border-box;
  padding: 8px 0 2px 30px;
  overflow: hidden;
  cursor: pointer;
}

#wrap .checkGroup label + label {
  margin-left: 20px;
}

.checkGroup label:before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 1px;
  top: 7px;
  left: 0;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 1px solid #c9c9c9;
}

.checkGroup label:after {
  content: "";
  display: block;
  position: absolute;
  top: 40%;
  top: 48%;
  left: 6px;
  z-index: 1;
  margin-top: -8px;
  width: 8px;
  height: 12px;
  border-right: 3px solid #7ad7e8;
  border-bottom: 3px solid #7ad7e8;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}

.checkGroup label input[type=checkbox] {
  position: absolute;
  left: -40px;
  z-index: 2;
  width: 20px;
  height: 20px;
  display: block;
  margin: 0;
  padding: 0;
  box-shadow: 41px 0px #fff;
}

.checkGroup label input[type=checkbox]:checked {
  box-shadow: none;
}

.checkGroup label input[type=checkbox]:checked:focus {
  box-shadow: 40px 0px #eee;
  opacity: 0.2;
  opacity: 0.4;
}

.checkGroup label input[type=checkbox]:focus {
  box-shadow: 41px 0px #eee;
}

/* baseStracture
------------------------------------------*/
#wrap {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}

#container {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 960px;
}

.inner {
  margin: 0 auto;
  width: 960px;
}

.inner + .inner {
  margin: 80px auto 0;
}

.static .inner {
  width: 100%;
  max-width: 920px;
  padding: 0 20px;
}

/* header
------------------------------------------*/
header {
  position: absolute;
  /*	position:relative;	*/
  z-index: 1;
  background: rgba(255, 255, 255, 0.8);
  margin: 0 auto;
  padding: 20px;
  /*	padding: 10px 20px 10px;	*/
  width: 100%;
  box-sizing: border-box;
}

header h1 {
  font-size: 0;
  max-width: 920px;
  margin: 0 auto;
}

header h1 img {
  width: auto;
  height: 50px;
  /*	height: 25px;		*/
  margin: 0 20px 0 0;
}

header h1 span {
  display: inline-block;
  line-height: 40px;
  line-height: 20px;
  vertical-align: middle;
  font-size: 14px;
  color: #333;
}

header a {
  text-decoration: none;
}

/* pagetop
------------------------------------------*/
.pagetop {
  margin: 0 auto;
  padding: 0 20px;
  padding: 60px 20px 20px;
  padding: 50px 20px 30px;
  text-align: right;
}

.pagetop a {
  position: relative;
  font-family: "a-otf-gothic-mb101-pr6n", "メイリオ", "Meiryo", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "Lucida Grande", "Lucida Sans Unicode", verdana, Sans-Serif;
  font-weight: 400;
  font-size: 12px;
  text-decoration: none;
}

.pagetop a:before {
  content: "";
  position: absolute;
  top: -12px;
  left: 38px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #7ad7e8;
  border-right: 2px solid #7ad7e8;
  border-bottom: 0 solid transparent;
  border-left: 0 solid transparent;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.3s ease-out 0s;
}

.pagetop a:hover:before {
  top: -15px;
  transition: all 0.2s ease-out 0s;
}

/* footer
------------------------------------------*/
footer {
  border-top: 1px solid #c9c9c9;
  margin: 0 auto;
  padding: 20px 20px 14px;
  text-align: center;
}

footer a,
footer > p {
  font-family: "a-otf-gothic-mb101-pr6n", "メイリオ", "Meiryo", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "Lucida Grande", "Lucida Sans Unicode", verdana, Sans-Serif;
  font-weight: 400;
  font-size: 14px;
}

footer > div {
  text-align: center;
  overflow: hidden;
}

footer > div a {
  display: inline-block;
  text-decoration: none;
}

footer > div a:hover {
  text-decoration: underline;
}

footer > div a + a {
  margin: 0 0 0 40px;
}

footer > p {
  margin: 20px auto 0;
  color: #7a7a7a;
}

/* section -common-
------------------------------------------*/
section {
  position: relative;
  padding: 40px 0px 0;
}

main > section {
  padding: 80px 0px;
}

main > section:nth-of-type(2n+3) {
  background: #f8f8f8;
}

.topPage section p,
.join section p {
  margin: 45px auto 0;
  text-align: center;
}

dl {
  margin: 30px auto 0;
  width: 480px;
  font-size: 0;
}

dl + dl {
  margin: 20px auto 0;
}

dl dt,
dl dd {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  color: #333;
}

dl dt {
  min-width: 120px;
}

dl dd {
  min-width: 340px;
}

.flowBlock dl {
  width: auto;
  max-width: 640px;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #919191;
  background: #fff;
}

.flowBlock dl dt,
.flowBlock dl dd {
  position: relative;
  box-sizing: border-box;
}

.flowBlock dl dt {
  min-width: 280px;
}

.flowUnder {
  background: #c4c4c4;
  background: url(../img/flow_under.svg) no-repeat calc(50% + 270px) center;
  background-size: auto 90%;
}

.flowUnder dl {
  background: none;
}

.flowUnder dl dt {
  margin-bottom: 5px;
}

.flowUnder dl dt::before {
  content: "step-1";
  position: relative;
  display: inline;
  padding: 0 10px;
  height: 30px;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  border-radius: 5px;
  background: #ff849a;
  border: 2px solid #fff;
  margin-right: 10px;
}

.flowUnder dl:nth-child(2) dt::before {
  content: "step-2";
}

.flowUnder dl:nth-child(3) dt::before {
  content: "step-3";
}

.flowUnder dl:nth-child(4) dt::before {
  content: "step-4";
}

.flowUnder dl:nth-child(5) dt::before {
  content: "step-5";
}

.QandA dl {
  background: none;
  border: none;
  padding: 0px;
}

.QandA dl dt,
.QandA dl dd {
  padding: 10px;
  padding-left: 30px;
}

.QandA dl dt {
  background: #fff;
  border: 2px solid #ff849a;
  width: 100%;
  cursor: pointer;
  transition: all 0.2s ease-out 0s;
}

.QandA dl:not(.openNow) dt:hover {
  background: #ff849a;
  color: #fff;
  transition: all 0.1s ease-out 0s;
}

.QandA dl dd {
  font-size: 14px;
  /*	display: none;
  */
}

.QandA dl dt::before,
.QandA dl dd::before {
  content: "Ｑ";
  position: absolute;
  top: 7px;
  left: -24px;
  left: -10px;
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  border-radius: 50%;
  background: #ff849a;
  border: 2px solid #fff;
}

.QandA dl dd::before {
  content: "Ａ";
  left: 0px;
  background: #7ad7e8;
  transition: all 0.1s ease-out 0s;
}

.QandA dl.openNow dd::before {
  left: -8px;
  transition: all 0.2s cubic-bezier(0.7, 0, 1, 0) 0s;
  transition: all 0.2s cubic-bezier(0.99, 0, 1, 0.01) 0s;
}

.readMore {
  margin: 40px auto 0;
  text-align: center;
}

.readMore h3 {
  margin: 60px auto 20px;
}

.readMore a {
  margin: 20px auto 0;
}

.contentPage .readMore {
  margin: 160px auto 0;
  max-width: 720px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  align-items: flex-end;
  justify-content: space-between;
  justify-content: space-around;
}

.contentPage .readMore a {
  margin: 0 0 40px;
}

.badge {
  position: absolute;
  top: 75px;
  right: calc(50% - 350px);
  box-sizing: border-box;
  padding: 0;
  white-space: nowrap;
  text-align: center;
  line-height: 90px;
  text-indent: -2em;
  /*	background: #ff849a;	*/
  border-bottom: 4px solid #ff849a;
  font-weight: 500;
  /*	font-size: 12px;	*/
  color: #666;
  transform: rotate(-15deg) scale(1);
}

.badge::before,
.badge::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: -15px;
  width: 110px;
  height: 110px;
  background: #7ad7e8;
  transform: rotate(-5deg);
}

.badge::after {
  background: #faea24;
  transform: rotate(5deg);
}

.badge em {
  font-family: "a-otf-gothic-mb101-pr6n", "メイリオ", "Meiryo", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "Lucida Grande", "Lucida Sans Unicode", verdana, Sans-Serif;
  font-weight: 400;
  font-weight: 600;
  font-size: 64px;
  letter-spacing: -0.2em;
  color: #333;
}

header .badge {
  position: absolute;
  top: 20px;
  right: calc(50% - 460px);
  color: #000;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 1000px;
  border-bottom: 4px solid #7ad7e8;
  width: 120px;
  height: 100px;
  white-space: inherit;
  line-height: 1;
  text-indent: 0em;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  padding: 0 5px 10px;
  box-sizing: content-box;
  color: #333;
}

.topPage header .badge {
  /*
  	right: calc(50px);

  	right: calc(75px);
  */
}

header .badge::before {
  background: #ff849a;
  right: 0px;
  /*	top: 5px;
  */
  right: 7px;
}

header .badge::after {
  background: #faea24;
  right: 0px;
  /*	top: 5px;
  */
  right: 8px;
}

header .badge span {
  display: inline-block;
  margin: 0 auto 5px;
}

header .badge em {
  font-size: 37px;
  letter-spacing: -0.06em;
  width: 2.5em;
  text-indent: -0.2em;
  display: inline;
  font-size: 35px;
  margin: 0.1em;
}

.badge.badge2nd {
  /*	background: rgba(0,0,0,0.5);
  */
  background: rgba(255, 255, 255, 0.91);
  width: auto;
  height: auto;
  border-radius: 50px 100px 100px 50px;
  border-radius: 10px 50px 50px 10px;
  padding: 5px 0px 10px;
}

.badge.badge2nd::before {
  height: 4px;
  top: 61px;
  right: 0;
  width: 156px;
  top: 67px;
  right: 15px;
  width: 140px;
  top: 66px;
  right: -5px;
  width: 150px;
  top: 75px;
  right: -15px;
  transform: rotate(3deg);
  /*	opacity: 0.9;
  */
}

.badge.badge2nd::after {
  /*	display: none;
  */
  height: 4px;
  top: 61px;
  width: 156px;
  top: 29px;
  width: 145px;
  right: 0;
  right: 30px;
  width: 155px;
  top: 34px;
  right: 10px;
  transform: rotate(3deg);
  /*	opacity: 0.9;
  */
}

.badgeAlternate {
  animation: altMode 10s cubic-bezier(0.5, 0, 0.5, 1.3) 0s 18 both;
}

.badge2nd.badgeAlternate {
  animation: altMode 10s cubic-bezier(0.5, 0, 0.5, 1.3) 5s 18 backwards;
}

@keyframes altMode {
  0% {
    transform: translate(0, 50px) rotate(-15deg);
    opacity: 0;
  }
  2% {
    transform: translate(0, 0) rotate(-15deg);
    opacity: 1;
  }
  45% {
    transform: translate(0, 0) rotate(-15deg);
    opacity: 1;
  }
  50% {
    transform: translate(0, -100px) rotate(-15deg);
    opacity: 0;
  }
  100% {
    transform: translate(0, 50px) rotate(-15deg);
    opacity: 0;
  }
}
header h1 a {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

header h1 a span {
  line-height: 1.5;
  margin: 0 0 -15px;
}

/* Menu is coming!
------------------------------------------*/
#menuSW {
  border-radius: 15px;
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 15px;
  right: 15px;
  width: 60px;
  height: 60px;
  text-align: center;
  /*	display: none;
  */
}

#menuSW a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column wrap;
  justify-content: space-around;
  align-items: center;
  color: #fff;
}

#menuSW {
  position: absolute;
  position: fixed;
  z-index: 3;
  background: rgba(0, 0, 0, 0.75);
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  cursor: pointer;
  /*
  	top: 60px;
  	right: 10px;
  	width: 100px;
  	height: 100px;
  	border-radius: 10px;
  */
  /*
  	top: 10px;
  	right: 60px;
  	width: 40px;
  	height: 40px;
  	border-radius: 7px;
  */
}

#menuSW a {
  font-size: 0;
}

#menuSW img {
  display: none;
}

#menuSW::before,
#menuSW::after,
#menuSW a::before {
  content: "";
  background: #fff;
  background: #333;
  display: block;
  width: 60%;
  height: 0%;
  padding: 6% 0 0;
  border-radius: 100px;
  position: absolute;
  top: 27%;
  left: 20%;
  transform-origin: 50% 50%;
  transition: all 0.2s cubic-bezier(0.7, 0, 0.7, 0) 0s;
  transition: all 0.333s cubic-bezier(0.3, 0, 0, 1) 0s;
}

#menuSW::after {
  top: 67%;
}

#menuSW a::before {
  top: 47%;
}

#menuSW.closeMenu::before {
  /*	top: calc(50% - 6% / 2);
  	transform: rotate(-45deg);
  */
  animation: menuSW-top 1s cubic-bezier(0.3, 0, 0, 1) 0s 1 both;
}

#menuSW.closeMenu::after {
  /*	top: calc(50% - 6% / 2);
  	transform: rotate(45deg);
  */
  animation: menuSW-bottom 1s cubic-bezier(0.3, 0, 0, 1) 0s 1 both;
}

#menuSW::before {
  animation: menuSW-top 1s cubic-bezier(0.3, 0, 0, 1) 0s 1 both reverse;
  animation: menuSW-top-init 0.2s cubic-bezier(0.3, 0, 0, 1) 0s 1 backwards;
  animation: menuSW-top-init 0.2s cubic-bezier(0.3, 0, 0, 1) 0s 1 both;
}

#menuSW::after {
  animation: menuSW-bottom 1s cubic-bezier(0.3, 0, 0, 1) 0s 1 both reverse;
  animation: menuSW-bottom-init 0.2s cubic-bezier(0.3, 0, 0, 1) 0s 1 backwards;
  animation: menuSW-bottom-init 0.2s cubic-bezier(0.3, 0, 0, 1) 0s 1 both;
}

#menuSW.closeMenu a::before {
  transform: scale(0, 1);
}

@keyframes menuSW-top {
  0% {
    top: 27%;
    transform: rotate(0deg);
  }
  50% {
    top: 47%;
  }
  100% {
    top: 47%;
    transform: rotate(-45deg);
  }
}
@keyframes menuSW-bottom {
  0% {
    top: 67%;
    transform: rotate(0deg);
  }
  50% {
    top: 47%;
  }
  100% {
    top: 47%;
    transform: rotate(45deg);
  }
}
@keyframes menuSW-top-init {
  0% {
    top: 47%;
    transform: rotate(-45deg);
  }
  50% {
    top: 47%;
  }
  100% {
    top: 27%;
    transform: rotate(0deg);
  }
}
@keyframes menuSW-bottom-init {
  0% {
    top: 47%;
    transform: rotate(45deg);
  }
  50% {
    top: 47%;
  }
  100% {
    top: 67%;
    transform: rotate(0deg);
  }
}
.globalMenu {
  position: fixed;
  z-index: 2;
  top: 0;
  right: 0;
  width: 320px;
  background: rgb(255, 255, 255);
  box-sizing: border-box;
  padding: 40px;
  box-shadow: -5px 5px 0px 0px rgb(0, 0, 0);
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.1);
  /*
  	overflow: hidden;
  */
  /*
  	background: #777;
  */
  right: -320px;
  transition: all 0.333s cubic-bezier(0.3, 0, 0, 1) 0s;
}

.globalMenu.OPEN {
  right: 0;
}

.globalMenu img {
  width: auto;
  height: 100%;
}

.globalMenu * {
  box-sizing: border-box;
}

.globalMenu a {
  text-decoration: none;
}

.globalMenu ul {
  position: relative;
}

.menuHeader {
  position: absolute;
  top: 10px;
  right: 10px;
}

.menuHeader .closeMenu {
  width: 40px;
  height: 40px;
  padding: 7px;
  line-height: 1;
  background: #333;
  border-radius: 7px;
  display: none;
}

.closeMenu {
  cursor: pointer;
}

.mainMenu {
  left: -10px;
}

.mainMenu li {
  position: relative;
  line-height: 3;
  line-height: 2.5;
  margin-bottom: 4px;
}

.mainMenu li::before {
  /*
  	content: "";
  */
  background: #333;
  width: 100px;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  top: calc(50% - 1px);
  left: -100px;
  left: 0;
  width: 320px;
  z-index: 0;
}

.mainMenu li a {
  /*	background: #eee;
  */
  z-index: 1;
  position: relative;
  display: inline-block;
  padding: 0 6px;
  padding: 0 10px;
  border-radius: 4px;
}

.mainMenu li a:hover {
  background: #eee;
  background: #7ad7e8;
  color: #fff;
}

.subMenu {
  padding-left: 20px;
}

.subMenu li,
.subMenu a {
  font-size: 14px;
}

.sns {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  width: calc(100% + 12px);
  left: -6px;
  margin-top: 20px;
}

.sns li {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
}

.sns li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 4px;
}

.sns li a:hover {
  opacity: 0.8;
}

.globalMenu a[href*=youtube] img {
  width: 100%;
  height: auto;
}

.globalMenu a[href*=facebook] {
  padding: 6px;
}

.globalMenu a[href*="note.com"] {
  padding: 6px;
}

.sns li:nth-of-type(4)::after {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  background: rgba(0, 0, 0, 0.2);
  background: #000;
  background: rgba(255, 255, 255, 0.5);
}

/* mainVisual
------------------------------------------*/
#mainVisual {
  position: relative;
  /*
  	background: url(../img/mv-02.jpg) no-repeat center top #000;
  	background-size: cover;

  	background: url(../img/mv_1.jpg) no-repeat center center #000;
  	background-size: cover;
  */
  height: 460px;
  padding: 90px 0 0;
}

#mainVisual > .inner {
  position: relative;
  z-index: 1;
  height: 100%;
}

#mainVisual > .inner * {
  position: absolute;
}

#mainVisual p {
  font-family: "a-otf-gothic-mb101-pr6n";
  text-decoration: none;
  font-weight: 300;
  font-size: 46px;
  color: #fff;
  text-shadow: 0 0 5px #4c4c4c;
  line-height: 1;
}

#mainVisual .inner p:first-child {
  right: 0;
  margin: 70px 0 0;
}

#mainVisual .inner p:last-of-type {
  bottom: 0;
  margin: 0 0 70px;
}

#mainVisual .inner img {
  right: 0;
  bottom: -30px;
  width: 436px;
  height: auto;
  /* [image_01-2.svg]向けに調整 */
  right: -50px;
  bottom: -10px;
}

/* newRelease
------------------------------------------*/
#newRelease {
  background: rgba(0, 0, 0, 0.999);
  background: rgba(0, 0, 0, 0.73);
  /*	background: rgba(0,0,0,0.37);
  	background: #f8f8f8;
  */
  margin: 1px auto;
}

#newRelease p {
  color: #faea24;
  color: #fff;
  /*	color: #666;	*/
  line-height: 1.2;
  /*	min-width: 120px;
  */
  white-space: nowrap;
}

#newRelease a {
  color: #fff;
  text-decoration: none;
}

#newRelease a:hover {
  color: #faea24;
}

#newRelease ul {
  padding: 20px 10px 20px calc(10px + 2.4em);
  padding: 10px 10px 10px calc(10px + 2em);
  padding: 10px 10px 10px calc(10px + 2em);
  padding: 10px 10px 10px calc(10px + 1.2em);
  max-width: 640px;
}

#newRelease ul li {
  border-bottom: 2px dashed #d2d2d2;
  border-bottom: 2px dashed #faea24;
  padding: 0 0 0 0.5em;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

#newRelease ul li::before {
  content: "★";
  color: #faea24;
  font-size: 2em;
  position: absolute;
  top: -0.4em;
  top: -0.5em;
  /*
  	bottom: -0.5em;
  */
  left: -1.2em;
  left: -0.8em;
  transform: rotate(5deg);
}

#newRelease ul li:nth-child(2)::before {
  transform: rotate(-25deg);
}

#newRelease ul li + li {
  margin-top: 10px;
}

#newRelease iframe {
  display: none;
}

/* sosial系
------------------------------------------*/
#newRelease {
  display: flex;
  flex-flow: row wrap;
  flex-flow: row nowrap;
  justify-content: space-around;
  justify-content: flex-end;
  align-items: center;
  /*	padding: 0 20px 0 0;
  */
  justify-content: center;
  padding: 0 0 0 150px;
  min-height: 90px;
}

#newRelease ul {
  margin: 0;
}

#newRelease .blockYoutube p:not(.iconImg) {
  color: #aaa;
  font-size: 12px;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  margin-top: 0.5em;
}

.blockYoutube {
  width: calc(100% - 640px - 150px);
  width: 150px;
  width: 100px;
  margin: 0 20px;
  height: auto;
  padding: 10px;
  background: #333;
  background: #000;
  background: rgb(0, 0, 0);
  border-radius: 10px;
  border: 2px solid #aaa;
  border: 3px solid #000;
  border: none;
  border: 2px solid rgb(0, 0, 0);
  transition: all 0s linear 0s;
}

.blockYoutube:hover {
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.133s ease-out 0s;
}

.iconImg img {
  width: 100%;
  height: auto;
}

/* visualArea
------------------------------------------*/
.visualArea {
  display: block;
  /*	display: none;		*/
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  /*
  	display: flex;
  	justify-content: center;
  	align-items: center;
  */
}

.visualArea.bxSlider {
  display: none;
  display: block;
}

.visualArea img {
  position: relative;
  /*	position: absolute;
  	top: 0;
  	left: 0;
  */
  width: 100%;
  height: auto;
}

.visualArea.bxSlider img {
  opacity: 0;
}

.visualArea video {
  width: 100%;
  height: 100%;
}

/* slider
------------------------------------------*/
.bx-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bx-viewport {
  height: 100% !important;
}

.slide-item {
  width: 33.3%;
  max-width: 700px;
  max-width: 500px;
  max-width: 550px;
  height: 100%;
  overflow: hidden;
}

/* concept
------------------------------------------*/
#concept {
  background: url(../img/concept_blue.png) repeat;
  padding: 100px 0 115px;
  padding: 100px 0;
  padding: 50px 0 100px;
}

#concept h2 {
  font-family: "a-otf-gothic-mb101-pr6n";
  text-decoration: none;
  font-weight: 300;
  font-size: 34px;
  color: #000;
}

#concept p {
  font-family: "a-otf-gothic-mb101-pr6n", "メイリオ", "Meiryo", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "Lucida Grande", "Lucida Sans Unicode", verdana, Sans-Serif;
  font-weight: 400;
  font-weight: 600;
  margin: 30px auto 0;
  text-align: left;
  font-size: 14px;
  color: #414143;
  line-height: 2;
}

#concept h3 {
  font-family: "a-otf-gothic-mb101-pr6n";
  text-decoration: none;
  font-weight: 300;
  text-align: left;
  font-size: 48px;
  color: #fff;
  line-height: 1.4;
}

#concept h3 span.shoulder {
  display: block;
  margin: 0 auto 10px;
  font-size: 24px;
}

#concept h3 em {
  color: #333;
}

.point {
  position: relative;
  margin: 80px auto 0;
}

#concept .point:last-child h3 {
  text-align: center;
  font-size: 52px;
}

.point > img {
  position: absolute;
  top: -115px;
  right: -96px;
  width: 323px;
  height: auto;
}

.point + .point > img {
  right: auto;
  top: -45px;
  left: -100px;
  width: 328px;
}

.point + .point > div {
  margin: 0 0 0 250px;
}

/* function
------------------------------------------*/
.function {
  /*	background: #f8f8f8;	*/
  color: #333;
}

.contentPage h2 {
  letter-spacing: 0.2em;
  /*	border-bottom: 3px solid #ff849a;	*/
  font-family: "a-otf-gothic-mb101-pr6n";
  text-decoration: none;
  font-weight: 300;
  font-size: 80px;
  color: #000;
}

/* ----- movieArea ----- */
.movieArea {
  position: relative;
  margin: 20px auto;
  width: calc(100% - 0px);
  box-sizing: border-box;
  padding: 5px;
  border-radius: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.73);
  /*	animation: alphaMode 2.5s cubic-bezier(.99,0,1,.01) 0s 1 both;
  */
  animation: alphaMode 2.5s ease-in 0s 1 both;
}

@keyframes alphaMode {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.movieArea iframe {
  width: 100%;
  height: auto;
  width: 300px;
  height: 150px;
}

/*
.movieArea {
	width: 100%;
	max-width: 100%;
//	background: #000;
	padding: 0;
	height: 0;
	padding-bottom: calc(100% * 9 / 16);
	overflow: hidden;
}
.movieArea iframe {
	position: relative;
//	top: 0;
	display: block;
	margin: 50px auto;
	width: calc(300px);
	height: 150px;

	width: 100%;
	height: auto;
	height: 100%;

	width: 750px;
	height: calc(750px * 9 / 16);
	height: 100%;
	height: auto;

	width: 100%;
	max-width: 100%;
	height: calc(750px * 9 / 16);
	height: calc(100vw * 9 / 16);

	max-width: 47rem;
	height: calc(47rem * 9 / 16);

	@include mediaQuery(sp) {
		max-width: calc(100vw - 4vw);
		height: calc((100vw - 4vw) * 9 / 16);
	}
}
*/
.function p,
#function p,
#cloud p {
  margin: 0 auto;
  text-align: left;
}

#function p {
  font-size: 14px;
}

.function .inner > article {
  margin: 50px auto 0;
  font-size: 0;
  overflow: hidden;
}

.function .inner > article > * {
  display: inline-block;
  vertical-align: top;
}

.function .inner > article + article {
  margin: 100px auto 0;
}

.contentPage .function .inner > article + article {
  margin: 160px auto 0;
  margin: 30px auto 80px;
  padding-top: 80px;
  border-top: 7px #c4c4c4;
  border-top-style: dashed;
}

/*
.function .inner > article h3 {
*/
.function h3 {
  /*	background: url(../img/function-01.png) no-repeat;
  	background: url(../img/function-01.svg) no-repeat;
  */
  background-size: 100%;
  position: relative;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  box-sizing: border-box;
  padding: 64px 0 0;
  color: #7ad7e8;
}

.contentPage .function .inner > article h3 {
  z-index: -1;
}

#fn_reception h3 {
  background: url(../img/function-01.png) no-repeat;
  background: url(../img/function-01.svg) no-repeat;
}

#fn_customer h3 {
  background: url(../img/function-02.png) no-repeat;
  background: url(../img/function-02.svg) no-repeat;
}

#fn_analysis h3 {
  background: url(../img/function-03.png) no-repeat;
  background: url(../img/function-03.svg) no-repeat;
}

.fn_future h4 {
  margin: 0 auto 20px;
}

.function .fn_future ol li:nth-of-type(1) {
  line-height: 1.5;
}

.function .fn_future ol li:nth-of-type(2) {
  margin-top: 0;
}

/*↓またはこういう指定でも可
.function .fn_future ol *:nth-child(2) {
	margin-top: 0;
}
*/
.function .fn_future ol:nth-of-type(1) {
  padding-bottom: 0.5em;
}

.function .fn_future ol:nth-of-type(2) {
  padding-top: 10px;
}

.function .fn_future li + P {
  margin-top: 20px;
  padding-top: 20px;
}

.bagdeNew {
  position: relative;
}

.bagdeNew::before {
  content: "NEW!";
  position: absolute;
  top: -20px;
  left: -100px;
  display: block;
  width: 90px;
  height: 90px;
  border-radius: 100%;
  box-sizing: border-box;
  padding: 0;
  line-height: 100px;
  border: 0px solid #ff849a;
  background: #ff849a;
  color: #fff;
  font-size: 30px;
  text-align: center;
  transform: rotate(-10deg);
}

.function .fn___circlepinky h3,
#fn_cloud h3,
#fn_cti h3,
#fn_LINE h3,
#fn_reservation h3 {
  padding: 0;
  line-height: 170px;
  background: none;
  color: #ff849a;
  border: 10px solid #ff849a;
  background: #ff849a;
  color: #fff;
}

#fn_LINE h3 {
  border: 10px solid #05bf4a;
  background: #05bf4a;
}

/*
#fn_reservation h3 {
	border: 10px solid #7ad7e8;
	background: #7ad7e8;
}
#fn_cti h3 {
	border: 10px solid #7ad7e8;
	background: #7ad7e8;
}
*/
.function h3 span.shoulder {
  position: absolute;
  top: calc(50% - 30px);
  left: 0;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  display: block;
  width: 100%;
  /*
  	color: #999;
  */
}

#fn_cloud h3 {
  font-size: 30px;
  font-size: 36px;
}

#fn_cti h3 {
  font-size: 48px;
  letter-spacing: 0.1em;
  /*
  	line-height: 180px;
  	line-height: 240px;
  	line-height: 160px;

  	font-size: 64px;
  	letter-spacing: 0em;
  */
  font-size: 54px;
  padding-right: 5px;
  line-height: 160px;
}

#fn_cti h3::first-letter {
  /*	font-size: 154px;
  */
  letter-spacing: 0em;
}

#fn_cti h3 span.shoulder {
  top: calc(50% - 50px);
  letter-spacing: 0.05em;
  font-size: 32px;
  /*	top: calc(50% - 45px);	*/
  font-size: 24px;
}

#fn_cti h3 span.shoulder::first-letter {
  /*
  	font-size: 40px;
  */
}

/* LINE予約追加／機能紹介ページ構成編集
------------------------------------------*/
.new_LINE {
  /*
  	background: #f8f8f8;
  */
  padding: 40px 0;
}

.new_LINE .inner {
  position: relative;
}

.new_LINE div.flexPair {
  align-items: stretch;
}

.new_LINE ul.flexPair {
  width: calc((100% - 20px) * 3 / 5);
  width: 100%;
  align-items: stretch;
}

.new_LINE li {
  /*	background: #faea24;
  */
  background: #f8f8f8;
  margin: 0 0 20px;
  font-family: "a-otf-gothic-mb101-pr6n";
  text-decoration: none;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.55;
  font-size: 1.5em;
  line-height: 1.2;
  display: flex;
  /*	justify-content: center;	*/
  align-items: center;
  justify-content: space-around;
  justify-content: space-between;
  padding: 0 1em;
  padding: 0 1.5em;
  min-height: 105px;
}

.new_LINE li figure {
  /*	height: 100%;	*/
  min-width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.new_LINE li figure img {
  /*	width: auto;
  	height: 100%;
  */
  display: block;
  margin: auto;
}

.new_LINE li:nth-child(1) figure img {
  margin-bottom: 5px;
}

.new_LINE .lineRelease {
  width: calc((100% - 20px) * 2 / 5);
  width: 100%;
  background: #fff;
  /*	margin: 0 0 20px;
  	padding: 20px;
  */
  margin: 0 0 1rem;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items: center;
}

.lineRelease figure {
  margin: 0 20px 0 0;
  margin: 0 1rem 0 0;
}

.lineRelease figure img {
  /*	height: 100%;
  */
  width: 75px;
  height: 75px;
}

.lineRelease h2 {
  font-weight: 500;
  font-weight: 600;
  text-align: left;
  line-height: 1.2;
  padding-bottom: 0.2em;
}

.lineRelease b {
  color: #05bf4a;
  margin-right: 1rem;
}

.lineSS {
  position: absolute;
  top: -20%;
  top: 50%;
  right: -150px;
  right: -120px;
  transform-origin: top right;
  transform-origin: 50% 50%;
  transform: rotate(20deg) translate(calc(100% + 20px), 0%);
  transform: rotate(20deg);
}

.new_LINE .readMore {
  margin-top: 0;
}

.new_LINE .btn {
  margin-top: 0;
  background: #05bf4a;
}

/*
#fn_LINE .flexPair {
	display: flex;
	flex-flow: row wrap;
//	align-items: flex-start;
	align-items: center;
	justify-content: center;
//	justify-content: space-between;
}
#fn_LINE .flexPair > article {
	width: calc((100% - 20px * 1) / 2);
	margin: 0;
	box-sizing: border-box;
//	box-sizing: content-box;
}
*/
#fn_LINE .flexTrio {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-around;
}

#fn_LINE .flexTrio > article {
  width: calc((100% - 40px) / 3);
  margin: 0;
  box-sizing: border-box;
}

#fn_LINE .image-fit img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  object-position: top;
}

#fn_LINE .flexTrio .image-fit img {
  width: 270px;
  height: 150px;
  object-fit: cover;
}

/*
#fn_LINE . {
	width: 0;
}
#fn_LINE .flexPair p {
	flex-basis: 30%;
}
*/
/* ------------------------------------------*/
/*
.function .inner > article:nth-of-type(2) h3 {
	background: url(../img/function-02.png) no-repeat;
	background: url(../img/function-02.svg) no-repeat;
}
.function .inner > article:nth-of-type(3) h3 {
	background: url(../img/function-03.png) no-repeat;
	background: url(../img/function-03.svg) no-repeat;
}
*/
.function .detail {
  margin: 0 0 0 30px;
  width: 768px;
}

.topPage .function .inner > article {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  align-items: flex-end;
  margin: 40px auto 0;
}

.topPage .function .inner > article > * {
  padding: 0;
}

.topPage .function .inner > article > section > * {
  width: 350px;
  margin: 0 20px 20px 0;
}

.topPage .function .inner > article h3 {
  width: 160px;
}

.topPage .function .inner > article > .screenImage {
  width: calc(100% - 350px - 20px);
  padding: 0;
}

.topPage .function .inner > article > .screenImage img {
  width: 100%;
}

.topPage .function ol {
  background: rgba(255, 255, 255, 0.8);
  border: 3px solid #7ad7e8;
  /*	border: 4px solid #faea24;
  */
  padding: 5px;
  padding: 2em;
  font-size: 1rem;
  margin: 30px 0px 10px 0px;
}

.topPage .function ol h4 {
  text-align: center;
}

.function .detail > article {
  margin: 20px 0 0 1rem;
}

.function .detail > section + article {
  margin: 60px 0 0 1rem;
}

.function ul.asterisk li {
  line-height: 1.5;
}

.function ul li:before {
  content: "・";
}

.function ul.asterisk li:before {
  content: "＊";
}

.function small {
  display: block;
  border: 1px solid #919191;
  margin: 5px auto 0;
  padding: 5px;
  font-size: 12px;
  line-height: 1.5;
  /*	border: 1px solid #ddd;
  	color: #c4c4c4;
  */
  position: relative;
  overflow: hidden;
  margin: 5px auto 0 -18px;
  padding: 20px;
  line-height: 2.5;
}

.function small:before {
  content: "タッチし続けて表示";
  position: absolute;
  z-index: 1;
  width: 100%;
  margin: 12px auto 0;
  font-size: 24px;
  /*	font-weight: bold;	*/
  text-align: center;
  color: #7ad7e8;
}

.function small::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #f8f8f8;
  position: absolute;
  top: 0;
  left: 0;
  /*	z-index: 7;		*/
  cursor: pointer;
  opacity: 0.98;
  transition: all 0.1s ease-out 0s;
  /*	background: #4d4d4d;	*/
  left: 4%;
  width: 200%;
  transform: skeW(-45deg);
  -moz-transform: skeW(-45deg);
  -webkit-transform: skeW(-45deg);
  left: 7%;
}

/*
.function small:active::after {
.function small:hover::after {	*/
.function small.TOUCH::before {
  opacity: 0;
  transition: all 1s ease-out 0s;
}

.function small.TOUCH::after {
  opacity: 0;
  transition: all 6s ease-out 0s;
}

.function .detail > article + article h4 {
  margin: 50px 0 0 1rem;
}

.function .detail > article h5 {
  position: relative;
  /*	color: #000;

  	color: red;
  */
  font-weight: bold;
  font-size: 14px;
  padding: 10px 20px 0;
  margin: 0 0 0px -20px;
  /*
  	background: #faea24;
  	border-radius: 10px 10px 0 0;
  	border-radius: 30% 100% 0 0;
  */
}

.function .detail > article h5 + p {
  background: rgba(255, 255, 255, 0.8);
  margin-top: 7px;
}

.function .detail > article h5::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #faea24;
  box-shadow: -10px -10px 0 0 #f8f8f8;
  /*	border-radius: 0 10px 0 10px;	*/
  transform: rotate(-1deg);
}

.function ul,
.function ol {
  background: #fffeee;
  padding: 20px 20px;
  margin: 0 0 0px -20px;
  border-radius: 0 0 30% 100%;
  border-radius: 0 0 5px 5px;
  /*	border: 1px solid #faea24;	*/
}

.function ul li,
.function ol li {
  position: relative;
  list-style: none;
  margin: 0 0 0 1.6em;
}

.function ul li + li,
.function ol li + li,
.function ul p + li,
.function ol p + li {
  margin-top: 0.5em;
}

.function ul li::before,
.function ol li::before {
  position: absolute;
  left: -1.5em;
}

.function ul li {
  margin: 0 0 0 1.6em;
}

.function ul li::before {
  content: "●";
  left: -1.5em;
}

.function ol li {
  counter-increment: cnt;
  margin: 0 0 0 2em;
}

.function ol li:before {
  content: "(" counter(cnt) ")";
  left: -2em;
}

.function li + p,
#function li + p,
#cloud li + p {
  margin: 0 0 1.5em;
  padding: 0.5em 0 0;
  border-top: 1px solid #999;
}

.function .detail > article ul p,
.function .detail > article ol p {
  font-size: 14px;
}

.function .QandA dl {
  margin: 30px auto 30px 0;
}

.notes {
  color: #999;
  font-size: 0.5em;
  vertical-align: text-top;
  margin: 0 0 0 2em;
}

/*
：
.topPage .function {}
：

#cloud .detail {
	width: 100%;
	max-width: 768px;
}
*/
/* forSchool
------------------------------------------*/
.forSchool.support .inner article p {
  line-height: 1.2;
}

.forSchool.support .inner h2 {
  font-family: "a-otf-gothic-mb101-pr6n", "メイリオ", "Meiryo", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "Lucida Grande", "Lucida Sans Unicode", verdana, Sans-Serif;
  font-weight: 400;
  text-align: center;
  line-height: 1.2;
  font-size: 40px;
  color: #666;
}

.content {
  margin: 40px auto 0;
}

.under {
  background: linear-gradient(transparent 60%, #faea24 50%);
}

.forSchool.support h5 {
  color: #7ad7e8;
}

.notesTXT {
  font-size: 0.75em;
  text-align: center;
}

.badgeStyle h3 {
  background: url(../img/function-01.svg) no-repeat;
  background-size: 100%;
  position: relative;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  box-sizing: border-box;
  padding: 45px 0 0;
  color: #7ad7e8;
  font-size: 25px;
  margin: 0 auto;
}

.itsNew a::after {
  content: "NEW!";
  color: #ff849a;
  font-weight: bold;
  display: inline-block;
  /*
  	transform: rotate(-10deg);
  	position: relative;
  	top: 0;
  /*	left: -2em;
  */
  position: absolute;
  right: -3em;
  font-size: 14px;
  letter-spacing: -0.1em;
  line-height: 1;
  line-height: 40px;
}

.flexPair {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.flexPair > * {
  width: calc((100% - 20px) / 2);
  margin: 0;
  box-sizing: border-box;
}

.flexTrio {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-around;
}

.flexTrio > * {
  width: calc((100% - 40px) / 3);
  margin: 0;
  box-sizing: border-box;
}

.forSchool .readMore {
  margin: 160px auto 0;
  margin: 40px auto 0;
}

.forSchool:not(.support) .readMore {
  margin: 100px auto 0;
}

.readMore + h3 {
  margin: 40px auto 0;
}

.forSchool + section {
  margin-top: -80px;
}

.school_list dl {
  background: none;
  border: none;
  padding: 0px;
}

.school_list dl dt,
.school_list dl dd {
  padding: 10px;
  /*
  	padding-left: 30px;
  */
}

.school_list dl dt {
  background: #fff;
  border: 2px solid #ff849a;
  width: 100%;
  height: 70px;
  cursor: pointer;
  transition: all 0.2s ease-out 0s;
  padding-left: calc(50px + 1em);
  line-height: 1.5;
  display: flex;
  align-items: center;
}

.school_list dl:not(.openNow) dt:hover {
  background: #ff849a;
  color: #fff;
  transition: all 0.1s ease-out 0s;
}

.school_list dl dd {
  font-size: 14px;
}

.school_list dl dd::before {
  display: none;
}

.school_list dl dt::before {
  content: "";
  background: #ff849a url(../img/school/school_icon.svg) no-repeat center 50%;
  background-size: contain;
  border: 5px solid #ff849a;
  border-radius: unset;
  /*	border-radius: 50%;	*/
  /*	padding: 20px;
  */
  box-sizing: border-box;
  /*	width: 50px;
  	height: 50px;
  	height: 100px;	*/
  width: 50px;
  height: 70px;
  /*	top: -1.5px;	*/
  top: -2px;
  left: -30px;
  /*
  	position: relative;
  	top: -10px;
  	left: -30px;
  */
  top: 0px;
  left: 0px;
  height: 100%;
  top: -1px;
  left: -1px;
  height: calc(100% + 2px);
  /*
  	content: url(../img/school/school_icon.svg);
  	position: absolute;
  	top: 7px;
  	left: -24px;
  	left: -10px;

  	display: block;
  	width: 30px;
  	height: 30px;
  	text-align: center;
  	font-size: 20px;
  	line-height: 30px;
  	color: #fff;

  	border-radius: 50%;
  	background: #ff849a;
  	border: 2px solid #fff;
  */
}

/*
.school_list dl dd::before {
	content: "Ａ";
	left: 0px;
	background: #7ad7e8;
	transition: all 0.1s ease-out 0s;
}
*/
.school_list dl.openNow dd::before {
  left: -8px;
  transition: all 0.2s cubic-bezier(0.7, 0, 1, 0) 0s;
  transition: all 0.2s cubic-bezier(0.99, 0, 1, 0.01) 0s;
}

.school_list p {
  font-size: 13px;
}

.school_list p:nth-last-of-type(1) {
  line-height: 1.2;
  padding-top: 1em;
}

.school_list .under {
  font-size: 14px;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #ff849a 50%);
}

.logo-fit {
  display: block;
  background: #fff;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  box-sizing: border-box;
  height: calc(100% - 10px);
  top: 5px;
  right: 5px;
  border-radius: 5px;
}

.logo-fit img {
  /*	width: 250px;
  	height: 40px;
  	object-position: right;
  	align: right;
  */
  max-width: 250px;
  height: 100%;
  object-fit: contain;
}

.image-fit img {
  width: 300px;
  height: 300px;
  object-fit: cover;
}

/* support
（導入サポート）
＋追加改修時に追加・追記したものと思われ
------------------------------------------*/
.screenImage {
  padding: 20px 0 0;
  /*	border: 1px solid #c4c4c4;		*/
  /*	box-shadow: 2px 2px 0 0 #c4c4c4;	*/
  padding: 20px;
  background: #f8f8f8;
}

.screenImage.spView {
  width: 320px;
  margin: 20px auto 0 20px;
}

.screenImage img {
  width: 100%;
  height: auto;
}

.contentPage .screenImage {
  z-index: -1;
}

/* 2023.01
------------------------------------------*/
.screenImage.flexBox {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.screenImage.flexBox > * {
  width: 49%;
  width: 100%;
}
.screenImage.flexBox {
  padding-bottom: 0;
}
.screenImage.flexQuad > * {
  width: 24%;
  width: 48%;
}
.screenImage.flexBox + .flexBox {
  padding-top: 0;
}
#function .screenImage .caption {
  font-size: 0.9rem;
  width: 100%;
  text-align: center;
  margin: 0.5em auto 2em;
}

.support h2 {
  margin: 0 auto 20px;
}

.support .inner > p {
  text-align: center;
}

.support .inner > ol {
  max-width: 300px;
  margin: 0 auto 20px;
}

.support .inner > ol li {
  font-size: 22px;
}

.support .inner article {
  margin: 40px auto 0;
  padding: 40px 40px;
  max-width: 640px;
  /*	border: 1px dashed #ff849a;	*/
  background: #f8f8f8;
  box-shadow: 0px 2px 0 0 rgba(0, 0, 0, 0.1);
}

.support .inner article h3 {
  margin-bottom: 20px;
}

.support .inner article p {
  font-size: 18px;
  line-height: 3;
}

.shisaku p {
  /*	color: red;
  	text-indent: 5em;
  */
  text-align: center;
}

.support article > dl {
  width: 540px;
  /*	border: 1px dashed #ff849a;	*/
  border-bottom: 2px solid #ff849a;
  padding: 0px 20px 10px;
}

.support article > dl + dl {
  margin: 20px auto 0;
  margin: 10px auto 0;
}

.support article > dl:nth-of-type(1) {
  text-align: center;
  color: #ff849a;
}

.support article > dl:nth-last-of-type(1) {
  margin-bottom: 30px;
}

.support article > dl dt,
.support article > dl dd {
  box-sizing: border-box;
  width: calc(50% - 1em);
  /*
  	border: 1px solid #666;
  */
  min-width: unset;
}

.support article > dl:nth-of-type(1) dt {
  position: relative;
  text-indent: -3em;
  color: #ff849a;
  font-weight: bold;
}

.support article > dl:nth-of-type(1) dd {
  position: relative;
  color: #ff849a;
  font-weight: bold;
}

/*
.support article > dl:nth-of-type(1) dt::before,
.support article > dl:nth-of-type(1) dd::before {
	content: "";
	display: block;
	width: 100px;
	height: 100px;
	background: rgba(0,0,0,0.5);

	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
}
*/
.support article > dl dd {
  width: calc(50% + 1em);
}

.support article > dl:nth-of-type(n+2) dd::before {
  content: "→";
  margin-right: 2em;
}

.support article + h3 {
  font-size: 50px;
  margin-top: 80px;
}

/* contact
------------------------------------------*/
#contact {
  /*	padding-top: 160px;	*/
  color: #666;
}

/* 確認・完了画面
-------------------- */
#contact table {
  width: 100%;
}

#contact table th,
#contact table td {
  text-align: left;
  vertical-align: top;
  line-height: 1.75;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  padding: 0;
  line-height: 1.5;
}

#contact table th {
  margin: 12px auto 0;
  font-size: 14px;
  color: #666;
  font-weight: normal;
  /*	text-align: right;	*/
  /*	padding-right: 20px;	*/
  /*	width: 180px;
  	width: 370px;
  	width: 150px;		*/
}

#contact table td {
  padding: 8px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  border: 1px solid #c9c9c9;
  border-radius: 4px;
  min-height: 45px;
}

#contact table th + td {
  /*	padding-left: 20px;	*/
}

#contact table td.btnArea {
  border: none;
  padding: 40px 0 0;
  text-align: center;
}

#contact table td input {
  /*
  	background: #f8f8f8;
  */
  display: inline-block;
  width: 270px;
  margin: 10px auto 0;
  padding: 8px 16px;
  font-size: 30px;
  cursor: pointer;
  letter-spacing: 1em;
  text-indent: 1em;
  padding: 8px;
  font-size: 24px;
  font-weight: normal;
}

#contact table td input + input[type=submit] {
  margin: 10px 0 0 10px;
  letter-spacing: 0.45em;
  text-indent: 0.45em;
}

#contact input[type=submit].top {
  /*	background: #f8f8f8;
  	color: #7ad7e8;
  */
  color: #fff;
  letter-spacing: 0.45em;
  text-indent: 0.45em;
}

/* price
------------------------------------------*/
#price {
  color: #666;
}

#price p {
  margin: 15px auto 0;
}

#price .p-first {
  margin: 45px auto;
  margin: 3em auto 1.5em;
}

/*
#price p:nth-of-type(3) {
	margin: 15px auto 0;
}
*/
/* company
------------------------------------------*/
#company {
  color: #666;
}

/* socialActivity
------------------------------------------*/
#socialActivity .inner {
  text-align: center;
}

@media only screen and (max-width: 740px) {
  #socialActivity {
    display: none;
  }
}
/* privacypolicy/guideline
------------------------------------------*/
#papers {
  padding: 80px 0 40px;
  color: #666;
}

#papers .inner > p {
  margin: 45px auto 0;
  text-align: center;
}

#papers article {
  margin: 80px auto 0;
  text-align: left;
}

#papers article + article {
  margin: 40px auto 0;
}

#papers article h3 {
  font-size: 20px;
  text-align: left;
}

#papers article p,
#papers article ul,
#papers article ol {
  margin: 20px auto 0;
}

#papers article ul,
#papers article ol {
  padding: 0 0 0 2em;
}

#papers article li {
  font-size: 14px;
}

#papers article ul li {
  list-style: disc;
}

#papers article ol li {
  list-style: none;
  text-indent: -2em;
  padding: 0 0 0 1em;
  counter-increment: cnt;
}

#papers article ol li:before {
  content: "(" counter(cnt) ")";
  margin: 0 0.5em 0 0;
}

#papers a {
  color: #7ad7e8;
}

#papers small {
  display: block;
  margin: 80px auto 0;
  text-align: right;
  font-size: 14px;
}

/* useCase - 導入事例
------------------------------------------*/
.pageUseCase #useCase {
  background: #f8f8f8;
}

#useCase .inner > p.useCase__lead,
#useCase .inner > p.useCaseLead {
  margin: 20px auto 0;
  text-align: center;
  font-size: 16px;
  color: #666;
}

#useCase .worksItem p {
  margin: 0 0 6px;
  text-align: left;
}

.worksCaseList {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 40px auto 0;
  list-style: none;
  padding: 0;
}

.worksItem {
  width: calc((100% - 40px) / 3);
  margin-bottom: 40px;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.2s ease-out;
  border: 1px solid #7ad7e8;
}

.worksItem:hover {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
}

.worksLinkItem {
  display: block;
  text-decoration: none;
  color: #333;
  height: 100%;
}

.worksThumbBox {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
  background: #e0e0e0;
}

.worksThumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease-out;
}

.contain {
  object-fit: contain !important;
  background-color: white;
}

.worksItem:hover .worksThumb {
  transform: scale(1.04);
}

.worksService {
  position: absolute;
  bottom: 8px;
  left: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.worksServiceText {
  display: inline-block;
  background: #7ad7e8;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  padding: 2px 8px;
  border-radius: 3px;
  line-height: 1.6;
}

.worksTextArea {
  padding: 16px;
}

.worksText {
  font-size: 12px;
  color: #999;
  margin: 0 0 6px;
}

.worksTitle {
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  line-height: 1.55;
  margin: 0 0 10px;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.worksTagArea {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 8px;
}

.worksTag {
  display: inline-block;
  font-size: 11px;
  color: #7ad7e8;
  background: #eef9fb;
  border: 1px solid #b6e9f1;
  border-radius: 3px;
  padding: 1px 6px;
  line-height: 1.6;
}

.worksViewMoreArea {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.worksViewMoreArea .worksLinkItem {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 120px;
  text-decoration: none;
}

.worksViewMore {
  font-family: "a-otf-gothic-mb101-pr6n", "メイリオ", sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #7ad7e8;
  text-align: center;
}

.worksViewMoreArea:hover .worksViewMore {
  color: #fff;
}

.worksViewMoreArea .worksLinkItem.moreLink {
  background: #fff;
  transition: background 0.2s ease-out;
}

.worksViewMoreArea .worksLinkItem.moreLink:hover {
  background: #7ad7e8;
}

/* caseDetail - 導入事例詳細ページ
------------------------------------------*/
.caseDetailHeader {
  display: flex;
  align-items: center;
  gap: 40px;
  margin: 40px auto;
}

.caseDetailHeaderText {
  flex: 1;
  min-width: 0;
}

.caseDetailHeaderMeta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.caseDetailHeader .caseDetailLabel {
  display: inline-block;
  font-size: 12px;
  color: #7ad7e8;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 4px 12px;
  background: #eef9fb;
  border-radius: 4px;
  margin: 0;
}

.caseDetailHeader .caseDetailArea {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.caseDetailHeader .caseDetailShop {
  font-family: "a-otf-gothic-mb101-pr6n", "メイリオ", sans-serif;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #333;
  line-height: 1.4;
  text-align: left;
}

.caseDetailHeader .caseDetailCatch {
  font-size: 18px;
  line-height: 1.6;
  color: #333;
  font-weight: 500;
}

.caseDetailHeaderImg {
  flex: 0 0 45%;
  max-width: 500px;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 6px;
}

.caseDetailHeaderImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.caseDetailBody {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 20px 80px;
}

.caseDetailSection {
  margin: 0 0 50px;
}

.caseDetailSection:last-of-type {
  margin-bottom: 0;
}

.caseDetailQ {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-left: 1em;
  border-left: 4px solid #7ad7e8;
  line-height: 1.6;
  text-align: left;
}

.caseDetailA {
  font-size: 16px;
  line-height: 2;
  color: #333;
}

.caseDetailA ul {
  margin: 12px 0 0;
  padding-left: 1.5em;
}

.caseDetailA li {
  margin-bottom: 8px;
}

.caseDetailMsg {
  background: #eef9fb;
  border-left: 4px solid #7ad7e8;
  padding: 24px;
  margin-top: 40px;
  font-size: 16px;
  line-height: 1.9;
  color: #333;
}

/* join
------------------------------------------*/
.join header,
.static header,
.contentPage header {
  position: relative;
  border-bottom: 1px solid #c9c9c9;
}

/*
header h1,
.join header h1,
.static header h1,
.contentPage header h1 {
	max-width: 920px;
	margin: 0 auto;
}
*/
.join #wrap section {
  padding: 80px 0 40px;
}

.join #container #wrap section h3 {
  margin: 0 auto 5px;
  font-size: 20px;
  text-align: left;
}

/* announcement
------------------------------------------*/
#announcement {
  padding: 0;
  color: #666;
  box-sizing: border-box;
  padding-top: calc((100vh - 91px - 99px - 121px) / 2);
  min-height: calc(100vh - 91px - 99px);
  min-height: calc(100vh - 95px - 100px);
}

#announcement .inner > p {
  margin: 45px auto 0;
  text-align: center;
}

/*# sourceMappingURL=style.css.map */
