@charset "UTF-8";
/* ==========================================================================
   共通
============================================================================= */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 1.8;
  color: #000;
}

@media screen and (max-width: 559px) {
  body {
    font-size: 14px;
  }
}
*,
*::after,
*::before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

ol,
ul {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: #3C7BE3;
  border: 0;
  outline: none;
  text-decoration: none;
}

a:hover {
  color: #3C7BE3;
  border: 0;
  text-decoration: underline;
}

sup {
  font-size: 0.7em;
  vertical-align: super;
  position: relative;
  top: -0.3em;
}

em {
  font-style: normal;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
img {
  max-width: 100%;
  vertical-align: bottom;
}

#na_partner {
  width: 100%;
  height: 30px;
  position: relative;
  border-bottom: 1px solid #C7C7C7;
  background-color: #FFF;
}
@media screen and (max-width: 767px) {
  #na_partner {
    height: auto;
  }
}

#na_partner .partner_inner {
  max-width: 996px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  padding: 0 15px;
}

#na_partner .partner_ti {
  height: 30px;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #999999;
  padding-top: 7px;
}

#na_partner .client_name {
  position: absolute;
  font-size: 14px;
  line-height: 100%;
  color: #686868;
  top: 7px;
}
@media screen and (max-width: 767px) {
  #na_partner .client_name {
    padding-top: 7px;
    position: relative;
    text-align: left;
    line-height: 1;
    top: 0px;
  }
}

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

レイアウト

---------------------------- */
.inner {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .inner {
    padding: 0 16px;
  }
}
/* ---------------------------

kv

---------------------------- */
.kv {
  text-align: center;
}
.kv .photo {
  position: relative;
  max-width: 1920px;
  width: 100%;
  height: 572px;
  margin: 0 auto;
}
@media screen and (max-width: 920px) {
  .kv .photo {
    height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .kv .photo {
    height: 55vw;
  }
}
.kv .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}

.kv_ttl {
  text-align: center;
}

.kv_ttl .inner {
  padding: 30px 2% 20px;
}
@media screen and (max-width: 767px) {
  .kv_ttl .inner {
    padding: 20px 3% 20px;
  }
}

.kv_ttl .teikyo {
  position: absolute;
  top: 20px;
  right: 3%;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .kv_ttl .teikyo {
    top: 10px;
    font-size: 10px;
  }
}

.kv_ttl .kv_ttl_txt {
  display: inline-block;
  font-size: 28px;
  line-height: 1.4;
  font-weight: bold;
  border-bottom: 1px solid #01645A;
}
@media screen and (max-width: 767px) {
  .kv_ttl .kv_ttl_txt {
    font-size: 4.3vw;
    line-height: 1.2;
  }
}

.kv_ttl h1 {
  font-size: 43px;
  line-height: 1.2;
  font-weight: bold;
  padding-top: 16px;
}
@media screen and (max-width: 920px) {
  .kv_ttl h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .kv_ttl h1 {
    font-size: 6vw;
  }
}

.kv_ttl h1 strong {
  font-weight: bold;
  color: #01645A;
}

@media screen and (max-width: 767px) {
  .kv .inner {
    padding: 8px;
  }
}

@media screen and (max-width: 767px) {
  .kv_prof_fb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 16px;
  }
}

.kv_box01,
.kv_box02 {
  text-align: left;
  background-color: rgba(255, 255, 255, 0.9);
  display: inline-block;
  padding: 10px 14px;
  font-size: 13px;
  line-height: 1.4;
}

.kv_box01 .name em,
.kv_box02 .name em {
  font-size: 18px;
  font-weight: bold;
}

.kv_box01 {
  position: absolute;
  right: 44%;
  bottom: 30px;
}
@media screen and (max-width: 920px) {
  .kv_box01 {
    right: 44%;
    bottom: 16px;
    max-width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .kv_box01 {
    max-width: none;
    position: relative;
    padding: 0;
    font-size: 10px;
    line-height: 1.2;
    right: 0;
    left: 0;
    bottom: 0;
    width: auto;
  }
}
@media screen and (max-width: 500px) {
  .kv_box01 {
    font-size: 7px;
  }
}

.kv_box02 {
  position: absolute;
  right: 3%;
  bottom: 30px;
}
@media screen and (max-width: 920px) {
  .kv_box02 {
    bottom: 16px;
    right: 2%;
    max-width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .kv_box02 {
    max-width: none;
    position: relative;
    padding: 0;
    font-size: 10px;
    line-height: 1.2;
    right: 0;
    left: 0;
    bottom: 0;
    width: auto;
  }
}
@media screen and (max-width: 500px) {
  .kv_box02 {
    font-size: 8px;
  }
}

@media screen and (max-width: 767px) {
  .kv_box01 .name em,
  .kv_box02 .name em {
    font-size: 13px;
  }
}
/* ---------------------------

common

---------------------------- */
.intro {
  background: #01645A;
  padding: 50px 24px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .intro {
    padding: 24px 16px;
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
  .intro {
    padding: 16px 0;
    line-height: 1.5;
    font-size: 16px;
  }
}

.intro .inner {
  max-width: 890px;
  color: #fff;
}

.sec h3 {
  font-size: 16px;
  color: #01645A;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .sec h3 {
    margin-bottom: 20px;
  }
}

.sec_ttl {
  font-size: 32px;
  line-height: 1.5;
  font-weight: bold;
  padding-left: 50px;
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .sec_ttl {
    font-size: 6vw;
    padding-left: 30px;
    margin-bottom: 30px;
    line-height: 1.2;
  }
}

.sec_ttl span {
  color: #01645A;
  font-weight: bold;
}

.sec_ttl::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 19px;
  height: 90%;
  background: #01645A;
}
@media screen and (max-width: 767px) {
  .sec_ttl::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 98%;
  }
}

.sec_txt {
  margin-bottom: 30px;
}

.sec_txt em {
  font-weight: bold;
  color: #01645A;
  padding-right: 1em;
}

.sec_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sec_wrap {
    display: block;
  }
}

.sec_wrap.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.sec_wrap .pic {
  width: 41%;
}
@media screen and (max-width: 767px) {
  .sec_wrap .pic {
    width: 100%;
    margin: 0 auto;
  }
}

.sec_wrap .pic .box {
  border-left: 2px solid #01645A;
  padding-left: 10px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .sec_wrap .pic .box {
    border-left: 2px solid #01645A;
    padding-left: 10px;
    margin-top: 20px;
  }
}

.sec_wrap .pic .job {
  font-size: 13px;
  line-height: 1.3;
  font-weight: bold;
  color: #01645A;
}
@media screen and (max-width: 767px) {
  .sec_wrap .pic .job {
    font-size: 12px;
  }
}

.sec_wrap .pic .name {
  color: #01645A;
  margin-bottom: 10px;
}

.sec_wrap .pic .name em {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .sec_wrap .pic .name em {
    font-size: 16px;
  }
}

.sec_wrap .pic .details {
  font-size: 13px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .sec_wrap .pic .details {
    font-size: 12px;
    line-height: 1.3;
  }
}

.sec_wrap .txt {
  width: 54%;
}
@media screen and (max-width: 767px) {
  .sec_wrap .txt {
    width: 100%;
  }
}

.sec_note {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .sec_note {
    font-size: 11px;
  }
}

.sec01 {
  padding: 80px 0 50px;
}
@media screen and (max-width: 767px) {
  .sec01 {
    padding: 60px 0 30px;
  }
}

.sec02 {
  padding: 0 0 120px;
}
@media screen and (max-width: 767px) {
  .sec02 {
    padding: 0 0 30px;
  }
}

.sec03 {
  padding: 120px 0 0;
}
@media screen and (max-width: 767px) {
  .sec03 {
    padding: 60px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .sec01 .sec_wrap .pic {
    margin-bottom: 30px;
  }
  .sec02 .sec_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .sec02 .sec_wrap .pic {
    margin-bottom: 30px;
  }
}
.case {
  background: #E9F3F2;
  padding: 70px 50px;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .case {
    padding: 20px;
    margin-bottom: 60px;
  }
}

.case h2 {
  color: #01645A;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .case h2 {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.4;
  }
}

.case p {
  word-break: break-all;
}

.sec04 {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .sec04 {
    padding: 40px 0;
  }
}

.pic_04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .pic_04 {
    display: block;
    margin-bottom: 10px;
  }
}

.pic_04 li {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .pic_04 li {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .pic_04 li {
    text-align: center;
    margin: 20px 0;
  }
}
.service {
  background: #89AEAB;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .service {
    padding: 30px 0;
  }
}

.service_box {
  background: #fff;
  padding: 80px 70px;
}
@media screen and (max-width: 920px) {
  .service_box {
    padding: 60px 24px;
  }
}
@media screen and (max-width: 767px) {
  .service_box {
    padding: 50px 20px 5px;
  }
}

.service_box h2 {
  color: #01645A;
  font-weight: bold;
  font-size: 35px;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 64px;
}
@media screen and (max-width: 920px) {
  .service_box h2 {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .service_box h2 {
    font-size: 22px;
    margin-bottom: 24px;
  }
}

.service_box h3 {
  color: #01645A;
  font-weight: bold;
  font-size: 26px;
  line-height: 1.3;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .service_box h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.service_box p {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .service_box p {
    margin-bottom: 20px;
  }
}

.service_box p + h3 {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .service_box p + h3 {
    margin-top: 40px;
  }
}

.service_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .service_list {
    display: block;
  }
}

.service_list li {
  width: 32%;
  padding: 140px 16px 0;
}
@media screen and (max-width: 767px) {
  .service_list li {
    width: 100%;
    margin: 0 auto 30px;
    padding: 110px 16px 16px;
  }
}

.service_list li h4 {
  color: #01645A;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  padding-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .service_list li h4 {
    font-size: 16px;
    min-height: auto;
  }
}

.service_list li h4 span {
  font-size: 15px;
  font-weight: normal;
  display: block;
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  .service_list li h4 span {
    font-size: 14px;
  }
}

.service_list li:nth-child(1) {
  background: url(../images/ico_01.png) center 40px no-repeat #E9F3F2;
  background-size: 76px;
}
@media screen and (max-width: 767px) {
  .service_list li:nth-child(1) {
    background-size: 70px;
  }
}

.service_list li:nth-child(2) {
  background: url(../images/ico_02.png) center 40px no-repeat #E9F3F2;
  background-size: 71px;
}
@media screen and (max-width: 767px) {
  .service_list li:nth-child(2) {
    background-size: 65px;
  }
}

.service_list li:nth-child(3) {
  background: url(../images/ico_03.png) center 40px no-repeat #E9F3F2;
  background-size: 72px;
}
@media screen and (max-width: 767px) {
  .service_list li:nth-child(3) {
    background-size: 65px;
  }
}

.pic03 {
  text-align: center;
}

.pic_05 {
  text-align: center;
}

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

declaration

---------------------------- */
.declaration {
  padding: 60px 24px;
}
@media screen and (max-width: 767px) {
  .declaration {
    padding: 40px 20px;
  }
}

.declaration .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 720px;
  margin: 0 auto;
  border: solid 2px #01645a;
  background-color: #fff;
  padding: 32px 48px;
}
@media screen and (max-width: 767px) {
  .declaration .inner {
    display: block;
    padding: 20px 10px;
  }
}

.declaration .inner p {
  font-size: 26px;
  line-height: 1.4;
  font-weight: bold;
  color: #01645A;
}
@media screen and (max-width: 767px) {
  .declaration .inner p {
    font-size: 18px;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }
}

.declaration .inner div {
  width: 96px;
}
@media screen and (max-width: 767px) {
  .declaration .inner div {
    margin: 0 auto;
    width: 60px;
  }
}

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

related_links

---------------------------- */
.related_links {
  background: #E9F3F2;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .related_links {
    padding: 40px 0;
  }
}

.related_links h2 {
  font-size: 24px;
  color: #01645A;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #000;
  max-width: 805px;
  margin: 0 auto 30px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .related_links h2 {
    font-size: 16px;
    margin: 0 auto 20px;
    padding-bottom: 10px;
  }
}

.related_links ul {
  max-width: 805px;
  margin: 0 auto;
}

.related_links ul li + li {
  margin-top: 5px;
}

.related_links ul a {
  color: #01645A;
}

.btn_pagetop02 {
  position: fixed;
  bottom: 30px;
  right: 30px;
}

@media screen and (max-width: 768px) {
  .btn_pagetop02 {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 32px;
  }
}