@charset "UTF-8";

/* 共通設定
  ############################################################################################# */
html {
  font-size: 10px;
}

@media (min-width: 741px) and (max-width: 1200px) {
  html {
    font-size: calc(8px + ((1vw - 7.4px) * (2 / 4.6)));
  }
}

* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-word;
}

body {
  color: #333;
  font-family: 'Hiragino Sans','Hiragino Kaku Gothic ProN', 'Noto Sans JP', sans-serif;
  font-size: 1.5em;
  line-height: 1.8;
}

@media (max-width: 740px) {
  body {
    font-size: 1.4em;
  }
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul {
  list-style-type: none;
  margin-top: 0;
  padding-left: 0;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

.sp {
  display: none;
}

.flex {
  -js-display: flex;
  display: flex;
}

img.wide {
  height: auto;
  width: 100%;
}

.hover:hover {
  opacity: .7;
  text-decoration: none;
}

.width {
  margin: auto;
  width: 1140px;
}

@media (max-width: 1200px) {
  .width {
    width: calc(100vw * 1100 / 1200);
  }
}

@media (max-width: 740px) {
  .width {
    width: calc(100vw * 345 / 375);
  }
}

.iWidth {
  margin: auto;
  width: 920px;
}

@media (max-width: 740px) {
  .iWidth {
    width: calc(100vw * 345 / 375);
  }
}

.mWidth {
  margin: auto;
  width: 900px;
}

@media (max-width: 740px) {
  .mWidth {
    width: calc(100vw * 345 / 375);
  }
}

.sWidth {
  margin: auto;
  width: 800px;
}

@media (max-width: 740px) {
  .sWidth {
    width: calc(100vw * 345 / 375);
  }
}

.ssWidth {
  margin: auto;
  width: 720px;
}

@media (max-width: 740px) {
  .ssWidth {
    width: calc(100vw * 345 / 375);
  }
}

@media (max-width: 740px) {
  .wrap {
    margin: auto;
    width: calc(100vw * 345 / 375);
  }
}

.ttL {
  font-size: 25px;
  font-size: 2.5rem;
  margin-top: 60px;
  margin-bottom: 80px;
  padding-bottom: 40px;
  position: relative;
  text-align: center;
}

.ttL:after {
  border-bottom: 1px solid #aeb7c3;
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 180px;
}

.ttL.noBorder {
  margin-bottom: 2em;
  padding-bottom: 0;
}

.ttL.noBorder:after {
  display: none;
}

@media (max-width: 740px) {
  .ttL:after {
    border-bottom-width: 1px;
    width: calc(100vw * 150 / 375);
  }
}

@media (max-width: 740px) {
  .ttL {
    font-size: 19px;
    font-size: 1.9rem;
    margin-top: 30px;
    margin-bottom: 40px;
    padding-bottom: 18px;
  }
}

.ttM {
  font-size: 22px;
  font-size: 2.2rem;
}

@media (max-width: 740px) {
  .ttM {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.ttM.iconService {
  background: url(../img/service_icon.png) no-repeat left;
  padding-left: 50px;
}

.ttM.iconEnv {
  background: url(../img/env_icon.png) no-repeat left;
  padding-left: 50px;
}

.ttS {
  font-size: 18px;
  font-size: 1.8rem;
}

@media (max-width: 740px) {
  .ttS {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.shadow {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}

.moreLink {
  background-color: #2D91AB;
  border-radius: 35px;
  color: #fff;
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 40px auto 90px;
  padding: 16px 0;
  text-align: center;
  width: 350px;
}
.moreLink.square {
  border-radius: inherit;
}

@media (max-width: 740px) {
  .moreLink {
    font-size: 16px;
    font-size: 1.6rem;
    margin: calc(100vw * 20 / 375) auto calc(100vw * 60 / 375);
    width: calc(100vw * 300 / 375);
  }
}

.backLink {
  background-color: #2D91AB;
  border-radius: 10px;
  color: #fff;
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  margin: 40px auto 90px;
  padding: 18px 0 19px;
  position: relative;
  text-align: center;
  width: 350px;
}
.backLink:before {
  border-top: calc(4 / 15 * 1em) solid transparent;
  border-right: calc(6 / 15 * 1em) solid #fff;
  border-bottom: calc(4 / 15 * 1em) solid transparent;
  content: "";
  display: block;
  height: 0;
  left: calc(25 / 15 * 1em);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0
}
@media (max-width: 740px) {
  .backLink {
    margin: calc(100vw * 20 / 375) auto calc(100vw * 60 / 375);
    width: calc(100vw * 300 / 375);
  }
}


.outLink {
  background: url(../img/out_link_arrow.png) no-repeat right 5px;
  padding-right: 15px;
}

.underline {
  text-decoration: underline;
}

@media only screen and (max-width: 740px) {
  .sp {
    display: inline-block;
  }
  .pc {
    display: none;
  }
}

/* ヘッダー
  ############################################################################################# */
.hd {
}

@media (max-width: 740px) {
  .hd {
    background-color: rgba(255, 255, 255, .9);
    box-shadow: 0 0 6px rgba(0,0,0,.13);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
  }
}

.hdIn {
  align-items: center;
  /* justify-content: space-between; */
  margin: auto;
  padding: 30px 0 0;
  width: 1140px;
}

@media (max-width: 740px) {
  .hdIn {
    width: calc(100vw * 345 / 375);
    padding: calc(100vw * 15 / 375) 0;
  }
}

.hdNav {
  font-size: 13px;
  font-size: 1.3rem;
  margin-left: 40px;
}

.hdNavItem:not(:last-child) {
  margin-right: 50px;
}

@media (max-width: 740px) {
  .hdNavItem {
    display: block;
    padding: 15px;
  }
  .hdNavItem:not(:last-child) {
    margin-right: 0;
  }
  #nav_toggle {
    background-color: #b2b2b2;
    display: none;
    height: calc(100vw * 55 / 375);
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100vw * 55 / 375);
    z-index: 100;
  }
  .append #nav_toggle {
    display: block;
  }
  #nav_toggle div {
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100vw * 30 / 375);
  }
  #nav_toggle span {
    background: #fff;
    display: block;
    font-size: 10px;
    font-size: 1rem;
    height: 2px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
  #nav_toggle span:first-child {
    top: -15px;
  }
  #nav_toggle span:nth-child(2) {
    top: -8px;
  }
  #nav_toggle span:nth-child(3) {
    top: -1px;
  }
  #nav_toggle span:not(:last-child) {
    width: 90%;
  }
  #nav_toggle span.menu {
    background: none;
    color: #fff;
    height: inherit;
    top: 1px;
    width: inherit;
  }
  .open #nav_toggle span:nth-child(1) {
    left: 0;
    top: -9px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .open #nav_toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav_toggle span:nth-child(3) {
    left: 0;
    top: -9px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .hdNav {
    display: none;
    position: absolute;
  }
  .hd .cloned {
    background-color: #fff;
    box-shadow: 0 5px 9px -6px rgba(0, 0, 0, 0.3);
    display: none;
  }
  .append .hd .cloned {
    display: block;
  }
  .hd .cloned .corpNav {
    height: 100vh;
    left: 0;
    position: absolute;
    text-align: center;
    top: calc(100vw * 55 / 375);
    width: 100vw;
	z-index: -1;
  }
  .hd .cloned .corpNav {
    background-color: rgba(255, 255, 255, 0.95);
	display: none;
    margin: 0;
  }
}

/* パンくず
  ############################################################################################# */
.bread {
    background-color: #e7e9ed;
    margin-top: calc(15 / 14 * 1em);
    padding: calc(10 / 14 * 1em) 0
}

.bread .list {
    flex-wrap: wrap
}

.bread .item {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 300
}

.bread .item:not(:last-child):after {
    content: "＞";
    display: inline-block;
    margin: 0 calc(10 / 14 * 1em)
}

.bread .item a {
    color: #2d91ab
}

@media (max-width: 740px) {
    .bread {
        padding:calc(100vw * 6 / 390) 0
    }

    .bread .list {
        flex-wrap: nowrap;
        overflow-x: scroll;
        white-space: nowrap
    }

    .bread .item {
        font-size: calc(100vw * 10 / 390)
    }
}

/*
.breadList {
  font-size: 13px;
  font-size: 1.3rem;
  margin-top: 15px;
  margin-bottom: 10px;
  display: none;
}

@media (max-width: 740px) {
  .breadList {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
}

.breadItem:first-child {
  background: url(../img/bread_home_icon.png) no-repeat left;
  padding-left: 17px;
}

.breadItem:not(:last-child):after {
  content: ">";
  display: inline-block;
  margin: 0 5px;
}
*/


/* メインコンテンツ
  ############################################################################################# */
.main {
  /* padding-top: 68px; */
  /* padding-top: 30px; */
}

@media (max-width: 740px) {
  .main {
    /* padding-top: calc(100vw * 52 / 375); */
    padding-top: 0;
  }
}

.corpBg {
  background-position: center;
  background-size: cover;
  height: calc(100vw * 630 / 1900);
  width: 100%;
}

@media (max-width: 740px) {
  .corpBg {
    height: calc(100vw * 200 / 375);
  }
}

.navTopFixed .corpHdArea {
  background-color: #fff;
  box-shadow: 0 4px 9px -5px rgba(0, 0, 0, 0.1);
  padding: 10px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.corpHd {
  justify-content: space-between;
  margin-bottom: -18px;
}

.navTopFixed .corpHd {
  align-items: center;
  margin-bottom: 0;
  width: 100%;
}


@media (max-width: 740px) {
  .corpHd {
    display: block;
    margin-top: -58px;
    margin-bottom: 0;
  }
  .corpHd.noImg {
    margin-top: 0;
  }
  .cloned .corpHd {
    margin-top: 0;
    width: 100%;
  }
}

.navTopFixed .corpTt {
  align-items: center;
}

@media (max-width: 740px) {
  .corpTt {
    display: block;
  }
  .cloned .corpTt {
    align-items: center;
    display: flex;
    height: calc(100vw * 55 / 375);
  }
}

.fixLogo {
  display: none;
}

@media (max-width: 740px) {
  .cloned .fixLogo {
    border-right: 1px solid #aeb7c3;
    display: block;
    flex-shrink: 0;
    margin-left: calc(100vw * 7 / 375);
    padding-right: 10px;
  }
}

.navTopFixed .fixLogo {
  border-right: 1px solid #aeb7c3;
  display: block;
  margin-right: 14px;
  padding-right: 14px;
}

.corpLogo, .corpSumLogo {
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 5px 5px 1px rgba(150, 150, 150, 0.1);
  display: inline-block;
  flex-shrink: 0;
  height: 101px;
  margin-right: 10px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 101px;
}

@media (min-width: 741px) and (max-width: 1200px) {
  .corpLogo {
    height: calc(100vw * 101 / 1200);
    width: calc(100vw * 101 / 1200);
  }
}

.corpSumLogo {
  height: 85px;
  margin-right: 27px;
  width: 85px;
}

@media (max-width: 740px) {
  .cloned .corpLogo {
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    display: flex;
    height: 40px;
    margin: 0 10px;
    max-height: calc(100vw * 50 / 375);
    max-width: calc(100vw * 100 / 375);
    overflow: auto;
    width: 40px;
  }
}

.navTopFixed .corpLogo {
  border-radius: 0;
  box-shadow: none;
  height: auto;
  max-height: 40px;
  width: 40px;
}

.corpLogo img, .corpSumLogo img {
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  padding: 10px;
}

@media (max-width: 740px) {
  .cloned .corpLogo img {
    left: auto;
    padding: 0;
    position: relative;
    top: auto;
    transform: none;
  }
}

.navTopFixed .corpLogo img {
  left: auto;
  max-height: 40px;
  max-width: 100%;
  padding: 0;
  position: relative;
  top: auto;
  transform: none;
}

.corpName {
  font-size: 25px;
  font-size: 2.5rem;
  margin: 5px 0 0;
}

.newCorpTt .corpName {
  align-items: center;
  display: flex;
  margin-top: -18px;
}

.navTopFixed .corpName {
  font-size: 13px;
  font-size: 1.3rem;
  margin-top: 0;
}

@media (max-width: 740px) {
  .corpName {
    font-size: 22px;
    font-size: 2.2rem;
    margin-top: 0;
  }
  .newCorpTt .corpName {
    margin-top: 0;
  }
  .cloned .corpName {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-top: calc(100vw * 6 / -375);
    margin-right: calc(100vw * 55 / 375);
  }
}

.corpLink {
  color: #b2b2b2;
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1;
}

.navTopFixed .corpLink {
  display: none;
}

@media (max-width: 740px) {
  .corpLink {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .cloned .corpLink {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.corpNav {
  margin-top: 23px;
}
.corpNav.rvNav {
  margin-top: 18px;
}

@media (min-width: 741px) and (max-width: 1200px) {
  .corpNav {
    margin-top: calc(100vw * 23 / 1200);
  }
}

.navTopFixed .corpNav {
  height: 27px;
  margin-top: 0;
}

.navTopFixed .corpNav.rvNav {
  height: auto;
}

.corpNav > * {
  margin-bottom: 0;
}

.spScroll {
  flex-shrink: 0;
  margin-left: 2em;
}

.spScroll .prev, .spScroll .next {
  display: none;
}


@media (max-width: 740px) {
  .corpNav {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow: auto;
    position: relative;
    white-space: nowrap;
  }
  .corpNav > * {
    display: inline-flex;
  }
  .cloned .corpNav {
    overflow-y: auto;
    -webkit-overflow-scrolling: auto;
    overflow-scrolling: auto;
    white-space: normal;
  }
  .cloned .corpNav > * {
    display: block;
  }
  .spScroll {
    margin-left: 0;
    position: relative;
  }
  .cloned .spScroll {
    position: inherit;
  }
  .spScroll .prev, .spScroll .next {
    background-color: #fff;
    bottom: 0;
	height: 30px;
	position: absolute;
	width: 25px;
    z-index: 1;
  }
  .spScroll .prev {
    left: calc(100vw * 15 / -375);
  }
  .spScroll .next {
    right: calc(100vw * 15 / -375);
  }
  .spScroll .next, .spScroll.start .prev {
    display: block;
  }
  .cloned .spScroll .prev, .cloned .spScroll .next, .spScroll.end .next {
    display: none;
  }
  .spScroll .prev:before {
    border: 2px solid;
    border-color:  transparent transparent #565656 #565656;
    content: "";
	display: block;
    height: 5px;
	right: 5px;
	position: absolute;
	top: 10px;
    transform: rotate(45deg);
	width: 5px;
  }
  .spScroll .next:before {
    border: 2px solid;
    border-color: #565656 #565656 transparent transparent;
    content: "";
	display: block;
    height: 5px;
	left: 5px;
	position: absolute;
	top: 10px;
    transform: rotate(45deg);
	width: 5px;
  }
}

.corpNavItem {
  font-size: 13px;
  font-size: 1.3rem;
}

.corpNavItem:not(:last-child) {
  margin-right: 25px;
}

@media (max-width: 740px) {
  .cloned .corpNavItem a {
    display: block;
    padding: 15px;
  }
  .cloned .corpNavItem:not(:last-child) {
    margin-right: 0;
  }
}

.corpNavItem.current:not(.rvNavItem), .corpNavItem:not(.rvNavItem):hover {
  border-bottom: 2px solid currentColor;
  padding-bottom: 4px;
}

@media (max-width: 740px) {
  .cloned .corpNavItem.current:not(.rvNavItem), .corpNavItem:not(.rvNavItem):hover {
    border-bottom: 0;
	padding-bottom: 0;
  }
}

.rvNavList {
  align-items: flex-start;
}

.rvNavList .corpNavItem:not(:last-child) {
  margin-top: 11px;
}

.rvNavLink {
  background-color: #122a4c;
  border-radius: 50px;
  color: #fff;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 10px 20px;
}

@media (max-width: 740px) {
  .cloned .corpNavItem .rvNavLink {
    margin: 5% auto 0;
    width: 60%;
  }
}


.voiceList {
  margin-top: 40px;
}

.voiceItem {
  background-color: #f5f7f9;
  padding: 20px 28px 25px;
  box-shadow: 0 3px 9px 0px rgba(0, 0, 0, 0.1);
}

.voiceItem:not(:last-child) {
  margin-bottom: 27px;
}

@media (max-width: 740px) {
  .voiceItem {
    padding: calc(100vw * 20 / 375);
  }
}

.update {
  color: #aeb7c3;
  font-size: 13px;
  font-size: 1.3rem;
  margin: 0;
  text-align: right;
}

@media (max-width: 740px) {
  .update {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 2.1;
  }
}

.update .cat {
  border: 1px solid currentColor;
  color: #122a4c;
  margin-right: 10px;
  padding: 1px 9px 2px;
}

.update .cat.orange {
  color: #ffa200;
}

@media (max-width: 740px) {
  .update .cat {
    font-size: 12px;
    font-size: 1.2rem;
    margin-right: 0;
    text-align: left;
  }
}

@media (min-width: 741px) {
  .pcColumn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .pcColumn .voiceItem {
    margin-bottom: 27px;
    width: calc((100% - 60px) / 3);
    box-shadow: 0 3px 9px 0px rgba(0, 0, 0, 0.1);
  }
  .pcColumn .update .cat {
    margin-right: 0;
  }
}

@media (min-width: 741px) and (max-width: 1050px) {
  .pcColumn .voiceItem {
    margin-bottom: 3%;
    width: calc((100% - 3%) / 2);
    box-shadow: 0 3px 9px 0px rgba(0, 0, 0, 0.1);
  }
}


.balloon {
  margin-bottom: 8px;
  position: relative;
}

@media (max-width: 740px) {
  .balloon {
    margin-top: calc(100vw * 3 / 375);
  }
}

.balloon span {
  border-radius: 6px;
  color: #fff;
  display: block;
  min-width: 110px;
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal;
  left: -15px;
  padding: 5px 19px 6px;
  position: absolute;
  top: -48px;
  z-index: 1;
}

@media (max-width: 740px) {
  .balloon span {
    left: 0;
    top: calc(100vw * 50 / -375);
  }
}

.balloon span.reality, .balloonTt.reality {
  background-color: #203e68;
}

.balloon span.reality:after, .balloonTt.reality:after {
  border-top-color: #203e68;
}

.balloon span.consider, .balloonTt.consider {
  background-color: #aeb7c3;
}

.balloon span.consider:after, .balloonTt.consider:after {
  border-top-color: #aeb7c3;
}

.balloon span.complete, .balloonTt.complete {
  background-color: #ef4056;
}

.balloon span.complete:after, .balloonTt.complete:after {
  border-top-color: #ef4056;
}

.balloon span:after {
  border-left: 19px solid transparent;
  border-top: 12px solid;
  bottom: -8px;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 30px;
  transform: rotate(-10deg);
  width: 0;
  z-index: 0;
}

.voicePerson {
  align-items: center;
}

.voicePerson * {
  margin-top: 0;
  margin-bottom: 0;
}

.voicePerson img {
  margin-right: 20px;
  width: 60px;
}

.voiceSup {
  background-color: #fff;
  margin-bottom: 0;
  padding: 15px 35px;
}

@media (max-width: 740px) {
  .voiceSup {
    padding: calc(100vw * 14 / 375);
  }
}

.voiceSupTt {
  color: #122a4c;
  font-weight: bold;
  margin-bottom: 5px;
}

.voiceSupTt.orange {
  color: #ffa200;
}

.voiceSupTxt {
  margin-left: 0;
}

.voiceSupTxt .link {
  font-size: 13px;
  font-size: 1.3rem;
  margin-top: 5px;
  margin-bottom: 0;
  text-align: right;
}

.voiceSupTxt .link a {
  padding-left: 7px;
  position: relative;
  text-decoration: underline;
}

.voiceSupTxt .link a:before {
  border-left: 4px solid black;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  content: "";
  display: inline-block;
  height: 0;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
}

.corpArea {
  margin-bottom: 120px;
}

@media (max-width: 740px) {
  .corpArea {
    margin-bottom: calc(100vw * 60 / 375);
  }
  .corpArea > .flex {
    display: block;
  }
}

.corpSumTt {
  align-items: center;
  margin-top: 0;
}

.corpSummary {
  margin-right: 15px;
  width: 535px;
}

.corpArea iframe {
  height: 460px;
  width: 550px;
}

@media (max-width: 740px) {
  .corpSummary {
    margin-bottom: 20px;
    margin-right: 0;
    width: 100%;
  }
  .corpArea iframe {
    height: 300px;
    width: 100%;
  }
}

.corptb {
  font-size: 13px;
  font-size: 1.3rem;
}

.corptb th, .corptb td {
  padding-top: 6px;
  padding-bottom: 6px;
}

.corptb th {
  font-weight: normal;
  padding-left: 33px;
  text-align: left;
  width: 86px;
}

.corpTbSum th {
  padding-bottom: 0;
}

.corptb .corpTbSum td {
  padding-top: 0;
  padding-left: 32px;
}

.corpTb01 {
  background: url(../img/corp_icon01.png) no-repeat left;
}
.corpTb02 {
  background: url(../img/corp_icon02.png) no-repeat left;
}
.corpTb03 {
  background: url(../img/corp_icon03.png) no-repeat left;
}
.corpTb04 {
  background: url(../img/corp_icon04.png) no-repeat left;
}
.corpTb05 {
  background: url(../img/corp_icon05.png) no-repeat left;
}
.corpTb06 {
  background: url(../img/corp_icon06.png) no-repeat left;
}

.corptb td {
  padding-left: 20px;
}

.bnrList {
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 740px) {
  .bnrItem {
    width: 100%;
  }
  .bnrItem img {
    height: auto;
    width: 100%;
  }
  .bnrItem:not(:first-child) {
    margin-top: 15px;
  }
}

.bnrItem:nth-child(n+4) {
  margin-top: 15px;
}


/* 企業一覧ページ
  ############################################################################################# */
section.companies_archive {
  margin: 100px auto;
  text-align: center;
  width: 60%;
}
section.companies_archive img {
  display:block;
  margin: 20px auto 40px;
  width: 80px;
}
section.companies_archive h3 {
  display:block;
  margin: 10px auto 30px;
  font-size:1.4em;
}
section.companies_archive p {
  display:block;
  margin: 30px auto;
  font-size:1.1em
}
section.companies_archive ul {
  display: inline-block;
  max-width:90%;
  font-size:1.1em;
  font-weight:bold;
  text-align: left;
}
section.companies_archive ul li {
  margin: 10px auto;
}

@media (max-width: 740px) {
  section.companies_archive {
    margin: 60px auto;
    text-align: left;
    width: 85%;
  }
  section.companies_archive ul {
    max-width: 100%;
  }
}


/* aboutページ
  ############################################################################################# */
.about_page {
  margin-top: 90px;
}
.about_page .cont .title {
  font-size: 25px;
  font-size: 2.5rem;
  margin-top: 0;
}
.about_page .cont .title .green {
  color: #2D91AB;
}
.about_page .cont .text, .about_page .cont .list {
  margin-top: 40px;
  margin-bottom: 0;
}
.about_page .cont .list {
  font-weight: bold;
  padding-left: 1em;
}
.about_page .cont .item::marker {
  color: #2D91AB;
}
.about_page .wrap .img {
  flex-shrink: 0;
  margin: 0 0 0 30px;
  width: 489px;
}
@media (max-width: 740px) {
  .about_page .cont .title {
    margin-bottom: 30px;
    text-align: center;
  }
  .about_page .wrap .img.sp {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: calc(100vw * 270 / 375);
  }
  .about_page .cont .text, .about_page .cont .list {
    font-size: 15px;
    font-size: 1.5rem;
  }
}


/* 詳細
  ############################################################################################# */
.voicePerson.detail img {
  width: 73px;
}
.ttS.detail {
  margin: 0 15px 0 0;
}
.detailTt {
  justify-content: space-between;
  margin-bottom: 20px;
}

@media (max-width: 740px) {
  .detailTt {
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
  .detailTt .update {
    margin-bottom: 15px;
    order: 1;
    text-align: left;
    width: 100%;
  }
  .detailTt .update br {
    display: none;
  }
  .detailTt .ttS {
    margin-right: 0;
    order: 3;
    width: calc(100% - 75px);
  }
  .detailTt .update .cat {
    margin-right: calc(100vw * 15 / 375);
  }
  .detailTt img {
    order: 2;
    width: 60px;
  }
}

.balloonTt {
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  margin: 60px auto 50px;
  padding: 14px;
  position: relative;
  text-align: center;
  width: 350px;
}

@media (max-width: 740px) {
  .balloonTt {
    margin: 30px auto;
    width: calc(100vw * 345 / 375);
  }
}

.balloonTt span {
  padding-left: 61px;
}
.balloonTt.consider span {
  padding-left: 42px;
}
.balloonTt.complete {
  background-image: url(../img/detail_complete_icon.png);
  background-position: 89px center;
  background-repeat: no-repeat;
}
.balloonTt.reality {
  background-image: url(../img/detail_reality_icon.png);
  background-position: 80px center;
  background-repeat: no-repeat;
}
.balloonTt.consider {
  background-image: url(../img/detail_consider_icon.png);
  background-position: 107px center;
  background-repeat: no-repeat;
}
.balloonTt:after {
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-top: 21px solid;
  bottom: -20px;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
}

@media (max-width: 740px) {
  .voiceSup.detail {
    padding-right: 0;
    padding-left: 0;
  }
}



/* 404
  ############################################################################################# */
.txt404 {
  text-align: center;
}



/* フッター
  ############################################################################################# */
.ft {
  border-top: 1px solid #b2b2b2;
  font-size: 13px;
  font-size: 1.3rem;
  margin-top: 80px;
  margin-bottom: 60px;
  padding-top: 50px;
  text-align: center;
}

.ftLogo {
  height: 32px;
  width: auto;
}

.ftList {
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

.ftItem:not(:last-child) {
  margin-right: 30px;
}

.copyright {
  font-size: 12px;
  font-size: 1.2rem;
}

@media (max-width: 740px) {
  .ftList {
    flex-wrap: wrap;
  }
  .ftItem:not(:last-child) {
    margin-right: 3%;
    margin-left: 3%;
  }
  .ftItem:last-child {
    margin-right: 0;
    margin-left: 3%;
  }
}


/* トップページ
  ############################################################################################# */
.hero {
  background: url(../img/pc_mv.png) no-repeat center / cover;
  color: #fff;
  margin-top: calc(30em / 15);
  margin-bottom: calc(90em / 15);
  padding: calc(40em / 15) 0;
  position: relative;
  text-align: center;
}

.heroTt {
  font-size: 40px;
  font-size: 4rem;
  margin-top: 0;
}

.fronthd .hdLogo {
  height: 32px;
  width: auto; 
}

@media (max-width: 740px) {
  .hero {
    background-image: url(../img/sp_mv.png);
    margin-top: calc(100vw * 48 / 390);
    margin-bottom: calc(100vw * 40 / 390);
  }
  .fronthd .hdIn {
    padding: calc(100vw*10/375) 0;
  }
  .fronthd .hdLogo {
    margin-left: calc(100vw*10/375);
    height: calc(100vw*24/375);
  }
  .fronthd #nav_toggle {
    background-color: transparent;
    display: block;
    height: calc(100vw*18/375);
    right: calc(100vw*10/375);
	top: 50%;
	transform: translateY(-50%);
	width: calc(100vw*30/375);
  }
  .fronthd #nav_toggle div {
    left: auto;
    height: auto;
	top: auto;
    transform: none;
  }
  .fronthd #nav_toggle span {
    background-color: #333;
	width: 90%;
  }
  .fronthd #nav_toggle span:first-child {
    top: 0;
  }
  .fronthd.open #nav_toggle span:nth-child(1) {
    top: 9px;
  }
  .fronthd #nav_toggle span:nth-child(2) {
    top: 8px;
  }
  .fronthd #nav_toggle span:nth-child(3) {
    top: 16px;
  }
  .fronthd.open #nav_toggle span:nth-child(3) {
    top: 9px;
  }
  .fronthd .hdNav {
    background-color: rgba(255, 255, 255, .95);
    margin-left: 0;
    padding-top: calc(100vw * 54 / 375);
    left: 0;
	text-align: center;
	top: 0;
    width: 100%;
	z-index: -1;
  }
  .heroTt {
    font-size: 30px;
  }
}

.heroTxt {
  line-height: 2.2;
}

.hero .moreLink {
  background-color: #fff;
  color: #2D91AB;
  margin-bottom: 0;
}

.heroImg {
  left: calc(550em / 15);
  max-width: 600px;
  position: absolute;
  top: calc(25em / 15);
  width: calc(100vw * 600 / 1360);
}

@media (max-width: 1210px) {
  .heroImg {
    left: calc(100vw * 560 / 1210);
    width: calc(100vw * 580 / 1210);
  }
}

@media (max-width: 740px) {
  .heroImg {
    left: 0;
	margin-bottom: 10%;
	position: relative;
    width: 100%;
  }
}

.topEnv .ttM {
  text-align: left;
}

.topList {
  padding-bottom: calc(40em / 15);
  position: relative;
}

.topListItem {
  border: 1px solid #E5E5E5;
  width: calc(200em / 15);
}

.topComp .topListItem:nth-child(n+4) {
  margin-top: calc(30em / 15);
}

.topList .swiper-container {
  padding: 9px;
}

.topListBox {
  align-items: flex-start;
  justify-content: space-between;
}

.topListCat {
  background-color: #2D91AB;
  border-radius: 3px;
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  margin: 0 calc(13em / 13) 0 0;
  padding: calc(6em / 13);
  text-align: center;
  width: calc(190em / 13);
}

.topList .update {
  font-size: 10px;
  font-size: 1rem;
}

.topList .update .cat {
  color: #2D91AB;
  display: inline-block;
  margin-right: 0;
  margin-bottom: 4px;
  padding-top: 0;
  padding-bottom: 0;
}

.topList .voiceItem {
  background-color: #fff;
  margin-bottom: 0;
  padding-top: 15px;
}

.topList .voiceSup {
  background-color: #eceef6;
  padding: calc(15em / 15) 0;
}

.topList .voiceSupTt {
  color: #fff;
  display: inline-block;
  font-weight: normal;
  padding: 3px 10px 2px 10px;
}

.topList .voiceSupTt.reality {
  background-color: #2D91AB;
}

.topList .voiceSupTt.consider {
  background-color: #aeb7c3;
}

.topList .voiceSupTt.complete {
  background-color: #ef4056;
}

.topListIn {
  font-size: 14px;
  font-size: 1.4rem;
  padding-right: calc(18em / 14);
  padding-left: calc(18em / 14);
}

.topListTitle {
  font-size: 16px;
  font-size: 1.6rem;
  margin: calc(5em / 16) 0 0;
}

.topListTitle .arrow {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  padding-right: calc(20em / 16);
  position: relative;
}

.topListTitle .arrow:before {
  border: calc(2em / 16) solid;
  border-color: #2d91ab #2d91ab transparent transparent;
  content: "";
  height: calc(6em / 16);
  position: absolute;
  right: calc(7em / 16);
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  width: calc(6em / 16)
}

.topListText {
  margin-top: calc(5em / 14);
}

.topListCompany {
  align-items: flex-start;
  border-bottom: 1px solid #e8eaf4;
  margin-top: 0;
  padding: calc(18em / 15);
}

.topListLogo {
  align-items: center;
  border: 1px solid #E5E5E5;
  display: flex;
  flex-shrink: 0;
  height: calc(100em / 15);
  justify-content: center;
  margin: 0 auto;
  overflow: hidden;
  padding: calc(5em / 15);
  width: calc(100em / 15);
}

.topListLogo.nopd {
  padding: 0;
}

.topListName {
  font-size: 13px;
  font-size: 1.3rem;
  margin-left: calc(18em / 13);
}

.topListName .cpname {
  color: #2D91AB;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: calc(14em / 18);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.topListName .industry, .topListName .address {
  background: url(../img/common/industry_icon.png) no-repeat left center/calc(18 / 13 * 1em);
  margin-top: 0;
  margin-bottom: calc(1 / 13 * 1em);
  overflow: hidden;
  padding-left: calc(26 / 13 * 1em);
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  max-width: calc(203 / 13 * 1em)
}

.topListName .address {
  background: url(../img/common/address_icon.png) no-repeat left top calc(4 / 13 * 1em)/calc(14 / 13 * 1em);
  margin: 0;
  padding-left: calc(28 / 13 * 1em)
}

.topListIn dl {
  border-top: 1px solid #e5e5e5;
  padding-top: calc(15em / 14);
}

.topComp {
  margin-top: 90px;
}

.topCompList {
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 4em;
  position: relative;
}

.topCompList .swiper-wrapper {
  padding-bottom: calc(40em / 15);
}

.topCompList .swiper-slide {
  flex-wrap: wrap;
}

.topCompItem {
  height: calc(190em / 15);
}

.topCompItem .topListCompany {
  border-bottom: none;
  margin-bottom: 0;
  padding: calc(10em / 15);
}

.topCompItem .topListLogo {
  border: none;
}

.topCompItem .topListName {
  align-items: center;
  height: calc(70em / 13);
  justify-content: center;
  margin-left: 0;
}

.topCompItem .topListName .cpname {
  align-items: center;
  font-size: 16px;
  font-size: 1.6rem;
  justify-content: center;
  margin-bottom: 0;
  text-align: center;
}

.topCompItem:nth-child(even) {
  margin-top: calc(30em / 15);
}

.topCompTt {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 0;
}

.topCompTxt {
  color: #aeb7c3;
  font-size: 13px;
  font-size: 1.3rem;
  margin: 0;
}

@media (min-width: 741px) {
  .topEnv .swiper-container-initializing, .topComp .swiper-container-initializing02 {
    visibility: hidden;
  }
}

.topCompList .swiper-bottom, .topEnv .swiper-bottom {
  display: block;
  margin: auto;
  position: relative;
}

.topCompList .swiper-pagination, .topEnv .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.topCompList .swiper-pagination-bullet, .topEnv .swiper-pagination-bullet {
  background-color: #AEB7C3;
  height: 10px;
  margin: 0 6px;
  width: 10px;
}

.topCompList .swiper-pagination-bullet-active, .topEnv .swiper-pagination-bullet-active {
  background-color: #2D91AB;
}

.topCompList .swiper-button-prev, .topCompList .swiper-button-next,
.topEnv .swiper-button-prev, .topEnv .swiper-button-next {
  margin-top: -11px;
}

.topCompList .swiper-button-next:after, .topCompList .swiper-container-rtl .swiper-button-prev:after,
.topCompList .swiper-button-prev:after, .topCompList .swiper-container-rtl .swiper-button-next:after,
.topEnv .swiper-button-next:after, .topEnv .swiper-container-rtl .swiper-button-prev:after,
.topEnv .swiper-button-prev:after, .topEnv .swiper-container-rtl .swiper-button-next:after {
  border-bottom-color: #2D91AB;
  border-left-color: #2D91AB;
  border-width: 3px;
}

.topListBottom {
  text-align: center;
  width: 100%;
}

.topBnr {
  text-align: center;
}

.topSearch {
  margin-bottom: calc(80em / 15);
}
.topSearch .box {
  border: 1px solid #2D91AB;
  border-radius: 5px;
}
.topSearch .box + .box {
  margin-top: calc(40em / 15);
}
.topSearch .box .title {
  background-color: #2D91AB;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0;
  padding: calc(12em / 18) calc(25em / 18);
}
.topSearch .job .inner, .topSearch .area .list {
  flex-wrap: wrap;
  font-size: 14px;
  font-size: 1.4rem;
}
.topSearch .job .inner .none {
  flex-wrap: wrap;
  display: none;
  width: 100%;
}
.topSearch .job .none a {
  background-color: #F1FCFF;
  box-shadow: calc(3em / 14) calc(3em / 14) calc(6em / 14) rgba(0, 0, 0, 0.16);
  color: #2D91AB;
}
.topSearch .job .inner a, .topSearch .job .inner .accord {
  border-bottom: 1px solid #AEB7C3;
  cursor: pointer;
  display: block;
  padding: calc(10em / 14) calc(18em / 14);
  position: relative;
  width: 25%;
}
@media (min-width: 741px) {
  .topSearch .job .inner a:not(:nth-child(4n)), .topSearch .job .inner .accord:not(:nth-child(4n)) {
    border-right: 1px solid #AEB7C3;
  }
}
.topSearch .job .inner a:before {
  border: calc(2em / 14) solid;
  border-color: #2D91AB #2D91AB transparent transparent;
  content: "";
  height: calc(5em / 14);
  position: absolute;
  right: calc(18em / 14);
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  width: calc(5em / 14)
}
.topSearch .job .inner .accord:before {
  border: calc(2em / 14) solid;
  border-color: transparent transparent #2D91AB #2D91AB;
  content: "";
  height: calc(5em / 14);
  position: absolute;
  right: calc(18em / 14);
  top: calc(16em / 14);
  transform: rotate(-45deg);
  width: calc(5em / 14)
}
.topSearch .job .inner .accord.active {
  background-color: #F1FCFF;
  box-shadow: calc(3em / 14) calc(3em / 14) calc(6em / 14) rgba(0, 0, 0, 0.16);
}
.topSearch .job .inner .accord.active:before {
  top: calc(20em / 14);
  transform: rotate(135deg);
}
.topSearch .area .inner {
  padding: calc(14em / 15) calc(18em / 15);
}
.topSearch .area .list {
  margin-bottom: 0;
}
.topSearch .area .list + .list {
  margin-top: calc(12em / 14);
}
.topSearch .area .item:not(:last-child) {
  border-right: 1px solid #AEB7C3;
  margin-right: calc(11em / 14);
  padding-right: calc(11em / 14);
}

@media (max-width: 740px) {
  .hero .moreLink {
    width: calc(100vw * 350 / 390);
  }
  .topEnv .moreLink, .topService .moreLink, .topComp .moreLink {
    width: 100%;
  }
  .topList {
    padding-bottom: calc(100vw * 25 / 390);
  }
  .topListItem {
    width: calc(100vw * 320 / 390);
  }
  .topEnv .swiper, .topCompList .swiper {
    overflow-x: scroll;
  }
  .topEnv .topListItem:not(:last-child) {
    margin-top: 0;
    margin-right: calc(100vw * 20 / 390);
  }
  .topCompList .swiper-slide {
    width: calc(100vw * 150 / 390);
  }
  .topCompList .swiper-slide:not(:last-child) {
    margin-right: calc(100vw * 10 / 390);
  }
  .topCompItem {
    height: calc(100vw * 145 / 390);
    width: calc(100vw * 150 / 390);
  }
  .topCompItem:nth-child(2) {
    margin-top: calc(100vw * 10 / 390);
  }
  .topListCompany {
    padding: calc(100vw * 15 / 390);
  }
  .topCompItem .topListCompany {
    padding: calc(100vw * 10 / 390);
  }
  .topListLogo {
    height: calc(100vw * 80 / 390);
    width: calc(100vw * 80 / 390);
  }
  .topListName {
    font-size: 12px;
    font-size: 1.2rem;
    margin-left: calc(100vw * 12 / 390);
  }
  .topCompItem .topListName {
    height: calc(100vw * 45 / 390);
  }
  .topListName .cpname {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .topListCat {
    width: calc(100vw * 170 / 390);
  }
  .topListIn {
    padding-right: calc(100vw * 15 /390);
    padding-left: calc(100vw * 15 /390);
  }
  .topList .update .cat {
    font-size: 10px;
    font-size: 1rem;
    margin-bottom: 0;
    padding-right: calc(100vw * 7 / 390);
    padding-left: calc(100vw * 7 / 390);
  }
  .topCompItem .topListName .cpname {
    font-size: calc(100vw * 12 / 390);
  }
  .topCompList .swiper-wrapper {
  }
  .topCompList .swiper-bottom, .topEnv .swiper-bottom {
    display: none;
  }
  .topCompList .swiper, .topEnv .swiper {
    padding-bottom: calc(100vw * 20 / 390);
    /* overflow-x: scroll; */
  }
  /*
  .topCompList .swiper {
    padding-bottom: calc(100vw * 10 / 390);
  }
  .topCompList .swiper::-webkit-scrollbar, .topEnv .swiper::-webkit-scrollbar {
    height: calc(100vw * 15 / 390);
  }
  .topCompList .swiper::-webkit-scrollbar-thumb, .topEnv .swiper::-webkit-scrollbar-thumb {
    background: #2D91AB;
    border-radius: calc(100vw * 7 / 390);
  }
  .topCompList .swiper::-webkit-scrollbar-track, .topEnv .swiper::-webkit-scrollbar-track {
    background: #e2e8f0;
    border-radius: calc(100vw * 7 / 390);
  }
  */
  .topList .swiper-container {
    margin: auto;
    width: 90%;
  }
  .swiper-pagination {
    display: flex;
	position: relative;
    width: 100%;
  }
  .swiper-pagination-bullet {
    border-radius: calc(100vw * 20 / 375);
    height: calc(100vw * 12 / 375);
	  margin: 5% 0 10%;
    width: calc(100vw * 50 / 375);
  }
  .swiper-pagination-bullet:not(:last-child) {
    margin-right: 3%;
  }
  .topListBottom .swiper-scrollbar, .topComp .swiper-scrollbar {
    height: calc(100vw * 20 / 390);
  }
  .topSearch .box .title {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .topSearch .job .inner a {
    align-items: center;
    display: flex;
    padding: calc(100vw * 10 / 390) calc(100vw * 25 / 390) calc(100vw * 10 / 390) calc(100vw * 10 / 390);
    width: 50%;
  }
  .topSearch .job .inner a:before {
    right: calc(100vw * 14 / 390);
  }
  .topSearch .box.area {
    margin-top: calc(100vw * 25 / 390);
  }
  .topSearch .area .inner {
    padding: calc(100vw * 17 / 390);
  }
  .topSearch .area .item {
    font-size: calc(100vw * 14 / 390);
    width: calc(100vw * 58 / 390);
  }
  .topSearch .area .item:not(:last-child) {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
  }
  .topSearch .area .item:not(:nth-child(4n)){
    margin-right: calc(100vw * 30 / 390);
  }
  .topSearch .area .item:nth-child(n+5){
    margin-top: 2%;
  }
  .topSearch .job .inner a, .topSearch .job .inner .accord {
    width: 50%;
  }
  .topSearch .job .inner a:nth-child(odd), .topSearch .job .inner .accord:nth-child(odd) {
    border-right: 1px solid #AEB7C3;
  }
}

.catSelectArea {
  background-color: #f5f7f9;
  padding: 15px 20px;
}
.catSelectTitle {
  margin: 2px 50px 0 0;
}
.catSelect {
  width: 200px;
}
.catSelect:not(:last-child) {
  margin-right: 30px;
}
.catSelectCurrent {
  background-color: #fff;
  border: 1px solid;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  padding: 2px 10px;
  position: relative;
}
.catSelectCurrent:after {
  border-bottom: none;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #c9c9c9;
  content: "";
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.catSelectList {
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-left: 1px solid;
  display: none;
  margin-bottom: 0;
}
.catSelectList li:not(:last-child) {
  border-bottom: 1px dotted;
}
.catSelectList li a {
  background-color: #fff;
  display: block;
  padding: 2px 10px;
}
.catSelectList li a:hover {
  background-color: #f5f7f9;
}
.searchBox {
  font-size: 14px;
  font-size: 1.4rem;
  margin-left: 20px;
  padding: 8px 8px 5px;
}
.searchBtn {
  background: #554640 url("../img/search_icon.svg") center/15px 15px no-repeat;
  border: none;
  cursor: pointer;
  padding: 0 15px;
}


/* フォーム
  ############################################################################################# */
.formArea {
  margin-top: 90px;
  text-align: center;
}
.formArea .lead {
  line-height: 2.3;
}
.formArea .lead + .lead {
  margin-top: 30px;
}
.formArea .lead .strong {
  font-weight: bold;
}
.formArea .lead .border {
  font-weight: bold;
  position: relative;
}
@media (min-width: 741px) {
  .formArea .lead .border:after {
    background-color: rgba(45, 145, 171, .2);
    bottom: -5px;
    content: "";
    display: block;
    height: 5px;
    left: 0;
    position: absolute;
    width: 100%;
  }
}
.formTb {
  border-collapse: collapse;
  font-size: 16px;
  margin-top: 45px;
  text-align: left;
  width: 100%;
}
.formTb.formSelector {
  margin-bottom: -45px;
}
.formTb th {
  font-weight: normal;
  padding-top: 16px;
  padding-right: 60px;
  position: relative;
  vertical-align: top;
  width: 196px;
}
.formTb th.must:after {
  background-color: #930d14;
  color: #fff;
  content: "必須";
  font-size: 14px;
  padding: 2px 15px 3px;
  position: absolute;
  right: 0;
  top: 17px;
}
.formTb td {
  padding-bottom: 35px;
  padding-left: 25px;
}
.formTb input {
  height: 60px;
  padding: 0 25px;
  width: 100%;
}
.formTb input[readonly] {
  border: none;
  outline: none;
}
.formTb textarea {
  padding: 15px 25px;
  width: 100%;
}
.formTb td.pdt {
  padding-top: 16px;
}
.formTb td .col2 {
  display: inline-block;
  width: 48%;
}
.formTb td .col2 + .col2 {
  margin-left: 4%;
}
.formTb td .col3 {
  display: inline-block;
  position: relative;
  width: 29%;
}
.formTb td .col3 + .col3 {
  margin-left: 6.5%;
}
.formTb td .col3:not(:last-child):after {
  border-top: 1px solid #b4b4b4;
  content: "";
  position: absolute;
  right: -30px;
  top: 50%;
  width: 16px;
}
.formPolicyTt {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media (min-width: 741px) {
  .formPolicyTt.question {
    margin-top: 45px;
  }
}
.formPolicyTxt {
  font-size: 12px;
  text-align: left;
}
.formPolicyTxt.scroll {
  border: 1px solid;
  font-size: 12px;
  height: 165px;
  overflow: auto;
  padding: 0 15px;
  text-align: left;
}
.formSubmit input[type="submit"] {
  background-color: #2D91AB;
  border: none;
  color: #fff;
  font-family: 'Noto Sans JP',sans-serif;
  font-size: 18px;
  padding: 22px;
  width: 350px;
}
.formAgree {
  margin: 45px 0;
}

.wpcf7-acceptance input[type="checkbox"] {
    visibility: hidden;
}

.wpcf7-acceptance span.wpcf7-list-item-label {
    position: relative;
    padding-left: 26px;
    cursor: pointer;
    display: inline-block;
    line-height: 1.5;
}

.wpcf7-acceptance input[type=checkbox] + span.wpcf7-list-item-label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border: 1px solid #000;
    background-color: #fff;
    box-sizing: border-box;
}

.wpcf7-acceptance input[type=checkbox] + span.wpcf7-list-item-label:after {
    content: "";
    position: absolute;
    left: 6px;
    top: 50%;
    width: 6px;
    height: 11px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: translateY(-65%) rotate(45deg);
    opacity: 0;
    transition: opacity 0.2s ease;
}

.wpcf7-acceptance input[type=checkbox]:checked + span.wpcf7-list-item-label:after {
    opacity: 1;
}

.wpcf7-acceptance label {
    cursor: pointer;
}

.wpcf7-acceptance span.wpcf7-list-item {
  margin-left: 0;
}
.wpcf7-radio .wpcf7-list-item.first {
  margin-left: 0;
}
.wpcf7-radio .wpcf7-list-item:not(:first-child) {
  margin-left: 2em;
}
.wpcf7-radio .wpcf7-list-item > label {
  align-items: center;
  display: flex;
}
.wpcf7-radio input {
  height: auto;
  margin-right: 15px;
  transform: scale(1.5);
  width: auto;
}
.tabBox .btnArea, .tabIn .tabInBtns {
  display: inline-flex;
  align-items: flex-start;
}
.tabBox .tabBtn, .tabIn .item {
  background-color: #2D91AB;
  border-radius: 5px;
  border: 2px solid #2D91AB;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 50px;
  padding: 25px;
  position: relative;
  width: 320px;
}
.tabBox .tabBtn:hover, .tabBox .tabBtn.active, .tabIn .item:hover, .tabIn .item.active {
  background-color: #fff;
  color: #2D91AB;
}
.tabBox .tabBtn:hover:after, .tabBox .tabBtn.active:after, .tabIn .item:hover:after, .tabIn .item.active:after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #2D91AB;
  bottom: -10px;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
}
.tabBox .tabBtn:not(.active):hover:after, .tabIn .item:not(.active):hover:after {
  bottom: 10px;
}
.tabBox .tabBtn + .tabBtn, .tabIn .item + .item {
  margin-left: 40px;
}
.tabIn {
  margin: 0 auto 35px;
  width: 1040px;
}
.tabIn .item {
  margin-bottom: 30px;
}
.tabBox .tabPanel {
  border: 2px solid #E7E9ED;
  border-radius: 5px;
  padding-bottom: 15px;
}
.tabBox .tabPanel, .tabIn .tabInItem {
  display: none;
}
.tabBox .tabPanel.active, .tabIn .tabInItem.active {
  display: block;
}
.tabIn .tabInItem {
  background-color: #F3F3F3;
  padding: 30px;
}
.tabBox .link {
  background-color: #2d91ab;
  border: 2px solid #2d91ab;
  border-radius: calc(5 / 15 * 1em);
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-size: 1.5rem;
  margin-top: calc(20 / 15 * 1em);
  padding: calc(13 / 15 * 1em) calc(51 / 15 * 1em) calc(13 / 15 * 1em) calc(40 / 15 * 1em);
  position: relative;
  width: calc(680 / 15 * 1em)
}
.tabBox .link:after {
  border-left: calc(6 / 15 * 1em) solid #fff;
  border-top: calc(4 / 15 * 1em) solid transparent;
  border-bottom: calc(4 / 15 * 1em) solid transparent;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: calc(15 / 15 * 1em);
  top: 50%;
  transform: translateY(-50%);
  width: 0
}
.tabBox .link:hover {
  background-color: #fff;
  color: #2d91ab
}
.tabBox .link:hover:after {
  border-left-color: #2d91ab
}
.tabBox .link .icon {
  background: url(../img/common/blank_icon.png) no-repeat right center / calc(11 / 15 * 1em);
  padding-right: calc(24 / 15 * 1em);
}
.tabBox .link:hover .icon {
  background-image: url(../img/common/blank_icon_hover.png);
}

@media (max-width: 740px) {
  .formTb th, .formTb td {
    display: block;
	width: 100%;
  }
  .formTb th {
    margin-bottom: 1%;
    padding-top: 0;
    padding-right: 0;
  }
  .formTb td {
    padding-bottom: 8%;
    padding-left: 0;
  }
  .formTb th.must:after {
    margin-left: 12px;
    position: relative;
	top: auto;
  }
  .formTb td.pdt {
    padding-top: 0;
  }
  .formTb input {
    height: 50px;
    padding: 0 10px;
  }
  .formTb td .col3:not(:last-child):after {
    right: -17%;
    width: 12%;
  }
  .formPolicyTt {
    font-size: 16px;
	margin-top: -1%;
	margin-bottom: 5%;
  }
  .formAgree {
    margin: 10% 0;
  }
  .formSubmit input[type=submit] {
    max-width: 100%;
  }
  .formArea .lead {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .formArea .lead .spborder {
    position: relative;
  }
  .formArea .lead .spborder:after {
    background-color: rgba(45, 145, 171, .2);
    bottom: calc(100vw * -5 / 390);
    content: "";
    display: block;
    height: calc(100vw * 5 / 390);
    left: 0;
    position: absolute;
    width: 100%;
  }
  .tabBox .btnArea {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .tabBox .tabBtn {
    font-size: calc(100vw * 20 / 390);
    height: calc(100vw * 90 / 390);
    margin-right: auto;
    margin-bottom: calc(100vw * 30 / 390);
    margin-left: auto;
    padding: calc(100vw * 23 / 390);
    width: calc(100vw * 320 / 390);
  }
  .tabBox .tabBtn+.tabBtn {
    margin-top: 0;
    margin-left: 0;
  }
  .tabIn {
    margin-bottom: 0;
    width: 100%;
  }
  .tabIn .tabInBtns {
    display: block;
  }
  .tabIn .item {
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    width: 100%;
  }
  .tabBox .tabPanel {
    border-radius: 2px;
    padding: calc(100vw * 25 / 390);
  }
  .tabBox .formTb {
    font-size: 15px;
    font-size: 1.5rem;
    margin-top: 0;
  }
  .tabBox .formTb th {
    font-weight: 600;
  }
  .tabBox .formTb th.must:after {
    font-size: 12px;
    font-size: 1.2rem;
    margin-left: calc(100vw * 5 / 390);
    padding-right: calc(100vw * 5 / 390);
    padding-left: calc(100vw * 5 / 390);
  }
  .tabBox .link {
    padding: calc(100vw * 13 / 390) calc(100vw * 32 / 390) calc(100vw * 15 / 390) calc(100vw * 30 / 390);
    width: calc(100vw * 250 / 390);
  }
  .tabBox .link .icon {
    background-position: right calc(100vw * 7 / 390) top calc(100vw * 7 / 390);
  }
  .tabIn .tabInItem {
    font-size: 16px;
    font-size: 1.6rem;
    margin: auto;
    padding: calc(100vw * 20 / 390);
  }
  .formPolicyTt.question {
    font-size: 20px;
    font-size: 2rem;
  }
  .tabBox .formSubmit {
    margin-bottom: 0;
  }
  .tabBox .formSubmit input[type=submit] {
    font-size: 15px;
    font-size: 1.5rem;
    padding: calc(100vw * 20 / 390);
  }
}


/* ページネーション
  ############################################################################################# */
.pagination {
  margin-top: 5em;
  text-align: center;
}
.pagination > * {
  border-radius: 50%;
  display: inline-block;
  height: 2em;
  width: 2em;
}
.pagination > :not(:last-child) {
  margin-right: 2em;
}
.pagination .current, .pagination > *:hover {
  background-color: #333;
  color: #fff;
}


/* 検索窓
  ############################################################################################# */
.hdSearch {
  display: none;
}
.navTopFixed .hdSearch {
  display: flex;
}
.searchhighlight {
  background-color: #D3E18A;
  display: inline;
}


/* インタビュー
  ############################################################################################# */
.ivList {
  margin-bottom: 67px;
}
.ivItem {
  background-color: #F5F7F9;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, .1);
  padding: 40px;
}
.ivItem .more {
  background-color: #122a4c;
  border-radius: 35px;
  color: #fff;
  display: block;
  margin: 23px auto 0;
  padding: 11px 0 12px;
  text-align: center;
  width: 230px;
}
.ivItem:not(:first-child) {
  margin-top: 40px;
}
.ivItem .ivImg {
  flex-shrink: 0;
  height: 230px;
  margin-right: 25px;
  width: 300px;
}
.ivTxt .update {
  text-align: left;
}
.ivTxt .title {
  margin-top: 10px;
  margin-bottom: 0;
}
.ivUpdate {
  color: #AEB7C3;
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: normal;
  margin-bottom: 20px;
  text-align: center;
}
.ivDetailImg {
  margin-bottom: 75px;
}
.ivCont h3 {
  font-size: 22px;
  font-size: 2.2rem;
  margin-top: 60px;
  margin-bottom: 30px;
}
.ivDetail .moreLink {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 120px;
  padding: 12px 0;
  width: 240px;
}

@media (max-width: 740px) {
  .ivList {
    margin-bottom: 10%;
  }
  .ivItem {
    flex-wrap: wrap;
    padding: 4% 7% 6%;
  }
  .ivItem .more {
    margin: calc(100vw * 20 / 375) auto 0;
    width: calc(100vw * 200 / 375);
  }
  .ivItem .ivImg {
    height: calc(100vw * 200 / 375);
    margin-top: 3%;
    margin-right: 0;
    width: 100%;
  }
  .ivTxt .title {
    margin-top: 6%;
  }
  .ivDetailImg {
    margin-bottom: calc(100vw * 40 / 375);
  }
  .ivCont h3 {
    font-size: 18px;
    margin-top: calc(100vw * 40 / 375);
    margin-bottom: calc(100vw * 20 / 375);
  }
  .ivDetail .moreLink {
    margin-top: calc(100vw * 50 / 375);
  }
}


/* スクロールバー
############################################################################################# */
@media (max-width: 740px) {
  .simplebar-track {
    background-color: #e2e8f0;
    border-radius: calc(100vw * 7 / 390);
    height: calc(100vw * 15 / 390) !important;
  }
  .simplebar-scrollbar::before {
    background: #2d91ab !important;
    border-radius: calc(100vw * 7 / 390) !important;
    opacity: 1 !important;
  }
}