@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Zen+Kaku+Gothic+Antique:wght@400;500;700;900&display=swap");
/* color */
/* font */
/*
@include bgGrad(
  $gradColStr: #c3f7f1,
  $gradColEnd: #a3e8f4
);
*/
/*
.elements {
  @include mq {
  }
  @include mq(l) {
  }
}
*/
/*----------------------------------------------------
 elements
----------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: #FFFFFF;
  color: #000000;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  font-feature-settings: "palt" 1;
  letter-spacing: 1px;
}
@media screen and (max-width: 549px) {
  body {
    font-size: 14px;
  }
}

.en {
  font-family: "Lato", sans-serif;
}

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

a img {
  transition: 0.5s;
}

@media screen and (min-width: 800px) {
  a:hover img {
    opacity: 0.8;
  }
}
#jquery-lightbox * {
  box-sizing: padding-box;
}

/*----------------------------------------------------
 general
----------------------------------------------------*/
#top {
  position: relative;
  overflow: hidden;
  min-width: 320px;
}

.wrapper {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
@media screen and (max-width: 549px) {
  .wrapper {
    width: 90%;
    padding: 0;
  }
}

.body {
  line-height: 180%;
}
@media screen and (max-width: 939px) {
  .body {
    font-size: 12px !important;
  }
}
@media screen and (max-width: 799px) {
  .body {
    line-height: 160%;
  }
}

br.pc {
  display: inline;
}

br.sp {
  display: none;
}

img.pc {
  display: inline;
}

img.sp {
  display: none;
}

@media screen and (min-width: 940px) {
  br.tab {
    display: none;
  }
}
@media screen and (max-width: 549px) {
  br.pc {
    display: none;
  }
  br.sp {
    display: inline;
  }
  img.pc {
    display: none;
  }
  img.sp {
    display: inline;
  }
}
/*----------------------------------------------------
  common
----------------------------------------------------*/
.cmnTitle {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  text-align: center;
  margin-bottom: 90px;
  z-index: 50;
}
@media screen and (max-width: 799px) {
  .cmnTitle {
    font-size: 20px;
    margin-bottom: 60px;
  }
}
.cmnTitle::after {
  content: "";
  width: 82px;
  height: 36px;
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/title1.png) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 799px) {
  .cmnTitle::after {
    width: 41px;
    height: 18px;
  }
}

.cmnTitle1 {
  color: #ea8f37;
}
.cmnTitle1::after {
  background-image: url(../img/title1.png);
}

.cmnTitle2 {
  color: #c71248;
}
.cmnTitle2::after {
  background-image: url(../img/title2.png);
}

.cmnTitle3 {
  color: #004176;
}
.cmnTitle3::after {
  background-image: url(../img/title3.png);
}

.tx, .lead {
  opacity: 0;
  transition: 1s;
  transform: translateY(10px);
}

.tx.inview,
.lead.inview {
  opacity: 1;
  transform: translateY(0);
}

/*----------------------------------------------------
  link
----------------------------------------------------*/
a {
  transition: 0.3s;
  outline: none;
  text-decoration: none;
}
a:link, a:visited, a:hover {
  color: #000000;
  text-decoration: none;
}

.body a:link,
.note a:link,
a.alt:link {
  color: #000000;
  text-decoration: underline;
}

.body a:visited,
.note a:visited,
a.alt:visited {
  color: #000000;
  text-decoration: underline;
}

.body a:hover,
a.alt:hover {
  color: #000000;
  text-decoration: none;
}

/*----------------------------------------------------
  button
----------------------------------------------------*/
a.btnBase {
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 700;
  width: 300px;
  height: 60px;
  border-radius: 30px;
  letter-spacing: 0;
}
@media screen and (max-width: 799px) {
  a.btnBase {
    max-width: 200px;
    width: 100%;
    height: 40px;
    border-radius: 20px;
    font-size: 12px;
  }
  a.btnBase .material-symbols-outlined {
    font-size: 13px;
  }
}

a.btnBaseSS {
  width: 160px;
  height: 40px;
  border-radius: 20px;
  font-size: 13px;
}
@media screen and (max-width: 939px) {
  a.btnBaseSS {
    font-size: 11px;
    width: 140px;
    height: 30px;
    border-radius: 15px;
  }
}
@media screen and (max-width: 799px) {
  a.btnBaseSS {
    font-size: 10px;
    width: 100px;
    height: 30px;
    border-radius: 15px;
  }
  a.btnBaseSS .material-symbols-outlined {
    font-size: 12px !important;
  }
}
@media screen and (max-width: 549px) {
  a.btnBaseSS {
    font-size: 10px;
    width: 70px;
    height: 30px;
    border-radius: 15px;
    line-height: 110%;
  }
  a.btnBaseSS .material-symbols-outlined {
    font-size: 10px !important;
  }
}

a.btnBaseS {
  width: 200px;
  height: 50px;
  border-radius: 25px;
  font-size: 14px;
}
@media screen and (max-width: 939px) {
  a.btnBaseS {
    font-size: 12px;
    width: 160px;
    height: 40px;
    border-radius: 20px;
  }
}
a.btnBaseS .material-symbols-outlined {
  font-size: 16px;
}

a.btnContact {
  background: rgb(127, 64, 107);
  background: linear-gradient(0deg, rgb(127, 64, 107) 0%, rgb(199, 18, 72) 100%);
  transition: 0.3s;
}
@media screen and (min-width: 800px) {
  a.btnContact:hover {
    background: rgb(151, 90, 148);
    background: linear-gradient(0deg, rgb(151, 90, 148) 0%, rgb(206, 69, 107) 100%);
    box-shadow: inset 0 0 10px 0 rgba(239, 156, 231, 0.8), 0 0 20px 0 rgba(239, 156, 231, 0.3);
  }
}

a.btnDl {
  background: rgb(182, 108, 126);
  background: linear-gradient(0deg, rgb(182, 108, 126) 0%, rgb(234, 143, 55) 100%);
  transition: 0.3s;
}
@media screen and (min-width: 800px) {
  a.btnDl:hover {
    background: rgb(255, 183, 85);
    background: linear-gradient(0deg, rgb(255, 134, 167) 0%, rgb(255, 183, 85) 100%);
    box-shadow: inset 0 0 10px 0 rgba(255, 208, 151, 0.8), 0 0 20px 0 rgba(255, 208, 151, 0.3);
  }
}

a.btnOther {
  background: #FFFFFF;
  border: 2px solid #ea8f37;
  color: #ea8f37;
  width: 90%;
  max-width: 450px;
  height: 50px;
  border-radius: 25px;
  margin: 20px auto 0;
  transition: 0.6s;
}
@media screen and (min-width: 800px) {
  a.btnOther:hover {
    background-color: #ea8f37;
    color: #FFFFFF;
  }
}
@media screen and (max-width: 799px) {
  a.btnOther {
    max-width: 300px;
    width: 80%;
    height: 40px;
    border-radius: 20px;
    font-size: 12px;
  }
  a.btnOther .material-symbols-outlined {
    font-size: 13px;
  }
}

.btList {
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btList li:not(:first-child) {
  margin-left: 15px;
}
@media screen and (max-width: 799px) {
  .btList {
    flex-direction: column;
  }
  .btList li:not(:first-child) {
    margin-left: 0;
    margin-top: 20px;
  }
}

/*----------------------------------------------------
  header
----------------------------------------------------*/
#siteHd {
  padding: 30px 40px 20px;
  background-color: #FFFFFF;
  position: sticky;
  position: -webkit-sticky;
  width: 100%;
  top: 0;
  left: 0;
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
@media screen and (max-width: 939px) {
  #siteHd {
    padding: 20px 20px 15px;
  }
}
@media screen and (max-width: 799px) {
  #siteHd {
    padding: 20px 5px 15px 10px;
  }
}
#siteHd h1 {
  max-width: 240px;
}
#siteHd #hdNv {
  margin-left: 10px;
}
#siteHd #hdNv ul {
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#siteHd #hdNv ul li {
  font-weight: bold;
  font-size: 14px;
  color: #004176;
  margin-left: 10px;
}
#siteHd #hdNv ul li a:not(.btnBase) {
  color: #004176;
}
#siteHd #hdNv ul li:nth-child(-n+3) {
  margin-left: 20px;
}
@media screen and (max-width: 939px) {
  #siteHd #hdNv ul li:nth-child(-n+3) {
    margin-left: 0px;
  }
}
@media screen and (max-width: 939px) {
  #siteHd #hdNv ul li:nth-child(-n+2) {
    display: none;
  }
}
#siteHd #hdNv ul .material-symbols-outlined {
  font-size: 16px;
  vertical-align: middle;
  position: relative;
}

/*----------------------------------------------------
  footer
----------------------------------------------------*/
#siteFt {
  position: relative;
  padding: 44px 0 40px;
}
#siteFt::before {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  top: 0;
  background: rgb(200, 22, 71);
  background: linear-gradient(90deg, rgb(200, 22, 71) 0%, rgb(234, 143, 55) 100%);
}
#siteFt .ftCol {
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 80px);
  margin: 0 auto;
}
@media screen and (max-width: 799px) {
  #siteFt .ftCol {
    flex-direction: column;
  }
}
#siteFt .ftCol h1 {
  width: 240px;
}
@media screen and (max-width: 799px) {
  #siteFt .ftCol h1 {
    margin-bottom: 20px;
  }
}
#siteFt .ftCol .info {
  text-align: right;
  font-size: 14px;
}
@media screen and (max-width: 799px) {
  #siteFt .ftCol .info {
    font-size: 12px;
    text-align: center;
  }
}
#siteFt .ftCol .info .contact strong {
  font-weight: bold;
}
@media screen and (max-width: 799px) {
  #siteFt .ftCol .info .contact strong {
    display: block;
  }
}
#siteFt .ftCol .info .contact .tel {
  font-size: 15px;
  font-family: "Lato", sans-serif;
}
#siteFt .ftCol .info .contact .time {
  font-size: 12px;
}
#siteFt .ftCol .info .ftNv {
  margin-top: 10px;
  position: relative;
  display: inline-block;
}
#siteFt .ftCol .info .ftNv::after {
  content: "";
  width: 1px;
  height: 80%;
  position: absolute;
  left: 0;
  top: 10%;
  background-color: #000000;
}
#siteFt .ftCol .info .ftNv li {
  display: inline;
  font-size: 13px;
  position: relative;
  padding: 0 15px 0 13px;
  line-height: 100%;
}
@media screen and (max-width: 799px) {
  #siteFt .ftCol .info .ftNv li {
    font-size: 11px;
  }
}
#siteFt .ftCol .info .ftNv li::after {
  content: "";
  width: 1px;
  height: 80%;
  position: absolute;
  right: 0;
  top: 10%;
  background-color: #000000;
}
@media screen and (min-width: 800px) {
  #siteFt .ftCol .info .ftNv li a:hover {
    text-decoration: underline;
  }
}
#siteFt .copyright {
  margin-top: 20px;
  font-size: 10px;
  text-align: center;
}

/*----------------------------------------------------
  kv
----------------------------------------------------*/
#kv {
  position: relative;
}
#kv .img {
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 799px) {
  #kv .img {
    width: 100vw;
    height: 86.5vw;
    overflow: hidden;
  }
  #kv .img img {
    width: 160vw;
    max-width: none;
    position: absolute;
    right: 0;
    top: 0;
  }
}
#kv .tx {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 56%;
  -js-display: flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
@media screen and (max-width: 799px) {
  #kv .tx {
    position: relative;
    left: auto;
    top: auto;
    height: auto;
    width: 100%;
    padding: 30px 0 60px;
    background-color: #f2f5ee;
    text-align: center;
  }
}
#kv .tx h1 {
  max-width: 360px;
  width: 60%;
  text-align: center;
}
#kv .tx h1 img:nth-child(2) {
  max-width: 225px;
  width: 58%;
  margin-top: 6%;
}
#kv .tx #numAchieve {
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 4% auto 0;
}
@media screen and (max-width: 939px) {
  #kv .tx #numAchieve {
    width: 90%;
    margin: 4% auto 0;
  }
}
#kv .tx #numAchieve li {
  text-align: center;
}
#kv .tx #numAchieve li:nth-child(1) {
  margin-right: 5%;
}
@media screen and (max-width: 799px) {
  #kv .tx #numAchieve li:nth-child(1) {
    margin-right: 3%;
  }
}
#kv .tx #numAchieve h2 {
  background-color: #004176;
  color: #FFFFFF;
  font-size: 16px;
  width: 190px;
  text-align: center;
  line-height: 100%;
  padding: 8px 10px;
  margin: 0 auto;
}
@media screen and (max-width: 939px) {
  #kv .tx #numAchieve h2 {
    font-size: 12px;
    width: 140px;
    padding: 8px 6px;
    letter-spacing: 0;
  }
}
#kv .tx #numAchieve p {
  font-weight: 800;
  color: #004176;
  font-size: 21px;
  line-height: 160%;
  margin-top: 10px;
  letter-spacing: 0;
}
@media screen and (max-width: 939px) {
  #kv .tx #numAchieve p {
    font-size: 14px;
  }
}
#kv .tx #numAchieve p em {
  font-size: 48px;
}
@media screen and (max-width: 939px) {
  #kv .tx #numAchieve p em {
    font-size: 24px;
  }
}
#kv .tx .note {
  font-size: 12px;
  color: #004176;
  margin: 10px 30px;
}
@media screen and (max-width: 799px) {
  #kv .tx .note {
    font-size: 10px;
    margin: 5px 20px 15px;
  }
}
@media screen and (max-width: 799px) {
  #kv .tx .btList li:not(:first-child) {
    margin-left: 0;
    margin-top: 15px;
  }
}

/*----------------------------------------------------
  lead
----------------------------------------------------*/
section#lead {
  background: rgb(251, 231, 217);
  background: linear-gradient(90deg, rgb(251, 231, 217) 0%, rgb(243, 206, 218) 100%);
  padding: 100px 0;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 799px) {
  section#lead {
    padding: 50px 0 80px;
  }
}
section#lead p {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
section#lead .lead {
  position: relative;
  z-index: 13;
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 799px) {
  section#lead .lead {
    font-size: 16px;
  }
}
@media screen and (max-width: 549px) {
  section#lead .lead br {
    display: none;
  }
}
section#lead .lead span {
  position: relative;
  display: inline-block;
  margin: 0 5px;
}
section#lead .lead span::after {
  content: "";
  width: 106%;
  height: 12px;
  background-color: #efae7c;
  position: absolute;
  bottom: 2px;
  left: -3%;
  z-index: 11;
}
section#lead .lead span strong {
  position: relative;
  z-index: 20;
  font-weight: 700;
}
section#lead .body {
  font-size: 16px;
  letter-spacing: 0;
  position: relative;
  z-index: 13;
}
@media screen and (max-width: 799px) {
  section#lead .body {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 549px) {
  section#lead .body br {
    display: none;
  }
}
section#lead .deco {
  position: absolute;
  z-index: 10;
}
section#lead .deco1 {
  width: 109px;
  top: -50px;
  left: 5%;
}
@media screen and (max-width: 799px) {
  section#lead .deco1 {
    width: 80px;
    left: 3%;
  }
}
section#lead .deco2 {
  width: 89px;
  top: -30px;
  right: 5%;
}
@media screen and (max-width: 799px) {
  section#lead .deco2 {
    width: 65px;
    right: 3%;
  }
}
section#lead .deco3 {
  width: 64px;
  bottom: 50px;
  right: calc(76% + 20px);
}
@media screen and (max-width: 799px) {
  section#lead .deco3 {
    width: 48px;
    left: 10px;
    right: auto;
    bottom: 5px;
  }
}
section#lead .deco4 {
  width: 106px;
  bottom: 20px;
  left: calc(74% + 20px);
}
@media screen and (max-width: 799px) {
  section#lead .deco4 {
    width: 80px;
    right: 0;
    left: auto;
    bottom: 5px;
  }
}

/*----------------------------------------------------
  reason
----------------------------------------------------*/
#reason {
  padding: 100px 0;
  position: relative;
}
@media screen and (max-width: 799px) {
  #reason {
    padding: 50px 0;
  }
}
#reason::after {
  content: "";
  width: 30%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fae7ed;
}
#reason #reasonSec {
  max-width: 1000px;
  width: 92%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 799px) {
  #reason #reasonSec {
    max-width: 400px;
  }
}
#reason #reasonSec li {
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 799px) {
  #reason #reasonSec li {
    flex-direction: column;
  }
}
#reason #reasonSec li .img {
  width: 47%;
  text-align: center;
}
@media screen and (max-width: 799px) {
  #reason #reasonSec li .img {
    width: 100%;
  }
}
#reason #reasonSec li .tx {
  width: 47%;
}
@media screen and (max-width: 799px) {
  #reason #reasonSec li .tx {
    width: 100%;
  }
}
#reason #reasonSec li .tx h2 {
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#reason #reasonSec li .tx h2 i {
  color: #c71248;
  font-size: 50px;
  font-family: "Barlow", sans-serif;
  font-weight: normal;
  margin-right: 20px;
}
#reason #reasonSec li .tx h2 strong {
  font-size: 80px;
}
@media screen and (max-width: 799px) {
  #reason #reasonSec li .tx h2 strong {
    font-size: 60px;
  }
}
#reason #reasonSec li .tx h2 span {
  font-size: 28px;
  line-height: 120%;
}
@media screen and (max-width: 799px) {
  #reason #reasonSec li .tx h2 span {
    font-size: 20px;
  }
}
#reason #reasonSec li .tx .body {
  font-size: 15px;
  letter-spacing: 0;
}
@media screen and (max-width: 1039px) {
  #reason #reasonSec li .tx .body br {
    display: none;
  }
}
#reason #reasonSec #reasonSec1 .img {
  position: relative;
}
#reason #reasonSec #reasonSec1 .img img {
  position: relative;
  z-index: 100;
}
#reason #reasonSec #reasonSec1 .img::before {
  content: "";
  width: 46%;
  height: 48%;
  position: absolute;
  right: 70%;
  bottom: 90%;
  background: url(../img/reason1_2.jpg) no-repeat center center;
  background-size: contain;
  z-index: 5;
  filter: blur(5px);
}
@media screen and (max-width: 799px) {
  #reason #reasonSec #reasonSec1 .img::before {
    width: 35%;
    height: 36%;
    bottom: 85%;
  }
}
#reason #reasonSec #reasonSec1 .img::after {
  content: "";
  width: 60%;
  height: 60%;
  position: absolute;
  right: 50%;
  top: 55%;
  background: #f5d1dd;
  z-index: 5;
}
@media screen and (max-width: 799px) {
  #reason #reasonSec #reasonSec1 .img::after {
    height: 45%;
    right: 43%;
    top: 60%;
  }
}
#reason #reasonSec #reasonSec1 .tx {
  position: relative;
  z-index: 10;
}
#reason #reasonSec #reasonSec2 {
  flex-direction: row-reverse;
}
@media screen and (max-width: 799px) {
  #reason #reasonSec #reasonSec2 {
    flex-direction: column;
  }
}
#reason #reasonSec #reasonSec2 .img img {
  max-width: 370px;
  width: 100%;
}
#reason #reasonSec #reasonSec3 .img img {
  max-width: 330px;
  width: 90%;
}
@media screen and (max-width: 799px) {
  #reason #reasonSec #reasonSec3 .img {
    max-width: 220px;
    width: 80%;
  }
}
#reason #reasonSec li:not(:first-child) {
  margin-top: 100px;
}
@media screen and (max-width: 799px) {
  #reason #reasonSec li:not(:first-child) {
    margin-top: 50px;
  }
}

/*----------------------------------------------------
  worries
----------------------------------------------------*/
#worries {
  background-color: #e6ecf2;
  padding: 100px 0;
}
@media screen and (max-width: 799px) {
  #worries {
    padding: 50px 0;
  }
}
#worries #worriesList {
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 799px) {
  #worries #worriesList {
    flex-wrap: wrap;
  }
}
#worries #worriesList li {
  text-align: center;
  width: 22%;
}
@media screen and (max-width: 799px) {
  #worries #worriesList li {
    width: 47%;
  }
}
#worries #worriesList li:nth-child(n+3) {
  margin-top: 20px;
}
#worries #worriesList li .img {
  max-width: 220px;
}
#worries #worriesList li .tx {
  margin-top: 20px;
  color: #004176;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 1039px) {
  #worries #worriesList li .tx br {
    display: none;
  }
}
@media screen and (max-width: 799px) {
  #worries #worriesList li .tx {
    font-size: 11px;
    margin-top: 10px;
  }
}

/*----------------------------------------------------
  service
----------------------------------------------------*/
#service {
  padding: 100px 0;
  position: relative;
}
@media screen and (max-width: 799px) {
  #service {
    padding: 50px 0;
  }
}
#service::after {
  content: "";
  width: 36%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../img/bg_check.png) repeat left top;
  background-size: 324px;
}
#service .lead {
  position: relative;
  z-index: 10;
  text-align: center;
  font-size: 16px;
  color: #ea8f37;
  width: 90%;
  margin: 0 auto 60px;
}
@media screen and (max-width: 799px) {
  #service .lead {
    font-size: 13px;
    margin: 0 auto 30px;
  }
  #service .lead br {
    display: none;
  }
}
#service #serviceList {
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
#service #serviceList li {
  width: 45%;
}
@media screen and (max-width: 939px) {
  #service #serviceList li {
    width: 47%;
  }
}
@media screen and (max-width: 549px) {
  #service #serviceList li {
    width: 100%;
  }
}
#service #serviceList li .img {
  margin-bottom: 24px;
}
#service #serviceList li .tx h2 {
  text-align: center;
  color: #004176;
  font-size: 20px;
  margin-bottom: 16px;
}
#service #serviceList li .tx .body {
  font-size: 15px;
  letter-spacing: 0;
}
@media screen and (max-width: 1039px) {
  #service #serviceList li .tx .body br {
    display: none;
  }
}
#service #serviceList li:nth-child(n+3) {
  margin-top: 60px;
}
@media screen and (max-width: 799px) {
  #service #serviceList li:nth-child(n+3) {
    margin-top: 40px;
  }
  #service #serviceList li:not(:first-child) {
    margin-top: 40px;
  }
}

/*----------------------------------------------------
  document
----------------------------------------------------*/
#document {
  background: rgb(251, 231, 217);
  background: linear-gradient(90deg, rgb(251, 231, 217) 0%, rgb(243, 206, 218) 100%);
  padding: 60px 0;
}
#document h1 {
  text-align: center;
  font-size: 20px;
  color: #c71248;
  width: 90%;
  margin: 0 auto 10px;
}
@media screen and (max-width: 799px) {
  #document h1 {
    font-size: 14px;
    margin: 0 auto 20px;
  }
  #document h1 br {
    display: none;
  }
}
#document #docCol {
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  margin: 0 auto;
}
#document #docCol .img {
  max-width: 396px;
  margin-right: 5%;
}
@media screen and (max-width: 799px) {
  #document #docCol .img {
    width: 40%;
  }
}
@media screen and (max-width: 799px) {
  #document #docCol .tx {
    width: 56%;
  }
}
#document #docCol .tx .body {
  font-weight: 500;
  margin-bottom: 30px;
  letter-spacing: 0;
}
@media screen and (max-width: 799px) {
  #document #docCol .tx .body {
    margin-bottom: 10px;
  }
  #document #docCol .tx .body br {
    display: none;
  }
}

/*----------------------------------------------------
  summary
----------------------------------------------------*/
#summary {
  padding: 100px 0;
}
@media screen and (max-width: 799px) {
  #summary {
    padding: 50px 0;
  }
}
#summary h1 {
  max-width: 550px;
  width: 96%;
  margin: 0 auto 30px;
}
#summary .lead {
  max-width: 600px;
  width: 96%;
  text-align: center;
  margin: 0 auto 30px;
  font-size: 18px;
  color: #004176;
  font-weight: bold;
  letter-spacing: 0;
}
@media screen and (max-width: 799px) {
  #summary .lead {
    font-size: 14px;
    width: 90%;
    max-width: 400px;
    margin: 0 auto 20px;
  }
  #summary .lead br {
    display: none;
  }
}
#summary .btList {
  max-width: 650px;
  width: 96%;
  margin: 0 auto;
}
@media screen and (max-width: 799px) {
  #summary .btList li {
    width: 100%;
  }
  #summary .btList li .btnBase {
    margin: 0 auto;
  }
}
