@charset "UTF-8";
/*-------------------------------------------------------------
トップページ
---------------------------------------------------------------*/
.index {
  position: relative;
  /*---------------------------------------
KV
---------------------------------------*/
  /*---------------------------------------
コンテンツ
---------------------------------------*/
}

.index .mainImg .kv {
  position: relative;
  margin-bottom: 2.66em;
}

.index .mainImg .kv-img img {
  width: 100%;
}

.index .mainImg .kv-copy {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
}

.index .mainImg .kv-copy img {
  width: 100%;
}

@media screen and (min-width: 640px) {
  .index .mainImg .kv-copy {
    width: 80%;
  }
}

@media screen and (min-width: 1025px) {
  .index .mainImg .kv-copy {
    width: 47%;
  }
}

.index .contents {
  position: relative;
  /*---------------------------------------
news
---------------------------------------*/
  /*---------------------------------------
about
---------------------------------------*/
  /*---------------------------------------
advance
---------------------------------------*/
  /*---------------------------------------
map
---------------------------------------*/
}

.index .contents .sectionTtl {
  text-align: center;
}

.index .contents .sectionTtl h2 {
  color: #221D7F;
  font-size: 1.86rem;
  text-align: center;
  display: inline-block;
  margin-bottom: 2em;
  line-height: 1;
  font-family: "Zen Maru Gothic", sans-serif;
}

.index .contents .sectionTtl h2 .subTtl {
  display: inline-block;
  color: #CE3F00;
  font-size: 1.32rem;
  position: relative;
  margin-bottom: 0.6em;
}

.index .contents .sectionTtl h2 .subTtl:before {
  content: "";
  display: inline-block;
  background-color: #CE3F00;
  background-repeat: no-repeat;
  background-size: contain;
  width: 3px;
  height: 1.32rem;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  left: -12px;
  -webkit-transform: translate(0, -50%) rotate(-22deg);
          transform: translate(0, -50%) rotate(-22deg);
}

.index .contents .sectionTtl h2 .subTtl:after {
  content: "";
  display: inline-block;
  background-color: #CE3F00;
  background-repeat: no-repeat;
  background-size: contain;
  width: 3px;
  height: 1.32rem;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  right: -12px;
  -webkit-transform: translate(0, -50%) rotate(22deg);
          transform: translate(0, -50%) rotate(22deg);
}

.index .contents .sectionTtl h2:after {
  content: "";
  display: block;
  background-color: #221D7F;
  border-radius: 100px;
  width: 80px;
  height: 3px;
  margin: auto;
  margin-top: 1em;
}

.index .contents .dpi {
  display: inline-block;
}

.index .contents .news {
  padding: 2.33em 24px 2.33em;
  position: relative;
  background-color: #FAF8EF;
}

@media screen and (min-width: 640px) {
  .index .contents .news {
    max-width: 93%;
    margin: auto;
    border-radius: 16px;
  }
}

@media screen and (min-width: 1025px) {
  .index .contents .news {
    padding: 5.33em 24px 5.33em;
    width: 100%;
    max-width: 1200px;
  }
}

@media screen and (min-width: 1025px) {
  .index .contents .news .newsWarp {
    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;
    max-width: 960px;
    margin: auto;
  }
}

.index .contents .newsTtl h2 {
  margin-bottom: 0;
  font-size: 1.86em;
  color: #221D7F;
}

@media screen and (min-width: 1025px) {
  .index .contents .newsTtl {
    margin-bottom: 10px;
  }
}

.index .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;
  margin-bottom: 1.2em;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 1025px) {
  .index .contents .newsInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.index .contents .newsBtn a {
  background-color: #FFF;
  color: #CE3F00;
  font-weight: 700;
  text-decoration: none;
  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: space-betweend;
  -webkit-justify-content: space-betweend;
      -ms-flex-pack: space-betweend;
          justify-content: space-betweend;
  padding: 4px 16px;
  font-size: 14px;
  border-radius: 100px;
  border: 2px solid #CE3F00;
}

.index .contents .newsBtn a:after {
  content: "";
  background-image: url(../img/cmn/arrow-red.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 21px;
  height: 21px;
  display: inline-block;
  margin-left: 15px;
}

@media screen and (min-width: 1025px) {
  .index .contents .news .newsTxt {
    width: 100%;
    max-width: 750px;
  }
}

.index .contents .newsFeed {
  margin: 0;
}

.index .contents .newsFeed li:after {
  content: "";
  display: block;
  background-image: -webkit-linear-gradient(left, #221D7F, #221D7F 2px, transparent 2px, transparent 1px);
  background-image: linear-gradient(to right, #221D7F, #221D7F 2px, transparent 2px, transparent 1px);
  background-size: 4px 1px;
  background-position: left top;
  background-repeat: repeat-x;
  width: 100%;
  height: 1px;
}

.index .contents .newsFeed li a {
  color: #57453E;
  font-size: 1rem;
  color: #57453E;
  position: relative;
  text-decoration: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: block;
  padding: 1em 3.2em 1em 0.8em;
}

@media screen and (min-width: 1025px) {
  .index .contents .newsFeed li a {
    padding: 2em 1em 2em 1em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .index .contents .newsFeed li a:after {
    right: 1em;
  }
}

.index .contents .newsFeed li a:after {
  content: "";
  display: block;
  background-image: url(/assets/img/cmn/arrow-blue-02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 21px;
  height: 21px;
  position: absolute;
  right: 0.7em;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.index .contents .newsFeed li a time {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #221D7F;
}

@media screen and (min-width: 1025px) {
  .index .contents .newsFeed li a time {
    width: 100%;
    max-width: 130px;
    margin-right: 36px;
  }
}

.index .contents .newsFeed li a p {
  width: 100%;
  text-align: left;
  border: none;
  color: #57453E;
  font-size: 15px;
  margin-bottom: 0;
  font-weight: 500;
}

.index .contents .newsFeed li a:hover {
  background-color: #221D7F;
  opacity: 1;
}

.index .contents .newsFeed li a:hover:after {
  background-image: url(/assets/img/cmn/arrow-white.svg);
}

.index .contents .newsFeed li a:hover time {
  color: #FFF;
}

.index .contents .newsFeed li a:hover p {
  color: #FFF;
}

.index .contents .newsFeed li:first-child:before {
  content: "";
  display: block;
  background-image: -webkit-linear-gradient(left, #221D7F, #221D7F 2px, transparent 2px, transparent 1px);
  background-image: linear-gradient(to right, #221D7F, #221D7F 2px, transparent 2px, transparent 1px);
  background-size: 4px 1px;
  background-position: left top;
  background-repeat: repeat-x;
  width: 100%;
  height: 1px;
}

.index .contents .about {
  max-width: 840px;
  margin: 7.73em auto;
}

@media screen and (min-width: 640px) {
  .index .contents .about {
    padding: 0 24px;
  }
}

@media screen and (min-width: 1025px) {
  .index .contents .about {
    padding: 0;
  }
}

@media screen and (min-width: 640px) {
  .index .contents .about .sectionTtl {
    position: relative;
  }
  .index .contents .about .sectionTtl:after {
    content: "";
    display: block;
    background-image: url(/assets/img/index/about-img.png);
    background-size: contain;
    width: 160px;
    height: 187px;
    position: absolute;
    right: 0;
    top: -100%;
    -webkit-transform: translate(0, 55%);
            transform: translate(0, 55%);
  }
}

@media screen and (min-width: 640px) {
  .index .contents .about .aboutWrap {
    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;
    gap: 5%;
    margin-top: 1.33em;
  }
}

@media screen and (min-width: 1025px) {
  .index .contents .about .aboutWrap {
    gap: 13%;
  }
}

.index .contents .about .aboutContent {
  padding-top: 3em;
  padding-bottom: 3.6em;
  border-top: 1px solid #221D7F;
}

@media screen and (min-width: 640px) {
  .index .contents .about .aboutContent {
    padding-top: 1.6em;
    padding-bottom: 1.33em;
  }
}

.index .contents .about .bt {
  border-top: 1px solid #221D7F;
}

.index .contents .about .aboutTtl {
  text-align: center;
  font-size: 1.6rem;
  color: #221D7F;
  margin-bottom: 1em;
  font-family: "Zen Maru Gothic", sans-serif;
}

.index .contents .about .aboutSubTtl {
  display: block;
  font-size: 1rem;
  color: #57453E;
}

.index .contents .about .aboutTxt {
  width: 90%;
  margin: auto;
}

@media screen and (min-width: 1025px) {
  .index .contents .about .aboutTxt {
    width: 100%;
  }
}

.index .contents .advance {
  margin-bottom: 8em;
}

.index .contents .advance .advanceWrap {
  position: relative;
  max-width: 330px;
  margin: auto;
}

@media screen and (min-width: 640px) {
  .index .contents .advance .advanceWrap {
    width: 80%;
    max-width: 500px;
    margin: auto;
  }
}

@media screen and (min-width: 1200px) {
  .index .contents .advance .advanceWrap {
    width: 100%;
    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;
    max-width: 1200px;
    margin: auto;
  }
}

.index .contents .advance .advanceInner {
  margin: auto;
  max-width: 480px;
}

.index .contents .advance .advanceInner:before {
  max-width: 480px;
}

@media screen and (min-width: 640px) {
  .index .contents .advance .advanceInner {
    width: 70%;
  }
}

@media screen and (min-width: 1200px) {
  .index .contents .advance .advanceInner {
    max-width: 266px;
    margin: 0;
  }
}

.index .contents .advance .advanceStep {
  color: #FFF;
  text-align: center;
  height: 280px;
  padding: calc(40px + 70px) 0 0em;
}

@media screen and (min-width: 1200px) {
  .index .contents .advance .advanceStep {
    padding-top: 56px;
  }
}

.index .contents .advance .advanceNumber {
  background-color: #FFF;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  font-family: "Poppins", sans-serif;
  font-size: 2.66rem;
  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;
  margin: auto;
  font-weight: 600;
  position: absolute;
  top: 30px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  z-index: 2;
}

@media screen and (min-width: 1200px) {
  .index .contents .advance .advanceNumber {
    width: 80px;
    height: 80px;
    top: -40px;
  }
}

.index .contents .advance .advancetTtl {
  font-size: 1.46rem;
  font-family: "Zen Maru Gothic", sans-serif;
  margin-top: 10px;
  margin-bottom: 1.1em;
}

.index .contents .advance .advanceTxt {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0;
  padding: 0 20px;
  text-align: left;
  color: #FFFFFFE6;
}

@media screen and (min-width: 640px) {
  .index .contents .advance .advanceTxt {
    width: 80%;
    margin: auto;
  }
}

@media screen and (min-width: 1200px) {
  .index .contents .advance .advanceTxt {
    padding: 0 13px 0 36px;
    width: 100%;
    margin: 0;
  }
}

.index .contents .advance .step-01 {
  position: relative;
}

.index .contents .advance .step-01:before {
  content: "";
  background-color: #FFF;
  width: 100%;
  height: 280px;
  -webkit-clip-path: polygon(100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
          clip-path: polygon(100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
  position: absolute;
  bottom: -3px;
}

@media screen and (min-width: 1200px) {
  .index .contents .advance .step-01:before {
    -webkit-clip-path: polygon(94% 0, 100% 50%, 94% 100%, 0 100%, 0 0);
            clip-path: polygon(94% 0, 100% 50%, 94% 100%, 0 100%, 0 0);
    border-radius: 16px 16px 0 0px;
    bottom: auto;
    right: -3px;
  }
}

.index .contents .advance .step-01 .advanceStep {
  background-color: #6969B7;
  -webkit-clip-path: polygon(100% 0, 100% 91%, 50% 100%, 0 91%, 0 0);
          clip-path: polygon(100% 0, 100% 91%, 50% 100%, 0 91%, 0 0);
  border-radius: 16px 16px 0 0;
  padding-bottom: 200px;
}

@media screen and (min-width: 1200px) {
  .index .contents .advance .step-01 .advanceStep {
    -webkit-clip-path: polygon(94% 0, 100% 50%, 94% 100%, 0 100%, 0 0);
            clip-path: polygon(94% 0, 100% 50%, 94% 100%, 0 100%, 0 0);
    border-radius: 16px 0px 0 16px;
    padding-top: 56px;
    padding-bottom: 0;
  }
}

.index .contents .advance .step-01 .advanceNumber {
  color: #6969B7;
  border: 3px solid #6969B7;
}

.index .contents .advance .step-02 {
  position: relative;
  margin-top: -25px;
  z-index: -1;
}

@media screen and (min-width: 1200px) {
  .index .contents .advance .step-02 {
    margin-top: 0;
    margin-left: -16px;
    max-width: calc(266px + 16px);
  }
}

.index .contents .advance .step-02:before {
  content: "";
  background-color: #FFF;
  width: 100%;
  height: 280px;
  -webkit-clip-path: polygon(100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
          clip-path: polygon(100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
  position: absolute;
  bottom: -3px;
}

@media screen and (min-width: 1200px) {
  .index .contents .advance .step-02:before {
    -webkit-clip-path: polygon(94% 0, 100% 50%, 94% 100%, 0 100%, 0 0);
            clip-path: polygon(94% 0, 100% 50%, 94% 100%, 0 100%, 0 0);
    border-radius: 16px 16px 0 0px;
    bottom: auto;
    right: -3px;
  }
}

.index .contents .advance .step-02 .advanceStep {
  background-color: #5756A9;
  -webkit-clip-path: polygon(100% 0, 100% 92%, 50% 100%, 0 92%, 0 0);
          clip-path: polygon(100% 0, 100% 92%, 50% 100%, 0 92%, 0 0);
  height: calc(280px + 24px);
  padding-top: calc(30px + 24px + 70px);
  padding-bottom: 230px;
}

@media screen and (min-width: 1200px) {
  .index .contents .advance .step-02 .advanceStep {
    height: 280px;
    -webkit-clip-path: polygon(94% 0, 100% 50%, 94% 100%, 0 100%, 0 0);
            clip-path: polygon(94% 0, 100% 50%, 94% 100%, 0 100%, 0 0);
    padding-top: 56px;
    padding-bottom: 0;
  }
}

.index .contents .advance .step-02 .advanceNumber {
  color: #5756A9;
  border: 3px solid #5756A9;
  top: 48px;
}

@media screen and (min-width: 1200px) {
  .index .contents .advance .step-02 .advanceNumber {
    top: -40px;
  }
}

.index .contents .advance .step-03 {
  position: relative;
  margin-top: -30px;
  z-index: -2;
}

@media screen and (min-width: 1200px) {
  .index .contents .advance .step-03 {
    margin-top: 0;
    margin-left: -16px;
    max-width: calc(266px + 16px);
  }
}

.index .contents .advance .step-03:before {
  content: "";
  background-color: #FFF;
  width: 100%;
  height: 280px;
  -webkit-clip-path: polygon(100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
          clip-path: polygon(100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
  position: absolute;
  bottom: -3px;
}

@media screen and (min-width: 1200px) {
  .index .contents .advance .step-03:before {
    -webkit-clip-path: polygon(94% 0, 100% 50%, 94% 100%, 0 100%, 0 0);
            clip-path: polygon(94% 0, 100% 50%, 94% 100%, 0 100%, 0 0);
    border-radius: 16px 16px 0 0px;
    bottom: auto;
    right: -3px;
  }
}

.index .contents .advance .step-03 .advanceStep {
  background-color: #46439B;
  -webkit-clip-path: polygon(100% 0, 100% 91.5%, 50% 100%, 0 91.5%, 0 0);
          clip-path: polygon(100% 0, 100% 91.5%, 50% 100%, 0 91.5%, 0 0);
  height: calc(280px + 31px);
  padding-top: calc(30px + 28px + 70px);
  padding-bottom: 200px;
}

@media screen and (min-width: 1200px) {
  .index .contents .advance .step-03 .advanceStep {
    height: 280px;
    -webkit-clip-path: polygon(94% 0, 100% 50%, 94% 100%, 0 100%, 0 0);
            clip-path: polygon(94% 0, 100% 50%, 94% 100%, 0 100%, 0 0);
    padding-top: 56px;
    padding-bottom: 0;
  }
}

.index .contents .advance .step-03 .advanceNumber {
  color: #46439B;
  border: 3px solid #46439B;
  top: 54px;
}

@media screen and (min-width: 1200px) {
  .index .contents .advance .step-03 .advanceNumber {
    top: -40px;
  }
}

.index .contents .advance .step-04 {
  position: relative;
  margin-top: -30px;
  z-index: -3;
}

@media screen and (min-width: 1200px) {
  .index .contents .advance .step-04 {
    margin-top: 0;
    margin-left: -16px;
    max-width: calc(266px + 16px);
  }
}

.index .contents .advance .step-04:before {
  content: "";
  background-color: #FFF;
  width: 100%;
  height: 280px;
  -webkit-clip-path: polygon(100% 0, 100% 89.5%, 50% 100%, 0 89.5%, 0 0);
          clip-path: polygon(100% 0, 100% 89.5%, 50% 100%, 0 89.5%, 0 0);
  position: absolute;
  bottom: -3px;
}

@media screen and (min-width: 1200px) {
  .index .contents .advance .step-04:before {
    -webkit-clip-path: polygon(94% 0, 100% 50%, 94% 100%, 0 100%, 0 0);
            clip-path: polygon(94% 0, 100% 50%, 94% 100%, 0 100%, 0 0);
    border-radius: 16px 16px 0 0px;
    bottom: auto;
    right: -3px;
  }
}

.index .contents .advance .step-04 .advanceStep {
  background-color: #34308D;
  -webkit-clip-path: polygon(100% 0, 100% 92.5%, 50% 100%, 0 92.5%, 0 0);
          clip-path: polygon(100% 0, 100% 92.5%, 50% 100%, 0 92.5%, 0 0);
  height: calc(280px + 31px);
  padding-top: calc(30px + 28px + 70px);
  padding-bottom: 260px;
}

@media screen and (min-width: 1200px) {
  .index .contents .advance .step-04 .advanceStep {
    height: 280px;
    -webkit-clip-path: polygon(94% 0, 100% 50%, 94% 100%, 0 100%, 0 0);
            clip-path: polygon(94% 0, 100% 50%, 94% 100%, 0 100%, 0 0);
    padding-top: 56px;
    padding-bottom: 0;
  }
}

.index .contents .advance .step-04 .advanceNumber {
  color: #34308D;
  border: 3px solid #34308D;
  top: 54px;
}

@media screen and (min-width: 1200px) {
  .index .contents .advance .step-04 .advanceNumber {
    top: -40px;
  }
}

.index .contents .advance .step-05 {
  position: relative;
  margin-top: -31px;
  z-index: -4;
}

@media screen and (min-width: 1200px) {
  .index .contents .advance .step-05 {
    margin-top: 0;
    margin-left: -16px;
    max-width: calc(266px + 16px);
  }
}

.index .contents .advance .step-05 .advanceStep {
  background-color: #221D7F;
  height: calc(280px + 24px);
  padding-top: calc(30px + 28px + 70px);
  border-radius: 0px 0px 16px 16px;
  position: relative;
  padding-bottom: 200px;
}

@media screen and (min-width: 1200px) {
  .index .contents .advance .step-05 .advanceStep {
    height: 280px;
    border-radius: 0px 16px 16px 0px;
    padding-top: 56px;
    padding-bottom: 0;
  }
}

.index .contents .advance .step-05 .advanceNumber {
  color: #221D7F;
  border: 3px solid #221D7F;
  top: 54px;
}

@media screen and (min-width: 1200px) {
  .index .contents .advance .step-05 .advanceNumber {
    top: -40px;
  }
}

.index .contents .map {
  max-width: 1200px;
  margin: auto;
  margin-bottom: 9.33em;
}

.index .contents .map .mapWrap {
  position: relative;
}

.index .contents .map .googleMap iframe {
  width: 100%;
  border: none;
  height: 300px;
}

@media screen and (min-width: 640px) {
  .index .contents .map .googleMap iframe {
    height: 480px;
  }
}

.index .contents .map .mapBtn a {
  width: 190px;
  padding: 14px 14px;
  color: #CE3F00;
  font-weight: 700;
  text-decoration: none;
  border: 2px solid #CE3F00;
  border-radius: 100px;
  font-size: 14px;
  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;
  margin: auto;
  position: absolute;
  background-color: #FFF;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}

.index .contents .map .mapBtn a:after {
  content: "";
  display: inline-block;
  background-image: url(/assets/img/cmn/link-icon.svg);
  width: 12px;
  height: 12px;
  font-weight: 700;
}

/*---------------------------------------
lower page
---------------------------------------*/
.lower .pageTtl {
  width: 100%;
  padding: 5em 12px 5em;
  letter-spacing: .1em;
  text-align: center;
  position: relative;
  color: #221D7F;
  background-image: url(/assets/img/lower/lower-kv_img.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.lower .pageTtl h2 {
  font-size: 1.86rem;
  font-family: "Zen Maru Gothic", sans-serif;
}

.lower .pageTtl h2 .small {
  font-family: "Poppins", sans-serif;
  font-size: 1.06rem;
  display: block;
}

@media screen and (min-width: 1025px) {
  .lower .pageTtl {
    padding: 5.25em 12px 4.75em;
  }
}

.lower .contents {
  margin-bottom: 7.4em;
}

.lower .contents section {
  margin-top: 5.63em;
  margin-bottom: 8.86em;
}

.lower .sectionBody {
  width: 100%;
  margin: auto;
}

.lower .sectionBody .leadText {
  background-color: #FAF8EF;
  padding: 40px 64px;
  font-size: 112%;
  line-height: 2;
  width: 80%;
  margin: auto;
}

@media screen and (min-width: 640px) {
  .lower .sectionBody {
    width: 94%;
    max-width: 640px;
  }
}

@media screen and (min-width: 1025px) {
  .lower .sectionBody {
    max-width: 960px;
  }
}

.lower .sectionTtl {
  text-align: center;
  margin-bottom: 3em;
}

.lower .sectionTtl h3 {
  color: #221D7F;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  display: inline-block;
}

.lower .sectionTtl h3:after {
  content: "";
  display: block;
  border-bottom: 4px solid #221D7F;
  margin-top: 0.3em;
}

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

.lower .bgGray {
  background-color: #FAF8EF;
  padding: 32px 40px;
}

.lower .w80 {
  width: 100%;
  margin: auto;
}

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

.lower .btn {
  text-align: center;
}

.lower .btn a {
  color: #221D7F;
  background-color: #FFF;
  text-decoration: none;
  padding: 1em 2em;
  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;
  font-size: 14px;
  border: 2px solid #221D7F;
  border-radius: 2px;
  font-weight: 700;
}

.lower .btn a:after {
  content: "";
  display: inline-block;
  background-image: url(../img/cmn/arrow-red.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 8px;
  height: 16px;
  margin-left: 10px;
}

@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 {
  position: relative;
}

.lower .news .eid__entry__title a {
  color: #221D7F;
}

.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;
  border-bottom: solid 1px #dedede;
}

.lower .news .newsInner .articleWrap .article h1 {
  color: #221D7F;
  margin-bottom: 24px;
  font-size: 24px;
}

.lower .news .newsInner .articleWrap .article .articleText .twitter-share-button {
  color: #221D7F;
}

.lower .news .newsInner .articleWrap .article .articleInfo {
  margin-top: 64px;
  margin-bottom: 40px;
}

.lower .news .newsInner .articleWrap .article .articleInfo a {
  color: #221D7F;
}

.lower .news .newsInner .sideBox section {
  margin: auto;
  margin-bottom: 32px;
  margin-top: 24px;
  color: #221D7F;
  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: #221D7F;
  text-align: center;
  border-radius: 2px;
}

.lower .news .newsInner .sideBox section form .search {
  padding: 8px;
  border: 1px solid #221D7F;
  margin-right: 4px;
  border-radius: 2px;
}

.lower .news .newsInner .sideBox section form .searchBtn {
  background-color: #221D7F;
  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: #221D7F;
}

@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;
  }
}

/*---------------------------------------
lower page
---------------------------------------*/
.lower .error .errorContent .errorTxt p {
  margin-bottom: 1.857em;
  font-size: 1rem;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.lower .error .errorContent .errorTxt p a {
  color: #fff;
}

.lower .error .errorContent .errorTxt .topBtn {
  text-align: center;
}

.lower .error .errorContent .errorTxt .topBtn a {
  color: #CE3F00;
  background-color: #FFF;
  text-decoration: none;
  padding: 1.4em 2.3em;
  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;
  font-size: 14px;
  border: 2px solid #CE3F00;
  border-radius: 100px;
  font-weight: 700;
}

.lower .error .errorContent .errorTxt .topBtn a::before {
  content: "";
  display: inline-block;
  background-image: url(../img/cmn/arrow-back.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 6px;
  height: 9px;
  margin-right: 15px;
}

/*---------------------------------------
lower page
---------------------------------------*/
@media screen and (min-width: 1025px) {
  .lower .company .aisatu .aisatuWrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 90%;
    margin: auto;
  }
}

.lower .company .aisatu .aisatuImg {
  width: 60%;
  margin: auto;
}

.lower .company .aisatu .aisatuImg img {
  margin-bottom: 1.2em;
  width: 100%;
}

@media screen and (min-width: 640px) {
  .lower .company .aisatu .aisatuImg {
    width: 50%;
  }
}

@media screen and (min-width: 1025px) {
  .lower .company .aisatu .aisatuImg {
    width: 25%;
    margin: 0;
  }
}

.lower .company .aisatu .aisatuTxt {
  font-size: 1.1rem;
}

.lower .company .aisatu .aisatuTxt .br {
  display: none;
}

.lower .company .aisatu .aisatuTxt .attention {
  display: block;
  font-size: 1.1rem;
  color: #221D7F;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.5em;
}

@media screen and (min-width: 640px) {
  .lower .company .aisatu .aisatuTxt {
    width: 90%;
    margin: auto;
  }
  .lower .company .aisatu .aisatuTxt .br {
    display: block;
  }
}

@media screen and (min-width: 1025px) {
  .lower .company .aisatu .aisatuTxt {
    width: 65%;
    margin: 0;
  }
  .lower .company .aisatu .aisatuTxt .attention {
    text-align: left;
  }
}

.lower .company .overview .overviewContent {
  width: 90%;
  margin: auto;
}

.lower .company .overview .table-style tr th {
  width: 30%;
}

.lower .company .overview .table-style address {
  margin-bottom: 0;
}

@media screen and (min-width: 1025px) {
  .lower .company .overview .table-style tr th {
    width: 20%;
  }
}

.lower .company .history {
  margin-left: auto;
  margin-right: auto;
}

.lower .company .history .timeline li {
  margin-bottom: 0;
  padding-bottom: 16px;
  border-left: 2px #dedede solid;
  padding-left: 0;
  padding-top: 0;
}

.lower .company .history .timeline-date {
  position: relative;
  padding-left: 1.5em;
  font-weight: bold;
}

.lower .company .history .timeline-date:before {
  content: '';
  width: 10px;
  height: 10px;
  background: #221D7F;
  position: absolute;
  left: -6px;
  top: 4px;
  border-radius: 100%;
}

.lower .company .history .timeline-content {
  padding-left: 1.5em;
}

.lower .company .history .none {
  display: none;
}

@media screen and (min-width: 640px) {
  .lower .company .history .historyContent {
    width: 80%;
    margin: auto;
  }
  .lower .company .history .timeline li {
    overflow: hidden;
    margin: 0;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    border: none;
  }
  .lower .company .history .timeline-date {
    width: 120px;
    margin-top: 0;
    padding-left: 0;
    padding-bottom: 8px;
  }
  .lower .company .history .timeline-date:before {
    content: none;
  }
  .lower .company .history .timeline-content {
    width: 75%;
    border-left: 2px #dedede solid;
    padding-left: 32px;
    padding-top: 0;
    padding-bottom: 8px;
  }
  .lower .company .history .timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #221D7F;
    position: absolute;
    left: 115px;
    top: 6px;
    border-radius: 100%;
  }
}

@media screen and (min-width: 1025px) {
  .lower .company .history .historyContent {
    width: 60%;
    margin: auto;
  }
}

.lower .company .staff .staffContent {
  margin-bottom: 2.5em;
  text-align: center;
}

.lower .company .staff .staffName {
  color: #221D7F;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0.6em;
}

@media screen and (min-width: 1025px) {
  .lower .company .staff .staffWarp {
    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;
    gap: 3%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media screen and (min-width: 1025px) {
  .lower .company .staff .staffContent {
    width: 47%;
  }
}

.lower .company .staff .Certification {
  margin-bottom: 1em;
}

.lower .company .staff .CertificationTtl {
  color: #221D7F;
  line-height: 1;
  margin-bottom: 0.6em;
  font-size: 1.1rem;
}

.lower .company .staff .CertificationTxt {
  text-align: left;
  display: block;
  margin: auto;
  text-align: center;
}

.lower .company .staff .CertificationTxt .br {
  display: none;
}

.lower .company .staff .CertificationTxt .space {
  margin-left: 5px;
}

@media screen and (min-width: 1025px) {
  .lower .company .staff .CertificationTxt {
    text-align: center;
  }
  .lower .company .staff .CertificationTxt .br {
    display: block;
  }
  .lower .company .staff .CertificationTxt .space {
    margin-left: 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: #221D7F;
  border-radius: 6px 6px 0px 0px;
  padding: 15px 18px;
  margin-bottom: 0;
  line-height: 1.7;
}

.lower .faq .faqTxt {
  background-color: #FAF8EF;
  padding: 1.2em 20px;
  border-radius: 0px 0px 6px 6px;
}

.lower .faq .faqTxt p {
  margin-bottom: 0;
  line-height: 1.65;
}

/*---------------------------------------
lower page
---------------------------------------*/
@media screen and (min-width: 1025px) {
  .lower .service .serviceInner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 4%;
  }
}

.lower .service .serviceContainer {
  margin-bottom: 5em;
}

@media screen and (min-width: 1025px) {
  .lower .service .serviceContainer {
    width: 48%;
  }
}

@media screen and (min-width: 640px) {
  .lower .service .serviceContent {
    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;
  }
}

@media screen and (min-width: 1025px) {
  .lower .service .serviceContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.lower .service .serviceImg {
  margin-bottom: 1.2em;
}

.lower .service .serviceImg img {
  width: 100%;
}

@media screen and (min-width: 640px) {
  .lower .service .serviceImg {
    width: 40%;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1025px) {
  .lower .service .serviceImg {
    width: 45%;
  }
}

@media screen and (min-width: 1025px) {
  .lower .service .serviceImg {
    width: 100%;
    margin-bottom: 1.2em;
  }
}

@media screen and (min-width: 640px) {
  .lower .service .serviceTxt {
    width: 55%;
  }
}

@media screen and (min-width: 1025px) {
  .lower .service .serviceTxt {
    width: 100%;
  }
}

.lower .cotactLower .contactTxt {
  font-size: 1.1rem;
  font-weight: 700;
}

@media screen and (min-width: 640px) {
  .lower .cotactLower .contactTxt {
    text-align: center;
  }
}

.lower .cotactLower .mainTxt {
  margin-bottom: 2.5em;
}

@media screen and (min-width: 1025px) {
  .lower .cotactLower .mainTxt {
    text-align: center;
  }
}

.lower .cotactLower .thanksTel {
  color: #221D7F;
  font-weight: 700;
  padding-top: 1em;
}

.lower .cotactLower .thanksError .ErrorTxt-01 {
  margin-bottom: 1em;
}

.lower .cotactLower .thanksError .ErrorTxt-02 {
  margin-bottom: 0;
}

.lower .cotactLower .errorList ul {
  list-style: disc;
  margin-left: 1em;
}

.lower .cotactLower .errorList ul li {
  margin-bottom: 0.6em;
}

@media screen and (min-width: 1025px) {
  .lower .cotactLower .thanksError {
    padding-top: 2em;
  }
  .lower .cotactLower .thanksError p {
    text-align: center;
    margin-bottom: 1em;
  }
  .lower .cotactLower .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 .cotactLower .thanksError .thanksTel {
    font-size: 1.1rem;
  }
}

.lower .cotactLower .formTable {
  width: 100%;
}

.lower .cotactLower .formTable tr {
  border-bottom: 1px solid #dedede;
  display: block;
  width: 100%;
  margin-top: 1.5em;
}

.lower .cotactLower .formTable tr td {
  display: block;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 1.5em;
}

.lower .cotactLower .formTable tr td input {
  border: 1px solid #dedede;
  width: 100%;
  padding: 8px 12px;
  border-radius: 3px;
  margin: 0;
  letter-spacing: .08em;
  max-width: 100%;
}

.lower .cotactLower .formTable tr td textarea {
  border: 1px solid #dedede;
  width: 100%;
  padding: 8px 12px;
  border-radius: 3px;
  margin: 0;
  letter-spacing: .08em;
}

.lower .cotactLower .formTable tr td input[type="checkbox"],
.lower .cotactLower .formTable tr td input[type="radio"] {
  width: auto;
  margin-right: 8px;
}

.lower .cotactLower .formTable tr .radio {
  margin-bottom: 0;
}

.lower .cotactLower .formTable tr .radio li {
  margin-bottom: 0.6em;
}

.lower .cotactLower .formTable tr .radio li label {
  margin-bottom: 0;
}

.lower .cotactLower .formTable tr .radio li:last-child {
  margin-bottom: 0;
}

.lower .cotactLower .formTable tr .checkbox li {
  margin-bottom: 0.6em;
}

.lower .cotactLower .formTable tr .checkbox li label {
  margin-bottom: 0;
}

@media screen and (min-width: 1025px) {
  .lower .cotactLower .formTable tr .radio li {
    margin-bottom: 0.2em;
  }
  .lower .cotactLower .formTable tr .checkbox li {
    margin-bottom: 0.2em;
  }
  .lower .cotactLower .formTable tr .checkbox li label {
    margin-bottom: 0;
  }
}

.lower .cotactLower .formTable tr th {
  letter-spacing: .15em;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}

.lower .cotactLower .formTable tr th:last-child {
  margin-top: 0;
}

.lower .cotactLower .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 .cotactLower .formBtn {
  text-align: center;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.lower .cotactLower .formBtn input[type="button"],
.lower .cotactLower .formBtn input[type="reset"],
.lower .cotactLower .formBtn input[type="submit"] {
  display: block;
  font-size: 1.15em;
  font-weight: normal;
  background-color: #221D7F;
  color: #ffffff;
  cursor: pointer;
  padding: 20px 40px;
  border-radius: 0;
  border: none;
  letter-spacing: .3em;
  text-indent: .5em;
  width: 100%;
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
}

.lower .cotactLower .formBtn input.btnBack {
  font-size: 1em;
  border: 1px solid #dedede;
  background-color: #FFF;
  color: #57453E;
  padding: 16px 24px;
  width: 80%;
}

.lower .cotactLower .error_messe {
  color: #C72600;
  font-weight: bold;
}

@media screen and (min-width: 1025px) {
  .lower .cotactLower .contactTel {
    width: 70%;
  }
  .lower .cotactLower .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 .cotactLower .formTable tr:last-child {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .lower .cotactLower .formTable tr th {
    width: 30%;
    vertical-align: middle;
    padding-top: 24px;
    padding-bottom: 24px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .lower .cotactLower .formTable tr td {
    width: 70%;
    display: table-cell;
    vertical-align: middle;
    padding-top: 24px;
    padding-bottom: 24px;
    margin-top: 0px;
    margin-bottom: 0em;
  }
  .lower .cotactLower .formTable tr td .formM {
    width: 20em;
  }
  .lower .cotactLower .formTable tr td .formL {
    width: 30em;
  }
  .lower .cotactLower .formBtn input[type="button"],
  .lower .cotactLower .formBtn input[type="reset"],
  .lower .cotactLower .formBtn input[type="submit"] {
    width: 50%;
  }
  .lower .cotactLower .formBtn input.btnBack {
    font-size: .9em;
    width: 40%;
  }
}

@media screen and (min-width: 1025px) {
  .lower .confirm .formTable tr th,
  .lower .confirm .formTable tr td {
    margin-bottom: 1.5em;
  }
  .lower .confirm .formBtn {
    padding: 2em;
  }
}
/*# sourceMappingURL=pages.css.map */