@charset "utf-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */a,hr{color:inherit}address,blockquote,body,dl,fieldset,figure,form,h1,h2,h3,h4,h5,h6,hr,iframe,ol,p,pre,table,ul{margin:0}progress,sub,sup{vertical-align:baseline}fieldset,legend,ol,option,td,th,ul{padding:0}caption,th{text-align:left}*,::after,::before{box-sizing:border-box;border-style:solid;border-width:0}html{line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent;scroll-behavior:smooth}details,main{display:block}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}ol,ul{list-style:none}dt{font-weight:700}dd{margin-left:0}hr{box-sizing:content-box;height:0;overflow:visible;border-top-width:0.0625rem;clear:both}code,kbd,pre,samp{font-family:monospace,monospace;font-size:inherit}address{font-style:inherit}a{background-color:transparent;text-decoration:none}abbr[title]{text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}embed,iframe,img,object,svg{vertical-align:bottom}button,input,optgroup,select,textarea{-webkit-appearance:none;appearance:none;vertical-align:middle;color:inherit;font:inherit;background:0 0;padding:0;margin:0;border-radius:0;text-align:inherit;text-transform:inherit}[type=button],[type=reset],[type=submit],button,label[for]{cursor:pointer}[type=button]:disabled,[type=reset]:disabled,[type=submit]:disabled,button:disabled{cursor:default}:-moz-focusring{outline:auto}select:disabled{opacity:inherit}fieldset{min-width:0}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-0.125rem}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}[type=number]{-moz-appearance:textfield}summary{display:list-item}[contenteditable]:focus{outline:auto}table{border-color:inherit;border-collapse:collapse}td,th{vertical-align:top}th{font-weight:700}


:root {
  --color-key: #0082AF;
--color-accent: #F5B400;
  --color-txt:  #353535;
	--dur: .4s;
  --modal-dur: .8s;
  --modal-ease: cubic-bezier(.2, .7, .2, 1);
} 


html {
 font-size: clamp(0.8125rem, 1.12vw, 1.5rem);
}
body {
    font-family: "Noto Sans JP","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 400;
    color:var(--color-txt);
    font-size: 1rem;
    background:var(--color-key);
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.2); /* 少し暗く */
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  opacity: 0;
  pointer-events: none;
  transition: .3s;
  z-index: 2;
}

body.menu-active::before {
  opacity: 1;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.en {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.maru {
font-family: "Shuei NijimiMGo B", sans-serif;
}
.color-key {
	color:var(--color-key);
}
.color-accent {
	color:var(--color-accent);
}


img {
  width: 100%;
}

.flex {
	display: flex;
}
/* ハンバーガーメニュー */

body{
  overflow-x: hidden;
}
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: #000;
  color: #fff;
  padding: 0.75em 1em;
  z-index: 10000;
}
.skip-link:focus {
  left: 1rem;
  top: 1rem;
}
header {
position: relative;
	z-index: 2;
}

.hamburger {
    width: 5rem;
    height: 5rem;
    position: fixed;
    top: 1rem;
    right: 1rem;
        background:ver(--color-key);
    border-radius: 3rem;
    z-index: 4;
    cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: scale(0.95, 0.95);
  transition: .4s;
}
.sc01 .hamburger {
  opacity: 1;
   pointer-events: auto;
  transform: scale(1, 1);
  transition: .4s;
	    background: #0082af;
}
.point-lead .pic-wrap img {
    border-radius: 0 2.5rem 2.5rem 0;
}

body.menu-active {
  overflow: hidden;
}
.menu-active .hamburger {
        background:none;

}
.hamburger span{
  position: absolute;
  width: 52%;
  height: 2px;
  background-color: #fefcef;
  transition: .3s;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.hamburger span:first-of-type {
    top: 2.3rem;
}
.hamburger span:nth-of-type(2){
    top: 2.8rem;
}
.slide-menu {
   	background: #0083AF;
background: linear-gradient(343deg, rgba(0, 131, 175, 1) 0%, rgba(43, 166, 207, 1) 52%, rgba(0, 131, 175, 1) 100%);
    position: fixed;
    top: 0;
    width: 32%;
    right: -32%;
    transition: .7s;
    height: 100%;
    z-index: 3;
	overflow-y: auto;
	    border-radius: 2em 0 0 0;
}


.menu-active .slide-menu {
	transition: .7s;
 right: 0%;
}
.slide-menu ul{
    padding: 1rem 3.125rem 0;
}
.slide-menu dl{
  color: #b5aa5f;
  text-align:left;
  padding-bottom: 0.75rem;
}
.slide-menu li a{
text-decoration: none;
}
.slide-menu li.en a{
text-decoration: none;
}
.slide-menu li.sub {
    font-size: 0.9375rem;
}
.slide-menu li.en {
    font-size: 2.5rem;
    padding-top: 2.5rem;
}
.menu-active .hamburger span:first-of-type{
  top: 50%;
  transform: rotate(45deg);    background-color: #fff;
}
.menu-active .hamburger span:nth-of-type(2){
  top: 50%;
  transform: rotate(-45deg);    background-color: #fff;
}
.sub-nav {
    padding-bottom: 4em;
}


.body.menu-active {
  overflow: hidden;
  transition: .7s;
}




.slide-menu-wrap {
    width: 100%;
    margin: 1.4% auto 0;
    height: 95%;

}
.slide-menu-logo {
    width: 40%;
    text-align: center;
    margin: 0 auto;
    padding-top: 2rem;
}
.-menu-sns a{
display: flex;
    justify-content: center;
    padding-top: 20px;
    align-items: center;
    color: #fff;
}
.-menu-sns img{
    width: 36px;
}
.slide-menu-gnav {
    width:50%;
}
.slide-menu-gnav a {
text-decoration: none;
}
.nav-en {
    font-size: 3.75rem;
    display: block;
    line-height: 1;
}


.slide-menu-wrap li {
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    border-bottom: #81cfe9 solid 1px;
    padding: 0.9rem;
}
.slide-menu-wrap .sub-nav li {
    font-size: 0.9rem;
    border: none;
    padding-bottom: 0;
}



.content {

  position: relative;
}



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

.hero-fade {
  animation: fadeInlogo 0.5s ease forwards;
  animation-delay: 0.5s;
  opacity: 0;
}

.fade {
  animation: fadeInlogo 0.5s ease forwards;
  animation-delay: 0.5s;
  opacity: 0;
}
@keyframes fadeInhero {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
}
@keyframes fadeInlogo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.wrap {
    width: calc(100% - 10px);
    margin: 10px 0 0 10px;
    border-radius: 1.5rem 0 0 1.5rem;
    overflow: hidden;
    position: relative;
    background: #0082af;
    transition: .4s;
}
body {
background: linear-gradient(
  to right,
  var(--color-key) 0%,
  var(--color-key) 80%,
  var(--color-accent) 80%,
  var(--color-accent) 100%
);
}




.inner {
  width: 80%;
  margin: 0 auto;
	position: relative;
}
.inner-wide {
  width: 85%;
  margin: 0 auto;
}
.inner-min {
    width: 68%;
    margin: 0 auto;
	position: relative;
}
.inner-min2 {
    width: 60%;
    margin: 0 auto;
	position: relative;
}


.hero {
    width: 78%;
    margin: 0 auto;
    padding-top: 9vw;
    position: relative;
    z-index: 2;
}
.gnav {
    position: absolute;
    z-index: 2;
    right: 2rem;
    top: 2rem;
}
.gnav ul {
    display: flex;
    justify-content: center;
	align-items: center;
}
.gnav li {
        padding: 0 1.35em 0 0.7em;
    text-align: center;
    font-size: 0.94rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    position: relative;
}
.gnav li::after {
    content: "●";
    font-size: 0.6rem;
    color: var(--color-key);
    position: absolute;
    top: 0.5em;
    right: 0;
}
.gnav li.-inquiry{
padding: 0;
}

.gnav li.-sns {
    width: 4rem;
    padding-left: 0.2rem;
}
.gnav li.-recruit::after {
display: none;
}
.gnav li.-inquiry::after {
display: none;
}
.gnav li.-inquiry a {
    background: #0082af;
    display: block;
    width: 100%;
    border-radius: 6.1875rem;
    color: #fff;
    padding: 0.5em 1em 0.4rem;
    line-height: 1em;
    transition: .4s;
}
.gnav li.-inquiry a:hover {
    background: #333;
    color: #fff;
  transition: .4s;
}


.gnav-item.-sns::after {
display: none;
}
.header-inquiry {
    overflow: hidden;
    position: absolute;
    right: 2rem;
    top: 5rem;
    z-index: 2;
    font-weight: 600;
    font-size: 0.9rem;
    line-height: 1em;
}
.header-inquiry a {
    display: block;
    border: #0082af solid 1.5px;
    padding: 0.4rem 1.2rem;
    border-radius: 99px;
    color: #0082af;
    line-height: 1rem;
}
.gnav {

}
.gnav li {
    overflow: hidden;
}
.gnav a {
  overflow: hidden;
  color: transparent;
  text-shadow: 0 -1.5em 0 #353535, 0 0 0 #353535;
  transition: text-shadow 0.3s;
}

.gnav a:hover {
  text-shadow: 0 0 0 #0082AF, 0 1.5em 0 #0082AF;
}



.sec-title-jp {
    font-size: 1.1em;
    font-weight: 700;
    background: #008e54;
    color: #fff;
    display: inline-block;
    padding: 0.4em 1.6em;
    border-radius: 6.1875rem;
    line-height: 1em;
    margin-top: 0.2em;
}

.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    border: #008e54 solid 0.38vw;
    border-radius: 1.4vw;
    overflow: hidden;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.bg {
	background: var(--color-accent);
	width: 20%;
	height: 60vh;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

footer {
    background: #0082af;
    position: relative;
}
.footer-inner {
    width: 86%;
    margin: 0 auto;
    padding: 5rem 0 6rem;
    color: #fff;
}
.footer-items.flex {
   justify-content: space-between;
}
.footer-areas {
    justify-content: space-between;
    width: 74%;
}
.footer-area-tel {
    font-size: 1.8rem;
    font-weight: 600;
    padding-top: 0.5rem;
}
.footer-area-fax {
    font-size: 0.9rem;
    padding-top: 0.1rem;
}
.footer-area-address {
    font-size: 0.8rem;
    padding-top: 0.5rem;
    line-height: 1.4;
    font-feature-settings: "palt";
	    height: 5.7em;
}
.footer-area-address a {
text-decoration: underline;
}

.code {
    font-size: 0.8rem;
    padding-top: 0.5rem;
    line-height: 1.4;
}
.footer-area-detail {
    padding-right: 2.7rem;
}
.foot-area-detail-title {
    font-size: 0.8rem;
    line-height: 1.4;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}
.foot-area-detail-title::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #fff;
}

.foot-aria-detail-name {
    font-size: 0.78rem;
    line-height: 1.4;
    padding-top: 0.2rem;
}
.footer-area {
width: 33.33%;
}

.footer-area-code {
    font-size: 0.8rem;
    line-height: 1.2rem;
    padding-top: 0.3rem;
}
.footer-company-logo {
    width: 10rem;
}
.footer-company-name {
    font-size: 0.85rem;
    padding-top: 0.5rem;
}
.copyright {
    font-size: 0.7rem;
    padding-top: 0.5rem;
}
.footer-item.-footer-logo {
    width: 20%;
}
.footer-tayori-logo {
    padding-bottom: 2rem;
	width: 100%;
}
.footer-tayori-logo img{
	width: 85%;
}
.business-info {
    padding-top: 2em;
    font-size: 0.9rem;
    line-height: 1.5;
}
.business-info span.sup {
    display: block;
    font-size: 0.8rem;
}

.footer-logo-name {
    font-size: 0.9rem;
    text-align: center;
    padding-top: 1rem;
    font-weight: 600;
}
.footer-area-name {
    width: 10rem;
    border: #fff solid 0.0625rem;
    text-align: center;
    font-size: 1.1rem;
    padding: 0.56rem 1rem 0.5rem;
    border-radius: 6.1875rem;
    line-height: 1rem;
    font-weight: 600;
}
.primary-nav {
    text-align: center;
    padding: 3rem 0;
}
.primary-nav ul {
display: flex;
    justify-content: center;
    gap: 1rem;
    font-size: 0.9rem;
}
.primary-nav ul a {
    text-decoration: underline;
	transition: .2s;
}
.primary-nav ul a:hover{
    color:var(--color-key);
	transition: .2s;
}
.header-sns {
    position: absolute;
    top: 4.2rem;
    z-index: 2;
    right: 2rem;
}
.header-sns span.instagram.en {
    font-size: 0.8rem;
	font-weight: 600;
}

.header-sns a {;
    display: flex;
    align-items: center;
}
.header-sns img {
width: 40px;
}
.content-bg {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.4;
}
/***************page*****************/

.content {
    border-radius: 1.5rem 0 0 1.5rem;
background: #ffffff;
background: linear-gradient(343deg, rgba(255, 255, 255, 1) 0%, rgba(240, 250, 255, 1) 31%, rgba(216, 234, 240, 1) 72%, rgba(255, 255, 255, 1) 100%);
}
article {
    padding: 7rem 0;
    position: relative;
}
main {
    padding: 7rem 0;
    position: relative;
}
.l-sec {
	padding-top: 6rem;
}
section.l-sec.page-lead {
    padding-top: 0;
    margin: 0 auto;
}
section.l-sec.page-lead .inner{
    display: flex;
}
section.l-sec.page-lead .inner p {
    width: 60%;
	text-align: justify;
}

.sec-subtitle-jp {
    font-size: 1em;
    font-weight: 700;
}
header h1 {
    width: 10%;
    position: absolute;
    z-index: 2;
    top: 2.5rem;
    left: 3rem;
}
header h1 .tayori-logo {

}
.breadcrumb {
    display: flex;
    font-size: 0.72rem;
    padding-top: 1rem;
    padding-left: 0.2rem;
}
.breadcrumb li:after {
   content: ">";
  padding: 0 0.4rem;
}
.breadcrumb li:last-child::after {
  display: none;
}
.breadcrumb a {
    text-decoration: underline;
    transition: .2s;
    color: #0082af;
    font-weight: 600;
}
.breadcrumb a:hover {
   color: var(--color-key);
    transition: .2s;
}

.h1-name.maru {
    font-weight: 600;
    color: var(--color-key);
    text-align: center;
    padding-top: 1rem;
}.h1-eria.maru {
    padding: 0.6rem 0;
    text-align: center;
    color: #0082af;
    font-size: 0.85rem;
    border-top: #0082af solid 1px;
    margin-top: 0.5rem;
    width: 100%;
    margin: 0.7rem auto;
}
.h1-area.maru {
    font-size: 0.88rem;
    text-align: center;
    padding-top: 0.5rem;
    border-top: #0082af solid 0.0625rem;
    font-weight: 600;
    color: var(--color-key);
}
.page-head {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    padding-top: 10.5rem;
    position: relative;
	z-index: 1;
}
.page-hero {
    width: 60%;
    border-radius: 2rem 0 0 2rem;
    overflow: hidden;
}
.page-herod img {
   width: 100%;
}
.page-title {
    width: 40%;
    text-align: left;
    padding-left: 10%;
}
.page-title-jp {
    font-size: 1.3rem;
    letter-spacing: 0.1em;
    font-weight: 600;
    line-height: 1.5em;
    color: var(--color-key);
	    padding-left: 0.16em;
}
.page-title-en {
    font-size: 4.2rem;
    font-weight: 700;
    color: #0082af;
    line-height: 1;
  padding-top: 2rem;
}
#disclosures .page-title-en {
    font-size: 4rem;
    line-height: 0.9em;
    padding-top: 2rem;
    padding-bottom: 0.4rem;
}
#privacy .page-title-en {
    font-size: 4rem;
    line-height: 0.9em;
    padding-top: 2rem;
    padding-bottom: 0.4rem;
}
#anti-social .page-title-en {
    font-size: 4rem;
    line-height: 0.9em;
    padding-top: 2rem;
    padding-bottom: 0.4rem;
}
#customer-harassment .page-title-en {
    font-size: 4rem;
    line-height: 0.9em;
    padding-top: 2rem;
    padding-bottom: 0.4rem;
}
#customer-harassment .page-title-jp {
    font-size: 1.2rem;
    letter-spacing: 0;
}
#information .page-title-en {
    font-size: 4rem;
}
.page-lead-copy {
    font-size: 2.1rem;
    letter-spacing: 0.1em;
    line-height: 1.4em;
    font-weight: 600;
    padding-bottom: 2rem;
    color: #0082af;
    width: 40%;
}
.page-title-line {
    width: 5rem;
    height: 2px;
    background: #0082af;
    border-radius: 10px;
    margin-top: 0.6rem;
    margin-left: 0.2rem;
}
.l-sec p {
    font-size: 1.05rem;
    line-height: 2.2rem;
    padding-bottom: 1rem;
}
.blur-img {
  width: 100%;
  display: block;
  filter: blur(0rem);
  transform: scale(1);
  transition: filter 0.1s linear, transform 0.1s linear;
  will-change: filter, transform;
}

/* =========================
   service page
========================= */
.service-items.flex {
    justify-content: space-between;
    flex-wrap: wrap;
}
.service-list .inner {
    padding: 3rem;
    background: #fff;
    border-radius: 2rem;
}
.service-item {
width: calc(33% - 0.5rem);
    margin-bottom: 1rem;
    background: #f0f0f0;
    border-radius: 0.8rem;
    overflow: hidden;
    padding: 1.5rem;
    box-sizing: border-box;
}
.service-item.sectitle {
    padding: 0;
    background: #0083af;
}

.service-item-title.maru {
    font-size: 1.5rem;
    line-height: 1.25em;
    text-align: center;
    color: #0083af;
    padding-bottom: 1rem;
}
.service-item li {
font-size: 0.95rem;
    text-indent: -1.2rem;
    padding-left: 1.2rem;
    line-height: 1.4em;
    font-feature-settings: "palt";
    padding-bottom: 0.3em;
}
.service-item li span{
    color: #f5b400;
    padding-right: 0.3rem;
}
.pickup.maru {
    text-align: center;
    font-size: 1.4rem;
    background: #f5b400;
    padding: 0.8rem 2rem;
    color: #333333;
    position: absolute;
    top: 2.5rem;
    border-radius: 0.3rem;
    right: 3rem;
}
.service-list-title-wrap {

}
.service-list-title.maru {
    position: relative;
    font-size: 2rem;
    text-align: center;
    padding: 1rem;
    border: #0083af solid 2px;
    color: #0083af;
    background: #fff;
}
.service-list-title.maru::after {
    content: "";
    position: absolute;
    left: -2px;
    top: -1px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-bottom: 20px solid #0083af;
}
.service-list-title.maru::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -1px;
    width: 20px;
    height: 20px;
    background: #fff;
}
.flow {
    background: #f5b400;
    border-radius: 1rem;
    padding: 2rem;
    margin-top: 3rem;
}
.flow-coution.maru {
    background: #fff;
    padding: 1rem;
    text-align: center;
    font-size: 1.4rem;
    border-top: #0083af solid 2px;
    border-bottom: #0083af solid 2px;
    color: #0083af;
    margin-bottom: 2rem;
}
span.ico-no.en {
    font-size: 1.1em;
    padding-right: 0.3em;
    font-weight: 700;
}
.flow-items {
    padding-left: 1em;
    display: flex;
    gap: 2rem;
}
.flow-item {
    font-size: 1.1rem;
    padding-bottom: 0.3rem;
    font-weight: 600;
    color: #333333;
    text-indent: -1em;
    padding-left: 1em;
}
.flow-items-txt {
    width: 75%;
}
.flow-items-pic {
    width: 25%;
}
.flow-items-pic img {
    border-radius: 1rem;
}

p.note {
    font-size: 0.9rem;
    padding-left: 0.5rem;
}
.service-item-txt {
  
}
.service-list-title.maru {
    font-size: 2rem;
    text-align: center;
    padding: 1rem;
    border: #0083af solid 1px;
    color: #0083af;
    background: #fff;
}
.service-list-subtitle.maru {
    padding: 1.5rem 0 3rem;
    text-align: center;
    font-size: 1.5rem;
    color: #0083af;
}
.service-item-tmb {
    width: 60%;
    margin: 0 auto;
  display: none;
}
.houmonkango {
    border-radius: 1rem;
    margin-top: 2rem;
}
.aside-title.maru {
    font-size: 1.3rem;
    padding-bottom: 1rem;
    color: #0082af;
}

.houmonkango p {
    font-size: 0.9rem;
    line-height: 1.8em;
}
.service-exp {
    padding: 0 1rem;
}

.price-item {
    width: 49%;
    border: #0083af solid 2px;
    padding: 2rem;
    background: #fff;
    border-radius: 1rem;
}
.price-items-flex {
    display: flex;
    justify-content: space-between;
}.price-item-title {
    font-size: 1.4rem;
    font-weight: 600;
    padding: 0.6rem;
    color: #0082af;
    background: #0082af;
    text-align: center;
    color: #fff;
    border-radius: 999px;
    margin-bottom: 1rem;
}
.l-sec .price-item p {
    font-size: 1rem;
    line-height: 1.8em;
    padding-bottom: 0;
}
/* =========================
   about page
========================= */

.sec-title-en {
    font-size: 1.25rem;
    font-weight: 700;
    color: #f5b400;
    padding-bottom: 0.5rem;
}

.sec-subtitle {
font-size: 1.6rem;
    line-height: 1.3;
    color: var(--color-key);
    margin-bottom: 3rem;
    display: flex;
    align-items: center;
}
.sec-subtitle::after {
    content: "";
    display: block;
    width: 3rem;
    height: 3px;
    background: var(--color-key);
    margin-left: 0.5rem;
    border-radius: 3px;
    margin-top: 1px;
}
.sec-lead {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}
.bnr-wrap {
    width: 68%;
    margin: 0 auto;
    padding-bottom: 3rem;
    display: flex;
    justify-content: space-between;
}
.bnr-item {
    width: calc(50% - 1rem);
    border-radius: 0.5rem;
    overflow: hidden;
	transition: .4s;
}
.bnr-item:hover {
opacity: 0.5;
	transition: .4s;
}


/* =========================
   about point
========================= */
.about-point-items {
    flex-wrap: wrap;
    justify-content: space-between;
}

.about-point-item {
    width: calc(33.3333% - 0.6rem);
    background: #fff;
	margin-bottom: 1.2rem;
    border-radius: 1.25rem;
    padding: 1.5rem;
    box-sizing: border-box;
}
.about-point-item-title {
    font-size: 1.2rem;
    line-height: 1.4;
    padding-bottom: 1rem;
    text-align: center;
}
.about-point-item-tmb {
    border-radius: 0.6rem;
    overflow: hidden;
    margin-bottom: 1.2rem;
}
.about-point-item-title .sup {
    font-size: 0.88em;
}
.about-point-item-title .marker {
    position: relative;
    z-index: 1;
}

.about-point-item-title .marker::after {
    content: "";
    position: absolute;
    left: -0.2em;
    right: -0.2em;
    bottom: 0.1em;
    height: 0.4em;

    background: #ffe499;
    border-radius: 0.3em;

    z-index: -1;
}

.about-point-item p{
  font-size: 0.85rem;
  line-height: 1.9;
	padding-bottom: 0;
	text-align: justify;
}
.collaboration-detail {
    padding: 3em;
    background: #fff;
    border-radius: 1.5rem;
}
.collaboration-detail-img {
    margin-bottom: 2rem;
}
/* =========================
   about area
========================= */

.about-area-items{
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
}

.about-area-text{
  width: calc(50% - 2rem);
}

.about-area-img{
  width: calc(50% - 2rem);
}
.area-pic-items.flex {
    gap: 1.2rem;
    text-align: center;
      padding-top: 1rem;
}
.area-pic-items .pic {
padding-bottom: 0.5em;
}
.area-pic-item img {
    border-radius: 0.5rem;
}
.l-sec .area-pic-item p {
    font-size: 0.85rem;
    padding-top: 0.1rem;
	padding-bottom: 0.2em;
}
.about-outline th {
    padding: 1.2rem;
    border-top: #b6d5df solid 1px;
    font-size: 1rem;
    line-height: 1.5rem;
	font-weight: 600;
}
.about-outline td {
    font-weight: 400;
    padding: 1.2rem;
    border-top: #b6d5df solid 1px;
    font-size: 1rem;
    line-height: 1.5rem;
}

.about-outline table {
    border-bottom: #b6d5df solid 1px;
	width: 100%;
}
.office-name {
    font-size: 1rem;
    padding-bottom: 0.2rem;
    font-weight: 600;
}
.office-item {
    padding-bottom: 1rem;
}
.office-item.nopd {
    padding-bottom: 0;
}
/* =========================
   document page
========================= */

.document-list dl {
    padding-bottom: 2rem;
}
.document-list dt {
    font-weight: 700;
    font-size: 1.4rem;
    padding: 1.5rem 1rem 0;
    border-top: #bebebe solid 1px;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}
.document-list dt .dt-ico {
    font-size: 0.8em;
    padding-right: 0.2rem;
    color: #0082af;
}
.document-list dd a {
    text-decoration: underline;
}
.document-list dd {
    padding: 0.4rem 2rem;
    display: flex;
    align-items: center;
    font-size: 1rem;
}
.pdf-ico {
background: #e91919;
    color: #fff;
    font-weight: 600;
    font-size: 0.7rem;
    padding: 0.3rem 0.4rem;
    line-height: 1em;
    margin-left: 0.5rem;
    border-radius: 0.3rem;
}


.document-item{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 1.5rem 0;
  border-bottom: 0.0625rem solid #e3edf1;
  text-decoration: none;
  color: #333;
  transition: .3s;
}
.document-list {
    padding-top: 2rem;
}
.document-item:hover{
  opacity: .4;
}

.document-item-title{
  font-size: 1.1rem;
  line-height: 1.6;
  color: #2d4b59;
}

.document-item-link{
  font-size: .9rem;
  color: #7aa8b8;
  flex-shrink: 0;
  position: relative;
  padding-right: 1.125rem;
}

.document-item-link::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 0.0625rem solid #7aa8b8;
  border-right: 0.0625rem solid #7aa8b8;
  transform: translateY(-50%) rotate(45deg);
}

/* =========================
   policy page
========================= */

.policy-body{
  padding-top: 2rem;
}

.policy-section{
    padding: 1rem 0;
}

.policy-title{
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 0.5rem;
}
.policy-section ul{
padding-top: 1rem;
}
.policy-section li{
  font-size: 0.9rem;
  line-height: 1.5;
  padding-bottom: 0.2rem;
}
.policy-section p{
  font-size: 0.9rem;
  line-height: 1.8;
  
}
.company-wrap {
    padding: 1.5rem;
    border: #333 dotted 1px;
    margin-top: 1rem;
}
.company-name {
    font-size: 1.2rem;
    font-weight: 600;
    padding-bottom: 0.5rem;
}
.company-address {
    font-size: 0.9rem;
    line-height: 1.5em;
}
#anti-social .page-lead {
padding-left: 1rem;
}
.lead-footer {
    padding-top: 2rem;
    text-align: right;
    line-height: 1.8em;
}
.lead-footer-name {
    line-height: 1.6em;
    padding-top: 1em;
}

#anti-social .page-lead li {
    font-size: 0.9rem;
    line-height: 1.7;
    padding-bottom: 0.4rem;
    text-indent: -1em;
    padding-left: 1em;
}
#anti-social .page-lead ul{
padding-top: 1rem;
}

/* =========================
   case page
========================= */

.case-list{
  padding: 6rem 0;
}

.case-items{
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.case-item {
    background: #ffffff;
    border-radius: 1.5rem;
    padding: 3rem 4rem;
    position: relative;
}
.case-item.odd {
    background: #f3fcff;
}
.case-ico {
    border-radius: 0.4rem;
    background: #0082af;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.8rem;
    color: #fff;
    position: absolute;
    top: 1.8rem;
    left: -1.4em;
}
.case-ico-txt {
    font-size: 0.8rem;
    font-weight: 600;
}
.case-item-head {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.case-icono {
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 700;
}
.case-item-situation{
  flex: 1;
}


.case-item-medical {
    display: inline-block;
    font-size: 0.9rem;
    line-height: 1.5;
    color: #0082af;
    border-radius: 62.4375rem;
    padding: 0.375rem 0.875rem;
    border: #0082af solid 1px;
	background: #fff;
}

.case-item-type {
    font-size: 0.9rem;
    color: #0082af;
	font-weight: 600;
}
.case-item-lead {
font-size: 1.45rem;
    line-height: 1.6;
    font-weight: 700;
    padding: 1rem 0 0.6rem;
}

.case-item-situation p{
  font-size: 1rem;
  line-height: 2;
  text-align: justify;
}

.case-item-result {
    color: #0082af;
    font-weight: 600;
    padding-top: 0.5rem;
}
.case-item-result.kouka {
    padding-top: 1.2rem;
}
.case-item-result-title {
font-size: 1.1rem;
    line-height: 1.3;
    color: var(--color-key);
    display: flex;
    align-items: center;
}
.case-item-result-title::after {
    content: "";
    display: block;
    width: 4rem;
    height: 2px;
    background: var(--color-key);
    margin-left: 0.8rem;
    margin-top: 1px;
}
.case-item-result-detail {
    line-height: 1.9;
    font-weight: 600;
	padding-top: 0.2rem;
	font-size: 0.9rem;
	text-align: justify;
}
/* =========================
   faq page
========================= */

.faq-item {
    background: #fff;
    margin-bottom: 0.5rem;
    border-radius: 1rem;
}

.faq-question{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 3.5rem 1rem 1rem;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    position: relative;
	color: #333;
}
.faq-question-text{
  font-size: 1.14rem;
  line-height: 1.5;
}

.faq-qicon, .faq-aicon {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.6rem;
    flex-shrink: 0;
    padding-left: 0.3rem;
}
.faq-qicon{
  color: var(--color-key);
}

.faq-aicon{
  color: var(--color-accent);
	    position: absolute;
    left: 3rem;
    top: 1.1rem;
}

.faq-toggle {
    position: absolute;
    top: 50%;
    right: 1.5rem;
    width: 1rem;
    height: 1rem;
    transform: translateY(-50%);
}

.faq-toggle::before,
.faq-toggle::after{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 2px;
  background: var(--color-key);
  transform: translate(-50%, -50%);
  transition: opacity .5s ease, transform .5s ease;
}

.faq-toggle::after{
  transform: translate(-50%, -50%) rotate(90deg);
}

/* 開いた時は＋→－ */
.faq-item.is-open .faq-toggle::after{
  opacity: 0;
}

/* answer */
.faq-answer{
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .5s ease;
}
.faq-answer-title {
    font-size: 1.1rem;
    font-weight: 600;
    padding-bottom: 0.5rem;
    color: #e77500;
}
.faq-item.is-open .faq-answer{
  grid-template-rows: 1fr;
}

.faq-answer-inner {
    overflow: hidden;
    padding-left: 6rem;
    padding-right: 3rem;
    position: relative;
}
.faq-answer-text {
    padding-top: 1rem;
    padding-bottom: 2rem;
}

.l-sec .faq-answer-text p {
    font-size: 0.9rem;
    line-height: 1.8;
    padding-bottom: 0;
}

.l-sec .faq-answer-text p a {
text-decoration: underline;
}


.recruit-message-txt {
    width: 65%;
}
.recruit-copy-en {
    font-size: 1.2rem;
    font-weight: 700;
    color: #f5b400;
    padding-bottom: 0.5rem;
}

.recruit-message-item-copy {
    font-size: 2rem;
    line-height: 1.5em;
    color: #0082af;
}
.recruit-message-item-copy-wrap {
  
}
#recruit .page-title {
    left: 10%;
}
#recruit .page-title-en {
    font-size: 5rem;
    padding-top: 2.5rem;
}
.recruit-message-txt p {
    font-size: 1rem;
    padding-bottom: 1rem;
	    line-height: 2.2;
	text-align: justify;
}
.recruit-daily-schedule-gallery {
    display: flex;
    gap: 3rem;
    padding-bottom: 4rem;
}
.recruit-daily-schedule-gallery-pic img{
border-radius: 1rem;
}

.recruit-daily-schedule-item-detail.maru {

}
.l-sec .recruit-daily-schedule-item p {
    font-size: 0.9rem;
    line-height: 1.5em;
    padding-bottom: 0;
    width: 60%;
    padding-left: 1rem;
}
.recruit-daily-schedule-item-time.en {
    font-size: 1.2rem;
    font-weight: 600;
    padding: 0 0.4rem;
}
.recruit-daily-schedule-item {
    border-radius: 0;
    display: flex;
    align-items: center;
    padding: 0.4rem 0;
    border-bottom: #fff solid 1px;
}
.recruit-daily-schedule-gallery {
  overflow: hidden;
  padding-bottom: 4rem;
}

.recruit-daily-schedule-gallery .swiper-wrapper {
  transition-timing-function: linear !important;
  align-items: flex-start;
}

.recruit-daily-schedule-gallery-pic img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1rem;
}

.recruit-daily-schedule-gallery .swiper-slide {
  width: auto;
}

.pd2 {
  padding-top: 2rem;
}

.pd3 {
  padding-top: 4rem;
}

.recruit-daily-schedule .inner {
	padding-top: 7rem;
}
  .daily-Schedule {
    width: 47%;
}

  .recruit-support {
    width: 48%;
}.recruit-daily-schedule-wrap {
    display: flex;
    align-items: center;
    width: 35%;
    background: content-box;
    border-radius: 99px;
    padding: 0.5rem;
}.l-sec .recruit-daily-schedule-item p {
    font-size: 0.9rem;
    line-height: 1.5em;
    padding-bottom: 0;
    width: 60%;
    padding-left: 1rem;
}
.recruit-support p {
    font-size: 0.95rem;
    line-height: 2em;
	text-align: justify;
}
.daily-Schedule p {
    font-size: 0.95rem;
    line-height: 2em;
}
.support-pic {
    border-radius: initial;
    overflow: hidden;
    margin-bottom: 1.5rem;
    display: flex;
    gap: 1rem;
}
.support-pic-item {
    border-radius: 0.8rem;
    overflow: hidden;
}
.requirements-list-items {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
section.l-sec.recruit-entry {
    padding-bottom: 7rem;
}
.requirements-list-item {
    background: #fff;
    border-radius: 0.4rem;
    width: calc(33.333% - 1rem);
    color: #0082af;
    padding: 1rem;
box-sizing: border-box;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* hover時 */
.requirements-list-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.line-btn-fixed {
    position: fixed;
    z-index: 3;
    width: 8rem;
    right: 2rem;
    bottom: 4rem;
    border-radius: 0.5rem;
    overflow: hidden;
}
.btn-job-details-list {
    padding-top: 4rem;
    text-align: center;
}

.btn-job-details-list a{
    display: inline-block;
    border: #fff solid 2px;
    font-size: 1.25rem;
    font-weight: 600;
    padding: 1rem 2rem;
    border-radius: 99px;
	transition: .4s;
}
.btn-job-details-list a:hover {
background: #fff;
	color: #39a4c9;
	transition: .4s;
}
.requirements-list-item-head {
    display: flex;
    align-items: center;
}
.location {
    font-weight: 600;
    background: #333;
    padding: 0.3rem 0.5rem;
    font-size: 0.9rem;
    color: #fff;
  border-radius: 0.3rem;
}
.job {
    font-size: 1.2rem;
    font-weight: 600;    padding-left: 0.8rem;
}
.requirements-list-item p {
    font-size: 0.9rem;
    padding-bottom: 0;
    line-height: 1.5em;
    padding-top: 0.5rem;
}
.location.koriyama {
    background: #53bfb8;
}
.location.iwaki {
    background: #43aece;
}
.location.fukushima {
    background: #d972ae;
}
.job-detail {
    padding: 3rem;
    background: #fff;
    border-radius: 2rem;
	    margin-top: 2rem;
}

.job-detail table {
    border-color: inherit;
    border-collapse: collapse;
    width: 100%;
}
.job-detail th {
    text-align: left;
    font-weight: 600;
    line-height: 1.5;
       padding: 1rem 0.5rem;
    border-top: #e4e4e4 solid 1px;
    width: 8em;
	font-size: 0.9rem;
}
.job-detail td {
    text-align: left;
    font-weight: 400;
    line-height: 1.5;
       padding: 1rem;
    border-top: #e4e4e4 solid 1px;
	font-size: 0.9rem;
}
.job-detail p {
    font-size: 0.95rem;
    line-height: 2rem;
    padding-bottom: 1rem;
}
.job-detail p strong {
    display: block;
    padding-bottom: 1rem;
}
.job-detail table {
    border-color: inherit;
    border-collapse: collapse;
    width: 100%;
    margin: 2rem 0;
}
.job-detail-summary-location {

}
.job-detail-summary-jobtype {
 padding-left: 1rem;
    font-weight: 600;
}
.job-detail-summary-location {
    font-weight: 600;
    background: #333;
    padding: 0.3rem 0.5rem;
    font-size: 0.9rem;
    color: #fff;
    border-radius: 0.3rem;
}
.job-detail-summary-location.koriyama {
    background: #53bfb8;
}
.job-detail-summary-location.iwaki {
    background: #43aece;
}
.job-detail-summary-location.fukushima {
    background: #d972ae;
}

.job-detail-summary-job {
    padding-left: 1rem;
    font-weight: 600;
}


.job-detail-title {
    font-size: 1.6rem;
    line-height: 1.4em;
    padding-bottom: 1rem;
    font-weight: 600;
}
.job-detail-summary {
    display: flex;
    padding-bottom: 2rem;
	align-items: center;
}
.btn-form p {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 600;
}
.btn-form p a {
text-decoration: underline;
}
.btn-line {
    width: 18rem;
    margin: 0 auto;
	border-radius: 0.4rem;
	overflow: hidden;
}


.form {
    padding: 3rem;
    background: #fff;
    border-radius: 2rem;
	    margin-top: 4rem;
}
.form p
{
    font-weight: 500;
    font-size: 20px;
    line-height: 44px;
    letter-spacing: 0.05em;
    text-align: center;
}

.form table {
    border-color: inherit;
    border-collapse: collapse;
    width: 100%;
}
.form th {
    text-align: left;
    font-weight: 600;
    line-height: 1.5;
       padding: 1rem;
    border-top: #e4e4e4 solid 1px;
    width: 12em;
}
.form td {
    text-align: left;
    font-weight: 400;
    line-height: 1.5;
       padding: 1rem;
    border-top: #e4e4e4 solid 1px;
}
.rec-wrap {
    padding-bottom: 40px;
}
.rec {
    background: #df0808;
    border-radius: 3px;
    padding: 4px;
    display: block;
    width: 3.4em;
    font-size: 0.8em;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin-top: 4px;
}
input.-txt {
   padding: 0.5rem;
    background: #f6f6f6;
    border-radius: 6px;
    border: #dedede solid 2px;
}
input.-txt.size-xl {
    width: 100%;
}

input.-txt.size-xs {
    width: 30%;
}
.wpcf7-text {
   padding: 0.5rem;
    background: #f6f6f6!important;
    border-radius: 6px!important;
    border: #dedede solid 2px!important;
    width: 100%;
}
.wpcf7-text.formhidden {
    border: none!important;
    background: #fff!important;
    font-weight: 600;
    color: #000;
    padding: 0!important;
}

p label {
    font-size: 15px;
}
textarea {
   padding: 14px;
    background: #f6f6f6;
    border-radius: 6px;
    border: #dedede solid 2px;
    width: 100%;
}
.policy {
    font-weight: 600;
    font-size: 1.2rem;
}
.policy p {
    text-align: center;
    padding-bottom: 18px;
    font-size: 14px;
}.policy iframe {
    width: 100%;
}
.wpcf7-form-control-wrap {

}
.form-submit {
    text-align: center;
    padding-top: 2rem;
}
input[type=checkbox] {
    
}.input-title {
    display: block;font-size: 15px;
    padding: 25px 0 8px;
}button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: 1px solid;
    border-color: #fff;
    border-radius: 50px;
    padding: 14px 50px;
    background: #948b76;
    color: #fff;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.1em;
}.wpcf7-list-item {
    display: block;
    font-size: 15px;
    line-height: 1.2;
    margin: 13px 0;
}

.form-submit-btn {
    text-align: center;
}
.form-submit-btn input {
    background: #0082af;
    color: #fff;
    font-size: 17px;
    padding: 18px 60px;
    border-radius: 60px;
    line-height: 1em;
  transition: .5s;
}
.form-submit-btn input:hover {
    background: #000;
    color: #fff;
   transition: .5s;
}


.doui {
    text-align: center;
    padding-top: 34px;
}
.doui p a{
text-decoration: underline;
}
.footer-logo {
    width: 200px;
    margin-bottom: 40px;
}
.req {
    color: #f80000;
    padding-left: 14px;
    font-size: 12px;
}
.form-submit-btn input.disable {
    background: #d1d1d1;
pointer-events:none;
}
.wpcf7 form.invalid .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #ff1e1e;
    background: #ff1e1e;
    color: #fff;
    text-align: center;
    padding: 40px;
    border-radius: 20px;
}
  .btn-wrap.disable1 button{
    background: #c9c9c9;
    padding: 20px 60px;
    border-radius: 50px;
    font-size: 17px;
    color: #fff;
    letter-spacing: 0.06em;
   pointer-events: none;
}
 .form-wrap p.sup {
    font-size: 12px;
    line-height: 1.5;
    padding-top: 15px;
}
 .form-wrap p a {
transition: .4s;
}
 .form-wrap p a:hover {
       color: #38a1db;
transition: .4s;
}
p.conf-lead {
    padding-bottom: 2em;
}

.form h4 {
    padding-bottom: 30px;
}
.error_messe {
    color: #e32a2a;
}
.form-back {
    padding-top: 80px;
    text-align: center;
}
  .form-back input {
    background: #0082af;
    color: #fff;
    font-size: 17px;
    padding: 18px 60px;
    border-radius: 60px;
    line-height: 1em;
    transition: .5s;
}
   .form-back input:hover {
    background: #000;
    color: #fff;
     transition: .5s;
}
.selectbox {
    display: inline-flex;
    align-items: center;
    position: relative;
}
.form-wrap p a {
    transition: .4s;
    text-decoration: underline;
    font-weight: 600;
}
.selectbox::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #535353;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}

.selectbox select {
    appearance: none;
    height: 2.8em;
    padding: .4em calc(.8em + 30px) .4em .8em;
    border: 2px solid #dedede;
    border-radius: 6px;
    background-color: #f6f6f6;
    font-size: 1em;
    cursor: pointer;
}

.checkbox-items {
    display: flex;
    flex-wrap: wrap;
    gap: .5em 2em;
    border: none;
	align-items: center;
	justify-content: center;
}
.checkbox-items input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.checkbox-items label {
  display: flex;
  align-items: center;
  gap: 0 .5em;
  position: relative;
  cursor: pointer;
}

.checkbox-items label::before,
.checkbox-items input:checked + label::after {
  content: '';
}

.checkbox-items label::before {
  width: 22px;
  height: 22px;
  border-radius: 3px;
  background-color: #e6edf3;
  flex-shrink: 0;
}

.checkbox-items input:checked + label::before {
  background-color: #2589d0;
}

.checkbox-items input:checked + label::after {
    position: absolute;
    top: 5px;
    left: 8px;
    transform: rotate(45deg);
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
}
.form-lead-copy.maru {
    font-size: 1.6rem;
    padding-bottom: 1rem;
    color: #0082af;
    text-align: center;
}

.form-lead {
    text-align: center;
    line-height: 1.8em;
}
.form-lead .sup {
    font-size: 0.9em;
    padding-top: 0.5em;
}
.form-lead .sup a {
text-decoration: underline;
}


.form tr.table-top th {
    border-top: none;
}
.form tr.table-top td {
    border-top: none;
}

.more-btn {
    padding-top: 2rem;
}
.more-btn a {
    border: #0082af solid 1px;
    padding: 1em;
    display: block;
    border-radius: 10px;
    color: #0082af;
    font-size: 1.1rem;
    line-height: 1;
    transition: .4s;
    width: 22em;
    text-align: center;
    position: relative;
	background: #fff;
}
.information-archive .more-btn a {
	margin: 0 auto;
}
.more-btn a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1em;
    width: 10px;
    height: 10px;
    border-top: 2px solid #0082af;
    border-right: 2px solid #0082af;
    transform: translateY(-50%) rotate(45deg);
}
.more-btn a:hover {
    color: #fff;
background: #0082af;
	transition: .4s;
}
.more-btn a:hover::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.information-archive .more-btn {
	text-align: right;
}

/* =========================
   information archive
========================= */
section.l-sec.information-archive {
    padding-top: 2rem;
}
.information-archive-items{
padding-bottom: 3rem;
}

.information-archive-item {
    margin-bottom: 0.2rem;
}
.information-archive-item a {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    padding: 1.25rem;
    text-decoration: none;
    transition: .3s;
    background: #ffffff;
    border-radius: 1rem;
    margin-bottom: 0.5rem;
    font-weight: 400;
}

.information-archive-item a:hover{
	transform: translateX(3px);
box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.information-archive-item-data {
    width: 5em;
    font-size: 0.8rem;
    color: #888;
    flex-shrink: 0;
}
.information-archive-item-cat {
    font-size: 0.7rem;
    padding: 0.3rem 0.8rem;
    color: #fff;
    flex-shrink: 0;
    font-weight: 600;
    border-radius: 99px;
}

/* カテゴリカラー */

.cat-news{
  background:#249fc9;
}

.cat-recruit{
  background:#4ab979;
}

.cat-report{
  background:#ebb02c;
}

/* タイトル */

.information-archive-item-title{
  font-size:1.1rem;
  line-height:1.6;
}


/* =========================
   pagination
========================= */

.pagination{
  display:flex;
  justify-content:center;
  gap:6px;
  margin-top:2.5rem;
}

.page-num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    text-decoration: none;
    color: #0082af;
    transition: .3s;
    font-weight: 600;
    border-radius: 99px;
    background: #fff;
}
.page-num:hover{
background: #0082af;
    color: #fff;
}

.page-num.is-current{
background: #0082af;
    color: #fff;
}
/* =========================
   information single
========================= */

.information-single{
  padding:5rem 0;
}

.information-single .information-archive-item{
  max-width:50rem;
  margin:0 auto;
}

/* ヘッダー（日付＋カテゴリ） */

.entry-head{
  display:flex;
  align-items:center;
  gap:0.9375rem;
  margin-bottom:1.25rem;
}

.entry-data{
  font-size:0.875rem;
  color:#888;
}

.entry-cat{
    font-size: 0.8rem;
    padding: 0.3rem 0.8rem;
    color: #fff;
    flex-shrink: 0;
    font-weight: 600;
    border-radius: 99px;
  color:#fff;
}




/* タイトル */

.entry-title{
  font-size:2rem;
  line-height:1.5;
  margin-bottom:1rem;
  font-weight:600;
}

/* 本文 */

.entry-body p{


}

/* 戻るボタン */

.btn-back{
  margin-top:4rem;
	text-align: center;
}

.btn-back a {
    display: inline-block;
    padding: 0.5rem 1.8rem;
    border: 2px solid #0082af;
    text-decoration: none;
    color: #0082af;
    font-weight: 700;
    transition: .3s;
    border-radius: 99px;
    font-size: 1.2rem;
	background: #fff;
}

.btn-back a:hover{
  background:#0082af;
  color:#fff;
}
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }



#home header {
    position: static;
}#home .content {
    border-radius: 1.5rem 0 0 1.5rem;
    background: #ffffff;
    background: linear-gradient(343deg, rgba(255, 255, 255, 1) 0%, rgba(240, 250, 255, 1) 31%, rgb(230 249 255) 72%, rgba(255, 255, 255, 1) 100%);
}
#home .page-head {
    padding-top: 7.5rem;
}
#home .page-hero {
    width: 70%;
    border-radius: 0;
    display: flex;
    gap: 0.6vw;
}
	.hero01 {
    width: 43%;
}
	.hero02 {
    width: 28.3%;
}
	.hero02-01 {
    margin-bottom: 0.6vw;
}
	.hero03 {
    width: 28.3%;
}
	.hero03-01 {
    margin-bottom: 0.6vw;
}
		.hero01 img{
    border-radius: 1rem;
}
	.hero02 img{
    border-radius: 1rem;
}
	.hero03 img{
    border-radius: 1rem 0 0 1rem;
}
#home .page-title {
    width: auto;
    text-align: left;
    padding-left: 0;
    position: absolute;
    left: 11%;
}#home header h1 {
    width: 18%;
    position: absolute;
    z-index: 2;
    top: 7.2%;
    left: 5.8%;
}#home .h1-eria.maru {
    padding: 0.7rem 0;
    text-align: center;
    color: #0082af;
    font-size: 1.2rem;
    border-top: #0082af solid 1px;
    margin-top: 0.5rem;
    width: 100%;
    margin: 0.9rem auto;
}
#home .page-hero-copy {
    position: absolute;
    bottom: 6%;
    left: 4.5%;
    text-align: left;
    font-size: 0.8rem;
    color: #0082af;
    font-weight: 600;
    width: 22%;
    line-height: 2em;
}
.page-hero-copy-lead {
    font-size: 1.14rem;
    margin-bottom: 0.4em;
}

#home .inner-min {
    width: 70%;
    margin: 0 auto;
    position: relative;
}.home-about {
       padding: 4rem 0 10rem 0;
}
.home-survice {
    padding: 6rem 0;
    background: #ffffff;
}
.home-recruit {
    padding: 8rem 0 0;
}
#home .information-archive-item a {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    padding: 1rem;
    text-decoration: none;
    transition: .3s;
    border-radius: 1rem;
    margin-bottom: 0rem;
    font-weight: 400;
    background: none;
    border-top: #b5cbd3 solid 1px;
    border-radius: 0;
}
#home .information-archive-item a:hover {
    box-shadow: none;
}
#home .information-archive-items {
    padding-bottom: 0;
	border-bottom: #b5cbd3 solid 1px;
}.home-item-items.flex {
display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.home-item-item {
    width: calc(25% - 0.5rem);
    margin-bottom: 1rem;
}
	.home-item-item-title.maru {
    font-size: 0.9rem;
    text-align: center;
    line-height: 1.4em;
}
#home .h24.maru {
    background: #0082af;
    border-radius: 99px;
    color: #fff;
    padding: 0.6rem 1.6rem;
    display: inline-block;
    margin-top: 0.6rem;
		font-size: 1.2rem;
}

.home-about-item.flex {
    justify-content: space-between;
}
.home-about-item-pic {
    width: 58%;
    position: relative;
}
.home-about-item-txt {
    width: 42%;
    position: relative;
}
.home-about-item-pic01 {
    position: absolute;
    width: 60%;
    top: 0%;
    left: 0;
    border-radius: 1rem;
    overflow: hidden;
    z-index: 1;
}
.home-about-item-pic02 {
    position: absolute;
    width: 38%;
    top: 65%;
    left: 46%;
    border-radius: 1rem;
    overflow: hidden;
    z-index: 2;
}
.home-about-item-copy {
    font-size: 2.4rem;
    font-weight: 600;
    color: #0083af;
    line-height: 1.5em;
    padding-bottom: 0.5em;
}
	.home-about-item-txt-ico {
    width: 62%;
    padding-bottom: 1.5rem;
    padding-left: 6%;
}
.home-about-item-txt p {
    line-height: 2.4em;
    color: #0083af;
    font-weight: 500;
}
#home .information-archive {
    padding: 4rem 0 8rem;
}
#home .content {
    background: linear-gradient(343deg, rgba(255, 255, 255, 1) 0%, rgba(240, 250, 255, 1) 31%, rgb(242 252 255) 72%, rgba(255, 255, 255, 1) 100%);
}
.home-item.flex {
    overflow: hidden;
    margin-bottom: 6rem;
}
.home-item-item-pic {
    width: 45%;
}
	.home-item-item-pic img {
  border-radius: 1rem;
}
	.home-item-item-txt {
    width: 55%;
    padding: 1rem 4rem;
}
	.home-item-item-copy.maru {
 font-size: 1.6rem;
    line-height: 1.4;
    color: #0082af;

}
.home-item-item-txt p {
    font-size: 0.9rem;
    line-height: 2em;
    padding-top: 1rem;
	text-align: justify;
}
	.home-pickup .inner {
    width: 90%;
    margin: 0 auto;
    position: relative;
}
.row-reverse {
		    flex-direction: row-reverse;

	}
	
#recruit .content {
background: #ffffff;
}
#recruit .inner {
    width: 70%;
    margin: 0 auto;
    position: relative;
}
#recruit .page-head {
    padding-top: 0;
}
#recruit .page-hero {
    width: 100%;
    border-radius: 0;
}#recruit .page-title {
    width: auto;
    text-align: left;
    padding-left: 0;
    position: absolute;
    left: 11%;
}
  
  .recruit-message-item {
    display: flex;
    position: relative;
}
  .recruit-message-item-pic {
    width: 50%;
}
  .recruit-message-item-pic01 {
    position: absolute;
    width: 20%;
    bottom: 0;
    left: -10%;
    border-radius: 1rem;
    overflow: hidden;
}
  .recruit-message-item-pic02 {
    position: absolute;
    width: 18%;
    bottom: -20%;
    left: 0%;
}
.recruit-point-item {
    display: flex;
    position: relative;
    padding-top: 8rem;
}
  .recruit-point-item-copy-wrap {
    width: 35%;
}
  
  .recruit-point-item-pic01 {
    position: absolute;
    width: 20%;
    bottom: 0;
    left: -10%;
    border-radius: 1rem;
    overflow: hidden;
}
.recruit-point-item-copy {
    font-size: 2rem;
    line-height: 1.5em;
    color: #0082af;
}
  .recruit-point-txt {
    width: 65%;
}
  .recruit-point-txt p {
    font-size: 1rem;
    padding-bottom: 1rem;
    line-height: 2.2;
}
.recruit-message-item-copy-wrap {
    width: 40%;
}#recruit article {
    padding: 4rem 0 0;
    position: relative;
    background: #39a4c9;
    color: #fff;
}
.oiwai {
    padding-bottom: 5em;
}
.recruit-copy-en {
    color: #ffd151;
}.recruit-message-item-copy {
    color: #ffffff;
}
  #recruit .sec-subtitle::after {
    background: #ffffff;
}#recruit .sec-subtitle {
    color: #ffffff;
}
#recruit .flex.col2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.form-title.maru {
    background: #0082af;
    color: #fff;
    text-align: center;
    padding: 1rem;
    margin-bottom: 2rem;
    font-size: 1.3rem;
    border-radius: 0.5rem;
}
p.entry-form-lead {
    font-size: 1rem;
    line-height: 1.4rem;
    padding-bottom: 2rem;
}
span.sp-hr {
    display: none;
}
.doc p.doc-lead {
    font-size: 1.05rem;
    padding-bottom: 3rem;
}
.doc .sec-title {
font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 0.5rem;
    font-weight: 700;
}
.doc p {
    font-size: 0.9rem;
    line-height: 1.8;
	text-align: justify;
}
.sec-block {
    padding-bottom: 3em;
}
.doc .sec-sub-title {
    padding-top: 2em;
    font-size: 1em;
    font-weight: 600;
    padding-bottom: 1em;
	line-height: 1.5em;
}
.sec-sub-title span.sup{
    font-size: 0.8em;
}
.doc li {
font-size: 0.9rem;
    line-height: 1.5;
    padding-bottom: 0.2rem;
	text-indent: -1em;
	padding-left: 1em;
}
.pd1{
    padding-bottom: 1em;
}
.customer-harassment-detail ul {

}
.thanks {
    font-size: 1.6em;
    text-align: center;
    font-weight: 700;
    padding-bottom: 2em;
    color: #0082af;
}

.thanks .form-wrap p a {
    transition: .4s;
    border: #333 solid 1px;
    border-radius: 99px;
    font-size: 1em;
    font-weight: 900;
    padding: 0.5em 2em;
    line-height: 1em;
    margin-top: 2em;
    display: block;
    width: 8em;
    margin: 2em auto;
    text-align: center;
    box-sizing: border-box;
}
.area-pic-item .pic {
  display: block;
  padding: 0;
  margin: 0 0 0.8rem;
  border: none;
  background: none;
  cursor: pointer;
  width: 100%;
}

.area-pic-item .pic img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  transition: transform .3s;
}

.area-pic-item .pic:hover img {
  transform: scale(1.02);
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}

.modal.is-open {
  opacity: 1;
  visibility: visible;
}

.modal__overlay {
    position: absolute;
    inset: 0;
    background: rgb(0 130 175 / 86%);
}

.modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(92vw, 600px);
  max-height: 90vh;
  z-index: 1;
}

.modal__body {
  background: transparent;
}
.modal__body img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 85vh;
    object-fit: contain;
    border-radius: 0.5rem;
}

.modal__close {
    position: absolute;
    top: -2.8rem;
    right: 0;
    border: none;
    background: none;
    color: #fff;
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
    padding: 0;
}

/* 初期状態：非表示 */
.flort-recruit {
    position: fixed;
    right: 2rem;
    bottom: 5rem;
    width: 16rem;
    z-index: 2;
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
    transition: 0.4s ease;
}
.flort-recruit a {
    padding: 0;
    display: block;
    margin: 0;
   transition: 0.4s ease;
}
.flort-recruit a:hover {
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transform: translateY(-4px);
   transition: 0.4s ease;
}

.flort-recruit img {
    border-radius: 8px;
}
/* スクロールで表示（body.sc01が付与されたら） */
body.sc01 .flort-recruit {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* ページ最下部で非表示 */
body.sc-end .flort-recruit {
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
}



/* =========================
   responsive
========================= */
@media screen and (max-width: 1200px){
header h1 {
    width: 14%;
}
.page-title-en {
    font-size: 3.5rem;
}
	.page-lead-copy {
    font-size: 1.8rem;
}
	.footer-area-tel {
    font-size: 1.5rem;
}
	#information .page-title-en {
    font-size: 3.2rem;
}.service-list-subtitle.maru {
    font-size: 1.2rem;
}
	.service-item-title.maru {
    font-size: 1.3rem;
}
	.flow-item {
    font-size: 1rem;
}
	.recruit-daily-schedule-item-time.en {
    font-size: 1rem;
}#privacy .page-title-en {
    font-size: 3.3rem;
    line-height: 0.9em;
    padding-top: 2rem;
    padding-bottom: 0.4rem;
}
	.home-about-item-copy {
    font-size: 2rem;
}
	.home-about-item-txt p {
    font-size: 0.9rem;
}
	#home .inner-min {
    width: 75%;
}
	#home .page-hero {
    width: 60%;
}#home header h1 {
    width: 18%;
    top: 6%;
    left: 11%;
}
	#home .page-hero-copy {
    bottom: 0;
    width: 30%;
}
	.home-item-item-copy.maru {
    font-size: 1.3rem;
    line-height: 1.6;
}
}


@media screen and (max-width: 800px){

  body {
    font-size: 1rem;
}  
.hamburger {
    width: 4.375rem;
    height: 4.375rem;
    position: fixed;
    top: 0.9375rem;
    right: 0.9375rem;
    border-radius: 3rem;
    z-index: 4;
    cursor: pointer;
    opacity: 1;
    pointer-events: all;
    transform: scale(0.95, 0.95);
    transition: .4s;
}.gnav {
    display: none;
}

#home header h1 {
    width: 200px;
    z-index: 2;
        top: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#home .page-hero-copy {
    display: none;
}
#home .h1-eria.maru {
    font-size: 16px;
}
#home .page-head {
    padding-top: 250px;
}
	#home .page-hero {
    width: 94%;
    border-radius: 0;
    display: flex;
    gap: 8px;
}
.wrap {
    width: calc(100% - 5px);
    margin: 5px 0 0 5px;
    border-radius: 15px 0 0 15px;
}
#home .inner-min {
    width: 86%;
}
	.home-about-item-pic {
    width: 40%;
    position: relative;
}
	.home-about-item-txt {
    width: 60%;
    position: relative;
}
	.hamburger span:first-of-type {
    top: 26px;
    height: 2px;
    width: 50%;
}
	.hamburger span:nth-of-type(2) {
    top: 32px;
    width: 50%;
    height: 2px;
}
 .hamburger {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1, 1);
    transition: .4s;
    background: #0082af;
}.home-about-item-pic02 {
    position: absolute;
    width: 38%;
    top: 36%;
    left: 40%;
    border-radius: 1rem;
    overflow: hidden;
    z-index: 2;
}.home-item.flex {
    overflow: hidden;
    margin-bottom: 6rem;
    display: block;
}.home-item-item-pic {
    width: 100%;
}.home-item-item-txt {
    width: 100%;
    padding: 30px;
}article {
    padding: 80px 0;
    position: relative;
}
main {
    padding: 80px 0;
    position: relative;
}
	
	.bnr-wrap {
    width: 85%;
    margin: 0 auto;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
}.footer-areas {
    justify-content: space-between;
    width: 74%;
    display: block;
}.footer-area {
    width: 100%;
    padding-bottom: 30px;
}
	.footer-area-address {
    font-size: 0.8rem;
    padding-top: 0.5rem;
    line-height: 1.4;
    font-feature-settings: "palt";
    height: auto;
    padding-bottom: 10px;
}
	.home-about {
    padding: 0;
}
	.slide-menu {
    width: 100%;
    right: -100%;
}
	header h1 {
    top: 20px;
    left: 30px;
}
	.hamburger {
    top: 15px;
    right: 10px;
}
	section.l-sec.information-archive {
    padding-top: 0;
}
	.page-head {
    display: block;
    padding-top: 160px;
    z-index: 1;
}
	.page-hero {
    width: 94%;
    border-radius: 2rem 0 0 2rem;
    overflow: hidden;
    margin-left: 6%;
    box-sizing: border-box;
}.page-title-en {
    font-size: 40px;    padding-top: 40px;
}
	.breadcrumb {
    display: flex;
    font-size: 12px;
    padding-top: 1rem;
    padding-left: 0.2rem;
}.inner-min {
    width: 85%;
}
	.inner-min2 {
    width: 85%;
}
	.information-single {
    padding: 0;

}
	.header-sns {
    position: absolute;
    top: 20px;
    z-index: 2;
    right: 80px;
}
	.inner {
    width: 85%;
    margin: 0 auto;
    position: relative;
}
	body {
    font-size: 16px;
}.page-lead-copy {
    font-size: 24px;
}.l-sec {
    padding-top: 60px;
}
	.sec-title-en {
    font-size: 16px;
}.sec-subtitle {
    font-size: 20px;

}.about-point-item {
    width: calc(50% - 0.6rem);
    background: #fff;
    margin-bottom: 15px;
    border-radius: 10px;
    padding: 15px;
    box-sizing: border-box;
}.about-point-item-title .sup {
    font-size: 13px;
}.about-point-item-title {
    font-size: 18px;
    line-height: 1.4;
    padding-bottom: 1rem;
    text-align: center;
}.about-point-item p {
    font-size: 13px;
    line-height: 1.9;
    padding-bottom: 0;
}.sec-lead {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}.service-list .inner {
    padding: 24px;
    background: #fff;
    border-radius: 20px;
}.service-list-subtitle.maru {
    font-size: 14px;
}.service-list-title.maru {
    font-size: 18px;
}.service-item-title.maru {
    font-size: 18px;
}.service-item li {
    font-size: 12px;
}.service-item {
    width: calc(50% - 0.5rem);
}.aside-title.maru {
    font-size: 16px;
    padding-bottom: 1rem;
    color: #0082af;
}.houmonkango p {
    font-size: 14px;
    line-height: 1.8em;
}.flow-coution.maru {
    font-size: 16px;
}.flow-item {
    font-size: 14px;
}.price-item-title {
    font-size: 16px;
}.l-sec .price-item p {
    font-size: 14px;
}.case-item {
    background: #ffffff;
    border-radius: 20px;
    padding: 20px 30px;
    position: relative;
}.case-item-medical {
    display: inline-block;
    font-size: 14px;

}.case-item-type {
    font-size: 14px;
}.case-item-lead {
    font-size: 18px;
}.case-item-situation p {
    font-size: 14px;
    line-height: 2;
}.case-item-result-title {
    font-size: 16px;
}.case-item-result-detail {
    font-size: 14px;
}.faq-question-text {
    font-size: 17px;
    line-height: 1.5;
}.faq-answer-title {
    font-size: 17px;
    font-weight: 600;
    padding-bottom: 0.5rem;
    color: #e77500;
}.l-sec .faq-answer-text p {
    font-size: 14px;
    line-height: 1.8;
    padding-bottom: 0;
}.form-lead-copy.maru {
    font-size: 18px;
    padding-bottom: 1rem;
    color: #0082af;
    text-align: center;
}.form {
    padding: 20px;
    background: #fff;
    border-radius: 20px;
    margin-top: 2rem;
}.form th {
    font-size: 14px;
}
	#recruit .page-title {
    top: 40%;
}#recruit .inner {
    width: 85%;
    margin: 0 auto;
    position: relative;
}.recruit-message-item-copy {
    font-size: 22px;
}.recruit-message-txt p {
    font-size: 14px;
    padding-bottom: 1rem;
    line-height: 2.2;
}
	#recruit .flex.col2 {
    display: block;
}
	.daily-Schedule {
    width: 100%;
}.recruit-support {
    width: 100%;
    padding-top: 40px;
}.daily-Schedule p {
    font-size: 14px;
    line-height: 2em;
}.recruit-daily-schedule-item-time.en {
    font-size: 18px;
}.recruit-daily-schedule-item-detail.maru {
    font-size: 16px;
}.recruit-daily-schedule-wrap {
    display: flex;
    align-items: center;
    width: 25%;
    background: content-box;
    border-radius: 99px;
    padding: 0.5rem;
}.l-sec .recruit-daily-schedule-item p {
    font-size: 13px;
}.recruit-copy-en {
    font-size: 16px;
}.recruit-support p {
    font-size: 14px;
    line-height: 2em;
}
	.requirements-list-items {
    display: block;
}
	section.l-sec.recruit-entry {
    padding-bottom: 80px;
}
	.requirements-list-item {
    width: 100%;
    margin-bottom: 10px;
}.location {
    font-size: 13px;

}.job {
    font-size: 17px;
    font-weight: 600;
    padding-left: 0.8rem;
}.job-type {
    font-size: 14px;
}
	.requirements-list-item p {
    font-size: 13px;
    padding-bottom: 0;
    line-height: 1.5em;
    padding-top: 0.5rem;
}.job-detail th {
    font-size: 14px;
}.job-detail td {
    font-size: 14px;
}#anti-social .page-title-en {
    font-size: 40px;
    line-height: 0.9em;
    padding-top: 2rem;
    padding-bottom: 0.4rem;
}.page-title {
    width: 80%;
    text-align: left;
    padding-left: 10%;
}
}

@media screen and (max-width: 650px){
  .modal__close {
    position: absolute;
    top: -3rem;
    right: 0;
    border: none;
    background: none;
    color: #fff;
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
    padding: 0;
}
  .modal__body img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 85vh;
    object-fit: contain;
    border-radius: 0.5rem;
}
  
	  .pc {
    display: none;
  }
  .sp {
    display: block;
  }

	.home-about-item-txt {
    width: 100%;
    position: relative;
}.home-about-item-txt-ico {
    width: 62%;
    padding-bottom: 1.5rem;
    padding-left: 0;
    margin: 0 auto;
}
	.home-about-item-copy {
    font-size: 24px;
    text-align: center;
}
.home-about-item-txt p {
    font-size: 14px;
    color: #353535;
    text-align: justify;
}.more-btn {
    padding-top: 2rem;
    text-align: center;
}.more-btn a {
	width: 100%;
    font-size: 16px;
}#home .information-archive-item a {
    flex-wrap: wrap;  gap: 0;    padding: 10px;
}.information-archive-item-data {
    width: auto;
    font-size: 12px;
    margin-right: 10px;
}.information-archive-item-cat {
    font-size: 12px;
}.information-archive-item-title {
    font-size: 14px;
    line-height: 1.6;
    width: 100%;
    padding-top: 4px;
}#home .information-archive {
    padding: 60px 0;
}.home-item-item-txt {
    width: 100%;
    padding: 30px 15px;
}.home-item.flex {
    overflow: hidden;
    margin-bottom: 30px;
    display: block;
}.bnr-wrap {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 10px;
    display: block;
    justify-content: space-between;
}.bnr-item {
    width: 100%;
    border-radius: 0.5rem;
    overflow: hidden;
    transition: .4s;
    margin-bottom: 10px;
}.primary-nav ul {
    display: flex;
	flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
    font-size: 10px;
	line-height: 1.6em;
}.footer-item.-footer-logo {
    width: 20%;
    display: none;
}
	
	
	
	.foot-area-detail-title {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}.footer-area-name {
    width: 10rem;
    border: #fff solid 0.0625rem;
    text-align: center;
    font-size: 16px;
    padding: 0.56rem 1rem 0.5rem;
    border-radius: 6.1875rem;
    line-height: 1rem;
    font-weight: 600;
}.footer-area-tel {
    font-size: 28px;
}.footer-area-fax {
font-size: 15px;
    padding-top: 0.1rem;
    font-weight: 600;
}.footer-area-address {
    font-size: 13px;
    padding-top: 0.5rem;
    line-height: 1.4;
    font-feature-settings: "palt";
    height: auto;
    padding-bottom: 10px;
}.foot-aria-detail-name {
    font-size: 13px;
    line-height: 1.4;
    padding-top: 0.2rem;
}.footer-area-detail {
    padding-right: 0;
}.header-sns {
display: none;
}
  
  
  .home-item-item-txt p {
    font-size: 14px;
    line-height: 2em;
    padding-top: 1rem;
}.home-item-item-copy.maru {
    font-size: 18px;
    line-height: 1.6;
}#home .h24.maru {
    background: #0082af;
    border-radius: 99px;
    color: #fff;
    padding: 0.6rem 1.6rem;
    display: inline-block;
    margin-top: 0.6rem;
    font-size: 16px;
    width: 100%;
    text-align: center;
}
	.footer-areas {
    justify-content: space-between;
    width: 100%;
    display: block;
}
	
	header h1 {
    display: none;
}.logo-sp.sp {
        display: block;
        position: absolute;
        width: 60%;
        top: 28px;
        left: 28px;
}.page-hero {
    width: 95%;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
    margin-left: 5%;
    box-sizing: border-box;
}
.page-hero img{
        width: 100%;
    }.page-title-jp {
    font-size: 15px;
    letter-spacing: 0.1em;
    font-weight: 600;
    line-height: 1.5em;
    color: var(--color-key);
    padding-left: 0.16em;
    padding-top: 10px;
}.information-archive-item a {
    gap: 0;
    flex-wrap: wrap;
}.page-title {
    padding-left: 8%;
}article {
    padding: 60px 0;
    position: relative;
}
main {
    padding: 60px 0;
    position: relative;
}
	.page-head {
    display: block;
    padding-top: 90px;
    z-index: 1;
}.hamburger {
    top: 20px;
    right: 10px;
}.entry-data {
    font-size: 12px;
    color: #888;
}.entry-cat {
    font-size: 13px;
    padding: 0.3rem 0.8rem;
    flex-shrink: 0;
    font-weight: 600;
    border-radius: 99px;
    color: #fff;
}.entry-title {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 1rem;
    font-weight: 600;
}.l-sec p {
    font-size: 14px;
    line-height: 2.2rem;
    padding-bottom: 1rem;
	text-align: justify;
}.btn-back a {
    font-size: 16px;
}section.l-sec.page-lead .inner {
    display: block;
}.page-lead-copy {
    width: 100%;
}section.l-sec.page-lead .inner p {
    width: 100%;
}.inner {
    width: 87%;
}.about-point-item {
    width: 100%;
}.about-area-items {
    display: block;
}.about-area-text {
    width: 100%;
}.area-pic-items.flex {
    gap: 8px;
    text-align: center;
    padding-top: 1rem;
}.about-area-img {
    width: 100%;
    padding-top: 20px;
}.about-outline th {
    font-size: 13px;
    padding: 8px 4px;
	        width: 6em;
}
	.about-outline td {
    font-size: 13px;
    padding: 8px 4px;
}.service-list-title.maru {
    font-size: 16px;
    line-height: 1.4em;
}.service-list .inner {
    padding: 20px;
    background: #fff;
    border-radius: 12px;
}.service-list-subtitle.maru {
    font-size: 14px;
    line-height: 1.5;
	padding-bottom: 24px;
}.service-items.flex {
    display: block;
}.service-item {
    width: 100%;
}.flow-items {
    padding-left: 0;
    display: block;
    gap: 2rem;
}.flow {
    background: #f5b400;
    border-radius: 12px;
    padding: 20px;
    margin-top: 20px;
}.flow-items-txt {
    width: 100%;
}p.note {
    font-size: 12px;
    padding-left: 0;
    padding-top: 10px;
    line-height: 1.4;
}.flow-items-pic {
    width: 100%;
    padding-top: 20px;
}.flow-items-pic img {
    border-radius: 10px;
}.flow-coution.maru {
    font-size: 14px;
    line-height: 1.4em;
}.price-items-flex {
    display: block;
    justify-content: space-between;
}.price-item {
    width: 100%;
    border: #0083af solid 2px;
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    margin-bottom: 10px;
}.case-item-head {
    display: block;
    align-items: center;
    gap: 1rem;
}.case-item-head {
    display: block;
    padding-left: 10px;
}.case-ico {
    border-radius: 0.4rem;
    background: #0082af;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.8rem;
    color: #fff;
    position: absolute;
    top: 1.8rem;
    left: -18px;
}.case-item-type {
    font-size: 14px;
    padding-top: 10px;
    padding-left: 4px;
}.case-item-result-detail {
    font-size: 13px;
    line-height: 1.4;
}#faq .l-sec {
    padding-top: 0;
}
	.faq-question-text {
    font-size: 15px;
    line-height: 1.5;
}.faq-answer-inner {
    overflow: hidden;
    padding-left: 50px;
    padding-right: 20px;
    position: relative;
}.faq-answer-title {
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 0.5rem;
    color: #e77500;
    line-height: 1.5em;
}.faq-aicon {
    color: var(--color-accent);
    position: absolute;
    left: 14px;
    top: 1.1rem;
}.form th {
display: block;
	width: 100%;
    padding: 8px 4px;
}
	.form td {
display: block;
		border: none;
		padding: 8px 4px;
}
	.rec {
    background: #df0808;
    border-radius: 3px;
    padding: 4px;
    display: inline-block;
    width: 3.4em;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin-top: 4px;
    margin-left: 10px;
}.policy p {
    text-align: center;
    padding-bottom: 18px;
    font-size: 14px;
    line-height: 1.5;
}.form-lead {
    text-align: left;
    line-height: 1.8em;
}
	.recruit-message-item {
    display: block;
    position: relative;
}
	.recruit-message-item-copy {
    font-size: 22px;
    line-height: 1.5em;
    color: #ffffff;
}.recruit-message-item-copy-wrap {
    width: 100%;
    padding-bottom: 30px;
}
	.recruit-message-txt {
    width: 100%;
}.recruit-daily-schedule-item {
    flex-wrap: wrap;
}.l-sec .recruit-daily-schedule-item p {
    font-size: 13px;
    width: 100%;
}.recruit-daily-schedule-wrap {
        display: flex;
        align-items: center;
        width: 60%;
        background: content-box;
        border-radius: 0;
        padding: 10px 0 3px;
}.l-sec .recruit-daily-schedule-item p {
        font-size: 13px;
        width: 100%;
        padding-bottom: 10px;
        padding-left: 0;
}.requirements-list-item p {
    line-height: 1.5em;
    padding-bottom: 0;
}.job-detail {
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    margin-top: 0;
}.job-detail-title {
    font-size: 15px;
    line-height: 1.4em;
    padding-bottom: 1rem;
    font-weight: 600;
}.job-detail-summary-location {
    font-size: 13px;
}.job-detail-summary-job {
    padding-left: 1rem;
    font-weight: 600;
    font-size: 13px;
}.job-detail-summary-jobtype {
    padding-left: 1rem;
    font-weight: 600;
    font-size: 13px;
}.job-detail th {
    font-size: 13px;
    padding: 8px 4px;        width: 5em;
}.job-detail td {
    font-size: 13px;
    padding: 8px 4px;
}.btn-form p {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}.btn-line {
    width: 100%;
    margin: 0 auto;
    border-radius: 0.4rem;
    overflow: hidden;
}.form p {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4em;
    letter-spacing: 0.05em;
    text-align: left;
}
	#recruit .page-hero {
    width: 100%;
    border-radius: 0;
    margin: 0;
}
#recruit .page-hero img {
    width: 100%;
    height: 550px;
    object-fit: cover;
}
	#home .page-head {
    display: none;
}
.hero-so-logo {
    position: relative;
    width: 60%;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding-top: 100px;
    padding-bottom: 30px;
}
.hero-so-logo img {
    border-radius: 0 0 15px 15px;
}
	#recruit .page-title-en {
    font-size: 50px;
    padding-top: 2.5rem;
}
	.line-btn-fixed {
    position: fixed;
    z-index: 3;
    width: 100px;
    right: 0;
    bottom: 2rem;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
}
	#recruit .page-title {
    width: auto;
    text-align: left;
    padding-left: 0;
    position: absolute;
    left: 8%;
}
	.footer-tayori-logo.sp {
    width: 60%;
    margin: 0 auto;
}
	.footer-company-logo-sp.sp {
    width: 60%;
    margin: 0 auto;
}.footer-tayori-logo img {
    width: 100%;
}.business-info {
    padding-top: 20px;
    font-size: 13px;
    line-height: 1.5;
}.business-info span.sup {
    display: block;
    font-size: 12px;
    padding-top: 5px;
}
	.copyright {
    font-size: 11px;
    padding-top: 10px;
    text-align: center;
}
	.information-archive .more-btn {
    text-align: center;
}
.hero-sp-bg img {
    border-radius: 10px 0 0 15px;
}
	.slide-menu-logo {
    width: 45%;
    text-align: center;
    margin: 0 auto;
    padding-top: 40px;
}
	.slide-menu-wrap li {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    padding: 0.9rem;
}.slide-menu-wrap .sub-nav li {
    font-size: 13px;
    border: none;
    padding-bottom: 0;
}
	.code {
    font-size: 11px;
    padding-top: 10px;
    line-height: 1.4;
}
	span.sp-hr {
    display: inline-block;
}
	.oiwai {
    padding-bottom: 2em;
}
	.hero-sp-bg {
    margin-left: 8px;
}
	.home-about-item.flex {
    justify-content: space-between;
    display: block;
}
	.home-about-item-pic {
    width: 100%;
    position: relative;
		display: block;
}.home-about-item-pic01 {
    position: relative;
    width: 60%;
    top: 0%;
    left: 0;
    border-radius: 1rem;
    overflow: hidden;
    z-index: 1;
    padding-bottom: 100px;
    margin-left: 6%;
}
.home-about-item-pic02 {
    position: absolute;
    width: 37%;
    bottom: 40px;
    top: auto;
    left: 55%;
    border-radius: 1rem;
    overflow: hidden;
    z-index: 2;
}#home .page-hero {
    display: block;
}
.page-hero-copy-sp {
    width: 80%;
    margin: 0 auto;
    padding-top: 40px;
    font-size: 14px;
    line-height: 2.2em;
}
	.page-hero-copy-lead-sp.maru {
    font-size: 18px;
    text-align: center;
    padding: 12px 0;
    color: #0082af;
    border-bottom: #0082af solid 1px;
    margin-bottom: 1em;
    border-top: #0082af solid 1px;
}
	#home .content {
    background: linear-gradient(343deg, rgba(255, 255, 255, 1) 0%, rgba(240, 250, 255, 1) 20%, rgb(242 252 255) 60%, rgba(255, 255, 255, 1) 100%);
}
	.primary-nav {
    text-align: center;
    width: 80%;
    margin: 0 auto;
    padding: 30px;
}
	.case-item {
    padding: 20px 24px;
}
	.l-sec .case-item p {
    line-height: 1.8em;
}
	.case-item-result-title {
    font-size: 16px;
    margin-bottom: 1em;
}.case-item-result-detail {
    font-size: 14px;
    line-height: 1.8em;
    font-weight: 500;
}.case-item-result.kouka {
    padding-top: 30px;
}.case-item-lead {
    line-height: 1.5em;
}    .sec-subtitle {
        font-size: 20px;
        margin-bottom: 24px;
    }
	.footer-tayori-logo {
    padding-bottom: 40px;
}.inner-min {
    width: 89%;
}.custom-checkbox .checkbox-label {
    position: relative;
    padding-left: 30px;
    line-height: 1.5em;
    user-select: none;
    display: block;
    font-size: 14px;
}.form th {
    display: block;
    width: 100%;
    padding: 10px 4px 4px;
}span.unit {
    font-size: 14px;
}
	.job-detail td {
    font-feature-settings: "palt";
}
	.job-detail th {
    font-feature-settings: "palt";
}.l-sec .area-pic-item p {
    font-size: 12px;
    padding-top: 0;
    text-align: center;
}.area-pic-items.flex {
    gap: 16px;
    text-align: center;
    padding-top: 1rem;
}.area-pic-items .pic {
    padding-bottom: 0;
}.document-list dd {
    padding: 0.4rem 0;
    display: flex;
    align-items: center;
    font-size: 13px;
    font-feature-settings: "palt";
    line-height: 1.4;
}
.document-page p {
    line-height: 1.8em;
}
	.doc p.doc-lead {
    font-size: 14px;
}.doc .sec-title {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 0.5rem;
    font-weight: 700;
}.doc p {
    font-size: 14px;
    line-height: 1.8;
    text-align: justify;
}.doc .sec-sub-title {
    padding-top: 2em;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 1em;
    line-height: 1.5em;
}
	.doc li {
    font-size: 13px;
    line-height: 1.5;
    padding-bottom: 0.3rem;
    text-indent: -1em;
    padding-left: 1em;
}#anti-social .page-lead {
    padding-left: 0;
}.lead-footer-data {
    font-size: 14px;
}.lead-footer-name {
    line-height: 1.6em;
    padding-top: 10px;
    font-size: 14px;
}.page-title {
    width: 100%;
}.sec-sub-title span.sup {
    font-size: 12px;
    display: block;
}.lead-footer {
    padding-top: 20px;
    text-align: right;
    line-height: 1.8em;
    font-size: 14px;
}
	.collaboration-detail {
    padding: 20px;
    background: #fff;
    border-radius: 12px;
}
.flort-recruit {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 15px;
    width: 90%;
    z-index: 2;
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
    transition: 0.4s ease;
    margin: 0 auto;
}

  
}