@charset "UTF-8";
/* メディアクエリ
---------------------------------------- */
/* font-size 768-1400
---------------------------------------- */
/* font-family
---------------------------------------- */
/* color
---------------------------------------- */
/* ending
---------------------------------------- */
/* mixin
---------------------------------------- */
/*  reset.scss */
/* =====================================================
 * reset.css
 * - Edit html5doctor.com's CSS
 * - http://html5doctor.com/html-5-reset-stylesheet/
 * Last Updated:2017-03-01
====================================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400;0,6..96,500;1,6..96,400;1,6..96,500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, input, select, textarea, main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: 400;
  vertical-align: bottom;
  background: transparent;
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section, main {
  display: block;
}

main {
  padding: 0;
  margin: 0 !important;
}

html {
  font-size: 62.5%;
  /*overflow-x: hidden;*/
}

body {
  font-family: sans-serif;
  line-height: 1;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  background: transparent;
  outline: none;
}

img {
  vertical-align: bottom;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

th, td {
  text-align: left;
  vertical-align: top;
}

input, select, textarea {
  font-family: inherit;
}

input[type=submit] {
  cursor: pointer;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

/*--------------------------------------------------------------------------
   body
---------------------------------------------------------------------------*/
html {
  /*overflow: auto;*/
}

body {
  /*overflow: hidden;*/
  min-width: 320px;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  font-size: 1.4rem;
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
  position: relative;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.5rem;
    line-height: 1.7;
    -webkit-text-size-adjust: 100%;
    /*background: #FFF;*/
    /*height: 100%;*/
  }
}

img {
  max-width: 100%;
  height: auto;
}

.pc {
  display: none !important;
}

.sp {
  display: block !important;
}

.pc-l {
  display: none !important;
}

.sp-l {
  display: block !important;
}

@media screen and (min-width: 768px) {
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
}
@media screen and (min-width: 1060px) {
  .pc-l {
    display: block !important;
  }
  .sp-l {
    display: none !important;
  }
}
/*--------------------------------------------------------------------------
   base link
---------------------------------------------------------------------------*/
a {
  color: inherit;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  a {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .alpha {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .alpha:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }
}
/*--------------------------------------------------------------------------
   font
---------------------------------------------------------------------------*/
/*font-family: 'Noto Sans JP', sans-serif;*/
/*--------------------------------------------------------------------------
   clearfix
---------------------------------------------------------------------------*/
.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

/* メディアクエリ
---------------------------------------- */
/* font-size 768-1400
---------------------------------------- */
/* font-family
---------------------------------------- */
/* color
---------------------------------------- */
/* ending
---------------------------------------- */
/* mixin
---------------------------------------- */
/* layout.scss */
.base_inner {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (min-width: 768px) {
  .base_inner {
    max-width: 1260px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------------------
   Header
---------------------------------------------------------------------------*/
.sp_header {
  /*position: relative;*/
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

#header .pc_header {
  display: none;
}

@media screen and (min-width: 1060px) {
  #header .sp-header {
    display: none;
  }
  #header .pc_header {
    display: block;
  }
}
.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}

#header {
  position: relative;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: auto;
}

.site-header {
  background: rgba(255, 255, 255, 0.5);
  position: fixed;
  transition: 0.5s;
  width: 100%;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .site-header {
    background: rgba(255, 255, 255, 0);
  }
}

.site-header.transform {
  background: rgba(234, 221, 220, 0);
  /*padding: 10px 0;*/
}

/*	style info : hd_info
--------------------------------------*/
@media screen and (min-width: 768px) {
  .pc_header .hd_area {
    max-width: 1200px;
    margin: 40px auto 0;
    background: #fff;
    border-radius: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
  }
  .pc_header .hd_area .logo {
    padding: 15px;
    border-radius: 0 0 15px 0;
  }
  .pc_header .hd_area .logo img {
    height: 35px;
    width: auto;
  }
  .pc_header .hd_area .nav_area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 15px;
  }
  .pc_header .hd_area .contact-info .hd_ad {
    font-size: 1rem;
    padding-left: 30px;
  }
  .pc_header .hd_area .contact-info .hd_tel {
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 1.2;
  }
  .pc_header .hd_area .contact-info .hd_tel svg {
    width: 20px;
    height: 20px;
    color: #BB9CC4;
  }
  .pc_header .hd_area .contact-info .hd_tel span {
    font-family: "Roboto", sans-serif;
    color: #BB9CC4;
    font-weight: 700;
    font-size: 2.3rem;
  }
}
/* ---------------------------------------------------------------------------
	spGnav	
--------------------------------------------------------------------------- */
/* Mobile first layout SmartMenus Core CSS (it's not recommended editing these rules)
   You need this once per page no matter how many menu trees or different themes you use.
-------------------------------------------------------------------------------------------*/
.sm {
  box-sizing: border-box;
  position: relative;
  z-index: 9999;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.sm, .sm ul, .sm li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  direction: ltr;
  text-align: left;
}

.sm-rtl, .sm-rtl ul, .sm-rtl li {
  direction: rtl;
  text-align: right;
}

.sm > li > h1, .sm > li > h2, .sm > li > h3, .sm > li > h4, .sm > li > h5, .sm > li > h6 {
  margin: 0;
  padding: 0;
}

.sm ul {
  display: none;
}

.sm li, .sm a {
  position: relative;
}

.sm a {
  display: block;
}

.sm a.disabled {
  cursor: default;
}

.sm::after {
  content: "";
  display: block;
  height: 0;
  font: 0px/0 serif;
  clear: both;
  overflow: hidden;
}

.sm *, .sm *::before, .sm *::after {
  box-sizing: inherit;
}

.sm-simple {
  /*border: 1px solid #bbbbbb;*/
  background: #fff;
  /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);*/
}
.sm-simple li {
  border-bottom: 1px solid #bbbbbb;
}

.sm-simple a, .sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active {
  padding: 17px 20px 13px;
  /* make room for the toggle button (sub indicator) */
  /*padding-right: 58px;*/
  /*color: $base_color;
  background:$blue;*/
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 17px;
  text-decoration: none;
}

.sm-simple li ul li a, .sm-simple li ul li a:hover, .sm-simple li ul li a:focus, .sm-simple li ul li a:active {
  /*padding: 13px 20px;*/
  /* make room for the toggle button (sub indicator) */
  /*padding-right: 58px;*/
  color: #333;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 17px;
  text-decoration: none;
}

.sm-simple a.current {
  background: #fff;
  color: #333;
}

.sm-simple a.disabled {
  color: #cccccc;
}

.sm-simple a .sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 4px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font: bold 14px/34px monospace !important;
  text-align: center;
  text-shadow: none;
  /*background: #E6E6E6;*/
  /*background: rgba(0, 0, 0, 0.08);*/
}

.sm-simple a .sub-arrow::before {
  content: "+";
  color: #000;
}

.sm-simple a.highlighted .sub-arrow::before {
  content: "-";
  color: #000;
}

.sm-simple > li.none a .sub-arrow::before {
  content: "+";
  color: #000;
}

.sm-simple > li.none a.highlighted .sub-arrow::before {
  content: "-";
  color: #000;
}

/*@media only screen and (min-width: 992px) {
.sm-simple > li.none a .sub-arrow::before {
	content: none;
}
.sm-simple > li.none a.highlighted .sub-arrow::before {
	content: none;
}
}*/
.sm-simple li {
  text-align: center;
  /*border-bottom: 1px solid rgba(0, 0, 0, 0.2);*/
}

/*.sm-simple > li:first-child {
	border-top: 0;
}*/
.sm-simple ul {
  background: rgba(179, 179, 179, 0.1);
}

.sm-simple ul a, .sm-simple ul a:hover, .sm-simple ul a:focus, .sm-simple ul a:active {
  font-size: 14px;
  border-left: 8px solid transparent;
}

.sm-simple ul ul a, .sm-simple ul ul a:hover, .sm-simple ul ul a:focus, .sm-simple ul ul a:active {
  border-left: 16px solid transparent;
}

.sm-simple ul ul ul a, .sm-simple ul ul ul a:hover, .sm-simple ul ul ul a:focus, .sm-simple ul ul ul a:active {
  border-left: 24px solid transparent;
}

.sm-simple ul ul ul ul a, .sm-simple ul ul ul ul a:hover, .sm-simple ul ul ul ul a:focus, .sm-simple ul ul ul ul a:active {
  border-left: 32px solid transparent;
}

.sm-simple ul ul ul ul ul a, .sm-simple ul ul ul ul ul a:hover, .sm-simple ul ul ul ul ul a:focus, .sm-simple ul ul ul ul ul a:active {
  border-left: 40px solid transparent;
}

/*	style info : nav css
--------------------------------------*/
.header {
  position: relative;
  /*padding: 5px 0 0;*/
}

.sp_header {
  /*padding: 5px 10px;*/
  background: #fff;
}

.sp_header .logo {
  float: left;
  margin: 12px 0 9px 10px;
}
.sp_header .logo .img-logo {
  width: auto;
  height: 30px;
}

.main-nav:after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  font: 0px/0 serif;
  overflow: hidden;
}

.nav-brand {
  float: left;
  margin: 0;
}

.nav-brand a {
  padding: 11px 11px 11px 20px;
  line-height: 17px;
  text-decoration: none;
}

.nav-brand img {
  width: auto;
  height: 35px;
}

#main-menu {
  clear: both;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* Mobile menu toggle button */
.main-menu-btn {
  float: right;
  /*margin: 5px 8px 0 0;*/
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  /*width: 34px;
  height: 29px;*/
  text-indent: 29px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* hamburger icon */
.main-menu-btn-icon, .main-menu-btn-icon:before, .main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 10px;
  /*left: 5px;*/
  height: 2px;
  width: 30px;
  /*background: #333;*/
  background: #333;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.main-menu-btn-icon:before {
  content: "";
  top: -9px;
  left: 0;
}

.main-menu-btn-icon:after {
  content: "";
  top: 9px;
  left: 0;
}

/* x icon */
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* hide menu state checkbox (keep it visible to screen readers) */
#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* hide the menu in mobile view */
#main-menu-state:not(:checked) ~ #main-menu {
  display: none;
}

#main-menu-state:checked ~ #main-menu {
  display: block;
}

@media (min-width: 1060px) {
  /* hide the button in desktop view */
  .main-menu-btn {
    position: absolute;
    top: -99999px;
  }
  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ #main-menu {
    display: block;
  }
}
/* ---------------------------------------------------------------------------
	pcGnav	
--------------------------------------------------------------------------- */
@media screen and (min-width: 1060px) {
  /*pcmenu*/
  /*.pc_navi {
  	position: absolute;
  	top: 65px;
  	right: 0;
  }
  */
  ul.menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    /*text-align: center;*/
    display: flex;
    align-items: center;
    padding: 0 10px;
  }
  ul.menu li {
    padding: 0 10px;
    text-align: center;
    /*float: left;*/
    /*position: relative;
    display: inline-block;
    height: 50px;*/
  }
  ul.menu li a {
    position: relative;
    display: inline-block;
    color: #333;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-size: calc(1.2rem + (1vw - 0.77rem) * 0.3606);
    line-height: 46px;
    font-weight: 600;
  }
  ul.sub {
    display: none;
    position: absolute;
    margin-left: -6px;
    margin-left: 10px;
    padding: 0;
  }
  ul.sub li a {
    /*padding: 8px 10px 20px;
    padding: 0 10px 100px;*/
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -10px;
    line-height: 50px;
    display: block;
    background: #efefef;
    color: #333;
    width: 250px;
    border-bottom: none;
  }
  ul.sub li a:hover {
    background: #fefefe;
    color: #000;
    text-decoration: none;
    border-bottom: none;
  }
}
/*	pagetop
--------------------------------------*/
.to-top {
  position: fixed;
  width: 42px;
  height: 42px;
  background: #000;
  color: #fff;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
.to-top .arrow {
  text-indent: -9999px;
  display: block;
  height: 42px;
  position: relative;
}
.to-top .arrow::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 12px;
  height: 12px;
  border: 0px;
  margin: -6px 12px 0 0;
  border-top: solid 4px #fff;
  border-right: solid 4px #fff;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*	ft-btm 
--------------------------------------*/
#footer {
  background-color: #f3b9e6;
  padding: 3rem 0;
}
#footer .footer-card {
  background-color: #ffffff;
  border-radius: 0.75rem;
  padding: 30px 20px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  #footer .footer-card {
    margin-bottom: 40px;
    padding: 70px 10%;
  }
}
#footer .footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  #footer .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 50px;
  }
}
#footer .footer-info-logo {
  text-align: center;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  #footer .footer-info-logo {
    text-align: left;
  }
}
#footer .footer-info-logo img {
  width: 160px;
  height: auto;
  margin-bottom: 1rem;
}
#footer .footer-info-item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
  border-bottom: 1px solid #e5e5e5;
  padding: 1rem 0;
}
@media screen and (min-width: 768px) {
  #footer .footer-info-item {
    flex-direction: row;
    border-bottom: none;
    padding: 0;
  }
}
#footer .footer-info-item dt {
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  #footer .footer-info-item dt {
    font-weight: normal;
    line-height: 1.7;
    width: 150px;
    flex-shrink: 0;
  }
}
#footer .footer-info-item dd {
  margin: 0;
}
#footer .footer-buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  #footer .footer-buttons {
    flex-direction: row;
  }
}
#footer .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  border-radius: 9999px;
  text-align: center;
  transition: opacity 0.2s ease;
  color: #ffffff;
  border: none;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  #footer .btn {
    max-width: 240px;
    width: 100%;
  }
}
#footer .btn:hover {
  opacity: 0.9;
}
#footer .btn-line {
  background-color: #07c053;
}
#footer .btn-contact {
  background-color: #cd85bd;
}
#footer .btn svg {
  width: 1.5rem;
  height: 1.5rem;
}
@media screen and (min-width: 768px) {
  #footer .btn svg {
    width: 2rem;
    height: 2rem;
  }
}
#footer .footer-map img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
}
#footer .footer-area {
  background-color: #ffffff;
  border-radius: 0.75rem;
  padding: 1.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
#footer .footer-area h4 {
  margin-bottom: 1rem;
  font-size: 1.125rem;
}
#footer .footer-area p {
  margin: 0;
}
#footer .footer-copyright {
  text-align: center;
}
#footer .footer-copyright p {
  color: #fff;
  font-size: 1.3rem;
  margin-top: 40px;
}

.mv-page {
  position: relative;
  height: 180px;
}
@media screen and (min-width: 768px) {
  .mv-page {
    height: 360px;
  }
}
.mv-page::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 180px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  /*z-index: -1;*/
}
@media screen and (min-width: 768px) {
  .mv-page::before {
    height: 360px;
  }
}
.mv-page .mv-tit {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .mv-page .mv-tit {
    top: 68%;
    font-size: 2.4rem;
  }
}
.mv-page .mv-tit .txt-sm {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .mv-page .mv-tit .txt-sm {
    font-size: 1.8rem;
  }
}

#rc .mv-page::before {
  background-image: url("../images/recruit/mv.webp");
}

#contact_mv .mv-page::before {
  background-image: url("../images/contact/mv.webp");
}

#policy_mv .mv-page::before {
  background-image: url("../images/privacy/mv.webp");
}

/*	breadcrumbs
--------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (min-width: 768px) {
  .breadcrumbs {
    padding: 20px 0;
  }
}
.breadcrumbs .breadcrumbs-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .breadcrumbs .breadcrumbs-list {
    font-size: 0.9375rem;
  }
}
.breadcrumbs .breadcrumbs-list li {
  display: flex;
  align-items: center;
}
.breadcrumbs .breadcrumbs-list li:not(:last-child)::after {
  content: ">";
  margin: 0 8px;
  color: #999;
}
@media screen and (min-width: 768px) {
  .breadcrumbs .breadcrumbs-list li:not(:last-child)::after {
    margin: 0 12px;
  }
}
.breadcrumbs .breadcrumbs-list li a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s;
}
.breadcrumbs .breadcrumbs-list li a:hover {
  color: #BB9CC4;
  text-decoration: underline;
}
.breadcrumbs .breadcrumbs-list li:last-child {
  color: #333;
  font-weight: 600;
}

/*<div class="button">
	<a href="#">ボタンのデザイン</a>
</div>*/
.button a {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 100%;
  max-width: 280px;
  /*margin: auto;*/
  padding: 1rem 4rem;
  position: relative;
  border-radius: 100vh;
  background: transparent;
  color: #fff;
  background: #3F397F;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  font-size: 1.4rem;
}

.button a:hover {
  background: #CD85BD;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.button a:hover::before {
  -webkit-animation: sh02 0.5s 0s linear;
  -moz-animation: sh02 0.5s 0s linear;
  animation: light 0.5s 0s linear;
}

.button a::before {
  content: "";
  display: block;
  width: 0px;
  height: 86%;
  position: absolute;
  top: 7%;
  left: 0%;
  opacity: 0;
  background: #fff;
  box-shadow: 0 0 50px 30px #fff;
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  transform: skewX(-20deg);
}

.ft-button a {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 100%;
  max-width: 380px;
  margin: auto;
  border: 1px solid #CD85BD;
  line-height: 4rem;
  /*padding: 1rem 4rem;*/
  position: relative;
  border-radius: 100vh;
  background: transparent;
  color: #CD85BD;
  background: #333;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .ft-button a {
    /*max-width: 350px;*/
    /*padding: 1.4rem 12rem;*/
  }
}

.ft-button a:hover {
  background: rgb(85, 62, 41);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.ft-button a:hover::before {
  -webkit-animation: sh02 0.5s 0s linear;
  -moz-animation: sh02 0.5s 0s linear;
  animation: light 0.5s 0s linear;
}

.ft-button a::before {
  content: "";
  display: block;
  width: 0px;
  height: 86%;
  position: absolute;
  top: 7%;
  left: 0%;
  opacity: 0;
  background: #fff;
  box-shadow: 0 0 50px 30px #fff;
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  transform: skewX(-20deg);
}

@keyframes light {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
/*<div class="btn"><a href="#"><span>ボタンのデザイン</span></a></div>*/
.btn a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  /*margin: 0 auto;*/
  max-width: 160px;
  padding: 10px 0px 10px 25px;
  color: #333;
  transition: 0.3s ease-in-out;
  font-weight: 500;
}

.btn a:before, .btn a:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
}

.btn a:before {
  width: 0.5rem;
  height: 0.5rem;
  left: 1.1rem;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  z-index: 2;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s;
}

.btn a:after {
  left: 0;
  background: #3F397F;
  z-index: 1;
  width: 3rem;
  height: 3rem;
  border-radius: 4rem;
  transform: translateY(-50%);
  transition: all 0.5s;
}

.btn a span {
  position: relative;
  transition: all 0.3s;
  z-index: 3;
}

.btn a:hover span {
  color: #fff;
}

.btn a:hover:before {
  left: 2rem;
}

.btn a:hover:after {
  right: 0;
  width: 100%;
}

/* メディアクエリ
---------------------------------------- */
/* font-size 768-1400
---------------------------------------- */
/* font-family
---------------------------------------- */
/* color
---------------------------------------- */
/* ending
---------------------------------------- */
/* mixin
---------------------------------------- */
/* set.scss */
/*	tit
--------------------------------------*/
.tit-sec {
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .tit-sec {
    margin-bottom: 40px;
  }
}
.tit-sec .en {
  display: block;
  font-size: clamp(1.6rem, 2.5vw, 2.1rem);
  font-weight: 700;
  color: #BB9CC4;
}
.tit-sec .jp {
  position: relative;
  z-index: 5;
  font-size: clamp(2rem, 2.5vw, 2.8rem);
  display: inline-block;
  font-weight: 700;
  color: #3F397F;
  padding-bottom: 8px;
}
.tit-sec .jp::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 2' preserveAspectRatio='none'><path d='M1 1 H99' stroke='%23DDE0F7' stroke-width='2' stroke-linecap='round' stroke-dasharray='3 4'/></svg>") no-repeat left bottom/100% 100%;
}

.tit-sec-ct {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .tit-sec-ct {
    margin-bottom: 40px;
  }
}
.tit-sec-ct .en {
  display: block;
  font-size: clamp(1.6rem, 2.5vw, 2.1rem);
  font-weight: 700;
  color: #BB9CC4;
}
.tit-sec-ct .jp {
  position: relative;
  z-index: 5;
  font-size: clamp(2rem, 2.5vw, 2.8rem);
  display: inline-block;
  font-weight: 700;
  color: #3F397F;
  padding-bottom: 8px;
}
.tit-sec-ct .jp::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 2' preserveAspectRatio='none'><path d='M1 1 H99' stroke='%23DDE0F7' stroke-width='2' stroke-linecap='round' stroke-dasharray='3 4'/></svg>") no-repeat left bottom/100% 100%;
}

.sub-tit {
  font-size: clamp(1.6rem, 2.5vw, 2.1rem);
  margin-bottom: 0.7em;
  font-weight: 500;
  color: #CD85BD;
  font-weight: 600;
}

.tit-bold {
  font-size: clamp(1.8rem, 2.5vw, 2.6rem);
  font-weight: 700;
  color: #BB9CC4;
  margin-bottom: 0.5em;
}

.tit-demibold {
  text-align: center;
  font-size: clamp(1.7rem, 2.5vw, 2rem);
  font-weight: 600;
  margin-bottom: 1em;
}

/*	content
--------------------------------------*/
.page-mv {
  /*background: url("https://cosmelink.com/asset/images/free2/kv.png") center center no-repeat;
  background-size: cover;*/
  margin-bottom: 30px;
}

/*	txt
--------------------------------------*/
.txt-b {
  font-weight: 600;
  margin-bottom: 4px;
}
@media screen and (min-width: 768px) {
  .txt-b {
    font-size: 1.6rem;
  }
}

.txt-center {
  text-align: center;
}

.striking {
  font-size: clamp(1.4rem, 2.5vw, 1.8rem);
}

/*	content padding
--------------------------------------*/
.pad {
  padding-top: 30px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .pad {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.pad_top {
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .pad_top {
    padding-top: 80px;
  }
}

.pad_btm {
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .pad_btm {
    padding-bottom: 80px;
  }
}

.pad_s {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .pad_s {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.pad_s_top {
  padding-top: 25px;
}
@media screen and (min-width: 768px) {
  .pad_s_top {
    padding-top: 40px;
  }
}

.pad_shape {
  padding-top: 30px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .pad_shape {
    padding-top: 80px;
    padding-bottom: 150px;
  }
}

.mb {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .mb {
    margin-bottom: 15px;
  }
}

.mbl {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .mbl {
    margin-bottom: 30px;
  }
}

.mtop {
  margin-top: 30px;
}

.link {
  padding-top: 55px;
  margin-top: -55px;
}
@media screen and (min-width: 768px) {
  .link {
    padding-top: 72px;
    margin-top: -72px;
  }
}

.gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.gmap iframe,
.gmap object,
.gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg {
  background: #FCF9FF;
}

/*	list
--------------------------------------*/
.list .list-item {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 1px;
}
.list .list-item:last-child {
  margin-bottom: 0;
}

/*	set
--------------------------------------*/
@media screen and (min-width: 768px) {
  .clum2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .clum2 .set {
    width: -webki-calc((100% - 60px) / 2);
    width: calc((100% - 60px) / 2);
  }
}
.clum2 .set:first-child {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .clum2 .set:first-child {
    margin-bottom: 0;
  }
}
.clum2 .set-item {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .clum2 .set-item {
    margin-bottom: 0;
    width: -webki-calc((100% + 60px) / 2);
    width: calc((100% + 60px) / 2);
  }
}
@media screen and (min-width: 768px) {
  .clum2 .set-pict {
    width: -webki-calc((100% - 120px) / 2);
    width: calc((100% - 120px) / 2);
  }
}

@media screen and (min-width: 768px) {
  .clum3 {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 30px;
    /*justify-content: space-between;*/
  }
}
@media screen and (min-width: 768px) {
  .clum3 .set {
    width: -webki-calc((100% - 60px) / 3);
    width: calc((100% - 60px) / 3);
  }
}
.clum3 .set:not(:first-child) {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .clum3 .set:not(:first-child) {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .od {
    order: -1;
  }
}

/*	in-right
--------------------------------------*/
.button_clum2 {
  margin: 20px auto 0;
}
@media screen and (min-width: 768px) {
  .button_clum2 {
    display: flex;
    gap: 20px;
    margin: 40px auto 0;
  }
}
@media screen and (min-width: 768px) {
  .button_clum2 .button {
    width: -webki-calc((100% - 20px) / 2);
    width: calc((100% - 20px) / 2);
  }
}
.button_clum2 .button:not(:first-child) {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .button_clum2 .button:not(:first-child) {
    margin-top: 0;
  }
}

/*	grid
--------------------------------------*/
.grid {
  display: grid;
  gap: 2rem;
}

.grid-2 {
  grid-template-columns: 1fr;
}

.grid-3 {
  grid-template-columns: 1fr;
}

/*	recruit
--------------------------------------*/
/* Contact Button */
.contact-button-wrapper {
  text-align: center;
  margin-top: 2rem;
}

.btn-contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background-color: #aa85cd;
  color: white;
  padding: 1rem 2rem;
  border-radius: 2rem;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
@media screen and (min-width: 768px) {
  .btn-contact {
    padding: 1rem 4rem;
  }
}

.btn-contact:hover {
  opacity: 0.9;
}

.btn-contact svg {
  width: 1.5rem;
  height: 1.5rem;
}
@media screen and (min-width: 768px) {
  .btn-contact svg {
    width: 2rem;
    height: 2rem;
  }
}

#recruit .sec01 .tit-center {
  font-size: clamp(1.8rem, 2.5vw, 2.4rem);
  font-weight: 600;
  color: #BB9CC4;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #recruit .sec01 .tit-center {
    margin-bottom: 40px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  #recruit .sec01 .txt {
    text-align: center;
  }
}
#recruit .sec01 .txt .highlight {
  color: #BB9CC4;
}

#recruit .sec02 .service-area {
  padding: 30px 20px;
}
@media screen and (min-width: 768px) {
  #recruit .sec02 .service-area {
    padding: 70px 10%;
  }
}
#recruit .sec02 .service-area .tit-bold {
  text-align: center;
  color: #333;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #recruit .sec02 .service-area .tit-bold {
    margin-bottom: 40px;
  }
}
#recruit .sec02 .service-area .job_tbl {
  width: 100%;
  border-collapse: collapse;
}
#recruit .sec02 .service-area th {
  display: block;
  width: 100%;
  padding: 15px 10px 5px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #recruit .sec02 .service-area th {
    display: table-cell;
    border-right: 1px solid #CBCBCB;
    width: 160px;
    padding: 15px;
  }
}
#recruit .sec02 .service-area td {
  display: block;
  width: 100%;
  padding: 5px 10px 15px;
}
@media screen and (min-width: 768px) {
  #recruit .sec02 .service-area td {
    display: table-cell;
    width: auto;
    padding: 15px 15px 15px 40px;
  }
}
#recruit .sec02 .service-area tr {
  border-bottom: 1px solid #CBCBCB;
}
@media screen and (min-width: 768px) {
  #recruit .sec02 .service-area tr {
    border-bottom: none;
  }
}

/* メディアクエリ
---------------------------------------- */
/* font-size 768-1400
---------------------------------------- */
/* font-family
---------------------------------------- */
/* color
---------------------------------------- */
/* ending
---------------------------------------- */
/* mixin
---------------------------------------- */
@media screen and (min-width: 768px) {
  .mv_home_wrap {
    padding-top: 0;
  }
}
.mv_home_wrap .mv_home {
  padding: 100px 0 130px;
  background: url("../images/home/bg_mv_sp.webp") bottom center no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .mv_home_wrap .mv_home {
    padding: 170px 0 190px;
    background: url("../images/home/bg_mv_pc.webp") bottom center no-repeat;
    background-size: cover;
  }
}
.mv_home_wrap .mv_home .mv {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(2rem, 2.5vw, 2.8rem);
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .mission .clum2 {
    align-items: center;
  }
}
.mission .clum2 .set-item .tit {
  font-size: clamp(1.6rem, 2.5vw, 2.1rem);
  font-weight: 500;
  margin-bottom: 1.2rem;
}
.mission .clum2 .set-item .tit .text-accent {
  color: #CD85BD;
  font-weight: 500;
}

.service-items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem 3.5rem;
}
@media screen and (min-width: 768px) {
  .service-items {
    grid-template-columns: repeat(2, 1fr);
  }
}

.service-item {
  background-color: #ffffff;
  border-left: 4px solid #aa85cd;
  padding: 1.5rem 1rem 1.5rem 1.5rem;
  border-radius: 0.25rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 768px) {
  .service-item {
    padding: 1.5rem 2rem 1.5rem 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .service-item p {
    font-size: 1.6rem;
  }
}

.service .tit {
  font-size: 1.7rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .service .tit {
    font-size: 2rem;
  }
}
.service .sv .tit-bold {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .service .sv .tit-bold {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .service .clum2 {
    align-items: center;
  }
}

.service-area {
  background-color: #ffffff;
  border-radius: 0.75rem;
  padding: 1.5rem;
  width: 100%;
  margin: 40px auto 0;
}
@media screen and (min-width: 768px) {
  .service-area {
    padding: 30px 20px;
  }
  .service-area .area-tit {
    text-align: center;
    margin-bottom: 1rem;
  }
  .service-area .area-txt {
    text-align: center;
  }
}

.price .price-note {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .price .price-note {
    text-align: center;
  }
}
.price .price-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  max-width: 56rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .price .price-cards {
    max-width: 1000px;
    gap: 1.5rem 3rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.price .price-cards .price-card {
  background-color: #ffffff;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  border-radius: 0.5rem;
  overflow: hidden;
}
.price .price-cards .price-card .price-card-header {
  color: #ffffff;
  text-align: center;
  padding: 1rem;
}
.price .price-cards .price-card .price-card-header .tit {
  font-size: clamp(1.8rem, 2.5vw, 2.4rem);
  font-weight: 600;
}
.price .price-cards .price-card .price-card-body {
  padding: 1.5rem;
}
.price .price-cards .price-card .price-card-body .price-sub-tit {
  font-size: clamp(1.6rem, 2.5vw, 2.1rem);
  font-weight: 600;
  text-align: center;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .price .price-cards .price-card .price-card-body .price-sub-tit {
    margin-bottom: 2.5rem;
  }
}
.price .price-cards .price-card .price-card-body .notes {
  background-color: #f4f4f4;
  padding: 1.5rem 2rem;
  border-radius: 0.25rem;
}
.price .price-cards .price-card .price-card-body .notes .notes-tit {
  font-size: clamp(1.4rem, 2.5vw, 1.8rem);
  font-weight: 600;
  margin-bottom: 1rem;
}
.price .price-cards .price-card .price-card-body .notes .notes-list li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0.5rem;
}
.price .price-cards .price-card .price-card-body .notes .notes-list li:last-child {
  margin-bottom: 0;
}
.price .price-cards .price-card .price-card-body > p {
  text-align: center;
  margin-bottom: 1.5rem;
}
.price .price-card-header.purple {
  background-color: #aa85cd;
}
.price .price-card-header.pink {
  background-color: #f3b9e6;
}

.flow .flow-wrap {
  border-radius: 20px;
  background: #FCF9FF;
  padding: 35px 20px;
}
@media screen and (min-width: 768px) {
  .flow .flow-wrap {
    padding: 60px 50px;
  }
}
.flow .flow-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .flow .flow-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.flow .flow-grid .flow-card {
  background-color: #fff;
  border: 2px solid #333333;
  border-radius: 0.75rem;
  padding: 2rem 1.5rem;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .flow .flow-grid .flow-card {
    padding: 4rem 2rem;
  }
}
.flow .flow-grid .flow-card:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -28px;
  transform: translateX(-50%);
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #AA85CD;
}
@media screen and (min-width: 768px) {
  .flow .flow-grid .flow-card:not(:last-child)::after {
    left: auto;
    right: -30px;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #AA85CD;
  }
}
.flow .flow-grid .flow-card .tit {
  font-size: clamp(1.4rem, 2.5vw, 1.8rem);
  font-weight: 600;
  margin-bottom: 1rem;
}
.flow .flow-grid .flow-card .txt {
  font-weight: 600;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .flow .flow-grid .flow-card .txt {
    padding: 0 20px;
  }
}
.flow .flow-grid .flow-image {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
.flow .flow-grid .flow-image img {
  max-width: 100px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .flow .flow-grid .flow-image img {
    max-width: 160px;
  }
}

.about {
  background: linear-gradient(180deg, #FFF 0%, #FFEEFA 35.58%, #F3B9E6 100%);
}
.about .about-philosophy {
  color: #3F397F;
  margin-bottom: 40px;
}
.about .about-philosophy .tit {
  font-size: clamp(2rem, 2.5vw, 2.8rem);
  font-weight: 600;
  margin-bottom: 1rem;
  text-align: center;
}
.about .about-philosophy .txt {
  font-size: clamp(1.7rem, 2.5vw, 2.1rem);
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .about .about-philosophy .txt {
    text-align: center;
  }
}
.about .about-policy {
  color: #3F397F;
  margin-bottom: 60px;
}
.about .about-policy .tit {
  font-size: clamp(2rem, 2.5vw, 2.8rem);
  font-weight: 600;
  margin-bottom: 1rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about .about-policy .txt-wrap {
    text-align: center;
  }
}
.about .about-policy .txt {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .about .about-policy .txt {
    font-size: 1.6rem;
    display: inline-block;
    text-align: left;
  }
}

/* メディアクエリ
---------------------------------------- */
/* font-size 768-1400
---------------------------------------- */
/* font-family
---------------------------------------- */
/* color
---------------------------------------- */
/* ending
---------------------------------------- */
/* mixin
---------------------------------------- */
.contact_sec01 .con_info .txt {
  margin-bottom: 15px;
}
.contact_sec01 .con_info .tel_nb {
  text-align: center;
}
.contact_sec01 .con_info .tel_nb .tel-call {
  position: relative;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 2.5rem;
  line-height: 1;
}
.contact_sec01 .con_info .tel_nb .tel-call::after {
  position: absolute;
  content: "Tel.";
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  top: 50%;
  left: 0;
  margin: -0.25em 0 0 -1.8em;
  color: #333;
}
.contact_sec01 .con_info .tel_nb .left_txt {
  display: block;
}
.contact_sec01 .con_info .time {
  text-align: center;
  font-size: 1.3rem;
}
.contact_sec01 .cons_form_wrap {
  padding: 15px 25px;
  /*border: 1px solid #ccc;*/
}
.contact_sec01 .cons_form_wrap .contact_tbl th {
  display: block;
  width: 100%;
  padding: 15px 15px 0;
}
.contact_sec01 .cons_form_wrap .contact_tbl th .req {
  display: inline-block;
  padding: 3px 10px 3px;
  margin-left: 5px;
  font-size: 1.2rem;
  color: #fff;
  background: #3F397F;
}
.contact_sec01 .cons_form_wrap .contact_tbl td {
  display: block;
  width: 100%;
  padding: 15px 15px;
}
.contact_sec01 .cons_form_wrap .contact_tbl tr {
  border-bottom: 1px solid #7e7e7e;
}
.contact_sec01 .cons_form_wrap .approval {
  text-align: center;
  margin: 30px 0;
}
.contact_sec01 .cons_form_wrap .approval .approval_txt .link {
  border-bottom: 1px solid #000;
}

@media screen and (min-width: 768px) {
  .contact_sec01 .pad_top {
    padding-top: 100px;
  }
  .contact_sec01 .con_info {
    /*padding: 45px 25px;*/
    text-align: center;
  }
  .contact_sec01 .con_info .txt {
    margin-bottom: 30px;
  }
  .contact_sec01 .con_info .tel_nb {
    text-align: center;
  }
  .contact_sec01 .con_info .tel_nb .tel-call {
    font-family: "Roboto", sans-serif;
    font-size: 4rem;
    margin-left: 4rem;
  }
  .contact_sec01 .con_info .tel_nb .tel-call::after {
    font-size: 1.6rem;
    margin: -0.25em 0 0 -1.8em;
  }
  .contact_sec01 .con_info .tel_nb .left_txt {
    display: block;
  }
  .contact_sec01 .cons_form_wrap {
    padding: 30px 50px 65px;
  }
  .contact_sec01 .cons_form_wrap .contact_tbl {
    max-width: 900px;
    margin: auto;
  }
  .contact_sec01 .cons_form_wrap .contact_tbl th {
    display: table-cell;
    width: 30%;
    padding: 25px 30px;
  }
  .contact_sec01 .cons_form_wrap .contact_tbl td {
    display: table-cell;
    width: 70%;
    padding: 25px 30px;
  }
  .contact_sec01 .cons_form_wrap .approval {
    margin: 60px 0 70px;
  }
  .contact_sec01 .cons_form_wrap .approval .approval_txt {
    margin-top: 40px;
  }
}
.contact_sec01 .cons_form_wrap .cons_form_note {
  margin: 30px 0;
}
.contact_sec01 .cons_form_wrap .cons_form_note a {
  display: inline-block;
  padding-bottom: 1px;
  border-bottom: 1px solid #fff;
}
.contact_sec01 .cons_form_wrap .cons_form_note a:hover {
  color: #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
}
.contact_sec01 .cons_form_wrap .cons_form_note .cons_form_txt {
  margin-top: 10px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .contact_sec01 .cons_form_wrap .cons_form_note .cons_form_txt {
    margin-top: 30px;
  }
}
/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

input[type=text], input[type=email] {
  width: 100%;
  height: 35px;
  border: 1px solid #d6d6d6;
  padding: 9px 10px 5px;
  font-size: 14px;
  background: #fff;
  color: #333;
}

input[type=tel] {
  width: 100%;
  height: 35px;
  border: 1px solid #d6d6d6;
  /*border: none;*/
  padding: 5px 10px 5px 15px;
  font-size: 14px;
  background: #fff;
  color: #333;
}

input[type=checkbox] {
  font-size: 14px;
  margin-bottom: 8px;
  background: #000;
  border: 1px solid #fff;
}

textarea {
  width: 100%;
  height: 15em;
  border: 1px solid #d6d6d6;
  /*border: none;*/
  padding: 10px 10px 10px 15px;
  font-size: 14px;
  background: #fff;
  color: #333;
}

.mwform-radio-field input {
  margin-bottom: 7px;
}

input[type=submit], input[type=button] {
  display: block;
  width: 240px;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
  background: #3F397F;
  color: #fff;
  font-size: 16px;
}

input[type=submit].apbtn_right {
  display: block;
  width: 240px;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
  background: #3F397F;
  color: #fff;
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  input[type=submit].apbtn_right {
    font-size: 16px;
  }
  input[type=submit], input[type=button] {
    font-size: 16px;
  }
}
input[type=submit]:hover, input[type=button]:hover {
  background: #CD85BD;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .form_policy {
    text-align: center;
    margin: 15px 0;
  }
}
select {
  /* styling */
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  /* reset */
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select {
  background-image: linear-gradient(45deg, transparent 50%, #ccc 50%), linear-gradient(135deg, #ccc 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}

select:focus {
  background-image: linear-gradient(45deg, #ccc 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #ccc 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  border-color: #ccc;
  outline: 0;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

/*	style info : check_field
--------------------------------------*/
@media screen and (min-width: 768px) {
  .check_field .horizontal-item {
    display: inline-block;
    width: 50%;
  }
  .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0 !important;
  }
}
/* 送信 */
.form_btn {
  width: 80%;
  max-width: 240px;
  margin: 0 auto 30px;
}

/*.form_btn input[type=button], .form_btn input[type=submit] {
	width: 80%;
	max-width: 300px;
	text-align: center;
	display: block;
	width: 100%;
	padding: 15px 0;
	background: #333;
	font-size: 1.4rem;
}*/
.form_btn_sc {
  width: 240px;
  margin: 30px auto 0;
}
.form_btn_sc .item_btn {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .form_btn_sc {
    width: 600px;
    margin: 50px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .form_btn_sc .item_btn {
    width: 240px;
  }
  .form_btn input[type=button], .form_btn input[type=submit] {
    width: 240px;
  }
}
.thanks_in {
  border: 1px solid #ccc;
  padding: 40px 15px;
}
.thanks_in .thanks_tit {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 30px;
}
.thanks_in .txt {
  margin-bottom: 30px;
}
.thanks_in .thsanks_cv_in {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 30px 0;
}
.thanks_in .thsanks_cv_in .left {
  text-align: center;
  margin-bottom: 30px;
}
.thanks_in .thsanks_cv_in .right .tel_nb {
  text-align: center;
  padding-left: 30px;
}
.thanks_in .thsanks_cv_in .right .tel_nb span {
  display: inline-block;
  position: relative;
  font-size: 2.5rem;
}
.thanks_in .thsanks_cv_in .right .tel_nb span::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -50px;
  display: block;
  width: 46px;
  height: 30px;
  margin-top: -15px;
  background-repeat: no-repeat;
  background-image: url(../images/common/ico_free_w.png);
  background-size: 46px 30px;
}
.thanks_in .thsanks_cv_in .right .txt {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .thanks_in {
    padding: 80px 130px;
  }
  .thanks_in .thanks_tit {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 100px;
  }
  .thanks_in .thanks_txtarea {
    text-align: center;
  }
  .thanks_in .thanks_txtarea .txt {
    display: inline-block;
    text-align: left;
    margin-bottom: 60px;
  }
  .thanks_in .thsanks_cv_in {
    padding: 50px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .thanks_in .thsanks_cv_in .left {
    width: 50%;
    margin-bottom: 0;
  }
  .thanks_in .thsanks_cv_in .right {
    width: 50%;
    padding-top: 10px;
  }
  .thanks_in .thsanks_cv_in .right .tel_nb {
    text-align: center;
    padding-left: 30px;
  }
  .thanks_in .thsanks_cv_in .right .tel_nb span {
    font-size: 3rem;
  }
  .thanks_in .thsanks_cv_in .right .txt {
    text-align: center;
  }
}
/* メディアクエリ
---------------------------------------- */
/* font-size 768-1400
---------------------------------------- */
/* font-family
---------------------------------------- */
/* color
---------------------------------------- */
/* ending
---------------------------------------- */
/* mixin
---------------------------------------- */
.policy_wrap {
  padding: 35px 0 45px;
}
.policy_wrap .policy_fst {
  margin-bottom: 35px;
}
.policy_wrap .policy_fst .policy_tit {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.25;
  margin-bottom: 15px;
}
.policy_wrap .policy_fst .policy_txt {
  margin-bottom: 10px;
}
.policy_wrap .policy_fst ul {
  margin-left: 20px;
}
.policy_wrap .policy_fst ul .li {
  padding-left: 2em;
  text-indent: -2em;
}

.policy_wrap .policy_sec {
  margin-bottom: 25px;
}
.policy_wrap .policy_sec .policy_sec_tit {
  border-bottom: 1px solid #444;
  padding-bottom: 5px;
  margin-bottom: 17px;
}
.policy_wrap .policy_sec .policy_list ul {
  margin: 20px 0 20px 20px;
}
.policy_wrap .policy_sec .policy_list ul li {
  padding-left: 2em;
  text-indent: -2em;
}
.policy_wrap .policy_sec .sign {
  text-align: right;
  margin-top: 30px;
}

@media only screen and (min-width: 640px) {
  .policy_wrap {
    padding: 60px 0 45px;
  }
  .policy_wrap .policy_fst {
    margin-bottom: 50px;
  }
  .policy_wrap .policy_fst .policy_tit {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.25;
    margin-bottom: 15px;
  }
  .policy_wrap .policy_fst .policy_txt {
    margin-bottom: 15px;
  }
  .policy_wrap .policy_sec {
    margin-bottom: 45px;
  }
  .policy_wrap .policy_sec .sign {
    text-align: right;
    margin-top: 50px;
  }
}

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