@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=M+PLUS+1p&family=Noto+Sans+JP:wght@100..900&family=Yuji+Syuku&display=swap");
.container-mt100 {
  margin: 100px auto 0;
  max-width: 1200px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .container-mt100 {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .container-mt100 {
    margin-top: 70px;
  }
}
.container-mt100 .box-head .head-deco {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 6.4rem;
  letter-spacing: 0.05rem;
  color: #fff;
  text-shadow: 1px 1px 0 #021EB1, -1px 1px 0 #021EB1, -1px -1px 0 #021EB1, 1px -1px 0 #021EB1;
}
@media screen and (max-width: 767px) {
  .container-mt100 .box-head .head-deco {
    font-size: 4.8rem;
  }
}
.container-mt100 .box-head p {
  margin-top: -20px;
}

.sec--fv {
  height: 90vh;
  background-size: cover;
  position: relative;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .sec--fv {
    margin-top: 60px;
    min-height: 500px;
    height: 100%;
  }
}
.sec--fv .video_box {
  width: 100%;
  max-height: 90vh;
  height: 100%;
  max-width: 100%;
  overflow: hidden;
}
.sec--fv .video_box video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
@media screen and (max-width: 767px) {
  .sec--fv .video_box video {
    height: 80vh;
  }
}
.sec--fv .box-copy {
  position: absolute;
  left: 140px;
  bottom: 120px;
  color: #021EB1;
  text-shadow: 0px 4px 10px rgba(217, 217, 217, 0.5);
}
@media screen and (max-width: 1200px) {
  .sec--fv .box-copy {
    left: 5%;
  }
}
@media screen and (max-width: 767px) {
  .sec--fv .box-copy {
    bottom: 10%;
    line-height: 1.5;
  }
}
.sec--fv .box-copy h2 {
  font-size: 4rem;
  letter-spacing: 0.1rem;
  font-weight: 600;
  margin-bottom: 15px;
  font-family: "M PLUS 1p", sans-serif;
}
@media screen and (max-width: 1200px) {
  .sec--fv .box-copy h2 {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 850px) {
  .sec--fv .box-copy h2 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec--fv .box-copy h2 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 390px) {
  .sec--fv .box-copy h2 {
    font-size: 2.4rem;
  }
}
.sec--fv .box-copy p {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .sec--fv .box-copy p {
    font-size: 1.6rem;
  }
}

.sec--intro {
  text-align: center;
}
.sec--intro .box-head {
  margin-bottom: 30px;
}
.sec--intro .box-head h2 {
  font-size: 4.8rem;
}
.sec--intro .box-head p {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .sec--intro .box-head p {
    margin-top: 20px;
  }
}
.sec--intro .box-text {
  position: relative;
}
.sec--intro .box-text p {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 30px;
}
@media screen and (max-width: 1075px) {
  .sec--intro .box-text p {
    position: static;
    transform: none;
  }
}
.sec--intro .box-text img {
  margin: 0 auto;
}
.sec--intro .box-text .img-pc {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1020/348;
}
@media screen and (max-width: 1075px) {
  .sec--intro .box-text .img-pc {
    display: none;
  }
}
.sec--intro .box-text .img-tab {
  display: none;
}
@media screen and (max-width: 1075px) {
  .sec--intro .box-text .img-tab {
    max-width: 704px;
    width: 100%;
    height: auto;
    display: block;
    margin-top: 20px;
    -o-object-fit: contain;
       object-fit: contain;
    aspect-ratio: 704/577;
    padding: 0 20px;
  }
}

.sec--news {
  background-color: #fff;
  border: 2px solid #021EB1;
  border-radius: 20px;
}
@media screen and (max-width: 1200px) {
  .sec--news {
    width: 90%;
  }
}
.sec--news .wrapper-news {
  max-width: 1080px;
  width: 100%;
  margin: 50px auto;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}
@media screen and (max-width: 900px) {
  .sec--news .wrapper-news {
    display: block;
  }
  .sec--news .wrapper-news .box-head {
    text-align: center;
  }
}
.sec--news .wrapper-news .table-news {
  width: 600px;
}
@media screen and (max-width: 900px) {
  .sec--news .wrapper-news .table-news {
    margin: 0 auto;
    max-width: 500px;
    width: 100%;
    height: auto;
  }
}
.sec--news .wrapper-news .table-news dl a {
  position: relative;
  display: block;
}
.sec--news .wrapper-news .table-news dl a .list-news {
  padding: 30px 0 30px 10px;
  border-bottom: 1px solid #021EB1;
  transition: ease-in 0.1s;
}
@media screen and (max-width: 900px) {
  .sec--news .wrapper-news .table-news dl a .list-news {
    padding: 30px 10px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 350px) {
  .sec--news .wrapper-news .table-news dl a .list-news {
    padding: 30px 10px 30px 0;
  }
}
.sec--news .wrapper-news .table-news dl a:hover {
  transition: ease-in-out 0.3s;
  color: #021EB1;
}
.sec--news .wrapper-news .table-news dl a:hover::after {
  right: -35px;
  transition: ease-in-out 0.3s;
}
.sec--news .wrapper-news .table-news dl dt {
  float: left;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-weight: 600;
  margin-right: 50px;
}
.sec--news .wrapper-news .table-news dl dd {
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.sec--news .wrapper-news .table-news p {
  margin-top: 30px;
  text-align: right;
}
.sec--news .wrapper-news .table-news p a {
  position: relative;
}
.sec--news .wrapper-news .table-news p a:after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../img/img-arrow.webp);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 28%;
  left: -50px;
  transition: ease-in-out 0.3s;
}
.sec--news .wrapper-news .table-news p a:hover {
  transition: ease-in-out 0.3s;
  color: #021EB1;
}
.sec--news .wrapper-news .table-news p a:hover:after {
  left: -25px;
  transition: ease-in-out 0.3s;
}

.sec--product {
  max-width: 1080px;
}
.sec--product .box-head {
  text-align: center;
}
.sec--product h3 {
  background-color: #021EB1;
  color: #fff;
  padding: 15px 0 15px 30px;
  margin: 40px auto;
  font-weight: 500;
}
@media screen and (max-width: 1100px) {
  .sec--product h3 {
    text-align: center;
    margin: 20px auto;
    padding: 15px 30px;
  }
}
.sec--product .box-pro {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1100px) {
  .sec--product .box-pro {
    display: block;
    text-align: center;
    margin: 0 auto;
  }
}
.sec--product .box-pro a {
  transition: ease-in 0.2s;
  display: inline-block;
}
@media screen and (max-width: 1100px) {
  .sec--product .box-pro a {
    margin-bottom: 20px;
  }
}
.sec--product .box-pro a:hover {
  transition: ease-in 0.2s;
  opacity: 0.8;
}
.sec--product .box-pro a img {
  aspect-ratio: 1.75/1;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}

.sec--company {
  color: #000;
  text-align: center;
  position: relative;
  max-width: 1920px;
  width: 100%;
  min-height: 300px;
}
.sec--company:before {
  content: "";
  display: block;
  max-width: 1920px;
  width: 100%;
  height: 100%;
  background: url(../img/bg-company.webp);
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  top: 65px;
  z-index: -1;
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 767px) {
  .sec--company:before {
    top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .sec--company .wrapper-company {
    width: 90%;
    margin: 0 auto;
  }
}
.sec--company .wrapper-company .box-text {
  margin-top: 30px;
}
.sec--company .wrapper-company .box-text .text-en {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.sec--company .wrapper-company .box-text p:last-of-type {
  line-height: 2;
  word-break: keep-all;
}
@media screen and (max-width: 767px) {
  .sec--company .wrapper-company .box-text p:last-of-type {
    font-size: 1.5rem;
  }
}
.sec--company .wrapper-company p {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .sec--company .wrapper-company p {
    margin-top: 20px;
  }
}
.sec--company .wrapper-company p a {
  position: relative;
  transition: ease-in 0.2s;
}
.sec--company .wrapper-company p a:after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../img/img-arrow.webp);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 28%;
  left: -50px;
  transition: ease-in-out 0.3s;
}
.sec--company .wrapper-company p a:hover {
  color: #021EB1;
  transition: ease-in 0.2s;
}
.sec--company .wrapper-company p a:hover:after {
  left: -25px;
  transition: ease-in-out 0.3s;
}

.sec--recruit {
  margin-top: 150px;
}
.sec--recruit .box-head {
  text-align: center;
}
.sec--recruit .wrapper-rec {
  margin-top: 50px;
  display: flex;
  justify-content: space-around;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1050px) {
  .sec--recruit .wrapper-rec {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .sec--recruit .wrapper-rec {
    margin-top: 20px;
  }
}
.sec--recruit .wrapper-rec img {
  max-width: 524px;
  width: 100%;
  height: auto;
  aspect-ratio: 1.05/1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1050px) {
  .sec--recruit .wrapper-rec img {
    margin: 40px auto;
  }
}
@media screen and (max-width: 767px) {
  .sec--recruit .wrapper-rec img {
    width: 90%;
  }
}
.sec--recruit .wrapper-rec .box-text {
  max-width: 460px;
}
@media screen and (max-width: 1050px) {
  .sec--recruit .wrapper-rec .box-text {
    margin: 0 auto;
    text-align: center;
  }
}
.sec--recruit .wrapper-rec .box-text h3 {
  font-size: 2.4rem;
  line-height: 2;
  font-weight: 500;
  display: inline;
  border-bottom: 2px solid #021EB1;
}
.sec--recruit .wrapper-rec .box-text p {
  margin-top: 20px;
  line-height: 2;
  text-align: justify;
}
@media screen and (max-width: 1050px) {
  .sec--recruit .wrapper-rec .box-text p:first-of-type {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .sec--recruit .wrapper-rec .box-text p {
    margin: 20px auto;
    width: 90%;
  }
}
.sec--recruit .wrapper-rec .box-text p:last-of-type {
  text-align: right;
}
.sec--recruit .wrapper-rec .box-text p:last-of-type a {
  position: relative;
  transition: ease-in 0.2s;
}
.sec--recruit .wrapper-rec .box-text p:last-of-type a:after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../img/img-arrow.webp);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 28%;
  left: -50px;
  transition: ease-in 0.2s;
}
.sec--recruit .wrapper-rec .box-text p:last-of-type a:hover {
  color: #021EB1;
  transition: ease-in 0.2s;
}
.sec--recruit .wrapper-rec .box-text p:last-of-type a:hover:after {
  left: -25px;
  transition: ease-in 0.3s;
}
.sec--recruit .wrapper-rec .box-text .box-btn {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 500px) {
  .sec--recruit .wrapper-rec .box-text .box-btn {
    display: block;
  }
}
.sec--recruit .wrapper-rec .box-text .box-btn a {
  width: 200px;
  height: 70px;
  border: 2px solid #021EB1;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 5px 5px 0 #021EB1;
  transition: ease-in 0.2s;
  color: #000;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .sec--recruit .wrapper-rec .box-text .box-btn a {
    margin: 40px auto;
  }
}
@media screen and (max-width: 500px) {
  .sec--recruit .wrapper-rec .box-text .box-btn a {
    width: 70%;
    height: 60px;
    margin: 20px auto;
  }
}
.sec--recruit .wrapper-rec .box-text .box-btn a:hover {
  box-shadow: unset;
  transition: ease-in 0.2s;
}
.sec--recruit .wrapper-rec .box-text .box-btn a p {
  margin: 0;
  text-align: center;
}

.container-mt100-mw1080 {
  margin: 100px auto 0;
  max-width: 1080px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .container-mt100-mw1080 {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .container-mt100-mw1080 {
    margin-top: 70px;
  }
}
.container-mt100-mw1080 .box-sub-head {
  display: flex;
  justify-content: start;
  align-items: baseline;
  gap: 10px;
  border-bottom: 2px solid #021EB1;
  max-width: 1080px;
  width: 100%;
}
.container-mt100-mw1080 .box-sub-head h2 {
  font-weight: 500;
}
.container-mt100-mw1080 .box-sub-head p {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #021EB1;
  font-weight: 700;
}

.sec--fv--com {
  min-height: 300px;
  height: 100%;
  width: auto;
  background: url(../img/fv-com.webp);
  background-size: cover;
  background-position: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .sec--fv--com {
    margin-top: 60px;
  }
}
.sec--fv--com .box-head {
  text-align: center;
}
.sec--fv--com .box-head h2 {
  text-align: center;
}
.sec--fv--com .box-head h2 img {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec--fv--com .box-head h2 img {
    width: 80%;
    height: auto;
  }
}
.sec--fv--com .box-head p {
  font-weight: 500;
}

.sec--mes .wrapper-mes {
  max-width: 1000px;
  margin: 50px auto;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1080px) {
  .sec--mes .wrapper-mes {
    margin: 50px auto;
  }
}
@media screen and (max-width: 767px) {
  .sec--mes .wrapper-mes {
    display: block;
  }
}
.sec--mes .wrapper-mes .box-text {
  width: 65%;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .sec--mes .wrapper-mes .box-text {
    margin: 0 auto;
    width: 100%;
  }
}
.sec--mes .wrapper-mes .box-text h3 {
  color: #021EB1;
  font-weight: 500;
  margin-bottom: 30px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .sec--mes .wrapper-mes .box-text h3 {
    text-align: center;
  }
}
.sec--mes .wrapper-mes .box-text p {
  margin-bottom: 20px;
  text-align: justify;
}
.sec--mes .wrapper-mes .box-text p:last-of-type {
  text-align: right;
  font-family: "Yuji Syuku", serif;
  font-size: 2rem;
}
.sec--mes .wrapper-mes img {
  aspect-ratio: 1/1.33;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .sec--mes .wrapper-mes img {
    margin: 0 auto;
  }
}

.sec--ov .table-ov {
  max-width: 880px;
  margin: 0 auto;
  font-family: "Lato", sans-serif;
}
.sec--ov .table-ov dl {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  border-bottom: none;
  margin: 50px auto;
}
@media screen and (max-width: 767px) {
  .sec--ov .table-ov dl {
    margin: 40px auto;
    flex-direction: column;
  }
}
.sec--ov .table-ov dl dt {
  background: #fbfbfb;
  padding: 20px 40px;
  width: 170px;
  border-top: 1px solid #d9d9d9;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .sec--ov .table-ov dl dt {
    width: 100%;
    padding: 20px;
  }
}
.sec--ov .table-ov dl dt:last-of-type {
  border-bottom: 1px solid #d9d9d9;
}
.sec--ov .table-ov dl dd {
  background: #fff;
  padding: 20px 40px;
  width: calc(100% - 170px);
  border-top: 1px solid #d9d9d9;
}
@media screen and (max-width: 767px) {
  .sec--ov .table-ov dl dd {
    width: 100%;
    padding: 20px;
    border-bottom: none;
    background-color: #fff;
  }
}
.sec--ov .table-ov dl dd:last-of-type {
  border-bottom: 1px solid #d9d9d9;
}
.sec--ov .table-ov dl dd ul li {
  margin-bottom: 20px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .sec--ov .table-ov dl dd ul li {
    border-bottom: 1px dashed #ccc;
    padding: 10px 0;
    margin-bottom: 10px;
  }
  .sec--ov .table-ov dl dd ul li:first-of-type {
    padding: 0 0 20px;
  }
  .sec--ov .table-ov dl dd ul li:last-of-type {
    border-bottom: none;
  }
}
.sec--ov .table-ov dl dd ul li:last-of-type {
  margin-bottom: 0;
}
.sec--ov .table-ov dl dd ul li span {
  font-weight: 500;
}

.sec--his .table-his {
  max-width: 1000px;
  margin: 50px auto;
  font-family: "Lato", sans-serif;
  background-color: #fff;
  border: 1px solid #021EB1;
  border-radius: 20px;
}
.sec--his .table-his dl {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  max-width: 880px;
  width: 100%;
  border-bottom: none;
  margin: 40px auto;
}
@media screen and (max-width: 767px) {
  .sec--his .table-his dl {
    width: 90%;
    flex-direction: column;
    margin: 10px auto;
  }
}
.sec--his .table-his dl dt {
  padding: 20px 0 20px 20px;
  width: 170px;
  border-bottom: 1px solid #d9d9d9;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .sec--his .table-his dl dt {
    width: 100%;
    padding: 10px;
    border-bottom: none;
  }
}
.sec--his .table-his dl dt:last-of-type {
  border-bottom: none;
}
.sec--his .table-his dl dt span {
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .sec--his .table-his dl dt span {
    margin-left: 20px;
  }
}
.sec--his .table-his dl dd {
  background: #fff;
  padding: 20px 40px;
  width: calc(100% - 170px);
  border-bottom: 1px solid #d9d9d9;
}
@media screen and (max-width: 767px) {
  .sec--his .table-his dl dd {
    width: 100%;
    padding: 0 10px 10px 10px;
    border-bottom: 1px solid #d9d9d9;
  }
}
.sec--his .table-his dl dd:last-of-type {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .sec--his .table-his dl dd ul li {
    border-bottom: 1px dashed #ccc;
    padding: 10px 0;
  }
  .sec--his .table-his dl dd ul li:last-of-type {
    border-bottom: none;
  }
}
.sec--his .table-his dl dd ul li {
  margin-bottom: 20px;
  line-height: 2;
}
.sec--his .table-his dl dd ul li:last-of-type {
  margin-bottom: 0;
}
.sec--his .table-his dl dd ul li span {
  font-weight: 500;
}

.sec--acc .wrapper-off {
  max-width: 1000px;
  display: flex;
  margin: 40px auto;
}
@media screen and (max-width: 767px) {
  .sec--acc .wrapper-off {
    display: block;
  }
}
.sec--acc .wrapper-off h3 {
  font-size: 2rem;
  max-width: 250px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: start;
  padding-top: 40px;
  border-radius: 20px 0 0 20px;
}
@media screen and (max-width: 767px) {
  .sec--acc .wrapper-off h3 {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    border-radius: 20px 20px 0 0;
    align-items: center;
    padding: 20px 0;
  }
}
.sec--acc .wrapper-off .box-text-map {
  max-width: 750px;
  width: 100%;
  padding: 40px;
  background-color: #fff;
  border: 1px solid #D5F3FF;
  border-radius: 0 20px 20px 0;
}
@media screen and (max-width: 767px) {
  .sec--acc .wrapper-off .box-text-map {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    border-radius: 0 0 20px 20px;
    align-items: center;
    padding: 20px 0;
  }
}
.sec--acc .wrapper-off .box-text-map p {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .sec--acc .wrapper-off .box-text-map p {
    width: 90%;
    margin: 0 auto 20px;
  }
}
.sec--acc .wrapper-off .box-text-map .box-map {
  text-align: center;
}
.sec--acc .wrapper-off .box-text-map .box-map iframe {
  max-width: 750px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec--acc .wrapper-off .box-text-map .box-map iframe {
    width: 90%;
  }
}
.sec--acc .osaka-off h3 {
  background: url(../img/bg-off-osaka.webp);
}
@media screen and (max-width: 767px) {
  .sec--acc .osaka-off h3 {
    background-image: none;
    background-color: #D5F3FF;
  }
}
.sec--acc .tokyo-off h3 {
  background: url(../img/bg-off-tokyo.webp);
}
@media screen and (max-width: 767px) {
  .sec--acc .tokyo-off h3 {
    background-image: none;
    background-color: #D5F3FF;
  }
}

.container-mt100-mw1080 {
  margin: 100px auto 0;
  max-width: 1080px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .container-mt100-mw1080 {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .container-mt100-mw1080 {
    margin-top: 70px;
  }
}
.container-mt100-mw1080 .box-sub-head {
  display: flex;
  justify-content: start;
  align-items: baseline;
  gap: 10px;
  border-bottom: 2px solid #021EB1;
  max-width: 1080px;
  width: 100%;
}
.container-mt100-mw1080 .box-sub-head h2 {
  font-weight: 500;
}
.container-mt100-mw1080 .box-sub-head p {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #021EB1;
  font-weight: 700;
}

.sec--fv--con {
  min-height: 300px;
  height: 100%;
  width: auto;
  background: url(../img/fv-con.webp);
  background-size: cover;
  background-position: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .sec--fv--con {
    margin-top: 60px;
  }
}
@media screen and (max-width: 600px) {
  .sec--fv--con {
    background-position: 50%;
  }
}
.sec--fv--con .box-head {
  text-align: center;
}
.sec--fv--con .box-head h2 {
  text-align: center;
}
.sec--fv--con .box-head h2 img {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec--fv--con .box-head h2 img {
    width: 80%;
    height: auto;
  }
}
.sec--fv--con .box-head p {
  font-weight: 500;
}

.sec--con--mes .wrapper-con-mes {
  background-color: #fff;
  border: 2px solid #021EB1;
  border-radius: 20px;
}
.sec--con--mes .wrapper-con-mes .box-text {
  width: 80%;
  margin: 40px auto;
}
@media screen and (max-width: 767px) {
  .sec--con--mes .wrapper-con-mes .box-text {
    text-align: justify;
    font-size: 1.5rem;
  }
}
.sec--con--mes .wrapper-con-mes .box-text button {
  max-width: 520px;
  width: 100%;
  min-height: 100px;
  height: 100%;
  margin: 40px auto;
  padding: 40px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #D5F3FF;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .sec--con--mes .wrapper-con-mes .box-text button {
    margin: 20px auto;
    padding: 20px 0;
  }
}
.sec--con--mes .wrapper-con-mes .box-text button .text-tel {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-align: center;
  color: #021EB1;
  font-size: 3.2rem;
  line-height: 1.2;
  font-weight: 600;
}
.sec--con--mes .wrapper-con-mes .box-text button .text-tel i {
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .sec--con--mes .wrapper-con-mes .box-text button .text-tel {
    font-size: 2.4rem;
  }
  .sec--con--mes .wrapper-con-mes .box-text button .text-tel i {
    font-size: 2rem;
  }
}
.sec--con--mes .wrapper-con-mes .box-text button .text-tel span {
  font-size: 1.6rem;
  color: #2E2E2E;
}
.sec--con--mes .wrapper-con-mes .box-text p a {
  color: #021EB1;
}

.sec--form {
  /*チェックボックス*/
}
.sec--form #form h2 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .sec--form #form h2 {
    font-size: 1.8rem;
  }
}
.sec--form #form .wrapper-form {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec--form #form .wrapper-form {
    width: 100%;
  }
}
.sec--form #form .wrapper-form dl {
  display: flex;
  flex-wrap: wrap;
  border-top: none;
  text-align: justify;
  text-justify: inter-ideograph;
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .sec--form #form .wrapper-form dl {
    flex-direction: column;
    display: block;
    margin: 10px auto;
    width: 100%;
  }
}
.sec--form #form .wrapper-form dl dt {
  width: 25%;
  padding: 25px 15px;
  box-sizing: border-box;
  border-bottom: solid 1px #DDD;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .sec--form #form .wrapper-form dl dt {
    width: 100%;
    padding: 15px 0 10px;
    border-bottom: none;
  }
}
.sec--form #form .wrapper-form dl dd {
  padding: 25px 15px;
  margin: 0;
  width: 75%;
  box-sizing: border-box;
  border-bottom: solid 1px #DDD;
}
@media screen and (max-width: 767px) {
  .sec--form #form .wrapper-form dl dd {
    padding: 0 0 15px;
    width: 100%;
  }
}
.sec--form #form input[type=tel],
.sec--form #form input[type=text],
.sec--form #form input[type=email] {
  height: 45px;
  font-size: 16px;
  border: 1px solid #021EB1;
  padding: 3px 10px;
  background-color: #FFF;
}
.sec--form #form textarea {
  font-size: 16px;
  border: 1px solid #021EB1;
  padding: 3px 10px;
  width: 100%;
  background-color: #FFF;
  color: #000;
}
.sec--form #form select {
  height: 40px;
  border: 1px solid #021EB1;
  padding: 3px 10px;
  background-color: #FFF;
}
.sec--form #form input,
.sec--form #form select {
  vertical-align: middle;
}
.sec--form #form .boxW100 input,
.sec--form #form .boxW100 textarea {
  width: 100%;
  box-sizing: border-box;
}
.sec--form #form .boxW49 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec--form #form .boxW49 input {
  width: 49%;
  box-sizing: border-box;
}
.sec--form #form .boxW50 input {
  width: 49%;
  box-sizing: border-box;
}
.sec--form #form .boxW50 select {
  width: 49%;
  box-sizing: border-box;
}
.sec--form #form .boxW20 input {
  width: 20%;
  box-sizing: border-box;
}
.sec--form #form .boxW30 input {
  width: 30%;
  box-sizing: border-box;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .sec--form #form .boxW30 input {
    width: 80%;
    margin-right: 5px;
    margin-bottom: 10px;
  }
}
.sec--form #form .boxW30 input:last-of-type {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .sec--form #form .boxW30 input:last-of-type {
    margin-left: 0;
  }
}
.sec--form #form .boxW30 .sm-br {
  display: none;
}
@media screen and (max-width: 767px) {
  .sec--form #form .boxW30 .sm-br {
    display: block;
  }
}
.sec--form #form .radio {
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .sec--form #form .radio {
    display: block;
  }
  .sec--form #form .radio .radio-btn {
    padding: 10px;
  }
}
.sec--form #form .must {
  display: inline-block;
  background-color: #021EB1;
  font-size: 10px;
  line-height: 1.5em;
  color: #FFF;
  margin: 0 0 0 10px;
  padding: 2px 5px;
}
.sec--form #form #image-btn input {
  display: block;
  padding: 20px 151px;
  margin: 30px auto 0;
  background-color: #021EB1;
  color: #ffffff;
  border: #021EB1 1px solid;
  font-size: 22px;
  transition: ease-in 0.2s;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .sec--form #form #image-btn input {
    width: 80%;
    text-align: center;
    padding: 15px 40px;
  }
}
.sec--form #form #image-btn input:hover {
  background-color: #D5F3FF;
  color: #021EB1;
  font-weight: 500;
  transition: ease-in 0.2s;
  border: #D5F3FF 1px solid;
}
.sec--form #form .submitBtn,
.sec--form #form .backBtn {
  display: block;
  border: 1px solid #021EB1;
  padding: 10px 50px;
  background-color: #021EB1;
  color: #ffffff;
  transition: all 0.5s ease;
}
.sec--form .formBtn {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.sec--form .formBtn input {
  background-color: #E9E9E9;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 5px;
  display: inline-block;
  margin: 0 10px;
  color: #FFF;
}
.sec--form .checkBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec--form .inputGroup {
  width: 49.5%;
  display: inline-block;
  margin: 0 0 5px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec--form .inputGroup {
    width: 100%;
  }
}
.sec--form .inputGroup label {
  padding: 12px 15px;
  width: 100%;
  box-sizing: border-box;
  display: block;
  text-align: left;
  color: #3C454C;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: color 200ms ease-in;
  overflow: hidden;
  background-color: #FFF;
}
.sec--form .inputGroup label:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: "";
  background-color: #E9E9E9;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: -1;
}
.sec--form .inputGroup label:after {
  width: 26px;
  height: 26px;
  content: "";
  border: 2px solid #D1D7DC;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: -1px 0px;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 200ms ease-in;
}
.sec--form .inputGroup input:checked ~ label:before {
  transform: translate(-50%, -50%) scale3d(56, 56, 1);
  opacity: 1;
}
.sec--form .inputGroup input:checked ~ label :after {
  background-color: #333;
  border-color: #333;
}
.sec--form .inputGroup input {
  width: 26px;
  height: 26px;
  order: 1;
  z-index: 2;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
}
@media screen and (min-width: 576px) {
  .sec--form #tel .telNum a {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media screen and (max-width: 576px) {
  .sec--form #tel .telNum span {
    font-size: 2.5rem;
  }
  .sec--form #tel .telNum svg {
    width: 30px;
    height: 30px;
  }
}
.sec--form .privacy-polisy {
  text-decoration: underline;
}

.container-mt100-mw1080 {
  margin: 100px auto 0;
  max-width: 1080px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .container-mt100-mw1080 {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .container-mt100-mw1080 {
    margin-top: 70px;
  }
}
.container-mt100-mw1080 .box-sub-head {
  display: flex;
  justify-content: start;
  align-items: baseline;
  gap: 10px;
  border-bottom: 2px solid #021EB1;
  max-width: 1080px;
  width: 100%;
}
.container-mt100-mw1080 .box-sub-head h2 {
  font-weight: 500;
}
.container-mt100-mw1080 .box-sub-head h3 {
  font-size: 2rem;
}
.container-mt100-mw1080 .box-sub-head p {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #021EB1;
  font-weight: 700;
}

.sec--fv--rec {
  min-height: 300px;
  height: 100%;
  width: auto;
  background: url(../img/fv-rec.webp);
  background-size: cover;
  background-position: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .sec--fv--rec {
    margin-top: 60px;
  }
}
.sec--fv--rec .box-head {
  text-align: center;
}
.sec--fv--rec .box-head h2 {
  text-align: center;
}
.sec--fv--rec .box-head h2 img {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec--fv--rec .box-head h2 img {
    width: 80%;
    height: auto;
  }
}
.sec--fv--rec .box-head p {
  font-weight: 500;
}

.sec--rec--mes {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .sec--rec--mes {
    display: block;
  }
  .sec--rec--mes img {
    margin: 0 auto;
    max-width: 405px;
    width: 80%;
    height: auto;
  }
}
.sec--rec--mes .box-text h2,
.sec--rec--mes .box-text h3 {
  font-weight: 500;
}
.sec--rec--mes .box-text h2 {
  margin-bottom: 20px;
  word-break: keep-all;
}
@media screen and (max-width: 767px) {
  .sec--rec--mes .box-text h2 {
    margin: 20px auto;
    text-align: center;
    font-size: 2rem;
  }
}
@media screen and (max-width: 350px) {
  .sec--rec--mes .box-text h2 {
    font-size: 1.8rem;
  }
}
.sec--rec--mes .box-text .item-text {
  width: 95%;
  margin: 20px;
  text-align: justify;
}
@media screen and (max-width: 1080px) {
  .sec--rec--mes .box-text .item-text {
    width: 100%;
    margin: 20px auto;
  }
}

.sec--rec--about .box-img img {
  margin: 0 auto;
}
.sec--rec--about .box-img .img-pc-only {
  max-width: 738px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .sec--rec--about .box-img .img-pc-only {
    display: none;
  }
}
.sec--rec--about .box-img .img-sm-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .sec--rec--about .box-img .img-sm-only {
    display: block;
    max-width: 364px;
    width: 90%;
    height: auto;
  }
}
.sec--rec--about .container-about {
  display: flex;
  justify-content: start;
  gap: 100px;
  margin: 80px auto;
}
@media screen and (max-width: 1023px) {
  .sec--rec--about .container-about {
    gap: 60px;
  }
}
@media screen and (max-width: 767px) {
  .sec--rec--about .container-about {
    display: block;
  }
}
.sec--rec--about .container-about .box-text {
  max-width: 582px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec--rec--about .container-about .box-text {
    margin: 0 auto;
  }
}
.sec--rec--about .container-about .box-text h3 {
  font-weight: 500;
}
.sec--rec--about .container-about .box-text .item-text {
  max-width: 582px;
  width: 90%;
  margin: 20px auto;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec--rec--about .container-about .box-text .item-text {
    width: 100%;
    margin: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .sec--rec--about .container-about img {
    margin: 20px auto;
  }
}
.sec--rec--about .container-ab-co img {
  max-width: 245px;
  width: 100%;
  max-height: 348px;
  height: auto;
}
@media screen and (max-width: 1080px) {
  .sec--rec--about .container-ab-co img {
    width: 60%;
    height: auto;
  }
}
.sec--rec--about .container-ab-fe {
  flex-direction: row-reverse;
}
.sec--rec--about .container-ab-fe img {
  max-width: 401px;
  width: 100%;
  max-height: 329px;
  height: auto;
}
@media screen and (max-width: 1080px) {
  .sec--rec--about .container-ab-fe img {
    max-width: 350px;
    width: 100%;
  }
}

.sec--rec--sub {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  .sec--rec--sub {
    display: block;
    margin: 0 auto;
  }
}
.sec--rec--sub .box-rec-sub {
  max-width: 500px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .sec--rec--sub .box-rec-sub {
    max-width: 1080px;
    margin: 50px auto;
  }
}
@media screen and (max-width: 470px) {
  .sec--rec--sub .box-rec-sub .box-head-flow {
    display: block;
  }
}
.sec--rec--sub .box-rec-sub h3 {
  font-weight: 500;
}
.sec--rec--sub .box-rec-sub img {
  margin: 20px auto;
}
@media screen and (max-width: 767px) {
  .sec--rec--sub .box-rec-sub img {
    width: 80%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .sec--rec--sub .box-rec-sub .box-text {
    margin: 0 auto;
  }
}
.sec--rec--sub .box-rec-sub .box-text p:last-of-type {
  text-align: right;
}
.sec--rec--sub .box-rec-sub .box-text p:last-of-type a {
  position: relative;
  transition: ease-in 0.2s;
}
.sec--rec--sub .box-rec-sub .box-text p:last-of-type a:after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../img/img-arrow.webp);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 28%;
  left: -50px;
  transition: ease-in 0.3s;
}
.sec--rec--sub .box-rec-sub .box-text p:last-of-type a:hover {
  color: #021EB1;
  transition: ease-in 0.2s;
}
.sec--rec--sub .box-rec-sub .box-text p:last-of-type a:hover:after {
  left: -25px;
  transition: ease-in 0.3s;
}

.container-mt100-mw1080 {
  margin: 100px auto 0;
  max-width: 1080px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .container-mt100-mw1080 {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .container-mt100-mw1080 {
    margin-top: 70px;
  }
}
.container-mt100-mw1080 .box-sub-head {
  display: flex;
  justify-content: start;
  align-items: baseline;
  gap: 10px;
  border-bottom: 2px solid #021EB1;
  max-width: 1080px;
  width: 100%;
}
.container-mt100-mw1080 .box-sub-head h2 {
  font-weight: 500;
}
.container-mt100-mw1080 .box-sub-head h3 {
  font-weight: 500;
}
.container-mt100-mw1080 .box-sub-head p {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #021EB1;
  font-weight: 700;
}

.sec--fv--rec {
  min-height: 300px;
  height: 100%;
  width: auto;
  background: url(../img/fv-rec.webp);
  background-size: cover;
  background-position: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .sec--fv--rec {
    margin-top: 60px;
  }
}
.sec--fv--rec .box-head {
  text-align: center;
}
.sec--fv--rec .box-head h2 {
  text-align: center;
}
.sec--fv--rec .box-head h2 img {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec--fv--rec .box-head h2 img {
    width: 80%;
    height: auto;
  }
}
.sec--fv--rec .box-head p {
  font-weight: 500;
}

.sec--rec--int .container-int {
  max-width: 1000px;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 50px;
  margin: 40px auto;
}
@media screen and (max-width: 767px) {
  .sec--rec--int .container-int {
    display: block;
  }
}
.sec--rec--int .container-int img {
  max-width: 250px;
  width: 100%;
  max-height: 250px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .sec--rec--int .container-int img {
    margin: 0 auto;
  }
}
.sec--rec--int .container-int .int-head {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .sec--rec--int .container-int .int-head {
    margin: 20px auto;
    text-align: center;
  }
}
.sec--rec--int .container-int .int-head h3 {
  font-size: 2rem;
  color: #021EB1;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .sec--rec--int .container-int .int-head h3 {
    word-break: keep-all;
  }
}
.sec--rec--int .container-int .int-head p {
  text-align: right;
  font-size: 1.4rem;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #6C6C6C;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .sec--rec--int .container-int .int-head p {
    text-align: center;
  }
}
.sec--rec--int .container-int h4 {
  color: #2e2e2e;
  font-size: 1.8rem;
  font-weight: 500;
  padding-bottom: 5px;
  border-bottom: 2px solid #d9d9d9;
}
@media screen and (max-width: 767px) {
  .sec--rec--int .container-int h4 {
    margin: 0 auto;
  }
}
.sec--rec--int .container-int p {
  width: 95%;
  margin: 10px 0 40px 10px;
  line-height: 2;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec--rec--int .container-int p {
    width: 90%;
    margin: 10px auto 20px;
  }
}
.sec--rec--int .container-int p span {
  color: #021EB1;
  font-weight: 500;
}
.sec--rec--int .container-int-under {
  border-top: 2px dotted #021EB1;
  padding-top: 40px;
}
.sec--rec--int .box-text01 {
  display: flex;
}
@media screen and (max-width: 767px) {
  .sec--rec--int .box-text01 {
    display: block;
  }
}
.sec--rec--int .box-text01 img {
  max-width: 107px;
  width: 100%;
  max-height: 120px;
  height: auto;
  margin-top: 20px;
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .sec--rec--int .box-text01 img {
    width: 90%;
    margin: 10px auto;
  }
}
.sec--rec--int .box-text02 {
  display: flex;
}
@media screen and (max-width: 767px) {
  .sec--rec--int .box-text02 {
    display: block;
  }
}
.sec--rec--int .box-text02 img {
  max-width: 129px;
  width: 100%;
  max-height: 112px;
  height: auto;
  margin-top: 20px;
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .sec--rec--int .box-text02 img {
    width: 90%;
    margin: 10px auto;
  }
}
.sec--rec--int .box-text03 {
  display: flex;
}
@media screen and (max-width: 767px) {
  .sec--rec--int .box-text03 {
    display: block;
  }
}
.sec--rec--int .box-text03 img {
  max-width: 131px;
  width: 100%;
  max-height: 103px;
  height: auto;
  margin-top: 20px;
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .sec--rec--int .box-text03 img {
    width: 90%;
    margin: 10px auto;
  }
}
.sec--rec--int .box-text04 {
  display: flex;
}
@media screen and (max-width: 767px) {
  .sec--rec--int .box-text04 {
    display: block;
  }
}
.sec--rec--int .box-text04 img {
  max-width: 130px;
  width: 100%;
  max-height: 151px;
  height: auto;
  margin-top: 20px;
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .sec--rec--int .box-text04 img {
    width: 90%;
    margin: 10px auto;
  }
}

.rec-link-box {
  max-width: 1080px;
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 80px auto 0;
  gap: 40px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .rec-link-box {
    display: block;
  }
}
.rec-link-box a {
  width: 300px;
  height: 70px;
  border: 2px solid #021EB1;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 5px 5px 0 #021EB1;
  transition: ease-in 0.2s;
  color: #000;
}
@media screen and (max-width: 767px) {
  .rec-link-box a {
    margin: 40px auto;
  }
}
.rec-link-box a:hover {
  box-shadow: unset;
  transition: ease-in 0.2s;
}

.container-mt100-mw1080 {
  margin: 100px auto 0;
  max-width: 1080px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .container-mt100-mw1080 {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .container-mt100-mw1080 {
    margin-top: 70px;
  }
}
.container-mt100-mw1080 .box-sub-head {
  display: flex;
  justify-content: start;
  align-items: baseline;
  gap: 10px;
  border-bottom: 2px solid #021EB1;
  max-width: 1080px;
  width: 100%;
}
.container-mt100-mw1080 .box-sub-head h2 {
  font-weight: 500;
}
.container-mt100-mw1080 .box-sub-head p {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #021EB1;
  font-weight: 700;
}

.sec--fv--rec {
  min-height: 300px;
  height: 100%;
  width: auto;
  background: url(../img/fv-rec.webp);
  background-size: cover;
  background-position: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .sec--fv--rec {
    margin-top: 60px;
  }
}
.sec--fv--rec .box-head {
  text-align: center;
}
.sec--fv--rec .box-head h2 {
  text-align: center;
}
.sec--fv--rec .box-head h2 img {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec--fv--rec .box-head h2 img {
    width: 80%;
    height: auto;
  }
}
.sec--fv--rec .box-head p {
  font-weight: 500;
}

.sec--rec--flow {
  /*タブ切り替え全体のスタイル*/
  /*タブのスタイル*/
  /*ラジオボタンを全て消す*/
  /*タブ切り替えの中身のスタイル*/
  /*選択されているタブのコンテンツのみを表示*/
  /*選択されているタブのスタイルを変える*/
}
.sec--rec--flow .tabs {
  margin: 150px auto 0;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec--rec--flow .tabs {
    margin-top: 100px;
  }
}
.sec--rec--flow .tab-item {
  width: 300px;
  height: 70px;
  border: 2px solid #021EB1;
  background-color: #fff;
  box-shadow: 5px 5px 0 #021EB1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  text-align: center;
  color: #000;
  float: left;
  transition: all 0.2s ease;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .sec--rec--flow .tab-item {
    width: 40%;
    line-height: 1.2;
    margin: 0 auto;
    height: 60px;
    font-size: 1.6rem;
  }
}
.sec--rec--flow .tab-eigyo {
  position: absolute;
  left: 0;
  top: -100px;
}
@media screen and (max-width: 767px) {
  .sec--rec--flow .tab-eigyo {
    top: -60px;
  }
}
.sec--rec--flow .tab-jimu {
  position: absolute;
  right: 0;
  top: -100px;
}
@media screen and (max-width: 767px) {
  .sec--rec--flow .tab-jimu {
    top: -60px;
  }
}
.sec--rec--flow .tab-item:hover {
  opacity: 0.75;
}
.sec--rec--flow input[name=tab-item] {
  display: none;
}
.sec--rec--flow .tab-content {
  display: none;
  clear: both;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
.sec--rec--flow .tab-content .container-rec-flow {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 1023px) {
  .sec--rec--flow .tab-content .container-rec-flow {
    margin: 40px auto;
  }
}
.sec--rec--flow .tab-content .container-rec-flow .item-flow {
  display: flex;
  gap: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec--rec--flow .tab-content .container-rec-flow .item-flow {
    padding-bottom: 40px;
    gap: 20px;
  }
}
.sec--rec--flow .tab-content .container-rec-flow .item-flow:before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #021EB1;
  position: absolute;
  left: 50px;
  z-index: -1;
}
@media screen and (max-width: 470px) {
  .sec--rec--flow .tab-content .container-rec-flow .item-flow:before {
    left: 40px;
  }
}
.sec--rec--flow .tab-content .container-rec-flow .item-flow:last-of-type:before {
  height: 0;
}
.sec--rec--flow .tab-content .container-rec-flow .item-flow .item-time {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  max-width: 100px;
  width: 100%;
  min-height: 100px;
  height: 100%;
  background-color: #021EB1;
  border: 2px solid #021EB1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (max-width: 470px) {
  .sec--rec--flow .tab-content .container-rec-flow .item-flow .item-time {
    max-width: 80px;
    min-height: 80px;
    font-size: 2rem;
  }
}
.sec--rec--flow .tab-content .container-rec-flow .item-flow .even-time {
  background-color: #fff;
  color: #2E2E2E;
}
.sec--rec--flow .tab-content .container-rec-flow .item-flow .box-text {
  width: 100%;
  margin-bottom: 85px;
}
@media screen and (max-width: 767px) {
  .sec--rec--flow .tab-content .container-rec-flow .item-flow .box-text {
    margin-bottom: 0;
    height: auto;
  }
}
.sec--rec--flow .tab-content .container-rec-flow .item-flow .box-text h3 {
  display: inline-block;
  font-size: 2rem;
  font-weight: 500;
  border-bottom: 2px solid #021EB1;
}
@media screen and (max-width: 400px) {
  .sec--rec--flow .tab-content .container-rec-flow .item-flow .box-text h3 {
    font-size: 1.8rem;
    word-break: keep-all;
  }
}
.sec--rec--flow .tab-content .container-rec-flow .item-flow .box-text p {
  text-align: justify;
}
@media screen and (max-width: 400px) {
  .sec--rec--flow .tab-content .container-rec-flow .item-flow .box-text p {
    font-size: 1.5rem;
  }
}
.sec--rec--flow .tab-content .container-rec-flow .item-flow .img-sm-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .sec--rec--flow .tab-content .container-rec-flow .item-flow .img-sm-only {
    display: block;
    max-width: 267px;
    width: 100%;
    height: auto;
    margin: 30px auto 0;
  }
}
.sec--rec--flow .tab-content .container-rec-flow .inner-rec-flow-img {
  max-width: 267px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .sec--rec--flow .tab-content .container-rec-flow .inner-rec-flow-img {
    display: none;
  }
}
.sec--rec--flow .tab-content .container-rec-flow .inner-rec-flow-img .img-pc-only {
  margin-bottom: 120px;
}
.sec--rec--flow .tab-content .container-rec-flow .inner-rec-flow-img .img-pc-only:last-of-type {
  margin-bottom: 0;
}
.sec--rec--flow .tab-content .container-rec-flow .flow-img-jimu .img-pc-only {
  margin-bottom: 80px;
}
.sec--rec--flow #head01:checked ~ #head01_content,
.sec--rec--flow #head02:checked ~ #head02_content {
  display: block;
  transition: all 0.3s ease-in-out;
}
.sec--rec--flow .tabs input:checked + .tab-item {
  background-color: #021EB1;
  color: #fff;
  transition: all 0.3s ease-in-out;
  border: 2px solid #fff;
  box-shadow: 5px 5px 0 #021EB1;
}

.sec--rec--car img {
  margin: 40px auto;
  max-width: 866px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .sec--rec--car img {
    width: 90%;
    height: auto;
  }
}

.container-mt100-mw1080 {
  margin: 100px auto 0;
  max-width: 1080px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .container-mt100-mw1080 {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .container-mt100-mw1080 {
    margin-top: 70px;
  }
}
.container-mt100-mw1080 .box-sub-head {
  display: flex;
  justify-content: start;
  align-items: baseline;
  gap: 10px;
  border-bottom: 2px solid #021EB1;
  max-width: 1080px;
  width: 100%;
}
.container-mt100-mw1080 .box-sub-head h2 {
  font-weight: 500;
}
.container-mt100-mw1080 .box-sub-head p {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #021EB1;
  font-weight: 700;
}

.sec--fv--pri {
  min-height: 300px;
  height: 100%;
  width: auto;
  background: url(../img/fv-pri.webp);
  background-size: cover;
  background-position: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .sec--fv--pri {
    margin-top: 60px;
  }
}
.sec--fv--pri .box-head {
  text-align: center;
}
.sec--fv--pri .box-head h2 {
  text-align: center;
}
.sec--fv--pri .box-head h2 img {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec--fv--pri .box-head h2 img {
    width: 80%;
    height: auto;
  }
}
.sec--fv--pri .box-head p {
  font-weight: 500;
}

.sec--pri p {
  max-width: 1000px;
  width: 100%;
  margin: 40px auto;
  text-align: justify;
}
.sec--pri .wrapper-pri {
  max-width: 1000px;
  margin: 50px auto;
  border-top: 2px solid #021EB1;
}
.sec--pri .wrapper-pri h2 {
  text-align: center;
  margin-top: 40px;
  font-weight: 500;
  color: #021EB1;
}
.sec--pri .wrapper-pri ol {
  width: 80%;
  list-style-type: decimal;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec--pri .wrapper-pri ol {
    width: 90%;
  }
}
.sec--pri .wrapper-pri ol li {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .sec--pri .wrapper-pri p {
    width: 100%;
  }
}
.sec--pri .wrapper-pri p a {
  color: #021EB1;
}

.container-mt100-mw1080 {
  margin: 100px auto 0;
  max-width: 1080px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .container-mt100-mw1080 {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .container-mt100-mw1080 {
    margin-top: 70px;
  }
}
.container-mt100-mw1080 .box-sub-head {
  display: flex;
  justify-content: start;
  align-items: baseline;
  gap: 10px;
  border-bottom: 2px solid #021EB1;
  max-width: 1080px;
  width: 100%;
}
.container-mt100-mw1080 .box-sub-head h2 {
  font-weight: 500;
}
.container-mt100-mw1080 .box-sub-head p {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #021EB1;
  font-weight: 700;
}

.sec--fv--site {
  min-height: 300px;
  height: 100%;
  width: auto;
  background: url(../img/fv-map.webp);
  background-size: cover;
  background-position: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .sec--fv--site {
    margin-top: 60px;
  }
}
.sec--fv--site .box-head {
  text-align: center;
}
.sec--fv--site .box-head h2 {
  text-align: center;
}
.sec--fv--site .box-head h2 img {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec--fv--site .box-head h2 img {
    width: 80%;
    height: auto;
  }
}
.sec--fv--site .box-head p {
  font-weight: 500;
}

.sec--site {
  max-width: 1080px;
  max-height: 700px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: start;
  gap: 40px;
}
@media screen and (max-width: 1080px) {
  .sec--site {
    width: 90%;
    max-height: none;
    display: block;
  }
}
.sec--site .box-map {
  max-width: 500px;
  width: 100%;
  background-color: #fff;
  min-height: 60px;
  height: 100%;
  border: 2px solid #021EB1;
  box-shadow: 5px 5px 0px #021EB1;
  transition: ease-in 0.2s;
}
@media screen and (max-width: 1023px) {
  .sec--site .box-map {
    width: 90%;
    margin: 30px auto;
  }
}
.sec--site .box-map a {
  display: block;
  max-width: 500px;
  width: 100%;
  min-height: 60px;
  height: 100%;
  padding: 20px;
  margin: auto;
  position: relative;
}
.sec--site .box-map a::before {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../img/img-arrow.webp);
  background-size: cover;
  position: absolute;
  right: 40px;
  bottom: 27px;
  transition: ease-in-out 0.3s;
}
.sec--site .box-map a:hover {
  transition: ease-in-out 0.3s;
}
.sec--site .box-map a:hover::before {
  right: 20px;
  transition: ease-in-out 0.3s;
}
.sec--site .box-map:hover {
  transition: ease-in 0.2s;
  box-shadow: none;
}
.sec--site .box-map:hover::before {
  right: 20px;
}
.sec--site .box-map-rec a {
  padding: 20px;
}
.sec--site .box-map-rec .sub-menu-int {
  border-top: 2px dotted #021EB1;
  border-bottom: 2px dotted #021EB1;
}
.sec--site .box-map-rec .sub-menu {
  text-indent: 1rem;
  padding: 13px 20px 10px;
  width: 90%;
}
.sec--site .box-map-rec .sub-menu::before {
  bottom: 23px;
  right: 15px;
}
.sec--site .box-map-rec .sub-menu:hover {
  transition: ease-in 0.2s;
}
.sec--site .box-map-rec .sub-menu:hover::before {
  right: -5px;
}
.sec--site .box-map-rec:hover {
  transition: ease-in 0.2s;
  box-shadow: none;
}

html {
  scroll-behavior: smooth;
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  letter-spacing: 0.03rem;
  line-height: 1.8;
  font-weight: 400;
}

.br-sm {
  display: none;
}
@media screen and (max-width: 767px) {
  .br-sm {
    display: block;
  }
}

body {
  background-image: url(../img/bg.webp);
  color: #2E2E2E;
}

header {
  background-color: #fff;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 50px;
  font-size: 1.4rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  filter: drop-shadow(0 4px 10px rgba(217, 217, 217, 0.5));
}
@media screen and (max-width: 767px) {
  header {
    padding: 20px 10px;
    justify-content: center;
    height: 60px;
  }
}
header img {
  max-width: 425px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1200px) {
  header img {
    width: 80%;
    height: auto;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  header img {
    width: 60%;
    margin: 0;
    margin-left: 10px;
  }
}
@media screen and (max-width: 1023px) {
  header .gl-nav {
    display: none;
  }
}
header .gl-nav ul {
  width: 600px;
  height: 55px;
  border-radius: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  background-color: #fff;
  filter: drop-shadow(0 0 20px rgba(2, 31, 177, 0.2));
}
header .gl-nav ul li a {
  transition: ease-in-out 0.1s;
  font-weight: 500;
}
header .gl-nav ul li a:hover {
  color: #021EB1;
  text-shadow: 1px 1px 3px #b2bce6;
  transition: ease-in-out 0.1s;
}
header .gl-nav ul .gl-nav-list {
  position: relative;
  transition: all 0.3s;
}
header .gl-nav ul .gl-nav-list .dropdown-lists {
  visibility: hidden;
  opacity: 0;
  width: auto;
  height: 100px;
  position: absolute;
  top: 40px;
  left: -70px;
  transition: all 0.3s;
  display: flex;
  /* 追加 */
  flex-direction: column;
  /* 縦並びを強制 */
  gap: 0;
}
header .gl-nav ul .gl-nav-list .dropdown-lists::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 5px solid #fff;
  border-top: 0;
}
header .gl-nav ul .gl-nav-list .dropdown-lists .dropdown-list {
  background-color: #fff;
  width: 200px;
  height: 60px;
  transition: all 0.3s;
  position: relative;
  display: block;
}
header .gl-nav ul .gl-nav-list .dropdown-lists .dropdown-list:not(:first-child)::before {
  content: "";
  width: 90%;
  height: 2px;
  background-color: #021EB1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
}
header .gl-nav ul .gl-nav-list .dropdown-lists .dropdown-list:hover {
  color: #021EB1;
  transition: all 0.3s;
}
header .gl-nav ul .gl-nav-list .dropdown-lists .dropdown-list a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 200px;
  height: 60px;
  text-align: left;
  padding-left: 20px;
  color: #2E2E2E;
  text-decoration: none;
  position: relative;
}
header .gl-nav ul .gl-nav-list .dropdown-lists .dropdown-list a:hover {
  color: #021EB1;
}
header .gl-nav ul .gl-nav-list:hover .dropdown-lists {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s;
}
header .ham-box {
  display: none;
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 1023px) {
  header .ham-box {
    display: block;
    position: relative;
    width: 60px;
    height: 60px;
  }
}
header .ham-box .menu {
  /* 閉じる用の薄黒カバー */
  /* 中身 */
  /* チェックが入ったらもろもろ表示 */
  /* 中身を表示（スライド） */
  position: absolute;
  cursor: pointer;
}
header .ham-box .menu .nav-unshown {
  display: none;
}
header .ham-box .menu .menu-btn {
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  header .ham-box .menu .menu-btn {
    position: absolute;
    top: -20px;
    right: -5px;
  }
}
header .ham-box .menu .menu-btn span,
header .ham-box .menu .menu-btn span:before,
header .ham-box .menu .menu-btn span:after {
  content: "";
  display: block;
  height: 3px;
  width: 30px;
  border-radius: 3px;
  background-color: #021EB1;
  position: absolute;
  transition: all 0.5s;
  z-index: 999;
}
header .ham-box .menu .menu-btn span:before {
  bottom: 10px;
  transition: all 0.5s;
  z-index: 999;
}
header .ham-box .menu .menu-btn span:after {
  top: 10px;
  transition: all 0.5s;
  z-index: 999;
}
header .ham-box .menu #nav-input:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);
  /*メニューオープン時は真ん中の線を透明にする*/
}
header .ham-box .menu #nav-input:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
  background-color: #fff;
  z-index: 999;
  transition: all 0.5s;
}
header .ham-box .menu #nav-input:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
  background-color: #fff;
  z-index: 999;
  transition: all 0.5s;
}
header .ham-box .menu #nav-input {
  display: none;
}
header .ham-box .menu #nav-close {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  display: none;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
}
header .ham-box .menu #sp-navi-in {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  width: 30%;
  height: 100vh;
  overflow: auto;
  background-color: rgba(2, 30, 177, 0.9);
  transition: 0.3s ease-in-out;
  transform: translateX(105%);
}
@media screen and (max-width: 1023px) {
  header .ham-box .menu #sp-navi-in {
    width: 70%;
    height: 100vh;
    transform: translate(105%);
  }
}
header .ham-box .menu #sp-navi-in .ham-main-menu {
  padding: 100px 10px 30px;
}
header .ham-box .menu #sp-navi-in .ham-main-menu li {
  border-bottom: solid 1px #ffffff;
  list-style: none;
  padding: 10px;
}
header .ham-box .menu #sp-navi-in .ham-main-menu li .ham-main-menu-a {
  display: block;
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  padding: 5px 15px 5px 0;
  position: relative;
}
header .ham-box .menu #sp-navi-in .ham-main-menu li .ham-main-menu-a:before {
  content: "";
  width: 9px;
  height: 7px;
  border-left: solid 2px #ffffff;
  transform: rotate(90deg);
  position: absolute;
  right: 11px;
  top: 22px;
}
@media screen and (max-width: 500px) {
  header .ham-box .menu #sp-navi-in .ham-main-menu li .ham-main-menu-a:before {
    right: 11px;
  }
}
header .ham-box .menu #sp-navi-in .ham-main-menu li .ham-main-menu-a:after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 19px;
}
@media screen and (max-width: 500px) {
  header .ham-box .menu #sp-navi-in .ham-main-menu li .ham-main-menu-a:after {
    right: 11px;
  }
}
header .ham-box .menu #sp-navi-in .ham-main-menu li .sub-menu {
  display: flex;
  color: #fff;
  gap: 20px;
}
@media screen and (max-width: 500px) {
  header .ham-box .menu #sp-navi-in .ham-main-menu li .sub-menu {
    display: block;
  }
}
header .ham-box .menu #sp-navi-in .ham-main-menu li .sub-menu li {
  border-bottom: unset;
  position: relative;
}
header .ham-box .menu #sp-navi-in .ham-main-menu li .sub-menu li:before {
  content: "";
  width: 9px;
  height: 7px;
  border-left: solid 2px #ffffff;
  transform: rotate(90deg);
  position: absolute;
  right: -5px;
  top: 22px;
}
@media screen and (max-width: 500px) {
  header .ham-box .menu #sp-navi-in .ham-main-menu li .sub-menu li:before {
    right: 11px;
  }
}
header .ham-box .menu #sp-navi-in .ham-main-menu li .sub-menu li:after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: rotate(45deg);
  position: absolute;
  right: -5px;
  top: 19px;
}
@media screen and (max-width: 500px) {
  header .ham-box .menu #sp-navi-in .ham-main-menu li .sub-menu li:after {
    right: 11px;
  }
}
header .ham-box .menu #sp-navi-in .ham-main-menu li .sub-menu li .br-350 {
  display: none;
}
@media screen and (max-width: 350px) {
  header .ham-box .menu #sp-navi-in .ham-main-menu li .sub-menu li .br-350 {
    display: block;
  }
}
@media screen and (max-width: 350px) {
  header .ham-box .menu #sp-navi-in .ham-main-menu li .sub-menu .sub-menu-flow:before {
    top: 35px;
  }
}
@media screen and (max-width: 350px) {
  header .ham-box .menu #sp-navi-in .ham-main-menu li .sub-menu .sub-menu-flow:after {
    top: 32px;
  }
}
header .ham-box .menu #nav-input:checked ~ #nav-close {
  display: block;
}
header .ham-box .menu #nav-input:checked ~ #sp-navi-in {
  box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
  transform: translate(0%);
}
@media screen and (max-width: 1023px) {
  header .ham-box .menu {
    position: fixed;
    top: 20px;
    right: 20px;
  }
  header .ham-box .menu:before {
    background-color: #021EB1;
    border: #000 1px solid;
  }
}

footer {
  margin-top: 150px;
  background: url(../img/bg-footer.webp);
  background-size: cover;
  padding: 50px 0 30px;
}
footer .sec--contact {
  max-width: 1080px;
  padding: 50px 0 55px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
footer .sec--contact .box-text p {
  color: #fff;
  font-weight: 400;
  word-break: keep-all;
}
footer .sec--contact .box-text .box-head {
  margin-bottom: 20px;
}
footer .sec--contact .box-text .box-head p {
  margin-top: 5px;
}
footer .sec--contact .box-btn {
  display: flex;
  justify-content: center;
  gap: 40px;
}
footer .sec--contact .box-btn p {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-weight: 500;
  font-size: 2.4rem;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  width: 300px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  transition: ease-in 0.2s;
}
footer .sec--contact .box-btn p a {
  font-size: 2.4rem;
  transition: ease-in 0.2s;
}
footer .sec--contact .box-btn p a i {
  color: #021EB1;
  font-size: 1.8rem;
}
footer .sec--contact .box-btn p a span {
  font-size: 1.3rem;
  color: #021EB1;
}
footer .sec--contact .box-btn p:hover {
  background-color: #D5F3FF;
  transition: ease-in 0.2s;
}
footer .sec--contact .box-btn .btn-contact {
  position: relative;
  padding-right: 45px;
}
footer .sec--contact .box-btn .btn-contact:after {
  content: "";
  width: 27px;
  height: 27px;
  background: url(../img/img-arrow.webp);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 27px;
  right: 26px;
}
footer .sec--contact .box-btn .btn-contact a {
  font-size: 1.6rem;
}
@media screen and (max-width: 1080px) {
  footer .sec--contact {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  footer .sec--contact .box-text {
    margin-bottom: 40px;
  }
  footer .sec--contact .box-text img {
    margin: 0 auto;
  }
  footer .sec--contact .box-btn button {
    margin: 0;
    display: block;
  }
}
@media screen and (max-width: 1080px) and (max-width: 650px) {
  footer .sec--contact .box-btn {
    display: block;
  }
  footer .sec--contact .box-btn button {
    margin: 20px auto;
  }
}
footer .box-footer {
  max-width: 1200px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  padding: 65px 0;
  color: #021EB1;
}
@media screen and (max-width: 1200px) {
  footer .box-footer {
    width: 90%;
    padding: 65px 20px;
  }
}
footer .box-footer .box-footer-inner {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  footer .box-footer .box-footer-inner {
    display: block;
    text-align: center;
    margin: 0 auto;
  }
}
footer .box-footer .box-footer-inner .box-info {
  font-size: 1.5rem;
  line-height: 2;
}
footer .box-footer .box-footer-inner .box-info img {
  mix-blend-mode: multiply;
}
footer .box-footer .box-footer-inner .box-info p {
  margin-top: 10px;
}
@media screen and (max-width: 1080px) {
  footer .box-footer .box-footer-inner .box-info img {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 425px;
    width: 100%;
    height: auto;
  }
  footer .box-footer .box-footer-inner .box-info p {
    word-break: keep-all;
    margin: 20px auto;
  }
}
footer .box-footer .box-footer-inner .box-footer-list {
  max-width: 440px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  footer .box-footer .box-footer-inner .box-footer-list {
    margin: 40px auto 0;
    text-align: left;
    font-size: 1.4rem;
  }
}
footer .box-footer .box-footer-inner .box-footer-list ul li {
  padding: 10px 0;
  font-weight: 500;
}
footer .box-footer .box-footer-inner .box-footer-list ul li .list-rec {
  padding-top: 10px;
}
footer .box-footer .box-footer-inner .box-footer-list ul li .list-rec li {
  padding: 10px 0;
  text-indent: 1rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  footer .box-footer .box-footer-inner .box-footer-list {
    display: block;
    margin: 0 auto;
  }
  footer .box-footer .box-footer-inner .box-footer-list ul {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}
footer .copy {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  margin-top: 30px;
  background-color: #021EB1;
  text-align: center;
  color: #fff;
  padding: 15px;
  font-size: 1.2rem;
  font-weight: 400;
}

#pan {
  padding: 10px 0 0 10%;
  font-weight: normal;
  color: #021EB1;
}
@media screen and (max-width: 767px) {
  #pan {
    padding-left: 5%;
  }
}
#pan li {
  font-size: 1.2rem;
  display: inline-block;
  padding-right: 20px;
  margin-right: 5px;
  position: relative;
}
#pan li::before {
  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
  right: 0px;
}
#pan li:last-child {
  position: static;
  padding-right: 0;
  margin-right: 0;
}
#pan li:last-child::before {
  display: none;
}
#pan a {
  text-decoration: none;
  color: #898989;
  transition: ease-in 0.3s;
}
#pan a:hover {
  color: #021EB1;
  transition: ease-in 0.3s;
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 16px;
  z-index: 99;
  /* ①ボタンの色と文字の色とサイズ */
  background-color: #021EB1;
  color: #fff;
  border: 2px solid #021EB1;
  /* ②ボタンのサイズと角丸 */
  width: 74px;
  height: 74px;
  border-radius: 50%;
  /* ③次に作る上向きの三角と、TOPの文字の位置を揃えるためのcss */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#page-top:before {
  /* ④絶対必要 */
  content: "";
  display: block;
  /* ⑤三角のサイズ */
  width: 10px;
  height: 10px;
  /* ⑥三角の線と回転角度 */
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
}
#page-top:before:hover {
  transform: rotate(-45deg);
}
#page-top:hover {
  background-color: #fff;
  border: 2px solid #021EB1;
  color: #021EB1;
  text-decoration: none;
  transition: 0.3s;
}
#page-top:hover:hover:before {
  border-top: 2px solid #021EB1;
  border-right: 2px solid #021EB1;
  transition: 0.3s;
}
@media screen and (max-width: 500px) {
  #page-top {
    bottom: 100px;
  }
}/*# sourceMappingURL=style.css.map */