@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: 'font01';
  src: url('../fonts/SmartFont.woff2') format('woff2'),
       url('../fonts/SmartFont.ttf') format('truetype');
  font-display: swap;
}
.font01 {
  font-family: 'font01', sans-serif;
  /*font-weight: 600;*/
}
.Meiryo {
  font-family: 'メイリオ', 'Meiryo', sans-serif;
}
body {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.8;
  width: 100%;
  overflow: hidden;
}
.tyt_01 {
  background: url(../images/tyt_01.png) no-repeat scroll center top;
}
.tyt_02 {
  background: url(../images/tyt_02.png) no-repeat scroll center bottom;
}
.tyt_0101 {
  background: url(../images/tyt_0101.png) no-repeat scroll center bottom;
}
.tyt_0102 {
  background: url(../images/tyt_0102.png) no-repeat scroll center top;
}
.tyt_0201 {
  background: url(../images/tyt_0201.png) no-repeat scroll center bottom;
}
.tyt_0202 {
  background: url(../images/tyt_0202.png) no-repeat scroll center top;
}
.tyt_01_pink {
  background: url(../images/tyt_01_pink.png) no-repeat scroll center top;
}
.tyt_02_pink {
  background: url(../images/tyt_02_pink.png) no-repeat scroll center bottom;
}
.pc_none {
  display: none;
}
img {
  vertical-align: top;
}
strong {
  font-weight: 600;
}
a:hover {
  opacity: 0.5;
}
/**/
header .header {
  display: flow-root;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
}
header .header .box01 {
  float: left;
  padding: 5px 0;
  font-size: 10px;
}
header .header .box h1 {
  font-size: 12px;
  font-weight: 100;
}
header .header .box02, header .header .box03 {
  float: right;
}
header .header .box02 {
  font-size: 12px;
  display: flow-root;
}
header .header .box02 .b {
  float: left;
  margin: 20px 5px;
  padding: 5px 10px;
  display: flow-root;
  width: 100px;
  border-radius: 10px;
  line-height: 1.2;
  color: #fff;
}
header .header .box02 .b a {
  color: #fff;
}
header .header .box02 .b img {
  padding: 0 5px 0 0;
  float: left;
}
header .header .box02 .b1 {
  background-color: #2abdd8;
}
header .header .box02 .b2 {
  background-color: #ff818e;
  float: left;
}
header .header .box02 .b3 {
  background-color: #32b200;
  float: left;
}
header .header .box03 {
  padding: 15px 15px 0 0;
  position: absolute;
  right: 330px;
  top: 10px;
}
header .header .box03 .tel {
  font-size: 18px;
  text-align: right;
  line-height: 1.2;
}
header .header .box03 .tel span {
  font-size: 24px;
}
header .header .box03 .txt {
  width: 240px;
  display: flow-root;
  border: 1px solid #2abdd8;
}
header .header .box03 .txt div {
  float: left;
  line-height: 16px;
  text-align: center;
}
header .header .box03 .txt div:nth-child(1) {
  float: left;
  color: #fff;
  background-color: #2abdd8;
  font-size: 12px;
  font-weight: 600;
  width: 30%;
}
header .header .box03 .txt div:nth-child(2) {
  float: left;
  font-size: 10px;
  color: #2abdd8;
  width: 70%;
}
header nav.pc_menu ul {
  width: 98%;
  margin: auto;
  font-size: 13px;
  max-width: 1140px;
  line-height: 30px;
  display: flow-root;
  padding: 5px 0;
}
header nav.pc_menu ul li {
  width: calc(100%/6);
  text-align: center;
  float: left;
  border-right: 1px solid #e6e6e6;
  /*position: relative;*/
}
header nav.pc_menu ul li span {
  color: #2abdd8;
}
header nav.pc_menu ul li:hover span {
  /* display: none;*/
}
header nav.pc_menu ul a:nth-child(1) li {
  border-left: 1px solid #e6e6e6;
}
header nav.pc_menu ul a {
  color: #000;
}
/*ページトップ*/
#page_top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  transition: all 1s ease;
}
#page_top a {
  position: relative;
  display: block;
  text-decoration: none;
}
/*PC nav*/
.nav_wrapper {
  width: 100%;
  position: relative;
}
.nav_wrapper .primary_nav {
  margin: 0 auto;
}
.nav_wrapper .secondary_nav {
  position: absolute;
  left: 0;
  top: 40px;
  width: 100%;
  display: none;
  z-index: 1;
  background-color: #e4f6f9;
  padding: 35px 0;
}
.nav_wrapper .secondary_nav .menubox {
  max-width: 1110px;
  margin: auto;
  width: 98%;
  display: flow-root;
}
.nav_wrapper .secondary_nav .menubox .menubox01 {
  width: 25%;
  float: left;
  text-align: center;
  color: #2abdd8;
  font-size: 16px;
  font-weight: 600;
}
.nav_wrapper .secondary_nav .menubox .menubox01 a {
  color: #2abdd8;
}
.nav_wrapper .secondary_nav .menubox .menubox02 {
  width: 75%;
  float: left;
  display: flow-root;
  text-align: left;
}
.nav_wrapper .secondary_nav .menubox .menubox02 a {
  font-size: 14px;
  width: calc(100%/3);
  float: left;
  line-height: 2.5;
}
/**/
.contact_box {
  padding: 1% 0 40px;
  position: relative;
}
.contact_box .box {
  border: 2px solid #b4dee6;
  text-align: center;
  padding: 4% 0 3%;
}
.contact_box .box .txt01 {
  font-size: 24px;
  margin-bottom: 1%;
}
.contact_box .box .txt02 {
  font-size: 13px;
  margin-bottom: 1%;
}
.contact_box .box .txt03 {
  font-size: 32px;
  color: #2abdd8;
}
.contact_box .box .txt03 span {
  font-size: 20px;
}
.contact_box .box .txt03 span:last-child {
  font-size: 13px;
}
.contact_box .box .hours_reception {
  position: absolute;
  top: -1%;
  right: 5%;
}
.contact_box .box .linkbox {
  display: flex;
  max-width: 650px;
  width: 90%;
  margin: 20px auto 0;
}
.contact_box .box .linkbox a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
}
.contact_box .box .linkbox div {
  margin-right: 2%;
  width: 32%;
  text-align: center;
  color: #fff;
  padding: 10px 0;
  border-radius: 15px;
}
.contact_box .box .linkbox .linebox {
  background-color: #32b200;
}
.contact_box .box .linkbox .mailbox {
  background-color: #ff818e;
}
.contact_box .box .linkbox .contactbox {
  background-color: #2abdd8;
}
.contact_box .box .linkbox div.contactbox {
  margin-right: 0;
}
#leftbox .column_rink_boxs .one {
  width: 100%;
  float: none;
  margin-right: 0;
  padding: 6.5% 0;
}
#leftbox .column_rink_boxs .one a:hover {
  text-decoration: underline;
}
.column_rink_boxs .one .img img {
  width: 60px;
  height: 60px;
}
#leftbox .column_rink_boxs .one .txt {
  padding: 0;
  font-size: 12px;
}
#leftbox .column_newbox {
  font-size: 16px;
  border-bottom: 1px solid #8bafed;
  border-top: 1px solid #8bafed;
}
#leftbox .column_newbox .tit {
  font-size: 16px;
  padding: 10px 0;
  border-bottom: 1px solid #8bafed;
}
#leftbox .column_newbox .text {
  font-size: 16px;
  padding: 0 0 10px;
  border-bottom: 1px solid #8bafed;
  text-align: center;
}
#leftbox .column_newbox .text a {
  color: #000;
}
#leftbox .column_newbox .text a span {
  color: #8bafed;
}
/*footer*/
footer {
  border-top: 1px solid #c1c1c1;
}
footer .footer_link {
  width: 95%;
  margin: auto;
  padding: 30px 0;
  display: flow-root;
  max-width: 1150px;
}
footer .footer_link .logo, footer .footer_link .link_box .box {
  float: left;
  width: calc(100%/5);
}
footer .footer_link .logo {
  margin-right: 6%;
}
footer .footer_link .logo img {
  width: 100%;
  height: auto;
  max-width: 207px;
  margin-bottom: 5%;
}
footer .footer_link .link_box .box {
  margin-right: 7%;
}
footer .footer_link .link_box .box:last-child {
  margin-right: 0;
}
footer .footer_link .logo .txt {
  font-size: 10px;
}
footer .footer_link .logo .txt copy,
footer .footer_link .logo .txt .copy {
  font-size: 11px;
}
footer .footer_link .link_box .box .tit {
  font-size: 14px;
  margin-bottom: 15px;
  color: #2abdd8;
}
footer .footer_link .link_box .box .tit a {
  color: #2abdd8;
}
footer .footer_link .link_box .box .link {
  margin-bottom: 20px;
}
footer .footer_link .link_box .box .link a {
  display: block;
  color: #000;
  font-size: 12px;
}
footer .footer_btn {
  background-color: #bfefff;
  padding: 15px 0;
}
footer .footer_btn .btnbox {
  display: flex;
  max-width: 1100px;
  width: 95%;
  margin: auto;
}
footer .footer_btn .btnbox a {
  float: left;
  margin-right: 1.2%;
}
footer .footer_btn .btnbox a img {
  width: 100%;
  height: auto;
}
footer .footer_btn .btnbox a div {
  line-height: 30px;
}
footer .footer_btn .btnbox .tel div:first-child {
  font-size: 14px;
  text-align: center;
  background-color: #2abdd8;
  color: #fff;
  float: left;
  width: 78px;
  font-weight: 600;
  line-height: 1.2;
  height: 44px;
  padding: 5px 0;
}
footer .footer_btn .btnbox .tel div:nth-child(2) {
  line-height: 42px;
  width: 240px;
  float: left;
  color: #2abdd8;
  font-size: 24px;
  text-align: right;
}
footer .footer_btn .btnbox .tel div:nth-child(2) span {
  font-size: 18px;
}
footer .footer_btn .btnbox .tel div:last-child {
  font-size: 12px;
  width: 120px;
  float: right;
  color: #2abdd8;
  line-height: 1.2;
  padding: 7px 0;
}
footer .footer_btn .btnbox .tel {
  width: 42%;
  background-color: #fff;
  border: 2px solid #2abdd8;
  border-radius: 15px;
  display: flow-root;
  overflow: hidden;
}
footer .footer_btn .btnbox .line {
  border: 2px solid #32b200;
  color: #fff;
  background-color: #32b200;
  border-radius: 15px;
  text-align: center;
  padding: 5px 1%;
  display: flex;
}
footer .footer_btn .btnbox .mail {
  color: #fff;
  border: 2px solid #ff818e;
  border-radius: 15px;
  background-color: #ff818e;
  text-align: center;
  display: flex;
  padding: 5px 1%;
}
footer .footer_btn .btnbox .foam {
  border: 2px solid #2abdd8;
  border-radius: 15px;
  background-color: #2abdd8;
  color: #fff;
  display: flex;
  line-height: 30px;
  margin-right: 0;
  padding: 5px 3%;
}
/*共通*/
.title {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 50px;
  text-align: center;
  color: #fff;
  line-height: 1.8;
  padding: 75px 0;
}
.title span {
  font-size: 18px;
  color: #000;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  display: block;
}
.title.title01 {
  background-color: #bacbe8;
}
.title.title02 {
  background-color: #93dbf2;
}
.title.title03 {
  background: url("../images/title_bg02.jpg") repeat center top;
}
.title.title03 img {
  width: 100%;
  height: auto;
  max-width: 1011px;
  margin: auto;
}
.title.title04 {
  background: url("../images/title_bg01.jpg") repeat center top;
}
.title.title05 {
  background-color: #b4dee6;
}
.title.title06 {
  background-color: #29b8d3;
  text-align: center;
}
.title.title07 {
  background-color: #6b97e2;
}
.title.title08 {
  background-color: #d1334d;
  text-align: center;
}
.title.title06 img, .title.title08 img {
  width: 90%;
  margin: auto;
}
.underlayer_box {
  width: 98%;
  margin: auto;
  max-width: 1150px;
  display: flow-root;
  padding: 60px 0 80px;
}
.pagination {
  width: 98%;
  margin: auto;
  max-width: 1150px;
  padding: 10px 0 45px;
}
.pagination a {
  color: #000;
}
.textbox01 {}
.textbox01 .onebox {
  display: flow-root;
  padding-bottom: 11%;
}
.textbox01 .onebox .img {
  text-align: right;
  width: 43%;
}
.textbox01 .onebox:nth-child(2n) .img {
  text-align: left;
}
.textbox01 .onebox .img img {
  width: 100%;
  max-width: 360px;
  height: auto;
}
.textbox01 .onebox .txt {
  width: 55%;
}
.textbox01 .onebox .txt {
  float: left;
}
.textbox01 .onebox .img {
  float: right;
}
.textbox01 .onebox:nth-child(2n) .txt {
  float: right;
}
.textbox01 .onebox:nth-child(2n) .img {
  float: left;
}
.textbox01 .onebox .txt .t01 {
  font-size: 32px;
  padding-top: 20px;
}
.textbox01 .onebox .txt .t01 span {
  color: #2abdd8;
}
.textbox01 .onebox .txt .t011 {
  font-size: 24px;
  border-left: 4px solid #8bafed;
  padding-left: 15px;
}
.textbox01 .onebox .txt .t011 span {
  color: #2abdd8;
}
.textbox01 .onebox .txt .t02 {
  font-size: 14px;
  padding-top: 35px;
}
.textbox01 .onebox .txt .t02 span {
  color: #f272b4;
}
.textbox01 .onebox .txt .t03 {
  padding-top: 55px;
  text-align: center;
}
.textbox01 .onebox .txt .t03 img {
  width: 100%;
  height: auto;
}
.textbox01 .onebox .txt .t04 {
  font-size: 14px;
  margin-top: 25px;
  padding: 20px 25px;
  background-color: #e8effb;
  line-height: 1.8;
  font-weight: 600;
}
.textbox01 .onebox .btn {
  width: 90%;
  margin-top: 30px;
}
.textbox01 .onebox .btn img {
  width: 100%;
  max-width: 403px;
  height: auto;
}
.textbox01 .onebox .txt .t05 {
  font-size: 14px;
  margin-top: 25px;
  padding: 15px 20px;
  background-color: #f0fafb;
  line-height: 1.8;
  font-weight: 600;
}
.textbox01 .onebox .txt .t05 .s {
  display: flow-root;
}
.textbox01 .onebox .txt .t05 .s .t {
  width: 50%;
  float: left;
}
.textbox02 {}
.textbox02 .onebox {
  display: flow-root;
  padding-bottom: 100px;
}
.textbox02 .onebox .img {
  text-align: right;
  width: 35%;
}
.textbox02 .onebox .img img {
  width: 100%;
  max-width: 271px;
  height: auto;
}
.textbox02 .onebox .txt {
  width: 60%;
  margin-right: 5%;
}
.textbox02 .onebox .txt, .textbox02 .onebox .img {
  float: left;
}
.textbox02 .onebox .t01 {
  font-size: 24px;
  border-left: 4px solid #8bafed;
  padding-left: 15px;
}
.textbox02 .onebox .t01 span {
  color: #2abdd8;
}
.textbox02 .onebox .t02 {
  font-size: 14px;
  padding-top: 35px;
}
.textbox02 .onebox .t02 span {
  color: #f272b4;
}
.textbox02 .onebox .t03 {
  padding-top: 55px;
  text-align: center;
}
.textbox02 .onebox .t03 img {
  width: 100%;
  height: auto;
  max-width: 403px;
}
.textbox02 .onebox .btn {
  width: 90%;
  margin: 30px auto 0;
  text-align: center;
}
.textbox02 .onebox .btn img {
  width: 100%;
  max-width: 403px;
  height: auto;
}
.textbox03 .box {
  border: 2px solid #8bafed;
  border-radius: 15px;
  padding: 40px;
  margin-bottom: 55px;
}
.textbox03 .box01 .t {
  font-size: 14px;
  margin-bottom: 30px;
}
.textbox03 .box01 table {
  width: 100%;
  border-left: 1px solid #bababa;
  border-top: 1px solid #bababa;
  border-right: 1px solid #bababa;
  text-align: center;
  border-collapse: collapse;
  font-size: 16px;
  line-height: 50px;
}
.textbox03 .box01 table tr {}
.textbox03 .box01 table tr td {
  width: calc(100%/3);
  border-bottom: 1px solid #bababa;
}
.textbox03 .box01 table tr td:nth-child(1) {
  padding-left: 5%;
  text-align: left;
}
.textbox03 .box01 table tr td:nth-child(2) {
  color: #f272b4;
  background-color: #fce3f0;
}
.textbox03 .box01 .t01 {
  text-align: center;
  font-size: 14px;
  margin-top: 40px;
}
.textbox03 .box01 .t02 {
  color: #f272b4;
  text-align: center;
  font-size: 18px;
  margin-top: 45px;
  margin-bottom: 10px;
}
.textbox03 .box.box02 {
  background-color: #f0fafb;
}
.textbox03 .box.box02 .txt {
  text-align: center;
}
.textbox03 .box .txt .t01 {
  font-size: 22px;
  color: #8bafed;
  margin-bottom: 30px;
  margin-top: 0;
}
.textbox03 .box.box02 .txt .t02 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 40px;
}
.textbox03 .box.box02 .txt .t02 span {
  font-size: 20px;
}
.textbox03 .box.box02 .boxs {
  display: flow-root;
}
.textbox03 .box.box02 .boxs .one {
  width: 45%;
  background-color: #fff;
  float: left;
  box-shadow: 5px 5px 0px #d4d4d4;
  margin-right: 10%;
  padding: 0 5px 5px;
}
.textbox03 .box.box02 .boxs .one .t {
  font-size: 20px;
  text-align: center;
  color: #f272b4;
  font-weight: 500;
  padding-top: 20px;
}
.textbox03 .box.box02 .boxs .one .b {
  width: 90%;
  margin: 0 auto 5%;
  display: flow-root;
}
.textbox03 .box.box02 .boxs .one .b .b1 {
  float: left;
  width: 40%;
}
.textbox03 .box.box02 .boxs .one .b .b1 img {
  width: 100%;
  height: auto;
  max-width: 125px;
}
.textbox03 .box.box02 .boxs .one .b .b2 {
  float: left;
  width: 57%;
  margin: 3% 0 3% 3%;
  line-height: 2;
}
.textbox03 .box.box02 .boxs .one .b .b2 .t1 {
  font-size: 16px;
  border-bottom: 1px dashed #bfbfbf;
  padding-bottom: 5%;
}
.textbox03 .box.box02 .boxs .one .b .b2 .t2 {
  font-size: 20px;
}
.textbox03 .box.box02 .boxs .one .b .b2 .t2 span {
  font-size: 36px;
  color: #f272b4;
}
.textbox03 .box.box02 .boxs .one:nth-child(2) {
  margin-right: 0;
}
.textbox03 .box.box02 .boxs .one:nth-child(2) .t {
  color: #8bafed;
}
.textbox03 .box.box02 .boxs .one:nth-child(2) .b .b2 .t2 span {
  color: #8bafed;
}
.textbox03 .box.box02 .t03 {
  text-align: center;
  font-size: 16px;
  line-height: 2;
  color: #8bafed;
  font-weight: 600;
  padding: 45px 0;
}
.textbox03 .box.box02 .btn {
  text-align: center;
  width: 90%;
  margin: auto;
}
.textbox03 .box.box02 .btn img {
  max-width: 508px;
  width: 100%;
  height: auto;
}
.textbox03 .box.box02 .box1 {
  /*width: 90%;*/
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 40px 30px;
  margin: 0 auto 40px;
  box-shadow: 5px 5px 0px #d4d4d4;
}
.textbox03 .box.box02 .box1 .tit {
  text-align: center;
}
.textbox03 .box.box02 .box1 .tit .t01 {
  margin-bottom: 10px;
}
.textbox03 .box.box02 .box1 .tit .t02 {
  margin-bottom: 35px;
  font-size: 16px;
  font-weight: 600;
}
.textbox03 .box.box02 .box1 .b {
  display: flex;
}
.textbox03 .box.box02 .box1 .b .t {
  font-size: 14px;
  line-height: 2;
  width: 65%;
}
.textbox03 .box.box02 .box1 .b .t.l {
  text-align: left;
}
.textbox03 .box.box02 .box1 .b .t img {
  display: block;
  margin: 20px auto 0;
}
.textbox03 .box.box02 .box1 .b .i {
  width: 37%;
  margin: 0 0 0 3%;
}
.textbox03 .box.box03 .boxs {
  display: flex;
}
.textbox04 {}
.textbox04 .onebox {
  display: flow-root;
  padding-bottom: 100px;
}
.textbox04 .onebox .img {
  text-align: right;
  width: 35%;
}
.textbox04 .onebox .img img {
  width: 100%;
  max-width: 271px;
  height: auto;
}
.textbox04 .onebox .txt {
  width: 60%;
  margin-right: 5%;
}
.textbox04 .onebox .txt, .textbox04 .onebox .img {
  float: left;
}
.textbox04 .onebox .t01 {
  font-size: 24px;
  /*border-left: 4px solid #8bafed;
	padding-left: 15px;*/
}
.textbox04 .onebox .t01 span {
  color: #2abdd8;
}
.textbox04 .onebox .t02 {
  font-size: 14px;
  padding-top: 35px;
}
.textbox04 .onebox .t02 span {
  color: #f272b4;
}
.textbox04 .onebox .t03 {
  padding-top: 55px;
}
.textbox04 .onebox .btn {
  width: 90%;
  margin-top: 30px;
}
.textbox04 .onebox .btn img {
  width: 100%;
  max-width: 403px;
}
.texttit01 {
  font-size: 24px;
  border-left: 4px solid #8bafed;
  padding-left: 15px;
  margin-bottom: 40px;
}
.texttit01 span {
  color: #2abdd8;
}
/*モーダル**/
.modalwrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 40px 10px;
  text-align: center;
}
.modalwrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}
.modalwrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}
.modalwrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}
.modalwrapper .modalwindow {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 90%;
  max-width: 1150px;
  padding: 50px 30px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, .6);
  vertical-align: middle;
}
.modalwrapper .modalwindow .modal-content {
  max-height: 80vh;
  overflow-y: auto;
  text-align: left
}
a.modaloverlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8);
  opacity: 1;
}
.modalwrapper .modalclose {
  color: #000;
}
.modalwrapper .modalwindow {
  border: 2px solid #2abdd8;
}
.modalwrapper .modalclose {
  z-index: 20;
  position: absolute;
  top: -25px;
  right: -25px;
  font-size: 32px;
  width: 55px;
  background: #2abdd8;
  border-radius: 50%;
  color: #fff;
  line-height: 55px;
}
/*accordionbox*/
.accordionbox .acdcheck {
  display: none;
}
.accordionbox .acdlabel {
  padding: 10px 15px;
  box-sizing: border-box;
  background: #eee;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 5px;
  width: 100%;
}
.accordionbox .acdlabel::after {
  display: flex;
  align-items: center;
  content: ">";
  font-weight: 900;
  transition: all 0.3s;
  transform: rotate(90deg);
}
.accordionbox .acdcontent {
  height: 0;
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
  width: 90%;
  padding: 0;
  margin: 0 auto;
}
.accordionbox .acdcontent p {
  margin: 0;
  padding: 0 20px;
  word-break: break-all;
}
.accordionbox .acdcheck:checked + .acdlabel + .acdcontent {
  height: auto;
  opacity: 1;
  padding: 15px 0;
  visibility: visible;
  display: flex;
  align-items: center;
  word-break: break-all;
}
.accordionbox .acdcheck:checked + .acdlabel::after {
  transform: rotate(-90deg);
}
@media screen and (max-width: 960px) {
  .accordionbox .acdlabel {
    width: 95%;
  }
  .accordionbox .acdcontent {
    width: 95%;
  }
  .accordionbox .acdcheck:checked + .acdlabel + .acdcontent {
    padding: 10px 0;
  }
}
/*top*/
#top_box01 .top_box01 {
  text-align: center;
  margin: auto;
  padding: 50px 0 120px;
  background: url(../images/top_box01_bg.png) no-repeat scroll center bottom;
}
#top_box01 .top_box01 .t01 {
  font-size: 18px;
  font-weight: 600;
}
#top_box01 .top_box01 .t02 {
  font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
  font-size: 28px;
  color: #2abdd8;
  margin-top: 20px;
}
#top_box01 .top_box01 .t03 {
  font-size: 14px;
  margin-top: 40px;
}
#top_box02 {
  background-color: #f9f9f9;
}
#shopsbox .search_box {
  padding: 70px 0;
  width: 98%;
  max-width: 1150px;
  margin: auto;
}
#shopsbox .tit {
  font-size: 24px;
  text-align: center;
}
#shopsbox .shoptxt {
  font-size: 18px;
  text-align: center;
  padding: 3px 0;
  background-color: #e8effb;
  margin-top: 45px;
}
/***/
.shopsbox .boxs3, .shopsbox .boxs2, .shopsbox .boxs1 {
  display: flex;
}
.shopsbox .onebox {
  float: left;
  border-radius: 15px;
  background-color: #FFF;
  box-shadow: 5px 5px 0px #d4d4d4;
  padding: 20px;
  max-width: 374px;
}
.shopsbox .onebox:last-child {
  margin: 0;
}
.shopsbox .boxs3 {
  width: 100%;
  margin-top: 50px;
}
.shopsbox .boxs2 {
  width: 66%;
  margin: 50px auto 0;
}
.shopsbox .boxs1 {
  width: 33%;
  margin: 50px auto 0;
}
.shopsbox .onebox {
  width: 100%;
  margin: 0 4% 0 0;
}
.shopsbox .onebox .shopname {
  font-size: 16px;
  padding: 2px 10px;
  font-weight: 600;
  margin-bottom: 15px;
}
.shopsbox .onebox .box {
  display: flex;
  border: none;
  border-radius: 0;
  padding: 0px;
  margin-bottom: 0px;
}
.shopsbox .onebox .box .img {}
.shopsbox .onebox .box .img img {
  /* width: 100%;
  height: auto;
	max-width: 150px;*/
}
.shopsbox .onebox .box .text {
  font-size: 12px;
  margin-left: 5%;
  line-height: 1.5;
}
.shopsbox .onebox .txt {
  text-align: center;
  font-size: 12px;
  margin-top: 15px;
  font-weight: 600;
}
.shopsbox .onebox .boxs {
  font-size: 12px;
  display: flow-root;
  margin: 10px 0;
}
.shopsbox .onebox .boxs .b {
  padding: 2% 0;
  background-color: #eeeeee;
  margin: 0 2% 2% 0;
  text-align: center;
  width: 32%;
  float: left;
  font-weight: 600;
}
.shopsbox .onebox .boxs .b:nth-child(3n) {
  margin: 0 0 2% 0;
}
.shopsbox .onebox .btn {
  width: 200px;
  margin: auto;
  text-align: center;
  color: #fff;
  font-size: 15px;
  border-radius: 30px;
  padding: 10px 0;
  box-shadow: 3px 3px 0px #d4d4d4;
  position: relative;
}
.shopsbox .onebox .btn span {
  position: absolute;
  right: 10%;
}
.shopsbox.shopsbox01 .onebox .shopname {
  border-left: 6px double #2abdd8;
  color: #2abdd8;
}
.shopsbox.shopsbox01 .onebox .btn {
  background-color: #2abdd8;
}
.shopsbox.shopsbox01 .onebox .boxs {
  color: #2abdd8;
}
.shopsbox.shopsbox02 .onebox .shopname {
  border-left: 6px double #8bafed;
  color: #8bafed;
}
.shopsbox.shopsbox02 .onebox .btn {
  background-color: #8bafed;
}
.shopsbox.shopsbox02 .onebox .boxs {
  color: #8bafed;
}
/*common_box*/
#leftbox {
  width: 20%;
  margin-right: 5%;
  float: left;
}
.common_box .box01 {
  border: 2px solid #2abdd8;
  border-radius: 15px;
  padding: 20px 20px 10px;
  margin: 0 auto 11%;
  max-width: 670px;
}
.common_box .box01 .t01 {
  font-size: 16px;
  color: #2abdd8;
  text-align: center;
  border-bottom: 1px dashed #bfbfbf;
  padding-bottom: 15px;
}
.common_box .box01 .t02 {
  margin-top: 15px;
}
.common_box .box01 .t02 .t_new {
  display: flow-root;
  line-height: 24px;
  margin-bottom: 10px;
  font-weight: 600;
}
.common_box .box01 .t02 .t_new div {
  width: 48%;
  margin: 0 1%;
  float: left;
  text-align: right;
  font-size: 14px;
  color: #000;
}
.common_box .box01 .t02 .t_new div:nth-child(2) {
  font-size: 24px;
  color: #2abdd8;
}
.common_box .box01 .t03 {
  font-size: 12px;
}
.common_box .box01 .btn {
  width: 100%;
  max-width: 198px;
  margin: 10px auto 0;
}
.common_box .box01 .btn img {
  height: auto;
  width: 100%;
}
.common_box .box02 {
  width: 100%;
  margin: 0 auto 11%;
  max-width: 670px;
}
.common_box .box02 img {
  height: auto;
  width: 100%;
}
.common_box .box03 {
  background: url(../images/common_box03bg.png) no-repeat center top;
  background-size: 100% 100%;
  padding: 0 0 10%;
  margin-bottom: 11%;
}
.common_box .box03 img {
  height: auto;
  width: 100%;
}
.common_box .box03 .box {
  background-color: #fff;
  width: 92%;
  margin: 3% 5% 1% 3%;
  padding: 2%;
}
.common_box .box03 .box a {
  padding: 2%;
  display: block;
  color: #000;
  font-size: 14px;
  position: relative;
  border-bottom: 1px dashed #bfbfbf;
}
.common_box .box03 .box a:last-child {
  border-bottom: none;
}
.common_box .box03 .box a span {
  position: absolute;
  right: 2%;
  color: #2abdd8;
}
.common_box .box04 {
  margin-bottom: 25px;
}
.common_box .box04 img {
  height: auto;
  width: 100%;
}
.common_box .box04 .t {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 2%;
}
.common_box .box04 .hukidashi, .common_box .box04 .hukidashi02 {
  position: relative;
  display: inline-block;
  margin: 2% 0 15px;
  padding: 5%;
  font-size: 12px;
  color: #32b200;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  line-height: 1.4;
}
.common_box .box04 .hukidashi:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 9px solid transparent;
  border-top: 10px solid #fff;
}
.common_box .box04 .hukidashi .box {
  display: flow-root
}
.common_box .box04 .hukidashi .box .txt {
  float: left;
  width: 50%;
  text-align: left;
}
.common_box .box04 .hukidashi .box .txt .ts {
  background: #dddddd;
  border-radius: 10px;
  text-align: center;
  color: #000;
  margin-top: 5%;
}
.common_box .box04 .hukidashi .box .img {
  width: 48%;
  float: right;
}
.underlayer .common_box .box03 {
  display: none;
}
/* 吹き出し本体 */
.fukidasi {
  position: relative;
  display: inline-block;
  margin: 0 15px 0 0;
  padding: 4% 6% 8%;
  width: 100%;
  max-width: 100%;
  color: #333;
  font-size: 16px;
  background: #fff;
  border: solid 2px #2abdd8;
  box-sizing: border-box;
  border-radius: 0;
  border-radius: 15px;
  margin-bottom: 30px;
}
.fukidasi:before {
  content: "";
  position: absolute;
  top: 20%;
  right: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 12px solid #fff;
  z-index: 2;
}
.fukidasi:after {
  content: "";
  position: absolute;
  top: 20%;
  right: -29px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-left: 14px solid #2abdd8;
  z-index: 1;
}
.fukidasi ul .t {
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  color: #2abdd8;
}
.fukidasi ul li {
  padding: 4% 2%;
  border-bottom: dashed #bfbfbf 1px;
  color: #000;
  font-size: 14px;
}
.fukidasi ul li.t:hover {
  text-decoration: none;
}
.fukidasi ul li:hover {
  text-decoration: underline;
}
.fukidasi ul li span {
  color: #8bafed;
}
/*スライドバナー*/
.sliderArea {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}
.slick-slide {
  margin: 0 5px;
}
.slick-slide img {
  width: 100%;
  height: auto;
}
.slick-prev, .slick-next {
  z-index: 1;
}
.slick-prev:before, .slick-next:before {
  color: #000;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
.slick-active {
  opacity: 1;
}
.slick-current {
  opacity: 1;
}
.thumb {
  margin: 20px 0 0;
}
.thumb .slick-slide {
  cursor: pointer;
}
.thumb .slick-slide:hover {
  opacity: .7;
}
/*====================================================================
.full-screen
====================================================================*/
.full-screen .slick-list {
  overflow: visible;
}
.full-screen.slider {
  max-width: 1920px;
  margin: 0 auto;
}
/***/
#top_box03 {
  width: 98%;
  margin: auto;
  max-width: 1150px;
  display: flow-root;
  padding: 60px 0 80px;
}
#rightbox {
  width: 75%;
  float: right;
}
#top_box03 #rightbox .tit {
  font-size: 24px;
  position: relative;
  width: 100%;
  margin-bottom: 4%;
}
.kiratit {
  font-size: 24px;
  position: relative;
  width: 100%;
  margin-bottom: 4%;
  line-height: 25px;
}
#top_box03 #rightbox .box01 .box .list_box {
  border-top: 1px solid #90cfda;
  margin-bottom: 50px;
}
#top_box03 #rightbox .box01 .box .list_box .list {
  display: flow-root;
  padding: 1.8% 0;
  width: 100%;
  border-bottom: 1px solid #90cfda;
  color: #000;
}
#top_box03 #rightbox .box01 .box .list_box .list:hover {
  background-color: #e3f6f9;
}
#top_box03 #rightbox .box01 .box .list_box .list .days {
  width: 15%;
  text-align: left;
  float: left;
  font-size: 12px;
  padding: 2px 0 0 4%;
}
#top_box03 #rightbox .box01 .box .list_box .list .txt {
  width: 85%;
  padding: 0 0 0 2%;
  float: left;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.column_rink_boxs {
  display: flow-root;
  margin-bottom: 5%;
}
.column_rink_boxs .one {
  width: 49%;
  float: left;
  margin-right: 2%;
  border-bottom: 1px dashed #bfbfbf;
  padding: 2.3% 0;
}
.column_rink_boxs .one a {
  display: flex;
}
.column_rink_boxs .one:nth-child(2n) {
  margin-right: 0;
}
.column_rink_boxs .one .img {
  width: auto;
  height: auto;
  margin-right: 3%;
}
.column_rink_boxs .one .img img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}
.column_rink_boxs .one .txt {
  width: auto;
  font-size: 14px;
  color: #000;
  padding: 1% 0;
}
.column_rink_boxs .one .txt div {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
#top_box03 #rightbox .box03 {
  display: flow-root;
  margin-bottom: 5%;
}
#top_box03 #rightbox .box03 a {
  width: 49%;
  float: left;
  margin-right: 2%;
  text-align: center;
  display: block;
  margin-bottom: 3.5%;
}
#top_box03 #rightbox .box03 a:nth-child(2n) {
  margin-right: 0;
}
#top_box03 #rightbox .box03 a img {
  height: auto;
  width: 100%;
  max-width: 410px;
}
#top_box03 #rightbox .box04 .t01 {
  font-size: 14px;
  font-weight: 600;
  color: #2abdd8;
}
#top_box03 #rightbox .box04 .t02 {
  font-size: 12px;
  margin-bottom: 3%;
}
/*difference_salary*/
.qa_box .accordionbox .acdlabel {
  padding: 10px 15px;
  background: #f0fafb;
  font-size: 14px;
  color: #41bfde;
  font-weight: 600;
}
.qa_box .accordionbox .acdcontent p {
  font-size: 13px;
  line-height: 2;
}
.qa_box {
  border: 2px solid #b4dee6;
  border-radius: 15px;
  padding: 40px;
  margin-bottom: 55px;
}
.qa_box .t {
  font-size: 22px;
  text-align: center;
  color: #41bfde;
  margin-bottom: 40px;
}
/*difference_treatment*/
.rink_boxs .tit {
  font-size: 24px;
}
.rink_boxs .boxs {
  display: flow-root;
  margin-bottom: 55px;
}
.rink_boxs .boxs .one {
  width: 49%;
  float: left;
  margin-right: 2%;
  border-bottom: 1px dashed #bfbfbf;
  padding: 20px 0;
}
.rink_boxs .boxs .one a {
  display: flex;
}
.rink_boxs .boxs .one:nth-child(2n) {
  margin-right: 0;
}
.rink_boxs .boxs .one .img {
  /*float: left;*/
  width: 100px;
  height: 100px;
  margin-right: 3%;
}
.rink_boxs .boxs .one .img img {
  height: auto;
  width: 100px;
  height: 100px;
  max-width: 100px;
}
.rink_boxs .boxs .one .txt {
  /*float: left;
  width: 65%;*/
  padding: 0;
}
.rink_boxs .boxs .one .txt .t1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 20px;
  color: #8bafed;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 2%;
}
.rink_boxs .boxs .one .txt .t2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 14px;
  color: #000;
  line-height: 1.5;
}
.difference_treatment_txt {
  text-align: center;
  font-size: 14px;
  line-height: 2;
  margin-top: 60px;
}
.difference_treatment_txt .btn {
  max-width: 508px;
  width: 90%;
  margin: 40px auto 0;
  text-align: center;
}
.difference_treatment_txt .btn img {
  height: auto;
  width: 100%;
}
/*line_interview*/
.title.line_title {
  background-color: #7fd35e;
}
.line_interview_box01 {
  margin: auto;
}
.line_interview_box01 .box01 {
  /*background: url("../images/line_interview_bg01.png") no-repeat center top;*/
  width: 100%;
  max-width: 1198px;
  margin: auto;
}
.line_interview_box01 .box02 {
  background: url("../images/line_interview_bg02.png") no-repeat center top;
  width: 100%;
  max-width: 1198px;
  margin: auto;
  padding: 110px 0 100px;
}
.line_interview_box01 .box03 {
  background: url("../images/line_interview_bg03.png") no-repeat center top;
  width: 100%;
  max-width: 1198px;
  margin: auto;
  padding: 80px 0 100px;
}
.line_interview_box01 .lineboxs .boxs {
  margin: auto;
  max-width: 1150px;
  width: 98%;
}
.line_interview_box01 .lineboxs .boxs .box {
  display: flow-root;
  max-width: 1050px;
  width: 100%;
  margin: auto;
  padding: 0 0 0 2%;
}
.line_interview_box01 .lineboxs .boxs .box .txt {
  float: left;
  width: 60%;
}
.line_interview_box01 .lineboxs .boxs .box .txt .t1 {
  font-size: 28px;
  font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
}
.line_interview_box01 .lineboxs .boxs .box .txt .t1 span {
  color: #32b200;
}
.line_interview_box01 .lineboxs .boxs .box .txt .t1 div {
  color: #32b200;
  border-bottom: 1px solid #32b200;
  display: table-cell;
}
.line_interview_box01 .lineboxs .boxs .box .txt .t2 {
  font-size: 18px;
  color: #32b200;
  /*line-height: 60px;*/
  position: relative;
  padding: 50px 0 30px;
}
.line_interview_box01 .lineboxs .boxs .box .txt .t2 img {
  position: absolute;
  top: 25px;
  left: -30px;
}
.line_interview_box01 .lineboxs .boxs .box .boxs .t {
  background-color: #f2faef;
  padding: 15px 20px;
  font-size: 14px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 550px;
  display: flex;
}
.line_interview_box01 .lineboxs .boxs .box .boxs .t img {
  height: auto;
}
.line_interview_box01 .lineboxs .boxs .box .img {
  float: right;
  width: 40%;
  text-align: right;
}
.line_interview_box01 .lineboxs .boxs .box .img img {
  width: 100%;
  height: auto;
  margin: auto;
}
.line_interview_box01 .lineboxs .boxs .box .txt .t3 {
  padding: 40px 0 45px;
  font-size: 14px;
  width: 80%;
}
.line_interview_box01 .lineboxs .boxs .box .txt .t4 {
  padding: 0 0 20px;
  color: #32b200;
  font-size: 22px;
}
.line_interview_box01 .lineboxs .boxs .box .txt .btn {
  /*text-align: center;*/
}
.line_interview_box01 .lineboxs .boxs .box .txt .btn img {
  width: 80%;
  margin: auto;
  max-width: 403px;
  height: auto;
}
/**/
.line_interview_box01 .lineboxs:nth-child(2) .boxs .box .txt {
  float: right;
  width: 60%;
}
.line_interview_box01 .lineboxs:nth-child(2) .boxs .box .img {
  float: left;
  width: 40%;
  text-align: left;
}
/**/
.line_interview_box02 {
  background-color: #f2faef;
  padding: 85px 0 70px;
}
.line_interview_box02 .t01 {
  padding: 0 0 50px;
  text-align: center;
  font-size: 24px;
}
.line_interview_box02 .t02 {
  padding: 0 0 60px;
  text-align: center;
  ont-size: 14px;
}
.line_interview_box02 .boxs {
  width: 98%;
  margin: auto;
  display: flow-root;
  max-width: 1110px;
}
.line_interview_box02 .btn {
  text-align: center;
  margin: 50px auto 0;
  max-width: 403px;
  width: 98%;
}
.line_interview_box02 .btn img {
  width: 100%;
  height: auto;
}
/**/
.line_interview_box03 {
  background-color: #7fd35e;
  padding: 85px 0 70px;
}
.line_interview_box03 .tit {
  color: #fff;
  font-size: 24px;
  text-align: center;
  margin-bottom: 50px;
}
.line_interview_box03 .boxs {
  width: 98%;
  max-width: 1000px;
  margin: 0 auto 40px;
  border-top: 1px solid #fff;
}
.line_interview_box03 .boxs .box {
  padding: 25px 35px;
  border-bottom: 1px solid #fff;
}
.line_interview_box03 .boxs .box .box01 {
  display: flex;
  line-height: 44px;
  margin-bottom: 25px;
}
.line_interview_box03 .boxs .box .box01 .q div {
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  width: 44px;
  font-size: 16px;
  color: #7fd35e;
}
.line_interview_box03 .boxs .box .box01 .t {
  color: #fff;
  margin-left: 15px;
  font-weight: 600;
}
.line_interview_box03 .boxs .box .box02 {
  background-color: #fff;
  padding: 30px;
  line-height: 2;
  border-radius: 12px;
  font-size: 14px;
}
.line_interview_box03 .btn {
  text-align: center;
  margin: auto;
  max-width: 403px;
  width: 90%;
}
.line_interview_box03 .btn img {
  width: 100%;
  height: auto;
}
.line_interview_box04 .bg01 {
  background: url("../images/line_interview06_bg01.png") no-repeat center top;
  text-align: center;
}
.line_interview_box04 .bg02 {
  background: url("../images/line_interview06_bg02.png") no-repeat center top;
  padding-bottom: 200px;
}
.line_interview_box04 .txt01 {
  padding-top: 80px;
  font-size: 24px;
}
.line_interview_box04 .txt01 span {
  color: #32b200;
}
.line_interview_box04 .txt02 {
  padding-top: 400px;
  font-size: 14px;
  line-height: 2;
}
.line_interview_box04 .btn {
  text-align: center;
  margin: auto;
  max-width: 403px;
  width: 90%;
  padding-top: 40px;
}
.line_interview_box04 .btn img {
  width: 100%;
  height: auto;
}
/*mamawork*/
.title.mamawork_title {
  background: url("../images/mamawork_title_bg.jpg") repeat center top;
}
.mamawork_box01 .box01 {
  background: url("../images/mamawork_img0101_bg.png") no-repeat center top;
  padding-bottom: 60px;
}
.mamawork_box01 .box02 {
  background: url("../images/mamawork_img0102_bg.png") no-repeat center top;
  padding-bottom: 60px;
}
.mamawork_box01 .box03 {
  background: url("../images/mamawork_img0103_bg.png") no-repeat center top;
  padding-bottom: 60px;
}
.mamawork_box03 .boxs {
  width: 98%;
  margin: auto;
  display: flow-root;
  max-width: 1110px;
}
/**/
.mamawork_box01 .mamaworkboxs .boxs {
  margin: auto;
  max-width: 1150px;
  width: 98%;
}
.mamawork_box01 .mamaworkboxs .boxs .box {
  display: flow-root;
  max-width: 1050px;
  width: 100%;
  margin: auto;
  padding: 0 0 0 2%;
}
.mamawork_box01 .mamaworkboxs .boxs .box .txt {
  float: left;
  width: 60%;
}
.mamawork_box01 .mamaworkboxs .boxs .box .txt .t1 {
  font-size: 28px;
  font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
  color: #f46aa5;
}
.mamawork_box01 .mamaworkboxs .boxs .box .boxs .t {
  background-color: #f2faef;
  padding: 15px 20px;
  font-size: 14px;
  margin-bottom: 10px;
  width: 90%;
}
.mamawork_box01 .mamaworkboxs .boxs .box .img {
  float: right;
  width: 40%;
  text-align: center;
}
.mamawork_box01 .mamaworkboxs .boxs .box .img img {
  width: 100%;
  height: auto;
  max-width: 360px;
}
.mamawork_box01 .mamaworkboxs .boxs .box .txt .t2 {
  padding: 40px 0 45px;
  font-size: 14px;
  width: 80%;
}
.mamawork_box01 .mamaworkboxs .boxs .box .txt .btn {
  text-align: center;
}
/**/
.mamawork_box01 .mamaworkboxs:nth-child(2) .boxs .box .txt {
  float: right;
  width: 60%;
}
.mamawork_box01 .mamaworkboxs:nth-child(2) .boxs .box .img {
  float: left;
  width: 40%;
}
.mamawork_box02 {
  background-color: #fff0f3;
  padding: 90px 0 100px;
}
.mamawork_box02 .tit {
  text-align: center;
  font-size: 24px;
  color: #ff8ca5;
  margin-bottom: 60px;
}
.mamawork_box02 .boxs {
  width: 98%;
  margin: auto;
  display: flex;
  max-width: 1150px;
}
.mamawork_box02 .boxs .one {
  margin: 0 3% 0 0;
  width: 31%;
  float: left;
  padding: 2% 1.5%;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 5px 5px 0px #d4d4d4;
}
.mamawork_box02 .boxs .one:last-child {
  margin: 0;
}
.mamawork_box02 .boxs .one img {
  width: 100%;
  height: auto;
}
.mamawork_box03 {
  background-color: #fff;
  padding: 90px 0 100px;
}
.mamawork_box03 .txt01 {
  color: #8bafed;
  text-align: center;
  font-size: 24px;
  margin-bottom: 55px;
}
.mamawork_box03 .txt02 {
  text-align: center;
  font-size: 14px;
  margin: 0 auto 65px;
  width: 90%;
}
.mamawork_box03 .btn {
  text-align: center;
  margin: auto;
  max-width: 508px;
  width: 90%;
  padding-top: 40px;
}
.mamawork_box03 .btn img {
  width: 100%;
  height: auto;
}
.mamawork_box04 {
  background-color: #f5f1ed;
  padding: 90px 0 80px;
}
.mamawork_box04 .txt01 {
  font-size: 24px;
  text-align: center;
  color: #ff8ca5;
  margin-bottom: 55px;
}
.mamawork_box04 .txt02 {
  font-size: 14px;
  text-align: center;
  width: 90%;
  margin: 0 auto 75px;
  line-height: 2;
}
.mamawork_box04 .boxs {
  width: 98%;
  max-width: 1110px;
  margin: 0 auto;
  display: flow-root;
}
.mamawork_box04 .boxs .one {
  background-color: #fff;
  margin: 0 2% 2%;
  box-shadow: 5px 5px 0px #d4d4d4;
  width: 46%;
  float: left;
  padding: 2% 3%;
  min-height: 380px;
}
.mamawork_box04 .boxs .one .name {
  text-align: center;
  color: #ff8ca5;
  margin-bottom: 3%;
  font-size: 24px;
}
.mamawork_box04 .boxs .one .box {
  display: flex;
}
.mamawork_box04 .boxs .one .box .img {
  width: 40%;
}
.mamawork_box04 .boxs .one .box .img img {
  width: 100%;
  height: auto;
  max-width: 161px;
}
.mamawork_box04 .boxs .one .box .txt {
  margin-left: 2%;
  width: 58%;
  text-align: center;
  line-height: 1;
}
.mamawork_box04 .boxs .one .box .txt .t1 {
  padding: 10px 0;
  font-size: 16px;
  border-bottom: 1px dashed #bfbfbf;
}
.mamawork_box04 .boxs .one .box .txt .t1 span {
  font-size: 25.6px;
}
.mamawork_box04 .boxs .one .box .txt .t2 {
  padding: 10px 0;
  font-size: 16px;
  border-bottom: 1px dashed #bfbfbf;
}
.mamawork_box04 .boxs .one .box .txt .t3 {
  padding: 10px 0;
  font-size: 20px;
}
.mamawork_box04 .boxs .one .box .txt .t3 span {
  font-size: 60px;
  color: #ff8ca5;
}
.mamawork_box04 .boxs .one .txtbox {
  font-size: 14px;
}
/**/
.mamawork_box05 {
  background-color: #fff;
  padding: 100px 0 0;
}
.mamawork_box05 .tit {
  color: #b28850;
  font-size: 24px;
  text-align: center;
  margin-bottom: 80px;
}
.mamawork_box05 .box01 {
  background: url("../images/mamawork_img0501_bg.png") no-repeat center top;
  padding-bottom: 60px;
}
.mamawork_box05 .box02 {
  background: url("../images/mamawork_img0502_bg.png") no-repeat center top;
  padding-bottom: 60px;
}
.mamawork_box05 .box03 {
  background: url("../images/mamawork_img0503_bg.png") no-repeat center top;
  padding-bottom: 60px;
}
.mamawork_box05 .mamaworkboxs02 .boxs {
  margin: auto;
  max-width: 1150px;
  width: 98%;
}
.mamawork_box05 .mamaworkboxs02 .boxs .box {
  display: flow-root;
  max-width: 1050px;
  width: 100%;
  margin: auto;
  padding: 0 0 0 2%;
}
.mamawork_box05 .mamaworkboxs02 .boxs .box .txt {
  float: left;
  width: 60%;
}
.mamawork_box05 .mamaworkboxs02 .boxs .box .txt .t1 {
  font-size: 28px;
  font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
  color: #b28850;
}
.mamawork_box05 .mamaworkboxs02 .boxs .box .boxs .t {
  background-color: #f2faef;
  padding: 15px 20px;
  font-size: 14px;
  margin-bottom: 10px;
  width: 90%;
}
.mamawork_box05 .mamaworkboxs02 .boxs .box .img {
  float: right;
  width: 40%;
  text-align: center;
}
.mamawork_box05 .mamaworkboxs02 .boxs .box .img img {
  height: auto;
  max-width: 360px;
  width: 100%;
}
.mamawork_box05 .mamaworkboxs02 .boxs .box .txt .t2 {
  padding: 40px 0 45px;
  font-size: 14px;
  width: 80%;
}
.mamawork_box05 .mamaworkboxs02 .boxs .box .txt .btn {
  text-align: center;
}
/**/
.mamawork_box05 .mamaworkboxs02.box02 .boxs .box .txt {
  float: right;
  width: 60%;
}
.mamawork_box05 .mamaworkboxs02.box02 .boxs .box .img {
  float: left;
  width: 40%;
}
.mamawork_box06 {
  background-color: #f9f9f9;
  padding: 100px 0;
}
.mamawork_box06 .tit {
  font-size: 24px;
  text-align: center;
  margin-bottom: 70px;
}
.mamawork_box06 .boxs {
  width: 98%;
  margin: auto;
  display: flex;
  max-width: 1150px;
}
.mamawork_box06 .boxs .one {
  margin: 0 3% 0 0;
  width: 31%;
  float: left;
  padding: 2% 1.5%;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 5px 5px 0px #d4d4d4;
}
.mamawork_box06 .boxs .one {
  margin: 0 1% 1%;
}
.mamawork_box06 .boxs .one .txt {
  font-size: 16px;
  text-align: center;
  /*color: #6d99e5;*/
  margin-bottom: 25px;
}
.mamawork_box06 .boxs .one .box {
  display: flex;
}
.mamawork_box06 .boxs .one .box .i {
  width: 34%;
  margin: 0 1% 0 0;
  text-align: center;
}
.mamawork_box06 .boxs .one .box .t {
  width: 65%;
  font-size: 13px;
}
.mamawork_box06 .boxs .one img {
  width: 100%;
  height: auto;
  max-width: 87px;
}
.mamawork_box07 {
  background-color: #fff;
  padding: 80px 0 100px;
}
.mamawork_box07 .tit {
  font-size: 24px;
  text-align: center;
  margin-bottom: 70px;
  color: #ff8ca5;
}
.mamawork_box07 .boxs {
  width: 98%;
  margin: 0 auto 50px;
  display: flex;
  max-width: 1150px;
}
.mamawork_box07 .boxs .onebox {
  width: 190px;
  border: 2px solid #ff8ca5;
  border-radius: 15px;
  padding: 25px 1.2% 15px;
}
.mamawork_box07 .boxs .onebox .txt01 {
  text-align: center;
  font-size: 14px;
  color: #ff8ca5;
  border-bottom: 1px solid #ff8ca5;
  width: 70px;
  margin: 0 auto 15px;
}
.mamawork_box07 .boxs .onebox .txt01 span {
  font-size: 24px;
}
.mamawork_box07 .boxs .onebox .txt02 {
  text-align: center;
  font-size: 16px;
  color: #ff8ca5;
  margin: 0 auto 15px;
  font-weight: 600;
}
.mamawork_box07 .boxs .onebox .txt03 {
  font-size: 14px;
}
.mamawork_box07 .boxs .onebox .txt03 img {
  font-size: 14px;
  margin: 15px auto 0;
  width: 100%;
  height: auto;
  max-width: 160px;
  display: block;
}
.mamawork_box07 .boxs .next {
  width: 50px;
  text-align: center;
}
.mamawork_box07 .txt {
  font-size: 14px;
  text-align: center;
  margin-bottom: 50px;
}
.mamawork_box08 {
  background: url("../images/mamawork_box08_bg.jpg") no-repeat center top;
  background-size: cover;
}
.mamawork_box08 .box {
  padding: 110px 0 60px;
  width: 48%;
  margin: 0 2% 0 50%;
}
.mamawork_box08 .box .txt01 {
  font-size: 24px;
  font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
  color: #b28850;
  margin-bottom: 55px;
}
.mamawork_box08 .box .txt02 {
  font-size: 14px;
  margin-bottom: 65px;
}
.mamawork_box08 .box .btn {
  width: 100%;
}
.mamawork_box08 .box .btn img {
  max-width: 403px;
  width: 100%;
  height: auto;
}
/*payslip_box*/
.payslip_box .onebox {
  width: 100%;
  border: 1px solid #c1c1c1;
  margin-bottom: 30px;
  padding: 20px 0 20px 20px;
}
.payslip_box .onebox .box {
  display: flow-root;
}
.payslip_box .onebox .box .box01 {
  float: left;
  width: 38%;
}
.payslip_box .onebox .box .box01 .days {
  font-size: 12px;
}
.payslip_box .onebox .box .box01 .img {
  margin-top: 10px;
}
.payslip_box .onebox .box .box01 .img img {
  width: 100%;
  height: auto;
  max-width: 300px;
}
.payslip_box .onebox .box .box02 {
  float: right;
  width: 60%;
}
.payslip_box .onebox .box .box02 .shop {
  text-align: right;
  margin-bottom: 20px;
}
.payslip_box .onebox .box .box02 .shop strong {
  padding: 3px 15px;
  background-color: #ffabcf;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}
/**/
.salary_btn {
  text-align: center;
}
.salary_btn img {
  width: 90%;
  margin: auto;
  height: auto;
}
.salary_img_box {
  margin: 0 auto 40px;
  text-align: center;
}
.salary_img_box img {
  width: 100%;
  height: auto;
  margin: auto;
}
#salary_come_back .textbox01 .btn {
  margin: -50px auto 70px;
  text-align: center;
}
#salary_come_back .textbox01 .btn img {
  width: 90%;
  height: auto;
  margin: auto;
}
#salary_come_back .textbox03 .box.box02 .txt .t01 {
  font-size: 32px;
}
#salary_come_back .textbox03 .box.box02 .txt .t01 span {
  font-size: 21px;
  display: block;
}
#salary_come_back .textbox03 .box.box02 .box1 .txt01 {
  font-size: 20px;
  line-height: 2;
  color: #8bafed;
}
#salary_come_back .textbox03 .box.box02 .txt02 {
  font-size: 14px;
  width: 90%;
  margin: 0 auto 40px;
}
#salary_come_back .textbox03 .box.box02 .txt03 {
  font-size: 21px;
  text-align: center;
  color: #8bafed;
  margin: 0 auto 30px;
}
#salary_come_back .salary_come_back_box3 .tit {
  text-align: center;
  color: #2abdd8;
  font-size: 32px;
  line-height: 1.8;
  margin-bottom: 60px;
}
#salary_come_back .salary_come_back_box3 .tit span {
  font-size: 21px;
  color: #000;
  display: block;
}
#salary_come_back .salary_come_back_box3 .boxs {
  display: flex;
  margin-bottom: 110px;
}
#salary_come_back .salary_come_back_box3 .boxs .img {
  width: 38%;
  margin: 0 2% 0 0;
}
#salary_come_back .salary_come_back_box3 .boxs .img img {
  width: 100%;
  height: auto;
  margin: auto;
}
#salary_come_back .salary_come_back_box3 .boxs .txt {
  width: 60%;
  font-size: 14px;
  line-height: 2;
}
#salary_come_back .salary_come_back_box3 .boxs .txt .txt02 {
  color: #2abdd8;
  font-size: 20px;
  margin: 35px 0 20px;
}
#salary_come_back .salary_come_back_box4 {
  border: 2px solid #2abdd8;
  padding: 45px 0;
  margin-bottom: 70px;
}
#salary_come_back .salary_come_back_box4 .tit {
  text-align: center;
  color: #2abdd8;
  font-size: 32px;
  padding-bottom: 25px;
}
#salary_come_back .salary_come_back_box4 .txt {
  text-align: center;
  font-size: 14px;
  padding-bottom: 40px;
}
#salary_come_back .salary_come_back_box4 .boxs {
  width: 90%;
  margin: auto;
  display: flex;
}
#salary_come_back .salary_come_back_box4 .box {
  width: 33%;
  text-align: center;
  margin: 0 1% 0 0;
}
#salary_come_back .salary_come_back_box4 .box img {
  width: 100%;
  height: auto;
  max-width: 227px;
}
#salary_come_back .salary_come_back_box4 .box:last-child {
  margin: 0;
}
#salary_come_back .salary_come_back_box5 {
  background-color: #2abdd8;
  padding: 40px;
  margin-bottom: 70px;
}
#salary_come_back .salary_come_back_box5 .tit {
  font-size: 32px;
  color: #fff;
  text-align: center;
}
#salary_come_back .salary_come_back_box5 .tit span {
  font-size: 21px;
  color: #000;
  display: block;
  text-align: center;
}
#salary_come_back .salary_come_back_box5 .boxs01 .box {
  background-color: #f0fafb;
  width: 98%;
  margin: 20px auto;
  padding: 2% 3%;
}
#salary_come_back .salary_come_back_box5 .boxs01 .box .q {
  font-size: 21px;
  margin-bottom: 20px;
  color: #2abdd8;
}
#salary_come_back .salary_come_back_box5 .boxs01 .box .a {
  font-size: 14px;
}
#salary_come_back .salary_come_back_box5 .boxs02 {
  display: flex;
  margin-top: 35px;
}
#salary_come_back .salary_come_back_box5 .boxs02 .voicebox .one {
  width: 47%;
}
.salary_come_back_btn {
  width: 90%;
  margin: 0 auto 5%;
}
.salary_come_back_btn {
  width: 90%;
  margin: 0 auto 5%;
  max-width: 368px;
}
.salary_come_back_btn img {
  width: 100%;
  height: auto;
}
/*#salary_come_back .salary_come_back_box5 .boxs02 .box {
  width: 47%;
  background-color: #fff;
  margin: 0 6% 0 0;
  border-radius: 15px;
  padding: 4% 3%;
  box-shadow: 5px 5px 0px #d4d4d4;
}
#salary_come_back .salary_come_back_box5 .boxs02 .box:last-child {
  margin: 0;
}
#salary_come_back .salary_come_back_box5 .boxs02 .box .n {
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  color: #6d99e5;
  margin-bottom: 25px;
}
#salary_come_back .salary_come_back_box5 .boxs02 .box .b {
  display: flex;
}
#salary_come_back .salary_come_back_box5 .boxs02 .box .b .i {}
#salary_come_back .salary_come_back_box5 .boxs02 .box .b .t {
  margin: 0 0 0 5%;
  font-size: 12px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}*/
#salary_come_back .salary_come_back_box6 {
  border-top: 1px dashed #bfbfbf;
  padding: 40px;
  margin-bottom: 70px;
}
#salary_come_back .salary_come_back_box6 .tit {
  font-size: 32px;
  color: #2abdd8;
  text-align: center;
}
#salary_come_back .salary_come_back_box6 .tit span {
  font-size: 21px;
  color: #000;
  display: block;
  text-align: center;
}
#salary_come_back .salary_come_back_box6 .boxs {
  display: flow-root;
}
#salary_come_back .salary_come_back_box6 .box {
  width: 49%;
  display: flex;
  margin-bottom: 20px;
  float: left;
}
#salary_come_back .salary_come_back_box6 .box .i {
  /* width: 25%;
  float: left;*/
  display: flex;
  text-align: center;
  padding: 5% 5% 0;
}
#salary_come_back .salary_come_back_box6 .box .i img {
  /* width: 95%;
  margin: auto;
  max-width: 77px;*/
}
#salary_come_back .salary_come_back_box6 .box .t {
  /* width: 75%;
  float: left;
  display: flex;*/
  font-size: 14px;
  border: 2px solid #2abdd8;
  border-radius: 15px;
  padding: 5%;
}
/*salary_kids*/
.salary_kids_box {
  border-top: 2px dotted #bfbfbf;
  padding: 45px 0;
}
.salary_kids_box .tit {
  font-size: 32px;
  color: #2abdd8;
  text-align: center;
}
.salary_kids_box .tit span {
  font-size: 21px;
  color: #000;
  display: block;
  text-align: center;
}
.salary_kids_box .boxs {
  padding-top: 75px;
}
.salary_kids_box .boxs .onebox {
  display: flow-root;
  margin-bottom: 95px;
}
.salary_kids_box .boxs .onebox .txt {
  width: 60%;
  float: left;
}
.salary_kids_box .boxs .onebox .img {
  width: 37%;
  margin: 0 3% 0 0;
  float: left;
}
.salary_kids_box .boxs .onebox .img img {
  width: 100%;
  height: auto;
}
.salary_kids_box .boxs .onebox:nth-child(2n) .txt {
  float: right;
}
.salary_kids_box .boxs .onebox:nth-child(2n) .img {
  margin: 0 0 0 3%;
  float: right;
}
.salary_kids_box .boxs .onebox .txt .txt01 {
  display: flex;
  color: #2abdd8;
  margin-bottom: 3%;
}
.salary_kids_box .boxs .onebox .txt .txt01 .t1 {
  font-size: 30px;
  margin: 0 2% 0 0;
  line-height: 1.2;
}
.salary_kids_box .boxs .onebox .txt .txt01 .t2 {
  font-size: 20px;
  padding: 0.1% 0;
}
.salary_kids_box .boxs .onebox .txt .txt02 {
  font-size: 14px;
  line-height: 2
}
.salary_kids_box .boxs .onebox .txt .btn {
  margin: 30px 0 0 0;
}
.salary_kids_box .boxs .onebox .txt .btn img {
  max-width: 403px;
  width: 90%;
  height: auto;
}
/**/
.textbox03 .box.box02 .box1 .box01 {
  text-align: center;
}
.textbox03 .box.box02 .box1 .box01 .txt01 {
  font-size: 20px;
  color: #8bafed;
  background: url("../images/linebottom_01.jpg") no-repeat center bottom;
  padding: 0 5px 15px;
  display: inline;
  margin: 0 auto 10px;
}
.textbox03 .box.box02 .box1 .box01 .img {
  margin: 20px auto 10px;
}
.textbox03 .box.box02 .box1 .box01 img {
  width: 100%;
  max-width: 508px;
  margin: auto;
  height: auto;
}
.textbox03 .box.box02 .box1 .box01 .txt02 {
  font-size: 14px;
  line-height: 2;
}
/**/
.textbox03 .box.box02 .box1 .friendbox01 {
  display: flex;
}
.textbox03 .box.box02 .box1 .friendbox01 .img {
  width: 28%;
  margin: 0 2% 0 0;
}
.textbox03 .box.box02 .box1 .friendbox01 .txt {
  width: 70%;
  text-align: left;
  line-height: 2;
  padding: 2% 0 0 0;
}
.textbox03 .box.box02 .box1 .friendbox01 .txt .text01 {
  font-size: 20px;
  color: #8bafed;
}
.textbox03 .box.box02 .box1 .friendbox01 .txt .text02 {
  font-size: 14px;
}
.textbox03 .box.box02 .box1 .friendbox02 {
  font-size: 20px;
  color: #8bafed;
  font-weight: 900;
}
#salary_refer_a_friend .salary_refer_a_friend_btns {
  display: flex;
  width: 98%;
  margin: 0 auto 8%;
}
#salary_refer_a_friend .salary_refer_a_friend_btns .btn {
  text-align: center;
  width: 49%;
  margin: 0 2% 0 0;
}
#salary_refer_a_friend .salary_refer_a_friend_btns .btn img {
  max-width: 368px;
  width: 100%;
  height: auto;
  margin: auto;
}
#salary_refer_a_friend .salary_refer_a_friend_btns .btn:last-child {
  margin: 0;
}
.salary_refer_a_friend .tit {
  font-size: 21px;
  color: #fff;
  text-align: center;
  width: 220px;
  background-color: #2abdd8;
  clip-path: polygon(0% 100%, 0% 0%, 95% 0%, 100% 100%);
}
.salary_refer_a_friend .onebox {
  margin-bottom: 50px;
  padding: 45px;
}
.salary_refer_a_friend .onebox .txt01 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 25px;
}
.salary_refer_a_friend .onebox .txt02 {
  text-align: center;
  font-size: 14px;
  margin-bottom: 30px;
}
.salary_refer_a_friend .onebox .boxs {
  display: flex;
}
.salary_refer_a_friend .onebox .boxs .box {
  margin: 0 3% 0 0;
  padding: 3% 2%;
  width: 32%;
  background-color: #f0fafb;
}
.salary_refer_a_friend .onebox .boxs .box:last-child {
  margin: 0;
}
.salary_refer_a_friend .onebox .boxs .box .t1 {
  text-align: center;
  font-size: 21px;
  color: #2abdd8;
  margin-bottom: 15px;
}
.salary_refer_a_friend .onebox .boxs .box .t2 {
  font-size: 12px;
}
.salary_refer_a_friend .onebox01 {
  background-color: #fff;
  border: 2px solid #2abdd8;
}
.salary_refer_a_friend .onebox02 {
  background-color: #2abdd8;
  border: 2px solid #2abdd8;
}
.salary_refer_a_friend .onebox01 .txt01 {
  color: #2abdd8;
}
.salary_refer_a_friend .onebox02 .txt01 {
  color: #fff;
}
.work_box .textbox02 .onebox {
  padding-bottom: 50px;
}
.work_box .textbox02 .onebox .t01 {
  border-left: 4px solid #2abdd8;
}
.work_box .textbox03 .box {
  border: 2px solid #b4dee6;
  margin-bottom: 80px;
  position: relative;
}
.work_box .textbox03 .box .txt .t01 {
  color: #2abdd8;
}
.work_box .shopsbox .onebox .box {
  border: none;
  margin-bottom: 0px;
}
.work_box .shopsbox.shopsbox01 .onebox .btn {
  width: 60%;
  margin: auto;
}
.work_box .shopsbox.shopsbox01 .workarea_img {
  width: 48%;
  margin: 2% auto;
  text-align: center;
}
.work_box .shopsbox.shopsbox01 .workarea_img img {
  width: 100%;
  max-width: 271px;
  height: auto;
}
.work_box .underlayerbox .txt {
  display: flex;
  width: 100%;
  box-shadow: 5px 5px 0px #d4d4d4;
  padding: 10px;
  margin-bottom: 17px;
  background-color: #fff;
  line-height: 50px;
}
.work_box .underlayerbox .txt .b1 {
  width: 10%;
}
.work_box .underlayerbox .txt .b2 {
  width: 25%;
  text-align: left;
  font-size: 20px;
  border-right: 1px solid #999999;
}
.work_box .underlayerbox .txt .b3 {
  width: 63%;
  text-align: left;
  font-size: 14px;
  margin-left: 2%;
}
.textbox03 .box.box02 .txt .txt04 {
  position: absolute;
  bottom: -45px;
  left: 0;
  right: 0;
}
/**/
.work_experience_about_box {
  box-shadow: 5px 5px 0px #d4d4d4;
  padding: 30px 10px;
  margin-top: 50px;
  background-color: #fff;
}
.work_experience_about_box .txt01 {
  margin-bottom: 10px;
}
.work_experience_about_box .txt02 {
  font-size: 14px;
  line-height: 2;
}
.work_experience_about_box .txt02 span {
  color: #ff65b8;
}
.work_salary_box01 .wsbox01 {
  text-align: center;
}
.work_salary_box01 .wsbox01 img {
  width: 100%;
  height: auto;
  margin: auto;
}
.work_salary_box01 .txt01 {
  font-size: 14px;
  padding: 30px 0 35px;
}
.textbox03 .box.box02 .work_salary_box01 .boxs .one .t {
  color: #8bafed;
}
.textbox03 .box.box02 .work_salary_box01 .boxs .one .b .b2 .t1 {
  text-align: left;
}
.textbox03 .box.box02 .work_salary_box01 .boxs .one .b .b2 .t1 strong {
  font-size: 26px;
}
.textbox03 .box.box02 .work_salary_box01 .boxs .one .b .b2 .t2 strong {
  font-size: 40px;
  color: #f272b4;
}
.work_box .textbox02 .onebox .wsbox02 {
  background-color: #f0fafb;
  width: 90%;
  margin: 30px auto 0;
  padding: 15px 100px;
  font-size: 14px;
  font-weight: 600;
  line-height: 2;
}
.difference_treatment_txt {
  margin-top: 9%;
}
/*search*/
.search .boxs {
  width: 98%;
  margin: auto;
  max-width: 1150px;
  display: flex;
  padding-bottom: 30px;
}
.search .boxs .box {
  width: 32%;
  margin: 0 2% 0 0;
}
.search .boxs .box:last-child {
  margin: 0;
}
.search .boxs .box img {
  width: 100%;
  height: auto;
}
#search_box01 {
  background-color: #f9f9f9;
}
#shopsbox #search_box01 .shoptxt {
  background-color: #e3f6f9;
}
#shopsbox #search_box01 .tit {
  color: #2abdd8;
}
#search_box02 {
  background-color: #fff0f3;
}
#shopsbox #search_box02 .shoptxt {
  background-color: #ffdfe5;
}
#shopsbox #search_box02 .tit {
  color: #ff8ca5;
}
#search_box03 {
  background-color: #f9f9f9;
}
#shopsbox #search_box01 .shoptxt {
  /*background-color: #e8effb;*/
}
#shopsbox #search_box03 .tit {
  color: #8bafed;
}
.sitemap {
  background-color: #f9f9f9;
}
.sitemap_box {
  display: flex;
}
.sitemap_box .sitemapbox {
  width: 50%;
  margin: 0 1% 0 0;
}
.sitemap_box .sitemapbox:last-child {
  margin: 0;
}
.sitemap_box .sitemapbox .one_box {
  background-color: #fff;
  margin: 0 6% 45px 0;
  border-radius: 15px;
  padding: 3% 4%;
  box-shadow: 5px 5px 0px #d4d4d4;
}
.sitemap_box .sitemapbox .one_box .tit {
  font-size: 16px;
  font-weight: 600;
  color: #2abdd8;
  margin-bottom: 30px;
}
.sitemap_box .sitemapbox .one_box .box {
  display: flex;
}
.sitemap_box .sitemapbox .one_box .box .b {
  width: 49%;
  margin: 0 2% 0 0;
}
.sitemap_box .sitemapbox .one_box .box .b:last-child {
  margin: 0;
}
.sitemap_box .sitemapbox .one_box .box a {
  color: #000;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 15px;
  display: flex;
}
.glossary_box01 {
  padding: 40px 0;
  width: 98%;
  margin: auto;
  max-width: 1150px;
}
.glossary_box01 .txt {
  text-align: right;
  font-size: 12px;
  padding-bottom: 30px;
}
.glossary_box01 .boxs {
  display: flex;
}
.glossary_box01 .boxs a {
  color: #fff;
}
.glossary_box01 .boxs a {
  background: url(../images/selectbox_off.png) no-repeat scroll center top;
  width: 130px;
  padding: 1% 0 3%;
  text-align: center;
  font-size: 16px;
  margin: 0 1.4% 0 0;
  display: block;
  background-size: 100% 100%;
}
.glossary_box01 .boxs a:hover {
  background: url(../images/selectbox_on.png) no-repeat scroll center top;
  background-size: 100% 100%;
  opacity: 1;
}
.glossary_box01 .boxs a:last-child {
  margin: 0;
}
.glossary_box02 {
  background-color: #f9f9f9;
}
.glossary_box02 .glossary_box {
  width: 98%;
  margin: auto;
  max-width: 1150px;
  padding: 70px 0 90px;
}
.glossary_box02 .selectbox {
  display: flow-root;
}
.glossary_box02 .tit {
  font-size: 24px;
  text-align: center;
  margin-bottom: 50px;
}
.glossary_box02 .modalbutton {
  color: #6d99e5;
  background-color: #fff;
  font-weight: bold;
  box-shadow: 5px 5px 0px #d4d4d4;
  display: block;
  padding: 15px 0;
  text-align: center;
  width: 32%;
  font-size: 16px;
  border-radius: 15px;
  float: left;
  margin: 0 1.3% 2% 0;
  position: relative;
}
.glossary_box02 .modalbutton span {
  position: absolute;
  right: 10px;
}
.glossary_box02 .modal_title {
  font-size: 24px;
  text-align: center;
  color: #6d99e5;
  margin-bottom: 30px;
  font-weight: 600;
}
.glossary_box02 .modal-content .box {
  display: flex;
}
.glossary_box02 .modal-content .box div {
  margin-right: 5%;
  font-size: 14px;
  line-height: 2;
}
.glossary_box02 .modal-content .box div:last-child {
  margin-right: 0;
}
.glossary_box02 .modal-content .box div:last-child strong {
  color: #6d99e5;
  font-size: 16px;
  display: block;
  margin-top: 2%;
}
.glossary_txt {
  padding: 80px 0 90px;
  width: 98%;
  font-size: 14px;
  line-height: 1.8;
  margin: auto;
  max-width: 1150px;
}
/*voice*/
.voicebox {
  width: 90%;
  margin: auto;
  max-width: 1150px;
  display: flow-root;
}
.voicebox a {
  color: #000;
}
.voicebox .one {
  background-color: #fff;
  box-shadow: 5px 5px 0px #d4d4d4;
  display: block;
  padding: 30px;
  width: 31%;
  font-size: 16px;
  border-radius: 15px;
  float: left;
  margin: 0 2.3% 2.3% 0;
}
.voicebox .one .t01 {
  text-align: center;
  font-size: 16px;
  color: #6d99e5;
  margin-bottom: 20px;
  font-weight: 600;
}
#voiceGraduates .voicebox .one .t01 {
  color: #f272b4;
}
.voicebox .modalwindow {
  font-size: 14px;
}
.voicebox .modalwindow .modal_title {
  font-size: 18px;
  text-align: center;
  color: #6d99e5;
  margin-bottom: 3%;
  font-weight: 600;
}
#voiceGraduates .voicebox .modalwindow .modal_title {
  color: #f272b4;
}
.voicebox .modalwindow .box {
  display: flex;
}
.voicebox .modalwindow .box div {
  margin: 0.5%;
}
.voicebox .modalwindow .box strong {
  color: #6d99e5;
  margin: 3% 0 2%;
  display: block;
}
.voicebox .one .box {
  display: flex;
}
.voicebox .one .box .img {
  display: flex;
  justify-content: space-around;
  margin: 0 15px 0 0;
}
.voicebox .one .box .img img {
  width: 85px;
  height: 85px;
  object-fit: cover;
}
.voicebox .one .box .txt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  font-size: 12px;
}
.voicebtnbox {
  width: 98%;
  margin: auto;
  max-width: 1150px;
  padding: 0 0 5%;
}
.voicebtnbox .voice_btn {
  display: flex;
}
.voicebtnbox .voice_btn a {
  color: #000;
  text-align: center;
  width: calc(100%/6);
  margin: 1%;
  background: url(../images/sp_selectbox_off.png) no-repeat scroll center top;
  background-size: 100% 100%;
  padding: 1% 0 2.5%;
  color: #fff;
}
.voicebtnbox .voice_btn a:hover {
  background: url(../images/sp_selectbox_on.png) no-repeat scroll center top;
  background-size: 100% 100%;
}
.voice_box {
  background-color: #f9f9f9;
}
.voice_box01 {
  width: 98%;
  margin: auto;
  max-width: 1150px;
  padding: 70px 0 90px;
}
.voice_box01 .tit {
  text-align: center;
  font-size: 24px;
  margin-bottom: 50px;
}
.voice_box02 {
  width: 98%;
  margin: auto;
  max-width: 1150px;
  padding: 70px 0 90px;
  text-align: center;
}
.voice_box02 .tit {
  font-size: 24px;
  margin-bottom: 50px;
}
.voice_box02 .btn, .voice_box_btn {
  margin: auto;
  text-align: center;
}
.voice_box02 .btn img, .voice_box_btn img {
  width: 90%;
  margin: auto;
  max-width: 533px;
  height: auto;
}
/**/
.contact_foam {
  border: 2px solid #b4dee6;
  padding: 50px 25px;
}
.contact_foam .txt {
  text-align: center;
}
.contact_foam .txt .txt01 {
  font-size: 24px;
  color: #2abdd8;
  margin-bottom: 30px;
}
.contact_foam .txt .txt02 {
  font-size: 13px;
  line-height: 2;
  margin-bottom: 40px;
}
.contact_foam .foambox {}
.contact_foam .foambox .box {
  border-top: 1px solid #e1e1e1;
}
.contact_foam .foambox .box .list {
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid #e1e1e1;
}
.contact_foam .foambox .box .list .box01 {
  width: 28%;
  float: left;
  background-color: #f0fafb;
}
.contact_foam .foambox .box .list .box01 .b1 {
  padding: 25px;
  color: #2abdd8;
  font-size: 14px;
  display: block;
}
.contact_foam .foambox .box .list .box02 {
  width: 70%;
  float: right;
  margin: 0 0 0 2%;
  padding: 2.5% 0;
}
.contact_foam .foambox .box .list .box02 div {
  margin: 1% 0;
  font-size: 12px;
}
.contact_foam .foambox .box .list .box02 input {
  background-color: #f2f2f2;
  width: 94%;
  font-size: 14px;
  padding: 1% 2%;
  -webkit-appearance: none;
  border: none;
}
.contact_foam .foambox .box .list .box02 textarea {
  background-color: #f2f2f2;
  width: 94%;
  font-size: 14px;
  padding: 1% 2%;
  -webkit-appearance: none;
  border: none;
  height: 250px;
}
.contact_foam .foambox .foambtn {
  margin: 30px auto 0;
}
.contact_foam .foambox .foambtn input {
  width: 60%;
  max-width: 204px;
  text-align: center;
  color: #fff;
  padding: 10px 0;
  background-color: #2abdd8;
  font-size: 16px;
  border: none;
  text-align: center;
  display: block;
  border-radius: 15px;
  margin: auto;
}
.contact_foam .foambox .foambtn_box {
  display: flex;
  width: 70%;
  max-width: 450px;
  margin: 30px auto 0;
}
.contact_foam .foambox .foambtn_box input {
  width: 47%;
  margin: 0 3% 0 0;
  max-width: 204px;
  text-align: center;
  color: #fff;
  padding: 10px 0;
  background-color: #8c8c8c;
  font-size: 16px;
  border: none;
  text-align: center;
  display: block;
  border-radius: 15px;
  float: left;
}
.contact_foam .foambox .foambtn_box input:last-child {
  background-color: #2abdd8;
}
.contact_foam .foambox .foambtn_box a{
      width: 90%;
        margin: 0 3% 0 0;
        max-width: 204px;
        text-align: center;
        color: #fff;
        padding: 10px 0;
        background-color: #8c8c8c;
        font-size: 16px;
        border: none;
        text-align: center;
        display: block;
        border-radius: 15px;
            height: 50px;
}
.contact_foam .error {
  color: #f00;
  display: block;
  font-size: 14px;
}
/*column*/
#column .column_list .onebox {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px dashed #bfbfbf;
}
#column .column_list .onebox .img {
  width: auto;
  height: auto;
}
#column .column_list .onebox .img img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}
#column .column_list .onebox .txt {
  padding: 2% 0 2% 2%;
  color: #000;
}
#column .column_list .onebox .txt .t {
  font-size: 20px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 制限したい行数が3の場合 */
  overflow: hidden;
}
/*column*/
.column_box .days {
  text-align: right;
  font-size: 12px;
}
.column_box .tit {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 40px;
  line-height: 1.5;
}
.column_box .img {
  margin-bottom: 40px;
}
.column_box .img img {
  width: 100%;
  height: auto;
}
.column_box .txt {
  margin-bottom: 40px;
  font-size: 14px;
}
.column_box .box {
  background-color: #e3f6f9;
  padding: 30px 10px;
  margin-bottom: 40px;
}
.column_box .box ul {
  padding: 0 0 0 30px;
  font-size: 14px;
}
.column_box .box ul a {
  color: #000;
}
.column_box .box {
  background-color: #e3f6f9;
  padding: 30px 10px;
}
.column_box .box .boxtit {
  padding: 0px 30px 10px;
  font-weight: 600;
}
.column_box .tit01 {
  font-size: 24px;
  font-weight: 600;
  border-left: 4px solid #2abdd8;
  padding: 0 10px;
  margin-bottom: 30px;
}
.column_box .tit02 {
  font-size: 18px;
  font-weight: 600;
  color: #2abdd8;
  margin-bottom: 20px;
}
.column_box .tit02 {
  font-size: 18px;
  font-weight: 600;
  color: #2abdd8;
  margin-bottom: 20px;
}
.column_box .tit03 {
  font-size: 18px;
  font-weight: 600;
  background-color: #e3f6f9;
  margin-bottom: 20px;
  padding: 5px 20px;
}
.column_box .sns_column {
  display: flow-root;
  padding: 15% 0 0;
}
.column_box .sns_column .box {
  margin: 0 4% 0 0;
  float: left;
  width: 48%;
  border-radius: 15px;
  background-color: #1da1f2;
  text-align: center;
  padding: 15px 0px;
  line-height: 20px;
}
.column_box .sns_column a:last-child .box {
  margin: 0;
  background-color: #00c300;
  color: #fff;
  font-weight: 600;
}
.column_d_pagination {
  width: 98%;
  margin: auto;
  max-width: 350px;
  font-size: 14px;
  display: flex;
}
.column_d_pagination a {
  color: #000;
}
.column_d_pagination div {
  width: calc(100%/3);
  margin-top: 50px;
}
.column_d_pagination div:nth-child(1) {
  text-align: left;
  text-decoration: underline;
}
.column_d_pagination div:nth-child(2) {
  text-align: center;
  border-left: 1px solid;
  border-right: 1px solid;
}
.column_d_pagination div:nth-child(3) {
  text-align: right;
  text-decoration: underline;
}
/**/
.shop_title {
  height: 640px;
}
#shop_madome_umeda .shop_title {
  background: url(../images/visual_madam_umeda.jpg) no-repeat scroll center top;
}
#shop_madome_juso .shop_title {
  background: url(../images/visual_madome_juso.jpg) no-repeat scroll center top;
}
#shop_delisec .shop_title {
  background: url(../images/visual_delisec.jpg) no-repeat scroll center top;
}
#shop_vivid_kob .shop_title {
  background: url(../images/visual_vivid_kob.jpg) no-repeat scroll center top;
}
#shop_vivid_juso .shop_title {
  background: url(../images/visual_vivid_juso.jpg) no-repeat scroll center top;
}
#shop_vivid_umeda .shop_title {
  background: url(../images/visual_vivid_umeda.jpg) no-repeat scroll center top;
}
#shop_pochatto .shop_title {
  background: url(../images/visual_pochatto.jpg) no-repeat scroll center top;
}
/*shop*/
.shop_box .shop_tit {
  font-size: 24px;
  padding-bottom: 5px;
  border-bottom: 2px solid #2abdd8;
  margin-bottom: 20px;
}
.shop_box .shop_box01 {
  margin-bottom: 45px;
}
.shop_box .shop_box01 .txt01 {
  font-size: 24px;
  color: #2abdd8;
  padding-bottom: 20px;
}
.shop_box .shop_box01 .txt02 {
  font-size: 14px;
  line-height: 2;
  padding-bottom: 50px;
}
.shop_box .shop_box03 {
  border: 1px solid #b4dee6;
  padding: 15px 20px;
  margin-bottom: 40px;
}
.shop_box .shop_box03 .table {
  border-collapse: collapse;
}
.shop_box .shop_box03 .table .tr {
  border-bottom: 1px solid #e1e1e1;
  padding: 5px 0;
  margin: 5px 0;
  display: flex;
}
.shop_box .shop_box03 .table .tr .th {
  background-color: #f0fafb;
  color: #2abdd8;
  padding: 20px 0 20px 10px;
  margin: 5px 0;
  width: 15%;
}
.shop_box .shop_box03 .table .tr .td {
  padding: 25px 0 25px 25px;
  width: 90%;
}
.shop_box .shop_box03 .table .tr .td iframe {
  padding: 25px 0 0;
  width: 100%;
}
.shop_box .shop_btn {
  text-align: center;
  margin-bottom: 50px;
}
.shop_box .shop_btn img {
  width: 90%;
  margin: auto;
  max-width: 368px;
  height: auto;
}
.disabled, .is-hidden, .end-page, .first-page {
  display: none;
}
.pagination_box {
  width: 100%;
  max-width: 700px;
  margin: 40px auto 0;
  display: flex;
}
.next-page button, .prev-page button {
  text-decoration: underline;
}
.next-page {
  text-align: center;
  line-height: 1;
}
.prev-page {
  text-align: center;
  line-height: 1;
  border-right: 1px solid;
}
.next-page, .prev-page {
  width: 10%;
}
.pagination_box ul {
  width: 80%;
  display: table;
  /*margin-bottom: 50px;*/
}
.pagination_box ul li {
  text-align: center;
  display: table-cell;
  line-height: 1;
  border-right: 1px solid;
}
.pagination_box ul li a {
  color: #000;
}
/**/
.news_box01 {
  border: 2px solid #2abdd8;
}
.news_box01 .tit {
  background-color: #2abdd8;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  padding: 0 30px;
}
.news_box01 .txtbox {
  padding: 15px 20px;
}
.news_box01 .txtbox a {
  display: block;
  color: #000;
  font-size: 16px;
  line-height: 2;
}
.news_box01 .txtbox a:hover {
  text-decoration: underline;
}
.news_box02 {
  margin: 50px auto;
  border-top: 1px dashed #bfbfbf;
}
.news_box02 .box {
  padding: 30px 0;
  border-bottom: 1px dashed #bfbfbf;
}
.news_box02 .box a {
  display: flex;
  color: #000;
  line-height: 16px;
}
.news_box02 .box .days {
  display: flex;
  color: #000;
  padding: 0 25px 0 10px;
  font-size: 12px;
}
.news_box02 .box .txt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 16px;
}
.news_detail_ilnk {
  font-size: 14px;
  line-height: 2;
  padding: 40px 0 0;
}
.news_detail_ilnk a {
  color: #000;
  display: block;
}
.news_detail_ilnk a span {
  text-decoration: underline;
}
.hrbox02 {
  padding: 4% 6%;
  display: flex;
  margin: 3% auto 2%;
  background-color: #f0fafb;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 600;
}
.hrbox02 img {
  width: 70px;
  ;
  height: 70px;
  margin-right: 2%;
}
.hrtxt01 {
  text-align: center;
  font-size: 14px;
  margin: 20px 0;
}
.hrtxt02 {
  text-align: left;
  font-size: 14px;
}
/*movie*/
.moviebtnbox {
  width: 95%;
  margin: auto;
  max-width: 1150px;
}
.moviebtnbox .movie_btn {
  display: flow-root;
  padding: 40px 0;
}
.moviebtnbox .movie_btn a {
  text-align: center;
  float: left;
  margin: 0% 2% 1.5% 0;
  width: 32%;
  color: #fff;
}
.moviebtnbox .movie_btn a:nth-child(3n) {
  margin: 0 0 1.5%;
}
.moviebtnbox .movie_btn a .btn {
  background-color: #a6a6a6;
  padding: 1.5% 0;
  font-size: 16px;
}
.moviebtnbox .movie_btn a .btn.on {
  background-color: #a4beee;
}
.movie_box {
  background-color: #f9f9f9;
}
.movie_box .movie_box01 {
  padding: 65px 0 80px;
  width: 95%;
  margin: auto;
  max-width: 1150px;
}
.movie_box .movie_box01 .tit {
  text-align: center;
  font-size: 24px;
  margin-bottom: 40px;
}
.movie_box .movie_box01 .movie_box02 {
  display: flow-root;
  width: 100%;
}
.movie_box .movie_box01 .movie_box02 .onebox {
      display: inline-block;
  margin: 0% 2% 1.5% 0;
  width: 31%;
  color: #fff;
	
}
.movie_box .movie_box01 .movie_box02 .onebox:nth-child(3n) {
  margin: 0 0 1.5%;
}
.movie_box .movie_box01 .movie_box02 .onebox iframe {
  width: 100%;
  height: auto;
  min-height: 200px;
}
.movie_box .movie_box01 .movie_box02 .onebox img {
  width: 100%;
  height: auto;
}
.shopsbox .onebox { max-width: 353px; }
@media screen and (max-width: 900px) { .shopsbox .onebox { max-width: 1000px; } }
