@charset "UTF-8";
/* Scss Document */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:200,300,400,500,700&subset=japanese");

@media (max-width: 767px) {
  .pcOnly {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .smOnly {
    display: none !important;
  }
}

/* css Document */
*,
*::before,
*::after {
  box-sizing: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
}

body {
  box-sizing: border-box;
  font-family: 'Meiryo', "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: text-top;
}

ol,
ul {
  list-style: none;
}

#wrap {
  box-sizing: border-box;
  position: relative;
}

#wrap.navOpened {
  height: 100vh;
  overflow: hidden;
}

.pcOnly {
  display: none;
}

@media print,
screen and (min-width: 768px) {
  .spOnly {
    display: none;
  }

  .pcOnly {
    display: block;
  }
}

/* object */
.inner {
  align-items: center;
  display: inherit;
  flex-wrap: wrap;
  height: 100%;
  justify-content: inherit;
  padding: 0 20px 0 20px;
  position: inherit;
  width: 100%;
}

@media print,
screen and (min-width: 768px) {
  .inner {
    margin: 0 auto;
    padding: 0;
    width: 1140px;
  }
}

.entryBtn {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.6px;
  line-height: 31px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  height: 35px;
}

.entryBtn a {
  display: block;
  height: 100%;
  padding-top: 4px;
  position: relative;
  text-align: center;
  width: 100%;
}

@media print,
screen and (min-width: 768px) {
  .entryBtn {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.65px;
    line-height: 26px;
    flex-basis: 200px;
    overflow: hidden;
    position: relative;
    width: 200px;
  }

  .entryBtn::after {
    position: absolute;
    transition: .4s;
    content: '';
    width: 0;
    bottom: -1px;
    height: 120%;
    left: -20%;
    transform: skewX(45deg);
  }

  .entryBtn a {
    padding-top: 1px;
    z-index: 1;
  }

  .entryBtn:hover::after {
    background: #ec0000;
    left: -20%;
    width: 140%;
  }
}

.navBtn {
  height: 22px;
  position: relative;
  width: 30px;
}

.navBtn span {
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  background-color: #000;
  height: 2px;
  position: absolute;
  left: 0;
  width: 100%;
}

.navBtn span:nth-of-type(1) {
  top: 0;
}

.navBtn span:nth-of-type(2) {
  top: 10px;
}

.navBtn span:nth-of-type(3) {
  top: 20px;
}

.navBtn.opened {
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
}

.navBtn.opened span:nth-of-type(1) {
  top: 10px;
  transform: rotate(45deg);
}

.navBtn.opened span:nth-of-type(2) {
  opacity: 0;
}

.navBtn.opened span:nth-of-type(3) {
  top: 10px;
  transform: rotate(-45deg);
}

@media print,
screen and (min-width: 768px) {
  .navBtn {
    cursor: pointer;
    height: 26px;
    width: 40px;
  }

  .navBtn span:nth-of-type(2) {
    top: 12px;
  }

  .navBtn span:nth-of-type(3) {
    top: 24px;
  }

  .navBtn.opened span:nth-of-type(1) {
    top: 12px;
  }

  .navBtn.opened span:nth-of-type(3) {
    top: 12px;
  }
}

.returnToTop {
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.55px;
  line-height: 17px;
  background-image: url(../img/ico/ico_house-black.png);
  background-position: left calc(100% / 2);
  background-repeat: no-repeat;
  background-size: auto 30px;
  padding: 10px 0 10px 46px;
}

.returnToTop span {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.7px;
  line-height: 19px;
  font-family: 'Noto Sans JP', sans-serif;
  display: block;
}

.returnToTop:hover {
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  background-position: left calc(100% / 2 - 10px);
}

.companyLogo img {
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  height: 100%;
}

.companyLogo:hover img {
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  opacity: 0.7;
}

.bgiSlider {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.bgiSlider .main_img {
  z-index: 1;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anime 18s 0s infinite;
  animation: anime 18s 0s infinite;
}

.bgiSlider .main_img:nth-of-type(1) {
  background-image: url("../img/top/top_pic-sp.png");
}

.bgiSlider .main_img:nth-of-type(2) {
  background-image: url("../img/top/top_pic-1-sp.png");
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.bgiSlider .main_img:nth-of-type(3) {
  background-image: url("../img/top/top_pic-2-sp.png");
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}

@media print,
screen and (min-width: 768px) {
  .bgiSlider .main_img:nth-of-type(1) {
    background-image: url("../img/top/top_pic-pc.png");
  }

  .bgiSlider .main_img:nth-of-type(2) {
    background-image: url("../img/top/top_pic-1-pc.png");
  }

  .bgiSlider .main_img:nth-of-type(3) {
    background-image: url("../img/top/top_pic-2-pc.png");
  }
}

@keyframes anime {
  0% {
    opacity: 0;
  }

  16.7% {
    opacity: 1;
  }

  33.3% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    z-index: 0;
  }

  100% {
    opacity: 0;
  }
}

.mvFill {
  padding: 0;
  position: relative;
  height: calc(100vh - 50px);
  width: 100%;
}

@media print,
screen and (min-width: 768px) {
  .mvFill {
    height: calc(100vh - 110px);
  }
}

.scrolldown {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.6px;
  line-height: 17px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #FFF;
  height: 63px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 75px;
  z-index: 3;
}

.scrolldown::after {
  background-color: #FFF;
  content: "";
  height: 40px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 23px;
  left: 0;
  width: 1px;
  -webkit-animation: arrow 2.4s 0s infinite;
  animation: arrow 2.4s 0s infinite;
}

@keyframes arrow {
  0% {
    height: 0;
  }

  50% {
    height: 40px;
    transform: translate(0, 0);
  }

  100% {
    height: 0;
    transform: translate(0, 40px);
  }
}

.bgi-shape {
  display: none;
}

@media print,
screen and (min-width: 768px) {
  .bgi-shape {
    display: block;
    height: 400px;
    position: absolute;
    width: 400px;
  }
}

.scrolltop {
  cursor: pointer;
  height: 50px;
  position: absolute;
  right: 20px;
  bottom: 190px;
  width: 50px !important;
}

@media print,
screen and (min-width: 768px) {
  .scrolltop {
    transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    bottom: -65px;
    position: fixed;
    z-index: 4;
  }
}

.moduleTitle {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 63px;
  border-top: 1px solid #D4D4D4;
  border-bottom: 1px solid #D4D4D4;
  height: 65px;
  padding-top: 2px;
  text-align: center;
}

@media print,
screen and (min-width: 768px) {
  .moduleTitle {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1.2px;
    line-height: 71px;
    height: 73px;
    padding-top: 4px;
  }
}

.moduleSubTitle {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.32px;
  line-height: 39px;
  background-color: #F3F3F3;
  height: 39px;
  padding-top: 2px;
  text-align: center;
}

.txt {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.26px;
  line-height: 28px;
}

.breadcrumb {
  display: none;
}

@media print,
screen and (min-width: 768px) {
  .breadcrumb {
    margin: 10px 0 0 0;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.55px;
    line-height: 17px;
    color: #585858;
    display: block;
    text-align: right;
  }

  .breadcrumb .inner {
    width: 1140px !important;
  }

  .breadcrumb a:hover {
    text-decoration: underline !important;
  }
}

/* /object */
/* header */
header {
  align-items: center;
  background-color: #FFF;
  display: flex;
  flex-wrap: wrap;
  height: 50px;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}

header .inner {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

header .headerTitleWrap {
}

header .headerTitleWrap .companyLogo {
  height: 25px;
}

header .headerTitleWrap .headerSiteTitle {
  display: none;
}

header .headerMenuWrap {
  align-items: center;
  display: flex;
}

header .headerMenuWrap .entryBtn {
  display: none;
}

header .headerSpMenuWrap {
  display: flex;
  width: 100%;
}

header .headerSpMenuWrap h2 {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.6px;
  line-height: 1.2em;
  background: #f06400;
	color: #fff;
  flex-basis: 50%;
  flex-grow: 1;
  flex-shrink: 1;
  text-align: center;
}

header .headerSpMenuWrap .entryBtn {
  flex-basis: 50%;
  flex-grow: 1;
  flex-shrink: 1;
}

header .headerSpMenuWrap a {
  display: block;
  height: 100%;
  padding-top: 4px;
  width: 100%;
}

@media print,
screen and (min-width: 768px) {
  header {
    height: 110px;
    padding-right: 63px;
    padding-left: 0;
  }

  header .inner {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
  }

  header .headerTitleWrap .companyLogo {
    height: 33px;
    margin-right: 30px;
    width: 346px;
  }

  header .headerTitleWrap .headerSiteTitle {
    transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.75px;
    line-height: 33px;
    display: block;
    padding-top: 4px;
  }

  header .headerTitleWrap .headerSiteTitle:hover {
    transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    text-decoration: underline;
  }

  header .headerMenuWrap {
    justify-content: space-between;
    height: 26px;
  }

  header .headerMenuWrap .entryBtn {
    display: block;
	height: 52px;
  }
	header .headerMenuWrap .entryBtn a {
		display: block;
		line-height: 52px;
	}

  header .headerSpMenuWrap {
    display: none;
  }
}

@media print,
screen and (min-width: 1141px) {
  header {
    padding-right: 104px;
    padding-left: 50px;
  }
}

@media screen and (max-width: 321px) {
  header .companyLogo {
    height: 22px !important;
  }
}

/* /header */
/* fixedNavBtn */
.fixedNavBtn {
  top: 14px;
  right: 15px;
  position: fixed;
  z-index: 40;
}

@media print,
screen and (min-width: 768px) {
  .fixedNavBtn {
    right: 0;
    top: 42px;
  }
}

@media print,
screen and (min-width: 1141px) {
  .fixedNavBtn {
    right: 41px;
  }
}

/* /fixedNavBtn */
/* contents */
#contents {
  padding-top: 50px;
}

#contents .contentsTopModule img {
  width: 100%;
}

#contents .contentsBottomModule {
  background-color: #A9A9A9;
  background-image: url(../img/ico/ico_line-colorful-sp.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 100% 8px;
  height: 88px;
}

#contents .contentsBottomModule a {
  align-items: center;
  color: #FFF;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}

#contents .contentsBottomModule a .returnToTop {
  background-image: url(../img/ico/ico_house-white.png);
}

#contents .contentsBottomModule a .returnToTop span {
  padding-bottom: 4px;
}

@media print,
screen and (min-width: 768px) {
  #contents {
    min-width: 1140px;
    padding-top: 110px;
  }

  #contents .contentsBottomModule {
    background-image: url(../img/ico/ico_line-colorful-pc.png);
    height: 118px;
  }
}

/* /contents */
/* nav */
nav {
  background: #fff;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  padding: 57px 20px 0 20px;
  min-height: 590px;
  width: 100vw;
  z-index: 30;
}

nav .inner {
  position: relative;
}

nav .navMenuTitle {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.7px;
  line-height: 19px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #7E7E7E;
  padding-top: 36px;
  position: relative;
  text-align: center;
}

nav .navMenuTitle::after {
  background-color: #7E7E7E;
  content: "";
  height: 1px;
  position: absolute;
  right: 0;
  bottom: -12px;
  left: 0;
  margin: 0 auto;
  width: 16px;
}

nav ul {
  padding-top: 44px;
}

nav ul li {
  margin-bottom: 34px;
}

nav ul li a {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 16px;
  display: block;
  text-align: center;
  width: 100%;
}

nav .navBtn {
  position: absolute;
  right: 0;
  bottom: 32px;
  left: 0;
  margin: 0 auto;
}

@media screen and (max-width: 1140px) and (min-width: 767px) {
  nav {
    padding-right: 0;
    padding-left: 0;
    min-width: 1140px;
  }
}

@media print,
screen and (min-width: 768px) {
  nav {
    padding: 38px 0 0 45px;
    width: 100%;
  }

  nav .inner {
    width: 100%;
  }

  nav .returnToTop {
    display: inline-block;
  }

  nav .navMenuTitle {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: calc(100% / 2 + 180px);
  }

  nav ul {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: calc(100% / 2 - 186px);
  }

  nav ul li:hover a {
    text-decoration: underline;
  }
}

/* /nav */
/* footer */
footer .inner {
  padding: 0;
}

footer .footerModule01 {
  align-items: center;
  background-color: #D4D4D4;
  height: 137px;
  padding-top: 16px;
}

footer .footerModule01 ul {
  margin-bottom: 16px;
}

footer .footerModule01 ul a {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.6px;
  line-height: 24px;
  color: #585858;
  display: block;
  height: 100%;
  text-align: center;
  width: 100%;
}

footer .footerModule02 {
  margin-bottom: 28px;
}

footer .footerModule02 .companyLogo {
  height: 25px;
  margin-top: 28px;
}

footer .footerModule02 .companyLogo a {
  display: block;
  height: 100%;
  text-align: center;
  width: 100%;
}

footer .footerModule02 .companyLogo a img {
  width: 262px;
}

footer .footerModule02 .copy {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.22px;
  line-height: 15px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #585858;
  margin-top: 19px;
  text-align: center;
}

@media print,
screen and (min-width: 768px) {
  footer {
    height: 206px;
    min-width: 1140px;
    overflow: hidden;
    position: relative;
  }

  footer .inner {
    position: relative;
    z-index: 1;
  }

  footer .footerModule01 {
    align-items: center;
    display: flex;
    height: 90px;
    justify-content: space-between;
    padding-top: 8px;
  }

  footer .footerModule01 ul {
    display: flex;
    margin-bottom: 0;
  }

  footer .footerModule01 ul li {
    padding-bottom: 4px;
  }

  footer .footerModule01 ul li a {
    display: initial;
    margin-right: 8px;
  }

  footer .footerModule01 ul li a:hover {
    text-decoration: underline;
  }

  footer .footerModule01 .entryBtn {
    height: 26px;
  }

  footer .footerModule02 {
    align-items: center;
    display: flex;
    height: 110px;
    justify-content: space-between;
  }

  footer .footerModule02 .companyLogo {
    margin-top: 0;
  }

  footer .footerModule02 .copy {
    line-height: 40px;
    margin-top: 0;
  }

  footer .footerModule02 .entryBtn {
    margin-bottom: 4px;
  }

  footer .bgi-shape {
    left: calc(100% / 2 - 299px);
    bottom: -214px;
  }
}

/* /footer */
/* top */
.topMainContents {
  margin-top: 39px;
  position: relative;
  width: 100%;
}

.topMainContents a {
  display: block;
  height: 100%;
}

.topMainContents .txt {
  position: absolute;
  top: 0;
  left: 24px;
}

.topMainContents h2 {
  font-size: 27px;
  font-weight: 700;
  letter-spacing: 1.35px;
  line-height: 31px;
  margin-bottom: 4px;
}

.topMainContents p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.7px;
  line-height: 21px;
  font-family: 'Noto Sans JP', sans-serif;
  margin-bottom: 10px;
}

.topMainContents .nextarrow {
  width: 64px;
}

.topMainContents .arrow {
  position: absolute;
  top: -33px;
  left: 154px;
}

.topMainContents .arrow.orange {
  top: -33px;
  left: 154px;
  width: 140px;
}

.topMainContents .arrow.blue {
  top: 66px;
  left: 87px;
  width: 88px;
}

.topMainContents .arrow.purple {
  top: 38px;
  left: 76px;
  width: 83px;
}

.topMainContents .mainImage {
  margin-top: 14px;
  width: 100%;
}

@media print,
screen and (min-width: 768px) {
  .topMainContents .txt {
    top: -22px;
  }

  .topMainContents h2 {
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 2.5px;
    line-height: 50px;
  }

  .topMainContents p {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 34px;
    margin-bottom: 20px;
  }

  .topMainContents .mainImage {
    margin-top: 21px;
  }

  .topMainContents .arrow {
    position: absolute;
  }

  .topMainContents .arrow.orange {
    top: -61px;
    left: 301px;
    width: 178px;
  }

  .topMainContents .arrow.blue {
    top: 102px;
    left: 119px;
    width: 114px;
  }

  .topMainContents .arrow.purple {
    top: 98px;
    left: 98px;
    width: 107px;
  }

  .topMainContents .nextarrow {
    transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
  }

  .topMainContents:hover .nextarrow {
    transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    margin-left: 10px;
  }
}

.topSubContents {
  background-color: #EDEDEE;
  height: 121px;
  margin-bottom: 20px;
}

.topSubContents a {
  align-items: center;
  display: flex;
  height: 100%;
}

.topSubContents .nextarrow {
  height: 45px;
  margin: 0 16px 0 23px;
  width: 45px;
}

.topSubContents h2 {
  font-size: 27px;
  font-weight: 700;
  letter-spacing: 1.35px;
  line-height: 41px;
}

.topSubContents h2.twoline {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.9px;
  line-height: 22px;
}

.topSubContents p {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.65px;
  line-height: 20px;
  font-family: 'Noto Sans JP', sans-serif;
}

@media print,
screen and (min-width: 768px) {
  .topSubContents {
    height: 130px;
  }

  .topSubContents h2 {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1.5px;
    line-height: 44px;
  }

  .topSubContents h2.twoline {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 24px;
  }

  .topSubContents p {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.75px;
    line-height: 22px;
  }

  .topSubContents .nextarrow {
    transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
  }

  .topSubContents:hover .nextarrow {
    transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    margin-right: 6px;
    margin-left: 33px;
  }
}

.topModule01 h1 {
  height: 216px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 3;
  width: 316px;
}

.topModule01 h1 img {
  width: 100%;
}

@media print,
screen and (min-width: 768px) {
  .topModule01 h1 {
    padding-left: 166px;
    height: 220px;
    width: 936px;
  }
}

.topModule02 {
  background-image: url(../img/ico/ico_line-colorful-sp.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% 8px;
  padding-top: 8px;
}

.topModule02 .inner {
  padding: 0;
}

@media print,
screen and (min-width: 768px) {
  .topModule02 {
    background-image: url(../img/ico/ico_line-colorful-pc.png);
    padding-top: 74px;
  }

  .topModule02 .mainImage {
    margin-top: 42px;
  }
}

.topModule03 .inner {
  padding: 0;
}

@media print,
screen and (min-width: 768px) {
  .topModule03 {
    display: flex;
    justify-content: space-between;
  }

  .topModule03 .topMainContents {
		width: 100%;
		height: 264px;
		overflow: hidden;
  }

  .topModule03 .txt {
    top: 3px;
  }

  .topModule03 h2 {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 46px;
    margin-bottom: 8px;
  }

  .topModule03 p {
    line-height: 18px;
    margin-bottom: 20px;
  }
}

.topModule04 {
  padding: 40px 0 40px 0;
}

@media print,
screen and (min-width: 768px) {
  .topModule04 {
    display: flex;
    justify-content: space-between;
  }

  .topModule04 .topSubContents {
    width: 360px;
  }
}

/* /top */
/* benefit */
.benefit .moduleTitle {
  margin-bottom: 18px;
}

.benefit p {
  margin-bottom: 32px;
}

@media print,
screen and (min-width: 768px) {
  .benefit .inner {
    width: 800px;
  }

  .benefit .moduleTitle {
    margin-bottom: 28px;
  }
}

.benefitModule2 {
  padding-top: 31px;
}

.benefitModule2 figure {
  margin-right: -20px;
  overflow: scroll;
  position: relative;
  margin-bottom: 40px;
  z-index: 1;
}

.benefitModule2 .scroll {
  position: absolute;
  top: 0;
  left: calc(100% - 70px);
  width: 50px;
}

.benefitModule2 .graph {
  margin-right: 20px;
  width: 642px;
}

@media print,
screen and (min-width: 768px) {
  .benefitModule2 {
    padding-top: 42px;
  }

  .benefitModule2 figure {
    margin-bottom: 61px;
    overflow: hidden;
    text-align: center;
  }

  .benefitModule2 .scroll {
    display: none;
  }
}

.benefitModule3 .kuruminBox {
  border: 1px solid #DEDEDE;
  margin-bottom: 40px;
  padding: 20px;
}

.benefitModule3 .kurumin {
  display: block;
  margin: 0 auto;
  width: 81px;
}

@media print,
screen and (min-width: 768px) {
  .benefitModule3 .kuruminBox {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    margin-bottom: 61px;
    padding: 30px;
  }

  .benefitModule3 .kurumin {
    flex-basis: 81px;
    flex-grow: 0;
    flex-shrink: 0;
  }

  .benefitModule3 p {
    flex-basis: 639px;
    flex-grow: 0;
    flex-shrink: 0;
  }
}

.benefitModule4 {
  text-align: center;
}

.benefitModule4 .moduleTitle {
  margin-bottom: 20px;
}

.benefitModule4 .moduleSubTitle {
  margin-bottom: 10px;
}

.benefitModule4 .time {
  margin-bottom: 30px;
  width: 188px;
}

.benefitModule4 .age {
  margin-bottom: 30px;
  width: 193px;
}

.benefitModule4 .member {
  margin-bottom: 44px;
  width: 165px;
}

@media print,
screen and (min-width: 768px) {
  .benefitModule4 .moduleTitle {
    margin-bottom: 30px;
  }

  .benefitModule4 .moduleSubTitle {
    margin-bottom: 20px;
  }

  .benefitModule4 ul {
    display: flex;
    justify-content: space-between;
  }

  .benefitModule4 li {
    margin-bottom: 12px;
    width: 260px;
  }
}

.benefitModule5 .moduleTitle {
  margin-bottom: 10px;
}

.benefitModule5 .moduleSubTitle {
  margin-bottom: 16px;
}

.benefitModule5 h3 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.8px;
  line-height: 44px;
  text-align: center;
  margin-bottom: 8px;
}

.benefitModule5 img {
  display: block;
  margin: 0 auto 20px auto;
  flex-basis: 250px;
  flex-shrink: 0;
  width: 250px;
}

@media print,
screen and (min-width: 768px) {
  .benefitModule5 {
    padding-bottom: 72px;
  }

  .benefitModule5 .moduleTitle {
    margin-bottom: 26px;
  }

  .benefitModule5 h3 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 44px;
    margin-bottom: 18px;
  }

  .benefitModule5 ul {
    display: flex;
    justify-content: center;
  }

  .benefitModule5 img {
    margin: 0 10px 20px;
  }

  .benefitModule5 .box {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
  }
}

/* true */
/* intention */
.intention .moduleTitle {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.8px;
  line-height: 48px;
  height: 66px;
}

.intention .moduleTitle small {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.6px;
  line-height: 4px;
  display: block;
}

.intention .intentionList {
  border: 8px solid #F3F3F3;
  margin-bottom: 30px;
  padding: 0 12px 0 12px;
}

.intention .intentionList li {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1.17px;
  line-height: 22px;
  align-items: baseline;
  background-image: url("../img/ico/ico_line-dot.png");
  background-size: auto 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
  display: flex;
  padding-bottom: 10px;
}

.intention .intentionList li:before {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 2.25px;
  line-height: 42px;
  font-family: 'Noto Sans JP', sans-serif;
  content: "A.";
  margin-right: 7px;
}

.intention .intentionList li:last-of-type {
  background-image: none;
}

@media print,
screen and (min-width: 768px) {
  .intention .inner {
    width: 940px;
  }

  .intention .moduleTitle {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 49px;
    height: 55px;
    position: relative;
  }

  .intention .moduleTitle small {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.7px;
    line-height: 44px;
    position: absolute;
    right: 0;
    bottom: 0;
  }

  .intention .intentionList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 60px;
    padding: 14px 40px;
  }

  .intention .intentionList li {
    flex-basis: 50%;
    flex-grow: 1;
    flex-shrink: 0;
  }

  .intention .intentionList li.nobgi {
    background-image: none;
  }

  .intention .intentionList li p {
    width: 366px;
  }
}

.intentionModule2 {
  padding-top: 31px;
  margin-bottom: 14px;
}

.intentionModule2 .moduleTitle {
  height: 50px;
  margin-bottom: 21px;
}

.intentionModule2 .txt {
  margin-bottom: 31px;
}

.intentionModule2 img {
  margin-bottom: 30px;
  width: 100%;
}

@media print,
screen and (min-width: 768px) {
  .intentionModule2 {
    margin-bottom: 0;
    padding-top: 42px;
  }

  .intentionModule2 .moduleTitle {
    height: 55px;
    margin-bottom: 30px;
  }

  .intentionModule2 p {
    text-align: center;
  }

  .intentionModule2 .txt {
    margin-bottom: 38px;
  }

  .intentionModule2 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .intentionModule2 li {
    width: 450px;
  }

  .intentionModule2 img {
    margin-bottom: 61px;
  }
}

.intentionModule3 {
  padding-top: 31px;
}

.intentionModule3 .moduleTitle {
  margin-bottom: 20px;
}

.intentionModule3 .imgWrap {
  display: block;
  margin-right: -20px;
  overflow: scroll;
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}

.intentionModule3 .scroll {
  position: absolute;
  top: 0;
  left: calc(100% - 70px);
  width: 50px;
}

.intentionModule3 .graph {
  margin-right: 20px;
  width: 783px;
}

@media print,
screen and (min-width: 768px) {
  .intentionModule3 {
    padding-top: 0;
  }

  .intentionModule3 .moduleTitle {
    margin-bottom: 30px;
  }

  .intentionModule3 .imgWrap {
    margin-bottom: 58px;
    overflow: hidden;
    text-align: center;
  }

  .intentionModule3 .scroll {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .intentionModule3 .moduleTitle {
    font-size: 14px;
  }
}

.intentionModule4 .intentionList li:before {
  color: #00B1DB;
}

.intentionModule5 .intentionList li:before {
  color: #03B278;
}

.intentionModule6 {
  margin-bottom: 30px;
}

.intentionModule6 .moduleTitle {
  font-size: 14px;
}

.intentionModule6 .intentionList li:before {
  color: #FF7C03;
}

@media print,
screen and (min-width: 768px) {
  .intentionModule6 {
    margin-bottom: 0;
  }

  .intentionModule6 .moduleTitle {
    font-size: 20px;
  }
}

/* entry */
@media print,
screen and (min-width: 768px) {
  .entry .inner {
    width: 800px;
  }

  .entry .moduleTitle {
    height: 75px;
    line-height: 69px;
  }
}

.entryModule1 {
  margin-bottom: 31px;
}

@media print,
screen and (min-width: 768px) {
  .entryModule1 {
    margin-bottom: 0;
  }
}

.entryModule2 {
  margin-bottom: 20px;
}

.entryModule2 .moduleTitle {
  margin-bottom: 16px;
}

.entryModule2 .txt {
  margin-bottom: 22px;
}

.entryModule2 ul a {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.65px;
  line-height: 50px;
  background-color: #FF7C03;
  background-image: url("../img/ico/ico_arrow-right-white.png");
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  color: #FFF;
  display: block;
  height: 100%;
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
}

@media print,
screen and (min-width: 768px) {
  .entryModule2 {
    margin-top: 44px;
    margin-bottom: 50px;
  }

  .entryModule2 .moduleTitle {
    margin-bottom: 26px;
  }

  .entryModule2 ul {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }

  .entryModule2 li {
    width: 390px;
  }

  .entryModule2 a {
    transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
  }

  .entryModule2 a:hover {
    transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    background-position: 20px center;
  }
}

.entryModule3 {
  margin-bottom: 30px;
}

.entryModule3 .moduleTitle {
  margin-bottom: 16px;
}

.entryModule3 .txt {
  margin-bottom: 23px;
}

.entryModule3 img {
  width: 100%;
}

@media print,
screen and (min-width: 768px) {
  .entryModule3 {
    margin-bottom: 58px;
  }

  .entryModule3 .moduleTitle {
    margin-bottom: 26px;
  }
}

.entryModule4 {
  margin-bottom: 2px;
}

.entryModule4 .moduleTitle {
  margin-bottom: 21px;
}

.entryModule4 .moduleSubTitle {
  margin-bottom: 20px;
}

.entryModule4 .aboutAccessContent {
  margin-bottom: 24px;
}

.entryModule4 iframe {
  height: 213px;
  margin-bottom: 11px;
  width: 100%;
}

.entryModule4 dt {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.26px;
  line-height: 28px;
  margin-bottom: 7px;
}

.entryModule4 dd {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.26px;
  line-height: 28px;
  margin-bottom: 12px;
}

@media print,
screen and (min-width: 768px) {
  .entryModule4 {
    margin-bottom: 35px;
  }

  .entryModule4 .moduleTitle {
    margin-bottom: 30px;
  }

  .entryModule4 .moduleSubTitle {
    margin-bottom: 30px;
  }

  .entryModule4 .aboutAccessContent {
    display: flex;
    margin-bottom: 5px;
  }

  .entryModule4 iframe {
    height: 254px;
    margin-right: 20px;
    width: 400px;
  }

  .entryModule4 dd {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.26px;
    line-height: 28px;
    margin-bottom: 21px;
  }
}

.entryModule5 {
  margin-bottom: 28px;
  text-align: center;
}

.entryModule5 .moduleTitle {
  margin-bottom: 17px;
}

.entryModule5 h3 {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.26px;
  line-height: 28px;
  margin-bottom: 10px;
}

.entryModule5 p {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.26px;
  line-height: 28px;
}

.entryModule5 .mail {
  text-decoration: underline;
}

@media print,
screen and (min-width: 768px) {
  .entryModule5 {
    margin-bottom: 86px;
    text-align: center;
  }

  .entryModule5 .moduleTitle {
    margin-bottom: 27px;
  }
}

.faq .recruitmentFAQ {
  margin-top: 30px;
  margin-bottom: 19px;
}

.faq .recruitmentFAQList {
  margin: 19px 5px 0;
}

.faq .recruitmentFAQItem dt {
  display: flex;
  align-items: center;
  min-height: 56px;
  padding: 0 0 0 60px;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: .09em;
  border-bottom: solid 1px #CCC;
  position: relative;
}

.faq .recruitmentFAQAddon {
  font-family: "Noto Sans", sans-serif;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: .09em;
  color: #03B278;
}

.faq .recruitmentFAQItem dt .recruitmentFAQAddon {
  position: absolute;
  left: 19px;
  margin: auto 0;
}

.faq .recruitmentFAQItem dd {
  background-color: #fff;
  font-size: 13px;
  font-weight: normal;
  line-height: 2.153846154;
  letter-spacing: .02em;
}

.faq .recruitmentFAQItem dd div {
  background-color: #F3F3F3;
  margin-bottom: 21px;
  padding: 15px 20px 24px;
  position: relative;
}

.faq .recruitmentFAQItem dd .recruitmentFAQAddon {
  display: block;
  margin: 0 0 11px 0;
  line-height: 1;
}

@media screen and (min-width: 768px),
print {
  .faq .inner {
    width: 1030px;
  }

  .faq .recruitmentFAQ {
    margin-top: 44px;
    position: relative;
  }

  .faq .recruitmentFAQ:after {
    content: "";
    height: 400px;
    width: 400px;
    background: url(../img/handicap/bg.png) no-repeat center;
    background-size: contain;
    z-index: -1;
    position: absolute;
    bottom: 75px;
    right: -263px;
  }

  .faq .recruitmentFAQList {
    margin: 17px 0 0;
  }

  .faq .recruitmentFAQItem dt {
    border-bottom: 0;
    padding: 36px 0 21px 84px;
    font-size: 20px;
    cursor: pointer;
    position: relative;
  }

  .faq .recruitmentFAQItem.is-opened dt:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .faq .recruitmentFAQItem dt .recruitmentFAQAddon {
    top: 19px;
    left: 21px;
  }

  .faq .recruitmentFAQItem dd {
    position: relative;
  }

  .faq .recruitmentFAQItem dd div {
    padding: 15px 30px 20px 138px;
    min-height: 92px;
  }

  .faq .recruitmentFAQItem dd:before {
    content: "";
    width: 1px;
    background-color: #CCC;
    position: absolute;
    top: 20px;
    left: 96px;
    bottom: 20px;
    z-index: 1;
  }

  .faq .recruitmentFAQItem dd .recruitmentFAQAddon {
    position: absolute;
    top: 18px;
    left: 22px;
  }

  .faq .recruitmentFAQAddon {
    font-size: 40px;
  }

  .faq .contentsBottomModule {
    margin-top: 70px;
  }
}

.interview {
  /*-----------------------
  .interviewModule01
  -----------------------*/
  /*-----------------------
  .interviewModule02
  -----------------------*/
  /*-----------------------
  .interviewModule03
  -----------------------*/
  /*-----------------------
  interviewListModule01
  -----------------------*/
  /*-----------------------
  .interviewListModule02
  -----------------------*/
  /*-----------------------
  .interviewNaviModule01
  -----------------------*/
}

.interview img {
  width: 100%;
}

.interview .interviewModule01 .inner01 .photoBox {
  position: relative;
}

.interview .interviewModule01 .inner01 .photo01 {
  border-bottom: 4px solid #FF7C03;
}

.interview .interviewModule01 .inner01 .titBox {
  margin: 5px 0 0;
}

.interview .interviewModule01 .inner01 .titBox .subTit {
  color: #FF7C03;
  font-size: 10px;
  letter-spacing: 0.1em;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}

.interview .interviewModule01 .inner01 .titBox .num {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 17px;
  position: relative;
  top: 3px;
  display: inline-block;
}

.interview .interviewModule01 .inner01 .titBox .num .ico01 {
  position: absolute;
  display: block;
  bottom: -5px;
  left: 25px;
  width: 124px;
}

.interview .interviewModule01 .inner01 .titBox .num .ico01 img {
  width: 124px;
}

.interview .interviewModule01 .inner01 .titBox .tit01 {
  margin: 18px 0 0;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.interview .interviewModule01 .inner02 {
  background: #F3F3F3;
}

.interview .interviewModule01 .inner02 .nameBox01 .tit02 {
  position: relative;
}

.interview .interviewModule01 .inner02 .nameBox01 .tit02:after {
  content: "";
  display: block;
  background: url("../img/interview/detail/ico_interview02.png");
  position: absolute;
  top: 0px;
  right: 0px;
  width: 27px;
  height: 30px;
  background-size: 27px 30px;
}

.interview .interviewModule01 .inner02 .nameBox01 .tit02 .jp {
  font-size: 18px;
}

.interview .interviewModule01 .inner02 .nameBox01 .tit02 .en {
  color: #FF7C03;
  font-size: 12px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  position: relative;
  top: -2px;
  left: 5px;
}

.interview .interviewModule01 .inner02 .nameBox01 .txt02 {
  margin: 5px 0 0;
  font-size: 12px;
  line-height: 2;
}

.interview .interviewModule01 .inner02 .nameBox02 {
  margin: 6px 0 0;
}

.interview .interviewModule01 .inner02 .nameBox02 .tit03 .jp {
  font-size: 12px;
}

.interview .interviewModule01 .inner02 .nameBox02 .tit03 .en {
  font-size: 15px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.interview .interviewModule01 .inner02 .nameBox02 .txt03 {
  margin: 5px 0 0;
  font-size: 12px;
  line-height: 22px;
}

.interview .interviewModule01 .breadcrumbs {
  color: #585858;
  font-size: 11px;
  width: 1140px;
  margin: 0 auto;
  text-align: right;
  margin: 16px auto 48px;
}

.interview .interviewModule01 .breadcrumbs a:hover {
  text-decoration: underline !important;
}

.interview .interviewModule01 .inner02 .inner02_in {
  position: relative;
}

.interview .interviewModule01 .inner02 .inner02_in::after {
  content: "取材当時の内容です。";
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  color: #585858;
  font-size: 11px;
}

@media screen and (max-width: 767px) {
  .interview .interviewModule01 .inner01 {
    padding: 0px 20px;
  }

  .interview .interviewModule01 .inner01 .photo01 {
    display: block;
    margin: 0 -20px;
  }

  .interview .interviewModule01 .inner02 {
    margin: 30px 0 0;
    padding: 16px 30px 28px;
  }

  .interview .interviewModule01 .inner02 .photoBox01 {
    margin: 20px 0 0;
  }
}

@media screen and (min-width: 768px),
print {
  .interview .interviewModule01 {
    padding: 0 0 8px;
  }

  .interview .interviewModule01 .inner01 .photoBox {
    height: calc(100vh - 250px);
    background: #000;
  }

  .interview .interviewModule01 .inner01 .photoBox.type1 {
    background: url(../img/interview/detail/pic_ohachi-pc.png) center center;
    background-size: cover;
    border-bottom: 8px solid #FF7C03;
  }

  .interview .interviewModule01 .inner01 .photoBox.type2 {
    background: url(../img/interview/detail/pic_kyogoku-pc.png) center center;
    background-size: cover;
    border-bottom: 8px solid #FF7C03;
  }

  .interview .interviewModule01 .inner01 .photoBox.type3 {
    background: url(../img/interview/detail/pic_kuwahara-pc.png) center center;
    background-size: cover;
    border-bottom: 8px solid #FF7C03;
  }

  .interview .interviewModule01 .inner01 .photoBox.type4 {
    background: url(../img/interview/detail/pic_ikezawa-pc.png) center center;
    background-size: cover;
    border-bottom: 8px solid #FF7C03;
  }

  .interview .interviewModule01 .inner01 .titBox {
    width: 1140px;
    margin: 0 auto;
    padding: 24px 0 0;
    min-height: 140px;
  }

  .interview .interviewModule01 .inner01 .titBox .subTit {
    width: 150px;
    float: left;
  }

  .interview .interviewModule01 .inner01 .titBox .subTit .en {
    font-size: 20px;
    line-height: 1.2;
  }

  .interview .interviewModule01 .inner01 .titBox .subTit .second {
    position: relative;
    top: -5px;
  }

  .interview .interviewModule01 .inner01 .titBox .subTit .num {
    font-size: 36px;
    display: block;
  }

  .interview .interviewModule01 .inner01 .titBox .subTit .ico01 {
    bottom: 36px;
    left: 798px;
  }

  .interview .interviewModule01 .inner01 .titBox .subTit .ico01 img {
    width: 270px;
  }

  .interview .interviewModule01 .inner01 .titBox .tit01 {
    width: 800px;
    margin: 0 auto;
    text-align: center;
    font-size: 30px;
  }

  .interview .interviewModule01 .inner01 .photo01 {
    border-bottom: 8px solid #FF7C03;
  }

  .interview .interviewModule01 .inner02 {
    position: relative;
  }

  .interview .interviewModule01 .inner02::after {
    content: "取材当時の内容です。";
    position: absolute;
    transform: translateX(-50%);
    bottom: -30px;
    left: 50%;
    width: 1140px;
    color: #585858;
    font-size: 11px;
  }

  .interview .interviewModule01 .inner02 .inner02_in {
    width: 1140px;
    margin: 0 auto;
    overflow: hidden;
  }

  .interview .interviewModule01 .inner02 .nameBox01 {
    float: left;
    width: 300px;
    margin: 0 0 0 40px;
    padding: 85px 0 0;
  }

  .interview .interviewModule01 .inner02 .nameBox01 .tit02:after {
    content: "";
    display: block;
    background: url(../img/interview/detail/ico_interview02.png);
    position: absolute;
    top: -50px;
    left: 0px;
    width: 27px;
    height: 30px;
    background-size: 27px 30px;
  }

  .interview .interviewModule01 .inner02 .nameBox02 {
    float: left;
    width: 400px;
    margin: 0 0 0 80px;
    padding: 85px 0 0;
  }

  .interview .interviewModule01 .inner02 .photoBox01 {
    width: 320px;
    float: left;
  }
}

.interview .interviewModule02 .list01 {
  margin: 30px 0 0;
}

.interview .interviewModule02 .list01.is-opened dt:after {
  content: "";
  display: block;
  background: url("../img/ico/ico_arrow-black.png") no-repeat;
  position: absolute;
  top: 35%;
  right: 20px;
  width: 26px;
  height: 33px;
  background-size: 26px 33px;
  transform: translate(0%, -70%);
  transform: rotate(-180deg);
}

.interview .interviewModule02 .list01 dt {
  border-top: 2px #FF7C03 solid;
  border-bottom: 1px #D4D4D4 solid;
  padding: 8px 70px 10px 20px;
  position: relative;
  cursor: pointer;
}

.interview .interviewModule02 .list01 dt:after {
  content: "";
  display: block;
  background: url("../img/ico/ico_arrow-black.png") no-repeat;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 26px;
  height: 33px;
  background-size: 26px 33px;
  transform: translate(0%, -50%);
  transition: 0.3s ease-in-out;
}

.interview .interviewModule02 .list01 dt .q {
  display: block;
  color: #FF7C03;
  font-size: 17px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}

.interview .interviewModule02 .list01 dt .q .num {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}

.interview .interviewModule02 .list01 dt .name {
  margin: 9px 0 0 0;
  display: block;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.26px;
  line-height: 28px;
}

.interview .interviewModule02 .list01 dd {
  display: none;
  padding: 20px 20px 0;
  font-size: 13px;
  line-height: 28px;
}

@media screen and (max-width: 767px) {
  .interview .interviewModule02 {
    padding: 0 0 40px;
  }

  .interview .interviewModule02 .list01 dd .photo01 {
    margin: 20px -20px 0;
  }
}

@media screen and (min-width: 768px),
print {
  .interview .interviewModule02 {
    margin: 80px 0 0;
    position: relative;
  }

  .interview .interviewModule02 .bg01 {
    background: url("../img/interview/detail/bg_dot01.png") no-repeat;
    position: absolute;
    background-size: 400px;
    top: -40px;
    margin: 0 0 0 220px;
    left: 50%;
    width: 400px;
    height: 400px;
    z-index: -1;
  }

  .interview .interviewModule02 .bg02 {
    background: url("../img/interview/detail/bg_dot02.png") no-repeat;
    position: absolute;
    background-size: 400px;
    top: 1030px;
    margin: 0 0 0 10px;
    left: 0;
    width: 400px;
    height: 400px;
    z-index: -1;
  }

  .interview .interviewModule02 .list01 {
    width: 1140px;
    margin: 30px auto 0;
  }

  .interview .interviewModule02 .list01 dt {
    padding: 30px 70px 30px 10px;
    text-align: center;
    position: relative;
  }

  .interview .interviewModule02 .list01 dt .name {
    font-size: 22px;
    position: relative;
    left: 40px;
    margin-top: 0;
  }

  .interview .interviewModule02 .list01 dt .q {
    position: absolute;
    left: 10px;
  }

  .interview .interviewModule02 .list01 dd {
    padding: 50px 40px 30px;
    overflow: hidden;
  }

  .interview .interviewModule02 .list01 dd>div {
    width: 500px;
    float: left;
  }

  .interview .interviewModule02 .list01 dd>div.rit {
    float: right;
  }

  .interview .interviewModule02 .list01 dd .wide {
    width: 1070px;
  }

  .interview .interviewModule02 .list01 dd .photo01 {
    width: 520px;
    float: right;
  }

  .interview .interviewModule02 .list01 dd .photo01.lft {
    float: left;
  }

  .interview .interviewModule02 .photo02 {
    margin: 50px 0 0;
    position: relative;
  }

  .interview .interviewModule02 .photo02 .ico01 {
    position: absolute;
    bottom: 50px;
    left: 50%;
    width: 300px;
    margin: 0 0 0 50px;
  }

  .interview .interviewModule02 .photo02 .ico01.type2 {
    bottom: 160px;
    left: 50%;
    width: 300px;
    margin: 0 0 0 120px;
  }

  .interview .interviewModule02 .photo02 .ico01.type3 {
    top: -20px;
    bottom: auto;
    left: 50%;
    width: 300px;
    margin: 0 0 0 80px;
  }

  .interview .interviewModule02 .photo02 .ico01.type4 {
    top: -20px;
    bottom: auto;
    left: 50%;
    width: 300px;
    margin: 0 0 0 -165px;
  }
}

.interview .interviewModule03 {
  background: #4AC5E5;
}

.interview .interviewModule03 .tit01 {
  color: #fff;
  text-align: center;
  position: relative;
}

.interview .interviewModule03 .tit01:after {
  content: "";
  display: block;
  background: url("../img/interview/detail/ico_interview01.png");
  position: absolute;
  top: 0;
  left: 50%;
  width: 26px;
  height: 26px;
  margin: 0 0 0 -13px;
  background-size: 26px 26px;
  transform: translate(0%, -50%);
}

.interview .interviewModule03 .tit01 .en {
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0.1em;
  padding: 22px 0 0;
}

.interview .interviewModule03 .tit01 .jp {
  margin: 5px 0 0;
  display: block;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.interview .interviewModule03 .inner01 {
  padding: 20px;
  background: #fff;
}

.interview .interviewModule03 .inner01 .txt01 {
  margin: 10px 0 0;
  font-size: 13px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .interview .interviewModule03 {
    padding: 46px 20px 30px;
  }

  .interview .interviewModule03 .inner01 {
    margin: 30px 0 0;
  }
}

@media screen and (min-width: 768px),
print {
  .interview .interviewModule03 {
    padding: 65px 0 80px;
  }

  .interview .interviewModule03 .tit01 .en {
    padding: 30px 0 0;
  }

  .interview .interviewModule03 .inner01 {
    width: 800px;
    margin: 37px auto 0;
    padding: 50px;
    overflow: hidden;
  }

  .interview .interviewModule03 .inner01 .txt01 {
    float: left;
    display: block;
    width: 378px;
    margin: 0;
    line-height: 2.2;
  }

  .interview .interviewModule03 .inner01 .photo01 {
    width: 290px;
    float: right;
  }
}

.interview .interviewListModule01 {
  margin-bottom: 4px;
}

.interview .interviewListModule01 .tit01 {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 2.7px;
  line-height: 56px;
  margin: 55px 0 17px 0;
  text-align: center;
}

.interview .interviewListModule01 .list01 a {
  display: block;
  transition: 0.3s ease-in-out;
}

.interview .interviewListModule01 .list01 a:hover {
  opacity: 0.7;
}

.interview .interviewListModule01 .list01 .name01 {
  padding: 14px 10px 30px 77px;
  position: relative;
}

.interview .interviewListModule01 .list01 .name01 .jp {
  font-size: 25px;
  font-weight: bold;
}

.interview .interviewListModule01 .list01 .name01 .en {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #EC0000;
  position: relative;
  top: -3px;
  left: 8px;
  letter-spacing: 0.1em;
}

.interview .interviewListModule01 .breadcrumbs {
  color: #585858;
  font-size: 11px;
  width: 1140px;
  margin: 0 auto;
  text-align: right;
  margin: 32px auto 40px;
}

.interview .interviewListModule01 .breadcrumbs a:hover {
  text-decoration: underline !important;
}

@media screen and (max-width: 767px) {
  .interview .interviewListModule01 .list01 .name01:after {
    content: "";
    display: block;
    background: url("../img/ico/ico_arrow-orange2-sp.png");
    position: absolute;
    top: 10px;
    left: 20px;
    width: 45px;
    height: 45px;
    background-size: 45px 45px;
  }
}

@media screen and (min-width: 768px),
print {
  .interview .interviewListModule01 {
    position: relative;
    overflow: hidden;
    margin: 0 auto 26px;
    overflow: hidden;
  }

  .interview .interviewListModule01 .tit01 {
    font-size: 41px;
    font-weight: bold;
    letter-spacing: 2.7px;
    line-height: 56px;
    margin: 48px 0 10px 0;
    text-align: center;
  }

  .interview .interviewListModule01 .list01 {
    width: 1140px;
    margin: 0 auto;
  }

  .interview .interviewListModule01 .list01 li {
    width: 550px;
    float: left;
  }

  .interview .interviewListModule01 .list01 li:nth-of-type(odd) {
    margin: 0 40px 0 0;
  }

  .interview .interviewListModule01 .list01 li .name01 {
    padding: 20px 10px 60px 50px;
  }

  .interview .interviewListModule01 .list01 li .name01:after {
    content: "";
    display: block;
    background: url("../img/ico/ico_arrow-orange2-pc.png");
    position: absolute;
    top: 15px;
    left: 0px;
    width: 45px;
    height: 45px;
    background-size: 45px 45px;
  }

  .interview .interviewListModule01 .list01 li .name01 .en {
    color: #FF7C03;
  }
}

.interview .interviewListModule02 {
  background-color: #a9a9a9;
  background-image: url(../img/workandpeople/common/img_workandpeople_line.png);
  background-size: 100% 8px;
  background-position: left bottom;
  background-repeat: no-repeat;
  padding-bottom: 8px;
}

.interview .interviewListModule02 .box {
  margin: 0 auto;
  padding: 0 20px 0 20px;
  max-width: 1140px;
  min-width: 320px;
}

.interview .interviewListModule02 .box p {
  background-image: url("../img/ico/ico_house-white.png");
  background-size: 32px auto;
  background-position: left 6px;
  background-repeat: no-repeat;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: .05rem;
  margin: 0;
  padding-left: 48px;
  text-align: left;
}

.interview .interviewListModule02 a {
  display: block;
  height: 100%;
  text-align: center;
  width: 100%;
}

.interview .interviewListModule02 a:hover p {
  background-position: left 25px;
  transition: 0.3s ease-in-out;
}

.interview .interviewListModule02 a span {
  display: block;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: .5px;
  margin-top: 4px;
}

@media screen and (max-width: 767px) {
  .interview .interviewListModule02 .box {
    padding: 20px 20px 10px 20px;
  }

  .interview .interviewListModule02 .box p {
    transition: 0.3s ease-in-out;
  }

  .interview .interviewListModule02 .box:hover p {
    background-position: left 0px;
    transition: 0.3s ease-in-out;
  }
}

@media screen and (min-width: 768px),
print {
  .interview .interviewListModule02 .box p {
    /* margin: 35px 0 35px 0; */
    padding-top: 35px;
    padding-bottom: 35px;
    background-position: left 40px;
    transition: 0.3s ease-in-out;
  }
}

.interview .interviewNaviModule01 {
  background-color: #a9a9a9;
  background-image: url(../img/ico/ico_line-colorful-sp.png);
  background-size: 100% 8px;
  background-repeat: no-repeat;
  background-position: left bottom;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.5px;
}

.interview .interviewNaviModule01 .box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
}

.interview .interviewNaviModule01 .prev,
.interview .interviewNaviModule01 .next,
.interview .interviewNaviModule01 .interview {
  color: #fff;
  flex-wrap: wrap;
  flex-basis: 48%;
  flex-grow: 1;
  flex-shrink: 1;
  text-align: center;
}

.interview .interviewNaviModule01 .box>span {
  background-color: #fff;
  width: 1px;
}

.interview .interviewNaviModule01 .prev {
  border-bottom: 1px solid #fff;
  height: 72px;
  transition: 0.3s ease-in-out;
}

.interview .interviewNaviModule01 .prev div {
  background-image: url(../img/interview/detail/ico_interview_prev.png);
  background-size: 32px auto;
  background-repeat: no-repeat;
  background-position: left center;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  padding: 0 0 0 42px;
}

.interview .interviewNaviModule01 .interview {
  flex-basis: 100%;
  height: 88px;
}

.interview .interviewNaviModule01 .interview a {
  display: flex;
  text-align: center;
  justify-content: center;
}

.interview .interviewNaviModule01 .interview img {
  height: 35px;
  width: 35px;
  margin-right: 14px;
  transition: transform 0.3s ease-out;
  transform: rotate(0deg);
}

.interview .interviewNaviModule01 .interview p {
  font-weight: 300;
  line-height: 1;
}

.interview .interviewNaviModule01 .interview span {
  display: block;
  font-size: 12px;
  margin: 8px 0 8px 0;
}

.interview .interviewNaviModule01 .next {
  border-bottom: 1px solid #fff;
  height: 72px;
  transition: 0.3s ease-in-out;
}

.interview .interviewNaviModule01 .next div {
  background-image: url(../img/interview/detail/ico_interview_next.png);
  background-size: 32px auto;
  background-repeat: no-repeat;
  background-position: right center;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  padding: 0 42px 0 0;
}

.interview .interviewNaviModule01 a {
  display: inline-block;
  padding: 22px 0 22px 0;
  height: 100%;
  vertical-align: middle;
  width: 100%;
}

.interview .interviewNaviModule01 .next a {
  text-align: center;
}

.interview .interviewNaviModule01 .interview a {
  padding: 33px 0 35px 0;
}

.interview .interviewNaviModule01 .interview a p {
  text-align: center;
  padding: 0 0 5px;
  border-bottom: solid #fff 2px;
  box-sizing: border-box;
  font-family: 'Meiryo', "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
  font-size: 14px;
}

@media print,
screen and (min-width: 768px) {
  .interview .interviewNaviModule01 {
    background-image: url(../img/ico/ico_line-colorful-pc.png);
  }

  .interview .interviewNaviModule01 .box {
    flex-wrap: nowrap;
    width: 1140px;
  }

  .interview .interviewNaviModule01 .prev,
  .interview .interviewNaviModule01 .next,
  .interview .interviewNaviModule01 .interview {
    border: 0;
    flex-basis: 33%;
    height: 118px;
  }

  .interview .interviewNaviModule01 .prev {
    background-position: left center;
    text-align: left;
    order: 1;
  }

  .interview .interviewNaviModule01 .interview {
    order: 2;
  }

  .interview .interviewNaviModule01 a {
    padding: 43px 42px 43px 0;
  }

  .interview .interviewNaviModule01 .box>span {
    display: none;
  }

  .interview .interviewNaviModule01 .next {
    background-position: right center;
    order: 3;
  }

  .interview .interviewNaviModule01 .prev:hover {
    transition: 0.3s ease-in-out;
    margin-left: -15px;
    margin-right: 15px;
  }

  .interview .interviewNaviModule01 .next:hover {
    transition: 0.3s ease-in-out;
    margin-right: -15px;
    margin-left: 15px;
  }

  .interview .interviewNaviModule01 .next a {
    padding: 43px 0 43px 42px;
    text-align: right;
  }

  .interview .interviewNaviModule01 .interview:hover img {
    transition: transform 0.3s ease-out;
    transform: rotate(45deg);
  }

  .interview .interviewNaviModule01 .interview a {
    padding: 49px 42px 46px 0;
  }
}

@media print,
screen and (min-width: 768px) {
  .message .inner {
    width: 800px;
  }
}

.messageModule1 {
  margin-top: 72px;
}

.messageModule1 h1 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1.98px;
  line-height: 22px;
  margin-bottom: 34px;
  text-align: center;
}

@media print,
screen and (min-width: 768px) {
  .messageModule1 {
    margin-top: 50px;
  }

  .messageModule1 h1 {
    font-size: 41px;
    font-weight: 700;
    letter-spacing: 2.05px;
    line-height: 56px;
    margin-bottom: 22px;
  }
}

.messageModule2 .inner {
  padding: 0;
}

.messageModule2 img {
  margin-bottom: 24px;
  width: 100%;
}

.messageModule2 h2 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1.1px;
  line-height: 44px;
  margin-bottom: 10px;
  text-align: center;
}

.messageModule2 p {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.26px;
  line-height: 28px;
  margin-bottom: 30px;
  padding: 0 20px;
}

@media print,
screen and (min-width: 768px) {
  .messageModule2 {
    margin-top: 40px;
    margin-bottom: 56px;
  }

  .messageModule2 img {
    margin-bottom: 58px;
  }

  .messageModule2 h2 {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 1.3px;
    line-height: 44px;
    margin-bottom: 54px;
  }

  .messageModule2 p {
    padding: 0;
  }
}

.mb16sp {
  margin-bottom: 16px !important;
}

.c-caption {
  color: #585858;
  font-size: 11px;
}

@media print,
screen and (min-width: 768px) {
  .c-caption {
    clear: both;
    width: 1140px;
    margin: 0 auto;
  }
}




header .headerMenuWrap .entryBtn02 {
	flex-basis: 250px;
	margin-left: 10px;
	height: 52px;
	background: #f06400;
}
	header .headerMenuWrap .entryBtn02 a {
		display: block;
		padding: 10px 10px 0 10px;
		line-height: 1.4em;
	}

