@charset "UTF-8";
/* CSS Document */

/**

----------------------------------------

PC/SP共通

----------------------------------------

**/

#wrap {
  position: relative;
  z-index: 1;
}

body {
  opacity: 0;
  /*  display: none;*/
  transition: all 0.6s ease-out;
}

body.isAnimate {
  opacity: 1;
  display: block;
}

/**

----------------------------------------

section共通

----------------------------------------

**/

section {
  position: relative;
  z-index: 10;
  overflow: hidden;
}

/**

----------------------------------------

main

----------------------------------------

**/

main {
  position: relative;
  background: #f3f9ff;
  z-index: 1;
  height: 750px;
}

header {
  position: relative;
  top: 0;
  left: 0;
  height: 75px;
  width: 100%;
  background: rgba(255, 255, 255, 1);
  z-index: 1000;
  position: fixed;
}

header .inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

header .inner h1 {
  width: 98px;
  padding: 24px 0 0 40px;
  float: left;
  line-height: 0;
}

/* 25th-logo */
header .inner h1 {
  width: 98px;
  padding: 24px 0 0 40px;
}
/* @media screen and (min-width: 770px) and (max-width: 1100px) {
  header .inner h1 {
    width: 15vw;
    padding: 26px 0 0 10px;
  }
} */

header .inner nav {
  max-width: 780px;
  padding: 22px 24px 0 0;
  float: right;
  width: 78%;
  position: fixed;
  right: 0;
}

header .inner nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .inner nav ul li a {
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0;
  color: #3a3c4e;
}

header .inner nav ul li span,
header .inner nav ul li em {
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

/* tab */
@media screen and (min-width: 770px) and (max-width: 960px) {
  header .inner nav ul li span {
    display: none;
  }
}
header .inner nav ul li span a {
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

header .inner nav ul li:nth-child(7) {
  color: #fff;
  background: #4273b0;
  border-radius: 18px;
  height: 36px;
  text-align: center;
  margin-left: 8px;
  width: 130px;
}

header .inner nav ul li:nth-child(7) a {
  font-size: 14px;
  color: #fff;
  line-height: 36px;
  text-align: center;
  letter-spacing: 0.15em;
}

main .txtArea {
  max-width: 1120px;
  width: 100%;
  margin: 75px auto 0;
  position: relative;
  z-index: 100;
}

@media screen and (max-width: 1120px) {
  main .txtArea {
    width: 100%;
    margin: 0 auto;
    padding-left: 20px;
    position: relative;
    z-index: 100;
  }
}

main .txtArea .inner {
  width: 490px;
  padding: 148px 0 186px;
  margin: 0;
}

main .txtArea .inner .ttlTxt01 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.4em;
  padding-top: 20px;
  margin: 0 0 0 4px;
  color: #707070;
}

main .txtArea .inner .ttlTxt02 {
  font-size: 16px;
  font-weight: 500;
  line-height: 5px;
  padding-top: 4px;
  margin: 0 0 15px 0;
  color: #707070;
}

main .txtArea .inner .ttlTxt02 span {
  letter-spacing: 0px;
}

main .txtArea .inner h2 {
  width: 270px;
  line-height: 0;
}

main .txtArea .inner .logo {
  width: 285px;
  padding-top: 15px;
}

main .txtArea .inner .lead {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  padding: 15px 0;
  margin: 10px 0;
  letter-spacing: 0.1em;
}

main .txtArea .inner .btn {
  font-size: 17px;
  color: #fff;
  background: linear-gradient(to right, #5b9fe4 0%, #4d8dde 100%);
  border-radius: 30px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  width: 260px;
  font-weight: 700;
  position: relative;
}

main .txtArea .inner .btn:after {
  content: "";
  width: 14px;
  height: 8px;
  background-image: url(../images/arrow_under.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 45px;
  left: 123px;
  transition: all 0.2s ease-out;
  transform: none;
}

main .txtArea .inner .btn:hover:after {
  transform: translateY(5px);
}

main .txtArea .inner .btn a {
  width: auto;
  height: 31px;
  margin: 0 auto;
  /* padding: 0 0 0 50px; */
  box-sizing: border-box;
  display: inline-block;
  /* background: url(/images/logo_footer.png)top 50% left 0px no-repeat; */
  /* background-size: 33px auto; */
  line-height: 31px;
  color: #fff;
}

@media screen and (min-width: 768px) {
  main .txtArea .inner .btn a {
    /* padding: 0 0 0 70px; */
    background-size: 55px auto;
  }
}

/*ダウンロードボタン*/
main .txtArea .inner .btnDL {
  font-size: 17px;
  color: #fff;
  background: linear-gradient(to right, #5b9fe4 0%, #4d8dde 100%);
  border-radius: 30px;
  height: 60px;
  margin-top: 20px;
  line-height: 60px;
  text-align: center;
  width: 260px;
  font-weight: 700;
  position: relative;
}

main .txtArea .inner .btnDL:hover:after {
  transform: translateY(5px);
}

main .txtArea .inner .btnDL a {
  width: auto;
  height: 31px;
  margin: 0.5vw auto;
  padding: 0 0 0 28px;
  box-sizing: border-box;
  display: inline-block;
  background-size: 19px auto;
  line-height: 1.5em;
  letter-spacing: 0em;
  color: #fff;
}

@media screen and (min-width: 768px) {
  main .txtArea .inner .btnDL a {
    padding: 0;
    background-size: 38px auto;
  }
}

main .illustArea {
  width: 100%;
}

main .illustArea .art01 {
  width: 1244px;
  position: absolute;
  left: 50vw;
  top: 20px;
  margin-left: -379px;
  z-index: 9;
  opacity: 0;
  transition: all 0.5s ease-out;
  transform: translateY(-20px);
}

main .illustArea .art01.isAnimate {
  opacity: 1;
  transform: none;
}

main .illustArea .art02 {
  width: 1107px;
  position: absolute;
  left: 50vw;
  top: 248px;
  margin-left: -212px;
  z-index: 10;
  opacity: 0;
  transition: all 0.5s ease-out;
  transform: translateY(-20px);
}

main .illustArea .art02.isAnimate {
  opacity: 1;
  transform: none;
}

main .illustArea .art03 {
  width: 1087px;
  position: absolute;
  left: 50vw;
  top: 190px;
  margin-left: -180px;
  z-index: 11;
  opacity: 0;
  transition: all 0.5s ease-out;
  transform: translateY(-20px);
}

main .illustArea .art03.isAnimate {
  opacity: 1;
  transform: none;
}

.forBank_wrap{
  position: absolute;
  top: calc(50% + var( --offset-y, 23em));
  left: calc(50% + var( --offset-x, 15em));
  transform: translate(-50%, -50%);
  z-index: 100;
  filter: drop-shadow(0.2rem 0.2rem 0.4rem rgba(0, 0, 0, .5));
}
.forBank{
  display: flex;
  background: #f7f4ce;
  padding: 0.1em 1em;
  border-radius: 5em;
  width: 19em;
  white-space: nowrap;
}
.forBank > p{
  font-weight: 700;
  color:#baa432;
  font-size: 1.4em;
  letter-spacing: 0em;
  margin: 0 1em;
}
.forBank_tri{
  position: absolute;
  top: -4em;
  left: 20em;
  transform: rotate(45deg);
  z-index: -1;
  content: "";
  background: #f7f4ce;
  clip-path: polygon(50% 0%, 18% 100%, 82% 100%);
  height: 6em; aspect-ratio: 1/2;
}

@media screen and (max-width: 769px) {
  .forBank_wrap{
    top: calc(50% + var( --offset-y, 78vw));
    left: calc(50% + var( --offset-x, 16vw));
  }
  .forBank{
    width: 49vw;
  }
  .forBank > img{
    width: 4.5vw;
  }
  .forBank_tri{
    height: 12vw;
    top: -6vw;
    left: 30vw;
  }
}

/**

----------------------------------------

#About#NEWS

----------------------------------------

**/

#About #News h2 {
  font-size: 50px;
  color: #fff;
  line-height: 50px;
  text-align: center;
  font-weight: 500;
  padding: 100px 0 40px 0;
}

#About #News ul {
  width: 565px;
  margin: 0 auto 40px;
}

#About #News ul li {
  margin-bottom: 20px;
}

#About #News ul li dl {
  display: flex;
  justify-content: space-between;
}

#About #News ul li dl dt {
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  letter-spacing: 0.1em;
}

#About #News ul li dl dd {
  width: 460px;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  letter-spacing: 0.1em;
}

#About #News ul li dl dd a {
  color: #fff;
  text-decoration: underline;
}

#About #News ul li dl dd a:hover {
  text-decoration: none;
  cursor: pointer;
}

#About #News .btn {
  font-size: 17px;
  color: #5496e1;
  background: #fff;
  border-radius: 40px;
  padding: 24px 0;
  line-height: 24px;
  text-align: center;
  width: 360px;
  font-weight: 700;
  margin: 0 auto 70px;
  position: relative;
  letter-spacing: 2px;
}

#About #News .btn:after {
  content: "";
  width: 9px;
  height: 16px;
  background-image: url(../images/arrow_right_blue.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 27px;
  left: 330px;
  transition: all 0.2s ease-out;
  transform: none;
}

#About #News .btn:hover:after {
  transform: translateX(5px);
}

#About #News .btn a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/**

----------------------------------------

#About

----------------------------------------

**/

#About {
  width: 100%;
  background: url("../images/PCsct1bg.png") bottom center / 2559px 1606px no-repeat #5496e1;
}
/*
#About .inner{
    opacity: 0;
    transition: all 0.2s ease-out;
}

#About .inner.isAnimate{
  opacity: 1;
  transform: none;
}*/

#About #AboutTtl {
  position: relative;
  font-size: 58px;
  color: #fff;
  line-height: 58px;
  text-align: center;
  font-weight: 350;
  padding: 80px 0 25px 0;
  width: 400px;
  margin: 0 auto;
}

#About #AboutTtl em {
  font-size: 40px;
  letter-spacing: -2px;
  font-weight: 400;
}

#About #AboutTtl span {
  position: absolute;
  font-size: 12px;
  top: 40px;
  left: 62px;
}

#About .txtarea {
  width: 786px;
  margin: 0 auto 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#About .txtarea p {
  width: 410px;
  color: #fff;
  font-weight: 700;
  line-height: 27px;
}

#About .txtarea .img {
  width: 357px;
}

#About .slideArea {
  width: 1014px;
  border: 4px solid #84b8f4;
  border-radius: 20px;
  position: relative;
  margin: 12px auto 24px;
}

#About .slideArea h3 {
  width: 360px;
  font-size: 30px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  background: #5496e1;
  margin: -15px auto 0;
}

#About .slideArea .slide01 {
  width: 977px;
  padding: 35px 0 30px 37px;
}

#About .slideArea .slide02 {
  width: 986px;
  padding: 35px 0 30px 37px;
}

.sp-grab {
  cursor: default;
}

/**

----------------------------------------

#achv

----------------------------------------

**/
section.achv{
  width: 100%;
  margin: 0 auto;
  background: #eef6ff;
  text-align: center;
}

section.achv h2 {
  font-size: 50px;
  color: #5496e1;
  line-height: 50px;
  text-align: center;
  font-weight: 500;
  padding: 100px 0 40px 0;
}

section.achv > p {color: #5496e1; font-weight: 700;}

.achv_num{
  display: flex;
  justify-content: center;
  font-weight: 900;
  margin: 2em 0 1em 0;
}
.achv_num_inner{padding: 0 5em;}
.achv_num_inner > p{
  font-size: 1.2em;
  color: #4cc0d5;
}
.achv_num_inner > div{
  font-size: 5em;
  line-height: 0.9;
  color: #3176b1;
}
.achv_num_inner_anno{
  font-weight: 300;
  font-size: 1em;
  color: #5b5c5c !important;
  letter-spacing: 0em;
  line-height: 0.8em;
}

div.achv_map{
  background-image: url(../images/map.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50em;
  height: 50em;
  width: 100%;
  margin: 0 auto 4em auto;
  position: relative;
  text-align: center;
}
div.achv_map > p{
  display: none;
}

div.achv_map_content{
  position: relative;
  text-align: left;
  font-size: 1.3em;
  margin: 0 0 0 1.2rem;
  letter-spacing: 0em;
  color: #5b5c5c;
}
div.achv_map_content::before{
  position: absolute;
  content: "■";
  top: 0; left: -1.2rem;
  color: #3176b1;
}
p.a_m_title{font-weight: 700;}
p.a_m_num{
  line-height: 1.2;
}

div.a_m_point{
  position: absolute;
  position: relative;
  
}
.a_m_whole{
  position: absolute;
  top: calc(50% + var( --offset-y, -18em));
  left: calc(50% + var( --offset-x, -18em));
  transform: translate(-50%, -50%);
}
.a_m_north{
  position: absolute;
  top: calc(50% + var( --offset-y, -12em));
  left: calc(50% + var( --offset-x, 6em));
  transform: translate(-50%, -50%);
}
.a_m_chubu{
  position: absolute;
  top: calc(50% + var( --offset-y, 0em));
  left: calc(50% + var( --offset-x, -3em));
  transform: translate(-50%, -50%);
}
.a_m_kanto{
  position: absolute;
  top: calc(50% + var( --offset-y, 6em));
  left: calc(50% + var( --offset-x, 22em));
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.a_m_kinki{
  position: absolute;
  top: calc(50% + var( --offset-y, 14em));
  left: calc(50% + var( --offset-x, 10em));
  transform: translate(-50%, -50%);
}
.a_m_west{
  position: absolute;
  top: calc(50% + var( --offset-y, 18em));
  left: calc(50% + var( --offset-x, -1em));
  transform: translate(-50%, -50%);
}
.a_m_south{
  position: absolute;
  top: calc(50% + var( --offset-y, 14em));
  left: calc(50% + var( --offset-x, -24em));
  transform: translate(-50%, -50%);
}

@media (max-width: 769px) {
  section.achv > p {display: none;}
  .achv_num{
    margin: 0 0 1em 0;
  }
  .achv_num_inner{padding: 0 10vw;}
  .achv_num_inner > div{
    font-size: 12vw;
  }
  .achv_num_inner_anno{
    font-size: 0.8em;
  }
  div.achv_map{
  background-image: url(../images/map_sp.webp);
  background-size: 80vw;
  position: relative;
  margin: 0 auto 0 auto;
  height: 100vw;
  width: 100vw;
  margin-bottom: 64vw;
  }
  div.achv_map > p{
    display: block;
    position: absolute;
    text-align: left;
    width: 46vw;
    top: 4vw; left: 10vw;
    font-size: 3vw;
  }
  div.achv_map_content{
    font-size: 3.2vw;
    width: 30vw;
  }
  div.achv_map_content::before{
    left: -1em;
  }
  .a_m_whole{top: 106vw; left: 30vw;}
  .a_m_north{top: 106vw; left: 70vw;}
  .a_m_kanto{top: 122vw; left: 30vw;}
  .a_m_chubu{top: 122vw; left: 70vw;}
  .a_m_kinki{top: 138vw; left: 30vw;}
  .a_m_west{ top: 138vw; left: 70vw;}
  .a_m_south{top: 154vw; left: 30vw;}
}

/**

----------------------------------------

#installation-record

----------------------------------------

**/
.installation-record {
  background-color: #eef6ff;
}

.description__ttl {
  font-size: 50px;
  line-height: 50px;
  text-align: center;
  font-weight: 500;
  padding: 100px 0 40px 0;
  color: #5496e1;
}

.description__txt {
  font-weight: 700;
  line-height: 27px;
  text-align: center;
  margin-bottom: 35px;
  color: #5496e1;
}

.map.cntBox01 {
  width: 100%;
  position: relative;
  box-sizing: content-box;
  padding-bottom: 10px;
}

.map__area {
  width: 675px;
  margin: 0px auto 50px;
  padding-right: 135px;
  position: relative;
}

.map__content {
  position: absolute;
}
.map__content::before {
  content: "■";
  color: #6494db;
  font-size: 20px;
  position: absolute;
  left: -22px;
  font-weight: 600;
  transition: 0.3s ease-in-out;
}
.map__content:hover::before {
  opacity: 0.5;
}

.map__content h3 {
  font-size: 20px;
  font-weight: 600;
  color: #707070;
  letter-spacing: 0;
}
.map__content p {
  font-size: 20px;
  font-weight: 300;
  color: #707070;
  letter-spacing: 0;
  line-height: 1.3;
}
.map__content.zenkoku {
  top: 10%;
  left: 7%;
}
.map__content.hokkaido-tohoku {
  top: 17%;
  left: 41.5%;
}
.map__content.kanto {
  top: 56.5%;
  left: 75.3%;
}
.map__content.chubu {
  top: 39.4%;
  left: 26%;
}
.map__content.kinki {
  top: 74.8%;
  left: 51.8%;
}
.map__content.chugoku-shikoku {
  top: 84.7%;
  left: 32.2%;
}
.map__content.kyusyu-okinawa {
  top: 74.6%;
  left: -6.9%;
}

.map__btn-area {
  font-size: 17px;
  border-radius: 40px;
  background: #2f75b5;
  padding: 24px 0;
  line-height: 24px;
  text-align: center;
  width: 360px;
  font-weight: 700;
  margin: 0 auto 50px;
  position: relative;
  letter-spacing: 2px;
  text-align: center;
  color: white;
}
.map__btn-area:after {
  content: "";
  width: 9px;
  height: 16px;
  background-image: url(../images/arrow_right_blue.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 27px;
  left: 330px;
  transition: all 0.2s ease-out;
  transform: none;
}

.map__btn-area a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.information {
}

.information h4 {
  text-align: center;
  font-size: 26px;
  margin-bottom: 30px;
}

.information__group {
  width: fit-content;
  margin: auto;
  display: flex;
  line-height: 1.5;
}

.information__inner {
  text-align: center;
  width: 295px;
}

.information__inner dt {
  font-size: 20px;
  color: #4cc0d5;
  font-weight: 700;
}

.information__inner dd {
  height: 70px;
  border-left: 1px solid #c9c9c9;
  font-size: 18px;
  font-weight: 700;
  color: #707070;
}
.information__inner dd span {
  color: #2f74b5;
  font-size: 85px;
  font-weight: 600;
  line-height: 80px;
}
.information__inner:nth-child(2) dd {
  border-left: 1px solid #c9c9c9;
  border-right: 1px solid #c9c9c9;
}
.information__text {
  margin-top: 20px;
  font-size: 12px;
  color: #5b5c5c;
  text-align: center;
  letter-spacing: 0;
}

/* tab */
@media (max-width: 960px) {
  .map__area {
    padding-right: 0;
  }
  .map__content.hokkaido-tohoku {
    /* top: 17%; */
    left: 46.5%;
  }
  .map__content.kanto {
    top: 69.5%;
    left: 77%;
  }
  .map__content.chubu {
    /* top: 39.4%; */
    left: 31%;
  }
  .map__content.kinki {
    top: 79%;
    left: 57%;
  }
  .map__content.chugoku-shikoku {
    top: 88%;
    left: 34%;
  }
  .map__content.kyusyu-okinawa {
    /* top: 74.6%; */
    left: -1.9%;
  }
}
/* SP */
@media (max-width: 769px) {
  .map__area {
    width: 330px;
    margin: 66px auto 50px;
    padding-right: 0;
    padding-left: 10px;
    position: relative;
  }

  .map__content__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 17px;
  }
  .map__content {
    position: relative;
    width: 44%;
    padding-left: 18px;
    margin-bottom: 22px;
  }
  .map__content::before {
    font-size: 16px;
    position: absolute;
    left: 1px;
  }
  .map__content h3 {
    font-size: 16px;
    margin-bottom: 2px;
  }
  .map__content p {
    font-size: 14px;
  }

  .map__text {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
    position: absolute;
    top: -4%;
    width: 60%;
  }

  .information__inner {
    width: 175px;
  }
  .information__inner dt {
    font-size: 16px;
  }

  .information__inner dd {
    height: 90px;
    border-left: 1px solid #c9c9c9;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0;
  }
  .information__inner dd span {
    display: block;
    font-size: 55px;
    line-height: 68px;
  }
  .information__text {
    margin-top: 10px;
  }
  .map__btn-area {
    font-size: 3vw;
    color: #fff;
    background: #2f75b5;
    border-radius: 6.5vw;
    line-height: 4vw;
    padding: 4vw 0;
    text-align: center;
    width: 55.66vw;
    font-weight: 700;
    letter-spacing: 0.2vw;
    margin: 0 auto 12.7vw;
    position: relative;
  }

  .map__btn-area:after {
    content: "";
    width: 1.27vw;
    height: 2.44vw;
    background-image: url(../images/arrow_right_blue.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: 4.7vw;
    left: 50.66vw;
    transition: all 0.2s ease-out;
    transform: none;
  }
}

/**

----------------------------------------

#Case

----------------------------------------

**/

#Case h2 {
  font-size: 50px;
  color: #5496e1;
  line-height: 50px;
  text-align: center;
  font-weight: 500;
  padding: 100px 0 40px 0;
}

.case-section {
    padding: 80px 0;
    overflow: hidden; /* コンテンツがはみ出してもセクション自体はスクロールしない */
}

.case-container {
    max-width: 1120px; /* セクションの最大幅 */
    margin: 0 auto;
    padding: 0 20px; /* コンテナ左右の余白 */
}

/* 導入事例リスト (ul) のスタイル */
.case-list-wrap {
    display: flex;
    gap: 30px; /* ボックス間のスペース */
    list-style: none; /* リストマーカーを削除 */
    justify-content: center; /* ボックスを水平方向に中央揃え */
    padding-bottom: 80px; /* 必要に応じて底部に余白 */
    
    /* スクロールバーの非表示設定 (スクロールしないが、念のため残す) */
    -ms-overflow-style: none; /* IE, Edge */
    scrollbar-width: none; /* Firefox */
}
/* Webkit系ブラウザのスクロールバーを非表示 */
.case-list-wrap::-webkit-scrollbar {
    display: none;
}

/* 導入事例ボックス (li) のスタイル */
.intvw_wrap {
    flex-shrink: 0; /* 縮まないようにする */
    width: 525px; /* デスクトップでの各ボックスの幅 */
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden; /* 角丸と画像フェードアウトのために必要 */
    transition: transform 0.2s ease; /* ホバーアニメーション */
}

/* intvw_wrap ホバー時のスタイル */
.intvw_wrap:hover {
    transform: translateY(-5px); /* 全体を上に少し移動 */
}

/* intvw_wrap 内のリンク (a要素) */
.intvw_wrap > a {
    display: block; /* ボックス全体をクリック可能に */
    width: 100%;
    height: 100%;
    transition: opacity 0.2s ease; /* 透明度のアニメーション */
}

/* intvw_wrap ホバー時にリンク要素の透明度を変更 */
.intvw_wrap:hover > a {
    opacity: 0.7; /* 30%薄くする */
}

/* 画像コンテナ */
.intvw_image-container {
    position: relative; /* グラデーションや他の要素の基準 */
    overflow: hidden;
}

.intvw_image-container img {
    width: 100%;
    height: 375px; /* 画像のアスペクト比に合わせて高さを計算 (525px * 814/1140) */
    object-fit: cover; /* 画像がボックスに合わせてトリミングされるように */
    display: block;
}

/* 画像下端のフェードアウトグラデーション */
.image-fade-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px; /* グラデーションの高さ */
    background: linear-gradient(to top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    pointer-events: none; /* 下のコンテンツをクリックできるように */
    z-index: 1; /* 画像の上に表示 */
}

/* 団体名とリード文のコンテナ */
.intvw_content {
    padding: 25px;
    position: relative; /* 背景画像の基準 */
    z-index: 0; /* 背景画像より手前に来るように */
}

/* 文章エリアの背景画像準備工事 */
.intvw_background-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; /* 下のコンテンツをクリックできるように */
    z-index: -1; /* 他のコンテンツの下に表示 */
    /* ここに背景画像を設定します。 */
    /* 例: background-image: url('path/to/your/image.jpg'); */
    /* background-size: 50% 100%; */
    /* background-repeat: no-repeat; */
    /* background-position: top right; */
}

/* 団体名のスタイル */
.organization-name {
    font-size: 20px; /* デスクトップでの文字サイズ */
    font-weight: bold;
    margin-bottom: 15px; /* 水平線との間に余白 */
    color: #333;
    line-height: 1;
}

.organization-name .honorific {
    font-size: 60%; /* 「様」の文字サイズ (相対値) */
    font-weight: normal;
}

/* 水平線のスタイル */
.divider {
    height: 4px; /* 水平線の太さ */
    display: flex; /* 複数色のボーダーをflexで作成 */
    margin-bottom: 25px; /* リード文との間に余白 */
}

.divider .blue-part {
    background-color: #5496e1;
    width: 30px; /* 右30px */
    flex-shrink: 0; /* 縮まないように */
}

.divider .light-blue-part {
    background-color: #eef6ff; /* 残りの部分の色 */
    flex-grow: 1; /* 残りの部分を埋める */
}

/* リード文のスタイル */
.intvw_wrap p {
    font-size: 24px; /* デスクトップでのリード文の文字サイズ (団体名より大きく) */
    line-height: 1.6;
    color: #555;
}


/*
  * ======================================
  * スマートフォン表示 (768px以下) のスタイル - vw基準
  * ======================================
  */
@media (max-width: 768px) {
  .case-section {
      padding: 0 0;
      overflow: hidden; /* コンテンツがはみ出してもセクション自体はスクロールしない */
  }

  .case-container {
      max-width: 80vw; /* セクションの最大幅 */
      margin: 0 auto;
  }

  /* 導入事例リスト (ul) のスタイル */
  .case-list-wrap {
      display: block;
      padding-bottom: 2vw; /* 必要に応じて底部に余白 */
      
      /* スクロールバーの非表示設定 (スクロールしないが、念のため残す) */
    
      -ms-overflow-style: none; /* IE, Edge */
      scrollbar-width: none; /* Firefox */
  }
  /* Webkit系ブラウザのスクロールバーを非表示 */
  .case-list-wrap::-webkit-scrollbar {
      display: none;
  }

  /* 導入事例ボックス (li) のスタイル */
  .intvw_wrap {
      width: 84vw; /* デスクトップでの各ボックスの幅 */
      background-color: #fff;
      border-radius: 4vw;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      overflow: hidden; /* 角丸と画像フェードアウトのために必要 */
      transition: transform 0.2s ease; /* ホバーアニメーション */
      margin: 0 0 8vw 0;
  }

  /* intvw_wrap ホバー時のスタイル */
  .intvw_wrap:hover {
      transform: translateY(-5px); /* 全体を上に少し移動 */
  }

  /* intvw_wrap 内のリンク (a要素) */
  .intvw_wrap > a {
      display: block; /* ボックス全体をクリック可能に */
      width: 100%;
      height: 100%;
      transition: opacity 0.2s ease; /* 透明度のアニメーション */
  }

  /* intvw_wrap ホバー時にリンク要素の透明度を変更 */
  .intvw_wrap:hover > a {
      opacity: 0.7; /* 30%薄くする */
  }

  /* 画像コンテナ */
  .intvw_image-container {
      position: relative; /* グラデーションや他の要素の基準 */
      overflow: hidden;
  }

  .intvw_image-container img {
      width: 100%;
      height: 60vw; /* 画像のアスペクト比に合わせて高さを計算 (525px * 814/1140) */
      object-fit: cover; /* 画像がボックスに合わせてトリミングされるように */
      display: block;
  }

  /* 画像下端のフェードアウトグラデーション */
  .image-fade-overlay {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 4vw; /* グラデーションの高さ */
      background: linear-gradient(to top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
      pointer-events: none; /* 下のコンテンツをクリックできるように */
      z-index: 1; /* 画像の上に表示 */
  }

  /* 団体名とリード文のコンテナ */
  .intvw_content {
      padding: 6vw;
      position: relative; /* 背景画像の基準 */
      z-index: 0; /* 背景画像より手前に来るように */
  }

  /* 文章エリアの背景画像準備工事 */
  .intvw_background-image-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      pointer-events: none; /* 下のコンテンツをクリックできるように */
      z-index: -1; /* 他のコンテンツの下に表示 */
      /* ここに背景画像を設定します。 */
      /* 例: background-image: url('path/to/your/image.jpg'); */
      /* background-size: 50% 100%; */
      /* background-repeat: no-repeat; */
      /* background-position: top right; */
  }

  /* 団体名のスタイル */
  .organization-name {
      font-size: 5vw; /* デスクトップでの文字サイズ */
      margin-bottom: 2vw; /* 水平線との間に余白 */
  }

  /* 水平線のスタイル */
  .divider {
      height: 4px; /* 水平線の太さ */
      display: flex; /* 複数色のボーダーをflexで作成 */
      margin-bottom: 25px; /* リード文との間に余白 */
  }

  .divider .blue-part {
      background-color: #5496e1;
      width: 30px; /* 右30px */
      flex-shrink: 0; /* 縮まないように */
  }

  .divider .light-blue-part {
      background-color: #eef6ff; /* 残りの部分の色 */
      flex-grow: 1; /* 残りの部分を埋める */
  }

  /* リード文のスタイル */
  .intvw_wrap p {
      font-size: 4.8vw; /* デスクトップでのリード文の文字サイズ (団体名より大きく) */
      line-height: 1.6;
      color: #555;
  }
}

/**

----------------------------------------

#Benefit

----------------------------------------

**/

#Benefit {
  width: 100%;
  background: #fff;
}

#Benefit h2 {
  font-size: 50px;
  color: #5496e1;
  line-height: 50px;
  text-align: center;
  font-weight: 500;
  padding: 100px 0 40px 0;
}

#Benefit .lead01 {
  width: 400px;
  font-size: 26px;
  color: #ee7878;
  line-height: 26px;
  text-align: center;
  font-weight: 700;
  padding: 17px 0;
  border-top: 3px solid #ee7878;
  border-bottom: 3px solid #ee7878;
  margin: 0 auto 35px;
}

#Benefit .cntBox01 {
  width: 100%;
  height: 782px;
  background: url("../images/PCsct2bg.png") center / 2560px 782px no-repeat #e3f0ff;
  position: relative;
  box-sizing: content-box;
  border-top: 130px solid #fff;
}

#Benefit .cntArea01 {
  width: 820px;
  margin: -120px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

#Benefit .cntArea01 li {
  border: 7px solid #fee6e6;
  border-radius: 8px;
  width: 395px;
  height: 378px;
  background: #fff;
  box-sizing: border-box;
  margin-bottom: 50px;
  position: relative;
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.06);
  opacity: 0;
  transition: all 0.3s ease-out;
  transform: translateX(10px);
}

#Benefit .cntArea01 li.isAnimate {
  opacity: 1;
  transform: none;
}

#Benefit .cntArea01 li .number {
  width: 65px;
  margin: -50px auto 24px;
}

#Benefit .cntArea01 li .ttlTxt {
  width: 310px;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 24px;
  line-height: 24px;
  color: #ee7878;
  margin: 0 auto 14px;
}

#Benefit .cntArea01 li:nth-child(3) .ttlTxt {
  text-align: center;
}

#Benefit .cntArea01 li .Txt {
  width: 310px;
  line-height: 1.5;
  letter-spacing: 0;
  margin: 0 auto;
}

#Benefit .cntArea01 li .Txt span {
  font-size: 0.85em;
}

#Benefit .cntArea01 li .Txt02 {
  width: 310px;
  font-size: 0.85em;
  line-height: 1.5;
  letter-spacing: 0;
  margin: 150px auto 0;
}

#Benefit .cntArea01 li:nth-child(1) .Txt {
  width: 313px;
}

#Benefit .cntArea01 li:nth-child(1) .img {
  width: 272px;
  left: 50px;
  bottom: 50px;
  position: absolute;
}

#Benefit .cntArea01 li:nth-child(2) .img {
  width: 230px;
  left: 82px;
  bottom: -26px;
  position: absolute;
}

#Benefit .cntArea01 li:nth-child(3) .img {
  width: 289px;
  left: 53px;
  bottom: 18px;
  position: absolute;
}

#Benefit .cntArea01 li:nth-child(4) .img {
  width: 193px;
  left: 102px;
  bottom: 8px;
  position: absolute;
}

#Benefit .lead02 {
  width: 320px;
  font-size: 26px;
  color: #baa432;
  line-height: 26px;
  text-align: center;
  font-weight: 700;
  padding: 17px 0;
  border-top: 3px solid #baa432;
  border-bottom: 3px solid #baa432;
  margin: 80px auto 35px;
}

#Benefit .cntBox02 {
  width: 100%;
  height: 837px;
  background: url("../images/PCsct3bg.png") center / 2560px 837px no-repeat #e3f0ff;
  position: relative;
  box-sizing: content-box;
  border-top: 130px solid #fff;
}

#Benefit .cntArea02 {
  width: 820px;
  margin: -120px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

#Benefit .cntArea02 li {
  border: 7px solid #f7f4ce;
  border-radius: 8px;
  width: 395px;
  height: 418px;
  background: #fff;
  margin-bottom: 50px;
  box-sizing: border-box;
  position: relative;
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease-out;
  transform: translateX(10px);
  opacity: 0;
}

#Benefit .cntArea02 li.isAnimate {
  opacity: 1;
  transform: none;
}

#Benefit .cntArea02 li:nth-child(3) {
  height: 378px;
  line-height: 1.5;
  margin: 0 auto;
}

#Benefit .cntArea02 li .number {
  width: 66px;
  margin: -48px auto 24px;
}

#Benefit .cntArea02 li .ttlTxt {
  width: 310px;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 24px;
  color: #baa432;
  margin: 0 auto 14px;
}
#Benefit .cntArea02 li:nth-child(1) .ttlTxt {
  letter-spacing: -1px;
}

#Benefit .cntArea02 li:nth-child(2) .ttlTxt {
  text-align: center;
}

#Benefit .cntArea02 li:nth-child(3) .ttlTxt {
  text-align: center;
}

#Benefit .cntArea02 li .Txt {
  width: 310px;
  line-height: 1.5;
  letter-spacing: 0;
  margin: 0 auto;
}

#Benefit .cntArea02 li:nth-child(1) .img {
  width: 260px;
  left: 60px;
  bottom: 30px;
  position: absolute;
}

#Benefit .cntArea02 li:nth-child(2) .img {
  width: 289px;
  left: 54px;
  bottom: 29px;
  position: absolute;
}

#Benefit .cntArea02 li:nth-child(3) .img {
  width: 193px;
  left: 102px;
  bottom: 8px;
  position: absolute;
}

/**

----------------------------------------

#Feature

----------------------------------------

**/

#Feature {
  width: 840px;
  margin: 0 auto 80px;
  background: url("../images/sct4Art1.png") 0px 95px / 73px 56px no-repeat, url("../images/sct4Art1.png") 785px 98px / 73px 56px no-repeat;
}

#Feature h2 {
  font-size: 50px;
  color: #5496e1;
  line-height: 50px;
  text-align: center;
  font-weight: 500;
  padding: 70px 0 40px 0;
}

#Feature .cntBox {
  width: 750px;
  margin: 0 auto;
  background: url("../images/sct4numberbg.png") -35px 18px / 136px 453px no-repeat;
}

#Feature .cntBox ul li {
  width: 660px;
  position: relative;
  padding: 15px 0 45px 90px;
  transition: all 0.3s ease-out;
  transform: translateY(10px);
  opacity: 0;
}

#Feature .cntBox ul li.isAnimate {
  opacity: 1;
  transform: none;
}

#Feature .cntBox ul li .number {
  position: absolute;
  width: 66px;
  top: 0;
  left: 0;
}

#Feature .cntBox ul li .img {
  width: 66px;
  left: -90px;
  top: 0px;
  position: absolute;
}

#Feature .cntBox ul .ttlTxt {
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  color: #5496e1;
  margin: 0 0 10px;
}

#Feature .cntBox ul .Txt {
  letter-spacing: 1px;
  line-height: 1.5;
}

/**

----------------------------------------

#Howto

----------------------------------------

**/

#Howto {
  width: 100%;
  margin: 0 auto;
  background: #eef6ff;
}

#Howto h2 {
  font-size: 50px;
  color: #5496e1;
  line-height: 50px;
  text-align: center;
  font-weight: 500;
  padding: 80px 0 40px 0;
}

#Howto .cntArea01 {
  width: 1020px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#Howto .cntArea01 li:nth-child(1) {
  width: 250px;
  position: relative;
  margin: 0 0 0 262px;
}

#Howto .cntArea01 li:nth-child(2) {
  width: 360px;
  position: relative;
  margin: 0 30px 0 0;
}

#Howto .cntArea01 li .img {
  width: 185px;
  left: -149px;
  top: -20px;
  position: absolute;
}

#Howto .cntArea01 li:nth-child(1) .ttlTxt {
  font-weight: 700;
  font-size: 22px;
  line-height: 22px;
  color: #ee7878;
  margin: 0 0 10px;
}

#Howto .cntArea01 li:nth-child(2) .ttlTxt {
  font-weight: 700;
  font-size: 22px;
  line-height: 22px;
  color: #baa432;
  margin: 0 0 10px;
}

#Howto .cntArea01 li .Txt {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 22px;
}

#Howto .attention {
  width: 840px;
  margin: 30px auto 70px;
}

#Howto .attention p {
  width: 625px;
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 10px 170px;
  padding-left: 3em;
  text-indent: -3em;
  letter-spacing: 0.05em;
}

/**

----------------------------------------

#Contact

----------------------------------------

**/

#Contact {
  width: 1020px;
  margin: 0 auto;
  background: url("../images/sct6Art1.png") 178px 34px / 115px 113px no-repeat, url("../images/sct6Art2.png") 724px 30px / 115px 114px no-repeat;
  position: relative;
}

#Contact h2 {
  font-size: 50px;
  color: #5496e1;
  line-height: 50px;
  text-align: center;
  font-weight: 500;
  padding: 70px 0 30px 0;
}

#Contact .lead {
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  font-weight: 700;
  padding: 0 0 40px 0;
}

/*個人情報*/
.policyWrapper {
  width: 720px;
  height: 120px;
  padding: 0 0 50px 0;
  margin: 40px auto;
  background: #eef6ff;
  padding: 20px 17px 20px 40px;
  border-radius: 20px;
  overflow: auto;
}

.policyWrapper h3 {
  width: 100%;
  height: auto;
  padding: 5px 0 5px 0;
  margin: 0;
  font-size: 1.4em;
  letter-spacing: 0;
}

.policyWrapper h4 {
  width: 100%;
  height: auto;
  padding: 5px 0 5px 0;
  margin: 0;
  font-size: 1.2em;
  letter-spacing: 0;
}

.policyWrapper h5 {
  width: 96%;
  height: auto;
  padding: 0;
  margin: 7px 2% 5px;
  font-size: 1.1em;
  letter-spacing: 0;
}

.policyWrapper p {
  width: 96%;
  height: auto;
  padding: 0;
  margin: 5px 2%;
  letter-spacing: 0;
}

.policyWrapper .p_title {
  width: 96%;
  height: auto;
  padding: 0;
  margin: 7px 2% 5px;
  font-size: 1.1em;
  letter-spacing: 0;
}

.policyWrapper ul.p_list {
  width: 96%;
  height: auto;
  padding: 0;
  margin: 5px 2%;
  font-size: 1em;
  letter-spacing: 0;
}

.policyWrapper table {
  width: 95%;
  height: auto;
  padding: 0;
  margin: 5px 2% 10px;
  font-size: 1em;
  letter-spacing: 0;
  border: 1px solid #666;
}

.policyWrapper table td.txtCenter {
  text-align: center;
}

.policyWrapper table td.innerTitle {
  background: #d0d0d0;
}

.policyWrapper table td.num {
  width: 5%;
  height: auto;
  padding: 3px 0;
  margin: 0;
  border-bottom: 1px solid #666;
  border-right: 1px solid #666;
  text-align: center;
}

.policyWrapper table td.content {
  width: 62%;
  height: auto;
  padding: 3px 1%;
  margin: 0;
  border-bottom: 1px solid #666;
  border-right: 1px solid #666;
}

.policyWrapper table td.section {
  width: 12%;
  height: auto;
  padding: 3px 1%;
  margin: 0;
  border-bottom: 1px solid #666;
  border-right: 1px solid #666;
  text-align: center;
}

.policyWrapper table td:last-child {
  border-bottom: 1px solid #666;
  border-right: none;
}

.policyWrapper ul {
  width: 94%;
  height: auto;
  padding: 0;
  margin: 5px 3% 10px;
  font-size: 1em;
  letter-spacing: 0;
}
.dais-contact {
  padding: 100px 0;
}
@media (max-width: 767px) {
  section {
    padding: 50px 0;
  }
}
.dais-contact .inner {
  /* max-width: 1200px;
  width: 100%; */
  margin: 0 auto;
}
@media (max-width: 767px) {
  .dais-contact .inner {
    padding: 0 16px;
  }
}
.contact-wrap{
  display: flex;
  max-width: 1020px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .contact-wrap {
    display: block;
  }
}
.contact-head{
  margin: 0 0 0 20px;
}
.contact-head > h2{
  font-size: 50px;
  color: #5496e1;
  line-height: 1.2;
  font-weight: 500;
  padding: 0 0 20px 0;
}
@media (max-width: 767px) {
  .contact-head > h2 {
    text-align: center; 
  }
}
.contact-head > p{
  line-height: 1.5;
  color: #404040;
}
.dais-contact-tel {
  max-width: 736px;
  margin: 30px auto 0 auto;
}
@media (max-width: 767px) {
  .dais-contact-tel {
    margin: 6vw 0;
  }
}
.dais-contact-tel p {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.07em;
  color: #5496e1;
}
@media (max-width: 767px) {
  .dais-contact-tel p {
    /* font-size: 18px; */
    text-align: center;
  }
}
.dais-contact-tel .tel_number {
  /* display: inline-block; */
  /* padding-left: 70px; */
  font-size: 28px;
  position: relative;
  width: 360px;

  margin: 0 auto;
}

.dais-contact-tel .tel_number img {
  background-color: #5496e1;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  padding: 10px;
}

.dais-contact-tel .tel_number a {
  text-decoration: none;
  color: #5496e1;
  /* margin-left: 8px; */
  /* padding-left: 8px; */
}

.dais-contact-tel .tel_number a:before {
  content: "";
  vertical-align: middle;
  background-color: #5496e1;
  padding: 8px 8px 8px 8px;
  width: 20px;
  height: 20px;
  margin: -5px 0 0 5px;
  display: block;
  left: -8px;
  position: relative;
  display: inline-block;

  background-image: url(../images/icon_tel.png);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 40px;
}

@media (max-width: 767px) {
  .dais-contact-tel .tel_number a:before {
    top: 0;
  }
}
@media (max-width: 440px) {
  .dais-contact-tel .tel_number {
    /* width: 300px; */
  }
}
@media (max-width: 372px) {
  .dais-contact-tel .tel_number {
    width: 288px;
  }

  .dais-contact-tel .tel_number a:before {
    /* left: 0; */
  }
}

.dais-contact-tel .dais-contact-hour {
  font-weight: 500;
  font-size: 14px;
  color: #333;
  letter-spacing: 0.07em;
}
@media (max-width: 767px) {
  .dais-contact-tel .dais-contact-hour {
    margin-top: 10px;
    font-size: 16px;
  }
}
@media (max-width: 340px) {
  .dais-contact-tel .dais-contact-hour {
    font-size: 12px;
  }
}

#Contact .btn {
  font-size: 17px;
  color: #fff;
  background: linear-gradient(to right, #5b9fe4 0%, #4d8dde 100%);
  border-radius: 40px;
  padding: 12px 0;
  line-height: 24px;
  text-align: center;
  width: 360px;
  font-weight: 700;
  margin: 0 auto 70px;
  position: relative;
  letter-spacing: 2px;
}

#Contact .btn:after {
  content: "";
  width: 9px;
  height: 17px;
  background-image: url(../images/arrow_right.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 27px;
  left: 330px;
  transition: all 0.2s ease-out;
  transform: none;
}

#Contact .btn:hover:after {
  transform: translateX(5px);
}

#Contact .btn a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

div.contactwrap{
    position: relative;
    width: 1020px;
    height: 1100px;
}
@media (max-width: 767px) {
  div.contactwrap{
    width: 80vw;
    margin: 0 auto;
    height: 1000px;
  }
}

div.contactform{
    
}

/**

----------------------------------------

#footer

----------------------------------------

**/

footer {
  width: 100%;
  height: 100px;
  background: #f1f1f1;
  position: relative;
}

footer .inner {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 35px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .inner .linkList {
  width: auto;
  margin-left: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .inner .linkList li {
  margin-left: 15px;
}

footer .inner .linkList li a {
  font-size: 12px;
  letter-spacing: 0;
}

footer .inner .group {
  display: flex;
  justify-content: center;
  align-items: center;
  /* width:498px; */
}
footer .inner .group li:first {
  margin-left: 0;
}
footer .inner .group li {
  width: 92px;
  margin-left: 15px;
}
.inner .group .dais_ft_logo {
  margin-right: 0;
}
@media screen and (max-width: 769px) {
  .inner .group .dais_ft_logo {
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  .inner .group .dais_ft_logo {
    margin-left: 280px;
  }
}
footer .inner .group li img {
  vertical-align: middle;
}

footer .inner .copy {
  font-size: 10px;
  width: 300px;
  letter-spacing: 0;
}

.page-top {
  width: 62px;
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 1000;
  cursor: pointer;
}

@media screen and (max-width: 769px) {
  body {
    opacity: 0;
    width: 100vw;
  }

  section {
    position: relative;
    z-index: 0;
    overflow: hidden;
  }

  /**

----------------------------------------

main

----------------------------------------

**/

  main {
    height: 168.2vw;
  }

  header {
    position: relative;
    top: 0;
    left: 0;
    height: 16vw;
    width: 100vw;
    background: rgba(255, 255, 255, 1);
    z-index: 1000;
    position: fixed;
  }

  header .inner {
    width: 100vw;
    max-width: 100vw;
    margin: 0 auto;
  }

  header .inner h1 {
    width: 21.77vw;
    padding: 4.67vw 0 0 5.33vw;
    float: left;
    line-height: 0;
  }
  /* 25th-logo */
  header .inner h1 {
    width: 21.77vw;
    padding: 4.67vw 0 0 5.33vw;
    float: left;
    line-height: 0;
  }

  header #nav_toggle {
    display: block;
    width: 10vw;
    height: 8vw;
    position: relative;
    top: 4.2vw;
    right: -85.5vw;
    z-index: 9999;
  }
  header #nav_toggle div {
    position: relative;
  }
  header #nav_toggle span {
    display: block;
    height: 0.8vw;
    background: #3176b1;
    position: absolute;
    width: 100%;
    left: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }

  header #nav_toggle span:nth-child(1) {
    top: 0;
  }
  header #nav_toggle span:nth-child(2) {
    top: 3.4vw;
  }
  header #nav_toggle span:nth-child(3) {
    top: 7.2vw;
  }

  header.open #nav_toggle span {
    background: #fff;
  }

  header.open #nav_toggle {
    position: fixed;
    top: 4.2vw;
    right: 4.5vw;
  }

  header.open #nav_toggle span:nth-child(1) {
    top: 3.4vw;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  header.open #nav_toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  header.open #nav_toggle span:nth-child(3) {
    top: 3.4vw;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  header .inner nav {
    width: 100vw;
    height: 100vh;
    padding: 0;
    float: none;
    background: rgba(23, 80, 145, 0.95);
    transition: 0.5s ease-in-out;
    /*	transform: translateX(100vw);*/
    position: fixed;
    top: 0;
    left: 100vw;
    z-index: 5000;
    /*	opacity: 0;*/
  }

  header.open .inner nav {
    transform: none;
    left: 0;
    /*	opacity: 1;*/
  }

  header .inner nav ul {
    display: block;
    padding-top: 19vw;
  }

  header .inner nav ul li {
    width: 67.91vw;
    font-size: 4vw;
    padding: 5.22vw 0;
    border-bottom: 2px solid #85addb;
    margin: 0 auto;
    text-align: center;
  }

  header .inner nav ul li:nth-child(1) {
    border-top: 2px solid #85addb;
  }

  header .inner nav ul li a {
    font-size: 6.66vw;
    line-height: 6.66vw;
    color: #fff;
    text-align: center;
    font-weight: 500;
    text-decoration: none;
  }

  header .inner nav ul li span {
    font-size: 5.3vw;
    line-height: 14vw;
    font-weight: 500;
    text-decoration: none;
  }

  header .inner nav ul li span a {
    font-size: 5.3vw;
    font-weight: 500;
    text-decoration: none;
  }

  header .inner nav ul li:nth-child(6) {
    color: #fff;
    background: transparent;
    border-radius: 0;
    height: auto;
    text-align: center;
    width: 67.91vw;
    margin-left: auto;
  }

  header .inner nav ul li:nth-child(6) a {
    font-size: 6.66vw;
    color: #fff;
    line-height: 6.66vw;
    text-align: center;
  }

  main .txtArea {
    max-width: 77.3vw;
    width: 77.3vw;
    margin: 16vw auto 0;
    position: relative;
    z-index: 100;
  }

  main .txtArea .inner {
    width: 77.3vw;
    padding: 7.22vw 0 0;
    margin: 0;
  }

  main .txtArea .inner .ttlTxt01 {
    font-size: 3.2vw;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.4em;
    margin: 0;
  }

  main .txtArea .inner .ttlTxt02 {
    font-size: 4.4vw;
    text-align: center;
    line-height: 8.8vw;
    padding-top: 2.6vw;
    margin: 0 0 4.5vw 0;
  }

  main .txtArea .inner .ttlTxt02 span {
    letter-spacing: -1px;
  }

  main .txtArea .inner h2 {
    width: 41.77vw;
    margin: 0 auto;
    line-height: 0;
  }

  main .txtArea .inner .lead {
    font-size: 3.55vw;
    line-height: 5.77vw;
    padding: 3.5vw 0 4vw;
    letter-spacing: 0.1em;
    margin: 0;
  }

  main .txtArea .inner .btn {
    font-size: 3.2vw;
    color: #fff;
    background: linear-gradient(to right, #5b9fe4 0%, #4d8dde 100%);
    border-radius: 6.2vw;
    height: 12.4vw;
    line-height: 12.4vw;
    text-align: center;
    width: 50.66vw;
    font-weight: 700;
    margin: 0 auto;
    position: relative;
  }

  main .txtArea .inner .btn:after {
    content: "";
    width: 2.66vw;
    height: 1.6vw;
    background-image: url(../images/arrow_under.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: 9.42vw;
    left: 23.73vw;
    transition: all 0.2s ease-out;
    transform: none;
  }

  main .txtArea .inner .btnDL {
    font-size: 3.2vw;
    color: #fff;
    border-radius: 6.2vw;
    height: 12.4vw;
    line-height: 1.25em;
    text-align: center;
    width: 50.66vw;
    font-weight: 700;
    margin: 20px auto 0;
    position: relative;
  }
  main .txtArea .inner .btnDL a {
    padding: 1vw 0;
  }

  main .txtArea .inner .btn:hover:after {
    transform: none;
  }

  /*
main .txtArea .inner .btn a{
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}
*/

  main .illustArea .art01 {
    width: 100vw;
    position: absolute;
    left: 0;
    top: 96.55vw;
    margin-left: 0;
    z-index: 9;
  }

  main .illustArea .art02 {
    width: 97.6vw;
    position: absolute;
    left: 2.4vw;
    top: 111vw;
    margin-left: 0;
    z-index: 10;
  }

  main .illustArea .art03 {
    width: 89.86vw;
    position: absolute;
    left: 10.14vw;
    top: 104vw;
    margin-left: 0;
    z-index: 11;
  }

  /**

----------------------------------------

#About#NEWS

----------------------------------------

**/

  #About #News h2 {
    font-size: 7.11vw;
    color: #fff;
    line-height: 7.11vw;
    text-align: center;
    font-weight: 500;
    padding: 15.5vw 0 6.66vw 0;
  }

  #About #News ul {
    width: 90vw;
    margin: 0 auto 6.66vw;
  }

  #About #News ul li {
    margin-bottom: 3vw;
  }

  #About #News ul li dl {
    display: block;
    justify-content: space-between;
  }

  #About #News ul li dl dt {
    width: 90vw;
    font-size: 3.2vw;
    color: #fff;
    line-height: 4.6vw;
    letter-spacing: 0.1em;
  }

  #About #News ul li dl dd {
    width: 90vw;
    font-size: 3.2vw;
    color: #fff;
    line-height: 4.6vw;
    letter-spacing: 0.1em;
  }

  #About #News ul li dl dd a {
    color: #fff;
    text-decoration: underline;
  }

  #About #News .btn {
    font-size: 3vw;
    color: #5496e1;
    background: #fff;
    border-radius: 6.5vw;
    line-height: 4vw;
    padding: 4vw 0;
    text-align: center;
    width: 55.66vw;
    font-weight: 700;
    letter-spacing: 0.2vw;
    margin: 0 auto 12.7vw;
    position: relative;
  }

  #About #News .btn:after {
    content: "";
    width: 1.27vw;
    height: 2.44vw;
    background-image: url(../images/arrow_right_blue.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: 4.5vw;
    left: 50.66vw;
    transition: all 0.2s ease-out;
    transform: none;
  }

  #About #News .btn:hover:after {
    transform: none;
  }

  #About #News .btn a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  /**

----------------------------------------

#About

----------------------------------------

**/

  #About {
    width: 100vw;
    background: url("../images/SPsct1bg.png") bottom center / 100vw 388.75vw no-repeat #5496e1;
    min-height: 230vw;
  }

  #About #AboutTtl {
    position: relative;
    font-size: 9.777vw;
    color: #fff;
    line-height: 9.777vw;
    text-align: center;
    font-weight: 350;
    padding: 0 0 4.44vw 0;
    width: 36vw;
    margin: 0 auto;
  }

  #About #AboutTtl em {
    font-size: 7.33vw;
    font-weight: 400;
  }

  #About #AboutTtl span {
    position: absolute;
    font-size: 2.13vw;
    top: -6.5vw;
    left: 11.5vw;
  }

  #About .txtarea {
    width: 90vw;
    margin: 0 auto 6.22vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }

  #About .txtarea p {
    width: 90vw;
    color: #fff;
    font-weight: 700;
    margin-bottom: 3.5vw;
    line-height: 1.5em;
  }

  #About .txtarea .img {
    width: 59.2vw;
  }

  #About .slideArea {
    width: 90vw;
    border: 4px solid #84b8f4;
    border-radius: 10px;
    box-sizing: border-box;
    position: relative;
    margin: 3vw auto 0;
  }

  #About .slideArea h3 {
    width: 56.88vw;
    font-size: 4.8vw;
    line-height: 4.8vw;
    color: #fff;
    text-align: center;
    font-weight: 700;
    background: #5496e1;
    margin: -2vw auto 0;
  }

  #About .slideArea .slide01 {
    width: 89.1vw;
    margin-left: -3vw;
    padding: 8.2vw 0 18.22vw 0vw;
  }

  #About .slideArea .slide02 {
    width: 89.1vw;
    margin-left: -3vw;
    padding: 8.2vw 0 18.22vw 0vw;
  }

  .sp-horizontal .sp-previous-arrow {
    left: -50vw;
    top: -20vw;
  }

  .sp-horizontal .sp-next-arrow {
    right: 47vw;
    top: -20vw;
  }

  .sp-buttons {
    margin: -13vw 0 0;
    padding-top: 0;
  }

  .sp-button {
    width: 10vw;
    height: 1vw;
    background-color: #89c0f0;
    border: none;
    border-radius: 0.5vw;
    margin: 1vw;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
  }

  .sp-selected-button {
    background-color: #fff;
  }

  .sp-horizontal .sp-arrows {
    width: 100%;
    left: 50%;
    top: 50%;
    margin-top: 0;
    margin-left: 0;
  }

  /**

----------------------------------------

#Benefit

----------------------------------------

**/

  #Benefit {
    width: 100vw;
    background: #fff;
  }

  #Benefit h2 {
    font-size: 7.11vw;
    color: #5496e1;
    line-height: 7.11vw;
    text-align: center;
    font-weight: 500;
    padding: 15.5vw 0 6.66vw 0;
  }

  #Benefit .lead01 {
    width: 66vw;
    font-size: 4vw;
    color: #ee7878;
    line-height: 4vw;
    text-align: center;
    font-weight: 700;
    padding: 2.22vw 0;
    border-top: 3px solid #ee7878;
    border-bottom: 3px solid #ee7878;
    margin: 0 auto 7.6vw;
  }

  #Benefit .cntBox01 {
    width: 100vw;
    height: 425.2vw;
    background: url("../images/SPsct2bg.png") center / 100vw 435.2vw no-repeat #e3f0ff;
    position: relative;
    box-sizing: content-box;
    border-top: none;
  }

  #Benefit .cntArea01 {
    width: 85.5vw;
    margin: 0 auto 0;
    padding-top: 20vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  #Benefit .cntArea01 li {
    border: 3px solid #fee6e6;
    border-radius: 6px;
    width: 85.5vw;
    height: 85.9vw;
    background: #fff;
    box-sizing: border-box;
    margin-bottom: 16vw;
    position: relative;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.06);
  }

  #Benefit .cntArea01 li .number {
    width: 14.22vw;
    margin: -9.5vw auto 5.3vw;
  }

  #Benefit .cntArea01 li .ttlTxt {
    width: 85.5vw;
    text-align: center;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 5.33vw;
    line-height: 5.33vw;
    color: #ee7878;
    margin: 0 auto 3.55vw;
  }

  #Benefit .cntArea01 li:nth-child(3) .ttlTxt {
    text-align: center;
  }

  #Benefit .cntArea01 li .Txt {
    width: 67.5vw;
    font-size: 3.55vw;
    line-height: 1.5;
    letter-spacing: 0;
    margin: 0 auto;
  }

  #Benefit .cntArea01 li:nth-child(1) .Txt {
    width: 67.5vw;
  }

  #Benefit .cntArea01 li .Txt02 {
    width: 72.8vw;
    font-size: 0.85em;
    line-height: 1.5;
    letter-spacing: 0;
    margin: 30vw auto 0;
  }

  #Benefit .cntArea01 li .Txt span {
    font-size: 0.75em;
  }

  #Benefit .cntArea01 li:nth-child(1) .img {
    width: 58.8vw;
    left: 10.75vw;
    bottom: 9.7vw;
    position: absolute;
  }

  #Benefit .cntArea01 li:nth-child(2) .img {
    width: 48vw;
    left: 20vw;
    bottom: -5vw;
    position: absolute;
  }

  #Benefit .cntArea01 li:nth-child(3) .img {
    width: 62.2vw;
    left: 11.1vw;
    bottom: 3.22vw;
    position: absolute;
  }

  #Benefit .cntArea01 li:nth-child(4) .img {
    width: 40.45vw;
    left: 22.11vw;
    bottom: 3.33vw;
    position: absolute;
  }

  #Benefit .lead02 {
    width: 51.55vw;
    font-size: 4vw;
    color: #baa432;
    line-height: 4vw;
    text-align: center;
    font-weight: 700;
    padding: 2.22vw 0;
    border-top: 3px solid #baa432;
    border-bottom: 3px solid #baa432;
    margin: 8vw auto;
  }

  #Benefit .cntBox02 {
    width: 100vw;
    height: 342.8vw;
    background: url("../images/SPsct3bg.png") center / 100vw 342.8vw no-repeat #e3f0ff;
    position: relative;
    box-sizing: content-box;
    border-top: none;
  }

  #Benefit .cntArea02 {
    width: 85.5vw;
    margin: 0 auto 0;
    padding-top: 20vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  #Benefit .cntArea02 li {
    border: 3px solid #f7f4ce;
    border-radius: 6px;
    width: 85.5vw;
    height: 82.9vw;
    background: #fff;
    margin-bottom: 16vw;
    box-sizing: border-box;
    position: relative;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.06);
  }

  #Benefit .cntArea02 li:nth-child(3) {
    height: 82.9vw;
    line-height: 1.5;
    margin: 0 auto;
  }

  #Benefit .cntArea02 li .number {
    width: 14.22vw;
    margin: -9.5vw auto 5.3vw;
  }

  #Benefit .cntArea02 li .ttlTxt {
    width: 85.5vw;
    text-align: center;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 5.33vw;
    line-height: 5.33vw;
    color: #baa432;
    margin: 0 auto 3.55vw;
  }

  #Benefit .cntArea02 li:nth-child(1) {
    height: 101vw;
  }

  /*#Benefit .cntArea02 li:nth-child(2) {
  height: 91.9vw;
}*/

  #Benefit .cntArea02 li:nth-child(1) .ttlTxt {
    letter-spacing: -1px;
  }

  #Benefit .cntArea02 li:nth-child(2) .ttlTxt {
    text-align: center;
  }

  #Benefit .cntArea02 li:nth-child(3) .ttlTxt {
    text-align: center;
  }

  #Benefit .cntArea02 li .Txt {
    width: 67.5vw;
    font-size: 3.55vw;
    line-height: 1.5;
    letter-spacing: 0;
    margin: 0 auto;
  }

  #Benefit .cntArea02 li:nth-child(1) .img {
    width: 65.17vw;
    left: 10vw;
    bottom: 7.55vw;
    position: absolute;
  }

  #Benefit .cntArea02 li:nth-child(2) .img {
    width: 63.55vw;
    left: 11.8vw;
    bottom: 2vw;
    position: absolute;
  }

  #Benefit .cntArea02 li:nth-child(3) .img {
    width: 40.45vw;
    left: 22.11vw;
    bottom: -0.67vw;
    position: absolute;
  }

  /**

----------------------------------------

#Feature

----------------------------------------

**/

  #Feature {
    width: 100vw;
    margin: 0 auto 17.7vw;
    background: url("../images/sct4Art1.png") 19.37vw 10.66vw / 10.66vw 8.17vw no-repeat, url("../images/sct4Art1.png") 72.9vw 13.33vw / 10.66vw 8.17vw no-repeat;
  }

  #Feature h2 {
    font-size: 7.11vw;
    color: #5496e1;
    font-size: 7.11vw;
    text-align: center;
    font-weight: 500;
    padding: 8vw 0 7.5vw 0;
  }

  #Feature .cntBox {
    width: 90vw;
    margin: 0 auto;
    background: none;
  }

  #Feature .cntBox ul li {
    width: 90vw;
    position: relative;
    padding: 0 0 6.22vw 0;
  }

  #Feature .cntBox ul li .number {
    position: relative;
    margin: 0 auto 6vw;
    width: 14.22vw;
    top: 0;
    left: 0;
  }

  #Feature .cntBox ul .ttlTxt {
    font-weight: 700;
    font-size: 4vw;
    line-height: 5.77vw;
    color: #5496e1;
    margin: 0 0 5.33vw;
  }

  #Feature .cntBox ul .Txt {
    letter-spacing: 1px;
    font-size: 3.55vw;
    line-height: 1.5;
  }

  /**

----------------------------------------

#Howto

----------------------------------------

**/

  #Howto {
    width: 100%;
    margin: 0 auto;
    background: #eef6ff;
  }

  #Howto h2 {
    font-size: 7.11vw;
    color: #5496e1;
    font-size: 7.11vw;
    text-align: center;
    font-weight: 500;
    padding: 10vw 0;
  }

  #Howto .cntArea01 {
    width: 100vw;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  #Howto .cntArea01 li:nth-child(1) {
    width: 57.77vw;
    position: relative;
    margin: 0 0 0 29.86vw;
  }

  #Howto .cntArea01 li:nth-child(2) {
    width: 73.93vw;
    position: relative;
    margin: 8vw 1.3vw 0 29.86vw;
  }

  #Howto .cntArea01 li .img {
    width: 33.77vw;
    left: -26.77vw;
    top: -9vw;
    position: absolute;
  }

  #Howto .cntArea01 li:nth-child(1) .ttlTxt {
    font-weight: 700;
    font-size: 4.44vw;
    line-height: 4.44vw;
    color: #ee7878;
    margin: 0 0 1.77vw;
  }

  #Howto .cntArea01 li:nth-child(2) .ttlTxt {
    font-weight: 700;
    font-size: 4.44vw;
    line-height: 4.44vw;
    color: #baa432;
    margin: 0 0 1.77vw;
  }

  #Howto .cntArea01 li .Txt {
    font-weight: 700;
    font-size: 4vw;
    letter-spacing: 1px;
    line-height: 5vw;
  }

  #Howto .attention {
    width: 90vw;
    margin: 5vw auto 15vw;
  }

  #Howto .attention p {
    width: 73vw;
    font-size: 3.4vw;
    line-height: 5vw;
    margin: 0 auto 5.3vw;
    padding-left: 3em;
    text-indent: -3em;
  }

  /**

----------------------------------------

#Contact

----------------------------------------

**/

  #Contact {
    width: 100vw;
    margin: 0 auto;
    background: url("../images/SPsct6Art1.png") 0 26.4vw / 17.77vw 20.7vw no-repeat, url("../images/SPsct6Art2.png") 82.5vw 27.6vw / 17.5vw 19.37vw no-repeat;
  }

  #Contact h2 {
    font-size: 7.11vw;
    color: #5496e1;
    font-size: 7.11vw;
    text-align: center;
    font-weight: 500;
    padding: 12vw 0 4.44vw 0;
  }

  #Contact .lead {
    font-size: 4vw;
    line-height: 4vw;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0;
    padding: 0 0 7.11vw 0;
  }

  /*個人情報*/
  .policyWrapper {
    width: 69vw;
    height: 34vw;
    padding: 0 0 20vw 0;
    margin: 6vw auto;
    background: #eef6ff;
    padding: 3vw 2vw 3vw 5vw;
    border-radius: 5vw;
    overflow: auto;
  }

  .policyWrapper h3 {
    width: 100%;
    height: auto;
    padding: 5px 0 5px 0;
    margin: 0;
    font-size: 1em;
    letter-spacing: 0;
  }

  .policyWrapper h4 {
    width: 100%;
    height: auto;
    padding: 5px 0 5px 0;
    margin: 0;
    font-size: 1em;
    letter-spacing: 0;
  }
  .mCSB_inside > .mCSB_container {
    margin-right: 2vw;
  }
  .policyWrapper h5 {
    width: 96%;
    height: auto;
    padding: 0;
    margin: 7px 2% 5px;
    font-size: 0.9em;
    letter-spacing: 0;
  }

  .policyWrapper p {
    width: 96%;
    height: auto;
    padding: 0;
    margin: 5px 2%;
    letter-spacing: 0;
  }

  .policyWrapper .p_title {
    width: 96%;
    height: auto;
    padding: 0;
    margin: 7px 2% 5px;
    font-size: 1em;
    letter-spacing: 0;
  }

  .policyWrapper ul.p_list {
    width: 96%;
    height: auto;
    padding: 0;
    margin: 5px 2%;
    font-size: 1em;
    letter-spacing: 0;
  }

  .policyWrapper table {
    width: 95%;
    height: auto;
    padding: 0;
    margin: 5px 2% 10px;
    font-size: 1em;
    border: 1px solid #666;
  }

  .policyWrapper table td.txtCenter {
    text-align: center;
  }

  .policyWrapper table td.innerTitle {
    background: #d0d0d0;
  }

  .policyWrapper table td.num {
    width: 5%;
    height: auto;
    padding: 3px 0;
    margin: 0;
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
    text-align: center;
  }

  .policyWrapper table td.content {
    width: 62%;
    height: auto;
    padding: 3px 1%;
    margin: 0;
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
  }

  .policyWrapper table td.section {
    width: 12%;
    height: auto;
    padding: 3px 1%;
    margin: 0;
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
    text-align: center;
  }

  .policyWrapper table td:last-child {
    border-bottom: 1px solid #666;
    border-right: none;
  }

  .policyWrapper ul {
    width: 94%;
    height: auto;
    padding: 0;
    margin: 5px 3% 10px;
    font-size: 1em;
    letter-spacing: 0;
  }

  #Contact .btn {
    font-size: 3vw;
    color: #fff;
    background: linear-gradient(to right, #5b9fe4 0%, #4d8dde 100%);
    border-radius: 6.5vw;
    line-height: 4vw;
    padding: 2vw 0;
    text-align: center;
    width: 55.66vw;
    font-weight: 700;
    letter-spacing: 0.2vw;
    margin: 0 auto 12.7vw;
    position: relative;
  }

  #Contact .btn:after {
    content: "";
    width: 1.27vw;
    height: 2.44vw;
    background-image: url(../images/arrow_right.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: 4.5vw;
    left: 50.66vw;
    transition: all 0.2s ease-out;
    transform: none;
  }

  #Contact .btn:hover:after {
    transform: none;
  }

  #Contact .btn a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  /**

----------------------------------------

#footer

----------------------------------------

**/

  footer {
    width: 100vw;
    height: auto;
    background: #f1f1f1;
  }

  footer .inner {
    max-width: 100vw;
    width: 100%;
    margin: 0 auto;
    padding: 10vw 0 5vw;
    display: block;
    justify-content: space-between;
    align-items: center;
  }

  footer .inner .linkList {
    width: 90vw;
    margin: 0 auto 6vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  footer .inner .linkList li {
    margin-left: 0;
  }

  footer .inner .linkList li a {
    font-size: 3.1vw;
    letter-spacing: 0;
  }

  footer .inner .group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90vw;
    margin: 0 auto 6vw;
  }

  footer .inner .group li {
    width: 18.75vw;
  }

  footer .inner .copy {
    font-size: 2vw;
    width: 90vw;
    text-align: center;
    margin: 0 auto;
    letter-spacing: 0;
  }

  .page-top {
    width: 13.33vw;
    position: fixed;
    right: 3vw;
    bottom: 3vw;
    z-index: 1000;
  }
}

@media screen and (max-width: 900px) {
  header .inner nav {
    padding: 22px 0 0 0;
  }
}
