@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');

/*!
 * ress.css • v5.0.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html{-webkit-text-size-adjust:100%;box-sizing:border-box;-moz-tab-size:4;tab-size:4;word-break:normal}*,:after,:before{background-repeat:no-repeat;box-sizing:inherit}:after,:before{text-decoration:inherit;vertical-align:inherit}*{margin:0;padding:0}hr{color:inherit;height:0;overflow:visible}details,main{display:block}summary{display:list-item}small{font-size:80%}[hidden]{display:none}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}a{background-color:transparent}a:active,a:hover{outline-width:0}code,kbd,pre,samp{font-family:monospace,monospace}pre{font-size:1em}b,strong{font-weight:bolder}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-color:inherit;text-indent:0}iframe{border-style:none}input{border-radius:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto;resize:vertical}button,input,optgroup,select,textarea{font:inherit}optgroup{font-weight:700}button{overflow:visible}button,select{text-transform:none}[role=button],[type=button],[type=reset],[type=submit],button{cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button:-moz-focusring{outline:1px dotted ButtonText}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}button,input,select,textarea{background-color:transparent;border-style:none}a:focus,button:focus,input:focus,select:focus,textarea:focus{outline-width:0}select{-moz-appearance:none;-webkit-appearance:none}select::-ms-expand{display:none}select::-ms-value{color:currentColor}legend{border:0;color:inherit;display:table;max-width:100%;white-space:normal}::-webkit-file-upload-button{-webkit-appearance:button;color:inherit;font:inherit}[disabled]{cursor:default}img{border-style:none}progress{vertical-align:baseline}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled=true]{cursor:default}


html {
  overflow: auto;
  font-size: 62.5%;
}
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 100%;
  font-weight: 500;
  line-height: 1.4;
  color: #000;
  background: #fff;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
a {
  transition: all .3s ease;
  opacity: 1;
  color: #000;
}
a:hover {
  opacity: .5;
}


@media (min-width: 768px) {
  .spOnly {
    display: none !important;
  }
  #page-top {
    position: fixed;
    z-index: 100;
    right: 20px;
    bottom: 20px;
  }
  #page-top a {
    display: block;
    width: 80px;
    height: 80px;
    text-indent: -9999px;
    background: url("../image/icon_gototop.png") no-repeat 50% 0 / 80px auto;
  }
}

@media screen and (max-width: 767px) {
  .pcOnly {
    display: none !important;
  }
  #page-top {
    position: fixed;
    z-index: 100;
    right: 3vw;
    bottom: 3vw;
  }
  #page-top a {
    display: block;
    width: 10vw;
    height: 10vw;
    text-indent: -9999px;
    background: url("../image/icon_gototop.png") no-repeat 50% 0 / 10vw auto;
  }
}


/* Definition */
:root {
  --sp-header-height: 15vw;
  --baisyo-color: #584082;
  --baisyo-bg-color: #ece6f0;
  --gyomu-color: #870a64;
  --gyomu-bg-color: #f4e8f0;
}


/*
サービス横断タブ
---------------------------------------------*/
.cross-functional-tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 10px;
  background: #006d61;
}
.cross-functional-tab > * {
  width: 260px;
  padding: 15px 0 10px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
}
.cross-functional-tab a {
  text-decoration: none;
  color: #fff;
}
.cross-functional-tab span {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .cross-functional-tab {
    flex-direction: column;
    margin: 5vw;
    border-radius: 3vw;
    padding: 5vw 10vw;
    gap: 3vw;
  }
  .cross-functional-tab > * {
    width: 100%;
  }
  .cross-functional-tab a,
  .cross-functional-tab span {
    border-radius: 2vw;
    background: #fff;
    color: #000;
  }
}


/*
Header
---------------------------------------------*/
header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 1160px;
  padding: 20px 30px 12px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  header {
    display: block;
    min-width: auto;
    padding: 0;
    font-size: 3.125vw;
  }
}
header a {
  text-decoration: none;
  display: flex;
  align-items: center;
}
header h1 {
  vertical-align: middle;
  font-size: 2.8rem;
  width: 650px;
}
@media screen and (max-width: 767px) {
  header h1 {
    padding: 3vw;
    font-size: 4.5vw;
    width: auto;
  }
}
header h1 img {
  margin-right: 30px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  header h1 img {
    margin-right: 4vw;
    width: 34vw;
  }
}
header nav {
  display: flex;
}
@media screen and (max-width: 767px) {
  header nav {
    justify-content: space-between;
    padding: 4vw 8vw;
  }
  header nav.baisyo {
    background: var(--baisyo-bg-color);
  }
  header nav.gyomu {
    background: var(--gyomu-bg-color);
  }
}
header nav a {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  header nav a {
    margin-left: 0;
  }
}


/*
Footer
---------------------------------------------*/
footer {
  display: flex;
  justify-content: space-between;
  padding: 30px calc(50% - 500px);
  font-size: 1.4rem;
  border-top: 8px solid #00665a;
}
footer > * {
  width: 500px;
}
footer h1 {
  display: flex;
  margin-bottom: 30px;
  font-size: 2rem;
  flex-direction: column;
}
footer h1 img {
  width: 250px;
}
footer h1 span {
}
footer dl {
  width: 430px;
  border-top: 1px solid #6f6f6f;
}
footer dt {
  float: left;
  padding-top: 10px;
}
footer dd {
  padding: 10px 0 10px 120px;
  border-bottom: 1px solid #6f6f6f;
}
footer ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
footer ul > * {
  margin: 0 20px 10px 0;
}
footer p {
  margin-bottom: 10px;
  font-size: 1.2rem;
}
footer.baisyo {
  border-color: var(--baisyo-color);
}
footer.gyomu {
  border-color: var(--gyomu-color);
}
@media screen and (max-width: 767px) {
  footer {
    display: block;
    padding: 3vw 5vw;
    font-size: 3.125vw;
    border-top: 2vw solid #00665a;
  }
  footer > * {
    width: auto;
    margin-bottom: 3vw;
  }
  footer h1 {
    margin-bottom: 3vw;
    font-size: 3.8vw;
    flex-direction: row;
    gap: 3vw;
  }
  footer h1 img {
    width: 40vw;
  }
  footer dl {
    width: auto;
    border-top: 0.2vw solid #6f6f6f;
  }
  footer dt {
    float: left;
    padding-top: 2vw;
  }
  footer dd {
    padding: 2vw 0 2vw 12vw;
    border-bottom: 0.2vw solid #6f6f6f;
  }
  footer ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  footer ul > * {
    margin: 0 3vw 2vw 0;
  }
  footer p {
    margin-bottom: 1vw;
    font-size: 2.8vw;
  }
}

/*
Main
---------------------------------------------*/
main {
  min-width: 1160px;
  font-size: 1.6rem;
  line-height: 1.6;
}
main a {
  color: #2d49c1;
}
main a.underline {
  text-decoration: underline;
  color: #000;
}
@media screen and (max-width: 767px) {
  main {
    min-width: auto;
    font-size: 3.75vw;
    line-height: 1.6;
  }
}


/*---------------
  Btn
---------------*/
.btn {
  position: relative;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 1;
}
.btn::before,
.btn::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
}
.btn.baisyo {
  width: 230px;
  padding: 20px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 9999px;
  background: var(--baisyo-color);
  box-shadow: 5px 5px 0 0 var(--baisyo-color);
}
.btn.gyomu {
  width: 230px;
  padding: 20px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 9999px;
  background: var(--gyomu-color);
  box-shadow: 5px 5px 0 0 var(--gyomu-color);
}
@media screen and (max-width: 767px) {
  .btn.baisyo {
    width: 39vw;
    padding: 4vw 2vw;
    font-size: 3.125vw;
    border: 0.4vw solid #fff;
    box-shadow: 1vw 1vw 0 0 var(--baisyo-color);
  }
  .btn.gyomu {
    width: 39vw;
    padding: 4vw 2vw;
    font-size: 3.125vw;
    border: 0.4vw solid #fff;
    box-shadow: 1vw 1vw 0 0 var(--gyomu-color);
  }
}


/*
  Text
------------------------------------------------------*/
.komeTxt {
  padding-left: 1em;
  text-indent: -1em;
}
.komeNumTxt {
  padding-left: 2.5em;
  text-indent: -2.5em;
}
.kakkoTxt {
  padding-left: 3em;
  text-indent: -3em;
}
.taR {
  text-align: right !important;
}
.taL {
  text-align: left !important;
}
.taC {
  text-align: center !important;
}
.fwN {
  font-weight: 400;
}
.fwB {
  font-weight: 700;
}
.fcRed {
  color: #fe4d5a;
}
.fcWhite {
  color: #fff;
}

/*
  List
------------------------------------------------------*/
ul,
ol {
  list-style: none;
}
.discList {
  list-style: none;
}
.discList > li {
  position: relative;
  padding-left: 1em;
}
.discList > li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}
.decimalList {
  margin-left: 1.5em;
  list-style: decimal !important;
}
.komeList {
  list-style: none;
  text-indent: 0;
}
.komeList > li {
  padding-left: 1em;
  text-indent: -1em;
}
.kakkoList {
  list-style: none;
  text-indent: 0;
}
.kakkoList > li {
  padding-left: 3em;
  text-indent: -3em;
}
.kakkoNumList {
  list-style: none;
  text-indent: 0;
}
.kakkoNumList > li {
  padding-left: 3.5em;
  text-indent: -3.5em;
}

/*
  Block
------------------------------------------------------*/
@media (min-width: 768px) {
  .flex {
    display: flex;
    flex-wrap: wrap;
  }
  .flex.space-between {
    justify-content: space-between;
  }
  .flex.justify-center {
    justify-content: center;
  }
  .flex.align-center {
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .spflex {
    display: flex;
    flex-wrap: wrap;
  }
  .spflex.space-between {
    justify-content: space-between;
  }
}


/*
  Table
------------------------------------------------------*/
table {
  width: 100%;
  border-collapse: collapse;
}


/*
  Title
------------------------------------------------------*/
.title00 {
  margin: 48px 0 70px;
  text-align: center;
}
.title00.baisyo {
  background: url("../image/top_bg01.webp") no-repeat 50% 0 / 1456px auto;
}
.title00.gyomu {
  background: url("../image/top_bg08.webp") no-repeat 50% 0 / 1456px auto;
}
.title00 img {
  width: 1160px;
}
@media screen and (max-width: 767px) {
  .title00 {
    margin: 4vw 0 7vw;
  }
  .title00.baisyo,
  .title00.gyomu {
    background: none;
  }
  .title00 img {
    width: 100%;
  }
}
.title01 {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .title01 {
    font-size: 5vw;
  }
}
.title02 {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .title02 {
    font-size: 5vw;
  }
}
.title03 {
  position: relative;
  margin: 50px auto 40px;
  text-align: center;
}
.title03 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 20px 50px;
  font-size: 2.4rem;
  line-height: 1;
  border-radius: 9999px;
  background: #fff;
}
.title03::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  content: "";
  background: rgba(255, 255, 255, .5);
}
.title03.baisyo {
  color: var(--baisyo-color);
}
.title03.gyomu {
  color: var(--gyomu-color);
}
@media screen and (max-width: 767px) {
  .title03 {
    margin: 5vw auto 4vw;
  }
  .title03 span {
    padding: 2vw 5vw;
    font-size: 5vw;
  }
  .title03::after {
    height: 0.2vw;
  }
}
.title04 {
  width: fit-content;
  margin: 0 auto 10px;
  padding: 5px 60px;
  font-size: 1.6rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .title04 {
    width: auto;
    margin: 0 auto 1vw;
    padding: 2vw 6vw;
    font-size: 3.75vw;;
    text-align: center;
  }
}
.title04.gyomu {
  background: var(--gyomu-color);
}
.title05 {
  margin: 50px 0 20px;
  padding: 10px 40px;
  font-size: 2rem;
  color: #fff;
  background: #006d61;
}
@media screen and (max-width: 767px) {
  .title05 {
    margin: 5vw 0 2vw;
    padding: 1vw 4vw;
    font-size: 4.375vw;
  }
}
.title06 {
  margin: 35px 0 10px;
  padding-bottom: 5px;
  font-size: 2rem;
  border-bottom: 2px solid #006d61;
}
@media screen and (max-width: 767px) {
  .title06 {
    margin: 4vw 0 3vw;
    padding-bottom: 1vw;
    font-size: 4.375vw;
    border-bottom: 0.4vw solid #006d61;
  }
}
.voice01.baisyo {
  position: relative;
  margin-bottom: 45px;
  padding: 0 0 80px;
  background: url("../image/top_bg02.webp") no-repeat 50% 100% / 1000px auto;
}
.voice01.baisyo::after {
  position: absolute;
  top: -55px;
  left: calc(50% + 385px);
  width: 70px;
  height: 79px;
  content: "";
  background: url("../image/top_bg03.svg") no-repeat;
}
@media screen and (max-width: 767px) {
  .voice01.baisyo {
    position: relative;
    margin-bottom: 4vw;
    padding: 0 17vw 11vw;
    background: url("../image/sp_top_bg02.webp") no-repeat 50% 100% / 90vw auto;
  }
  .voice01.baisyo::after {
    top: -18vw;
    left: 0;
    right: 0;
    margin: auto;
    width: 14vw;
    height: 16vw;
    background: url("../image/top_bg03.svg") no-repeat 0 0 / 14vw auto;
  }
}
.voice01.gyomu {
  position: relative;
  margin-bottom: 45px;
  padding: 0 0 80px;
  background: url("../image/top_bg05.webp") no-repeat 50% 100% / 1000px auto;
}
.voice01.gyomu::after {
  position: absolute;
  top: -55px;
  left: calc(50% + 385px);
  width: 70px;
  height: 79px;
  content: "";
  background: url("../image/top_bg06.svg") no-repeat;
}
@media screen and (max-width: 767px) {
  .voice01.gyomu {
    position: relative;
    margin-bottom: 4vw;
    padding: 0 17vw 11vw;
    background: url("../image/sp_top_bg05.webp") no-repeat 50% 100% / 90vw auto;
  }
  .voice01.gyomu::after {
    top: -18vw;
    left: 0;
    right: 0;
    margin: auto;
    width: 14vw;
    height: 16vw;
    background: url("../image/top_bg06.svg") no-repeat 0 0 / 14vw auto;
  }
}
.voice02 {
  position: relative;
  display: inline-block;
}
.voice02::before,
.voice02::after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 6px;
  height: 120px;
  margin: auto;
  content: "";
}
.voice02::before {
  left: -80px;
  transform: rotate(-30deg);
}
.voice02::after {
  right: -80px;
  transform: rotate(30deg);
}
@media screen and (max-width: 767px) {
  .voice02::before,
  .voice02::after {
    width: 1vw;
    height: 12vw;
  }
  .voice02::before {
    left: -8vw;
  }
  .voice02::after {
    right: -8vw;
  }
}
.voice02.baisyo::before,
.voice02.baisyo::after {
  background: var(--baisyo-color);
}
.voice02.gyomu::before,
.voice02.gyomu::after {
  background: var(--gyomu-color);
}
.people {
  position: relative;
  margin-bottom: 180px;
}
.people::after {
  position: absolute;
  right: 0;
  bottom: -130px;
  left: 0;
  width: 112px;
  height: 114px;
  margin: auto;
  content: "";
  background: url("../image/img07.svg") no-repeat;
}
@media screen and (max-width: 767px) {
  .people {
    margin-bottom: 30vw;
  }
  .people::after {
    bottom: -20vw;
    width: 18vw;
    height: 18vw;
    background: url("../image/img07.svg") no-repeat 0 0 / 18vw auto;
  }
}




/*
Top
---------------------------------------------*/
@media (min-width: 768px) {
}

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


.block01 {
  position: relative;
  z-index: 10;
  margin: 185px auto 0;
  padding-bottom: 80px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
@media screen and (max-width: 767px) {
  .block01 {
    margin: 26vw 0 0;
    padding-bottom: 8vw;
    border-bottom-right-radius: 4vw;
    border-bottom-left-radius: 4vw;
  }
}
.block01.baisyo {
  background: var(--baisyo-bg-color);
}
.block01.gyomu {
  background: var(--gyomu-bg-color);
}

.block02 {
  position: relative;
  z-index: 1;
  margin: -30px auto 95px;
  padding: 115px 0 10px;
}
.block02::after {
  position: absolute;
  top: 29px;
  right: 0;
  left: 0;
  width: 270px;
  height: 57px;
  margin: auto;
  content: "";
}
@media screen and (max-width: 767px) {
  .block02 {
    margin: -3vw auto 10vw;
    padding: 11vw 0 1vw;
  }
  .block02::after {
    position: absolute;
    top: 2vw;
    right: 0;
    left: 0;
    width: 27vw;
    height: 6vw;
    margin: auto;
    content: "";
  }
}
.block02.baisyo {
  background: var(--baisyo-color);
}
.block02.baisyo::after {
  background: url("../image/top_bg04.webp") no-repeat 50% 0% / auto 100%;
}
.block02.gyomu {
  background: var(--gyomu-color);
}
.block02.gyomu::after {
  background: url("../image/top_bg07.webp") no-repeat 50% 0% / auto 100%;
}

.block03 {
  width: 1160px;
  margin: 60px auto;
  padding: 40px;
}
.block03.baisyo {
  border: 1px solid var(--baisyo-color);
}
@media screen and (max-width: 767px) {
  .block03 {
    width: 90vw;
    margin: 6vw auto;
    padding: 4vw;
  }
}

.block04 {
  width: 1160px;
  margin: -50px auto 60px;
}
@media screen and (max-width: 767px) {
  .block04 {
    width: 90vw;
    margin: -4vw auto 8vw;
  }
}


.roundBlock {
  position: relative;
  width: 1160px;
  margin: 0 auto 70px;
  padding: 60px 40px 20px;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .roundBlock {
    width: 92vw;
    margin: 0 auto 7vw;
    padding: 8vw 4vw 2vw;
    border-radius: 2vw;
  }
}
.roundBlock-title {
  transform: translateY(-80px);
  width: fit-content;
  margin: 0 auto -50px;
  padding: 10px 60px;
  text-align: center;
  font-size: 2.4rem;
  color: #fff;
  border-radius: 9999px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .roundBlock-title {
    transform: translateY(-11vw);
    margin: 0 auto -8vw;
    padding: 1vw 6vw;
    font-size: 5vw;
  }
}
.roundBlock-cont {
  margin-bottom: 20px;
  padding: 20px 120px 40px;
  border-radius: 20px;
  background: #fff;
}
.roundBlock-cont2 {
  margin-bottom: 20px;
  padding: 20px 40px 40px;
  border-radius: 20px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .roundBlock-cont,
  .roundBlock-cont2 {
    margin-bottom: 2vw;
    padding: 5vw;
    border-radius: 2vw;
    background: #fff;
  }
}
.roundBlock.baisyo {
  background: var(--baisyo-bg-color);
}
.roundBlock-title.baisyo {
  background: var(--baisyo-color);
}
.roundBlock.gyomu {
  background: var(--gyomu-bg-color);
}
.roundBlock-title.gyomu {
  background: var(--gyomu-color);
}

.jobTable {
  margin: 15px 0;
}
.jobTable th {
  width: 160px;
  padding: 30px;
  vertical-align: top;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  background: var(--baisyo-color);
}
.jobTable td {
  padding: 30px;
  vertical-align: middle;
  font-size: 1.8rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .jobTable {
    margin: 2vw 0;
  }
  .jobTable th,
  .jobTable td {
    display: block;
    width: auto;
    padding: 3vw;
    font-size: 3.75vw;
  }
}

.jobBox {
  margin-top: 20px;
  padding: 20px;
  border-radius: 20px;
  background: #fff7e0;
}
.jobBox-title {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 2px solid var(--baisyo-color);
}
.jobBox-cont {
  font-size: 1.6rem;
  font-weight: 400;
}
.jobBox-cont li {
  width: 400px;
  padding-right: 1em;
}
@media screen and (max-width: 767px) {
  .jobBox {
    margin-top: 2vw;
    padding: 2vw;
    border-radius: 2vw;
  }
  .jobBox-title {
    margin-bottom: 1vw;
    padding-bottom: 1vw;
    border-bottom: 0.4vw solid var(--baisyo-color);
  }
  .jobBox-cont {
    font-size: 3.75vw;
  }
  .jobBox-cont li {
    width: auto;
    padding-right: 0;
  }
}

.notice {
  font-size: 1.2rem;
  font-weight: 400 !important;
}
@media screen and (max-width: 767px) {
  .notice {
    font-size: 2.8vw;
  }
}

.caseList {
  width: 1160px;
  margin: 0 auto;
}
.caseList.col4 > * {
  width: 260px;
}
.caseList.col3 > * {
  width: 360px;
}
@media screen and (max-width: 767px) {
  .caseList {
    width: 90vw;
    margin: 0 auto;
  }
  .caseList.col4 > *,
  .caseList.col3 > * {
    width: auto;
    margin: 10vw 0 0;
  }
}

.caseBox {
  position: relative;
  padding: 30px 15px 15px;
  border-radius: 20px;
  background: #fff;
}
.caseBox-title {
  position: absolute;
  top: -20px;
  right: 0;
  left: 0;
  width: fit-content;
  margin: auto;
  padding: 5px 30px 10px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  border-radius: 9999px;
}
.caseBox-img {
  text-align: center;
}
.caseBox-text {
  margin-top: 20px;
}
.caseBox-price {
  margin-top: 10px;
  padding: 5px 5px 10px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  color: #fe4d5a;
  border-radius: 10px;
  background: #fff7e0;
}
.caseBox-title.baisyo {
  background: var(--baisyo-color);
}
.caseBox-title.gyomu {
  background: var(--gyomu-color);
}
@media screen and (max-width: 767px) {
  .caseBox {
    padding: 5vw 3vw 3vw;
    border-radius: 2vw;
  }
  .caseBox-title {
    top: -4vw;
    padding: 1vw 5vw 2vw;
    font-size: 4vw;
  }
  .caseBox-text {
    margin-top: 2vw;
  }
  .caseBox-price {
    margin-top: 2vw;
    padding: 1vw 1vw 2vw;
    font-size: 5vw;
    border-radius: 1vw;
  }
}


.serviceBox {
  padding: 15px 5px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  border-radius: 30px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .serviceBox {
    font-size: 5vw;
  }
}
.serviceBox.baisyo {
  color: var(--baisyo-color);
  box-shadow: 0 7px 0 0 var(--baisyo-color);
}
.serviceBox.gyomu {
  color: var(--gyomu-color);
  box-shadow: 0 7px 0 0 var(--gyomu-color);
}
.serviceBox-img {
  height: 75px;
  text-align: center;
}
.serviceBox-text {
  margin-top: 20px;
  text-align: center;
}
.col3baisyo > * {
  width: 260px;
}
.col3gyomu > * {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .col3baisyo > *,
  .col3gyomu > * {
    width: 70vw;
    margin: 5vw auto;
  }
}

.is-accordion {
  width: 1160px;
  margin: 30px auto;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .is-accordion {
    width: 90vw;
    margin: 5vw auto;
    border-radius: 2vw;
  }
}
.is-head {
  position: relative;
  padding: 30px;
  cursor: pointer;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.is-head::before {
  position: absolute;
  bottom: 0;
  left: 200px;
  width: 150px;
  height: 120px;
  content: "";
  background: #333;
}
.is-head::after {
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  width: 40px;
  height: 40px;
  margin: auto;
  content: "";
  background: url("../image/icon_open.svg");
}
.is-head.is-open::after {
  background: url("../image/icon_close.svg");
}
@media screen and (max-width: 767px) {
  .is-head {
    padding: 3vw;
    font-size: 5vw;
    border-top-left-radius: 2vw;
    border-top-right-radius: 2vw;
  }
  .is-head::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 15vw;
    height: 15vw;
    content: "";
    background: #333;
  }
  .is-head::after {
    right: 4vw;
    width: 4vw;
    height: 4vw;
    background: url("../image/icon_open.svg") no-repeat 0 0 / 4vw auto;
  }
  .is-head.is-open::after {
    background: url("../image/icon_close.svg") no-repeat 0 0 / 4vw auto;;
  }
}
.is-body {
  padding: 30px 40px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .is-body {
    padding: 3vw 4vw;
    border-bottom-right-radius: 2vw;
    border-bottom-left-radius: 2vw;
  }
}
.is-body table {
  margin: 15px 0;
}
.is-body table th,
.is-body table td {
  padding: 10px;
  border: 1px solid #1a1a1a;
}
.is-body table th[scope="col"] {
  height: 50px;
  padding: 0 10px;
  text-align: left;
  vertical-align: middle;
  line-height: 1.2;
  color: #fff;
}
.is-body table th[scope="row"] {
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .is-body table {
    margin: 2vw 0;
  }
  .is-body table th,
  .is-body table td {
    padding: 1vw;
    border: 0.2vw solid #1a1a1a;
  }
  .is-body table th[scope="col"] {
    padding: 1vw 2vw;
  }
}
.is-head.basic {
  background: #2a998a;
}
.is-head.basic::before {
  background: url("../image/img05.svg") no-repeat 100% 100%;
}
@media screen and (max-width: 767px) {
  .is-head.basic::before {
    background: url("../image/img05.svg") no-repeat 100% 100% / 15vw auto;
  }
}
.is-head.auto {
  background: #6e75b8;
}
.is-head.auto::before {
  background: url("../image/img10.svg") no-repeat 100% 100%;
}
@media screen and (max-width: 767px) {
  .is-head.auto::before {
    background: url("../image/img10.svg") no-repeat 100% 100% / 15vw auto;
  }
}
.is-head.option {
  background: #998d2a;
}
.is-head.option::before {
  background: url("../image/img06.svg") no-repeat 100% 100%;
}
@media screen and (max-width: 767px) {
  .is-head.option::before {
    background: url("../image/img06.svg") no-repeat 100% 100% / 15vw auto;
  }
  .is-body .js-scrollable {
    width: 190vw;
  }
}
.is-body table.basic th[scope="col"] {
  background: #2a998a;
}
.is-body table.basic th[scope="row"] {
  background: #e1f0ee;
}
.is-body table.auto th[scope="col"] {
  background: #6e75b8;
}
.is-body table.auto th[scope="row"] {
  background: #d1d5f8;
}
.is-body table.option th[scope="col"] {
  background: #998d2a;
}
.is-body table.option th[scope="row"] {
  background: #f4f1d9;
}


/*
Form
---------------------------------------------*/
.formBlock {
  padding: 65px calc(50% - 500px) 120px;
  border-top: 5px solid #00665a;
}
.formBlock table {
  margin: 20px 0;
}
.formBlock table th {
  padding: 10px;
  text-align: left;
  vertical-align: middle;
  border: solid #aaa;
  border-width: 1px 0 1px 1px;
  background: #f5f5f5;
}
.formBlock table td {
  padding: 10px;
  border: solid #aaa;
  border-width: 1px 1px 1px 0;
}
.formBlock dl {
  border-top: 1px solid #aaa;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.formBlock dt {
  width: 360px;
}
.formBlock dd {
  width: 370px;
}
.formBlock .required {
  margin-right: 6px;
  padding: 2px 10px;
  font-size: 1.2rem;
  line-height: 1;
  color: #fff;
  background: #006d61;
}
.formBlock .optional {
  margin-right: 6px;
  padding: 2px 10px;
  font-size: 1.2rem;
  line-height: 1;
  color: #fff;
  background: #8d8a8a;
}
.formBlock .telBox {
  margin: 30px 0;
  padding: 30px 40px;
  background: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .formBlock {
    padding: 6vw 5vw 12vw;
    border-top: 1vw solid #00665a;
  }
  .formBlock table {
    margin: 2vw 0;
  }
  .formBlock table th {
    padding: 3vw 5vw;
    border-width: 1px 1px 0;
    margin-top: -1px;
    display: block;
  }
  .formBlock table td {
    padding: 3vw 5vw;
    border: solid #aaa;
    border-width: 0 1px 1px;
    display: block;
  }
  .formBlock dl {
    border-top: 0.2vw solid #aaa;
    padding: 2vw 0;
    display: block;
  }
  .formBlock dt {
    width: auto;
  }
  .formBlock dd {
    width: auto;
  }
  .formBlock .required {
    margin-right: 2vw;
    padding: 1vw 3vw;
    font-size: 2.8vw;
  }
  .formBlock .optional {
    margin-right: 2vw;
    padding: 1vw 3vw;
    font-size: 2.8vw;
  }
  .formBlock .telBox {
    margin: 5vw 0;
    padding: 5vw;
  }
}
form input[type="text"],
form input[type="tel"],
form input[type="email"],
form input[type="url"],
form textarea {
  margin: .1em;
  padding: .2em .6em;
  border: 1px solid #ccc;
  background: #fff;
}
form input.widthL {
  width: 340px;
}
form textarea {
  width: 100%;
  height: 8em;
}
form label {
  display: inline-block;
  margin-right: .6em;
}
form .btnBlock {
  margin: 40px 0;
  text-align: center;
}
form .btnBlock .next,
form .btnBlock .back {
  margin: 0 10px;
  position: relative; 
}
form .btnBlock .next::after,
form .btnBlock .back::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 23px;
  background: url("../image/icon_next.svg") no-repeat;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}
form .btnBlock .next::after {
  right: 40px;
}
form .btnBlock .back::after {
  left: 40px;
  transform: rotate(180deg);
}
form .btnBlock input,
form .btnBlock .btn.arrowL,
form .btnBlock .btn.arrowR {
  font-size: 2.6rem;
  font-weight: 500;
  color: #fff;
  background: #00665a;
  padding: 30px 80px;
  border-radius: 9999px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
}

.formBlock table td.industory_cell{
  padding: 20px;
}
.formBlock .industry_radio_area{
  padding-top: 20px;
}
.formBlock .industory_detail{
  padding: 5px 0;
  font-size: 13px;
}
form .ttl{
  font-weight: bold;
  font-size: 14px;
  display: flex;
  align-items: center;
  margin: 10px 0 5px 0;
}
form .ttl img{
  width: 16px;
  margin-right: 5px;
}
form .detail_sales{
  background: #f2f2f2;
  border-radius: 5px;
  font-size: 13px;
  margin-top: 5px;
  padding: 10px;
}


@media screen and (max-width: 767px) {
  form input.widthL {
    width: 80vw;
  }
  form select {
    max-width: 80vw;
  }
  form .btnBlock {
    margin: 4vw 0;
  }
  form .btnBlock .next,
  form .btnBlock .back {
    margin: 1vw 0;
  }
  form .btnBlock .next::after,
  form .btnBlock .back::after {
    width: 2vw;
    height: 3.75vw;
    background: url("../image/icon_next.svg") no-repeat 0 50% / auto 4vw;
  }
  form .btnBlock .next::after {
    right: 4vw;
  }
  form .btnBlock .back::after {
    left: 4vw;
  }
  form .btnBlock input {
    font-size: 4vw;
    padding: 4vw 8vw;
  }
}

.showBlock,
.gyomuQuestion {
  display: none;
}

.announceBox {
  background: #f5f5f5;
  padding: 30px 40px;
}
.announceBox-title {
  font-weight: 700;
  margin-bottom: 10px;
}
.announceBox-title::before {
  content: "■";
  color: #006d61;
}
.announceBox-title2 {
  font-weight: 700;
  margin-bottom: 10px;
}
.announceBox-cont {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  margin: 20px 0;
}
.announceBox-cont ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
  font-weight: 400;
}
.announceBox-cont li {
  width: 33%;
  padding-right: 1em;
}
@media screen and (max-width: 767px) {
  .announceBox {
    padding: 3vw 4vw;
  }
  .announceBox-title {
    margin-bottom: 1vw;
  }
  .announceBox-title2 {
    margin-bottom: 1vw;
  }
  .announceBox-cont {
    padding: 2vw;
    border-radius: 1vw;
    margin: 2vw 0;
  }
  .announceBox-cont ul {
    font-size: 3.125vw;
  }
  .announceBox-cont li {
    width: 100%;
  }
}


/*
margin & font
---------------------------------------------*/
@media (min-width: 768px) {
  .mt0 { margin-top: 0; }
  .mt10 { margin-top: 10px; }
  .mt20 { margin-top: 20px; }
  .mt30 { margin-top: 30px; }
  .mt40 { margin-top: 40px; }
  .mt50 { margin-top: 50px; }
  .mt60 { margin-top: 60px; }
  .mt70 { margin-top: 70px; }
  .mt80 { margin-top: 80px; }
  .mt90 { margin-top: 90px; }
  .mt100 { margin-top: 100px; }
  .mb0 { margin-bottom: 0; }
  .mb10 { margin-bottom: 10px; }
  .mb20 { margin-bottom: 20px; }
  .mb30 { margin-bottom: 30px; }
  .mb40 { margin-bottom: 40px; }
  .mb50 { margin-bottom: 50px; }
  .mb60 { margin-bottom: 60px; }
  .mb70 { margin-bottom: 70px; }
  .mb80 { margin-bottom: 80px; }
  .mb90 { margin-bottom: 90px; }
  .mb100 { margin-bottom: 100px; }
  .fs12 { font-size: 1.2rem; }
  .fs14 { font-size: 1.4rem; }
  .fs16 { font-size: 1.6rem; }
  .fs18 { font-size: 1.8rem; }
  .fs20 { font-size: 2.0rem; }
  .fs22 { font-size: 2.2rem; }
  .fs24 { font-size: 2.4rem; }
  .fs26 { font-size: 2.6rem; }
  .fs28 { font-size: 2.8rem; }
  .fs34 { font-size: 3.4rem; }
  .fs36 { font-size: 3.4rem; }
  .fs40 { font-size: 4.0rem; }
  .lh12 { line-height: 1.2; }
}
@media screen and (max-width: 767px) {
  .mt0 { margin-top: 0; }
  .mt10 { margin-top: 1vw; }
  .mt20 { margin-top: 2vw; }
  .mt30 { margin-top: 3vw; }
  .mt40 { margin-top: 4vw; }
  .mt50 { margin-top: 5vw; }
  .mt60 { margin-top: 6vw; }
  .mt70 { margin-top: 7vw; }
  .mt80 { margin-top: 8vw; }
  .mt90 { margin-top: 9vw; }
  .mt100 { margin-top: 10vw; }
  .mb0 { margin-bottom: 0; }
  .mb10 { margin-bottom: 1vw; }
  .mb20 { margin-bottom: 2vw; }
  .mb30 { margin-bottom: 3vw; }
  .mb40 { margin-bottom: 4vw; }
  .mb50 { margin-bottom: 5vw; }
  .mb60 { margin-bottom: 6vw; }
  .mb70 { margin-bottom: 7vw; }
  .mb80 { margin-bottom: 8vw; }
  .mb90 { margin-bottom: 9vw; }
  .mb100 { margin-bottom: 10vw; }
  .fs12 { font-size: 3.125vw; }
  .fs14 { font-size: 3.4375vw; }
  .fs16 { font-size: 3.75vw; }
  .fs18 { font-size: 4.0625vw; }
  .fs20 { font-size: 4.375vw; }
  .fs22 { font-size: 4.6875vw; }
  .fs24 { font-size: 5vw; }
  .fs26 { font-size: 5.3125vw; }
  .fs28 { font-size: 5.625vw; }
  .fs30 { font-size: 5.9375vw; }
  .fs32 { font-size: 6.25vw; }
  .fs34 { font-size: 6.5625vw; }
  .fs36 { font-size: 6.875vw; }
  .fs40 { font-size: 7.5vw; }
  .w10 { width: 10%; }
  .w20 { width: 20%; }
  .w30 { width: 30%; }
  .w40 { width: 40%; }
  .w50 { width: 50%; }
  .w60 { width: 60%; }
  .w70 { width: 70%; }
  .w80 { width: 80%; }
  .w90 { width: 90%; }
  .w100 { width: 100%; }
}


/*-----------------------------------------------------

フォーム共通：エラーメッセージ

------------------------------------------------------*/
.error-list {
  font-size: 14px;
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  padding: 15px 15px 15px 30px;
  margin: 20px 0;
  border: 1px solid transparent;
  border-radius: 4px;
}
.error-list li {
  margin-bottom: 3px;
  list-style-type: disc;
}
.error-list li:last-child {
  margin-bottom: 0;
}

[v-cloak]{display:none;}

/*-----------------------------------------------------

PDFダウンロードページ

------------------------------------------------------*/
.pdfDlBox_inner{
  display: flex;
  justify-content: center;
  gap: 40px;
  margin: 20px 0 0;
}
.pdfDlBox_item{
  width: 265px;
  text-align: center;
}
.pdfDlBox_item .itemImg{
  width: 210px;
  margin: 0 auto;
}
.pdfDlBox_item .itemImg,
.pdfDlBox_item .itemBtn{
  margin-top: 24px;
}
.pdfDlBtn{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 265px;
  margin: 0 auto;
  padding: 15px 28px 15px 72px;
  border-radius: 10px;
  background: #00665a;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}
.pdfDlBtn::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  display: block;
  width: 42px;
  height: 42px;
  background: url(/assets/image/icon_pdf-w.webp);
  background-size: contain;
}
@media (max-width: 768px) {
  .pdfDlBox_inner{
    flex-direction: column;
  }
  .pdfDlBox_item{
    width: 100%;
  }
}


