@charset "UTF-8";

/* reset */
abbr,address,article,aside,audio,b,blockquote,body,body div,caption,cite,code,dd,del,dfn,dl,dt,em,fieldset,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video {
  margin: 0;
  padding: 0;
  background: 0 0;
  border: 0;
  vertical-align: baseline;
  font-size: 100%;
}
article,aside,figure,footer,header,hgroup,nav,section {
  display: block;
}
embed,img,object {
  max-width: 100%;
}
html {
  overflow-y: scroll;
}
ul,li,ol {
  list-style: none;
  font-size: 14px;
}
a {
  margin: 0;
  padding: 0;
  background: 0 0;
  vertical-align: baseline;
  font-size: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a:active,a:hover {
  outline: 0;
}
sub,sup {
  position: relative;
  line-height: 0;
  font-size: 85%;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  vertical-align: bottom;
}
*,::after,::before {
  box-sizing: border-box;
}
button {
  outline: none;
  border: 0;
}

/******************************
base
******************************/
html {
  font-size: 62.5%;
}
body {
  line-height: 1.5;
  font-family: "Noto Sans JP","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  font-size-adjust: none;
  color: #111;
  -webkit-text-size-adjust: 100%;
}
body,html {
  min-height: 100%;
}
body {
  width: 100%;
  min-width: 960px;
  min-height: 100vh;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
a {
  color: #111;
  text-decoration: none;
  cursor: pointer;
}
a:visited {
  color: #111;
}
a:active,a:hover {
  color: #69A9AC;
  text-decoration: underline;
}
a:focus {
  color: #69A9AC;
}
#content-area {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 100vh;
}
#content-area > .inner {
  flex: 1 1 auto;
  position: relative;
  width: 100%;
}
#header-content {
  background: #fff;
  /* border-bottom: 1px solid #DDD; */
}
#header-content .header-logo {
  display: flex;
  width: 100%;
}
#header-content .header-logo > .inner {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  min-height: 70px;
  margin: auto;
  padding: 0 20px;
}
.section-main {
  padding-top: 54px;
  padding-bottom: 67px;
}
.content-block01 {
  width: 100%;
  max-width: 750px;
  margin: auto;
}
.content-block02 {
  width: 100%;
  max-width: 670px;
  margin: auto;
}
.content-block03 {
  width: 100%;
  max-width: 710px;
  margin: 0 0 0 auto;
}
.w_100 {
  width: 100%;
}
.main-area {
  color: #000;
}

/* SP STYLES */
@media screen and (max-width: 767px) {
  body {
    min-width: 0;
  }
  .section-main {
    padding-top: 30px;
  }
  .content-block01,
  .content-block02,
  .content-block03 {
    width: 100%;
    margin: auto;
    padding: 0 5.33vw;
  }
  .content-block03 {
    padding-left: calc(18px + 5.33vw);
  }
  img {
    max-width: 100%;
    height: auto;
  }
}

/******************************
General
******************************/
._pc-content {
  display: block !important;
}
._sp-content {
  display: none !important;
}
._t-center {
  text-align: center !important;
}
._t-right {
  text-align: right !important;
}
._t-bold {
  font-weight: 700 !important;
}
._mt00 {
  margin-top: 0 !important;
}
._mt20 {
  margin-top: 20px !important;
}
._mt40 {
  margin-top: 40px !important;
}
._mt48 {
  margin-top: 48px !important;
}
._ml00 {
  margin-left: 0  !important;
}
._pt20 {
  padding-top: 20px !important;
}
._pt50 {
  padding-top: 50px !important;
}
._pb50 {
  padding-bottom: 50px !important;
}
._bg-blue {
  background-color: #C7DAE5;
}
._bg-white {
  background-color: #fff  !important;
}

/* SP STYLES */
@media screen and (max-width: 767px) {
  ._pc-content {
    display: none !important;
  }
  ._sp-content {
    display: block !important;
  }
  ._sp-mt30 {
    margin-top: 30px !important;
  }
}

/******************************
Title
******************************/
.title01 {
  padding: 8px 18px;
  background: rgba(105, 169, 172, 0.07);
  color: #139CA2;
  font-size: 2.3rem;
  font-weight: 700;
}
.title01 > .inner {
  display: block;
  padding-left: 26px;
  position: relative;
}
.title01 > .inner > .mark {
  position: absolute;
  left: 0;
}
.title02 {
  padding-bottom: 16px;
  color: #139CA2;
  border-bottom: 1px solid #139CA2;
  font-size: 2.2rem;
  font-weight: 700;
}
.title02 > .inner > .mark {
  margin-right: 8px;
}
.title03 {
  padding-left: 18px;
  position: relative;
  color: #007378;
  font-size: 1.5rem;
}
.title03 ::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #007378;
  position: absolute;
  left: 0;
  top: calc(0.5em - 2px);
}

/* SP STYLES */
@media screen and (max-width: 767px) {
  .title01 {
    margin: 0 5.33vw;
    padding: 8px 18px;
    font-size: 2.2rem;
  }
  .title01 > .inner {
    display: inline-block;
    position: relative;
    padding-left: 26px;
  }
  .title01 > .inner > .mark {
    position: absolute;
    left: 0;
    top: 0;
  }
  .title02 {
    font-size: 2.0rem;
  }
  .title02 > .inner {
    display: block;
    padding-left: 35px;
    position: relative;
  }
  .title02 > .inner > .mark {
    margin-right: 0;
    position: absolute;
    left: 0;
  }
}

/******************************
Cv
******************************/
.cv-block01 {
  width: 100%;
  max-width: 750px;
  margin: 70px auto 0;
  border: 1px solid #22B94F;
  text-align: center;
}
.cv-block01 > .inner {
  padding: 30px;
}
.cv-block01 .txt01 {
  color: #099533;
  font-size: 2.4rem;
  font-weight: 500;
}
.cv-block01 .col-box {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.cv-block01 .col-box > .box {
  width: calc(50% - 10px);
  padding: 40px 30px 28px;
  background: rgba(239, 239, 239, 0.5);
}
.cv-block01 .btn {
  display: block;
  width: 100%;
  padding: 11px 0;
  background: linear-gradient(180deg, rgb(16, 157, 58) 0%, rgb(16, 157, 58) 50%, rgb(9, 149, 51) 50%, rgb(9, 149, 51) 100%);
  border-radius: 6px;
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 500;
  transition-duration: 0.4s;
  text-decoration: none;
}
.cv-block01 .btn:hover {
  text-decoration: none;
  opacity: 0.8;
}
.cv-block02 {
  width: 100%;
  max-width: 750px;
  text-align: center;
}
.cv-block02 .col-box > .box {
  padding: 40px 30px 28px;
  background: rgba(239, 239, 239, 0.5);
}
.cv-block02 .btn {
  display:inline-block;
  padding: 25px 100px;
  background: #007abe;
  border-radius: 6px;
  color: #FFF;
  font-size: 2.4rem;
  font-weight: 500;
  transition-duration: 0.4s;
  text-decoration: none;
}
.cv-block02 .btn:hover {
  text-decoration: none;
  opacity: 0.8;
}


/* SP STYLES */
@media screen and (max-width: 767px) {
  .cv-block01 {
    width: calc(100% - 10.66vw);
    margin-top: 50px;
  }
  .cv-block01 > .inner {
    padding: 20px 18px;
  }
  .cv-block01 .txt01 {
    font-size: 2.2rem;
  }
  .cv-block01 .col-box {
    display: block;
  }
  .cv-block01 .col-box > .box {
    width: 100%;
    padding: 20px 20px 10px;
  }
  .cv-block01 .col-box > .box + .box {
    margin-top: 16px;
  }
  .cv-block01 .btn {
    font-size: 1.6rem;
  }
  .cv-block02 .col-box {
    display: block;
  }
  .cv-block02 .col-box > .box {
    width: 100%;
    padding: 20px 20px 10px;
  }
  .cv-block02 .col-box > .box + .box {
    margin-top: 16px;
  }
  .cv-block02 .btn {
    padding: 25px 80px;
    font-size: 2rem;
  }
}

/******************************
img-block
******************************/
.img-block01 {
  margin-top: 20px;
  text-align: center;
}
.img-block01 > a {
  display: inline-block;
  transition-duration: 0.4s;
}
.img-block01 > a:hover {
  opacity: 0.8;
}
.img-block02 {
  display: flex;
}
.img-block02 > .text {
  padding-right: 20px;
  flex: 1;
}

/* SP STYLES */
@media screen and (max-width: 767px) {
  .img-block02 {
    flex-flow: column-reverse wrap;
  }
  .img-block02 > .text {
    margin-top: 20px;
    padding: 0;
  }
  .img-block02 > .img {
    text-align: center;
  }
}

/******************************
.scroll-wrap
******************************/
.scroll-wrap {
  position: relative;
}
.scroll-wrap > .full {
  max-width: none;
}

/* SP STYLES */
@media screen and (max-width: 767px) {
  .scroll-wrap {
    padding-bottom: 10px;
    overflow-x: auto;
  }
}

/******************************
page-top
******************************/
.page-top {
  position: fixed;
  z-index: 9999;
  right: 20px;
  bottom: 20px;
  display: none;
  width: 40px;
  height: 30px;
  background: rgba(0, 0, 0, 0.7);
  transition-duration: 0.4s;
}
.page-top::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: 2px solid #FFF;
  border-right: 0;
  border-top: 0;
  transform: translate(-50%, -50%) rotate(135deg);
  position: absolute;
  left: 50%;
  top: 50%;
}
.page-top:hover {
  opacity: 0.7;
  cursor: pointer;
}

/******************************
list-notice01
******************************/
.list-notice01 {
  margin-top: 10px;
  font-size: 1.3rem;
}
.list-notice01 > .item {
  position: relative;
  padding-left: calc(1em + 5px);
}
.list-notice01 > .item > .mark {
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  text-align: right;
}
.list-notice02 {
  margin-top: 10px;
  font-size: 1.3rem;
}
.list-notice02 > .item > .mark {
  margin-right: 5px;
}
.list-notice03 {
  margin-top: 10px;
  font-size: 1.5rem;
}
.list-notice03 > .item > .mark {
  margin-right: 5px;
}

/******************************
list-circle01
******************************/
.title03 + .list-circle01 {
  margin-top: 16px;
}
.list-circle01 > .item {
  position: relative;
  padding-left: 1.2em;
}
.list-circle01 > .item:not(:first-child) {
  margin-top: 8px;
}
.list-circle01 > .item::before {
  content: "・";
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0;
  margin-top: -0.5em;
}

/******************************
list-num01
******************************/
.list-num01 {
  margin-top: 16px;
}
.list-num01 > .item {
  padding-left: 1.5em;
  position: relative;
}
.list-num01 > .item:not(:first-child) {
  margin-top: 4px;
}
.list-num01 > .item .mark {
  position: absolute;
  top: 0.5em;
  left: 0;
  margin-top: -0.5em;
}

/******************************
block
******************************/
.content-section01 {
  width: 100%;
  max-width: 750px;
  margin: 70px auto 0;
}
.content-section01 a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.content-section01 a:hover {
  text-decoration: none;
}
.content-section02 {
  margin-top: 30px;
}
.content-section03 {
  margin-top: 20px;
}
.content-section-overview {
  width: 100%;
  max-width: 750px;
  margin: 70px auto 0;
}

/* SP STYLES */
@media screen and (max-width: 767px) {
  .content-section01 {
    width: 100%;
    margin-top: 50px;
  }
  .content-section02 {
    margin-top: 26px;
  }
  ._w85 {
    width: 85% !important;
  }
}

/******************************
text
******************************/
.text-block01 {
  line-height: 1.57;
}
.text-block01 > p {
  margin-top: 16px;
}
.text-block01 .dl {
  margin-top: 16px;
}
.text-block01 .dl > .dt {
  font-size: 1.5rem;
  font-weight: 700;
}
.text-block01 .dl > .dd {
  margin-top: 10px;
}
.text-date {
  margin-top: 20px;
  font-size: 1.5rem;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .text-date {
    margin-top: 10px;
    font-size: 1.3rem;
  }
}

/******************************
.page-contents
******************************/
.page-contents {
  margin-top: 30px;
}
.page-contents > .inner {
  padding: 30px 30px 20px;
  border: 2px solid #69A9AC;
  border-radius: 10px;
}
.page-contents .dl > .dt {
  padding-bottom: 31px;
  font-size: 2.0rem;
  font-weight: 500;
  text-align: center;
  position: relative;
}
.page-contents .dl > .dt::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #DDD, #DDD 2px, transparent 2px, transparent 4px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
}
.page-contents .dl > .dd {
  padding-top: 10px;
  font-size: 1.6rem;
}
.page-contents .list-num01 {
  margin-top: 0;
}
.page-contents .list-num01 > .item {
  margin-top: 10px;
}
.page-contents .list-num01 .item a {
  display: block;
  padding-right: 24px;
}
.page-contents .list-num01 .item a::after {
  content: "";
  display: block;
  color: #69A9AC;
  width: 8px;
  height: 8px;
  border: 2px solid #69A9AC;
  border-left: 0;
  border-bottom: 0;
  transform: translateY(-50%) rotate(135deg);
  position: absolute;
  right: 0;
  top: calc(1em - 4px);
}
.page-contents .list-num01 > .item > .child > .title {
  position: relative;
}
.page-contents .list-num01 > .item > .child > .title .mark {
  left: -1.2em;
}

/* SP STYLES */
@media screen and (max-width: 767px) {
  .page-contents > .inner {
    padding: 20px 18px;
  }
  .page-contents .dl > .dt {
    padding-bottom: 20px;
  }
}

/******************************
list-box
******************************/
.list-box {
  margin-top: 30px;
  background: #EFEFEF;
  border-radius: 10px;
}
.list-box > .inner {
  padding: 36px 30px;
}
.list-box .list-num02 > .item:not(:first-child) {
  margin-top: 20px;
}
.list-box .list-num02 > .item > .child > .title {
  padding-left: 22px;
  position: relative;
  font-weight: 700;
}
.list-box .list-num02 > .item > .child > .title > .mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  content: "";
  background: #333;
  border-radius: 50%;
  color: #FFF;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  left: 0;
  top: calc(1em - 8px);
}
.list-box .list-num02 > .item > .child > .detail {
  margin-top: 16px;
  padding-left: 16px;
}

/* SP STYLES */
@media screen and (max-width: 767px) {
  .list-box > .inner {
    padding: 30px 24px;
  }
}

/******************************
.lp-quote
******************************/
.lp-quote {
  font-family: Montserrat, Noto Sans JP, sans-serif;
  width: 100%;
  max-width: 750px;
  margin: 70px auto 0;
}
.lp-quote h2,
.lp-quote h3 {
  font-weight: 500 !important;
}
.lp-quote .fr-alternate-rows td {
  vertical-align: middle;
}
.lp-quote img {
  display: inline-block;
}
.lp-quote b, .lp-quote strong {
  font-weight: bolder;
}
.lp-quote .ant-card-body {
  padding: 30px;
  border: 1px solid #F0F0F0;
}
.lp-quote .main img {
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}
.lp-quote .service-detail .top {
  height: auto;
  overflow: hidden;
}
.lp-quote .service-detail .top .img {
  position: relative;
  float: left;
  width: 115px;
  height: 65px;
  overflow: hidden;
  line-height: 65px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 6px;
}
.lp-quote .service-detail .top .img img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  transform: translateY(-50%);
}
.lp-quote .service-detail .top .text {
  float: right;
  width: calc(100% - 135px);
}
.lp-quote .service-detail .top .name {
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  word-wrap: break-word;
  word-break: break-all;
}
.lp-quote .service-detail .top p {
  margin-top: 3px;
  margin-bottom: 0;
  color: #666;
  font-size: 14px;
  word-wrap: break-word;
  word-break: break-all;
}
.lp-quote .service-detail .top .tags_box {
  width: 100%;
  height: auto;
  margin-top: 10px;
}
.lp-quote .service-detail .top .tags_box .tag {
  display: inline-block;
  margin: 0 10px 10px 0;
  padding: 2px 10px;
  color: #666;
  font-size: 12px;
  line-height: 1;
  border: 1px solid #ddd;
  border-radius: 20px;
}
.lp-quote .lp-summary {
  width: 89.3333333333%;
  max-width: 665px;
  margin: 18px auto;
  padding: 15px;
  background: #f3f3f3;
  border-radius: 6px;
}
.lp-quote .lp-summary-title {
  font-size: 16px;
  line-height: 1.625;
  font-weight: 500;
}
.lp-quote .lp-text {
  width: 89.3333333333%;
  max-width: 665px;
  margin: 7px auto;
  font-size: 16px;
  line-height: 1.5714285714;
}
.lp-quote .lp-title-orange {
  width: 89.3333333333%;
  max-width: 665px;
  margin: 34px auto 16px;
  padding-bottom: 15px;
  color: #ea601c;
  font-size: 22px;
  line-height: 1.5;
  border-bottom: 1px solid #ea601c;
}
.lp-quote .lp-title-black {
  width: 89.3333333333%;
  max-width: 665px;
  margin: 33px auto 18px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3636363636;
}
.lp-quote .lp-title-small {
  width: 89.3333333333%;
  max-width: 665px;
  margin: 12px auto 5px;
  font-size: 18px;
  line-height: 1.4444444444;
}
.lp-quote .lp-hr-long {
  border: none;
  border-top: 1px solid #ddd;
  width: 100%;
  margin: 40px auto;
}
.lp-quote .lp-q {
  width: 89.3333333333%;
  max-width: 665px;
  margin: 20px auto;
  font-size: 14px;
  line-height: 1.5714285714;
}
.lp-quote .lp-q dt {
  margin: 0 0 10px;
  font-weight: 500;
}
.lp-quote .lp-q dd {
  margin-left: 0;
}
.lp-quote .lp-hr-short {
  border: none;
  border-top: 1px solid #ddd;
  width: 89.3333333333%;
  max-width: 665px;
  margin: 20px auto;
}
.lp-quote ul {
  margin-bottom: 0;
  margin-left: 24px;
}
.lp-quote ul li {
  list-style-position: inside;
}
.lp-quote .lp-list {
  width: 89.3333333333%;
  max-width: 665px;
  margin: 7px auto 0;
  list-style: none;
  font-size: 14px;
  line-height: 1.5714285714;
}
.lp-quote .lp-list li:before {
  content: "-";
  display: inline-block;
  margin: 0 11px;
}
.lp-quote a {
  color: #1890ff;
  background-color: transparent;
  transition: color .3s;
  -webkit-text-decoration-skip: objects
}
.lp-quote a:hover {
  color: #40a9ff
}
.lp-quote a:active {
  color: #096dd9
}
.overview-title {
    text-align: center;
    font-size: 26px;
    margin-bottom: 50px;
}
.overview-text {
  text-align: center;
  font-size: 17px;
  padding-bottom: 16px;
}
.btn-place {
  padding: 43px 0 20px;
}
@media screen and (min-width: 768px) {
  .lp-quote .ant-card-body > .wrap {
    margin: 20px -30px 0;
  }
  .lp-quote .lp-title-black {
    font-size: 24px;
    line-height: 1.4166666667;
    margin: 32px auto 13px;
  }
  .lp-quote .lp-summary {
    padding: 15px 20px;
  }
  .lp-quote .lp-title-orange {
    font-size: 24px;
  }
  .lp-quote .lp-hr-long {
    width: 665px;
  }
}

@media screen and (max-width: 767px) {
  .lp-quote {
    margin-top: 30px;
  }
  .lp-quote .ant-card-body {
    padding: 20px 5.33vw;
    border: 0;
  }
  .lp-quote .service-detail .top .img {
    position: relative;
    width: 90px;
    height: 51px;
    overflow: hidden;
    line-height: 51px;
  }
  .lp-quote .service-detail .top .text {
    width: 100%;
  }
  .lp-quote .service-detail .top .text .name {
    margin-top: 14px;
    font-size: 22px;
    line-height: 34px;
  }
  .overview-title {
    margin-bottom: 40px;
  }
  .overview-text {
    text-align: left;
    padding-bottom: 6px;
  }
  .btn-place {
    padding: 27px 0 20px;
  }
}

/******************************
.content-text-block
******************************/
.content-text-block {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
.indent {
  padding-left:4em;
}
.company-name {
  text-align: right;
  color: #666;
  font-size: 14px;
}
.text-detail {
  margin: 40px 0 57px;
  font-size: 18px;
}
.text-orange {
  color: #ea601c;
}
.content-text {
  margin: 50px 0 40px;
  font-size: 17px;
}
.fs24 {
  font-size: 24px;
}
.btn-box {
  margin: 50px 0 108px;
}

@media screen and (max-width: 767px) {
  .content-text-block {
    padding: 0 30px;
  }
  .content-text {
    margin: 62px 0 38px;
  }
}