@charset "utf-8";
/*
Theme Name: tm-joy
Version:mm1.0
Description: original theme
Author: au
*/

/* body */

body {
    text-align: center;
    color: #1b1b1f;
    background: #FFF;
font-feature-settings: "palt";
    letter-spacing: 0.16px;
}
/* ani */
.js-animation {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s;
}
.js-animation.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
a img:hover {
    transform: scale(1.01);
    transition-duration: 0.3s;
}

/* ヘッター */
.header {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 50;
  transition: .5s all;
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  width: 100%;
  background: #FFF;
}
.header.transform {
  background-color: #fff;
  padding: 0px 0;
}
.header .Logo {
	width: 210px;
    xheight: 4vw;
    padding: 5px 0px 5px 20px;
}
.header .Hmenu {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	padding: 0 20px 0 0;
    font-weight: 700;
}
.header .Hmenu a {
	color: #1b1b1f;
}
.header .menu1 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.header .menu1 ul li {
    margin-right: 3vw;
}
.header .menu1 ul li a {
    display: block;
    position: relative;
}
.header .menu1 ul li a::after {
position: absolute;
left: 0;
content: '';
width: 100%;
height: 1px;
background: #1573D6;
bottom: -2px;               /*アンダーラインがaタグの下端から現れる*/
transform: scale(0, 1);     /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
transform-origin: left top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
transition: .5s all; /*変形の時間*/
}
.header .menu1 ul li a:hover {
	opacity: 1.0;
}
.header .menu1 ul li a:hover::after {
transform: scale(1, 1);     /*ホバー後、x軸方向に1（相対値）伸長*/
}
.header .menu2 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	background: #1573D6;
    border-radius: 5px;
    height: 40px;
    padding: 3px 0;
}
.header .menu2 ul li {
    padding: 0 4px;
	position: relative;
}
.header .menu2 ul li:nth-child(1) {
    border-right: 1px solid #043C78;
}
.header .menu2 ul li a {
    display: block;
    position: relative;
	color: #FFF;
	padding: 5px 1.6666666667vw;
}
.header .menu2 ul li a:hover {
    background: #1573D6;
	opacity: 1.0;
}
.header .menu2 ul li:nth-child(1) a::after {
    content: " ";
    background: url(https://joynet.agarlup.com/wp-content/themes/tm_joy_vol1.0/img/sicon01.png);
    background-size: 30px;
    padding: 2px 15px 0px 10px;
    margin-left: 5px;
}
/* スクロール開始直後のヘッダー */
#Main {
	padding-top: 90px;
}
.mv img {
  display: block;
  height: auto;
  width: 100%;
}
/* mv */
#Mv {
	position: relative;
	overflow: hidden
}

#Mv .MvLogo {
	position: absolute;
    right: 6.25vw;
    bottom: 5%;
    z-index: 3;
    width: 16.5vw;
    height: auto;
}
#Sp-Header {
  position: fixed;
  height: 50px;
  width: 100%;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
}
#Sp-Header .Logo {
	
}
#Sp-Header .Logo a img {
	width: 50%;
	margin-left: 10px;
}

.hamburger {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  z-index: 1;
}

.hamburger .bar {
  width: 40px;
  height: 3px;
  background: #333;
  border-radius: 2px;
  display: block;
  position: absolute;
  transition: all 0.3s;
}

.hamburger .bar-top {
  transform: translate(0, -12px);
}

.hamburger .bar-bottom {
  transform: translate(0, 12px);
}

.checkbox:checked ~ .hamburger .bar-middle {
  opacity: 0;
}

.checkbox:checked ~ .hamburger .bar-top {
  transform: translate(0, 0) rotate(45deg);
}

.checkbox:checked ~ .hamburger .bar-bottom {
  transform: translate(0, 0) rotate(-45deg);
}

.checkbox {
  display: none;
}

.menu3 {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #1c1c1c;
  opacity: 0.8;
  color: #fff;
  top: 0;
  left: -100%;
  transition: all 0.5s;
}

.menu3 ul {
  margin-top: 100px;
}

.menu3 li {
    border-bottom: 1px solid #FFF;
    margin: 20px 10px;
}

.menu3 a {
  text-align: center;
  font-size: 18px;
  color: #FFF;
     display: block;
    text-align: left;
}

.checkbox:checked ~ .menu3 {
  left: 0;
}
/* フッター */
footer {
    background: url(https://joynet.agarlup.com/wp-content/themes/tm_joy_vol1.0/img/bg_footer.png);
	background-repeat: ;
    padding: 50px 11.25vw;
	position: relative;
}
.FooterBnr ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 0 0 50px;
}
.FooterBnr ul li img {
	border: 1px solid #333;
    box-sizing: border-box;
}
.FooterNavArea {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 50px 0;
}
.FooterLogo {
    margin: 0 2.5vw 0 0;
	max-width: 37%;
}
.FooterLogo p {
	text-align: left;
	font-size: 12px;
	margin-top: 10px;
}
.FooterNavBox {
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 50px 0;
    border-left: 1px solid rgba(0, 0, 0, .1);
}
.FooterNavBox ul {
	display: flex;
	
}
.FooterNavBox ul li {
	margin-right: 30px;
}
.FooterNavBox ul li:last-child {
	margin-right: 0;
}
.FooterNavBox ul li a {
	color: #1c1c1c;
}
.copyright {
	font-size: 12px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0 0;
}

#ToTop {
    position: fixed;
    bottom: 5%;
    right: 2%;
    background: #fff;
    color: #1573D6;
    border: solid 1px;
    border-radius: 50%;
    box-shadow: 0 2px 10px -6px rgba(0,0,0,.5), 0 3px 10px -4px rgba(0,0,0,.2);
}
#ToTop a {
	display: block;
	padding: 40px;
}
#ToTop::before {
    content: "";
    margin: auto;
    position: absolute;
    width: 15px;
    height: 15px;
    border-top: 3px solid #1573D6;
    border-right: 3px solid #1573D6;
    transform: rotate(-45deg);
    top: 5px;
    right: 0;
    bottom: 0;
    left: 0;
}
#RecAct {
    position: fixed;
    top: 30%;
    right: 0%;
    background: #1573D6;
    box-shadow: 0 2px 10px -6px rgba(0,0,0,.5), 0 3px 10px -4px rgba(0,0,0,.2);
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    border-radius: 10px 0 0 10px;
}
#RecAct a::after {
	content: " ";
    background: url(https://seisaku.agarlup.com/wp-content/themes/tm_joy_vol1.0/img/recruit/recicon.png) no-repeat;
    background-size: 25px;
    padding: 9px;
    background-position: center;
    top: 5px;
    position: absolute;
    right: 10px;
}
#RecAct a {
    color: #FFF;
    padding: 25px 0.5rem 10px;
    display: block;
}
@media screen and (max-width: 1440px) {
footer {
    padding: 50px 5.25vw;
}
}
/*共通*/
.Relative {
	position: relative;
}
.wrap {
    max-width: 1000px;
    margin: 0 auto;
	padding: 50px 0 0;
	position: relative;
    overflow: hidden;
}
.Inner {
    max-width: 1000px;
    margin: 0 auto;
    xpadding: 50px 0;
}
.InnerArea {
max-width: 1000px;
    margin: 0 auto 50px;
    background: #FFF;
    padding: 50px;
    /* box-shadow: 15px 15px 0px #C1C1C1; */
    border-top: 6px solid #1573D6;
}
.Contents {
    margin: 0 auto;
    padding: 0 50px;
}
#Form {
    max-width: 860px;
    margin: auto;
}
@keyframes infinity-scroll-left {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}
.topMessage-slidetext {
    width: 100%;
    overflow: hidden;
    font-size: 20rem;
    color: #EDF4FC;
    position: absolute;
    top: 35%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-weight: 700;
    z-index: -1;
}
.Recruit .topMessage-slidetext, .Flow .topMessage-slidetext, .Careerup .topMessage-slidetext {
    color: rgba(255, 255, 255, 0.7) !important;
}
.slidetextanime_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}
.slidetextanime_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
}
.topMessage-slidetext .slidetextanime_list {
    -webkit-animation: infinity-scroll-left 90s infinite linear .5s both;
    animation: infinity-scroll-left 70s infinite linear .5s both;
}
.topMessage-slidetext li {
    padding: 0 0.3em;
	font-weight: 600;
    font-family: "Rubik", sans-serif;
}
.label {
	font-size: clamp(40px, 4.8vw, 5.0rem);
    line-height: 1.0;
	margin-bottom: 5px;
	color: #1573D6;
	font-weight: 500;
	font-family: "Rubik", sans-serif;
}
.Title {
    font-weight: 700;
	font-size: clamp(1.5rem, 3.5vw, 3.7rem);
    line-height: 1.6;
}
.Title01 {
    font-weight: 700;
    color: #1c1c1c;
    line-height: 1.6;
	font-size: clamp(1.0rem, 2vw, 1.6rem);
}
.Title02 {
	font-size: clamp(1.6rem, 2.5vw, 2.8rem);
    line-height: 1.0;
	margin-bottom: 10px;
	color: #1573D6;
	font-weight: 800;
}
.label02 {
    font-weight: 700;
    color: #1c1c1c;
    line-height: 1.6;
	font-family: "Rubik", sans-serif;
	font-size: clamp(1.1rem, 1.5vw, 1.6rem);
}
.BoxTitle {
    position: relative;
    margin: 0 0 1.5em;
    padding: 0.5rem 0.5rem 0rem 2.0rem;
    border-bottom: 3px solid #51BAE9;
	font-size: clamp(1.2rem, 1.8vw, 2.0rem);
    font-weight: 700;
    margin-bottom: 16px;
	line-height: 1.5;
}
.BoxTitle span {
	font-size: clamp(2.5rem, 4vw, 10rem);
    color: #1573D6;
	padding-right: 0.5rem;
	line-height: 1.5;
	
}
.BoxTitle:before{
    content: "";
    position: absolute;
    background: #1573D6;
    top: 5px;
    left: 0.4em;
    height: 20px;
    width: 20px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.BoxTitle:after{
    content: "";
    position: absolute;
    background:#51BAE9;
    top: 1.0em;
    left: 0;
    height: 15px;
    width: 15px;
    transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
}
.Tc {
	text-align: center;
	margin: auto;
}
/* 左右に横線 */
.heading {
  align-items: center; /* 横線を上下中央 */
  display: flex; /* 文字と横線を横並び */
  justify-content: center; /* 文字を中央寄せ */
}
.heading::before,
.heading::after {
	background-color: #999;
    content: "";
    height: 1px;
    width: 2rem;
}
.heading::before {
  margin-right: 1rem; /* 文字との余白 */
}
.heading::after {
  margin-left: 1rem; /* 文字との余白 */
}
.headingW {
  align-items: center; /* 横線を上下中央 */
  display: flex; /* 文字と横線を横並び */
  justify-content: center; /* 文字を中央寄せ */
}
.headingW::before,
.headingW::after {
	background-color: #FFF;
    content: "";
    height: 1px;
    width: 10%;
}
.headingW::before {
  margin-right: 1rem; /* 文字との余白 */
}
.headingW::after {
  margin-left: 1rem; /* 文字との余白 */
}
.headingRight {
  align-items: center; /* 横線を上下中央 */
  display: flex; /* 文字と横線を横並び */
}
.headingRight::after {
	background-color: #999;
    content: "";
    height: 1px;
    width: 100px;
}
.headingRight::after {
  margin-left: 1rem; /* 文字との余白 */
}
/* 背景共通 */
.Bg_img {
	background: url(https://joynet.agarlup.com/wp-content/themes/tm_joy_vol1.0/img/bg_footer.png);
}
.Bg_b {
background: #1573D6;
}
.Bg_w {
	background: #FFF;
}
/* 共通ボタン */
.btn {
    width: 200px;
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#Single .btn {
	margin: auto;
}
.btn a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 6px 0 20px;
    border: 1px solid #1573D6;
    border-radius: 60px;
    font-weight: 700;
    color: #FFF;
	background: #1573D6;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}
.btn a span {
    width: 38px;
    height: 38px;
    overflow: hidden;
    position: relative;
	transition: .5s ;
	transform: rotateZ( 0deg );
}
.btn a span:hover {
transform: rotateZ( 360deg );
}
.btn2 {
    width: 200px;
    height: 50px;
}
.btn2 a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 6px 0 20px;
    border: 1px solid #1573D6;
    border-radius: 60px;
    font-weight: 700;
    color: #1573D6;
	background: #FFF;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}
.btn2 a span {
    width: 38px;
    height: 38px;
    overflow: hidden;
    position: relative;
	transition: .5s ;
	transform: rotateZ( 0deg );
}
.btn2 a span:hover {
transform: rotateZ( 360deg );
}
.btnLeft {
	text-align: left;
}
.btnCenter {
	text-align: center;
}
.btn01{ /* 白→青 */
	position: relative;
    text-decoration: none;
    display: inline-block;
    background: #FFF;
    color: #1573D6;
    padding: 20px 50px 20px 20px;
    border-radius: 60px;
    text-align: center;
    outline: none;
    transition: ease .5s;
    border: 1px solid #fff;
    width: 200px;
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.0;
}
.btn01:hover{
	background: #1573D6;
    color: #FFF;
	opacity: 1.0;
}
.btnarrow1::after{
	content: '';
    position: absolute;
    top: 18%;
    right: 12px;
    width: 38px;
    height: 38px;
    background: url(https://joynet.agarlup.com/wp-content/themes/tm_joy_vol1.0/img/btn_icon2.png) no-repeat;
    background-size: contain;
    transition: all .3s;
}
.btnarrow1:hover::after{
transform: rotateZ( 360deg );
}
.btn02{ /* 青→白 */
	position: relative;
    text-decoration: none;
    display: inline-block;
    background: #1573D6;
    color: #fff;
    padding: 20px 50px 20px 20px;
    border-radius: 60px;
    text-align: center;
    outline: none;
    transition: ease .5s;
    border: 1px solid #1573D6;
    width: 200px;
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.0;
}
.btn02:hover{
	background: #fff;
    color: #1573D6;
	opacity: 1.0;
}
.btnarrow2::after{
	content: '';
    position: absolute;
    top: 18%;
    right: 12px;
    width: 38px;
    height: 38px;
    background: url(https://joynet.agarlup.com/wp-content/themes/tm_joy_vol1.0/img/btn_icon.png) no-repeat;
    background-size: contain;
    transition: all .3s;
}
.btnarrow2:hover::after{
transform: rotateZ( 360deg );
}
/* 共通アクション */
.AcArea {
	padding: 50px 0 0;
}
.AcArea ul {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    align-items: center;
}
.AcArea ul li {
    background: #043C78;
    width: 48%;
    border-radius: 5px;
	position: relative;
}
.AcArea ul li a {
	color: #FFF;
    display: block;
    padding: 15px;
    font-size: clamp(20px, 2.5vw, 2rem);
    text-align: center;
}
.AcArea ul li.Link3 {
    background: #06C755;
}
.AcArea ul li.Link2 a {
	padding: 10px 15px 20px 15px;
}
.AcArea ul li span {
	font-size: 1.0rem;
    line-height: 0;
    display: block;
    text-align: center;	
}
.AcArea ul li:before {
	content: " ";
    background: url(https://joynet.agarlup.com/wp-content/themes/tm_joy_vol1.0/img/acicon01.png) no-repeat;
    background-size: 60px;
    padding: 26px;
    margin-left: 5px;
    position: absolute;
    right: 2%;
    background-position: center;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.AcArea ul li.Link1:after {
	content: " ";
    background: url(https://joynet.agarlup.com/wp-content/themes/tm_joy_vol1.0/img/acicon_mail.png) no-repeat;
    background-size: 60px;
    padding: 30px;
    margin-left: 5px;
    position: absolute;
    left: 2%;
    background-position: center;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.AcArea ul li.Link2:after {
	content: " ";
    background: url(https://joynet.agarlup.com/wp-content/themes/tm_joy_vol1.0/img/acicon_tel.png) no-repeat;
    background-size: 60px;
    padding: 30px;
    margin-left: 5px;
    position: absolute;
    left: 2%;
    background-position: center;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.AcArea ul li.Link3:after {
	content: " ";
    background: url(https://seisaku.agarlup.com/wp-content/themes/tm_joy_vol1.0/img/acicon_line.png) no-repeat;
    background-size: 60px;
    padding: 30px;
    margin-left: 5px;
    position: absolute;
    left: 2%;
    background-position: center;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.InnerArea .AcArea {
padding: 0 0 50px;
}
/* 子ページ共通タイトルヘッター*/
.Pheader {
	xpadding-top: 150px;
}
.TitleArea {
    min-height: 180px;
}
.TitleContents {
	position: absolute;
    top: 5%;
	left: 5%;
}
.TitleContents .label {
    font-size: clamp(1.6rem, 4vw, 2.5rem);
	margin-bottom: 0;
}
.TitleContents .Title01 {
    margin-bottom: 1.6666666667vw;
    text-align: left;
    font-size: clamp(2.0rem, 5vw, 3.3rem);
    font-weight: 900;
    line-height: 1.1;
	margin-bottom: 0;
}
.Recruit .TitleArea {
	min-height: inherit;
}

.Recruit .label {
    color: #FFF;
}
.Recruit .TitleContents,
.Flow .TitleContents,
.Careerup .TitleContents {
	position: absolute;
    top: 30%;
	left: 5%;
}
#Page .topMessage-slidetext {
    width: 100%;
    overflow: hidden;
    font-size: 8rem;
    color: #CDD8E4;
    position: absolute;
    top: 70%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-weight: 700;
    z-index: -1;
}
/*　トップページ　*/
.Top1Contents {
	padding: 100px 0 50px;
}
.Top1Contents .FlexBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}
.Top1Contents  .FlexBox > div {
	width: 50%;
	z-index: 0;
} 
.Top1Contents  .FlexBox .Body p {
	line-height: 2;
    letter-spacing: .07em;
	margin-bottom: 30px
}
.Top1Contents .title .Title01 {
    margin-bottom: 15px;
}
.BgText {
    font-weight: 700;
    line-height: 1;
    font-size: 9rem;
    white-space: nowrap;
    position: absolute;
    top: 90px;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	color: rgba(21,115,214,0.2);
}
.BgText2 {
    font-weight: 700;
    line-height: 1;
    font-size: 9rem;
    white-space: nowrap;
    position: absolute;
    top: 90px;
	right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	color: rgba(255,255,255,0.1);
}
#Top02 .Bg {
	background: #1573D6;
	position: relative;
}
.Top2Contents {
    position: relative;
	padding: 100px 0;
    max-width: 1200px;
    margin: auto;
}
.Top2Contents .title {
	color: #FFF;
}
.Top2Contents .Title {
	text-align: center;
	margin-bottom: 20px;
}
.Top2Contents p {
	text-align: center;
}
.ServiseArea {
	background: #FFF;
}
.ServiseArea .wrap {
	padding: 50px 0;
}
.ServiceBox {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}
.ServiceBox li {
	margin-right: 50px;
	width: 33.333%;
}
.ServiceBox li:last-child {
	margin-right: 0;
}
.ServiceBox li h3 {
    font-size: 1.5rem;
	white-space: nowrap
}
.ServiceBox li h3 span {
	color: #1573D6;
    font-size: 3rem;
    margin-right: 10px;
	font-family: "Rubik", sans-serif;
}
.ServiceBox li p {
    min-height: 130px;
}
#Top03 {
	color: #FFF;
}
#Top03 .Bg {
    background: url(https://joynet.agarlup.com/wp-content/themes/tm_joy_vol1.0/img/saiyoubg.jpg) rgba(0, 0, 0, 0.6);
    position: relative;
    width: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    background-blend-mode: darken;
}
#Top03 x.Bg:before {
content:"";
display:block;
position:fixed;
top:0;
left:0;
z-index:-1;
width:100%;
height:100vh;
background-repeat:no-repeat;
background-position:50% 100%;
    background: url(https://joynet.agarlup.com/wp-content/themes/tm_joy_vol1.0/img/saiyoubg.jpg) rgba(0, 0, 0, 0.6);
background-size:cover;
}
.Top3Contents {
    position: relative;
    padding: 100px 0;
    max-width: 1000px;
    margin: auto;
}
.Top3Contents .title {
	xcolor: #043C78;
}
.Top3Contents .Title {
	text-align: center;
	margin-bottom: 20px;
}
.Top3Contents .title p {
	margin-bottom: 30px;
}
.Top3Contents p {
	text-align: center;
}
.Top3Contents .btn {
	text-align: center;
	margin: 30px auto 0;
}
#Top04 .Bg {
	background: #1573D6;
	position: relative;
}
.Top4Contents {
    position: relative;
    padding: 100px 0;
    max-width: 1000px;
    margin: auto;
}
.Top4Contents .title {
	color: #FFF;
}
.Top4Contents .Title {
	text-align: center;
	margin-bottom: 20px;
}
.Top4Contents p {
	text-align: center;
}
/*TOP新着*/
.InfoContents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	padding: 0 0 50px 0;
}
.InfoContents .btnLeft {
	margin-top: 40px;

}
.InfoContents .title .btn02 {
	width: 150px;	
}
.InfoContents .List {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 50%;
    margin-left: 7vw;
}
.InfoContents .List a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(190, 190, 190, .5);
    padding: 20px 1rem 20px 0;
    position: relative;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}
.InfoContents .List a:hover {
    padding-left: 2rem;
}
.InfoContents .List a time {
    font-size: .7rem;
    letter-spacing: .07em;
    color: #333;
    margin-right: 1.5vw;
}
.InfoContents .List a .category {
    border: 1px solid #1573D6;
    border-radius: 20px;
    margin-right: 1.5vw;
    letter-spacing: .07em;
    padding: 0 15px;
    text-align: center;
    width: 120px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
	color: #1573D6;
}
.InfoContents .List a h3 {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
	color: #333;
}
.InfoContents .List .InfoArea {
	position: relative;
}
.InfoContents .List .InfoArea:after {
    content: " ";
    width: 100px;
    height: 1px;
    background: rgba(80, 149, 218, .5);
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}
.InfoContents .List .InfoArea:hover::after {
    width: 100%;
}

/* アーカイブ */
#Archive .btn {
	margin-top: 40px;
}

#Archive a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(190, 190, 190, .5);
    padding: 20px 50px 20px 0;
    position: relative;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}
#Archive a:hover {
    padding-left: 2rem;
}
#Archive a time {
    font-size: .7rem;
    letter-spacing: .07em;
    color: #333;
    margin-right: 50px;
}
#Archive a .category {
    height: 30px;
    border: 1px solid #1573D6;
    border-radius: 20px;
    margin-right: 50px;
    letter-spacing: .07em;
    padding: 0 15px;
    text-align: center;
    width: 8em;
    min-width: 8em;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
	color: #1573D6;
}
#Archive a h3 {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
	color: #333;
}
#Archive .InfoArea {
	position: relative;
}
#Archive .InfoArea:after {
    content: " ";
    width: 100px;
    height: 1px;
    background: rgba(80, 149, 218, .5);
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}
#Archive .InfoArea:hover::after {
    width: 100%;
}
/* ペ―ジネーション */
.pagination {
display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	padding: 50px 0;
}
.nav-links {
    display: flex;
}
.pagination .page-numbers {
	display: inline-block;
    margin-right: 10px;
    padding: 10px 19px;
    color: #0f1419;
    border-radius: 60px;
    background: #fff;
    border: 1px solid #1573D6;
}
.pagination .current {
    background: #1573D6;
    color: #fff;
}
.pagination .prev,
.pagination .next {
    background: transparent;
    box-shadow: none;
    color: #1573D6;
}
.pagination .dots {
    background: transparent;
    box-shadow: none;
    border: none;
}




/*******子ページ*******/

/* 基本 */
#Page dl dt {
	font-size: 1.62rem;
    background: #E8EEF5;
    border-left: 10px solid #1573D6;
    padding: 0.5rem 1rem;
    margin-bottom: 50px;
}
#Page dl dd {
    margin-bottom: 50px;
    padding: 0 1rem;
}
/* 画像テキスト左右共通 */
.LinksBox {
    display: flex;
}
.LinksBox .btn02 {
	width: 200px;
}
.LinksBox .btnarrow2::after {
	transform: rotate(134deg);
}
.LinksBox .btnarrow2:hover::after{
transform: rotateZ( 494deg );
}
.LinksBox ul {
    display: flex;
	justify-content: center;
    position: relative;
    margin: 0 auto;
    flex-wrap: wrap;
	-webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}
.LinksBox ul li {
	margin: 0 5px 10px;
	margin-bottom: 10px;
}
.LinksBox li a {
    font-size: 14px;
}
.TitleBox {
	margin-bottom: 50px;
}
.TitleBox .Title01,
.TitleBox .label,
.TitleBox .Title02,
.TitleBox .label02 {
	text-align: center;
}
.Item {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
	margin-bottom: 80px;
}
.reverse {
    flex-direction: row-reverse;
}
.Item {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 70px;
}
#Business #c01 .Item {
    margin-bottom: 50px;
}
.Inner .Item:nth-child(3) {
    margin-bottom: 0px;
}
.Item .Photo {
	width: 40%;
	min-width: 40%;
	margin-right: 50px;
	position: relative;
}
.Item .Photo img {
	box-shadow: 10px 10px 0px #c1c1c4;
	    border-radius: 1.5rem 0 1.5rem 0;
}
.Item h3{
    position: relative;
    margin: 0 0 1.5em;
    padding: 0.5rem 0.5rem 0.5rem 2.0rem;
    border-bottom: 3px solid #51BAE9;
	font-size: clamp(1.5rem, 1.6vw, 1.8rem);
    font-weight: 700;
    margin-bottom: 16px;
}
.Item h3 span {
	font-size: clamp(2.3rem, 2.5vw, 2.8rem);
    color: #1573D6;
	
}
.Item h3:before{
    content: "";
    position: absolute;
    background: #1573D6;
    top: 5px;
    left: 0.4em;
    height: 20px;
    width: 20px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.Item h3:after{
    content: "";
    position: absolute;
    background:#51BAE9;
    top: 1.0em;
    left: 0;
    height: 15px;
    width: 15px;
    transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
}
.Item .Body p {
	padding: 0 1rem;
}
.Item2 {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
	flex-wrap: wrap;
}
.Item2 .Box {
	padding: 10px;
	margin-bottom: 30px;
	background: #f4f6f8;
    xborder-bottom: 4px solid #1573D6;
	box-sizing: border-box;
	border-radius: 1.5rem 0 0 0;
	width: 24%;
}
.Item2 .Box img {
	border-radius: 1.5rem 0 1.5rem 0;
}
.Item2 .Box:last-child {
	margin-right: 0;
}
.Item2 .Box h4 {
    border-left: 4px solid #1573D6;
    margin: 10px 0;
    padding-left: 0.5rem;
	font-size: 1.0rem;
}
.Item2 .Box p {
	line-height: 1.8;
	font-size: 0.9rem;
	
}
/* リクルートページ */
.TopMesssage {
    margin: 0 auto;
	    font-size: 1.0rem;
    font-weight: 600;
	padding: 0 0 50px;
}
.TopMesssage .TopMesssage-txt .Messa {
    font-size: clamp(1.8rem, 4vw, 3.5rem);
    color: #fff;
    background: #1573D6;
    padding: 0px 1rem 6px;
    display: inline-block;
    margin: 10px 0px;
    position: relative;
	line-height: 1.5;
}
.Mes2 {
    font-size: clamp(1.2rem, 2vw, 2rem);
}
.Mes1 {
    font-size: clamp(1.2rem, 2vw, 2rem);
}
.Decor {
	position: absolute;
}
.TopMesssage .Img01 {
    top: 5%;
    right: 0%;
    max-width: 35%;
}

.keyframe1{
  animation-name: anim_v;
}

@keyframes anim_v {
  0% {
    transform: translate(0, 0px);
  }
  100% {
    transform: translate(0, 60px);
  }
}
.label2 {
    font-weight: 700;
    color: #043C78;
    letter-spacing: .1em;
    font-size: 3vw;
	line-height:1.3;
}
.ItemBox {
	margin: 0px auto;
}
.Item2 {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 68px;
}
.Item2:last-child {
    margin-bottom: 0;
}
/* リスト2 */
.List2 h3 {
	font-size: 1.7rem;
}
.List2 {
display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin-bottom: 30px;
}
.List2 li {
width: 48.5%;
position: relative;
}
.List2 li a {
	display: block;
    height: 100%;
-webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.List2 .ListLeft {

}
.List2 .ListBox {
    position: relative;
    min-height: 320px;
    height: 100%;
    background-size: cover;
    background-position: center;
}
.List2 .ListBox.limg01 {
    background-image: url(https://joynet.agarlup.com/wp-content/themes/tm_joy_vol1.0/img/recruit/rec_linkimg01.jpg);
}
.List2 .ListBox.limg02 {
    background-image: url(https://joynet.agarlup.com/wp-content/themes/tm_joy_vol1.0/img/recruit/rec_linkimg02.jpg);
}
.List2 .ListBox.limg03 {
    background-image: url(https://joynet.agarlup.com/wp-content/themes/tm_joy_vol1.0/img/recruit/rec_linkimg03.jpg);
}
.List2 .ListIconWrap {
    position: absolute;
    right: 0;
    bottom: 0;
}
.List2 .ListIconWrap .icon {
display: inline-block;
    width: 60px;
    height: 60px;
    position: relative;
    background-color: #1c1c1c;
    border: 1px solid #1c1c1c;
    vertical-align: bottom;
    background-color: #2C81DA;
    border-color: #2C81DA;
}
 
.List2 li a::after{
	font-family: 'Material Icons';
    content: '\e5c8';
    color: #FFF;
    position: absolute;
    bottom: 5px;
    right: 15px;
	font-size: 30px;
transition: .5s;
    transform: rotateZ(0deg);
}
.List2 li a:hover::after{
	font-family: 'Material Icons';
    content: '\e5c8';
    color: #FFF;
    position: absolute;
    bottom: 5px;
    right: 15px;
	font-size: 30px;
    transform: rotateZ(30deg);
}
/* テーブル */
.table_design07 {
  border-collapse: collapse;
  width: 100%;
    max-width: 860px;
    margin: 0 auto;
}
.table_design07 th, .table_design07 td {
  border: 1px solid #fff;
  background-color: #f2f8f8;
  padding: 1em;
}
.table_design07 th {
  background-color: #1573D6;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 30%;
  min-width: 4em;
  position: relative;
}
.xtable_design07 th::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  border: 10px solid transparent;
  border-left: 10px solid #1573D6;
  z-index: 2;
}
.xtable_design07 th::after {
  content: '';
  position: absolute;
  top: 50%;
  left: calc(100% + 2px);
  transform: translateY(-50%);
  border: 12px solid transparent;
  border-left: 12px solid #fff;
  z-index: 1;
}

/* QA */
.QaBox {
    border: none;
    border-radius: 5px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 2%), 0 2px 3px -2px rgba(0 0 0 / 5%);
    background-color: #fff;
    margin: 0 auto 10px;
	border: 1px solid #999;
}
.QaBox summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}
.QaBox summary::before,
.QaBox p::before {
    position: absolute;
    font-size: 2rem;
	left: 13px;
}
.QaBox summary::before {
    color: #1573D6;
    content: "Q";
}
.QaBox summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}
.QaBox[open] summary::after {
    transform: rotate(225deg);
}
.QaBox p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}
.QaBox[open] p {
    transform: none;
    opacity: 1;
}
.QaBox p::before {
    color: #333;
    line-height: 1.2;
    content: "A";
}
.FlowArea {
	xmax-width: 1200px;
	margin: auto;
}
.FlowBox {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
	margin-bottom: 80px;
    position: relative;
    background: #FFF;
    padding: 20px;
}
.FlowBox::after {
	content: "";
    position: absolute;
    bottom: -50px;
    left: 50px;
    width: 0;
    height: 0;
    border-top: 50px solid #FFF;
    border-right: 50px solid transparent;
    border-left: 50px solid transparent;
}
.FlowBox:last-child {
	margin-bottom: 0;
}
.FlowBox:last-child::after {
    content: "";
    position: inherit;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 0;
    border-right: 0;
    border-left: 0;
}
.FlowBox > div {
    width: 50%;
    margin-right: 50px;
}
.FlowBox > div:nth-child(1) {
    width: 50%;
    margin-right: 0;
}
.Num {
	background: #2C81DA;
    display: inline-block;
    color: #FFF;
    font-size: 2.5rem;
    padding: 10px 16px;
    line-height: 1.0;
}
.Times {
	margin: 10px 0;
    font-size: 1.5rem;
}

/*キャリアアップ*/
.StepArea {
	max-width: 1000px;
	margin: auto;
}
.StepBox {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
	margin-bottom: 80px;
    position: relative;
    background: #FFF;
    padding: 20px;
}
.StepBox::after {
	content: "";
    position: absolute;
    bottom: -50px;
    left: 50px;
    width: 0;
    height: 0;
    border-top: 50px solid #FFF;
    border-right: 50px solid transparent;
    border-left: 50px solid transparent;
}
.StepBox > div {
    width: 50%;
    margin-right: 50px;
}
.StepBox > div:nth-child(1) {
    width: 50%;
    margin-right: 0;
}
.StepBox .Times {
	color: #1573D6;
}

/* 会社案内ページ */
#Company {
    overflow: hidden;
}
.GreetingBox {
    margin: 100px auto;
    position: relative;
    max-width: 1000px;
}
.Greeting {
background: #FFF;
    padding: 50px;
    margin: auto;
    border-bottom: 6px solid #1573D6;
    box-shadow: 15px 15px 0px #C1C1C1;
	overflow: hidden;
}
.Greeting img.Photo {
    float: left;
    max-width: 35%;
    margin-right: 50px;
    box-shadow: 15px 15px 0px #C1C1C1;
    margin-bottom: 15px;
}
.Greeting img.Name {
	display: block;
    margin: 50px 0 0 auto;
}
.DateBase {

}
.Campany_Inner {
	max-width: 1000px;
    margin: 0 auto 50px;
    background: #FFF;
    padding: 50px;
    /* box-shadow: 15px 15px 0px #C1C1C1; */
    border-top: 0px solid #1573D6;
}
.CompanyArea {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.CompanyArea .TitleBox .Title {
    font-size: clamp(1.6rem, 3vw, 2.0rem);
	text-align: left;
}
.CompanyArea .TitleBox .label {
    font-size: clamp(1.0rem, 2vw, 1.6rem);
    text-align: left;
}
.CompanyArea .TitleBox {
    width: 33.33%;
    min-width: 33.33%;
    margin-right: 65px;
}
.CompanyArea .CompanyBox {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.CompanyArea .CompanyBox .TitleBox {
    width: 100%;
    min-width: 100%;
    margin-right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}
.CompanyArea .CompanyBox .TitleBox .Date {
    font-size: clamp(1.4rem, 1.4vw, 1.6rem);
    text-align: left;
    color: #1573D6;
}
.CompanyArea .CompanyBox .TitleBox .Date2 {
	font-size: clamp(0.7rem, 1.0vw, 1.6rem);
}
.CompanyArea table {
	width: 100%;
    border-bottom: 1px solid #bebebe;
}
.CompanyArea table th {
	padding: 15px 5px 15px 0;
    letter-spacing: 0.05em;
    color: #333;
    border-top: 1px solid #B1B1B1;
    white-space: nowrap;
	font-size: clamp(0.8rem, 2vw, 1.0rem);
}
.CompanyArea table td {
	border-top: 1px solid #bebebe;
    padding: 15px 0 15px 5px;
    color: #333;
	font-size: clamp(0.8rem, 2vw, 1.0rem);
	text-align: left;
}
.MapArea {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
	max-width: 1200px;
    margin: 0 auto 50px;
}
.MapArea > div {
	width: 50%;
	padding: 20px;
}
.MapArea h3 {
	margin-top: 10px;
}

/*記事ページ*/
#Single .Title {
    margin: 10px 0 50px;
    border-bottom: 1px solid #999;
    padding: 0 0 20px;
}
#Single .entry {
	margin-bottom: 50px;
}
.PostDay {
    xfont-size: 12px;
}
.PostCat a {
	height: 30px;
    border: 1px solid #1573D6;
    border-radius: 20px;
    margin-right: 10px;
    letter-spacing: .07em;
    padding: 0 15px;
    text-align: center;
    width: 8em;
    min-width: 8em;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #1573D6;
}
.PostPage .entry {
    margin-top: 30px;
}
/* パンくず */
.breadcrumbs {
    font-size: 12px;
    text-align: right;
    border-top: 1px solid #1573D6;
    padding: 5px calc(10vw / 6);
}
.breadcrumbs a {
	color: #1573D6;
}
/* ページネーション */
.PageN_one {
	text-align: center;
    padding: 50px 0;
}
.post-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}
.pagination ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.pagination ul li {
    padding: 5px;
    margin: 0 0.5em;
	font-size: 16px;
}
/* 次前の記事 */

.PageN_one a {
display: block;
    min-height: 100%;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}
.PageN_one a:hover {
}
.PageN_one p {
font-size: 1.1333333333rem;
    font-weight: 700;
    letter-spacing: .07em;
    margin-bottom: 30px;
	color: #333;
}
.PageN_one .nexts p {
	text-align: right;
}
.PageN_one ul li {
	position: relative;
}
.previous,
.nexts {
    width: calc(50% - 30px);
    border-top: 1px solid rgba(190, 190, 190, .5);
    border-bottom: 1px solid rgba(190, 190, 190, .5);
    position: relative;
    padding: 25px 0;
}
.previous .Date {
	padding-left: 80px;
}
.nexts .Date {
	padding-right: 80px;
}
.previous .Date:after {
    content: '';
    width: 30px;
    height: 30px;
    border: 0px;
    border-top: solid 2px #1458bf;
    border-right: solid 2px #1458bf;
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    position: absolute;
    left: 2%;
    bottom: 15%;
    background-size: contain;
}
.nexts .Date:after {
    content: '';
    width: 30px;
    height: 30px;
    border: 0px;
    border-top: solid 2px #1458bf;
    border-right: solid 2px #1458bf;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 2%;
	bottom: 15%;
    background-size: contain;
}
/* gmap */
.gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%!important;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}


/*******************************
* フォームの設定
********************************/

/* バッジの色 */
.wpcf7 p span.must,
.wpcf7 p span.free {
    font-weight: 400;
    color: #FFF;
}
.wpcf7 p span.Fcol01 {
    font-weight: 400;
    color: #fb0101;
}
.themeform input[type="submit"] {
    position: relative;
    margin: auto;
    left: 0;
    right: 0;
}
.wpcf7 input[type="submit"] {
  -webkit-appearance: none;
}
/* 必須マーク */
.must {
	background: #005eae;
}

/* 任意マーク */
.free {
	background: #999;
}

.must,
.free {
	color: #FFF;
	border-radius: 3px;
	font-size: 12px;
	margin-right: 10px;
	padding: 5px 10px;
	letter-spacing: 0.2em;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    margin: auto;
    padding: 0.2em 1em;
    border: 2px solid #dc3232;
    background: #dc3232;
    color: #FFF;
	font-size: 1.3rem;
    text-align: center;
}
.wpcf7 p {
    margin: 0 0px 2em;
}
/* フォーム入力項目 */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="date"],
.wpcf7 input[type="tel"] {
	padding: 10px 0;
    margin-top: 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    text-indent: 0.5em;
	width: 100%;
}
.wpcf7 .wpcf7-select {
	padding: 10px 0;
    margin-top: 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    text-indent: 0;
}
.wpcf7 textarea {
    width: 100%;
    padding: 10px 0;
    margin: 10px 0 0 0;
    border: 1px solid #ddd;
    border-radius: 3px;
}
/* フォーム入力項目 */
.themeform select {
	padding: 10px 0;
    margin-top: 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
}
/* ファイル選択 */
.wpcf7 input[type="file"] {
    cursor: pointer;
    margin-bottom: 10px;
}
/* 送信ボタン */
input.sub-btn {
	width: 80%;
    padding: 20px 0;
    background: #FFF;
    color: #1573D6;
    font-size: 1.1em;
    font-weight: bold;
    letter-spacing: 0.2em;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    border: 0;
    margin: 0 auto;
    text-align: center;
    display: block;
	border-radius: 60px;
	border: 1px solid #1573D6;
}

/* 送信ボタンホバー */
input.sub-btn:hover{
	background: #1573D6;
	color: #FFF;  
}

/* 送信ボタン中央寄せ */
.center {
	text-align:center;
}
.themeform button, .themeform input, .themeform label, .themeform select, .themeform textarea {
    font-size: 16px;
}
/* 同意ボタン */
.doui {
	margin-bottom: 30px;
}
.doui p {
margin: 0 auto;
text-align: center;
}
.doui .Plink {
	margin-top: 10px;
}
.doui .ok {
height: 20px;
    margin: 0px 10px 0px 0px;
    width: 20px;
    max-width: calc(100% - 10px);
}
.doui .wpcf7-list-item-label {
vertical-align: text-bottom;
}
@media screen and (max-width: 1200px) {
.wrap {
	max-width: 90%;
}
.Top2Contents,
.Top3Contents {
	max-width: 90%;
}
.Top4Contents {
    max-width: 90%;
}
/* 固定会社情報 */
.GreetingBox {
    margin: 100px auto;
    position: relative;
    max-width: 90%;
}
.DateBase {
	padding-top: 100px; 

}
.Campany_Inner {
	max-width: 90%;
}
.CompanyArea {
	padding-bottom: 50px;
}
/* 採用情報 */

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

.MvImg {

}
#Mv h1 {
    font-size: 5rem;
}
/* TOPお知らせ */
InfoContents .List a {
    flex-wrap: wrap;
}
.InfoContents .List a h3 {
	width: 100%;
	margin-top: 10px;
}
.InfoContents .List a {
    flex-wrap: wrap;
	padding: 10px 1rem 10px 0;
}


/* 固定会社情報 */
.Greeting {
    padding: 30px 25px;
}
.Greeting img.Photo {
    float: left;
    max-width: 30%;
    margin-right: 50px;
	margin-bottom: 
}
.CompanyArea {
	display: block;
}
.Campany_Inner {
    padding: 30px 20px;
}
.CompanyArea .TitleBox {
    width: 100%;
    min-width: 100%;
    margin: 0 0 15px;
}
.MapArea {
    display: block;
}
.MapArea > div {
    width: 100%;
    padding: 0 0 30px 0;
}
/* 採用情報 */

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

.Top2Contents,
.Top3Contents {
	max-width: 90%;
}
.Top4Contents {
    max-width: 90%;
}	

/* 固定会社情報 */
.GreetingBox {
    max-width: 90%;
}	
.DateBase {
	padding-top: 0; 

}
.CompanyArea {
	padding-bottom: 25px;
}	
/* 採用情報 */
.table_design07 {
    max-width: 100%;
}
#Mv h1 {
    font-size: 5.5vw;
}
#Mv p.copy {
    font-size: 2vw;
}
/* 大枠共通 */
.Contents {
    padding: 50px;
}
/* TOP　問い合わせ */
.AcArea ul li:after,
.AcArea ul li.Link2:after,
.AcArea ul li.Link3:after{
background-size: 40px;
    padding: 25px;
}
.AcArea ul li:before {
	background-size: 40px;
    padding: 25px;
}
/* TOPサービス */
.ServiceBox li h3 {
    font-size: 1.3rem;
}
.ServiceBox li h3 span {
    font-size: 1.5rem;
    margin-right: 5px;
}
/************ 固定ページ *************/


.Item2 {
    flex-wrap: wrap;
}
.Item2 .Box {
    padding: 10px;
    margin-right: 2%;
	margin-bottom: 2%;
	width: 48%;
}
.Item2 .Box:nth-child(2n) {
	margin-right: 0;
}
/* リクルート */
.ItemBox {
	padding: 0px 5.25vw 50px;
}
/* フッター */
.FooterNavArea {
   align-items: flex-start;
    padding: 50px 0;
}
.FooterLogo {
	padding: 50px 0;
	max-width: 100%;
}
.FooterNavBox {
	display: block;
}
.FooterNavBox ul {
	display: block;
    border-left: 0;
	font-size: 3vw;
	margin-right: 0;
	margin-left: 1rem;
}
.FooterNavBox ul li {
	margin: 0 0 20px 1rem;
}
}
@media screen and (max-width: 810px) {

.InnerArea {
    max-width: 100%;
    padding: 25px;
}

Sp-Header p.logo {
	padding-left: 20px;
}

.BgText,
.BgText2 {
	font-size: 6rem;
}
/* TOPページ */
.ServiceBox {
	xdisplay: block;
}

.InfoContents {
	display: block;
}
.InfoContents .btnCenter {
	margin-top: 30px;
}

}
@media screen and (max-width: 768px) {
	
/* 共通 */
.Contents {
    padding: 0;
}
/* mv */
#Main {
	padding-top: 50px;
}
.TitleArea {
    min-height: 160px;
}

/* 固定採用情報ページ */
.Item {
    display: block;
    margin-bottom: 100px;
}
.Item .Photo {
    width: 100%;
    min-width: 100%;
    margin-right: 0;
    position: relative;
    margin-bottom: 30px;
}
.Item .Body p {
    padding: 0;
}
/* アーカイブ */
#Archive a {
    flex-wrap: wrap;
	padding: 20px 20px 20px 0;
}
#Archive a .category {
    margin-right: 10px;
}
#Archive a time {
	margin-right: 0;
}
#Archive a h3 {
	width: 100%;
    margin-top: 10px;
}
.pagination {
	font-size: 0.8rem;
}
@media screen and (max-width: 767px) {



/* ページタイトル共通 */
.TitleArea {
    min-height: 130px;
}
#Page .topMessage-slidetext {
	font-size: 6rem;
}
.BgText, .BgText2 {
    font-size: 4rem;
}

/* TOPページ */
.Top1Contents .FlexBox {
    display: block;
}
.Top1Contents .FlexBox > div {
	width: 100%;
} 
.ServiceBox {
	display: block;
}
.ServiceBox li h3 {
    font-size: 1.5rem;
}
.ServiceBox li h3 span {
    font-size: 2rem;
}
.ServiceBox li {
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
}
.ServiceBox li p {
    min-height: 0;
}
/* TOP問い合わせ */
.AcArea ul {
    display: block;
}
.AcArea ul li {
    width: 100%;
	margin-bottom: 15px;
}
.AcArea ul li:last-child{
	margin-bottom: 0;
}
.AcArea ul li a {
    font-size: 1.2rem;
}
.AcArea ul li span {
    font-size: 0.8rem;
}

/* 事業案内 */
.Item {
	display: block;
    margin-bottom: 30px;
}
#Business .Item .Photo {
    width: 100%;
    min-width: 100%;
    margin-right: 0;
    position: relative;
    margin-bottom: 30px;
}


}
@media screen and (max-width: 680px) {
/* 採用情報 */
.Contents {
    padding: 0;
    background: #FFF;
}
.FlowBox {
	display: block;
}
.FlowBox > div {
    width: 100%;
    margin-right: 0;
	margin-bottom: 30px;
}
.FlowBox > div:nth-child(1) {
    width: 100%;
}
}
@media screen and (max-width: 480px) {
#Mv h1 {
    font-size: 9vw;
}
.MvImg {

}
/* 共通ボタン */
.btnLeft {
	text-align: center;
}
/* 共通大枠 */
.wrap {
    padding: 25px 0 0;
}
.TitleBox {
    margin-bottom: 25px;
}
.InnerArea {
    padding: 15px;
}
/* テーブル */
.table_design07 th, .table_design07 td {
    padding: 1em;
    display: block;
    width: auto;
}

/* ページナビ */
.PageN_one {
    text-align: center;
    padding: 0px 0 30px;
}
.previous .Date {
    padding-left: 50px;
}
.previous, .nexts {
    width: calc(50% - 10px);
    padding: 15px 0;
}
.previous .Date:after {
    left: 5%;
}
.nexts .Date:after {
    right: 5%;
}
/* フッター */
footer .FooterBnr ul {
    grid-template-columns: 1fr;
    padding: 0 0 50px;
}
.FooterNavBox {
    padding: 20px 0;
}
.FooterLogo {
    padding: 50px 0;
    max-width: 40%;
}
/* TOPページ */
/****** 固定 ******/
/* 事業案内 */
.Item2 .Box {
	width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
}
.Item2 .Box:last-chils {
	margin-bottom: 0;
}
.Greeting img.Photo {
float: inherit;
    max-width: 80%;
    margin: 0 auto 40px;
    display: block;
}
/* 採用情報 */
.TopMesssage .Img01 {
	display: none;
}
}