@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&family=Material+Icons&display=swap');
:root {
  --color-key: #A7381D;
  --color-sub: #7d2a16;
  --color-dark: #531c0e;
  --color-light: #f2e1dd;
  --color-base: #1a1a1a;
  --color-blk: #000;
  --color-wht: #fff;
  --color-navy: #043077;
  --color-red: #CA0A13;
  --icon: 'Material Icons';
  --transition-time: .4s;
}

/*---------------------------------------------
	リセット
  ---------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
* {
  box-sizing: border-box;
}

/*---------------------------------------------
	base setting
  ---------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "游ゴシック", "Helvetica Neue", Arial, sans-serif;
  color: var(--color-base);
  padding: 140px 0 0 0;
  font-size: 1.4rem;
}

@media screen and (min-width:768px) and (max-width:1139px) {
  body {
    padding: 60px 0 0 0;
  }
}

@media all and (max-width: 809px) {
  body {
    padding: 60px 0 0 0;
    Letter-spacing: 0.05em
  }
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.rbtc {
  font-family: "Roboto Condensed", sans-serif;
}
.ygm {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic", "游ゴシック", sans-serif;
}

.clearfix::after {
  content: " ";
  display: block;
  clear: both;
}


/*---------------------------------------------
	slick slider
  ---------------------------------------------*/
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}
.slick-list:focus{outline:none}
.slick-list.dragging{cursor:pointer;cursor:hand}
.slick-slider .slick-track,.slick-slider .slick-list{transform:translate3d(0,0,0)}
.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}
.slick-track:before,.slick-track:after{display:table;content:''}
.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{display:none;float:left;height:100%;min-height:1px}
[dir='rtl'] .slick-slide{float:right}
.slick-slide img{display:block}
.slick-slide.slick-loading img{display:none}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}
.slick-arrow.slick-hidden{display:none}


/*---------------------------------------------
	header
  ---------------------------------------------*/
header {
  position: relative;
  box-shadow: 0px 3px 11px -5px rgba(0, 0, 0, 0.3);
  z-index: 5000;
  background: var(--color-wht);
}
header #globalnav {
  display: table;
  width: 100%;
  height: 60px;
  padding: 0 15px 0 0;
  overflow: hidden;
  background-color: var(--color-key);
  box-sizing: border-box;
}
header #globalnav a {
  color: var(--color-wht);
  font-size: 14px;
  letter-spacing: 0.3px;
  line-height: 60px;
  padding: 0 15px;
  transition: all 0.3s ease 0s;
}
header #globalnav a:hover {
  text-decoration: none;
  opacity: 0.7;
}
header #globalnav h1 {
  display: table-cell;
  padding: 0 0 0 15px;
  vertical-align: middle;
  font-weight: 500;
  color: var(--color-wht);
}
header #globalnav nav {
  display: table-cell;
  padding: 0 0 0 0;
  vertical-align: middle;
  text-align: right;
}
header #globalnav nav ul {
  display: block;
  letter-spacing: -.4em;
}
header #globalnav nav ul li {
  display: inline-block;
  margin: 0 0 0 0;
  padding: 0 0 0;
  vertical-align: middle;
}
header #globalnav nav ul li a svg {
  width: 17px;
  margin: -3px 4px 0 0;
  vertical-align: middle;
  max-height: 80px;
}
header #globalnav nav ul li img.col {
  width: 20px;
  height: auto;
  vertical-align: middle;
  margin: 0 3px 7px 0;
}

/* ヘッダー電話番号 追加 */
header #globalnav nav ul li dl{
  display: table;
  letter-spacing: normal;
  color: #FFF;
  vertical-align: top;
  height: 60px;
  margin: 0 0 0 20px;
  font-feature-settings: "palt";
}
header #globalnav nav ul li dl dt{
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px 0 0;
}
header #globalnav nav ul li dl dd{
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
header #globalnav nav ul li dl dd strong{
  display: block;
  font-size: 18px;
  background: url(https://www.pasona.co.jp/clients/service/assets/cas/images/common/icon_tel01.png) no-repeat 0 50%;
  padding: 0 0 0 28px;
  margin: 0 0 5px 0;
  line-height: 22px;
  letter-spacing: 1.2px;
}
header #globalnav nav ul li dl dd span{
  display: block;
  font-size: 12px;
  line-height: 13px;
}

header #localnav {
  display: table;
  width: 100%;
  height: 80px;
}
header.lnst {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
}
header #localnav p#pasonalogo {
  display: table-cell;
  padding: 0 0 0 30px;
  vertical-align: middle;
  box-sizing: border-box;
  text-align: left;
}
header #localnav p#pasonalogo a {
  display: flex;
  align-items: center;
  color: var(--color-key);
  transition: all 0.3s ease 0s;
}
header #localnav p#pasonalogo a span {
  padding: 0 20px 0 0;
}
header #localnav p#pasonalogo a span img {
  width: 120px;
}
header #localnav p#pasonalogo a strong {
  padding: 0 0 0 0;
  font-size: 22px;
  font-weight: bold;
  font-feature-settings: "palt";
}
header #localnav p#pasonalogo a:hover {
  opacity: 0.7;
  text-decoration: none;
}
header #localnav nav {
  display: table-cell;
  padding: 0 0 0 0;
  vertical-align: middle;
  text-align: right;
}
header #localnav nav ul {
  display: block;
  letter-spacing: -.4em;
  padding: 0 15px 0 0;
}
header #localnav nav ul li {
  display: inline-block;
  margin: 0 0 0 0;
  vertical-align: middle;
}
header #localnav nav ul li span {
  line-height: 80px;
  vertical-align: top;
}

header #localnav nav ul li > a, header #localnav nav ul li span.header_inactive {
  display: block;
  letter-spacing: 0;
  line-height: 80px;
  color: var(--color-key);
  font-size: 14px;
  font-weight: bold;
  padding: 0 12px;
  transition: all 0.3s ease 0s;
}
header #localnav nav ul li > a:hover, header #localnav nav ul li span.header_inactive:hover {
  background: var(--color-light);
  text-decoration: none;
}
header #localnav nav ul li a svg {
  width: 14px;
  margin: -3px 4px 0 0;
  vertical-align: middle;
  max-height: 80px;
}
header #localnav nav ul li:nth-last-of-type(1) > a:hover {
  background: none;
  opacity: 0.7;
}
header #localnav #head_contact {
  display: none;
  vertical-align: middle;
  width: 144px;
  background-color: var(--color-red);
  transition: all 0.3s ease 0s;
}
header #localnav #head_contact a {
  display: block;
  text-align: center;
  line-height: 80px;
  color: var(--color-wht);
  font-size: 14px;
  font-weight: bold;
}
header #localnav #head_contact:hover {
  opacity: 0.8;
}
header #localnav #head_contact:hover a {
  text-decoration: none;
}
header #localnav nav ul li .mmenu {
  position: absolute;
  top: 135px;
  left: 0;
  width: 100%;
  padding: 0;
  font-feature-settings: "palt";
  letter-spacing: 1px;
  text-align: left;
  background: var(--color-light);
  box-shadow: 0px 3px 10px -6px rgba(0, 0, 0, 0.3);
  transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  visibility: hidden;
  opacity: 0;
}
header #localnav nav ul li .mmenu_inner {
  padding: 50px 0;
  box-shadow: 0px 3px 10px -6px rgba(0, 0, 0, 0.3) inset;
}
header #localnav nav ul li .mmenu .wrap {
  width: 1140px;
  margin: 0 auto;
}
header #localnav nav ul li .mmenu .mmenubox01 {
  display: flex;
}
header #localnav nav ul li .mmenu .mmenubox01 h2 {
  width: 244px;
  color: var(--color-key);
  font-size: 24px;
}
header #localnav nav ul li .mmenu .mmenubox01 .mmenubox01body {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 32px;
  flex: 1;
  letter-spacing: -.4em;
}
header #localnav nav ul li .mmenu .mmenubox01 .mmenubox01body a {
  display: block;
  width: calc(25% - 24px);
  letter-spacing: 0.05em;
  transition: all 0.3s ease 0s;
}
header #localnav nav ul li .mmenu .mmenubox01 .mmenubox01body a:hover {
  opacity: 0.6;
  text-decoration: none;
}
header #localnav nav ul li .mmenu .mmenubox01 .mmenubox01body a dl {
  display: block;
  width: 100%;
}
header #localnav nav ul li .mmenu .mmenubox01 .mmenubox01body a dl dt {
  aspect-ratio: 2 / 1;
  overflow: clip;
}
header #localnav nav ul li .mmenu .mmenubox01 .mmenubox01body a dl img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header #localnav nav ul li .mmenu .mmenubox01 .mmenubox01body a dl dd {
  position: relative;
  padding: 16px 0 0 16px;
  color: var(--color-key);
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
}

header #localnav nav ul li .mmenu .mmenubox01 .mmenubox01body a dl dd span.menu_smallText{
  font-size: 12px;
  line-height: 1.3;
}

header #localnav nav ul li .mmenu .mmenubox01 .mmenubox01body dl dd::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 1px;
  width: 5px;
  height: 5px;
  vertical-align: middle;
  border-top: 1px solid var(--color-key);
  border-right: 1px solid var(--color-key);
  transform: rotate(45deg);
}

header #localnav nav ul li.mmenu_on:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header #localnav nav ul li.mmenu_on:hover .mmenu {
  top: 140px;
  visibility: visible;
  opacity: 1;
}
header #localnav nav ul li > a.lnbtn01 {
  display: block;
  height: 30px;
  width: 135px;
  line-height: 30px;
  border-radius: 17px;
  margin: 0 0 0 10px;
  padding: 0 0 0 0;
  color: var(--color-wht);
  text-align: center;
}
header #localnav nav ul li > a.lnbtn01.down {
  background: var(--color-key);
  border: 2px solid var(--color-key);
}
header #localnav nav ul li > a.lnbtn01.down:hover {
  background: var(--color-wht);
  border: 2px solid var(--color-key);
  color: var(--color-key);
  opacity: 1;
}
header #localnav nav ul li > a.lnbtn01.contact {
  background: var(--color-red);
  border: 2px solid var(--color-red);
  width: 135px;
}
header #localnav nav ul li > a.lnbtn01.contact:hover {
  background: var(--color-wht);
  color: var(--color-red);
  opacity: 1;
}

@media screen and (max-width:1380px) {
  header #localnav nav ul li > a.lnbtn01 {
    width: 142px;
    margin: 0 0 0 8px;
  }
  header #localnav nav ul li > a.lnbtn01.down {
    width: 142px;
  }
  header #localnav nav ul li > a.lnbtn01.contact {
    width: 126px;
  }
  header #localnav p#pasonalogo {
    padding: 0 0 0 30px;
  }
  header #localnav nav {
    padding: 0 10px 0 0;
    letter-spacing: -1px;
  }
  header #localnav nav ul {
    padding: 0 10px 0 0;
  }
  header #localnav nav ul li {
    margin: 0;
  }
  header #localnav nav ul li > a {
    padding: 0 8px;
  }
}

@media screen and (max-width:1279px) {
  header #localnav nav {
    padding: 0;
  }
  header #localnav nav ul li {
    margin: 0;
  }
  header #localnav nav ul li a {
    padding: 0 6px;
  }
  header #localnav nav ul li > a.lnbtn01 {
    width: 140px;
    line-height: 30px;
    margin: 0 0 0 8px;
    font-size: 12px;
  }
  header #localnav nav ul li > a.lnbtn01.down {
    width: 121px;
  }
  header #localnav nav ul li > a.lnbtn01.contact {
    width: 96px;
  }
  header #localnav #head_contact {
    width: 115px;
  }
  header #localnav nav ul li .mmenu .mmenubox01 .mmenubox01body {
    gap: 20px;
  }
  header #localnav nav ul li .mmenu .mmenubox01 .mmenubox01body a {
    width: calc(25% - 15px);
  }
}

@media screen and (max-width:1190px) {
  header #localnav nav ul li .mmenu .wrap {
    width: 100%;
    padding: 0 20px;
  }
}

@media screen and (min-width:1140px) {
  header.is-animation03 #globalnav {
    height: 40px;
  }
  header.is-animation03 #globalnav p {
    padding: 0 0 0 5px;
  }
  header.is-animation03 #globalnav a {
    font-size: 12px;
    line-height: 40px;
  }
  header.is-animation03 #globalnav nav ul li dl{
    height: 40px;
  }
  header.is-animation03 #globalnav nav ul li dl dt{
      padding: 0 12px 0 0;
      font-size: 12px;
  }
  header.is-animation03 #globalnav nav ul li dl dd strong{
      display: block;
      font-size: 18px;
      background: url(https://www.pasona.co.jp/clients/service/assets/cas/images/common/icon_tel01.png) no-repeat 0 50%;
      padding: 0 0 0 28px;
      margin: 0 0 0 0;
      line-height: 22px;
      letter-spacing: 1.2px;
  }
  header.is-animation03 #globalnav nav ul li dl dd span{
      display: none;
      font-size: 12px;
      line-height: 13px;
  }

  header.is-animation03 #localnav {
    height: 50px;
  }
  header.is-animation03 #localnav p#pasonalogo {
    padding: 0 0 0 20px;
  }
  header.is-animation03 #localnav p#pasonalogo a {
    font-size: 0;
    line-height: 0;
  }
  header.is-animation03 #localnav p#pasonalogo a strong {
    font-size: 16px;
  }
  header.is-animation03 #localnav p#pasonalogo a span img {
    width: 90px;
  }
  header.is-animation03 #localnav nav {
    padding: 0 0px 0 0;
    letter-spacing: -1px;
  }
  header.is-animation03 #localnav nav ul li span {
    line-height: 50px;
  }
  header.is-animation03 #localnav nav ul li > a {
    line-height: 50px;
  }
  header.is-animation03 #localnav #head_contact a {
    line-height: 50px;
  }
  header.is-animation03 #localnav nav ul li > a.lnbtn01 {
    height: 24px;
    width: 126px;
    line-height: 24px;
    font-size: 12px;
  }
  header.is-animation03 #localnav nav ul li > a.down {
    width: 126px;
  }
  header.is-animation03 #localnav nav ul li > a.contact {
    width: 126px;
  }
  header.is-animation03 #localnav nav ul li .mmenu {
    top: 80px;
  }
  header.is-animation03 #localnav nav ul li.mmenu_on:hover .mmenu {
    top: 90px;
  }
}

@media screen and (max-width:1139px) {
  header #globalnav {
    display: none;
  }
  header #localnav nav {
    display: none;
  }
  header #localnav #head_menu {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 80px;
    background: url(../images/common/menu.svg) no-repeat center center;
    background-size: 50% auto;
    cursor: pointer;
  }
  header #localnav #head_contact {
    display: table-cell;
  }
  header #localnav #head_contact a {
    line-height: 1.3;
  }
}

@media screen and (max-width:767px) {
  header #localnav {
    display: table;
    width: 100%;
    height: 60px;
  }
  header #localnav p#pasonalogo {
    padding: 1px 0 0 4%;
    width: auto;
    font-size: 0px;
    line-height: 0;
  }
  header #localnav p#pasonalogo a span {
    padding: 0 13px 0 0;
  }
  header #localnav p#pasonalogo a span img {
    width: 75px;
  }
  header #localnav p#pasonalogo a strong {
    padding: 0 0 0 0;
    font-size: 13px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0px;
  }
  header #localnav #head_contact {
    display: table-cell;
    vertical-align: middle;
    width: 60px;
    background-color: var(--color-red);
  }
  header #localnav #head_contact a {
    display: block;
    line-height: 1.3;
    font-size: 12px;
  }
  header #localnav #head_menu {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 60px;
    background: url(../images/common/menu.svg) no-repeat center center;
    background-size: 45% auto;
    cursor: pointer;
  }
}
@media screen and (min-width: 480px) {
  header #localnav p#pasonalogo a strong br {
    display: none;
  }
}


/*---------------------------------------------
	breadcrumb
  ---------------------------------------------*/
.breadcrumb {
  clear: both;
  box-shadow: 0px 3px 11px -5px rgb(0 0 0 / 30%);
  z-index: 4000;
  position: relative;
  background: var(--color-wht);
  padding: 0 0 0 30px;
  font-feature-settings: "palt";
  letter-spacing: 0.5px;
}
@media screen and (min-width:1140px) and (max-width:1380px) {
  .breadcrumb {
    padding-left: 20px;
  }
}
.breadcrumb.pc {
  display: block;
}
.breadcrumb.sp {
  display: none;
}
.breadcrumb * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.breadcrumb ol {
  display: block;
  margin: 0;
  padding: 18px 0;
  list-style: none;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  overflow: auto;
}
.breadcrumb ol li {
  display: inline-block;
  padding: 0 36px 0 0;
  margin: 0 0 0 0;
  position: relative;
}
.breadcrumb ol li a {
  text-decoration: none;
  color: var(--color-base);
  font-size: 1.2rem;
}
.breadcrumb ol li a:hover {
  text-decoration: none;
  color: var(--color-key);
}
.breadcrumb ol li::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 15px;
  width: 4px;
  height: 4px;
  border-top: 1px solid var(--color-base);
  border-right: 1px solid var(--color-base);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.breadcrumb ol li > span {
  color: var(--color-base);
  font-size: 1.2rem;
}
.breadcrumb ol li:nth-last-of-type(1) {
  text-decoration: none;
  cursor: default;
  padding: 0 0px 0 0;
}
.breadcrumb ol li:nth-last-of-type(1) a {
  text-decoration: none;
  cursor: default;
}
.breadcrumb ol li:nth-last-of-type(1)::before {
  display: none;
}

@media screen and (min-width:768px) and (max-width:1139px) {
  .breadcrumb {
    padding: 20px 0 0 30px;
  }
  .breadcrumb ol::-webkit-scrollbar {
    height: 6px;
    width: 6px;
  }
  .breadcrumb ol::-webkit-scrollbar-thumb {
    background: #CCC;
    border-radius: 3px;
  }
}

@media screen and (max-width: 767px) {
  .breadcrumb {
    box-shadow: 0px 0px 0px;
    position: relative;
    background: var(--color-light);
    padding: 0 0 0 4%;
    letter-spacing: 0.5px;
  }
  .breadcrumb.pc {
    display: none;
  }
  .breadcrumb.sp {
    display: block;
  }
  .breadcrumb ol {
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow: auto;
    white-space: nowrap;
    padding: 18px 0 18px 0;
  }
  .breadcrumb ol li {
    display: inline-block;
    padding: 0 22px 0 0;
    margin: 0 0 0 0;
    position: relative;
  }
  .breadcrumb ol li a, .breadcrumb ol li > span {
    font-size: 1.0rem;
  }
  .breadcrumb ol li a:hover {
    color: var(--color-base);
  }
  .breadcrumb ol li::before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 7px;
    width: 4px;
    height: 4px;
    border-top: 1px solid var(--color-base);
    border-right: 1px solid var(--color-base);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .breadcrumb ol li:nth-last-of-type(1) {
    text-decoration: none;
    cursor: default;
    padding: 0 20px 0 0;
  }
  .breadcrumb ol li:nth-last-of-type(1) a {
    text-decoration: none;
    cursor: default;
  }
  .breadcrumb ol li:nth-last-of-type(1)::before {
    display: none;
  }
}


/*---------------------------------------------
	sp menu
  ---------------------------------------------*/
#ovmenu {
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  background-color: var(--color-wht);
  z-index: 10000;
}
#ovmenu.open {
  display: block;
}
#ovmenu.close {
  display: none;
}
nav#ovmenu a:hover {
  text-decoration: none;
  opacity: 0.6;
}
#ovmenu #ovmenu_inner {
  height: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}
nav#ovmenu #ovmenu_head {
  display: table;
  width: 100%;
  height: 80px;
  border-bottom: 1px solid var(--color-base);
  box-sizing: content-box;
}
nav#ovmenu #ovmenu_head p.ov_h1 {
  display: table-cell;
  padding: 0 0 0 30px;
  line-height: 1;
  text-align: left;
  vertical-align: middle;
}
nav#ovmenu #ovmenu_head h1 {
  display: table-cell;
  padding: 0 0 0 30px;
  line-height: 1;
  text-align: left;
  vertical-align: middle;
}
nav#ovmenu #ovmenu_head a {
  display: flex;
  align-items: center;
  color: var(--color-key);
  transition: all 0.3s ease 0s;
}
nav#ovmenu #ovmenu_head a span {
  padding: 0 20px 0 0;
}
nav#ovmenu #ovmenu_head a span img {
  width: 120px;
}
nav#ovmenu #ovmenu_head a strong {
  padding: 0 0 0 0;
  font-size: 22px;
  font-weight: bold;
  font-feature-settings: "palt";
}
nav#ovmenu #ovmenu_head #head_menu_close {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 80px;
  background: url(../images/common/icon_close.png) no-repeat center center;
  background-size: 33% auto;
  cursor: pointer;
}
nav#ovmenu .menulv01,
nav#ovmenu .menulv02 ul li {
  margin: 0;
  padding: 0 min(4%,30px);
  border-bottom: 1px solid var(--color-base);
}
nav#ovmenu .menulv01 > *,
nav#ovmenu .menulv02 ul li a {
  position: relative;
  display: flex;
  align-items: center;
  height: 70px;
  padding: 0 30px 0 0;
  color: var(--color-base);
}
nav#ovmenu .menulv01 > *::before,
nav#ovmenu .menulv01 > *::after,
nav#ovmenu .menulv02 ul li a::before,
nav#ovmenu .menulv02 ul li a::after {
  content: "";
  position: absolute;
  display: block; 
}
nav#ovmenu .menulv01 a::after,
nav#ovmenu .menulv02 ul li a::after {
  top: 0;
  bottom: 0;
  right: 7px;
  width: 12px;
  height: 12px;
  margin: auto;
  border-top: 3px solid var(--color-base);
  border-right: 3px solid var(--color-base);
  transform: rotate(45deg);
}
nav#ovmenu .menulv01 span:before,
nav#ovmenu .menulv01 span:after {
  top: calc(50% - 2px);
  right: 0;
  width: 20px;
  height: 3px;
  background-color: var(--color-base);
}
nav#ovmenu .menulv01 span:before {
  transform: rotate(90deg)
}
nav#ovmenu .menulv01.active span:before {
  display: none;
}
/*nav#ovmenu .menulv02 ul li a:before {
  left: 0;
  top: calc(50% - 1px);
  width: 10px;
  height: 2px;
  background-color: var(--color-base);
}*/
nav#ovmenu .menulv02 {
  display: none;
}
nav#ovmenu .menulv02 ul li a {
  padding-left: 1em;
}

nav#ovmenu #ovmenubtnarea {
  padding: 40px 30px;
}
nav#ovmenu #ovmenubtnarea p {
  margin: 0 0 20px 0;
}
nav#ovmenu #ovmenubtnarea p a {
  display: block;
  padding: 15px 4%; 
  color: var(--color-wht);
  text-align: center;
  letter-spacing: 1px;
  line-height: 24px;
  background: var(--color-key);
}
nav#ovmenu #ovmenubtnarea p a span {
  vertical-align: middle;
}
nav#ovmenu #ovmenubtnarea p.btn01 a {
  background: var(--color-navy);
}
nav#ovmenu #ovmenubtnarea p.btn02 a {
  background: var(--color-red);
}
nav#ovmenu #ovmenubtnarea p.bnr01 a {
  padding: 0;
  line-height: 0;
  font-size: 0;
}
nav#ovmenu #ovmenubtnarea p.bnr01 a img {
  width: 100%;
}
nav#ovmenu #ovmenubtnarea .dfbtn01{
  margin: 0 auto;
  width: 100%;
}
nav#ovmenu #ovmenubtnarea .dfbtn01.telicon01{
  display: block;
  margin:10px 0 0 0;
  max-width: 100%;
}
nav#ovmenu #ovmenubtnarea .dfbtn01.telicon01 a{
  background: url(https://www.pasona.co.jp/clients/service/assets/bpo/images/common/icon_tel02.png) no-repeat 15% 50% #e0e9ee !important;
  padding: 0px 0 0 30px !important;
  color: #676768 !important;
  padding: 10px 0 10px;
}
nav#ovmenu #ovmenubtnarea .dfbtn01.telicon01 a strong{
  line-height: 21px;
  padding: 8px 0 8px 0;
  display: inline-block;
  vertical-align: middle;
}
nav#ovmenu #ovmenubtnarea .contacttime{ display: block; text-align: center; padding:8px 0 0 0; font-size: 1.2rem; }


@media screen and (max-width:767px) {
  nav#ovmenu {
    font-size: 1.4rem;
    font-weight: 600;
  }
  nav#ovmenu #ovmenu_head {
    display: table;
    width: 100%;
    height: 60px;
  }
  nav#ovmenu #ovmenu_head p.ov_h1 {
    padding: 1px 0 0 4%;
    width: auto;
    font-size: 0px;
    line-height: 0;
  }
  nav#ovmenu #ovmenu_head p.ov_h1 a span {
    padding: 0 13px 0 0;
    vertical-align: middle;
  }
  nav#ovmenu #ovmenu_head p.ov_h1 a img {
    width: 75px;
  }
  nav#ovmenu #ovmenu_head p.ov_h1 a strong {
    padding: 0 0 0 0;
    vertical-align: middle;
    font-size: 13px;
    line-height: 19px;
    font-weight: 600;
    letter-spacing: 0;
  }

  nav#ovmenu #ovmenu_head h1 {
    padding: 1px 0 0 4%;
    width: auto;
    font-size: 0px;
    line-height: 0;
  }
  nav#ovmenu #ovmenu_head h1 a span {
    padding: 0 13px 0 0;
    vertical-align: middle;
  }
  nav#ovmenu #ovmenu_head h1 a img {
    width: 75px;
  }
  nav#ovmenu #ovmenu_head h1 a strong {
    padding: 0 0 0 0;
    vertical-align: middle;
    font-size: 13px;
    line-height: 19px;
    font-weight: 600;
    letter-spacing: 0;
  }
  nav#ovmenu #ovmenu_head p a {
    color: var(--color-key);
  }
  nav#ovmenu #ovmenu_head #head_menu_close {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 60px;
    background: url(../images/common/icon_close.png) no-repeat center center;
    background-size: 33% auto;
    cursor: pointer;
  }
  nav#ovmenu .menulv01 a::after,
  nav#ovmenu .menulv02 ul li a::after {
    right: 5px;
    width: 7px;
    height: 7px;
    border-width: 2px;
  }
  nav#ovmenu .menulv01 span:before,
  nav#ovmenu .menulv01 span:after {
    top: calc(50% - 1px);
    width: 14px;
    height: 2px;
  }
}


/*---------------------------------------------
	footer
  ---------------------------------------------*/
footer {
  width: 100%;
  color: var(--color-wht);
  font-weight: 700;
  font-feature-settings: "palt";
  background: var(--color-key);
  overflow: hidden;
}
footer a {
  color: var(--color-wht);
  transition: all 0.3s ease 0s;
}
footer a:hover {
  opacity: 0.8;
  text-decoration: none;
}
footer h2 {
  margin: 0 0 40px 0;
  color: var(--color-wht);
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 1.4;
}
footer h3 {
  display: block;
  width: 228px;
  padding: 10px 0;
  margin: 0 0 30px;
  color: var(--color-wht);
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 26px;
  border-top: 1px solid var(--color-wht);
  border-bottom: 1px solid var(--color-wht);
}
footer h3 span {
  display: block;
}
footer h3 .txts {
  font-size: 12px;
}
footer h3 a {
  display: block;
}
footer .fbtn01 {
  margin: 0 0 20px;
}
footer .fbtn01 a {
  position: relative;
  display: block;
  padding: 0 15px;
  color: var(--color-key);
  font-size: 14px;
  font-weight: bold;
  line-height: 46px;
  background: var(--color-wht);
}
footer .fbtn01 a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  width: 7px;
  height: 7px;
  vertical-align: middle;
  border-top: 1px solid var(--color-key);
  border-right: 1px solid var(--color-key);
  transform: rotate(45deg);
}
footer nav .fnav ul {
  margin: 0 0 30px;
}
footer nav .fnav:nth-of-type(4) ul {
  margin-top: 40px;
}
footer nav .fnav ul li {
  margin: 0 0 20px;
}
footer nav .fnav ul li a {
  color: var(--color-wht);
  font-size: 12px;
  font-weight: bold;
  line-height: 1.3;
}
footer nav .fnav ul.line {
  border-bottom: 1px solid var(--color-wht);
  margin: 0 0 30px 0;
  padding: 0 0 10px 0;
}
footer nav {
  display: flex;
  gap: 30px 71px;
}
footer nav .fnav {
  width: 100%;
  min-width: 228px;
}
footer nav .fnav > *:last-child {
  margin-bottom: 0;
}
footer .fwrap {
  width: 100%;
  max-width: 1125px;
  margin: 0 auto;
  padding: 60px 0;
}
footer .fwrap_inner {
  display: flex;
  gap: 20px 40px;
  max-width: 1125px;
  margin: 0 auto;
}
footer .fwrap_inner .fwrap_head {
  flex: 1;
}
footer .fwrap_inner .fwrap_head h2 {
  margin: 0 0 20px;
  padding: 0;
  font-size: 1.8rem;
  text-align: left;
}
footer .fwrap_inner .dfbtn01.bgred a:hover {
  color: var(--color-red);
  background-color: var(--color-wht);
  opacity: 1;
}
footer .fwrap02 {
  background: var(--color-sub);
}
footer .fwrap02 .fwrap02_inner {
  width: 100%;
  max-width: 1125px;
  margin: 0 auto;
  padding: 60px 0;
}
footer .fwrap02 .fnav:nth-of-type(1) h3 {
  margin: 0 0 30px;
}
footer .fwrap02 .fnav:nth-of-type(1) h3 a {
  letter-spacing: 0px;
  line-height: 26px;
}
footer .fwrap02 nav {
  margin: 0 0 40px;
  padding: 0 0 10px;
  border-bottom: 1px solid var(--color-dark);
}
footer .fwrap02 nav .fnav {
  width: 228px;
}
footer .fwrap02 nav .fnav02 {
  flex: 1;
  padding: 10px 0 0;
}

footer .fwrap02 nav.nav02 {
  margin: 0;
  padding: 0;
  border-bottom: 0;
}
footer .fwrap02 nav .fnav02 .foot_col {
  margin-top: 51px;
}
footer .fwrap02 nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 50px;
  margin: 5px 0 0;
  letter-spacing: -.4em;
}
footer .fwrap02 nav ul li {
  display: inline-block;
  padding: 0 0 0 20px;
  margin: 0;
  letter-spacing: 0px;
  background: url(../images/common/icon_link.svg) no-repeat left center;
  background-size: 12px 12px;
}
footer .fwrap02 nav ul li a {
  font-size: 12px;
  font-weight: 600;
}
footer address {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 72px;
  text-align: center;
  background: var(--color-dark);
}

footer .fbtnarea01sp {
  display: none;
}

@media screen and (min-width:1140px) and (max-width:1190px) {
  footer .fwrap {
    width: 96%;
  }
  footer .fwrap02 {
    padding: 0 2%;
  }
  footer .fwrap02 nav ul {
    gap: 10px 40px;
  }
}

@media screen and (min-width:768px) and (max-width:1139px) {
  footer .fwrap {
    width: 90%;
  }
  footer .fwrap02 {
    padding: 0 5%;
  }
  footer h2 {
    font-size: 22px;
    margin: 0 0 40px 0;
    text-align: center;
  }
  footer h3 {
    width: 100%;
  }
  footer nav {
    flex-direction: column;
  }
  footer nav .fnav a br {
    display: none;
  }
  footer .fwrap02 nav {
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
  footer .fwrap02 nav .fnav {
    width: 100%;
  }
  footer .fwrap02 nav .fnav02 {
    display: block;
    padding: 0 0 15px;
    margin: 0 auto 35px;
    border-bottom: 2px solid var(--color-dark);
  }
  footer .fwrap02 nav.nav02 .fnav02 {
    padding: 0;
    margin: 0;
    border-bottom: 0;
  }
  footer .fwrap02 nav.nav02 .fnav02 ul {
    margin-bottom: 20px;
  }
  footer .fwrap02 nav .fnav02 .foot_col {
    margin-top: 35px;
    margin-bottom: 25px;
  }
  footer .fwrap02 nav.nav02 .fnav:nth-of-type(1) h3 {
    margin: 0 auto 0;
  }
  footer .fwrap02 nav ul {
    gap: 20px 50px;
    margin: 0 0 60px;
  }
  footer .fwrap02 nav ul li {
    letter-spacing: 0px;
  }
  footer .fbtnarea01 .fbtn01 {
    min-width: 220px;
    margin: 0 20px 0 0;
    float: left;
  }
  footer address {
    clear: both;
  }
}

@media screen and (min-width:768px) {
  footer nav .nav-sp {
    display: none;
  }
}

@media screen and (max-width:767px) {
  footer {
    padding: 60px 0 0;
  }
  footer .fwrap {
    width: 100%;
    padding: 0;
  }
  footer .fwrap_inner {
    flex-direction: column;
    text-align: center;
    padding-bottom: 60px;
  }
  footer .fwrap_inner .fwrap_head h2 {
    margin: 0 0 20px;
    font-size: 1.6rem;
    text-align: center;
  }
  footer nav .nav-pc {
    display: none;
  }
  footer h2 {
    margin: 0 4% 20px;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
  }
  footer h3 {
    width: 100%;
    margin: 0;
    padding: 20px 0;
    font-weight: 600;
    line-height: 1.1;
    border-top-color: var(--color-wht);
    border-bottom: 0;
  }
  footer h3 span {
    display: block;
  }
  footer nav {
    flex-direction: column;
    gap: 0;
  }
  footer nav .fnav {
    padding: 0 4% 0;
    box-sizing: border-box;
  }
  footer nav .fnav ul {
    border-top: 1px solid var(--color-wht);
  }
  footer nav .fnav ul li a {
    font-weight: 600;
    line-height: 1.1;
  }
  footer nav .fnav ul.line {
    margin: 0 auto;
    padding: 0 0 4px;
    border-bottom: 0px;
  }
  footer nav ul li a.arrow_w_0 {
    position: relative;
    display: block;
    padding: 0 0 0 16px;
    text-decoration: none;
  }
  footer nav ul li a.arrow_w_0::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0px;
    width: 9px;
    height: 2px;
    margin: auto;
    vertical-align: middle;
    background: var(--color-wht);
    border-top: 0px;
    border-right: 0px;
    transform: rotate(0);
  }
  footer nav ul li a.arrow_w_0::after {
    display: none;
  }
  footer nav .fnav ul li a br {
    display: none;
  }
  footer nav .fnav.nav-sp {
    display: block;
    width: 100%;
    padding: 40px 4% 0;
    background: var(--color-sub);
  }
  footer nav .fnavbtn01 {
    display: block;
    width: 100%;
    margin: 0 0 0 0;
    padding: 20px 0 20px;
    border-top: 1px solid var(--color-wht);
    border-bottom: 0px;
    position: relative;
  }
  footer nav .fnavbtn01 span {
    display: block;
    font-size: 14px;
    line-height: 1.1;
    color: var(--color-wht);
    font-weight: 600;
  }
  footer nav .fnavbtn01 span:before,
  footer nav .fnavbtn01 span:after {
    display: block;
    content: '';
    background-color: var(--color-wht);
    position: absolute;
    width: 12px;
    height: 2px;
    top: 50%;
    right: 0px;
    transform: translate(-50%, -50%);
  }
  footer nav .fnavbtn01 span:before {
    width: 2px;
    height: 11px;
    right: 10px;
  }
  footer nav .fnavbtn01.active span:before {
    display: none;
  }
  footer nav .fnav ul.fnavsplist {
    display: none;
    padding: 30px 0 0;
  }
  footer nav .fnav ul.fnavsplist li {
    margin-bottom: 30px;
  }
  footer address {
    line-height: 1.1;
  }
  footer nav .fnav:nth-of-type(5) ul.line {
    padding: 30px 0 10px;
  }
  footer nav .fnav:nth-of-type(5) ul.line li {
    width: 50%;
    float: left;
    margin: 0 0 21px 0;
  }
  footer nav .fnav:nth-of-type(5) ul:nth-of-type(2) {
    margin: 0 auto 0px;
    padding: 0px 0 5px 0;
    width: 100%;
  }
  footer nav .fnav:nth-of-type(5) ul:nth-of-type(2) li {
    position: relative;
    float: none;
    display: block;
    width: 100%;
    margin: 0;
    padding: 20px 0;
    border-bottom: 1px solid var(--color-wht);
  }
  footer nav .fnav:nth-of-type(5) ul:nth-of-type(2) li a.arrow_w_0::before,
  footer nav .fnav:nth-of-type(5) ul:nth-of-type(2) li::before {
    display: none;
  }
  footer nav .fnav:nth-of-type(5) ul:nth-of-type(2) li::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    width: 7px;
    height: 7px;
    margin: auto;
    vertical-align: middle;
    border-top: 1px solid var(--color-wht);
    border-right: 1px solid var(--color-wht);
    transform: rotate(45deg);
  }
  footer nav .fnav:nth-of-type(5) ul:nth-of-type(2) li a {
    padding-left: 0;
  }
  
  footer .fbtnarea01sp {
    display: block;
    padding: 30px 0 50px 0;
    border-top: 1px solid var(--color-wht);
  }
  footer .fbtnarea01sp .fbtn01sp {
    margin: 0 0 15px;
  }
  footer .fbtnarea01sp .fbtn01sp:nth-of-type(2) {
    margin: 0;
  }
  footer .fbtnarea01sp .fbtn01sp a {
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 54px;
    text-align: center;
  }
  footer .fbtnarea01sp .fbtn01sp a span {
    display: inline;
    vertical-align: middle;
  }
  footer .fbtnarea01sp .fbtn01sp:nth-of-type(1) a {
    color: var(--color-key);
    background: var(--color-wht);
  }
  footer .fbtnarea01sp .fbtn01sp:nth-of-type(2) a {
    color: var(--color-wht);
    background: var(--color-red);
  }
  
  footer .fwrap02 {
    display: none;
  }
  footer address {
    padding: 50px 0 60px;
    background: var(--color-sub);
  }
}


/*---------------------------------------------
	COMMON
  ---------------------------------------------*/
/* ----- 上余白 ----- */
.mt0 {margin-top: 0px !important;}
.mt10 {margin-top: 10px !important;}
.mt20 {margin-top: 20px !important;}
.mt30 {margin-top: 30px !important;}
.mt40 {margin-top: 40px !important;}
.mt50 {margin-top: 50px !important;}
.mt60 {margin-top: 60px !important;}
.mt70 {margin-top: 70px !important;}
.mt80 {margin-top: 80px !important;}
.mt90 {margin-top: 90px !important;}
.mt100 {margin-top: 100px !important;}

/* ----- 下余白 ----- */
.mb0 {margin-bottom: 0px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb50 {margin-bottom: 50px !important;}
.mb60 {margin-bottom: 60px !important;}
.mb70 {margin-bottom: 70px !important;}
.mb80 {margin-bottom: 80px !important;}
.mb90 {margin-bottom: 90px !important;}
.mb100 {margin-bottom: 100px !important;}
.pb0 {padding-bottom: 0px !important;}

/* ----- 上下左右中央寄せ ----- */
.left{text-align:left!important}
.center{text-align:center!important}
.right{text-align:right!important}

@media screen and (min-width: 768px), print {
  .show-sp {display: none;}
  .pc-left{text-align:left!important}
  .pc-center{text-align:center!important}
  .pc-right{text-align:right!important}
  .reverse{flex-direction:row-reverse!important}
}

@media screen and (max-width: 767px) {
  .show-pc {display: none;}
  .sp-left{text-align:left!important}
  .sp-center{text-align:center!important}
  .sp-right{text-align:right!important}
}

.s {font-size: 0.75em;}

.color-key {color:var(--color-key);}
.color-red {color:var(--color-red);}

main .notes {
  position: relative;
  display: block;
  padding-left: 1.5em;
  font-size: 0.83em;
  margin-top: 10px;
}
main .notes:before {
  content: "※";
  position: absolute;
  left: 0;
}
  
  
  
/*----- link -----*/
.arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}
.arrow::before, .arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.arrow_w_100, .footer_inactive {
  position: relative;
  padding: 0 0 0 0;
  vertical-align: middle;
  text-decoration: none;
  font-size: 14px;
}
.arrow_w_100::before, .arrow_w_100::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 10px;
  width: 7px;
  height: 7px;
  border-top: 1px solid var(--color-wht);
  border-right: 1px solid var(--color-wht);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.arrow_w_0 {
  position: relative;
  padding: 0 0 0 12px;
  text-decoration: none;
  display: block;
}
.arrow_w_0::before {
  position: absolute;
  top: 4px;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 0px;
  width: 5px;
  height: 5px;
  border-top: 1px solid var(--color-wht);
  border-right: 1px solid var(--color-wht);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.arrow_b_0 {
  position: relative;
  padding: 0 0 0 14px;
  text-decoration: none;
  display: block;
}
.arrow_b_0::before {
  position: absolute;
  top: 10px;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 0px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #3876c1;
  border-right: 1px solid #3876c1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*----- button -----*/
.dfbtn01 {
  display: block;
  width: 100%;
  max-width: 310px;
}
.dfbtn01.btn-right {
  margin-left: auto !important;
}
.dfbtn01.btn-center {
  margin-left: auto !important;
  margin-right: auto !important;
}

.dfbtn01 a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1.25;
  color: var(--color-wht);
  letter-spacing: 1px;
  background: var(--color-key);
  font-weight: bold;
  padding: 15px 10px;
  position: relative;
  text-align: center;
  transition: all 0.3s ease 0s;
}
.dfbtn01 a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.dfbtn01 a:after {
  content: "navigate_next";
  font-family: var(--icon);
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}
.dfbtn01.bgred a {
  background: var(--color-red);
}

@media all and (max-width: 809px) {
  .dfbtn01 a {
    font-size: 14px;
    font-weight: 600;
  }
}
.btn-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}
.btn-wrap .dfbtn01 {
  margin: 0 !important;
}

@media screen and (max-width:767px) {
  .btn-wrap {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}

main .tag {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 10px 0 15px;
}
main .tag.right {
  justify-content: flex-end;
}
main .tag > span {
  color: var(--color-wht);
  padding: 2px 1em;
  font-size: 1.2rem;
  font-weight: 600;
  background: var(--color-dark);
  border: 1px solid var(--color-dark);
  border-radius: 9999px;
}
main .tag.ghost > span {
  color: var(--color-dark);
  background: var(--color-wht);
}

.spmvheight {
  font-size: 0;
  line-height: 0;
}

@media all and (min-width: 810px) {
  .spbr {
    display: none;
  }
}

@media all and (max-width: 809px) {
  .wrap {
    margin: 0 auto;
    width: 100%;
  }
  .pcbr {
    display: none;
  }
}


.col-set {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width:768px) {
  .col-set {
    gap: 36px;
  }
  .col-set.center {
    justify-content: center;
  }
  .col-set > .col1-2 {
    width: calc(50% - 90px);
  }
  .col-set > .col1-3 {
    width: calc(33.333% - 24px);
  }
}

@media screen and (max-width:767px) {
  .col-set {
    flex-direction: column;
    gap: 30px;
  }
}

.lower main .section .img-block {
  display: flow-root;
}
.lower main .section .img-block .text > *:last-child {
  margin-bottom: 0;
}
.lower main .img-block .img-right,
.lower main .img-block .img-left {
  text-align: center;
}

.lower main .section .img-block + * {
  margin-top: 2em;
}

@media screen and (min-width:768px) {
  .lower main .section .img-block .img-right {
    float: right;
    max-width: calc(50% - 20px);
    margin: 0 0 0 40px;
    
  }
  .lower main .section .img-block .img-left {
    float: left;
    max-width: calc(50% - 20px);
    margin: 0 40px 0 0;
  }
}

@media screen and (max-width:767px) {
  .lower main .section .img-block {
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
  }
  .img-block.reverse {
    flex-direction: column;
  }
  .lower main .section .img-block .img-right,
  .lower main .section .img-block .img-left {
    margin: 0;
  }
}

.frame {
  padding: 30px;
  border: 6px solid #e8eaef;
  background-color: var(--color-wht);
}
.frame > *:last-child {
  margin-bottom: 0 !important;
}



/*---------------------------------------------
	main
  ---------------------------------------------*/
main {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "Yu Gothic", 游ゴシック, sans-serif;
  clear: both;
  font-feature-settings: "palt";
  position: relative;
}

.bg-light {background-color: var(--color-light) !important;}


/*---------------------------------------------
	animation
  ---------------------------------------------*/
.is-animation {
  -ms-transform: translateY(-60px);
  transform: translateY(-60px);
  transition: transform 0.50s;
}
.is-animation02 {
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  transition: transform 0.20s;
}
.is-animation03 {
  -ms-transform: translateY(-0px);
  transform: translateY(-0px);
  transition: transform 0.50s;
}

.scroll-fade {
  opacity: 0;
  transform: translateY(50px);
  transition: .8s;
}
.scroll-fade.fade-in{
  opacity: 1;
  transform: translateY(0);
}
.scroll-fade.nofade{
  opacity: 1 !important;
  transform: none !important;
  transition: unset !important;
}


@media screen and (min-width:1381px) {
  .is-animation03 {
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    transition: transform 0.50s;
  }
}

@media screen and (min-width:768px) and (max-width:1139px) {
  .is-animation {
    -ms-transform: translateY(-0px);
    transform: translateY(-0px);
    transition: transform 0.50s;
  }
}

@media screen and (max-width:767px) {
  .is-animation {
    -ms-transform: translateY(-0px);
    transform: translateY(-0px);
    transition: transform 0.50s;
  }
}


/*---------------------------------------------
	contents
  ---------------------------------------------*/

.wrap{
  margin: 0 auto;
  width: 1125px;
}
@media screen and (max-width:1139px) {
  .wrap{
    width: 100%;
  }
}


/*---------------------------------------------
	top page
  ---------------------------------------------*/
main .index-block {
  position: relative;
  padding: 0 0 80px;
  line-height: 2;
  background-color: var(--color-light);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 2;
  overflow: clip;
}
main .index-block .block-inner {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
main .index-block .block-inner .block-body {
  position: relative;
  padding: 80px min(5%,80px);
  background-color: var(--color-wht);
}
main .index-block .block-inner .block-body::before {
  content: "";
  position: absolute;
  top: 0;
  width: 50vw;
  height: 100%;
  background-color: var(--color-wht);
  z-index: -1;
}
main .index-block.wrap-left .block-inner .block-body::before {
  display: none;
  right: 50%;
}
main .index-block.wrap-right .block-inner .block-body::before {
  left: 50%;
}
main .index-block h2 {
  margin: 0 0 25px;
  color: var(--color-dark);
  line-height: 1.5;
}
main .index-block h2 strong {
  display: block;
  margin: 0 0 2px;
  font-size: 72px;
  line-height: 1.1;
}
main .index-block h2 .read {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: -0.5px;
}
main .index-block .txt01 {
  margin: 0 0 50px;
  font-size: 1.6rem;
  font-feature-settings: "palt";
}

@media screen and (min-width: 768px) {
  main .index-block h2,
  main .index-block .txt01 {
    text-align: center;
  }
}

@media screen and (max-width: 1139px) {
  main .index-block {
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 1140px) {
  main #mv + .index-block {
    padding-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  main .index-block {
    padding: 0;
  }
  main .index-block .block-inner .block-body {
    padding: 60px 5%;
    box-sizing: border-box;
  }
  main .index-block h2 {
    margin: 0 0 30px;
    text-align: center;
  }
  main .index-block h2 strong {
    margin: 0;
    font-size: 40px;
  }
  main .index-block h2 .read {
    font-size: 1.2rem;
    line-height: 1.1;
  }
  main .index-block .txt01 {
    margin: 0 0 35px;
    font-size: 1.4rem;
  }
}

main .anchor-link__wrapper {
  position: relative;
  margin: 40px 0;
  padding: 24px;
  border: 1px solid #E2E2E2;
  border-radius: 8px;
  background-color: var(--color-wht);
}
main .anchor-link__wrapper .anchor-link {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 40px;
}
main .anchor-link__wrapper .anchor-link li {
  margin: 0;
  padding: 0;
}
main .anchor-link__wrapper .anchor-link li:before {
  content: none;
}
main .anchor-link__wrapper .anchor-link a {
  display: flex;
  align-items: center;
  color: var(--color-blk);
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: color 0.3s;
}
main .anchor-link__wrapper .anchor-link a:after {
  content: "\e5cf";
  margin: 0 0 2px 2px;
  color: var(--color-key);
  font-family: var(--icon);
  font-size: 1.5em;
  line-height: 1;
}
main .anchor-link__wrapper .anchor-link a:hover {
  color: var(--color-key);
}

@media screen and (max-width:767px) {
  main .anchor-link__wrapper .anchor-link {
    flex-direction: column;
    justify-content: center;
    gap: 20px 40px;
  }
  main .anchor-link__wrapper .anchor-link a {
    justify-content: space-between;
  }
}


/* MAIN VISUAL */
main #mv{
  position: relative;
  height: 500px;
  background-color: var(--color-light);
}
main #mv #mvbg {
  position: relative;
  width: 82%;
  height: 500px;
  margin: 0 0 0 18%;
  background: url(../images/index/mv01.jpg) no-repeat center;
  background-size: cover;
  z-index: 1;
}
main #mv #mvcontetnt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 500px;
  z-index: 3;
}
main .spmvheight{
  display: none;
}
main #mv .wrap02 {
  position: relative;
  height: 500px;
}
main #mv #mv_txtbox {
  position: absolute;
  top:31.5%;
  left: 9%;
  padding:20px 25px 17px;
  color: var(--color-base);
  font-feature-settings: "palt";
  background: var(--color-wht);
  transform: translateY(-50%);
}
main #mv #mv_txtbox p.mv_h1 {
  margin: 0 0 8px 0;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.1;
  overflow: hidden;
}
main #mv #mv_txtbox p.mv_h1 .sub {
  font-size: 12px;
  letter-spacing: normal;
}
/*main #mv #mv_txtbox h1 .sub {
  display: flex;
  margin: 0 0 0.5em;
  color: #da623d;
  gap: 0.25em;
  line-height: 1.2;
}
main #mv #mv_txtbox h1 .sub::before,
main #mv #mv_txtbox h1 .sub::after {
  content: "";
  width: 6px;
  border: 2px solid #da623d;
}*/
main #mv #mv_txtbox p.mv_h1 .sub::before {
  border-right-color: transparent;
}
main #mv #mv_txtbox p.mv_h1 .sub::after {
  border-left-color: transparent;
}
main #mv #mv_txtbox .mv_lead {
  margin: 0 0 8px;
  font-size: min(1.8vw,26px);
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.5;
  overflow: hidden;
}
main #mv #mv_txtbox .teltxt01{ text-align: center; letter-spacing: -.4em; margin:20px 0 0 0; padding: 15px 0 0 0; border-top: 1px solid #CCC; }
main #mv #mv_txtbox .teltxt01 span{ display: inline-block; font-size:16px; letter-spacing:normal; vertical-align: middle; margin: 0 8px 0 0; font-weight: 600; }
main #mv #mv_txtbox .teltxt01 strong{ display: inline-block; font-size: 33px; letter-spacing:normal; vertical-align: middle;}
main #mv #mv_txtbox .contacttime{ display: block; text-align: center; padding:12px 0 0 0; }
main #mv .dfbtn01.telicon01{ display: none; }


@media screen and (max-width: 1139px) {
  main #mv #mv_txtbox {
    left: 5%;
  }
}

@media screen and (max-width: 810px) {
  main #mv {
    height: calc(90svh - 60px);
    min-height: 500px;
  }
  main #mv #mvbg {
    width: 100%;
    height: 100%;
    margin: 0;
    background-image: url(../images/index/mv01_sp.jpg);
    background-position: center;
  }
  main #mv #mvbg:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40%;
    width: 100%;
    height: 60%;
    background: linear-gradient(transparent, var(--color-key));
  }
  main #mv #mvcontetnt {
    height: 100%;
  }
  main .spmvheight {
    display: block;
  }
  main #mv .wrap02 {
    height: 100%;
  }
  main #mv #mv_txtbox {
    position: absolute;
    top: unset;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10% 5% 5%;
    box-sizing: border-box;
    color: var(--color-wht);
    background: transparent;
    transform: none;
  }
  main #mv #mv_txtbox p.mv_h1 {
    margin: 0 0 2.5%;
    font-size: min(6vw,3.6rem);
    text-shadow: 0px 1px 5px #083a3a;
  }
  main #mv #mv_txtbox p.mv_h1 .sub {
    font-size: min(4vw,1.8rem);
  }
  main #mv #mv_txtbox .mv_lead {
    margin: 5% 0 5%;
    font-size: min(5.5vw,2.4rem);
    line-height: 1.5;
    text-shadow: 0px 1px 5px #083a3a;
  }
  main #mv #mv_txtbox .dfbtn01 {
    width: 100%;
    max-width: none;
  }
  main #mv #mv_txtbox .teltxt01{ display: none; }
  main #mv .dfbtn01.telicon01{
    display: block;
    margin:10px 0 0 0;
  }
  main #mv .dfbtn01.telicon01 a{
    background: url(https://www.pasona.co.jp/clients/service/assets/bpo/images/common/icon_tel02.png) no-repeat 15% 50% #e0e9ee !important;
    padding: 0px 0 0 30px !important;
    color: #676768 !important;
    padding: 10px 0 10px;
  }
  main #mv .dfbtn01.telicon01 a strong{
    line-height: 21px;
    padding: 8px 0 8px 0;
    display: inline-block;
    vertical-align: middle;
  }
  
}

@media screen and (max-width: 479px) {
}


/* case */
#case {
  background-image: url("../images/index/bg_case.jpg");
  background-position: left bottom;
  background-size: 100% auto;
}
.case-index {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
  line-height: 1.5;
}
.case-index > * {
  width: calc(50% - 75px);
  padding: 30px;
  background-color: var(--color-light);
}
.case-index .label {
  margin: 0 0 0.25em;
  color: var(--color-key);
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.1;
}
.case-index h3 {
  margin: 0 0 10px;
  font-size: 1.8rem;
}
.case-index .dfbtn01 {
  width: 330px;
  max-width: 100%;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .case-index {
    flex-direction: column;
  }
  .case-index > * {
    width: 100%;
    padding: 20px;
  }
}


/* POSSIBILITY */
.possibility-unit {
  position: relative;
  line-height: 1.5;
}
.possibility-unit h3 {
  font-size: 2.4rem;
  font-feature-settings: "palt";
  line-height: 1.2;
}
.possibility-unit h3.task01_01 {
  color: #a7381d;
}
.possibility-unit h3.task02_01 {
  color: #541c0f;
}
.possibility-unit h3.task03_01 {
  color: #da623d;
}

@media screen and (min-width: 768px) {
  .possibility-unit {
    aspect-ratio: 2 / 1;
    background: url("../images/index/triangle.png") no-repeat center;
    background-size: contain;
  }
  .possibility-unit > * {
    position: absolute;
  }
  .possibility-unit .task01_01 {
    right: 4%;
    bottom: 30%;
  }
  .possibility-unit .task01_02 {
    right: 4%;
    top: 74%;
    width: 21%;
  }
  .possibility-unit .task02_01 {
    left: 4%;
    bottom: 44.8%;
  }
  .possibility-unit .task02_02 {
    left: 4%;
    top: 60%;
    width: 21%;
  }
  .possibility-unit .task03_01 {
    right: 11%;
    bottom: 77.19%;
  }
  .possibility-unit .task03_02 {
    right: 9%;
    top: 26.9%;
    width: 19%;
  }
}

@media screen and (max-width: 767px) {
  .possibility-unit h3 {
    margin: 1.5em 0 0.5em;
    padding: 0 0 0.5em;
    font-size: 1.8rem;
    border-bottom: 1px dotted #666;
  }
  .possibility-unit h3:before {
    content: "■ ";
  }
}


/* SERVICE */
#service {
  background-image: url("../images/index/bg_service.jpg");
  background-position: right center;
  background-size: 100% auto;
}
#service h3 {
  margin: 50px 0 0;
  font-size: 2.4rem;
  font-weight: 700;
  font-feature-settings: "palt";
  line-height: 1.5;
  text-align: center;
}
#service .service-task {
  display: flex;
  gap: 24px;
}
#service .service-task > * {
  padding: 30px 20px 30%;
  background-color: var(--color-light);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#service .service-task .task01 {
  background-image: url("../images/index/service_task01.png");
}
#service .service-task .task02 {
  background-image: url("../images/index/service_task02.png");
}
#service .service-task .task03 {
  background-image: url("../images/index/service_task03.png");
}
#service .service-task h3 {
  margin: 0 0 30px;
  color: var(--color-key);
}
#service .service-task li {
  position: relative;
  margin: 0;
  padding: 0 0 0 1.5em;
  color: var(--color-dark);
  font-weight: 600;
  line-height: 1.5;
}
#service .service-task li:not(:first-child) {
  margin-top: 0.75em;
  padding-top: 0.75em;
  border-top: 1px dotted var(--color-key);
}
#service .service-task li:before {
  content: "■";
  position: absolute;
  left: 0;
  color: var(--color-key);
}

#service .service-index {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 16px;
  max-width: 950px;
  margin: 50px auto 0;
  line-height: 1.5;
}
.service-index > * {
  width: calc(25% - 12px);
}
.service-index a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--color-base);
  font-feature-settings: "palt";
  line-height: 1.5;
}
.service-index a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.service-index .image {
  width: 80%;
  margin: 0 auto;
  aspect-ratio: 1;
  border-radius: 100%;
  overflow: clip;
}
.service-index .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-index h4 {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.3;
  text-align: center;
}
/*.service-index a h4:after {
  content: "\e315";
  display: inline-block;
  margin: 0;
  font-family: var(--icon);
  font-size: 1.5em;
  font-weight: 400;
  vertical-align: text-top;
}*/
.service-index h4 .sub {
  display: inline-block;
  font-size: 0.75em;
}

@media screen and (max-width: 1139px) {
  .service-index {
    gap: 40px 24px;
  }
  .service-index > * {
    width: calc(33.333% - 16px);
  }
}

@media screen and (max-width: 767px) {
  #service .service-task {
    flex-direction: column;
  }
  #service .service-task > * {
    padding-bottom: 260px;
    background-size: 300px auto;
  }
  .service-index {
    gap: 30px 16px;
  }
  .service-index > * {
    width: calc(50% - 8px);
  }
  .service-index h4 {
    font-size: 1.4rem;
  }
  main .service-index .tag > span {
    font-size: 1rem;
  }
  #service h3 {
    font-size: 2.2rem;
  }
}




/* CONTACT */
main .contact {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 300px;
  margin: 0;
  padding: 80px 5%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 2;
  box-sizing: border-box;
}
main .contact .contact_inner {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.contact .contact_inner {
  display: flex;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  gap: 40px min(5%,80px);
}
.contact .contact_body {
  width: 100%;
  padding: 40px;
  font-size: min(1.7vw,1.6rem);
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
  background-color: var(--color-light);
}
main .contact.contact02 {
    background-image: url("../images/common/bg_contact03.jpg");
}
main .contact.contact02 .contact_body {
  box-shadow: 0 0 0 6px var(--color-wht) inset;
}
main .contact.has_bg:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 60%;
  height: 100%;
  background: var(--color-wht) url(../images/index/bg_contact.jpg) no-repeat left center;
  background-size: cover;
  z-index: -2;
}
main .contact.has_bg:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, transparent 30%, #fff 50%, #fff 100%);
  z-index: -1;
}
main .contact.has_bg .contact_inner {
  justify-content: flex-end;
}
main .contact.has_bg .contact_body {
  width: auto;
  background-color: var(--color-wht);
}
.contact .contact_body .txt01 {
  display: block;
  margin: 0 0 6px;
  font-size: min(2vw,2rem);
  line-height: 1.2;
}
.contact .contact_body .txt02 {
  display: block;
  margin: 0 0 10px 0;
}
.contact .contact_body .txt03 {
  display: block;
  margin: 15px 0 0;
}
.contact .contact_body .txt03 a {
  color: var(--color-base);
  text-decoration: underline;
}
.contact .contact_body .txt03 a:hover{
  text-decoration: none;
}
.contact .contact_body .dfbtn01 {
  width: 100%;
  max-width: 330px;
  margin: 0 auto;
}
.contact .contact_body .pcview{ display: block; }
.contact .contact_body .spview{ display: none; }
.contact .contact_body .teltxt01{ text-align: center; letter-spacing: -.4em; margin: 17px 0 0 0; padding: 10px 0 0 0; border-top: 1px solid #000; }
.contact .contact_body .teltxt01 span{ display: inline-block; font-size:15px; letter-spacing:0; vertical-align: middle; margin: 0 3px 0 0; font-weight: 600; }
.contact .contact_body .teltxt01 strong{ display: inline-block; font-size: 30px; letter-spacing:1px; vertical-align: middle;}
.contact .contact_body .contacttime{ display: block; text-align: center; padding:2px 0 0 0; }

@media screen and (min-width: 1140px) {
  main .contact.has_bg {
    padding: 0;
  }
  main .contact.has_bg .contact_body {
    width: 450px;
    padding: 10px 40px;
  }
}

@media screen and (max-width: 1139px) {
  main .contact.has_bg .contact_inner {
    background: none;
  }
  main .contact.has_bg:before {
    width: 100%;
  }
  main .contact.has_bg:after {
    content: none;
  }
  main .contact.has_bg .contact_body {
    width: 54%;
  }
}

@media screen and (min-width: 768px) {
  main .contact .contact_body.body-horizontal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px min(5%,80px);
    padding: 40px min(5%,80px);
  }
  main .contact .contact_body.body-horizontal .contact_text > *:last-child {
    margin-bottom: 0;
  }
  main .contact .contact_body.body-horizontal .dfbtn01 {
    width: 330px;
    max-width: calc(50% - 20px);
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  main .contact {
    padding: 40px 5%;
  }
  main .contact.has_bg {
    padding: 80px 5%;
  }
  main .contact .contact_inner {
    flex-direction: column;
  }
  main .contact.has_bg .contact_body {
    width: 100%;
  }
  .contact .contact_body {
    padding: 35px 20px;
  }
  .contact .contact_body .txt01 {
    margin: 0 0 10px;
    font-size: 1.6rem;
  }
  .contact .contact_body .txt02 {
    margin: 0 0 18px;
    font-size: 1.2rem;
  }
  .contact .contact_body .txt03 {
    margin: 18px 0 0;
    font-size: 1.4rem;
  }
  .contact .contact_body .dfbtn01{
    width: 100%;
  }
  .contact .contact_body .pcview{ display: none; }
  .contact .contact_body .spview{ display: block; }
  .contact .contact_body .dfbtn01{
    margin: 0 auto;
    width: 100%;
  }
  .contact .contact_body .dfbtn01.telicon01{
    display: block;
    margin:10px 0 0 0;
  }
  .contact .contact_body .dfbtn01.telicon01 a{
    background: url(https://www.pasona.co.jp/clients/service/assets/bpo/images/common/icon_tel02.png) no-repeat 15% 50% #e0e9ee !important;
    padding: 0px 0 0 30px !important;
    color: #676768 !important;
    padding: 10px 0 10px;
  }
  .contact .contact_body .dfbtn01.telicon01 a strong{
    line-height: 21px;
    padding: 8px 0 8px 0;
    display: inline-block;
    vertical-align: middle;
  }
  .contact .contact_body .contacttime{ display: block; text-align: center; padding:8px 0 0 0; font-size: 1.2rem; }

  
}


/* FAQ */
main #faq {
  padding-bottom: 80px;
  background-image: url("../images/index/bg_faq.jpg");
  background-position: center top;
  background-size: cover;
}
main .faq-wrap {
  position: relative;
  border-top: 1px solid var(--color-base);
}
main .faqbox {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
}
main .faqbox .faqbox_q {
  position: relative;
  display: table;
  width: 100%;
  margin: 0;
  padding: 0 80px 0 0;
  color: var(--color-dark);
  border-bottom: 1px solid var(--color-base);
  cursor: pointer;
  transition: opacity 0.3s ease;
}
main .faqbox .faqbox_q:hover {
  opacity: 0.8;
}
main .faqbox .faqbox_q:after,
main .faqbox .faqbox_q:before {
  content: '';
  position: absolute;
  display: block;
  top: calc(50% - 2px);
  right: 15px;
  width: 18px;
  height: 4px;
  background-color: var(--color-dark);
}
main .faqbox .faqbox_q:before {
  transform: rotate(90deg);
}
main .faqbox .faqbox_q.active:before {
  display: none;
}
main .faqbox .icon {
  display: table-cell;
  width: 75px;
  padding: 25px 0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.1;
  text-align: center;
  vertical-align: top;
}
main .faqbox .faqbox_q .title {
  display: table-cell;
  padding: 25px 0;
  line-height: 26px;
  font-weight: 600;
}
main .faqbox .faqbox_a {
  display: none;
  margin: 0 0 0;
  border-bottom: 1px solid var(--color-base);
}
main .faqbox .faqbox_a .answer {
  display: table-cell;
  padding: 25px 0;
  color: var(--color-base);
  line-height: 30px;
}
main .faq-wrap + * {
  margin-top: 50px;
}

@media screen and ( max-width:1139px) {
}


@media screen and (min-width: 768px) {
  main #faq.index-block h2,
  main #faq.index-block .txt01 {
    text-align: left;
  }
}

@media screen and (max-width:767px) {
  main .faqbox {
    font-size: 1.4rem;
  }
  main .faqbox .faqbox_q:after,
  main .faqbox .faqbox_q:before {
    top: calc(50% - 1px);
    right: 0;
    width: 12px;
    height: 2px;
  }
  main .faqbox .icon {
    width: 30px;
    padding: 31px 3px;
    font-size: 20px;
    text-align: left;
  }
  main .faqbox .faqbox_q .title {
    padding: 31px 0;
  }
  main .faqbox .faqbox_a .answer {
    padding: 31px 0;
    line-height: 26px;
  }
  main .faq-wrap + * {
    margin-top: 40px;
  }
}


/*---------------------------------------------
	lower page
  ---------------------------------------------*/

/* MV */
.lower .wrap01 {
  width: 100%;
  max-width: 980px;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

.lower main .section {
  position: relative;
  padding: 80px 0 100px;
  font-size: 1.6rem;
  line-height: 2;
}
.lower main .section .wrap01 > *:last-child {
  margin-bottom: 0;
}
.lower main .section.separator-line {
  border-bottom: 1px solid #ddd;
}

.lower main .section h2,
.lower main .section h3,
.lower main .section h4,
.lower main .section h5 {
  position: relative;
  margin: 0 0 1em;
  padding: 0;
  font-weight: 700;
  line-height: 1.5;
}
.lower main .section h2 {
  margin-bottom: 2em;
  font-size: 2.8rem;
}
.lower main .section h2:not(:first-of-type) {
  margin-top: 2em;
  padding-top: 2em;
  border-top: 1px solid var(--color-dark);
}
.lower main .section h3,
.lower main .section .h3 {
  font-size: 2.4rem;
}
.lower main .section h3:after,
.lower main .section .h3:after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  margin-top: 12px;
  background-color: var(--color-key);
}
.lower main .section h3.center:after,
.lower main .section .h3.center:after {
  margin: 10px auto 0;
}
.lower main .section * + h3 {
  margin-top: 3em;
}
.lower main .section h2 + h3 {
  margin-top: 0;
}

.lower main .section h4,
.lower main .section .h4 {
  font-size: 2rem;
}
.lower main .section * + h4 {
  margin-top: 2em;
}
.lower main .section h5 {
  font-size: 1.8rem;
}
.lower main .section p {
  margin-bottom: 2em;
}
main .section ul {
  display: flex;
  flex-direction: column;
  gap: 0.5em 1em;
}
main .section ul li {
  position: relative;
  padding-left: 1.5em;
  line-height: 1.7;
}
main .section ul li:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0.5em;
  width: 0.625em;
  height: 0.625em;
  background-color: var(--color-key);
  border-radius: 100%;
}
.case main .section .list-assignment li:before {
  content: "\e85d";
  left: -0.25em;
  top: 0;
  width: 1em;
  height: 1em;
  color: var(--color-key);
  font-family: var(--icon);
  font-size: 1.7em;
  line-height: 1;
  background-color: transparent;
  border-radius: none;
}

.case main .section .list-check li:before {
  content: "\e5ca";
  top: 0.35em;
  width: 1em;
  height: 1em;
  color: var(--color-key);
  font-family: var(--icon);
  font-weight: 700;
  line-height: 1;
  border-radius: 4px;
  border: 1px solid var(--color-key);
  background-color: var(--color-wht);
}


.lower main #mv {
  position: relative;
  height: 300px;
  min-height: 0;
  margin: 0;
  color: var(--color-wht);
  background-color: var(--color-dark);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.lower main #mv .bg-img {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.lower main #mv .bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lower main #mv .bg-img:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-key);
  mix-blend-mode: multiply;
  opacity: 0.75;
}
.lower main #mv .wrap01 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}
.lower main #mv .wrap01 p {
  display: inline-block;
  margin: 0 0 12px;
  font-size: 24px;
  font-weight: bold;
  line-height: 50px;
  border-bottom: 2px solid #ca0a13;
}
.lower main #mv .wrap01 h1 {
  margin: 0;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.4;
}
.lower main #mv .wrap01 h1 span {
  display: block;
  margin: 0;
  font-size: 0.66em;
  font-weight: 600;
}

@media screen and (max-width:1139px) {
  .lower .wrap01 {
    width: 100%;
    max-width: none;
    padding: 0 8%;
  }
  .lower main #mv {
    height: 240px;
  }
  .lower main .section {
    padding: 60px 0;
  }
}
@media screen and (max-width: 1139px) {
  .lower main .section h2 {
    font-size: 2.4rem;
  }
  .lower main .section h3,
  .lower main .section .h3 {
    font-size: 2rem;
  }
  .lower main .section h4,
  .lower main .section .h4 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width:767px) {
  .lower .wrap01 {
    padding: 0 6%;
  }
  .lower main .section {
    font-size: 1.4rem;
  }
  .lower main .section h2 {
    font-size: 2.1rem;
  }
  .lower main .section h3,
  .lower main .section .h3 {
    font-size: 1.8rem;
  }
  .lower main .section h4,
  .lower main .section .h4 {
    font-size: 1.6rem;
  }
  .lower main .section h5 {
    font-size: 1.4rem;
  }
  .lower main #mv .wrap01 h1 {
    font-size: 28px;
  }
  .lower main #mv .wrap01 p {
    font-size: 19px;
  }
}


/*---------------------------------------------
	case
  ---------------------------------------------*/
.case main .sec-case {
  background-color: var(--color-light);
}
.case main .sec-case .wrap01 > .case-box:first-child {
  margin-top: 0;
}
.case main .case-box {
  margin-top: 80px;
  padding: 80px min(6.5%,60px);
  background-color: var(--color-wht);
}
.case main .case-hd {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 10px 40px;
}
.case main .case-hd .hd-wrap {
  flex: 1;
}
.case main .case-box > *:last-child,
.case main .case-hd .hd-wrap > *:last-child {
  margin-bottom: 0;
}
.case main .section .label-case {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 1em;
  color: var(--color-wht);
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1;
  background-color: var(--color-key);
}
.case main .section .label-case .num {
  font-size: 2em;
}
.case main .section .case-box h2 {
  font-size: 2.4rem;
  margin: 0 0 20px;
}
.case main .section h2.style-case {
  margin: 0 0 20px;
  padding-bottom: 16px;
  background-image: repeating-linear-gradient(-45deg, var(--color-sub), var(--color-sub) 1px, transparent 2px, transparent 5px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 7px 7px;
  backface-visibility: hidden;
}
.case main .section .dl-case {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 3em 0 60px;
  padding: 0;
  border-bottom: 1px solid var(--color-sub);
}
.case main .section .dl-case dt,
.case main .section .dl-case dd {
  margin: 0;
  padding: 20px 0;
  border-top: 1px solid var(--color-sub);
}
.case main .section .dl-case dt {
  width: 200px;
  color: var(--color-dark);
  font-size: 1.125em;
  font-weight: 700;
}
.case main .section .dl-case dd {
  width: calc(100% - 200px);
  font-weight: 600;
}
.case main .section .dl-case dd > *:last-child {
  margin-bottom: 0;
}
.case main .schedule-flow {
  flex-direction: row;
  gap: 0;
}
.case main .schedule-flow li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  width: 25%;
  padding: 0 30px 0 10px;
  color: var(--color-wht);
  font-size: min(1.3vw,1.5rem);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  background-color: #da623d;
  clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 50%, calc(100% - 30px) 100%, 0 100%);
}
.case main .schedule-flow li:before {
  content: none;
}

@media screen and (max-width:767px) {
  .case main .case-box {
    margin-top: 40px;
    padding: 40px 20px;
  }
  .case main .case-hd {
    flex-direction: column;
  }
  .case main .section .label-case {
    flex-direction: row;
    padding: 0.5em;
  }
  .case main .section .label-case .num {
    font-size: 1em;
  }
  .case main .section .case-box h2 {
    font-size: 2rem;
  }
  .case main .section .dl-case {
    flex-direction: column;
  }
  .case main .section .dl-case dt,
  .case main .section .dl-case dd {
    width: 100%;
  }
  .case main .section .dl-case dd {
    padding: 30px 0;
  }
  .case main .section .case-box .dfbtn01 {
    width: 100%;
    max-width: 330px;
  }
  .case main .schedule-flow {
    flex-direction: column;
    max-width: 250px;
    margin: 0 auto;
  }
  .case main .schedule-flow li {
    width: 100%;
    padding: 10px 0 20px;
    font-size: 1.4rem;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 25px), 50% 100%, 0 calc(100% - 25px));
  }
}

.service main .pat-system .img {
  aspect-ratio: 2 / 1;
}
.service main .pat-system .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

main .section .index-panel {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
main .section .index-panel a {
  position: relative;
  display: flex;
  top: 0;
  min-height: 240px; 
  color: var(--color-blk);
  text-decoration: none;
  background-color:  var(--color-wht);
  box-shadow: 0px 8px 24px rgba(85, 85, 85, 0.1);
  transform: translate3d(0, 0, 0);
  transition: .3s ease;
}
main .section .index-panel a:hover {
  top: -4px;
  box-shadow: 0px 8px 24px rgba(85, 85, 85, 0.4);
}
main .section .index-panel .panel-img {
  width: 38%;
}
main .section .index-panel .panel-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main .section .index-panel .panel-body {
  position: relative;
  padding: 20px 40px;
  flex: 1;
}
main .section .index-panel .panel-body > *:last-child {
  margin-bottom: 0;
}
main .section .index-panel .panel-body h4 {
  margin-bottom: 0.5em;
}
main .section .index-panel .panel-body p {
  font-size:  1.4rem;
}
main .section .index-panel .panel-body .tag {
  margin: 0 0 15px;
}

@media screen and (max-width:767px) {
  main .section .index-panel a {
    flex-direction: column;
  }
  main .section .index-panel .panel-img {
    width: 100%;
    max-height: 200px;
    aspect-ratio: 16 / 9;
  }
  main .section .index-panel .panel-body {
    padding: 20px;
  }
}



/* INTERVIEW */
main #ivlist{
  background-color: var(--color-light);
}
main #ivlist .wrap01{
  padding: 80px 0 70px;
}
main #ivlist .wrap01 h2{
margin: 0 0 35px 0;
font-size: 30px;
font-weight: bold;
line-height: 52px;
}

main #ivlist .ivbox{
  width: 316px;
  margin: 0 15px 40px 0;
  background: #FFF;
  float: left;
}
main #ivlist .ivbox:nth-of-type(3n){
  margin: 0 0 40px 0;
}
main #ivlist .ivbox a{
  display: block;
}
main #ivlist .ivbox a:hover{
  text-decoration: none;
}
main #ivlist .ivbox a .ivbox_img{
  margin: 0 0 0 0;
  display: block;
}
main #ivlist .ivbox a .ivbox_img p {
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
main #ivlist .ivbox a .ivbox_img p img {
  width: 100%;
  height: auto;
  transition: .3s;
}
main #ivlist .ivbox a:hover .ivbox_img p img {
  transform: scale(1.05);
}
main #ivlist .ivbox .ivbox_img img{
  width: 100%;
}
main #ivlist .ivbox .ivbox_body{
  padding: 30px 30px;
}
main #ivlist .ivbox .ivbox_body dl{
  display: block;
  margin: 0 0 20px 0;
}
main #ivlist .ivbox .ivbox_body dl dt{
  display:block;
  margin: 0 0 20px 0;
  text-align: center;
  font-size: 0;
  line-height: 0;
  vertical-align: middle;
}
main #ivlist .ivbox .ivbox_body dl dt img{
  height: 50px;
}
main #ivlist .ivbox .ivbox_body dl dd{
  display: block;
  vertical-align: middle;
  font-size: 16px;
  color: #142C4D;
  font-weight: bold;
  text-align: center;
}
main #ivlist .ivbox .ivbox_body p{
  display: block;
  margin: 0 0 20px 0;
  color: #1a1a1a;
  font-size: 16px;
  line-height: 26px;
  font-feature-settings: "palt";
}
main #ivlist .ivbox .ivbox_body ul.serviceicon{
  display: block;
  margin: 0 0 0 0;
}
main #ivlist .ivbox .ivbox_body ul.serviceicon li{
  display: inline-block;
  margin: 0 10px 0 0;
  color: #FFF;
  background-color: var(--color-key);
  font-size: 14px;
  line-height: 35px;
  padding: 0 15px 0;
  border-radius: 17.5px;
}

@media screen and (min-width:768px) and ( max-width:1139px) {
  main #ivlist{
    background-color: var(--color-light);
  }
  main #ivlist .wrap01{
      padding:60px 8% 60px;
      box-sizing: border-box;
      width: 100%;
  }
  main #ivlist .wrap01 h2{
    margin: 0 0 25px 0;
  }
  main #ivlist .ivbox{
      width: 48%;
      margin: 0 4% 40px 0;
      background: #E8EAEF;
      float: left;
  }
  main #ivlist .ivbox:nth-of-type(3n){
      margin: 0 4% 40px 0;
  }
  main #ivlist .ivbox:nth-of-type(2n){
      margin: 0 0 40px 0 !important;
  }
  main #ivlist .ivbox a{
      display: block;
  }
  main #ivlist .ivbox a:hover{
      text-decoration: none;
  }
  main #ivlist .ivbox a .ivbox_img{
      margin: 0 0 0 0;
      display: block;
  }
  main #ivlist .ivbox a .ivbox_img p {
      font-size: 0;
      line-height: 0;
      overflow: hidden;
  }
  main #ivlist .ivbox a .ivbox_img p img {
      width: 100%;
      height: auto;
      transition: .3s;
  }
  main #ivlist .ivbox a:hover .ivbox_img p img {
      transform: scale(1.05);
  }
  main #ivlist .ivbox .ivbox_img img{
      width: 100%;
  }
  main #ivlist .ivbox .ivbox_body{
      padding: 30px 30px;
  }
  main #ivlist .ivbox .ivbox_body dl{
      display: block;
      margin: 0 0 20px 0;
  }
  main #ivlist .ivbox .ivbox_body dl dt{
      display:block;
      margin: 0 0 20px 0;
      text-align: center;
      font-size: 0;
      line-height: 0;
      vertical-align: middle;
  }
  main #ivlist .ivbox .ivbox_body dl dt img{
      height: 30px;
  }
  main #ivlist .ivbox .ivbox_body dl dd{
      display: block;
      vertical-align: middle;
      font-size: 16px;
      line-height: 26px;
      color: #142C4D;
      font-weight: bold;
      text-align: center;
  }
  main #ivlist .ivbox .ivbox_body p{
      display: block;
      margin: 0 0 20px 0;
      color: #1a1a1a;
      font-size: 16px;
      line-height: 26px;
      font-feature-settings: "palt";
  }
  main #ivlist .ivbox .ivbox_body ul.serviceicon{
      display: block;
      margin: 0 0 0 0;
  }
  main #ivlist .ivbox .ivbox_body ul.serviceicon li{
      margin: 0 10px 10px 0;
      font-size: 12px;
      line-height: 35px;
      padding: 0 15px 0;
      border-radius: 17.5px;
  }

}
@media screen and (max-width:767px) {
  main #ivlist{
      background:none;
  }
  main #ivlist .wrap01{
      background: #FFF;
      padding:60px 6% 60px;
      box-sizing: border-box;
      width: 100%;
  }
  main #ivlist .wrap01 h2{
    margin: 0 0 20px 0;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.3;
  }
  main #ivlist .ivbox{
      width: 100%;
      margin: 0 0% 40px 0;
      background: #E8EAEF;
      float: none;
  }
  main #ivlist .ivbox:nth-of-type(3n){
      margin: 0 4% 40px 0;
  }
  main #ivlist .ivbox:nth-of-type(2n){
      margin: 0 0 40px 0 !important;
  }
  main #ivlist .ivbox a{
      display: block;
  }
  main #ivlist .ivbox a:hover{
      text-decoration: none;
  }
  main #ivlist .ivbox a .ivbox_img{
      margin: 0 0 0 0;
      display: block;
  }
  main #ivlist .ivbox a .ivbox_img p {
      font-size: 0;
      line-height: 0;
      overflow: hidden;
  }
  main #ivlist .ivbox a .ivbox_img p img {
      width: 100%;
      height: auto;
      transition: .3s;
  }
  main #ivlist .ivbox a:hover .ivbox_img p img {
      transform: scale(1.05);
  }
  main #ivlist .ivbox .ivbox_img img{
      width: 100%;
  }
  main #ivlist .ivbox .ivbox_body{
      padding: 20px 6%;
  }
  main #ivlist .ivbox .ivbox_body dl{
      display: block;
      margin: 0 0 15px 0;
  }
  main #ivlist .ivbox .ivbox_body dl dt{
      display:block;
      margin: 0 0 15px 0;
      text-align: center;
      font-size: 0;
      line-height: 0;
      vertical-align: middle;
  }
  main #ivlist .ivbox .ivbox_body dl dt img{
      height: 30px;
  }
  main #ivlist .ivbox .ivbox_body dl dd{
      display: block;
      font-size: 14px;
      line-height: 26px;
      color: #142C4D;
      font-weight: 600;
      text-align: center;
  }
  main #ivlist .ivbox .ivbox_body p{
      display: block;
      margin: 0 0 15px 0;
      color: #1a1a1a;
      font-size: 12px;
      line-height: 26px;
      font-feature-settings: "palt";
  }
  main #ivlist .ivbox .ivbox_body ul.serviceicon{
      display: block;
      margin: 0 0 0 0;
  }
  main #ivlist .ivbox .ivbox_body ul.serviceicon li{
      display: inline-block;
      margin: 0 10px 10px 0;
      font-size: 11px;
      line-height: 35px;
      padding: 0 15px 0;
      border-radius: 17.5px;
  }

}


/* インタビュー本文 */
main #ivbody{
  padding:80px 0 100px 0;
}
main #ivbody h2{
  font-size: 30px;
  line-height: 52px;
  font-feature-settings: "palt";
  letter-spacing: 0.5px;
  margin: 0 0 70px 0;
}
main #ivbody #lead{
  margin: 0 0 70px 0;
}
main #ivbody #lead .txt01{
  margin: 0 0 0 0;
  font-size: 16px;
  line-height: 32px;
  color: #1a1a1a;
}
.txtlink{
  margin: 0 0 0 0;
  padding: 25px 0 30px 0;
}
.txtlink.pdb0{
  padding-bottom: 0px;
}
.txtlink a{
  color: #3876C1;
  font-size: 16px;
  line-height: 28px;
  position: relative;
  padding: 0 0 0 15px;
}
.txtlink a::before{
  position: absolute;
  top: 0.3em;
  content: "";
  vertical-align: text-bottom;
  left: 0px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #3876c1;
  border-right: 1px solid #3876c1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
main #ivbody #lead p.img_r{
  margin: 0 0 45px 45px;
  width: 400px;
  float: right;
}
main #ivbody #lead p.img_r img{
  width: 100%;
  margin: 0 0 15px 0;
}
main #ivbody #lead p.img_r span{
  display: block;
  font-size: 12px;
  line-height: 20px;
  color: #1a1a1a;
}

@media screen and (min-width:768px) and ( max-width:1139px) {
  main #ivbody{
      padding:60px 6% 60px;
  }
  main #ivbody h2{
      font-size: 24px;
      line-height: 42px;
      margin: 0 0 40px 0;
  }
  main #ivbody #lead{
      margin: 0 0 50px 0;
  }
      main #ivbody #lead p.img_r{
      margin: 0 0 35px 35px;
      width: 300px;
      float: right;
  }

}
@media screen and ( max-width:767px) {
  main #ivbody{
      padding:60px 0 60px;
  }
  main #ivbody h2{
      font-size: 21px;
      font-weight: 600;
      line-height: 36px;
      margin: 0 0 40px;
  }
  main #ivbody #lead{
      margin: 0 0 40px 0;
      padding: 0 0 0;
  }
  main #ivbody #lead .txt01{
      margin: 0 0 0 0;
      font-size: 14px;
      line-height: 28px;
      color: #1a1a1a;
  }
  main #ivbody #lead p.img_r{
      margin: 0 0 25px 0;
      width: 100%;
      float: none;
  }
  main #ivbody #lead p.img_r img{
      width: 100%;
      margin: 0 0 15px 0;
  }
  main #ivbody #lead p.img_r span{
      display: block;
      font-size: 12px;
      line-height: 20px;
  }
  .txtlink a{
      font-size: 14px;
      line-height: 28px;
      position: relative;
      padding: 0 0 0 15px;
  }
}

.footarea01{
  display: block;
  background: #f2e1dd;
  margin:0 0 20px 0;
  padding: 30px;
}
.footarea01.first{
  margin:80px 0 20px 0;
}
.footarea01 .footarea01_inner{
  display: table;
  width: 100%;
}
.footarea01 .footarea01_inner .footarea0101{
  display: table-cell;
  vertical-align: middle;
  padding: 0 40px 0 0;
}
.footarea01 .footarea01_inner .footarea0101 .fa_ttl{
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 0 0;
  line-height: 32px;
}
.footarea01 .footarea01_inner .footarea0101 .fa_ttl02{
  display: block;
  font-size: 26px;
  font-weight: 600;
  margin: 0 0 0 0;
  line-height: 36px;
}
.footarea01 .footarea01_inner .footarea0101 .fa_txt{
  display: block;
  font-size: 16px;
  margin:15px 0 0 0;
  line-height: 28px;
}

.footarea01 .footarea01_inner .footarea0102{
  display: table-cell;
  vertical-align: middle;
  width: 360px;
  box-sizing: border-box;
  padding: 20px;
  background: #FFF;
}
.footarea01 .footarea01_inner .footarea0102 a{
  transition: all 0.3s ease 0s;
}
.footarea01 .footarea01_inner .footarea0102 a:hover{
  opacity: 0.7;
}
.footarea01 .footarea01_inner .footarea0102 img{
  width: 100%;
}
.footbtn01{
  display: block;
  width: 330px;
  margin: 20px 0 0 0;
}
.footbtn01 a{
  display: block;
  font-size: 16px;
  line-height: 50px;
  color: #FFF;
  letter-spacing: 1px;
  background: #CA0A13;
  font-weight: bold;
  padding: 0px 10px 0 20px;
  position: relative;
  text-align: center;
  transition: all 0.3s ease 0s;
}
.footbtn01 a span{
  vertical-align:middle;
  line-height: 50px;
  margin-left: -12px;
}
.footbtn01 a:hover{
  opacity: 0.8;
  text-decoration: none;
}
.footbtn01 a::after{
  display: inline-block;
  margin: 0 0 0 6px;
  content: "";
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media all and (max-width: 767px) {
  .footbtn01{
    display: block;
    width: 100%;
    margin: 15px 0 0 0;
  }
  .footbtn01 a{
    font-size: 14px;
    font-weight: 600;
  }
  .footbtn01 a::after{
    display: inline-block;
    margin: 0 0 0 6px;
    content: "";
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

}

@media screen and (max-width:767px) {
  .footarea01{
    display: block;
    margin: 0 0 30px 0;
    padding: 15px;
  }
  .footarea01.first{
    margin:50px 0 20px 0;
  }
  .footarea01 .footarea01_inner{
    display: block;
    width: 100%;
  }
  .footarea01 .footarea01_inner .footarea0101{
    display: block;
    padding: 0 0 0 0;
    margin: 0 0 30px 0;
  }
  .footarea01 .footarea01_inner .footarea0101 .fa_ttl{
    display: block;
    font-size:16px;
    line-height: 24px;
  }
  .footarea01 .footarea01_inner .footarea0101 .fa_ttl02{
    display: block;
    font-size:18px;
    line-height: 26px;
  }
  .footarea01 .footarea01_inner .footarea0101 .fa_txt{
    font-size: 14px;
    margin:10px 0 0 0;
    line-height: 26px;
  }
  .footarea01 .footarea01_inner .footarea0102{
    display: block;
    width: 100%;
    padding: 10px;
    background: #FFF;
  }
  .footarea01 .footarea01_inner .footarea0102 img{
    width: 100%;
  }

}


main #ivbody #effective01{
  background: #E8EAEF;
  padding: 60px 45px;
  margin: 0 0 70px 0;
}
main #ivbody #effective01 h3{
  font-size: 20px;
  color: #142C4D;
  font-weight: bold;
  margin: 0 0 30px 0;
  font-feature-settings: "palt";
}
main #ivbody #effective01 .txt01{
  margin: 0 0 30px 0;
  font-size: 16px;
  line-height: 32px;
  color: #1a1a1a;
  font-feature-settings: "palt";
}
main #ivbody #effective01 .img01{
  margin: 0 0 0 0;
  font-size: 0;
  line-height: 0;
}
main #ivbody #effective01 .img01 img{
  width: 100%;
}
main #ivbody #effective01 .effective_body{
  display: table;
  width: 100%;
  margin: 0 0 70px 0;
}
main #ivbody #effective01 .effective_body .effective_body_c{
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
}
main #ivbody #effective01 .effective_body .effective_body_c img{
  width: 26px;
}
main #ivbody #effective01 .effective_body .effective_body01,
main #ivbody #effective01 .effective_body .effective_body02{
  display: table-cell;
  width: 420px;
  background: #FFF;
  box-sizing: border-box;
  padding: 30px;
}
main #ivbody #effective01 .effective_body .effective_body01 h5,
main #ivbody #effective01 .effective_body .effective_body02 h5{
  display:block;
  text-align: center;
  margin: 0 0 25px 0;
}
main #ivbody #effective01 .effective_body .effective_body01 h5 span,
main #ivbody #effective01 .effective_body .effective_body02 h5 span{
  display:inline-block;
  font-size: 16px;
  line-height: 30px;
  padding: 0 0 0 40px;
  margin: 0 0 0 0;
  border-radius: 0;
}
main #ivbody #effective01 .effective_body .effective_body01 h5 span{
  background: url(../images/case/icon_ttl_effective01.png) no-repeat left center;
  background-size: 30px auto;
  min-width: auto;
}
main #ivbody #effective01 .effective_body .effective_body02 h5 span{
  background: url(../images/case/icon_ttl_effective02.png) no-repeat left center;
  background-size: 30px auto;
  min-width: auto;
}
main #ivbody #effective01 .effective_body .effective_body01 ul,
main #ivbody #effective01 .effective_body .effective_body02 ul{
      display: block;
}
main #ivbody #effective01 .effective_body .effective_body01 ul li,
main #ivbody #effective01 .effective_body .effective_body02 ul li{
  display: block;
  padding: 0 0 0 25px;
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 10px 0;
}
main #ivbody #effective01 .effective_body .effective_body01 ul li{
  background: url(../images/case/icon_list_effective01.png) no-repeat left 5px;
  background-size: auto 14px;
}
main #ivbody #effective01 .effective_body .effective_body02 ul li{
  background: url(../images/case/icon_list_effective02.png) no-repeat left 5px;
  background-size: auto 14px;
}
main #ivbody #effective01 .effective_body .effective_body01 ul li:nth-last-of-type(1),
main #ivbody #effective01 .effective_body .effective_body02 ul li:nth-last-of-type(1){
      margin: 0 0 0 0;
}

@media screen and (min-width:768px) and ( max-width:1139px) {
  main #ivbody #effective01{
      background: #E8EAEF;
      padding: 50px 6%;
      margin: 0 0 50px 0;
  }
  main #ivbody #effective01 h3{
      font-size: 20px;
      margin: 0 0 30px 0;
  }
  main #ivbody #effective01 .txt01{
      margin: 0 0 30px 0;
  }
  main #ivbody #effective01 .effective_body{
      display: block;
      margin: 0 0 50px 0;
  }
  main #ivbody #effective01 .effective_body .effective_body_c{
      display: block;
      text-align: center;
      padding: 20px;
  }
  main #ivbody #effective01 .effective_body .effective_body_c img{
      width: 35px;
      transform: rotate( 90deg );
  }
  main #ivbody #effective01 .effective_body .effective_body01,
  main #ivbody #effective01 .effective_body .effective_body02{
      display: block;
      width: 100%;
      padding: 30px;
  }

}
@media screen and ( max-width:767px) {
  main #ivbody #effective01{
      padding: 60px 6%;
      margin: 0 0 40px 0;
  }
  main #ivbody #effective01 h3{
      font-size: 18px;
      font-weight: 600;
      line-height: 32px;
      margin: 0 0 30px 0;
  }
  main #ivbody #effective01 .txt01{
      margin: 0 0 30px 0;
      font-size: 14px;
      line-height: 28px;
  }
  main #ivbody #effective01 .img01{
      margin: 0 0 0 0;
      font-size: 0;
      line-height: 0;
  }
  main #ivbody #effective01 .img01 img{
      width: 100%;
  }
  main #ivbody #effective01 .effective_body{
      display: block;
      margin: 0 0 40px 0;
  }
  main #ivbody #effective01 .effective_body .effective_body_c{
      display: block;
      text-align: center;
      padding: 20px;
  }
  main #ivbody #effective01 .effective_body .effective_body_c img{
      width: 35px;
      transform: rotate( 90deg );
  }
  main #ivbody #effective01 .effective_body .effective_body01,
  main #ivbody #effective01 .effective_body .effective_body02{
      display: block;
      width: 100%;
      padding:30px 25px;
  }
  main #ivbody #effective01 .effective_body .effective_body01 h5,
  main #ivbody #effective01 .effective_body .effective_body02 h5{
      display:block;
      text-align: center;
      margin: 0 0 25px 0;
  }
  main #ivbody #effective01 .effective_body .effective_body01 h5 span,
  main #ivbody #effective01 .effective_body .effective_body02 h5 span{
      display:inline-block;
      font-size: 16px;
      font-weight: 600;
      line-height: 30px;
      padding: 0 0 0 40px;
      margin: 0 0 0 0;
  }
  main #ivbody #effective01 .effective_body .effective_body01 h5 span{
      background: url(../images/case/icon_ttl_effective01.png) no-repeat left center;
      background-size: 30px auto;
  }
  main #ivbody #effective01 .effective_body .effective_body02 h5 span{
      background: url(../images/case/icon_ttl_effective02.png) no-repeat left center;
      background-size: 30px auto;
  }
  main #ivbody #effective01 .effective_body .effective_body01 ul,
  main #ivbody #effective01 .effective_body .effective_body02 ul{
          display: block;
  }
  main #ivbody #effective01 .effective_body .effective_body01 ul li,
  main #ivbody #effective01 .effective_body .effective_body02 ul li{
      display: block;
      padding: 0 0 0 25px;
      font-size: 14px;
      line-height: 24px;
      margin: 0 0 10px 0;
  }
  main #ivbody #effective01 .effective_body .effective_body01 ul li{
      background: url(../images/case/icon_list_effective01.png) no-repeat left 5px;
      background-size: auto 14px;
  }
  main #ivbody #effective01 .effective_body .effective_body02 ul li{
      background: url(../images/case/icon_list_effective02.png) no-repeat left 5px;
      background-size: auto 14px;
  }
  main #ivbody #effective01 .effective_body .effective_body01 ul li:nth-last-of-type(1),
  main #ivbody #effective01 .effective_body .effective_body02 ul li:nth-last-of-type(1){
          margin: 0 0 0 0;
  }

}



main #ivbody .interviewbox{
  margin: 0 0 70px 0;
  padding: 0 0 70px 0;
  border-bottom: 1px solid #000;
}
main #ivbody .interviewbox h3{
  font-size: 24px;
  line-height: 42px;
  font-feature-settings: "palt";
  letter-spacing: 0.5px;
  margin: 0 0 50px 0;
}
main #ivbody .interviewbox .txt01{
  margin: 0 0 25px 0;
  font-weight: bold;
  font-size: 16px;
  line-height: 32px;
  color: #1a1a1a;
  font-feature-settings: "palt";
}
main #ivbody .interviewbox .txt02{
  margin: 0 0 35px 0;
  font-size: 16px;
  line-height: 32px;
  color: #1a1a1a;
  font-feature-settings: "palt";
}
main #ivbody .interviewbox .txt03{
  margin: 0 0 60px 0;
  font-size: 16px;
  line-height: 32px;
  color: #1a1a1a;
  font-feature-settings: "palt";
}
main #ivbody .interviewbox .txt04{
  margin: 0 0 0 0;
  font-size: 16px;
  line-height: 32px;
  color: #1a1a1a;
  font-feature-settings: "palt";
}

main #ivbody .interviewbox .txt01 a,
main #ivbody .interviewbox .txt02 a,
main #ivbody .interviewbox .txt03 a,
main #ivbody .interviewbox .txt04 a{
  color: #1a1a1a;
  text-decoration: underline;
}
main #ivbody .interviewbox .txt01 a:hover,
main #ivbody .interviewbox .txt02 a:hover,
main #ivbody .interviewbox .txt03 a:hover,
main #ivbody .interviewbox .txt04 a:hover{
        text-decoration: none;
}

main #ivbody .interviewbox  p.img_r_pc{
  display: block;
  margin: 0 0 45px 45px;
  width: 400px;
  float: right;
}
main #ivbody .interviewbox  p.img_r_pc img{
  width: 100%;
  margin: 0 0 15px 0;
}
main #ivbody .interviewbox  p.img_l_pc{
  display: block;
  margin: 0 45px 25px 0;
  width: 400px;
  float: left;
}
main #ivbody .interviewbox  p.img_l_pc img{
  width: 100%;
  margin: 0 0 15px 0;
}
main #ivbody .interviewbox  p.img_r_sp{
  display: none;
}
main #ivbody .interviewbox  p.img_l_sp{
  display: none;
}
main #ivbody .interviewbox  p.img_c{
  display: block;
  margin: 0 0 25px 0;
  text-align: center;
}
main #ivbody .interviewbox  p.img_c img{
  width: auto;
  max-width: 100%;
}


@media screen and (min-width:768px) and ( max-width:1139px) {
  main #ivbody .interviewbox{
      margin: 0 0 50px 0;
      padding: 0 0 50px 0;
  }
  main #ivbody .interviewbox h3{
      font-size: 20px;
      line-height: 36px;
      margin: 0 0 50px 0;
  }
  main #ivbody .interviewbox  p.img_r_pc{
      display: block;
      margin: 0 0 35px 35px;
      width: 300px;
      float: right;
  }
  main #ivbody .interviewbox  p.img_l_pc{
      display: block;
      margin: 0 35px 35px 0;
      width: 300px;
      float: left;
  }

}
@media screen and ( max-width:767px) {
  main #ivbody .interviewbox{
      margin: 0 0 60px 0;
      padding: 0 0 60px;
  }
  main #ivbody .interviewbox h3{
      font-size: 18px;
      font-weight: 600;
      line-height: 28px;
      margin: 0 0 40px 0;
  }
  main #ivbody .interviewbox .txt01{
      margin: 0 0 25px 0;
      font-size: 14px;
      font-weight: 600;
      line-height: 28px;
  }
  main #ivbody .interviewbox .txt02{
      margin: 0 0 35px 0;
      font-size: 14px;
      line-height: 28px;
  }
  main #ivbody .interviewbox .txt03{
      margin: 0 0 50px 0;
      font-size: 14px;
      line-height: 28px;
  }
  main #ivbody .interviewbox .txt04{
      margin: 0 0 0 0;
      font-size: 14px;
      line-height: 28px;
  }
  main #ivbody .interviewbox  p.img_r_sp{
      display: block;
      margin: 0 0 25px 0;
      width: 100%;
      float: none;
  }
  main #ivbody .interviewbox  p.img_r_sp img{
      width: 100%;
      margin: 0 0 0 0;
  }
  main #ivbody .interviewbox  p.img_l_sp{
      display: block;
      margin: 40px 0 0 0;
      width: 100%;
      float: none;
  }
  main #ivbody .interviewbox  p.img_l_sp.mgn40{
      margin: 40px 0 40px 0;
  }
  main #ivbody .interviewbox  p.img_l_sp img{
      width: 100%;
      margin: 0 0 0 0;
  }
  main #ivbody .interviewbox  p.img_r_pc{
      display: none;
  }
  main #ivbody .interviewbox  p.img_l_pc{
      display: none;
  }

}



main #ivbody .commentbox{
  margin: 0 0 70px 0;
  padding: 0 0 70px 0;
  border-bottom: 1px solid #000;
}
main #ivbody .commentbox h3{
  font-size: 24px;
  line-height: 42px;
  font-feature-settings: "palt";
  letter-spacing: 0.5px;
  margin: 0 0 50px 0;
}
main #ivbody .commentbox dl{
  display: table;
  margin: 0 0 50px 0;
  color: #1a1a1a;
}
main #ivbody .commentbox dl dt{
  display: table-cell;
  vertical-align: top;
}
main #ivbody .commentbox dl dt img{
  width: 160px;
}
main #ivbody .commentbox dl dd{
  display: table-cell;
  vertical-align: top;
  width: 320px;
  box-sizing: border-box;
  padding: 0 40px 0 30px;
  font-size: 14px;
  line-height: 28px;
}
main #ivbody .commentbox dl dd.single{
  width: 420px;
}
main #ivbody .commentbox dl dd strong{
  font-size: 16px;
  line-height: 28px;
}
main #ivbody .commentbox .txt01{
  margin: 0 0 0 0;
  font-size: 16px;
  line-height: 32px;
  color: #1a1a1a;
  font-feature-settings: "palt";
  color: #1a1a1a;
}

@media screen and (min-width:768px) and ( max-width:1139px) {
  main #ivbody .commentbox{
      margin: 0 0 50px 0;
      padding: 0 0 50px 0;
  }
  main #ivbody .commentbox h3{
      font-size: 20px;
      line-height: 36px;
      margin: 0 0 50px 0;
  }
  main #ivbody .commentbox dl{
      display: table;
      margin: 0 0 40px 0;
  }
  main #ivbody .commentbox dl dt{
      display: table-cell;
      vertical-align: top;
  }
  main #ivbody .commentbox dl dt img{
      width: 120px;
  }
  main #ivbody .commentbox dl dd{
      width: 320px;
      padding: 0 20px 0 15px;
      font-size: 14px;
      line-height: 24px;
  }
  main #ivbody .commentbox dl dd.single{
      width: 420px;
  }
  main #ivbody .commentbox dl dd strong{
      font-size: 16px;
      line-height: 28px;
  }

}
@media screen and ( max-width:767px) {
  main #ivbody .commentbox{
      margin: 0 0 60px 0;
      padding: 0 0 60px;
  }
  main #ivbody .commentbox h3{
    font-size: 21px;
    font-weight: 600;
      line-height: 28px;
      margin: 0 0 40px 0;
  }
  main #ivbody .commentbox dl{
      display: block;
      margin: 0 0 10px 0;
  }
  main #ivbody .commentbox dl dt{
      display: inline-block;
      width: 26.6%;
      margin: 0 0 20px 0;
  }
  main #ivbody .commentbox dl dt img{
      width: 100%;
  }
  main #ivbody .commentbox dl dd{
      display: inline-block;
      vertical-align: top;
      width: 67%;
      box-sizing: border-box;
      padding: 0 0 0 0;
      margin: 0 0 20px 4%;
      font-size: 14px;
      line-height: 22px;
  }
  main #ivbody .commentbox dl dd strong{
      font-size: 16px;
      font-weight: 600;
      line-height: 28px;
  }
  main #ivbody .commentbox dl dd.single{
      width: 67%;
  }
  main #ivbody .commentbox .txt01{
      margin: 0 0 0 0;
      font-size: 14px;
      line-height: 28px;
  }

}


main #ivbody .profilebox{
  margin: 0 0 50px 0;
  padding: 0 0 0 0;
}
main #ivbody .profilebox h3{
  font-size: 24px;
  line-height: 42px;
  font-feature-settings: "palt";
  letter-spacing: 0.5px;
  margin: 0 0 50px 0;
}
main #ivbody .profilebox .txt01{
  margin: 0 0 50px 0;
  font-size: 16px;
  line-height: 32px;
  font-feature-settings: "palt";
  color: #1a1a1a;
}
main #ivbody .profilebox .profile_body{
  display: table;
  width: 100%;
  margin: 0 0 0 0;
}
main #ivbody .profilebox .profile_body .profile_body01{
  display: table-cell;
  width: 160px;
}
main #ivbody .profilebox .profile_body .profile_body01 img{
  width: 100%;
}
main #ivbody .profilebox .profile_body .profile_body_c{
  display: table-cell;
  width: 40px;
}
main #ivbody .profilebox .profile_body .profile_body02{
  display: table-cell;
  color: #1a1a1a;
  vertical-align: top;
}
main #ivbody .profilebox .profile_body .profile_body02 dl{
  display: table;
  width: 100%;
}
main #ivbody .profilebox .profile_body .profile_body02 dl dt{
  display: table-cell;
  border-bottom: 1px solid #1a1a1a;
  font-size: 16px;
  line-height: 1.1;
  font-weight: bold;
  padding: 20px 0 20px;
  width: 230px;
}
main #ivbody .profilebox .profile_body .profile_body02 dl dd{
  display: table-cell;
}
main #ivbody .profilebox .profile_body .profile_body02 dl dd:nth-of-type(1){
  width: 20px;
}
main #ivbody .profilebox .profile_body .profile_body02 dl dd:nth-of-type(2){
  border-bottom: 1px solid #B3B3B3;
}
main #ivbody .profilebox .profile_body .profile_body02 dl.line01 dt{
  border-top: 1px solid #1a1a1a;
}
main #ivbody .profilebox .profile_body .profile_body02 dl.line01 dd:nth-of-type(2){
  border-top: 1px solid #B3B3B3;
}
main #ivbody .profilebox .profile_body .profile_body02 dl.line01 dd a{
  text-decoration: underline;
  color:#1a1a1a;
}
main #ivbody .profilebox .profile_body .profile_body02 dl.line01 dd a:hover{
  text-decoration: none;
}



@media screen and (min-width:768px) and ( max-width:1139px) {
  main #ivbody .profilebox h3{
      font-size: 20px;
      line-height: 36px;
      margin: 0 0 50px 0;
  }
  main #ivbody .profilebox .profile_body{
      display: table;
      width: 100%;
      margin: 0 0 0 0;
  }
  main #ivbody .profilebox .profile_body .profile_body01{
      display: table-cell;
      width: 120px;
  }
  main #ivbody .profilebox .profile_body .profile_body01 img{
      width: 100%;
  }
  main #ivbody .profilebox .profile_body .profile_body_c{
      display: table-cell;
      width: 40px;
  }
  main #ivbody .profilebox .profile_body .profile_body02{
      display: table-cell;
      color: #1a1a1a;
      vertical-align: top;
  }
  main #ivbody .profilebox .profile_body .profile_body02 dl{
      display: table;
      width: 100%;
  }
  main #ivbody .profilebox .profile_body .profile_body02 dl dt{
      display: table-cell;
      font-size: 14px;
      padding: 20px 0 20px;
      width: 200px;
  }
  main #ivbody .profilebox .profile_body .profile_body02 dl dd{
      display: table-cell;
  }
  main #ivbody .profilebox .profile_body .profile_body02 dl dd:nth-of-type(1){
      width: 20px;
  }
  main #ivbody .profilebox .profile_body .profile_body02 dl dd:nth-of-type(2){
      padding: 20px 0 20px;
      font-size: 14px;
      line-height: 1.5;
  }

}
@media screen and ( max-width:767px) {
  main #ivbody .profilebox{
      margin: 0 0 0 0;
      padding: 0 0 0;
  }
  main #ivbody .profilebox h3{
      font-size: 21px;
      font-weight: 600;
      line-height: 32px;
      letter-spacing: 0.5px;
      margin: 0 0 40px 0;
  }
  main #ivbody .profilebox .txt01{
      margin: 0 0 40px 0;
      font-size: 14px;
      line-height: 28px;
  }
  main #ivbody .profilebox .profile_body{
      display: block;
      width: 100%;
      margin: 0 0 0 0;
  }
  main #ivbody .profilebox .profile_body .profile_body01{
      display: block;
      width: 100%;
      border-top: 1px solid #1a1a1a;
      padding: 40px 0 40px;
      text-align: center;
  }
  main #ivbody .profilebox .profile_body .profile_body01 img{
      width: 50%;
  }
  main #ivbody .profilebox .profile_body .profile_body_c{
      display: none;
  }
  main #ivbody .profilebox .profile_body .profile_body02{
      display: block;
      width: 100%;
  }
  main #ivbody .profilebox .profile_body .profile_body02 dl{
      display: block;
      width: 100%;
      border-bottom: 1px solid #1a1a1a;
      padding: 30px 0;
  }
  main #ivbody .profilebox .profile_body .profile_body02 dl dt{
      display:block;
      border-bottom: 0px;
      line-height: 28px;
      font-size: 14px;
      font-weight: 600;
      padding: 0 0 0;
      width: 100%;
  }
  main #ivbody .profilebox .profile_body .profile_body02 dl dd{
      display:block;
  }
  main #ivbody .profilebox .profile_body .profile_body02 dl dd:nth-of-type(1){
      display: none;
  }
  main #ivbody .profilebox .profile_body .profile_body02 dl dd:nth-of-type(2){
      border-bottom: 0px;
      line-height: 28px;
      font-size: 14px;
  }
  main #ivbody .profilebox .profile_body .profile_body02 dl.line01{
      border-top: 1px solid #1a1a1a;
  }
  main #ivbody .profilebox .profile_body .profile_body02 dl.line01 dt{
      border-top: 0px;
  }
  main #ivbody .profilebox .profile_body .profile_body02 dl.line01 dd:nth-of-type(2){
      border-top: 0px;
  }

}

.foottxt{
  text-align: right;
  font-size: 14px;
  line-height: 32px;
  color: #1a1a1a;
}
@media screen and ( max-width:767px) {
  .foottxt{
      text-align: left;
      font-size: 12px;
      line-height: 22px;
      display: block;
      padding: 30px 0 0;
  }

}




/* 20240725 追加 */
#mv_contactbox{ display: table; width: 100%; margin: 0 0 0 0;}
#mv_contactbox #mcb01{ display: table-cell; width:52%; vertical-align: middle; }
#mv_contactbox #mcb01 .dfbtn01 a{ font-size: 15px; padding-left: 16px;}
#mv_contactbox #mcb02{ display: table-cell; width:48%; vertical-align: middle; padding: 0 0 0 0; box-sizing: border-box; text-align: center; }
#mv_contactbox #mcb02 .mcbtxt01{ font-size: 13px; line-height:16px; margin:0 0 3px 0; }
#mv_contactbox #mcb02 .mcbtxt02{ font-size: 32px; line-height:34px; margin:0 0 3px 0; }
#mv_contactbox #mcb02 .mcbtxt03{ font-size: 11px; line-height:13px; }
#mv_contactbox_sp{ display: none; }
@media screen and (max-width: 810px){
  #mv_contactbox{ display: none; }
  #mv_contactbox_sp{ display: block; }
}

/* 20240725 ロゴ */
#slidelogoarea{ clear: both; margin: 0 0 0 0; padding:8px 2% 8px; position: absolute; left: 9%; top:6.5%; z-index: 5000; width: 82%; background: #FFF; box-sizing: border-box; }
#slidelogoarea h3{ display: block; font-size: 20px; font-weight: 600; color: #1A1A1A; position: relative; height: 30px; }
#slidelogoarea h3 span{ display: inline-block; background: #FFF; padding: 0 32px 0 0; z-index: 2000; position: absolute; left: 0; top: 0; line-height: 30px; letter-spacing: 0px; }
#slidelogoarea h3 span .spbr{ display:none; }
#slidelogoarea .slidelogo_body{ padding: 0 0 0 0; }
#slidelogoarea .slidelogo_body .img{ margin: 0 25px 0 0; }
#slidelogoarea .slidelogo_body img{ height: 110px; }
@media screen and (min-width: 811px) and (max-width: 1140px){
  #slidelogoarea{ clear: both; margin: 0 0 0 0; padding: 20px 2% 0; position: absolute; left: 5%; top:7%; z-index: 5000; width: 90%; background: #FFF; box-sizing: border-box; }
  #slidelogoarea h3{ display: block; font-size: 20px; height: 30px; }
  #slidelogoarea h3 span{ display: block; background: #FFF; padding: 0; text-align: center; position: static; font-size: 18px; }
  #slidelogoarea .slidelogo_body{ padding: 0px 0 0px 0; }
  #slidelogoarea .slidelogo_body .img{ margin: 0 25px 0 0; }
  #slidelogoarea .slidelogo_body .img img{ height: 110px; }
}
@media screen and (max-width: 810px){
  #slidelogoarea{ clear: both; margin: 20px 5% 0px; width: 90%; padding: 0px 0 10px 0; position: static; border-bottom: 1px solid #333; }
  #slidelogoarea h3{ display: block; font-size: 14px; font-weight: 600; position: relative; height: auto; margin: 0 0 0px 0; padding:5px 0 0px 0;}
  #slidelogoarea h3 span{ display: block; background: #FFF; padding: 8px 0 0 0; position: static; text-align: center; line-height: 22px; }
  #slidelogoarea h3 span .spbr{ display:inline; }
  #slidelogoarea h3::before{ display: none; }
  #slidelogoarea .slidelogo_body{ padding:0 3% 0; }
  #slidelogoarea .slidelogo_body .img{ margin: 0 10px 0 0; }
  #slidelogoarea .slidelogo_body img{ height: 82px; }
}










/* 202211 資料ダウンロード追加 */
main #download_wrap {
	background: #E2E9F2;
	padding:80px 0 80px;
}
main #download {
  background: #FFF;
	padding:80px 0 0;
  font-feature-settings: "palt";
}
main #download #download_body .wrap {
  padding:0px 0 100px;
  width: 1080px;
  box-sizing: border-box;
  position: relative;
}
main #download #download_body .wrap h2 {
  display: block;
  color: #531c0e;
  margin: 0 0 35px 0;
  text-align: center;
}
main #download #download_body .wrap h2 strong {
  display: block;
  font-size: 72px;
  line-height: 1.1;
  margin: 0 0 10px 0;
}
main #download #download_body .wrap h2 .read {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0 0 0 0;
  letter-spacing: -0.5px;
}
main #download #download_body .wrap .txt01 {
  font-size: 1.6rem;
  line-height: 32px;
  color: #1A1A1A;
  margin: 0 0 50px 0;
  text-align: center;
}
main #download #download_body .wrap #downloadlist {
  clear: both;
  margin: 0 auto 20px;
}
main #download #download_body .wrap #downloadlist a {
  display: block;
  width: 340px;
  float: left;
  margin: 0 30px 40px 0;
  box-sizing: border-box;
  background: #FFF;
}
main #download #download_body .wrap #downloadlist a:hover {
  text-decoration: none;
}
main #download #download_body .wrap #downloadlist a h2 {
  display: block;
  margin: 0 0 15px 0;
  width: 100%;
  overflow: hidden;
  font-size: 0px;
  line-height: 0;
}
main #download #download_body .wrap #downloadlist a h2 img {
  width: 100%;
}
main #download #download_body .wrap #downloadlist a:nth-of-type(3n) {
  margin: 0 0 40px 0;
}
main #download #download_body .wrap #downloadlist a dl {
  display: block;
}
main #download #download_body .wrap #downloadlist a dl dt {
  display: block;
  color: #1A1A1A;
  font-size: 14px;
  line-height: 24px;
  font-feature-settings: "palt";
  letter-spacing: 0.5px;
  margin: 0 0 15px 0;
}
main #download #download_body .wrap #downloadlist a dl dd {
  display: block;
  color: #531c0e;
  font-size: 16px;
  line-height: 50px;
  font-feature-settings: "palt";
  letter-spacing: 1px;
  border: 1px solid #531c0e;
  text-align: center;
  font-weight: 600;
  position: relative;
}
main #download #download_body .wrap #downloadlist a dl dd::after {
  display: inline-block;
  margin: -1.7px 0 0 10px;
  content: "";
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-top: 2px solid #531c0e;
  border-right: 2px solid #531c0e;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
main #download #download_body .wrap #downloadlist a dl dd span {
  vertical-align: middle;
  line-height: 39px;
}
main #download #download_body .wrap #downloadlist a:hover dl dd {
  border: 1px solid #531c0e;
  background: #531c0e;
  color: #FFF;
}
main #download #download_body .wrap #downloadlist a:hover dl dd::after {
  display: inline-block;
  margin: -1.7px 0 0 10px;
  content: "";
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
main #download #download_body .wrap .dlbtnbox {
  text-align: center;
}
main #download #download_body .wrap .dlbtnbox::after {
	content: "";
	display: block;
	clear: both;
}
main #download #download_body .wrap .dlbtnbox p.dfbtn01 {
  margin: 0 0 0 0;
  width: 340px;
	float: right;
}
main #download #download_body .wrap .dlbtnbox p.dfbtn01 a {
  background: #531c0e;
  position: relative;
}
main #download #download_body .wrap .dlbtnbox p.dfbtn01 a::after {
  display: inline-block;
  margin: -1px 0 0 10px;
  content: "";
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (min-width:768px) and (max-width:1139px) {
  main #download #download_body .wrap {
    padding: 60px 40px 60px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
  }
	main #download #download_body .wrap h2 {
		text-align: center;
	}
	main #download #download_body .wrap h2 strong {
		display: block;
		font-size: 72px;
		line-height: 1.1;
		margin: 0 0 10px 0;
	}
	main #download #download_body .wrap .txt01 {
		margin: 0 0 30px 0;
	}
		main #download #download_body .wrap #downloadlist a {
    display: block;
    width: 48%;
    float: left;
    margin: 0 4% 40px 0;
    box-sizing: border-box;
    background: #FFF;
  }
  main #download #download_body .wrap #downloadlist a:nth-of-type(3n) {
    margin: 0 4% 40px 0;
  }
  main #download #download_body .wrap #downloadlist a:nth-of-type(2n) {
    margin: 0 0 40px 0;
  }
	main #download #download_body .wrap .dlbtnbox p.dfbtn01 {
		margin: 0 auto 0;
		width: 340px;
		float: none;
	}
	
}

@media screen and (max-width:767px) {
	main #download_wrap {
		background: #E2E9F2;
		padding:0 0 0;
	}
  main #download {
    padding: 0;
    width: 100%;
  }
  main #download #download_body .wrap {
    padding: 10px 6% 55px;
    width: 100%;
  }
  main #download #download_body .wrap h2 {
    margin: 0 0 8px 0;
		text-align: center;
  }
  main #download #download_body .wrap h2 strong {
    font-size: 40px;
    margin: 0 0 8px 0;
  }
  main #download #download_body .wrap h2 .read {
    font-size: 1.2rem;
    line-height: 1.1;
    margin: 0 0 30px 0;
  }
  main #download #download_body .wrap .txt01 {
    font-size: 1.4rem;
    line-height: 24px;
    margin: 0 0 35px 0;
    text-align: left;
  }
  main #download #download_body .wrap #downloadlist {
    clear: both;
    margin: 0 auto 0px;
  }
  main #download #download_body .wrap #downloadlist a {
    width: 100%;
    float: none;
    margin: 0 0 40px 0;
  }
  main #download #download_body .wrap #downloadlist a:nth-of-type(3n) {
    margin: 0 0 30px 0;
  }
  main #download #download_body .wrap #downloadlist a h2 {
    display: block;
    margin: 0 0 15px 0;
    width: 100%;
  }

  main #download #download_body .wrap #downloadlist a dl dt {
    display: block;
    color: #1A1A1A;
    font-size: 12px;
    line-height: 21px;
    margin: 0 0 15px 0;
  }

  main #download #download_body .wrap #downloadlist a dl dd {
    display: block;
    color: #531c0e;
    letter-spacing: 1px;
    background: #FFF;
    border: 2px solid #531c0e;
    position: relative;
    text-align: center;
    transition: all 0.3s ease 0s;
    font-size: 14px;
    font-weight: 600;
    padding: 0px 10px 0 20px;
    line-height: 48px;
    height: 50px;
    box-sizing: border-box;
  }

  main #download #download_body .wrap #downloadlist a dl dd::after {
    display: inline-block;
    margin: -2px 0 0 10px;
    content: "";
    vertical-align: middle;
    width: 5px;
    height: 5px;
    border-top: 2px solid #531c0e;
    border-right: 2px solid #531c0e;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  main #download #download_body .wrap #downloadlist a dl dd span {
    vertical-align: middle;
    margin-left: -12px;
  }

  main #download #download_body .wrap .dlbtnbox {
    padding: 10px 0 0 0;
  }

  main #download #download_body .wrap .dlbtnbox p.dfbtn01 {
    margin: 0 auto;
    width: 100% !important;
    max-width: 100%;
  }

  main #download #download_body .wrap .dlbtnbox p.dfbtn01 a::after {
    display: inline-block;
    margin: 0 0 0 10px;
    content: "";
    vertical-align: middle;
    width: 5px;
    height: 5px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

}

/* movie */
.moviebox01{
  width: 980px;
  margin: 0 auto 50px;
}

.moviebox01 .c-ttl-03 {
  margin-bottom: 30px;
  display: flex;
  align-items:flex-start
}
@media screen and (max-width: 767px) {
  .moviebox01 .c-ttl-03 {
      justify-content: flex-start;
      margin-bottom:20px;
  }
}
.moviebox01 .c-ttl-03__label {
  vertical-align: top;
}

.moviebox01.mtop{
  margin-top: 50px;
}
.moviebox01 .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.moviebox01 .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width:768px) and (max-width:1139px) {
  .moviebox01{
    width: 84%;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width:768px){
  .moviebox01{
    width: 88%;
    margin: 0 auto 30px;
  }
  .moviebox01.mtop{
    margin-top: 30px;
  }

}
