@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;700&display=swap');

/* BASE
------------------------------------*/

html {
  font-size: 62.5%;
  height: 100%;
}
body {
  position: relative;
  height: 100%;
  font-family: "M PLUS 1p", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, Verdana, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #333333;
  letter-spacing: 0.1em;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  min-width: 1280px;
}

a {
  color: #0092E5;
  text-decoration: none;
}
a:hover {
  cursor: pointer;
}

h1,h2,h3,h4 {
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}
p {
  font-size: 1.6rem;
  line-height: 2.0em;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
  height: auto;
}

a img,
.hvr {
  transition: 0.3s;
}
a img:hover,
.hvr:hover {
  opacity: 0.7;
  cursor: pointer;
}




/* BASE2
------------------------------------*/

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
.center{ margin: 0 auto; }
.clear{ clear:both; }
.relative { position: relative; }

.fwb { font-weight: bold; }

.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt50 { margin-top: 50px; }
.mt70 { margin-top: 70px; }
.mt80 { margin-top: 80px; }
.mt100 { margin-top: 100px; }

.mb10 { margin-bottom: 10px; }
.mb16 { margin-bottom: 16px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }
.mb60 { margin-bottom: 60px; }
.mb70 { margin-bottom: 70px; }
.mb80 { margin-bottom: 80px; }
.mb100 { margin-bottom: 100px; }

.link {
  text-decoration: underline;
}
.link:hover {
  text-decoration: none;
}
.red {
  font-weight: 700;
  color: #FF0000;
}

.sp { display: none!important; }

.imgHvr,
.imgHvr img {
  transition: opacity 0.5s;
}
.imgHvr:hover,
.imgHvr img:hover {
  opacity: 0.6;
}


@media (max-width: 767px) {

  body { cursor: auto;   min-width: inherit; }
  .pc { display: none !important; }
  .sp { display: inherit!important; }


} /* end @media */




/* COMMON
------------------------------------*/

.wrap {
  width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.wrap1000 {
  width: 1040px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

.wrap800 {
  width: 840px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

.ttl01 {
  font-size: 6.0rem;
  font-weight: 700;
  text-align: center;
  line-height: 0.8em;
}
.ttl01 span {
  font-size: 2.0rem;
  font-weight: 400;
}
.ttl02 {
  font-size: 3.0rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
}


@media (max-width: 767px) {

  .wrap,
  .wrap1000,
  .wrap800 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ttl02 {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
  .ttl01 {
    font-size: 4.0rem;
  }

} /* end @media */






/* Header & Main
------------------------------------*/

header {
  position: relative;
  width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  height: 82px;
}

.logo {
  position: absolute;
  width: 242px;
  top: 22px;
  left: 20px;
}

.headerTel {
  position: absolute;
  width: 265px;
  top: 18px;
  right: 130px;
}
.headerMenu {
  position: fixed;
  width: 72px;
  top: 18px;
  left: 50%;
  margin-left: 548px;
  z-index: 1000;
}
.headerMenu:hover {
  cursor: pointer;
}
.spMenu {
  display: none;
  position: fixed;
  top:0;
  left:0;
  width: 100%;
  height: 100vh;
  background: #0092E5;
  overflow-y: auto;
  z-index: 10001;
}
.headerMenuClose {
  position: fixed;
  width: 72px;
  top: 18px;
  left: 50%;
  margin-left: 548px;
}
.headerMenuClose:hover {
  cursor: pointer;
}


.scrollNone {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.scrollNone::-webkit-scrollbar {
  display:none;
}
.spMenu ul {
  width: 600px;
  margin: 85px auto 50px;
  border-top: 1px solid #4DB3ED;
}
.spMenu li {
  border-bottom: 1px solid #4DB3ED;
  text-align: center;
}
.spMenu li a {
  display: block;
  padding: 20px 0;
  font-size: 1.6rem;
  font-weight: 700;
  color: #FFF;
  transition: .3s;
}
.spMenu li a:hover {
  background: #4DB3ED;
}
.spMenuBtn {
  display: flex;
  justify-content: space-between;
  width: 600px;
  margin: 0 auto 50px;
}
.spMenuBtn a {
  display: block;
  width: 49%;
  padding: 10px 0 6px;
  border-radius: 40px;
  text-align: center;
}
.spMenuBtn img {
  height: 40px;
  display: inline;
}
.spMenuLine {
  background: #21C755;
}
.spMenuMail {
  background: #D84773;
}
.spMenuLine img {
  margin-right: 18px;
}
.spMenuMail img {
  margin-right: 6px;
}
.mainImg {
  max-width: 1240px;
  width: 100%;
  margin: -6px auto;
}
.momuri {
  position: fixed;
  bottom: 40px;
  right: 30px;
  width: 411px;
  height: 250px;
  background: url("../images/momuri_box.png") no-repeat;
  background-size: 283px auto;
  background-position: top 0 left 0;
  z-index: 10000;
  transition: .5s;
}
.momuriLine {
  position: absolute;
  top: 90px;
  left: 28px;
  width: 226px;
}
.momuriMail {
  position: absolute;
  top: 146px;
  left: 28px;
  width: 226px;
}
.momuriKun {
  position: absolute;
  top: 0;
  right: 0;
  width: 177px;
}
.momuriClose {
  position: absolute;
  top: 0;
  left: 0;
  width: 37px;
}
.displayNone {
  display: none;
}


@media (max-width: 767px) {

  header {
    width: 100%;
    padding: 0 10px;
    height: 72px;
  }
  .logo {
    width: 180px;
    top: 12px;
    left: 10px;
  }
  .headerTel {
    display: none;
  }
  .headerMenu,
  .headerMenuClose{
    position: fixed;
    width: 48px;
    top: 12px;
    right: 10px;
    left: auto;
    margin-left: 0;
  }
  .spMenu ul {
    width: 90%;
  }
  .spMenuBtn {
    display: block;
    width: 90%;
  }
  .spMenuBtn a {
    width: 100%;
    margin-bottom: 14px;
  }
  .topH1 {
    padding: 0 20px;
  }
  .mainImg {
    width: 100%;
    margin: 0;
  }

  .momuri {
    bottom: 40px;
    right: 20px;
    width: 226px;
    height: 170px;
    background: url("../images/momuri_box.png") no-repeat;
    background-size: 180px auto;
  }
  .momuriLine {
    top: 58px;
    left: 19px;
    width: 142px;
  }
  .momuriMail {
    top: 94px;
    left: 19px;
    width: 142px;
  }
  .momuriKun {
    top: 40px;
    right: 0;
    width: 78px;
  }
  .momuriClose {
    top: 0;
    left: 0;
    width: 37px;
  }

} /* end @media */


/* 最近の依頼
------------------------------------*/
.topWrap {
  width: 1040px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.secNew {
  padding: 60px 0 0 0;
}
.secNew h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 30px;
}
.secNew h2::before,
.secNew h2::after {
  content: '';
  background-color: #302D2C;
  height: 2px;
  width: 50px;
  margin: 0 40px;
}
.secNew__list {
  background-color: #F8F2F2;
  border: 5px solid #CA003F;
  border-radius: 4px;
  font-size: 1.6rem;
  padding: 30px;
}
.secNew__list li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.secNew__list li + li {
  margin-top: 12px;
}
.secNew__list li time {
  width: 105px;
  font-weight: 700;
}
.secNew__list li div {
  width: 800px;
}
.secNew__box {
  text-align: center;
  margin-top: 30px;
}
.moreLink {
  position: relative;
  display: inline-block;
  background-color: #CA003F;
  border-radius: 31px;
  width: 100%;
  max-width: 340px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 60px;
  transition: opacity 0.5S;
}
.moreLink::after {
  content: url(../images/arrow_right.svg);
  display: inline-block;
  position: absolute;
  top: 3px;
  right: 22px;
}
.moreLink:hover {
  opacity: 0.6;
}

@media (max-width: 767px) {
  .topWrap {
    width: 100%;
  }
  .secNew {
    padding: 50px 0 0 0;
  }
  .secNew h2::before {
    width: 30px;
    margin: 0 30px 0 0;
  }
  .secNew h2::after {
    width: 30px;
    margin: 0 0 0 30px;
  }
  .secNew__list {
    padding: 30px 20px;
  }
  .secNew__list li + li {
    margin-top: 20px;
  }
  .secNew__list li time {
    width: 100%;
  }
  .secNew__list li div {
    width: 100%;
    margin-top: 10px;
  }
}


/* INFORMATIONS
------------------------------------*/

.info {
  display: flex;
  margin-top: 30px;
}

.infoL {
  width: 206px;
  padding: 22px 0;
  text-align: center;
  background: #CA183F;
  color: #FFF;
  border-radius: 4px 0 0 4px;
}
.infoL h2 {
  font-size: 1.3rem;
}
.infoR {
  flex: 1;
  background: #eee;
  padding: 20px 40px;
  border-radius: 0 4px 4px 0;
}

div.ticker{
    background: #EEE;
    border: none;
    width: 100%;
}
div.ticker ul {
  width: 100%;
}

.infoRFx {
  display: flex;
  margin-top: -10px;
}

.infoDay {
  width: 120px;
  margin-right: 30px;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5em;
}
.infoR p {
  flex: 1; 
  font-size: 1.3rem;
  line-height: 1.5em;
}
.infoR p a {
  position: relative;
  text-decoration: underline;
}
.infoUdate {
  font-size: 1.2rem;
  margin-top: 8px
}

/*
a.tgBrank::after {
  position: inherit;
  display: inline-block;
  content: url("../img/arr05.png");
  transform: scale(0.5);
  margin-left: .5em;
  vertical-align: middle;
}
*/


@media (max-width: 767px) {

  .info {
    display: block;
    margin-top: 20px;
  }
  .infoL {
    width: 100%;
    padding: 10px 0;
    border-radius: 4px 4px 0 0;
  }
  .infoR {
    padding: 16px;
    border-radius: 0 0 4px 4px;
  }
  .infoRFx {
    display: block;
    margin-top: -10px;
  }
  .infoRFx {
    padding-bottom: 10px;
  }

}/* end @media */


/* キャッチコピー
------------------------------------*/

.cc {
  width: 945px;
  padding: 0 20px;
  margin: 90px auto 150px;
}
.cc h2 img {
  max-width: 100%;
  display: block;
  margin: 0 auto 80px;
}
.cc h3 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.cc h3 span {
  color: #2192E5;
}
.cc p span {
  color: #FF0000;
  text-decoration: underline;
  font-weight: 700;
}


@media (max-width: 767px) {

  .cc {
    width: 100%;
    margin: 70px auto 50px auto;
  }
  .cc h2 img {
    margin: 0 auto 50px;
  }
  
} /* end @media */



/* 提携サービス
------------------------------------*/

.topPartner {
  padding: 100px 0;
  background: #FFF;
}
.topPartner .wrap1000 {
  display: flex;
}
.topPartner img {
  width: 529px;
  margin-right: 55px;
}
.topPartnerR {
  flex: 1;
}
.topPartnerTasu {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 4px;
}
.topPartner h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
.topPartnerRed {
  color: red;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 40px;
}
.topPartner a {
  display: block;
  width: 250px;
  padding: 20px 0;
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  background: #0092E5;
  border-radius: 50px;
}
.topPartner a:hover {
  opacity: 0.8;
}


@media (max-width: 767px) {

	.topPartner {
		padding: 0 0 200px;
		background: #FFF;
	}

	.topPartner .wrap1000 {
		display: block;
		padding: 50px 0;
	}
	.topPartner img {
		display: block;
		width: 90%;
		margin: 0 auto 50px;
	}
	.topPartnerR {
		padding: 0 20px;
	}
	.topPartnerTasu {
		text-align: center;
	}
	.topPartner h2 {
		text-align: center;
		font-size: 24px;
		font-weight: bold;
		margin-bottom: 20px;
	}
	.topPartnerRed {
		margin-bottom: 0px;
	}
	.topPartner a {
		margin: 0 auto;
	}

}/* end @media */



/* モームリの強み
------------------------------------*/

.stg {
  max-width: 1496px;
  margin: 0 auto;
  background: #EDF6FD url("../images/srg_top.jpg") no-repeat;
  background-size: 1496px;
  background-position: top 0 center;
  padding-top: 120px;
	padding-bottom: 100px;
}

.stg_subTtl {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 26px;
}
.stg h2 {
  text-align: center;
  font-size: 4.6rem;
  font-weight: 700;
  margin-bottom: 60px;
}
.stg3 {
  display: flex;
  width: 1280px;
  margin: 0 auto;
  justify-content: space-between;
  margin-bottom: 100px;
  padding: 0 20px;
}
.stg3In {
  width: 375px;
}
.stgPoint {
  font-size: 1.4rem;
  font-weight: 700;
  color: #999;
}
.stgPoint span {
  font-size: 3.0rem;
  color: #2680EB;
  margin-left: 6px;
}
.stg3In Img {
  width: 100%;
  border-radius: 10px;
}
.stg3In h3 {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  height: 88px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;  
}
.stg3In p {
  font-size: 1.5rem;
}

.stgOther {
  width: 1000px;
  margin: 0 auto 50px;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  padding: 24px 0;
  color: #2192E5;
  border-top: 1px solid #2192E5;
  border-bottom: 1px solid #2192E5;
}

.stgFx {
  display: flex;
  width: 1000px;
  margin: 0 auto;
  justify-content: space-between;
  flex-wrap: wrap;
}
.stgFx li {
  width: 490px;
  margin-bottom: 30px;
}

.stgFxIn {
  display: flex;
  align-items: flex-start;
}
.stgFxInL {
  width: 100px;
  border-radius: 4px;
  margin-right: 30px;
}
.stgFxInR {
  flex: 1;
}
.stfFxInR h3 {
  font-size: 1.8rem;
  letter-spacing: 0em;
  margin-bottom: 6px;
}
.stfFxInR p {
  font-size: 1.5rem;
  line-height: 1.7em;
}


@media (max-width: 767px) {

  .stg {
    width: 100%;
    background-size: 100% auto;
    padding-top: 73px;
    padding-bottom: 70px;
  }
  .stg_subTtl {
    margin-bottom: 10px;
  }
  .stg h2 {
    font-size: 2.4rem;
    margin-bottom: 24px;
  }
  .stg3 {
    display: block;
    width: 100%;
    padding: 0 20px;
    margin-bottom: 70px;
  }
  .stg3In {
    width: 100%;
  }
  .stg3In h3 {
    height: auto;
    padding: 20px 0;
  }
  .stgOther {
    width: 100%;
  }
  .stgFx {
    display: block;
    width: 100%;
    padding: 0 20px;
  }
  .stgFx li {
    width: 100%;
    margin-bottom: 10px;
  }
  .stgFxInL {
    margin-right: 16px;
  }

} /* end @media */


/* 料金プラン
------------------------------------*/
.topYouTube {
  background-color: #EDF6FD;
  max-width: 1496px;
  margin: 0 auto;
	padding-top: 100px;
  padding-bottom: 614px;
}
.topYouTube__box {
  position: relative;
  background-color: #FFFFFF;
  border-radius: 10px;
  text-align: center;
  padding: 0 150px 50px 150px;
}
.topYouTube__box h2 {
  position: relative;
  top: -30px;
  display: inline-block;
  background-color: #2680EB;
  border-radius: 4px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  color: #FFFFFF;
  padding: 10px 50px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.topYouTube__box h2:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #2680EB;
}

.topYouTube__frame {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.topYouTube__frame iframe {
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .topYouTube {
    margin-top: -175px;
    padding-top: 22px;
    padding-bottom: 300px;
    overflow: hidden;
  }
  .topYouTube__box {
    border-radius: 0;
    padding: 0 16px 30px 16px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
  }
  .topYouTube__box h2 {
    top: -22px;
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    padding: 10px;
  }
}

/* 料金プラン
------------------------------------*/

.price {
  background: url("../images/stg_btm.png") no-repeat;
  background-size: 1496px;
  background-position: top 0 center;
  margin-top: -500px;
  padding-top: 140px;
  padding-bottom: 50px;
}
.price .ttl01 {
  margin-bottom: 90px;
}
.priFx {
  display: flex;
}
.priFxL {
  width: 650px;
  margin-right: 30px;
  background: #FAFAFA;
  border-top: 8px solid #CA183F;
  border-bottom: 3px solid #CA183F;
  padding: 40px;
}
.priFxR {
  flex: 1;
  background: #FAFAFA;
  border-top: 8px solid #2192E5;
  border-bottom: 3px solid #2192E5;
  padding: 40px 20px;
}
.priFx h3 {
  font-size: 2.4rem;
  text-align: center;
}
.priFxL h3 {
  margin-bottom: 22px;
}
.priFxR h3 {
  margin-bottom: 24px;
}
.priSns {
  width: 95px;
  display: block;
  margin: 0 auto;
}

.priList {
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.priList div {
  width: 48%;
}
.priList h4 {
  display: block;
  font-size: 1.6rem;
  color: #CA183F;
  border: 1px solid #CA183F;
  padding: 2px 0;
  background: #FFF;
  border-radius: 20px;
  margin-bottom: 10px;
  
}
.priFxR h4 {
  display: block;
	text-align: center;
  font-size: 1.6rem;
  color: #2292E5;
  border: 1px solid #2292E5;
  padding: 2px 0;
  background: #FFF;
  border-radius: 20px;
  margin-bottom: 10px;
  
}

.priList img {
  height: 97px;
  width: auto;
  display: block;
  margin:0 auto;
}

.priFxL p {
  text-align: center;
  font-size: 1.4rem;
}
.priFxR p {
  font-size: 1.4rem;
}
.pri03 {
  display: block;
  margin: 36px auto;
  height: 53px;
  width: auto;
}
.priMurisapo {
	width: 167px;
	margin: 20px auto 0;
}
.priBanner {
  display: flex;
  justify-content: space-between;
  margin: 50px auto 70px auto;
}
.priBanner__01 {
  max-width: 480px;
  width: 49%;
}

.priSetTtl {
  font-size: 1.6rem;
  margin-bottom: 30px;
}
.priSet {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.priSet h4 {
  width: 160px;
  text-align: center;
  background: #EEE;
  border-radius: 20px;
  font-size: 1.4rem;
  padding: 6px 0;
  margin-right: 28px;
}
.priSet img {
  width: 242px;
  margin-bottom: -24px;
  margin-left: -10px;
}
.priSoudan {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 50px 0;
	padding: 20px 0;
	background: #FFF7F7;
}


@media (max-width: 767px) {

  .price {
    background-size: 767px;
    margin-top: -200px;
    padding-top: 70px;
    padding-bottom: 40px;
  }
  .price .ttl01 {
    margin-bottom: 50px;
  }
  .priFx {
    display: block;
  }
  .priFxL {
    width: 100%;
    margin-right: 0;
    padding: 40px 16px;
    margin-bottom: 50px;
  }

  .priList {
    display: block;
  }
  .priList div {
    width: 100%;
  }
  .priList h4 {
    display: block;
    width: 250px;
    margin:0 auto;
  }

  .priOff {
    margin: 50px auto 30px;
    padding: 30px 20px 40px;
  }
  .priOff img {
    margin: 0 auto 24px;
    width: 100%;
    height: auto;
  }
  .priOffCc {
    font-size: 2.0rem;
    text-align: left;
    margin-bottom: 20px;
  }
  .priSetTtl {
    margin-bottom: 20px;
  }
  .priSet {
    display: block;
    margin-bottom: 30px;
  }

  .priBanner {
    display: block;
    margin: 50px auto 30px;
  }
  .priBanner__01 {
    max-width: 100%;
    width: 100%;
  }
  .priBanner__01 + .priBanner__01 {
    margin-top: 30px;
  }
  


}/* end @media */



/* こんな悩みがあればモームリへ
------------------------------------*/


.nayami {
  background: #DBDBDB url("../images/nayamiBg.png") no-repeat;
  background-size: 100% auto;
  padding: 120px 0 100px;
}
.nayamiList {
  width: 550px;
  margin: 50px auto 0;
}
.nayamiList li {
  font-size: 2.0rem;
  font-weight: 700;
  margin-bottom: 20px;
  background: url("../images/arr01.png") no-repeat;
  background-size: 19px 19px;
  background-position: top 5px left 0;
  padding-left: 30px;
}
.arrBtm {
  display: block;
  width: 409px;
  margin: 0 auto 116px;
}


@media (max-width: 767px) {

  .nayami {
    background-size: 200% auto;
    background-position: top center;
    padding: 70px 0 50px;
  }
  .nayamiList {
    width: 100%;
    margin: 50px auto 0;
  }
  .nayamiList li {
    font-size: 1.7rem;
    margin-bottom: 20px;
    background-position: top 3px left 0;
    padding-left: 28px;
  }
  .arrBtm {
    display: block;
    width: 250px;
    margin: 0 auto 20px;
  }

}/* end @media */


/* お問い合せBOX
------------------------------------*/

.conMazuwa {
  font-size: 3.3rem;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}
.topConBtn {
  display: flex;
  justify-content: space-between;
}
.topConBtn a {
  width: 49.9%;
  background: #eee;
  padding: 28px 0;
  transition: 0.5s;
}
.topConBtn a:hover {
  opacity: 0.7;
}
.topConBtn a img {
  display: block;
  margin: 0 auto;
  height: 40px;
  width: auto;
}
.topConBtn a.btnLine {
  background: #21C755;
  border-radius: 50px 0 0 50px;
}
.topConBtn a.btnMail {
  background: #D84773;
  border-radius: 0 50px 50px 0;
}
.topConTel {
  display: block;
  width: 450.5px;
  height: auto;
  margin: 61px auto 63px;
}
.topConSns {
  width: 350px;
  height: 170px;
  margin: 0 auto;
  background: url("../images/contact_sns.png") no-repeat;
  background-size: 255px auto;
  padding: 96px 0 0 145px;
}

.topConSns img {
  width: 40px;
  float: left;
  margin-right: 10px;
}



@media (max-width: 767px) {

  .conMazuwa {
    font-size: 2.0rem;
    margin-bottom: 20px;
  }
  .topConBtn {
    display: block;
  }
  .topConBtn a {
    display: block;
    width: 100%;
    padding: 12px 0;
  }
  .topConBtn a.btnLine {
    background: #21C755;
    border-radius: 100px;
    margin-bottom: 10px;
  }
  .topConBtn a.btnMail {
    background: #D84773;
    border-radius: 100px;
  }
  .topConBtn a img {
    height: 30px;
  }
  .topConTel {
    width: 80%;
      margin: 30px auto 30px;

  }
  .topConSns {
      padding: 96px 0 0 135px;
  }
  
}/* end @media */




/* 出来ること
------------------------------------*/


.can {
  background: #F0F3F7;
  border-radius: 20px;
  margin-top: 120px;
  padding: 105px 0 130px;
}
.can h2 img {
  height: 93px;
  width: auto;
  display: block;
  margin: 0 auto 82px;
}
.can table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  background: #F7F9FB;
}
.can table th {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5em;
  padding: 40px 0;
  vertical-align: middle;
}
.can table td {
  text-align: center;
  color: #0092E5;
  font-size: 2.6rem;
}

.can table th:first-child {
  width: 220px;
  background-color: #F0F3F7;
}
.can table td:first-child {
  font-size: 1.6rem;
  color: #000;
  padding: 16px 0;
  background-color: #F0F3F7;
  text-align: left;
}
.can table th:nth-child(2n) {
  background-color: #FFF;
}
.can table td:nth-child(2n) {
  background: #FFF;
}
.can table th:nth-child(2) {
  border-top: 3px solid #0092E5;
  border-left: 3px solid #0092E5;
  border-right: 3px solid #0092E5;
}
.can table td:nth-child(2) {
  border-left: 3px solid #0092E5;
  border-right: 3px solid #0092E5;
}
.canTblBtm {
  border-bottom: 3px solid #0092E5;
}

.canLogo {
  background-image: url("../images/canLogo.png");
  background-repeat: no-repeat;
  background-size: 138px auto;
  background-position: center center;
}

.canTblPri td {
  font-size: 1.6rem!important;
  line-height: 1.5em;
  padding: 30px 0 70px;
}

.can table td span.saiban {
  font-size: 1.2rem;
  color: red;
}
.saibanTxt {
  margin-top: 20px;
  color: red;
}


@media (max-width: 767px) {

  .can {
    border-radius: 0px;
    margin-top: 50px;
    padding: 70px 10px 70px;
  }
  .can h2 img {
    width: 342.5px;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 30px;
  }
  
  .tblScroll {
    overflow: auto;
    white-space: nowrap;
  }
  .can table {
    width: 500px;
  }
  .can table th {
    font-size: 1.0rem;
    padding: 20px 0;
  }
  .can table td {
    font-weight: 700;
  }
  .can table th:first-child {
    width: 86px;
  }
  .can table td:first-child {
    font-size: 1.2rem!important;
    padding: 12px 0;
    vertical-align: top;
  }
  .canLogo {
    background-size: 74px auto;
  }
  .canTblPri td {
    font-size: 1.0rem!important;
    line-height: 1.5em;
    padding: 12px 0 30px;
  }

}/* end @media */


/* taimen
------------------------------------*/

.topTaimen {
  padding: 100px 0 0 0;
}
.taimenBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #EEEEEE;
  border: 6px solid #0092E5;
  border-radius: 20px;
  padding: 30px;
}
.topTaimen h2 img {
  max-width: 356px;
  width: 100%;
}
.taimenBox__left {
  max-width: 600px;
  width: 100%;
  padding: 20px 0 0 20px;
}
.taimenBox2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.taimenBox2__list {
  width: 400px;
  margin-top: 20px;
}
.taimenBox2__list li {
  font-size: 1.8rem;
  margin-bottom: 20px;
	padding-left:1em;
	text-indent:-1em;
}
.taimenBox2__image {
  width: 160px;
}
.taimenBox__right {
  max-width: 512px;
  width: 100%;
}
.taimenText01 {
  text-align: right;
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .taimenBox {
    padding: 30px 16px;
  }
  .taimenBox__left {
    max-width: 100%;
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  .taimenBox2 {
    justify-content: center;
  }
  .taimenBox2__list li {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
  .taimenText01 {
    text-align: left;
    font-size: 1.2rem;
    margin-top: 5px;
  }
}

/* FLOW
------------------------------------*/

.flow {
  padding: 137px 0 162px;
}

.flow h2 img {
  width: 371px;
  height: auto;
  margin-bottom: 50px;
}

.flowLine {
  background: url("../images/stepLine.png") no-repeat;
  background-size: 3px auto;
  background-position: top 50px left 31px;
}

.stepImg {
  width: 63px;
  margin-right: 30px;
}

.flowFx {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}
.flowFxR {
  display: flex;
  align-items: flex-start;
  padding-top: 18px;
}
.flowFxR h3 {
  width: 260px;
  font-size: 2.4rem;
}
.flowFxR p {
	flex:1;
}

.stepEnd {
  background: #FFC400;
  padding: 18px 0;
  font-size: 3.0rem;
  font-weight: 700;
  text-align: center;
  border-radius: 4px;
  margin-top: 100px;
}

.jobChengeBanner {
  margin-top: 78px;
}
.jobChengeBanner img {
  max-width: 754px;
  width: 100%;
  margin: 0 auto;
}
.jobChengeBanner img.bnr_msstore {
	margin-top: 50px;
}

@media (max-width: 767px) {

  .flow {
    padding: 70px 0 100px;
  }
  .flow h2 img {
    width: 240px;
    margin-bottom: 50px;
  }
  .stepImg {
    margin-right: 20px;
  }
  .flowFxR {
    display: block;
  }
  .flowFxR h3 {
    width: 100%;
  }
  .stepEnd {
    background: #FFC400;
    padding: 18px 0;
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
    border-radius: 4px;
    margin-top: 100px;
  }
  .jobChengeBanner {
    margin-top: 70px;
  }
	.jobChengeBanner img.bnr_msstore {
		margin-top: 20px;
	}
  
}/* end @media */




/* WHO
------------------------------------*/

.who {
  background: url("../images/whoBg.jpg") repeat-y;
  background-size: 100% auto;
  padding-bottom: 120px;
}
.whoTop {
  background: url("../images/whoTop.jpg") no-repeat;
  background-size: cover;
  width: 100%;
  height: 635px;  
}
.whoGray {
  width: 1000px;
  margin: -335px auto 0;
  padding: 50px;
  background: #EFEFEF;
  border-radius: 20px;
}

.whoFx {
  display: flex;
}
.whoFxL {
  width: 269px;
  margin-right: 50px;
  text-align: center;
}
.whoFxR {
  flex: 1;
}
.whoTanimoto {
  width: 100%;
  border-radius: 200px;
}
.whoTantou {
  display: inline-block;
  border-radius: 4px;
  background: #333;
  color: #fff;
  width: 83px;
  text-align: center;
  padding: 2px 0;
  margin: 20px 0 14px;
  font-size: 1.6rem;
}

.whoAlba {
  width: 146px;
  display: block;
  margin: 0 auto 20px;
}
.whoName {
  font-size: 1.9rem;
  margin-bottom: 20px;
}
.whoFxL a {
  color: #000;
  text-decoration: underline;
}

.whoFxR h2 {
  font-size: 3.0rem;
  font-weight: 700;
  line-height: 2em;
  margin-bottom: 30px;
}

.whoNanode {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 2em;
  background: #FFF url("../images/whoNanode.png") no-repeat;
  background-size: 100px auto;
  background-position: top 22px right 32px;
  padding: 40px 150px 40px 50px;
  border-radius: 4px;
  margin: 50px 0 80px;
}

.imgLeft {
  width: 390px;
  float: left;
  margin: 0 48px 40px 0;
  border-radius: 20px;
}
.imgRight {
  width: 390px;
  float: right;
  margin: 0 0 40px 48px;
  border-radius: 20px;
}

.whoUsan {
  display: flex;
}
.whoUsan img {
  width: 390px;
  margin-right: 48px;
  margin-bottom: 40px;
  border-radius: 20px;
}
.whoUsanBtm {
  margin-bottom: 100px;
}
.whoList {
  margin: 30px 0;
}
.whoList li {
  font-size: 1.6rem;
  line-height: 1.5em;
  margin-bottom: 10px;
  background: url("../images/arr01.png") no-repeat;
  background-size: 19px 19px;
  background-position: top 2px left 0;
  padding-left: 30px;
}




@media (max-width: 767px) {

  .who {
    background: url("../images/whoBg.jpg") repeat-y;
    background-size: 100% auto;
    padding-bottom: 70px;
  }
  .whoTop {
    background: url("../images/whoTop.jpg") no-repeat;
    background-size: cover;
    width: 100%;
    height: 185px;  
  }
  .whoGray {
    width: 92%;
    margin: -80px auto 0;
    padding: 34px 16px;
  }
  .whoFx {
    display: block;
  }
  .whoFxL {
    display: flex;
    align-items: flex-start;
    text-align: left;
    margin-bottom: 40px;
  }  
  .whoTanimoto {
    width: 40%;
    margin: 0 20px 0 0;
  }
  .whoFxL div {
    flex: 1;
  }
  .whoTantou {
    width: 83px;
    text-align: center;
    padding: 2px 0;
    margin: 0 0 10px;
    font-size: 1.2rem;
  }
  .whoFxL a {
    font-size: 1.2rem;
  }
  .whoAlba {
    width: 130px;
    margin: 0 0 10px;
  }
  .whoName {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }

  .whoFxR h2 {
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 2em;
    margin-bottom: 20px;
  }
  .whoNanode {
    position: relative;
    background: #FFF;
    background-size: 100px auto;
    background-position: top 22px right 32px;
    padding: 30px 20px 100px 20px;
    border-radius: 4px;
    margin: 50px 0 100px;
  }

  .whoNanodeSp {
    position: absolute;
    width: 100px;
    bottom: -30px;
    right: 20px;
  }

  .imgLeft {
    width: 100%;
    height: auto;
    float: none;
    margin: 0 0 30px 0;
  }
  .imgRight {
    width: 100%;
    height: auto;
    float: none;
    margin: 0 0 30px 0;
  }
  .whoUsan {
    display: block;
  }
  .whoUsan img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    border-radius: 20px;
  }
  .whoUsanBtm {
    margin-bottom: 50px;
  }


}/* end @media */





/* FAQ
------------------------------------*/

.faq {
  width: 1000px;
  background: #F0F3F7;
  margin: 0 auto;
  padding: 70px 50px;
  border-radius: 20px;
}
.faq .ttl01 {
  font-size: 4.6rem;
  margin-bottom: 50px;
}
.faqBox dt {
  position: relative;
	line-height: 1.5em;
  padding: 16px 0 16px 20px;
  margin-top: 10px;
  background: #FFF;
  transition: 0.5s;
}
.faqBox dt:hover {
	cursor: pointer;
  background: rgba(255,255,255,0.3);
}
.faqBox dt a {
}
.faqBox dd {
	display: none;
	overflow: hidden;
	margin:0;
}

.faq_title {
  position: relative;
  padding-right: 50px;
  padding-left: 34px;
	font-size: 2.0rem;
  font-weight: 700;
	line-height: 1.5em;
	vertical-align: middle;
}
.faqBox dt::before { 
  position: absolute;
  display: block;
  content: "Q";
	font-size:25px;
	font-weight: bold;
	color: #0092E5;
  top: 17px;
  left: 18px;
}

.faq_a_r {
	float:right;
	font-size:1.6rem;
	line-height: 1.7em;
	width: 100%;
	box-sizing: border-box;
	background: #fff;
	padding:20px;
 }

.faq_icon,
.faq_icon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.faq_icon {
	position: absolute;
	right: 0;
  top:0;
	width: 36px;
	height: 36px;
	margin-right: 10px;
	margin-top:26px;
}
.faq_icon span {
  position: absolute;
  left: 6px;
  width: 50%;
  height: 3px;
  background-color: #0092E5;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
}
.faq_icon span:nth-of-type(1) {
    top: 5px;
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.faq_icon span:nth-of-type(2) {
    top: 5px;
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

/*＋、－切り替え*/
.faq_icon.active span:nth-of-type(1) {
	display:none;
}
.faq_icon.active span:nth-of-type(2) {
	top: 5px;
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}



@media (max-width: 767px) {

  .faq {
    width: 92%;
    border-radius: 20px;
    padding: 70px 16px;

  }
  .faq .ttl01 {
    font-size: 4.0rem;
    margin-bottom: 30px;
  }
  .faqBox dt {
    padding: 18px 0 16px 20px;
  }

  .faq_title {
    padding-right: 50px;
    padding-left: 20px;
    font-size: 1.6rem;
  }
  .faqBox dt::before { 
    top: 17px;
    left: 10px;
  }

  .faq_icon {
    position: absolute;
    right: 0;
    top:0;
    width: 36px;
    height: 36px;
    margin-right: 0px;
    margin-top:22px;
  }

}/* end @media */





/* 雇用主の方々へ
------------------------------------*/

.owner {
  margin: 100px 0 150px;
}
.owner h2 {
  font-size: 2.9rem;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
}
.ownerMes {
  border: 6px solid #913838;
  background: #FAECEC;
  padding: 50px;
}
.ownerMes span {
  font-weight: 700;
}


@media (max-width: 767px) {

  .owner {
    margin: 70px 0 100px;
  }
  .ownerMes {
    width: 92%;
    margin: 0 auto;
    padding: 20px;
  }

}/* end @media */


/* お問い合せ
------------------------------------*/

.contact {
  margin-bottom: 150px;
}
.contact .ttl01 {
  margin-bottom: 70px;
}
.conTxt {
  border-bottom: 1px solid #302D2C;
  padding-bottom: 30px;
  margin-bottom: 50px;
}
.formTtl {
  font-size: 1.6rem;
  line-height: 1.5em;
  margin-bottom: 8px;
  margin-top: 20px;
}
.formTtl30 {
  margin-top: 30px!important;
}
.formTtl2 {
  font-size: 1.6rem;
  line-height: 1.5em;
  margin-bottom: 16px;
  margin-top: 20px;
  padding-bottom: 6px;
  border-bottom: 1px solid #2192E5;
}

.formBox input[type="text"],
.formBox input[type="email"],
.formBox input[type="tel"],
.formBox textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #F0F3F7;
	border: 1px solid #0092E5;
	border-radius: 4px;
	padding: 14px 16px;
	width: 100%;
  font-size: 1.6rem;
  line-height: 1.5em;
}
.formBox input[type="text"].formS {
  width: 160px;
}
.formStxt {
  font-size: 1.6rem;
  margin-left: 12px;
  margin-top: 16px;
}
.conForm td input:focus,
.conForm td textarea:focus {
	outline: none;
  background: #FAFAFA;
}
.formBox textarea {
  height: 300px;
}

/* ラジオボタン */
.mwform-radio-field {
}
.mw_wp_form .horizontal-item + .horizontal-item {
  margin: 15px 0 0 0 !important;
}
.formBox input[type="radio"]{
  display: none;
}
.formBox input[type="radio"] + span{
  position:relative;
  padding-left: 32px;
  margin-right: 30px;
}
.formBox input[type="radio"] + span::before{
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #0092E5;
  border-radius: 50%;
}
.formBox input[type="radio"]:checked + span::after{
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 3px;
  width: 18px;
  height: 18px;
  background: #0092E5;
  border-radius: 50%;
}

.btmContact {
  background: #F0F3F7;
  padding: 100px 0;
}

::placeholder { color: #C4C8CC; }
::-ms-input-placeholder { color: #C4C8CC; }
:-ms-input-placeholder { color: #C4C8CC; }


/* 送信ボタン */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

.formBox input[type="submit"] {
  display: block;
  width: 500px;
  background: #D84773;
  color: #FFF;
  padding: 32px 0;
  font-size: 2.0rem;
  font-weight: 700;
  text-align: center;
  margin: 70px auto 0;
  border-radius: 100px;
  transition: .5s;
}
.formBox input[type="submit"]:hover {
  opacity: 0.7;
}


@media (max-width: 767px) {

  .formBox input[type=radio] {
    display: block;
    padding-bottom: 8px;
  }

  .formBox input[type="submit"] {
    width: 100%;
    padding: 21px 0;
    margin: 30px auto 0;
  }

}



/* FOOTER
------------------------------------*/

.footerLink {
  background: #0092E5;
  padding: 70px 0;
}

.footerLinkFx {
  display: flex;
  border-right: 1px solid #40ADEB;
}
.footerLinkFx ul {
  width: 33%;
  border-left: 1px solid #40ADEB;
  padding-left: 30px;
  padding-top: 14px;
}
.footerLinkFx a {
  font-size: 1.3rem;
  color: #FFFFFF;
}
.footerLinkFx li {
  position: relative;
  margin-bottom: 16px;  
}
.footerLinkFx li::after {
  position: absolute;
  content: url("../images/arr03.png");
  transform: scale(0.5);
  padding-left: 10px;
}
.footerLinkFx li.linkBrank::after {
  position: absolute;
  content: url("../images/arr04.png");
  transform: scale(0.5);
  padding-left: 4px;
  margin-top: -2px;
}
.footerLink a:hover {
  text-decoration: underline;
}

.footerCr {
  text-align: center;
  font-size: 14px;
  color: #0092E5;
  padding: 20px 0;
}


@media (max-width: 767px) {

  .footerLink {
    padding: 40px 0;
  }
  .footerLinkFx {
    display: block;
    border-right: none;
  }
  .footerLinkFx ul {
    width: 100%;
    border-left: none;
    padding-left: 10px;
    padding-top: 0
  }
  .footerLinkSp {
    border-top: 1px solid #40ADEB;
    padding-top: 20px!important;
    margin-top: 20px!important;
  }

}/* end @media */




/* アニメーション
------------------------------------*/


.fadeTop {
  animation-name:fadeTop;
  animation-delay: .3s;
  animation-duration:2s;
  animation-fill-mode:forwards;
  opacity: 0;
}
@keyframes fadeTop{
  from {
    opacity: 0;
    transform: translateY(-70px);

  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}





/* PRIVACY
------------------------------------*/

.subBg {
  width: 1280px;
  padding: 120px 20px 100px;
  margin: 30px auto 0;
  background: url("../images/subBg.png") no-repeat;
  background-size: 1240px auto;
  background-position: top 0 center;
}
.subBgIn {
  width: 1000px;
  background: #FFF;
  border-radius: 20px;
  margin: 0 auto;
  padding: 70px 100px;
}

.subTtlEn {
  font-size: 5.0rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.subTtlJp {
  font-size: 2.0rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 70px;
}

.priCc {
  margin-bottom: 70px;
}
.priTtl {
  font-size: 2.0rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.priTxt {
  margin-bottom: 50px;
}

.priTtl02 {
  background-color: #0092E5;
  text-align: center;
  font-size: 2.0rem;
  font-weight: 700;
  color: #FFFFFF;
  padding: 16px;
  margin-bottom: 50px;
}


@media (max-width: 767px) {

  .subBg {
    width: 100%;
    padding: 70px 20px 0;
    margin: 0;
  }
  .subBgIn {
    width: 100%;
    margin: 0 auto;
    padding: 50px 20px;
  }

  .subTtlEn {
    font-size: 3.0rem;
    margin-bottom: 10px;
  }
  .subTtlJp {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 50px;
  }

}/* end @media */




/* 特定商取引法
------------------------------------*/

.subBgBtm {
  margin-bottom: 150px;
}
.subTtlTokusho {
  font-size: 3.0rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 70px;
}
.subBgIn .tokusho {
  display: flex;
  width: 100%;
  margin: 0 auto;
}
.tokushoL,
.tokushoR {
  padding: 20px 30px;
  font-size: 1.6rem;
  margin-bottom: 4px;
}
.tokushoL {
  background: #DDDDDD;
  width: 300px;
  font-weight: 700;
}
.tokushoR {
  width: calc(100% - 300px);
  background: #FFF;
}



@media (max-width: 767px) {

  .subBgBtm {
    margin-bottom: 100px;
  }
  .subTtlTokusho {
    font-size: 2.0rem;
    margin-bottom: 50px;
  }
  .subBgIn .tokusho {
    display: block;
    width: 100%;
  }
  .tokushoL,
  .tokushoR {
    width: 100%;
    padding: 16px 20px;
    margin-bottom: 0px;
  }

}/* end @media */


/* Case studies
------------------------------------*/
.postList {
  list-style: none;
  padding: 0;
  margin: 0;
}
.postList li {
  border-bottom: 5px dotted #0092E5;
  color: #302D2C;
  padding-bottom: 30px;
}
.postList li + li {
  margin-top: 30px;
}
.postList li time {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0092E5;
}
.postList li h2 {
  position: relative;
  font-size: 2.0rem;
  font-weight: 700;
  margin: 9px 0 25px 0;
}
.postList li p {
  font-size: 1.5rem;
  line-height: 2.0em;
}

/* Wp-Pagenavi */
.wp-pagenavi {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 100px 0 0 0;
}
.wp-pagenavi a {/* フォント色 */
  color: #0092E5;
  transition: all 0.5s;
}
.pages {/* 左の表記 */
  margin-right: 20px;
}
.wp-pagenavi .current,
.wp-pagenavi a.page {/* ボタン */
  display: inline-block;
  border: 1px solid #0092E5 !important;
  width: 40px;
  border-radius: 50%;
  line-height: 38px;
  text-align: center;
  padding: 0;
  margin: 0 5px;
}
.wp-pagenavi .current {/* カレント数字 */
  border: 1px solid #0092E5 !important;
  background-color: #0092E5;
  color: #FFFFFF;
}
.wp-pagenavi a.page:hover {/* マウスオーバー */
  background-color: #0092E5;
  color: #FFFFFF;
}
.wp-pagenavi .extend {/* ... */
  position: relative;
  top: -5px;
  border: none;
  color: #0092E5;
  text-align: center;
  padding: 0;
  margin: 0 6px;
}
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  display: inline-block;
  margin: 0 8px;
  transition: all 0.5s;
}
.wp-pagenavi .first:hover,
.wp-pagenavi .last:hover,
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover {
  color: #0000ff;
}

@media (max-width: 767px) {
  .wp-pagenavi .current,
  .wp-pagenavi a.page {/* ボタン */
    margin: 0 3px;
  }
  .wp-pagenavi .extend {/* ... */
    margin: 0 3px;
  }  
  .wp-pagenavi .first,
  .wp-pagenavi .last,
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    margin: 0 2px;
  }
} /* end @media */


/* ご来店・対面 退職代行
------------------------------------*/
.taimenMain {
  background-color: #F4F4F4;
  padding: 160px 0 0 0;
  margin-top: -82px;
}
.taimenMain h1 {
  width: 100%;
}
.taimenMain h1 img {
  width: 100%;
  max-width: 1129px;
  margin: 0 auto;
}
.taimenMainBox1 {
  background-color: #0092E5;
  padding: 20px 0;
  margin-top: 80px;
}
.taimenMainBox1 p {
  font-size: 2.9rem;
  font-weight: 700;
  color: #FFFFFF;
}
.taimenMainBox2 {
  background-color: #E6F6FF;
  padding: 50px 0;
}
.taimenMainBox2 p {
  font-size: 1.6rem;
}

.taimenSelect {
  padding: 70px 0 80px 0;
}
.taimenSelect h2 {
  text-align: center;
  font-size: 3.6rem;
  font-weight: 700;
}
.taimenSelectList {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}
.taimenSelectList li {
  width: 50%;
  padding: 0 30px;
}
.taimenSelectList li img {
  max-width: 300px;
  width: 100%;
  margin: 0 auto 20px auto;
}
.taimenSelectText01 {
  font-size: 1.5rem;
}
.taimenSelectText02 {
  font-size: 1.6rem;
  color: #FF0000;
  margin-top: 10px;
}
.taimenSelectBox {
  text-align: right;
  margin-top: 60px;
}
.taimenSelectBox a {
  font-size: 1.6rem;
  font-weight: 700;
  color: #0092E5;
  text-decoration: underline;
}
.taimenSelectBox a:hover {
  text-decoration: none;
}

.lineConsultation {
  background-image: url(../images/consultationBg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 50px 0 40px 0;
}
.lineConsultationBox {
  background-color: #FFFFFF;
  border-radius: 20px;
  text-align: center;
  padding: 40px;
}
.lineConsultationBox p {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.lineConsultationBox a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #21C755;
  border-radius: 51px;
  width: 100%;
  height: 101px;
}
.lineConsultationBox a img {
  max-width: 479px;
}

.taimenPrice {
  padding: 80px 0 100px 0;
}
.taimenTitle {
  text-align: center;
  font-size: 2.0rem;
  font-weight: 500;
  margin-bottom: 40px;
}
.taimenTitle em {
  display: inline-block;
  font-size: 6.0rem;
  font-weight: 700;
  margin-bottom: 25px;
}
.taimenPriceBox01 {
  margin-bottom: 45px;
}
.taimenPriceBox02 {
  margin-top: 70px;
}
.taimenPriceBox02 dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid #CCCCCC;
  padding: 30px 0;
}
.taimenPriceBox02 dl dt {
  width: 100%;
  max-width: 250px;
  font-size: 2.0rem;
  font-weight: 700;
}
.taimenPriceBox02 dl dd {
  width: 100%;
  max-width: 750px;
  font-size: 1.5rem;
  line-height: 2.0em;
}

.taimenAccess {
  background-color: #FAFAFA;
  padding: 80px 0 100px 0;
}
.taimenAccessBox {
  margin-bottom: 50px;
}
.taimenAccessBox iframe {
  border-radius: 20px;
  width: 100%;
  height: 370px;
}
.taimenAccessText {
  font-size: 1.6rem;
}

.taimenStaff {
  padding: 80px 0 100px 0;
}
.taimenStaffBox {
  margin-bottom: 50px;
}
.taimenStaffText {
  text-align: center;
  font-size: 1.6rem;
}
.taimenStaffList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}
.taimenStaffList li {
  width: 100%;
  max-width: 320px;
  margin-bottom: 30px;
}

.taimenBackground {
  background-color: #FAFAFA;
  padding: 80px 0 100px 0;
}
.taimenBackground h2 {
  text-align: center;
  font-size: 3.0rem;
  font-weight: 700;
}
.taimenBackground h2::before {
  content: url(../images/titleParts.svg);
  margin-right: 60px;
}
.taimenBackground h2::after {
  content: url(../images/titleParts.svg);
  margin-left: 60px;
}
.taimenBackgroundList {
  margin-top: 100px;
}
.taimenBackgroundList li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.taimenBackgroundList li + li {
  margin-top: 55px;
}
.taimenBackgroundList__image {
  width: 180px;
}
.taimenBackgroundList__text {
  width: 100%;
  max-width: 770px;
}
.taimenBackgroundList__text h3 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #2192E5;
}
.taimenBackgroundList__text p {
  font-size: 1.5rem;
}

.page.taimen .stg {
  margin-top: 80px;
  padding-bottom: 100px;
}

@media (max-width: 767px) {
  .taimenMain {
    padding: 85px 0 0 0;
    margin-top: -72px;
  }
  .taimenMainBox1 {
    padding: 20px 16px 0;
    margin-top: 30px;
  }
  .taimenMainBox1 p {
    font-size: 1.6rem;
  }
  .taimenMainBox2 {
    padding: 20px 0;
  }
  .taimenMainBox2 p {
    font-size: 1.5rem;
  }
       
  .taimenSelect {
    padding: 50px 0;
  }
  .taimenSelect h2 {
    font-size: 3.0rem;
  }
  .taimenSelectList {
    display: block;
    margin-top: 30px;
  }
  .taimenSelectList li {
    width: 100%;
    padding: 0;
  }
  .taimenSelectList li + li {
    margin-top: 50px;
  }
  .taimenSelectBox {
    text-align: center;
    margin-top: 40px;
  }
  .taimenSelectBox a {
    font-size: 1.4rem;
  }

  .lineConsultation {
    padding: 50px 0;
  }
  .lineConsultationBox {
    padding: 30px 16px;
  }
  .lineConsultationBox p {
    font-size: 2.0rem;
  }
  .lineConsultationBox a {
    display: block;
    height: auto;
    padding: 12px 20px;
  }
  .lineConsultationBox a img {
    max-width: 100%;
    width: 100%;
  }

  .taimenPrice {
    padding: 50px 0 70px 0;
  }
  .taimenPriceBox02 dl dd {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
  }
  
  .taimenAccess {
    padding: 50px 0 70px 0;
  }

  .taimenStaff {
    padding: 50px 0 70px 0;
  }

  .taimenStaffBox {
    margin-bottom: 30px;
  }
  .taimenStaffText {
    text-align: left;
  }
  .taimenStaffList li {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
  }
  .taimenStaffList li + li {
    margin-top: 20px;
  }

  .taimenBackground h2::before {
    content: none;
  }
  .taimenBackground h2::after {
    content: none;
  }
  .taimenBackgroundList {
    margin-top: 50px;
  }
  .taimenBackgroundList li {
    justify-content: center;
  }
  .taimenBackgroundList li + li {
    margin-top: 45px;
  }
  .taimenBackgroundList__text h3 {
    text-align: center;
    margin-top: 20px;
  }
  .taimenBackgroundList__image {
    order: 1;
  }
  .taimenBackgroundList__text {
    order: 2;
  }
    
}/* end @media */


/* メディア出演・講演・対談 実績 バナー一覧セクション
------------------------------------*/
.secRecord {
  background-image: url(../images/record_banner_bk.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 70px 0 100px 0;
}
.secRecord h2 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 50px;
}
.secRecord h2 span {
  display: block;
  color: #FF5C07;
  margin-bottom: 5px;
}
.secRecord__box {
  background-color: #FFFFFF;
  border-radius: 9px;
  padding: 40px 25px 40px 25px;
  box-shadow: 0 0 4px rgba(0,0,0,0.16);
}
.secRecord__banner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.secRecord__banner li {
  position: relative;
  margin: 0 15px 24px 15px;
}
.secRecord__banner li a {
  position: absolute;
  width: 100%;
  height: 100%;
}
.secRecord__banner li img {
  height: 24px;
  width: auto;
}
.secRecord__link {
  text-align: center;
  margin-top: 12px;
}
.secRecord__link a {
  position: relative;
  display: inline-block;
  background-color: #FF5C07;
  border-radius: 29px;
  width: 280px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 45px;
  color: #FFFFFF;
}
.secRecord__link a::after {
  content: '';
  display: inline-block;
  background-image: url(../images/arr03.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 12px;
  width: 8px;
  height: 12px;
}

@media (max-width: 767px) {
  .secRecord {
    background-image: url(../images/record_banner_bk%40sp.jpg);
    padding: 70px 0;
  }
  .secRecord h2 {
    font-size: 2.2rem;
    margin-bottom: 40px;
  }
  .secRecord__box {
    width: 100vw;
    padding: 30px 15px 40px 15px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .secRecord__banner li {
    position: relative;
    margin: 0 8px 22px 8px;
  }
  .secRecord__banner li img {
    height: 20px;
    width: auto;
  }
    
}


/* メディア出演・講演・対談 実績
------------------------------------*/
.subBgIn--record {
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  padding: 100px 50px;
}
.recordYoutube {
  max-width: 700px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.recordHr {
  border: none;
  border-top: 3px dotted #4EBCE6;
  width: 100%;
  margin: 50px 0;
}

.recordList01 li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.recordList01 li + li {
  margin-top: 50px;
}
.recordList01__image {
  position: relative;
  width: 270px;
}
.recordList01__image > a {
  position: absolute;
  height: 100%;
  width: 100%;
}
.recordList01__text {
  width: 580px;
}
.recordList01__logo {
  position: relative;
  margin-bottom: 10px;
}
.recordList01__logo > a {
  position: absolute;
  height: 100%;
  width: 100%;
}
.recordList01__logo img {
  height: 36px;
  width: auto;
}
.recordList01__text h2 {
  font-size: 2.0rem;
  font-weight: 700;
}
.recordList01__text01 {
  font-size: 1.2rem;
  color: #999999;
  line-height: 1.5em;
  margin-top: 10px;
}
.recordList01__text02 {
  font-size: 1.3rem;
  margin-top: 10px;
}
.recordList01__link {
  display: inline-block;
  font-size: 1.5rem;
  color: #0092E5;
  word-break: break-all;
  text-decoration: underline;
  margin-top: 10px;
}
.recordList01__link::after {
  content: url(../images/icon_link.svg);
  width: 13px;
  height: 13px;
  line-height: 13px;
  vertical-align: middle;
  margin-left: 8px;
}
.recordList01__link:hover {
  text-decoration: none;
}

.recordList02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.recordList02::after {
  display: block;
  content: "";
  width: 270px;
}
.recordList01 + .recordList02 {
  margin-top: 150px;
}
.recordList02 li {
  width: 270px;
  margin-bottom: 50px;
}
.recordList02__image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #EEEEEE;
  width: 270px;
  height: 180px;
}
.recordList02__image > a {
  position: absolute;
  height: 100%;
  width: 100%;
}
.recordList02__image img {
  max-width: 100%;
  max-height: 100%;
}
.recordList02__text {
  margin-top: 12px;
}
.recordList02__logo {
  position: relative;
  margin-bottom: 10px;
}
.recordList02__logo > a {
  position: absolute;
  height: 100%;
  width: 100%;
}
.recordList02__logo img {
  height: 24px;
  width: auto;
}
.recordList02__text h2 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.recordList02__text01 {
  font-size: 1.2rem;
  color: #999999;
  line-height: 1.5em;
  margin-top: 10px;
}
.recordList02__link {
  display: inline-block;
  font-size: 1.2rem;
  color: #0092E5;
  word-break: break-all;
  text-decoration: underline;
  margin-top: 9px;
}
.recordList02__link::after {
  content: url(../images/icon_link.svg);
  width: 13px;
  height: 13px;
  line-height: 13px;
  vertical-align: middle;
  margin-left: 8px;
}
.recordList02__link:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .subBgIn--record {
    padding: 50px 16px;
  }
  .recordYoutube {
    margin-bottom: 20px;
  }
  .recordHr {
    margin: 30px 0;
  }
  .recordList01 li::after {
    content: url(../images/list_separator.svg);
    display: block;
    margin: 25px auto 35px auto;
  }
  .recordList01 li + li {
    margin-top: 0;
  }
  .recordList01__image {
    position: relative;
    width: 100%;
  }
  .recordList01__text {
    width: 100%;
    margin-top: 20px;
  }

  .recordList02 {
    display: block;
  }
  .recordList02::after {
    content: none;
  }
  .recordList01 + .recordList02 {
    margin-top: 0;
  }
  .recordList02 li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 0;
  }
  .recordList02 li + li {
    margin-top: 30px;
  }
  .recordList02__image {
    display: block;
    width: 120px;
    height: auto;
  }
  .recordList02__text {
    width: calc(100% - 120px - 20px);
    margin-top: 0;
  }
  .recordList02__text h2 {
    font-size: 1.4rem;
  }
              
}


/* スクロールアニメーション */

.sc_fadeIn {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s;
}
.sc_fadeInOn {
  opacity: 1;
  visibility: visible;
}

.sc_fadeUp {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 2s, visibility 1s, transform 1s;
}
.sc_fadeUpOn {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.sc_fadeDown {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-30px);
  transition: opacity 2s, visibility 1s, transform 2s;
}
.sc_fadeDownOn {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.sc_fadeLeft {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50px);
  transition: opacity 2s, visibility 1s, transform 2s;
  transition-delay: 0.3s;
}
.sc_fadeLeftOn {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.sc_fadeRight {
  opacity: 0;
  visibility: hidden;
  transform: translateX(50px);
  transition: opacity 2s, visibility 1s, transform 2s;
  transition-delay: 0.3s;
}
.sc_fadeRightOn {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}



/* TOP MEDIA */

#topMedia {
  margin-top: 30px;
}
#topMedia h2 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #0092E5;
  margin-bottom: 4px;
}
.topMediaTtl {
  display: inline-block;
  width: 120px;
  margin-right: 10px;
  margin-bottom: 8px;
}
a.topMediaLink {
  background: #0092E5;
  border: 1px solid #0092E5;
  border-radius: 20px;
  font-size: 1.3rem;
  color: #FFF;
  font-weight: 700;
  padding: 3px 16px;
  display: inline-block;
  position: relative;
  top: -14px;
  transition: all 0.5s;
}
a.topMediaLink:hover {
  background: #FFF;
  color: #0092E5;
}
.topMediaLine { 
  border-top: 2px solid #0092E5;
  border-bottom: 2px solid #0092E5;
  padding: 20px 0;
}

.scroll-container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}
.scroll-content {
    display: inline-block;
    margin-bottom: 10px;
    overflow: hidden;
}
.scroll-content2 {
    display: inline-block;
    animation-direction: reverse;
    overflow: hidden;
}
.scroll-content img,
.scroll-content2 img {
    display: inline-block;
    height: 24px;
    margin-right: 30px;
}
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
@media (max-width: 767px) {
	.topMediaLine {
		padding: 16px 0 10px;
	}

  .subBgIn--record {
    padding: 50px 16px;
  }
}

/* Footer Bnr
------------------------------------*/

.footerBnr {
	background: #FFF;
	margin-bottom: 100px;
}
.footerBnrIn {
	padding: 70px 20px 0;
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
.fooetrBnrTtl {
	font-size: 3.0rem;
	font-weight: 700;
	margin-bottom: 50px;
	text-align: center;
}
.footerBnr ul {
	display: flex;
	justify-content: space-between;
}
.footerBnr li {
	width: 31%;
	margin-bottom: 30px;
	font-size: 1.4rem;
	font-weight: 700;
	display: flex;
}
.footerBnr li div {
	flex: 1;
}
.footerBnr li img {
	width: 120px;
	height: 120px;
	margin-right: 20px;
}
.footerBnr li p {
	font-size: 1.2rem;
	font-weight: 400;
	margin-top: 10px;
}
.footerBnr li a {
	text-decoration: underline;
	color: #333;
}
.footerBnr li a:hover {
	text-decoration: none;
	color: #777;
}
.bnr_msstore {
	max-width: 754px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.footerBnr .bnr_msstore {
	margin-top: 50px;
	margin-bottom: 100px;
}

@media (max-width: 767px) {

	.footerBnrIn {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	.footerBnr ul {
		display: block;
	}
	.footerBnr li {
		width: 100%;
	}
	.footerBnr .bnr_msstore {
		margin-bottom: 50px;
	}
}