@charset "UTF-8";
/*-------------------------------------------------------------
トップページ
---------------------------------------------------------------*/
.index {
  position: relative;
  /*---------------------------------------
  KV
  ---------------------------------------*/
}
.index .kv {
  position: relative;
  overflow: hidden;
}
.index .kv-img img {
  width: 100%;
}
.index .kv-copy .copy-01 {
  width: 54%;
  height: 66vw;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 3.5%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (min-width:640px) {
  .index .kv-copy .copy-01 {
    width: 27%;
    height: auto;
    top: 14%;
    left: 16%;
    -webkit-transform: none;
            transform: none;
  }
}
.index .kv-copy .copy-02 {
  width: 84%;
  position: absolute;
  top: 46%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (min-width:640px) {
  .index .kv-copy .copy-02 {
    width: 30%;
    height: auto;
    top: 50%;
    left: auto;
    right: 26%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.index .kv-copy:after {
  content: "";
  display: block;
  background-image: url(/assets/img/index/kv-copy_key.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 29.5vw;
  height: 42vw;
  position: absolute;
  bottom: 1%;
  right: -6.5%;
  z-index: 1;
}
@media screen and (min-width:640px) {
  .index .kv-copy:after {
    width: 14.7vw;
    height: 21vw;
    right: 12%;
    bottom: 15%;
    background-size: contain;
  }
}

/*---------------------------------------
コンテンツ
---------------------------------------*/
.contents {
  position: relative;
  /*---------------------------------------
  news
  ---------------------------------------*/
  /*---------------------------------------
  servicies
  ---------------------------------------*/
  /*---------------------------------------
  process
  ---------------------------------------*/
  /*---------------------------------------
  advantage
  ---------------------------------------*/
}
.contents .pd {
  padding-left: 24px;
  padding-right: 24px;
}
.contents .sectionTtl {
  color: #FFF;
  font-family: "Poppins", sans-serif;
}
.contents .sectionTtl h2 {
  color: #06498D;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 1.4em;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media screen and (min-width:1025px) {
  .contents .sectionTtl h2 {
    margin-bottom: 1.3em;
  }
}
.contents .sectionTtl h2 .english {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: #E2AB17;
  font-weight: 400;
  display: block;
}
@media screen and (min-width:640px) {
  .contents .sectionTtl h2 .english {
    margin-bottom: 1.3em;
    display: inline-block;
    margin-left: 24px;
    margin-bottom: 0;
  }
}
.contents .sectionTtl h2 .big {
  font-size: 2rem;
}
.contents .news {
  background-color: #F5F4F0;
  padding: 2.5em 24px 2.5em;
}
.contents .newsInner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contents .newsWarp {
  max-width: 960px;
  margin: auto;
}
@media screen and (min-width:640px) {
  .contents .newsWarp {
    width: 80%;
  }
}
@media screen and (min-width:1025px) {
  .contents .newsWarp {
    width: 100%;
  }
}
.contents .newsBtn a {
  color: #06498D;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0px;
  border-radius: 100px;
  border: 1px solid #3870A8;
  font-weight: 500;
  display: block;
  width: 150px;
  text-align: center;
}
@media screen and (min-width:640px) {
  .contents .newsBtn a {
    width: 160px;
  }
}
.contents .newsBtn a:after {
  content: "";
  background-image: url(../img/cmn/arrow-w.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 4px;
  height: 8px;
  display: inline-block;
  margin-left: 5px;
}
.contents .newsFeed {
  margin: 0;
}
.contents .newsFeed li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #06498D;
  border-top: 1px solid rgba(88, 105, 121, 0.3019607843);
  padding: 18px 0;
}
@media screen and (min-width:1025px) {
  .contents .newsFeed li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.contents .newsFeed li:first-child {
  border-top: none;
}
.contents .newsFeed li time {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.3em;
}
@media screen and (min-width:1025px) {
  .contents .newsFeed li time {
    position: relative;
    width: 14%;
  }
  .contents .newsFeed li time:before {
    content: "";
    display: inline-block;
    background-color: #E2AB17;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    position: absolute;
    right: -14px;
    top: 8px;
  }
}
.contents .newsFeed li a {
  color: #586979;
  font-size: 14px;
  color: #06498D;
  font-weight: 500;
  text-decoration: none;
}
.contents .newsFeed li a p {
  margin-bottom: 0;
}
@media screen and (min-width:1025px) {
  .contents .newsFeed li a {
    width: 83%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
  }
}
.contents .servicies {
  margin: 3em 0 5.25em;
}
@media screen and (min-width:640px) {
  .contents .servicies {
    width: 80%;
    margin: 3em auto calc(5.25em - 24px);
    max-width: 960px;
  }
}
@media screen and (min-width:1025px) {
  .contents .servicies {
    width: 100%;
    padding: 0;
  }
}
@media screen and (min-width:640px) {
  .contents .serviciesWrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2%;
  }
}
@media screen and (min-width:1025px) {
  .contents .servicies .wrap-01 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
  }
}
@media screen and (min-width:1025px) {
  .contents .servicies .wrap-02 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
  }
}
.contents .serviciesContent {
  border: 1px solid rgba(88, 105, 121, 0.3019607843);
  padding: 24px 20px;
  border-radius: 6px;
  margin-bottom: 24px;
  position: relative;
}
@media screen and (min-width:640px) {
  .contents .serviciesContent {
    width: 48%;
    padding: 24px 16px;
  }
}
.contents .serviciesContent .ttl {
  font-size: 18px;
  text-align: center;
  color: #06498D;
}
.contents .serviciesContent .serviciesItem {
  text-align: center;
  margin-bottom: 0px;
}
.contents .serviciesContent .serviciesItem .itemTtl {
  font-size: 1rem;
  font-weight: 700;
  margin-right: 12px;
}
.contents .serviciesContent .serviciesItem .price {
  font-family: "Yusei Magic", sans-serif;
  font-size: 1.85rem;
  color: #E2AB17;
  margin-right: 7px;
  letter-spacing: 0.1em;
}
.contents .serviciesContent .serviciesItem .yen {
  font-size: 14px;
  font-weight: 700;
  color: #E2AB17;
}
.contents .serviciesContent .note {
  font-size: 12px;
  margin-bottom: 7px;
  text-align: center;
  color: rgba(88, 105, 121, 0.5019607843);
}
.contents .serviciesContent .serviciesTxt {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
  margin-top: 8px;
}
@media screen and (min-width:640px) {
  .contents .serviciesContent .serviciesTxt {
    font-size: 15px;
  }
}
.contents .serviciesContent .serviciesList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 8px 20px;
}
.contents .serviciesContent .serviciesList li {
  font-size: 14px;
}
.contents .serviciesContent .serviciesList li:before {
  content: "";
  display: inline-block;
  background-color: #E2AB17;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  margin-right: 8px;
}
.contents .serviciesBtn {
  margin-top: 32px;
}
@media screen and (min-width:640px) {
  .contents .serviciesBtn {
    margin-top: 0px;
    position: absolute;
    bottom: 24px;
    left: 50%;
    -webkit-transform: translate(-50%, 0px);
            transform: translate(-50%, 0px);
    width: calc(100% - 32px);
  }
}
.contents .serviciesBtn a {
  font-size: 14px;
  text-decoration: none;
  color: #3870A8;
  border: 1px solid #06498D;
  border-radius: 100px;
  width: 100%;
  display: block;
  text-align: center;
  padding: 5px 0;
  font-weight: 700;
  position: relative;
}
.contents .serviciesBtn a:after {
  content: "";
  display: inline-block;
  background-image: url(/assets/img/cmn/arrow-02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 7px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.contents .serviciesBtn a:hover {
  color: #FFF;
  background-color: #3870A8;
  opacity: 1;
}
.contents .serviciesBtn a:hover:after {
  background-image: url(/assets/img/cmn/arrow-03.svg);
}
@media screen and (min-width:640px) {
  .contents .servicies .contentBig .serviciesList {
    margin-bottom: 50px;
  }
}
@media screen and (min-width:1025px) {
  .contents .servicies .contentBig {
    width: 32%;
  }
  .contents .servicies .contentBig .serviciesList {
    margin-bottom: 50px;
  }
}
@media screen and (min-width:640px) {
  .contents .servicies .contentSmall .serviciesTxt {
    margin-bottom: 60px;
  }
  .contents .servicies .contentSmall .serviciesList {
    margin-bottom: 60px;
  }
}
@media screen and (min-width:1025px) {
  .contents .servicies .contentSmall {
    width: 24%;
    margin-bottom: 0;
  }
}
.contents .process {
  margin-bottom: 5em;
}
@media screen and (min-width:640px) {
  .contents .process {
    width: 80%;
    margin: 0 auto 5em;
  }
}
@media screen and (min-width:1025px) {
  .contents .process {
    width: 100%;
    margin: 0 auto 5em;
    max-width: 960px;
    padding: 0;
  }
}
.contents .processContent {
  position: relative;
}
@media screen and (min-width:1025px) {
  .contents .processContent {
    max-width: 800px;
    margin: auto;
  }
}
.contents .processContent h3 {
  padding: 16px;
  color: #FFF;
  font-size: 1.4rem;
  margin-bottom: 0;
  border-radius: 6px 6px 0px 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  line-height: 1.4em;
}
@media screen and (min-width:640px) {
  .contents .processContent h3 {
    font-size: 18px;
  }
  .contents .processContent h3 .br {
    display: none;
  }
}
.contents .processContent h3 .number {
  background-color: #fff;
  color: #E2AB17;
  font-size: 1.75rem;
  font-family: "Poppins", sans-serif;
  width: 10vw;
  height: 10vw;
  border-radius: 100%;
  text-align: center;
  margin-right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 400;
}
@media screen and (min-width:640px) {
  .contents .processContent h3 .number {
    width: 48px;
    height: 48px;
  }
}
.contents .processContent .ttl-01 {
  background-color: #619CD8;
}
.contents .processContent .ttl-02 {
  background-color: #5791CC;
}
.contents .processContent .ttl-03 {
  background-color: #4D86C0;
}
.contents .processContent .ttl-04 {
  background-color: #427BB4;
}
.contents .processContent .ttl-05 {
  background-color: #3870A8;
}
.contents .processContent .txt {
  background-color: #F5F4F0;
  padding: 1.75em 16px;
  border-radius: 0px 0px 6px 6px;
}
.contents .processContent .txt p {
  font-size: 15px;
  margin-bottom: 0;
  font-weight: 500;
}
.contents .processContent:after {
  content: "";
  background-image: url(/assets/img/index/process-dot.svg);
  background-repeat: repeat-x;
  background-size: contain;
  display: block;
  width: 4px;
  height: 40px;
  margin-left: 36px;
}
.contents .processContent:last-child::after {
  display: none;
}
.contents .processBtns {
  margin-top: 1.5em;
}
@media screen and (min-width:640px) {
  .contents .processBtns {
    margin: auto;
    margin-top: 1.5em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media screen and (min-width:1025px) {
  .contents .processBtns {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.contents .processBtns a {
  display: block;
  width: 100%;
  margin: auto;
  margin-bottom: 1.2em;
}
.contents .processBtns a:last-child {
  margin-bottom: 0;
}
.contents .processBtns a img {
  width: 100%;
}
@media screen and (min-width:640px) {
  .contents .processBtns a {
    width: 48%;
  }
}
@media screen and (min-width:1025px) {
  .contents .processBtns a {
    width: 32.5%;
    margin: 0;
  }
}
.contents .advantage {
  margin-bottom: 5em;
}
@media screen and (min-width:640px) {
  .contents .advantage {
    width: 80%;
    margin: auto;
    margin-bottom: 5em;
  }
}
@media screen and (min-width:1025px) {
  .contents .advantage {
    width: 100%;
    padding: 0;
  }
}
.contents .advantage .sectionTtl h2 {
  margin-bottom: 0em;
}
@media screen and (min-width:1025px) {
  .contents .advantage .sectionTtl {
    max-width: 960px;
    margin: auto;
  }
}
.contents .advantageWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 2%;
}
@media screen and (min-width:1025px) {
  .contents .advantageWrap {
    max-width: 1200px;
    margin: auto;
    gap: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.contents .advantageContent {
  background-color: #F2F8FF;
  position: relative;
  padding: 6.9em 2.25em 3.5em;
  margin-top: 8.5em;
}
@media screen and (min-width:640px) {
  .contents .advantageContent {
    width: 48%;
  }
}
@media screen and (min-width:1025px) {
  .contents .advantageContent {
    width: 33%;
  }
}
.contents .advantageContent img {
  width: 180px;
  display: block;
  margin: auto;
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width:1025px) {
  .contents .advantageContent img {
    width: 200px;
  }
}
.contents .advantageContent .txt h3 {
  color: #38AADF;
  text-align: center;
  font-size: 1.25em;
}
.contents .advantageContent .txt p {
  margin-bottom: 0;
}

.sns-btn {
  display: none;
}
@media screen and (min-width:1025px) {
  .sns-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: fixed;
    width: 100%;
    bottom: -1%;
    z-index: 1;
    /*はじめは非表示*/
    opacity: 1;
    max-width: 765px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  .sns-btn a {
    width: 32%;
    display: block;
  }
  .sns-btn a img {
    width: 100%;
  }
  .sns-btn.UpAnime {
    -webkit-animation: UpAnime 0.8s forwards;
            animation: UpAnime 0.8s forwards;
  }
  @-webkit-keyframes UpAnime {
    from {
      opacity: 1;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes UpAnime {
    from {
      opacity: 1;
    }
    to {
      opacity: 1;
    }
  }
  .sns-btn.DownAnime {
    -webkit-animation: DownAnime 0.8s forwards;
            animation: DownAnime 0.8s forwards;
  }
  @-webkit-keyframes DownAnime {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }
  @keyframes DownAnime {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }
}

/*---------------------------------------
lower page
---------------------------------------*/
.lower .pageTtl {
  width: 100%;
  padding: 5em 12px 5em;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  color: #06498D;
  background-color: #F5F4F0;
}
.lower .pageTtl h2 {
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 0;
}
.lower .pageTtl h2 .small {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  color: #E2AB17;
  font-weight: 500;
}
@media screen and (min-width:1025px) {
  .lower .pageTtl {
    padding: 80px 12px 80px;
  }
  .lower .pageTtl h2 {
    font-size: 1.5rem;
  }
}
.lowerBtn {
  text-align: center;
  margin-top: 1.5em;
}
.lowerBtn a {
  font-size: 1.06em;
  color: #06498D;
  text-decoration: none;
  border-radius: 2px;
  border: 1px solid #06498D;
  padding: 1em 1.5em;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
}
.lowerBtn a:after {
  content: "";
  background-image: url(../img/cmn/arrow-back.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 4px;
  height: 8px;
  display: inline-block;
  margin-left: 5px;
}
.lowerBtn a:hover {
  opacity: 0.4;
}

.lower .contents section {
  margin-top: 5.3em;
  margin-bottom: 8em;
  background-color: #FFF;
}

.lower .sectionBody {
  width: 100%;
  margin: auto;
}
.lower .sectionBody .leadText {
  background-color: #F5F4F0;
  padding: 40px 64px;
  font-size: 112%;
  line-height: 2;
  width: 80%;
  margin: auto;
}
@media screen and (min-width:640px) {
  .lower .sectionBody {
    width: 80%;
    max-width: 640px;
  }
}
@media screen and (min-width:1025px) {
  .lower .sectionBody {
    max-width: 960px;
  }
}

.lower .sectionTtl {
  color: #06498D;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.3em;
  text-align: center;
  margin-bottom: 48px;
}

.lower .pd {
  padding-left: 24px;
  padding-right: 24px;
}

.w80 {
  width: 100%;
  margin: auto;
}
@media screen and (min-width:1025px) {
  .w80 {
    width: 80%;
  }
}

@media screen and (min-width:640px) {
  .col2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .col2 > * {
    width: 50%;
  }
}
/*---------------------------------------
lower page
---------------------------------------*/
.lower .error .errorContent .errorTxt p {
  margin-bottom: 1.857em;
  font-size: 1rem;
  line-height: 1.75em;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.lower .error .errorContent .errorTxt p a {
  color: #06498D;
}
.lower .error .errorContent .errorTxt .topBtn {
  text-align: center;
}
.lower .error .errorContent .errorTxt .topBtn a {
  color: #06498D;
  border: 1px solid #06498D;
  text-decoration: none;
  padding: 10px 0;
  max-width: 264px;
  margin: auto;
  display: block;
  border-radius: 100px;
  position: relative;
}
.lower .error .errorContent .errorTxt .topBtn a::before {
  content: "";
  display: inline-block;
  background-image: url(../img/cmn/arrow-back.svg);
  width: 20px;
  height: 20px;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

/*-------------------------------------------------------------
トップページ
---------------------------------------------------------------*/
.lower {
  position: relative;
}
.lower .news .eid__entry__title a {
  color: #06498D;
}
.lower .news .newsInner {
  margin: auto;
  max-width: 960px;
  width: 100%;
}
.lower .news .newsInner .mg {
  padding: 0 24px;
}
.lower .news .newsInner .articleWrap {
  max-width: 640px;
}
.lower .news .newsInner .articleWrap .article {
  margin-bottom: 30px;
  padding: 0;
}
.lower .news .newsInner .articleWrap .article h3 {
  color: #06498D;
  margin-bottom: 24px;
  font-size: 24px;
}
.lower .news .newsInner .articleWrap .article .articleText .twitter-share-button {
  color: #06498D;
}
.lower .news .newsInner .articleWrap .article .articleInfo {
  margin-top: 64px;
  margin-bottom: 40px;
}
.lower .news .newsInner .articleWrap .article .articleInfo a {
  color: #06498D;
}
.lower .news .newsInner .sideBox section {
  margin: auto;
  margin-bottom: 32px;
  margin-top: 24px;
  color: #06498D;
  padding-bottom: 0;
  padding-top: 0;
}
.lower .news .newsInner .sideBox section:first-child {
  margin-top: 80px;
}
.lower .news .newsInner .sideBox section:last-child {
  margin-bottom: 0px;
  padding-bottom: 80px;
}
.lower .news .newsInner .sideBox section h3 {
  color: #FFF;
  padding: 10px;
  background-color: #06498D;
  text-align: center;
  border-radius: 2px;
}
.lower .news .newsInner .sideBox section form .search {
  padding: 8px;
  border: 1px solid #06498D;
  margin-right: 4px;
  border-radius: 2px;
}
.lower .news .newsInner .sideBox section form .searchBtn {
  background-color: #06498D;
  color: #FFF;
  border: none;
  padding: 9px 20px;
  border-radius: 4px;
  font-weight: bold;
}
@media screen and (min-width:640px) {
  .lower .news .newsInner .sideBox section form .search {
    width: 65%;
  }
}
@media screen and (min-width:1025px) {
  .lower .news .newsInner .sideBox section form .search {
    width: 70%;
  }
}
.lower .news .newsInner .sideBox section ul {
  margin-bottom: 0;
}
.lower .news .newsInner .sideBox section ul li {
  padding: 12px;
  padding-bottom: 20px;
}
.lower .news .newsInner .sideBox section ul li a {
  color: #06498D;
}
@media screen and (min-width:640px) {
  .lower .news .newsInner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .lower .news .newsInner .sideBox section {
    width: 230px;
  }
}
@media screen and (min-width:1025px) {
  .lower .news .newsInner .articleWrap {
    width: 640px;
  }
  .lower .news .newsInner .sideBox section {
    width: 275px;
  }
}

@media screen and (min-width:1025px) {
  .lower .company .greetingWrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.lower .company .greetingImg {
  max-width: 60%;
  margin: auto;
  margin-bottom: 1.5em;
}
.lower .company .greetingImg img {
  width: 100%;
}
@media screen and (min-width:640px) {
  .lower .company .greetingImg {
    max-width: 50%;
  }
}
@media screen and (min-width:1025px) {
  .lower .company .greetingImg {
    width: 25%;
    margin: 0;
  }
}
@media screen and (min-width:1025px) {
  .lower .company .greetingTxt {
    width: 65%;
  }
}
.lower .company .greetingTxt .name {
  text-align: right;
  font-weight: 700;
  margin-bottom: 0;
}
.lower .company .table-style th,
.lower .company .table-style td {
  display: block;
  width: 100%;
  text-align: center;
}
@media screen and (min-width:640px) {
  .lower .company .table-style th,
.lower .company .table-style td {
    display: table-cell;
  }
}
@media screen and (min-width:640px) {
  .lower .company .table-style th {
    width: 35%;
  }
}
.lower .company .table-style td {
  margin-bottom: 1em;
}
@media screen and (min-width:640px) {
  .lower .company .table-style td {
    width: 65%;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 0;
  }
}
.lower .company .table-style address {
  margin-bottom: 0em;
}
.lower .company .table-style ul {
  margin-bottom: 0;
}
.lower .company .table-style ul li {
  margin-bottom: 0.1em;
}
.lower .company .companyList {
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 6%;
}
@media screen and (min-width:640px) {
  .lower .company .companyList {
    padding: 0;
  }
}
.lower .company .companyList ul {
  list-style: disc;
  padding-left: 1em;
}
.lower .company .companyList ul li {
  margin-bottom: 0.3em;
}
.lower .company .map .googleMap iframe {
  width: 100%;
  height: 300px;
  border: none;
}
@media screen and (min-width:640px) {
  .lower .company .map .googleMap iframe {
    height: 400px;
  }
}
.lower .company .map .mapBtn {
  text-align: center;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.lower .company .map .mapBtn a {
  color: #06498D;
  background-color: #FFF;
  border: 1px solid #06498D;
  text-decoration: none;
  padding: 10px 0;
  max-width: 264px;
  margin: auto;
  border-radius: 100px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.lower .company .map .mapBtn a:after {
  content: "";
  display: inline-block;
  background-image: url(../img/cmn/arrow-01.svg);
  background-size: contain;
  width: 18px;
  height: 18px;
  margin-left: 10px;
}
.lower .company .campanyImg {
  margin-top: 2em;
  margin-bottom: 2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 2%;
}
.lower .company .campanyImg img {
  max-width: 48%;
  margin-bottom: 2%;
}
@media screen and (min-width:640px) {
  .lower .company .campanyImg {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: none;
  }
  .lower .company .campanyImg img {
    width: 32%;
    margin-bottom: 0;
  }
}

.lower .faq .faqContent {
  margin-bottom: 2em;
}
@media screen and (min-width:1025px) {
  .lower .faq .faqContent {
    width: 80%;
    margin: auto;
    margin-bottom: 2em;
  }
}
.lower .faq .faqTtl {
  font-size: 1.1rem;
  color: #FFF;
  background-color: #3870A8;
  border-radius: 6px 6px 0px 0px;
  padding: 15px 18px;
  margin-bottom: 0;
}
.lower .faq .faqTxt {
  background-color: #F5F4F0;
  padding: 1.2em 20px;
  border-radius: 0px 0px 6px 6px;
}
.lower .faq .faqTxt p {
  margin-bottom: 0;
}

.lower .service h3 {
  text-align: left;
  margin-bottom: 0.4em;
}
.lower .service .serviceContet {
  margin-bottom: 4em;
}
@media screen and (min-width:1025px) {
  .lower .service .serviceContet {
    width: 80%;
    margin: auto;
    margin-bottom: 3em;
  }
}
.lower .service .TtlDescription {
  font-size: 1.1rem;
  color: #06498D;
  font-weight: 700;
  margin-bottom: 1.1em;
}
.lower .service .table-style .serviceTtl {
  color: #FFF;
  background-color: #06498D;
  text-align: left;
  margin-bottom: 0.3em;
}
.lower .service .table-style tr {
  display: block;
  margin-bottom: 0.3em;
}
@media screen and (min-width:640px) {
  .lower .service .table-style tr {
    display: revert;
  }
}
.lower .service .table-style th {
  background-color: #F2F8FF;
  color: #06498D;
  text-align: left;
  display: block;
  width: 100%;
}
@media screen and (min-width:640px) {
  .lower .service .table-style th {
    display: table-cell;
    width: 60%;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width:1025px) {
  .lower .service .table-style th {
    width: 55%;
  }
}
.lower .service .table-style td {
  background-color: #fbfbfb;
  display: block;
  width: 100%;
}
@media screen and (min-width:640px) {
  .lower .service .table-style td {
    display: table-cell;
    width: 40%;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width:1025px) {
  .lower .service .table-style td {
    width: 45%;
  }
}

.lower .contactLower .contactTel {
  padding: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: auto;
  margin-bottom: 2em;
}
.lower .contactLower .contactTel h3 {
  font-size: 1.3rem;
  margin-bottom: 0;
  line-height: 1.4;
}
.lower .contactLower .contactTel p {
  margin-bottom: 0.3em;
}
.lower .contactLower .contactTel .tel {
  margin-bottom: 0;
  line-height: 1.2;
  color: #06498D;
}
@media screen and (min-width:640px) {
  .lower .contactLower .contactTel {
    text-align: center;
  }
}
@media screen and (min-width:640px) {
  .lower .contactLower .br {
    display: none;
  }
}
.lower .contactLower .mainTxt {
  margin-bottom: 2.5em;
}
@media screen and (min-width:1025px) {
  .lower .contactLower .mainTxt {
    text-align: center;
  }
}
.lower .contactLower .thanksTel {
  color: #06498D;
  font-weight: 700;
  padding-top: 1em;
}
.lower .contactLower .thanksError {
  border: 1px solid #06498D;
  padding: 1em;
}
.lower .contactLower .thanksError p {
  margin-bottom: 0;
}
@media screen and (min-width:1025px) {
  .lower .contactLower .thanksError {
    padding-top: 2em;
  }
  .lower .contactLower .thanksError p {
    text-align: center;
    margin-bottom: 1em;
  }
  .lower .contactLower .thanksError .errorList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .lower .contactLower .thanksError .thanksTel {
    font-size: 1.1rem;
  }
}
.lower .contactLower .formTable {
  width: 100%;
}
.lower .contactLower .formTable tr {
  border-bottom: 1px solid #D6D4C6;
  display: block;
  width: 100%;
  margin-top: 1.5em;
}
.lower .contactLower .formTable tr td {
  display: block;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 1.5em;
}
.lower .contactLower .formTable tr td input {
  border: 1px solid #D6D4C6;
  width: 100%;
  padding: 8px 12px;
  border-radius: 3px;
  margin: 0;
  letter-spacing: 0.08em;
  max-width: 100%;
}
.lower .contactLower .formTable tr td .formS {
  width: 80%;
}
.lower .contactLower .formTable tr td textarea {
  border: 1px solid #D6D4C6;
  width: 100%;
  padding: 8px 12px;
  border-radius: 3px;
  margin: 0;
  letter-spacing: 0.08em;
}
.lower .contactLower .formTable tr td input[type=checkbox],
.lower .contactLower .formTable tr td input[type=radio] {
  width: auto;
  margin-right: 8px;
}
.lower .contactLower .formTable tr .radio li {
  margin-bottom: 0.6em;
}
.lower .contactLower .formTable tr .radio li label {
  margin-bottom: 0;
}
.lower .contactLower .formTable tr .checkbox li {
  margin-bottom: 0.6em;
}
.lower .contactLower .formTable tr .checkbox li label {
  margin-bottom: 0;
}
@media screen and (min-width:1025px) {
  .lower .contactLower .formTable tr .radio li {
    margin-bottom: 0.2em;
  }
  .lower .contactLower .formTable tr .checkbox li {
    margin-bottom: 0.2em;
  }
  .lower .contactLower .formTable tr .checkbox li label {
    margin-bottom: 0;
  }
}
.lower .contactLower .formTable tr th {
  letter-spacing: 0.15em;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
.lower .contactLower .formTable tr th:last-child {
  margin-top: 0;
}
.lower .contactLower .formTable tr th .required {
  font-size: 80%;
  padding: 4px 8px;
  border-radius: 2px;
  background-color: #C72600;
  color: #ffffff;
  line-height: 0;
  font-weight: normal;
  margin-left: 10px;
}
.lower .contactLower .formTable .adress {
  border-bottom: none;
}
.lower .contactLower .formTable .adress th {
  text-align: right;
  padding-right: 8px;
}
.lower .contactLower .formTable .adress th[colspan="2"] {
  text-align: left;
}
.lower .contactLower .formTable .adress th, .lower .contactLower .formTable .adress td {
  padding-bottom: 0;
}
.lower .contactLower .formTable .border {
  border-bottom: 1px solid #D6D4C6;
}
.lower .contactLower .formTable .border th, .lower .contactLower .formTable .border td {
  padding-bottom: 24px;
}
.lower .contactLower .formBtn {
  text-align: center;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.lower .contactLower .formBtn input[type=button],
.lower .contactLower .formBtn input[type=reset],
.lower .contactLower .formBtn input[type=submit] {
  display: block;
  font-size: 1.15em;
  font-weight: normal;
  background-color: #06498D;
  color: #ffffff;
  cursor: pointer;
  padding: 20px 40px;
  border-radius: 0;
  border: none;
  letter-spacing: 0.3em;
  text-indent: 0.5em;
  width: 100%;
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
}
.lower .contactLower .formBtn input.btnBack {
  font-size: 1em;
  border: 1px solid #D6D4C6;
  background-color: #FFF;
  color: rgba(88, 105, 121, 0.5019607843);
  padding: 16px 24px;
  width: 80%;
}
.lower .contactLower .error_messe {
  color: #C72600;
  font-weight: bold;
}
@media screen and (min-width:1025px) {
  .lower .contactLower .formTable tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0;
  }
  .lower .contactLower .formTable tr:last-child {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .lower .contactLower .formTable tr th {
    width: 30%;
    vertical-align: middle;
    padding-top: 24px;
    padding-bottom: 24px;
    margin-top: 0;
  }
  .lower .contactLower .formTable tr td {
    width: 70%;
    display: table-cell;
    vertical-align: middle;
    padding-top: 24px;
    padding-bottom: 24px;
    margin-top: 0px;
    margin-bottom: 0em;
  }
  .lower .contactLower .formTable tr td .formS {
    width: 20em;
  }
  .lower .contactLower .formTable tr td .formM {
    width: 20em;
  }
  .lower .contactLower .formTable tr td .formL {
    width: 30em;
  }
  .lower .contactLower .formBtn input[type=button],
.lower .contactLower .formBtn input[type=reset],
.lower .contactLower .formBtn input[type=submit] {
    width: 50%;
  }
  .lower .contactLower .formBtn input.btnBack {
    font-size: 0.9em;
    width: 40%;
  }
}
@media screen and (min-width:1025px) {
  .lower .confirm .formBtn {
    padding: 2em;
  }
}/*# sourceMappingURL=pages.css.map */