@charset "UTF-8";
@import url("https: //fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+JP:wght@100..900&family=Noto+Sans+SC:wght@100..900&display=swap");
.sec--fv {
  margin-top: 100px;
  min-height: 540px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec--fv {
    min-height: 300px;
    margin-top: 80px;
  }
}
.sec--fv .box-copy {
  position: absolute;
  left: 130px;
  bottom: 80px;
}
@media screen and (max-width: 767px) {
  .sec--fv .box-copy {
    left: 20px;
    bottom: 20px;
  }
}
.sec--fv .box-copy h2 img {
  max-width: 500px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .sec--fv .box-copy h2 img {
    width: 80%;
  }
}
.sec--fv .box-copy p {
  font-size: 2rem;
  margin-top: 20px;
  font-weight: 600;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .sec--fv .box-copy p {
    font-size: 1.6rem;
    text-shadow: 0px 0px 5px #fff;
  }
  .sec--fv .box-copy p .pc-only {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sec--fv .box-copy-eng {
    left: 20px;
    bottom: 7px;
  }
}
.sec--fv .slider {
  width: 100%;
  min-height: 540px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .sec--fv .slider {
    min-height: 300px;
  }
}
.sec--fv .slider div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  animation-name: slide-fade;
  animation-duration: 9s;
  animation-iteration-count: infinite;
}
.sec--fv .slider .bg-img01 {
  background-image: url(../img/fv-top01.webp);
  background-color: #fff;
}
.sec--fv .slider .bg-img02 {
  background-image: url(../img/fv-top02.webp);
  animation-delay: 3s;
}
.sec--fv .slider .bg-img03 {
  background-image: url(../img/fv-top03.webp);
  animation-delay: 6s;
}
@media screen and (max-width: 767px) {
  .sec--fv .slider-pc {
    display: none;
  }
}
@media screen and (min-width: 767px) {
  .sec--fv .slider-sm {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sec--fv .slider-sm {
    display: block;
  }
}
.sec--fv .slider-sm .bg-img01 {
  background-image: url(../img/fv-top01-sm.webp);
  background-color: #fff;
}
.sec--fv .slider-sm .bg-img02 {
  background-image: url(../img/fv-top02-sm.webp);
  animation-delay: 3s;
}
.sec--fv .slider-sm .bg-img03 {
  background-image: url(../img/fv-top03-sm.webp);
  animation-delay: 6s;
}
@keyframes slide-fade {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.sec--prodoct .container-pro {
  position: relative;
}
.sec--prodoct .container-pro:after {
  content: "";
  background-size: cover;
  max-width: 1920px;
  width: 100%;
  min-height: 240px;
  z-index: -1;
  position: absolute;
  background-image: url(../img/bg-top-pro.webp);
  bottom: -20px;
}
@media screen and (max-width: 767px) {
  .sec--prodoct .container-pro:after {
    height: 100%;
    bottom: 0;
    background-position: center;
    background-size: cover;
  }
}
.sec--prodoct .container-pro .wrapper-pro {
  margin: 40px auto 60px;
  width: 90%;
  max-width: 980px;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.sec--prodoct .container-pro .wrapper-pro .box-pro {
  max-width: 210px;
  margin: 0 auto;
}
.sec--prodoct .container-pro .wrapper-pro .box-pro a {
  transition: 0.2s ease-in;
}
.sec--prodoct .container-pro .wrapper-pro .box-pro a:hover {
  opacity: 0.8;
  transition: 0.2s ease-in;
}
.sec--prodoct .container-pro .wrapper-pro .box-pro img {
  max-width: 206px;
  width: 100%;
  height: auto;
}
.sec--prodoct .container-pro .wrapper-pro .box-pro p {
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .sec--prodoct .container-pro .wrapper-pro {
    display: block;
    padding: 40px 0;
  }
  .sec--prodoct .container-pro .wrapper-pro .box-pro {
    margin-bottom: 40px;
  }
}

.sec--other {
  width: 90%;
  max-width: 980px;
  display: flex;
  justify-content: space-between;
}
.sec--other .box-link img {
  margin-top: 35px;
  max-width: 290px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0px 0px 20px #E2F0FF;
}
.sec--other .box-link a {
  transition: 0.2s ease-in;
}
.sec--other .box-link a:hover {
  opacity: 0.8;
  transition: 0.2s ease-in;
}
@media screen and (max-width: 767px) {
  .sec--other {
    display: block;
    margin: 0 auto;
  }
  .sec--other .box-link {
    margin-bottom: 40px;
  }
  .sec--other .box-link img {
    margin: 0 auto;
  }
}

.sec--top--news {
  position: relative;
}
.sec--top--news:after {
  content: "";
  background-color: #E2EDF8;
  max-width: 1920px;
  width: 100%;
  min-height: 650px;
  position: absolute;
  z-index: -1;
  bottom: -75px;
}
@media screen and (max-width: 767px) {
  .sec--top--news:after {
    min-height: 600px;
  }
}
.sec--top--news .container-news {
  width: 90%;
  max-width: 980px;
  display: flex;
  justify-content: space-between;
  margin: 100px auto 0;
}
@media screen and (max-width: 767px) {
  .sec--top--news .container-news {
    display: block;
  }
}
.sec--top--news .container-news .head-main {
  padding-top: 30px;
}
.sec--top--news .container-news .table-news {
  width: 750px;
  color: #00407F;
}
@media screen and (max-width: 767px) {
  .sec--top--news .container-news .table-news {
    max-width: 750px;
    width: 90%;
    margin: 0 auto;
  }
}
.sec--top--news .container-news .table-news dl a {
  display: block;
}
.sec--top--news .container-news .table-news dl a .list-news {
  padding: 30px 0 30px 10px;
  border-bottom: 1px dotted #00407F;
  transition: ease-in 0.1s;
}
@media screen and (max-width: 767px) {
  .sec--top--news .container-news .table-news dl a .list-news {
    padding-bottom: 10px;
  }
}
.sec--top--news .container-news .table-news dl a:hover {
  transition: ease-in-out 0.3s;
  color: #FF9A05;
}
.sec--top--news .container-news .table-news dl dt {
  float: left;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-weight: 600;
  margin-right: 50px;
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .sec--top--news .container-news .table-news dl dt {
    float: none;
    margin-left: 0;
  }
}
.sec--top--news .container-news .table-news dl dd {
  display: inline-block;
}
.sec--top--news .container-news .table-news p {
  margin-top: 30px;
  text-align: right;
  font-weight: 500;
}
.sec--top--news .container-news .table-news p a {
  transition: ease-in-out 0.3s;
}
.sec--top--news .container-news .table-news p a:hover {
  transition: ease-in-out 0.3s;
  color: #FF9A05;
}

.sec--top--faq {
  background: url(../img/bg-top-faq.webp);
  background-size: cover;
  min-height: 300px;
  margin-top: 200px !important;
}
.sec--top--faq .container-faq {
  width: 90%;
  max-width: 980px;
  min-height: 285px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.sec--top--faq .container-faq .head-main {
  margin-bottom: 40px;
}

.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: #00407F;
  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 #00407F;
}
.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: #00407F;
  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 #00407F;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 5px 5px 0 #00407F;
  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;
}

.notFound .container {
  max-width: 1080px;
  margin: 150px auto 100px;
}
.notFound .container h2 {
  color: #00407F;
  font-size: 3.6rem;
}
.notFound .container h2 p {
  margin-top: 0;
}
.notFound .container p {
  margin-top: 40px;
}
.notFound .container .btn {
  display: block;
  text-align: center;
  color: #fff;
  background-color: #00407F;
  width: 270px;
  height: 50px;
  border-radius: 25px;
  position: relative;
  box-shadow: 4px 4px 10px #D2D2D2;
  padding-top: 10px;
  margin-top: 50px;
}
.notFound .container .btn:after {
  content: "";
  background-color: #FF9A05;
  width: 50px;
  height: 1px;
  position: absolute;
  right: -20px;
  top: 50%;
  transition: 0.2s ease-in;
}
.notFound .container .btn:hover::after {
  transition: 0.2s ease-in;
  right: -40px;
}

.sec--pro-fv {
  margin-top: 100px;
  min-height: 440px;
  background: url(../img/fv-news.webp);
  background-position: center;
  background-size: cover;
  position: relative;
}
.sec--pro-fv .head-main {
  position: absolute;
  left: 10%;
  bottom: 140px;
}
@media screen and (max-width: 767px) {
  .sec--pro-fv {
    min-height: 300px;
  }
  .sec--pro-fv .head-main {
    bottom: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.sec-lineup {
  position: relative;
}
.sec-lineup:before {
  content: "";
  background: url(../img/bg-pro.webp);
  background-size: cover;
  width: 587px;
  min-height: 300px;
  height: 100%;
  position: absolute;
  top: 70px;
  z-index: -1;
  border-radius: 0 5px 5px 0;
}
.sec-lineup .wrapper-lineup {
  margin: 0 auto;
  width: 90%;
  max-width: 980px;
}
.sec-lineup .wrapper-lineup h3 {
  font-size: 2rem;
  font-weight: 500;
  position: relative;
}
.sec-lineup .wrapper-lineup h3:before {
  content: "";
  background-color: #00407F;
  width: 32px;
  height: 2px;
  position: absolute;
  top: -5px;
}
.sec-lineup .wrapper-lineup .inner-lineup .box-lineup {
  display: flex;
  margin: 80px auto;
  gap: 90px;
}
.sec-lineup .wrapper-lineup .inner-lineup .box-lineup img {
  max-width: 250px;
  width: 100%;
  height: 100%;
}
.sec-lineup .wrapper-lineup .inner-lineup .box-lineup .inner-text {
  max-width: 640px;
  width: 100%;
}
.sec-lineup .wrapper-lineup .inner-lineup .box-lineup .inner-text .box-text {
  margin-bottom: 30px;
}
.sec-lineup .wrapper-lineup .inner-lineup .box-lineup .inner-text .box-text h4 {
  font-weight: 700;
  text-indent: 1rem;
  position: relative;
}
.sec-lineup .wrapper-lineup .inner-lineup .box-lineup .inner-text .box-text h4:before {
  content: "";
  background-color: #FF9A05;
  width: 9px;
  height: 9px;
  border-radius: 5px;
  position: absolute;
  top: 10px;
  left: -3px;
}
.sec-lineup .wrapper-lineup .inner-lineup .box-lineup .inner-text .box-text p {
  text-shadow: 0 0 4px rgb(255, 255, 255);
}
.sec-lineup .wrapper-lineup .inner-lineup .link-text {
  text-align: right;
  transition: 0.2s ease-in;
}
.sec-lineup .wrapper-lineup .inner-lineup .link-text:hover {
  color: #FF9A05;
}
.sec-lineup .wrapper-lineup .inner-lineup .link-text .btn-link {
  color: #00407F;
  border-bottom: 2px solid #00407F;
}
.sec-lineup .wrapper-lineup .inner-lineup .link-text .btn-link:hover {
  color: #FF9A05;
  border-bottom: 2px solid #FF9A05;
}

.sec--pro-fv {
  margin-top: 100px;
  min-height: 440px;
  background: url(../img/fv-news.webp);
  background-position: center;
  background-size: cover;
  position: relative;
}
.sec--pro-fv .head-main {
  position: absolute;
  left: 10%;
  bottom: 140px;
}
@media screen and (max-width: 767px) {
  .sec--pro-fv {
    min-height: 300px;
  }
  .sec--pro-fv .head-main {
    bottom: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.sec-lineup {
  position: relative;
}
.sec-lineup:before {
  content: "";
  background: url(../img/bg-pro.webp);
  background-size: cover;
  width: 50%;
  max-width: 587px;
  min-height: 300px;
  height: 100%;
  position: absolute;
  top: 70px;
  z-index: -1;
  border-radius: 0 5px 5px 0;
}
@media screen and (max-width: 1500px) {
  .sec-lineup:before {
    max-width: 350px;
  }
}
@media screen and (max-width: 767px) {
  .sec-lineup:before {
    display: none;
  }
}
.sec-lineup .wrapper-lineup {
  margin: 0 auto;
  width: 90%;
  max-width: 980px;
}
.sec-lineup .wrapper-lineup h3 {
  font-size: 2rem;
  font-weight: 500;
  position: relative;
}
.sec-lineup .wrapper-lineup h3:before {
  content: "";
  background-color: #00407F;
  width: 32px;
  height: 2px;
  position: absolute;
  top: -5px;
}
.sec-lineup .wrapper-lineup .link-text {
  text-align: right;
  font-weight: 500;
  color: #00407F;
}
.sec-lineup .wrapper-lineup .link-text a {
  transition: 0.1s ease-in;
}
.sec-lineup .wrapper-lineup .link-text a:hover {
  color: #FF9A05;
  transition: 0.1s ease-in;
}
.sec-lineup .wrapper-lineup .link-text .btn-link {
  font-weight: 500;
  color: #00407F;
  border-bottom: 2px solid #00407F;
}
.sec-lineup .wrapper-lineup .link-text .btn-link:hover {
  color: #FF9A05;
  border-bottom: 2px solid #FF9A05;
}
.sec-lineup .wrapper-lineup .inner-lineup .box-lineup {
  display: flex;
  margin: 80px auto;
  gap: 30px 90px;
}
.sec-lineup .wrapper-lineup .inner-lineup .box-lineup img {
  max-width: 250px;
  width: 100%;
  height: 100%;
}
.sec-lineup .wrapper-lineup .inner-lineup .box-lineup .box-text {
  margin-bottom: 30px;
}
.sec-lineup .wrapper-lineup .inner-lineup .box-lineup .box-text h4 {
  font-weight: 700;
  text-indent: 1rem;
  position: relative;
  text-shadow: 0 0 6px rgb(255, 255, 255);
}
.sec-lineup .wrapper-lineup .inner-lineup .box-lineup .box-text h4:before {
  content: "";
  background-color: #FF9A05;
  width: 9px;
  height: 9px;
  border-radius: 5px;
  position: absolute;
  top: 10px;
  left: -3px;
}
.sec-lineup .wrapper-lineup .inner-lineup .box-lineup .box-text a {
  display: inline-block;
  vertical-align: middle;
  width: 194px;
  height: 64px;
  background: url(../img/bg-btn3inch.webp);
  background-size: cover;
  margin: 10px 15px 15px 0;
  border-radius: 4px;
  transition: 0.2s ease-in;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  font-weight: 600;
  color: #00407F;
  padding-top: 15px;
  padding-left: 80px;
  transition: 0.2s ease-in;
}
.sec-lineup .wrapper-lineup .inner-lineup .box-lineup .box-text a:hover {
  opacity: 0.8;
  transition: 0.2s ease-in;
}
@media screen and (max-width: 767px) {
  .sec-lineup .wrapper-lineup .inner-lineup .box-lineup .box-text a {
    width: 220px;
  }
}
.sec-lineup .wrapper-lineup .inner-lineup .box-lineup .box-text .btn-6inch {
  background: url(../img/bg-btn6inch.webp);
}
.sec-lineup .wrapper-lineup .inner-lineup .box-lineup .box-text .btn-gel {
  background: url(../img/bg-btngel.webp);
  font-size: 1.8rem;
  padding-left: 60px;
}
@media screen and (max-width: 767px) {
  .sec-lineup .wrapper-lineup .inner-lineup .box-lineup {
    margin: 50px auto;
    flex-direction: column;
    align-items: center;
  }
}

.sec--pro .head-sub {
  padding: 30px 0;
  background-color: #E2EDF8;
}
.sec--pro .container-gall {
  position: relative;
}
.sec--pro .container-gall .gall-use {
  margin: 50px auto 0;
  width: 90%;
  max-width: 980px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
.sec--pro .container-gall .gall-use img {
  max-width: 314px;
  width: 100%;
  height: auto;
}
.sec--pro .container-pro {
  margin-top: 60px;
}
.sec--pro .container-pro h3 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  font-weight: 600;
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
  background: url(../img/bg-3inch.webp);
  background-size: cover;
  color: #fff;
  padding: 10px 0 10px 15px;
}
.sec--pro .container-pro .bg-6inch {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  font-weight: 600;
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
  background: url(../img/bg-6inch.webp);
  background-size: cover;
  color: #fff;
  padding: 10px 0 10px 15px;
}
.sec--pro .container-pro .bg-gel {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  font-weight: 600;
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
  background: url(../img/bg-gel.webp);
  background-size: cover;
  color: #fff;
  padding: 10px 0 10px 15px;
}
.sec--pro .container-pro .wrapper-pro {
  margin: 40px auto;
  width: 90%;
  max-width: 980px;
  display: flex;
  gap: 0 40px;
}
@media screen and (max-width: 767px) {
  .sec--pro .container-pro .wrapper-pro {
    flex-direction: column;
    align-items: center;
  }
}
.sec--pro .container-pro .wrapper-pro .inner-box-img {
  width: 300px;
}
.sec--pro .container-pro .wrapper-pro .inner-box-img img {
  margin-bottom: 40px;
  height: auto;
}
.sec--pro .container-pro .wrapper-pro .inner-text {
  flex: 1;
}
.sec--pro .container-pro .wrapper-pro .inner-text span {
  color: #005c3f;
  font-weight: 700;
  font-size: 1.8rem;
}
.sec--pro .container-pro .wrapper-pro .inner-text span .small-text {
  font-size: 1.2rem;
}
.sec--pro .container-pro .wrapper-pro .inner-text h4 {
  text-indent: 1rem;
  position: relative;
}
.sec--pro .container-pro .wrapper-pro .inner-text h4:before {
  content: "";
  background: #FF9A05;
  width: 9px;
  height: 9px;
  border-radius: 5px;
  position: absolute;
  top: 10px;
  left: 2px;
  transform: translateX(-50%);
}
.sec--pro .container-pro .wrapper-pro .inner-text .box-text {
  margin: 40px auto;
}
.sec--pro .container-pro .wrapper-pro .inner-text .box-table {
  max-width: 640px;
  margin-top: 40px;
}
.sec--pro .container-pro .wrapper-pro .inner-text .box-table dl {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  border-bottom: none;
  margin: 5px auto;
  border: 1px solid #00407F;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .sec--pro .container-pro .wrapper-pro .inner-text .box-table dl {
    margin: 10px auto 40px;
    flex-direction: column;
  }
}
.sec--pro .container-pro .wrapper-pro .inner-text .box-table dl dt {
  background: #fff;
  padding: 10px 20px;
  width: 200px;
  border-bottom: 1px solid #00407F;
  font-weight: 500;
  color: #00407F;
}
.sec--pro .container-pro .wrapper-pro .inner-text .box-table dl dt:last-of-type {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .sec--pro .container-pro .wrapper-pro .inner-text .box-table dl dt {
    width: 100%;
  }
  .sec--pro .container-pro .wrapper-pro .inner-text .box-table dl dt:last-of-type {
    border-bottom: 1px solid #00407F;
  }
}
.sec--pro .container-pro .wrapper-pro .inner-text .box-table dl dd {
  background: #fff;
  padding: 10px 20px;
  width: calc(100% - 200px);
  border-left: 1px solid #00407F;
  border-bottom: 1px solid #00407F;
}
@media screen and (max-width: 767px) {
  .sec--pro .container-pro .wrapper-pro .inner-text .box-table dl dd {
    width: 100%;
    padding: 20px;
    border-left: none;
    background-color: #fff;
  }
}
.sec--pro .container-pro .wrapper-pro .inner-text .box-table dl dd:last-of-type {
  border-bottom: 1px solid #d9d9d9;
}
@media screen and (max-width: 767px) {
  .sec--pro .container-pro .wrapper-pro .inner-text .box-table {
    margin: 40px auto;
    flex-direction: column;
  }
}
.sec--pro .container-pro .box-img {
  margin-top: 40px;
}
.sec--pro .container-pro .box-img img {
  max-width: 640px;
  width: 100%;
  height: auto;
}
.sec--pro .container-pro .box-img-gel {
  max-width: 480px;
}

.sec--pro-3inchst {
  padding-top: 50px;
}

.sec--pro-6inchst {
  padding-top: 50px;
}

.sec--com-fv {
  margin-top: 100px;
  min-height: 440px;
  background: url(../img/fv-com.webp);
  background-position: center;
  background-size: cover;
  position: relative;
}
.sec--com-fv .head-main {
  position: absolute;
  left: 10%;
  bottom: 140px;
  text-shadow: #ffffff 1px 0 10px;
}
@media screen and (max-width: 767px) {
  .sec--com-fv {
    min-height: 300px;
  }
  .sec--com-fv .head-main {
    bottom: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.sec--message {
  width: 90%;
  max-width: 980px;
}
.sec--message h3 {
  font-size: 2rem;
  font-weight: 500;
  position: relative;
}
.sec--message h3:before {
  content: "";
  background-color: #00407F;
  width: 32px;
  height: 2px;
  position: absolute;
  top: -5px;
}
.sec--message .inner-message {
  margin-top: 40px;
  display: flex;
  align-items: flex-end;
  gap: 40px;
}
.sec--message .inner-message .box-text .item-message {
  line-height: 2;
}
.sec--message .inner-message .box-text .item-name {
  margin-top: 20px;
  text-align: right;
}
.sec--message .inner-message img {
  max-width: 300px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .sec--message .inner-message {
    flex-direction: column-reverse;
    align-items: center;
  }
}

.sec--huby {
  width: 90%;
  max-width: 980px;
}
.sec--huby h3 {
  font-size: 2rem;
  font-weight: 500;
  position: relative;
}
.sec--huby h3:before {
  content: "";
  background-color: #00407F;
  width: 32px;
  height: 2px;
  position: absolute;
  top: -5px;
}
.sec--huby img {
  margin: 40px auto;
}
.sec--huby .item-message {
  margin: 20px auto;
  line-height: 2;
}

.sec--info-table {
  width: 90%;
  max-width: 980px;
}
.sec--info-table h3 {
  font-size: 2rem;
  font-weight: 500;
  position: relative;
}
.sec--info-table h3:before {
  content: "";
  background-color: #00407F;
  width: 32px;
  height: 2px;
  position: absolute;
  top: -5px;
}
.sec--info-table .box-table {
  width: 100%;
  max-width: 980px;
  margin-top: 40px;
}
.sec--info-table .box-table dl {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  border-bottom: none;
  margin: 5px auto;
  border: 1px solid #00407F;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .sec--info-table .box-table dl {
    margin: 40px auto;
    flex-direction: column;
  }
}
.sec--info-table .box-table dl dt {
  background: #E2EDF8;
  padding: 20px;
  width: 200px;
  border-bottom: 1px solid #00407F;
  font-weight: 500;
  color: #00407F;
}
.sec--info-table .box-table dl dt:last-of-type {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .sec--info-table .box-table dl dt {
    width: 100%;
  }
  .sec--info-table .box-table dl dt:last-of-type {
    border-bottom: 1px solid #00407F;
  }
}
.sec--info-table .box-table dl dd {
  background: #fff;
  padding: 20px;
  width: calc(100% - 200px);
  border-left: 1px solid #00407F;
  border-bottom: 1px solid #00407F;
}
@media screen and (max-width: 767px) {
  .sec--info-table .box-table dl dd {
    width: 100%;
    padding: 20px;
    border-left: none;
    background-color: #fff;
  }
}
.sec--info-table .box-table dl dd:last-of-type {
  border-bottom: 1px solid #d9d9d9;
}
.sec--info-table .box-table dl dd a {
  color: #00407F;
}
.sec--info-table .box-table dl dd a i {
  font-size: 1.4rem;
  margin-bottom: 2px;
}

.sec--access {
  position: relative;
  margin-top: 150px;
}
.sec--access:before {
  content: "";
  background-color: #E2EDF8;
  max-width: 1920px;
  width: 100%;
  height: 110%;
  position: absolute;
  z-index: -1;
  top: -40px;
}
.sec--access h3 {
  width: 90%;
  max-width: 980px;
  margin: 100px auto 0;
  font-size: 2rem;
  font-weight: 500;
  position: relative;
}
.sec--access h3:before {
  content: "";
  background-color: #00407F;
  width: 32px;
  height: 2px;
  position: absolute;
  top: -5px;
}
.sec--access .wrapper-access {
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
}
.sec--access .wrapper-access h4 {
  font-weight: 500;
  text-indent: 1rem;
  position: relative;
  margin-top: 20px;
}
.sec--access .wrapper-access h4:before {
  content: "";
  background-color: #FF9A05;
  width: 9px;
  height: 9px;
  border-radius: 5px;
  position: absolute;
  top: 10px;
  left: -3px;
}
.sec--access .wrapper-access iframe {
  width: 90%;
  max-width: 980px;
  width: 100%;
  min-height: 500px;
  height: 100%;
  margin-top: 20px;
}

.sec--faq-fv {
  margin-top: 100px;
  min-height: 440px;
  background: url(../img/fv-faq.webp);
  background-position: center;
  background-size: cover;
  position: relative;
}
.sec--faq-fv .head-main {
  position: absolute;
  left: 10%;
  bottom: 140px;
  text-shadow: #ffffff 1px 0 10px;
}
@media screen and (max-width: 767px) {
  .sec--faq-fv {
    min-height: 300px;
  }
  .sec--faq-fv .head-main {
    bottom: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.sec--faq .wrapper-faq {
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
}
.sec--faq .wrapper-faq h3 {
  font-size: 2rem;
  font-weight: 500;
  position: relative;
}
.sec--faq .wrapper-faq h3:before {
  content: "";
  background-color: #00407F;
  width: 32px;
  height: 2px;
  position: absolute;
  top: -5px;
}
.sec--faq .wrapper-faq .box-accordion {
  margin: 40px auto;
  border-radius: 25px;
}
@media screen and (max-width: 400px) {
  .sec--faq .wrapper-faq .box-accordion {
    padding: 20px 0;
  }
}
.sec--faq .wrapper-faq .box-accordion .accordion-dt {
  margin: 30px auto;
  border: 1px solid #00407F;
  background-color: #E2EDF8;
  transition: all 0.3s ease;
}
.sec--faq .wrapper-faq .box-accordion .accordion-dt summary {
  display: block;
  padding: 1em 2em;
  color: #000;
  font-weight: 400;
  cursor: pointer;
  list-style: none;
  position: relative;
  font-size: 2rem;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  color: #00407F;
}
.sec--faq .wrapper-faq .box-accordion .accordion-dt summary span {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-weight: 500;
  font-size: 2.4rem;
}
.sec--faq .wrapper-faq .box-accordion .accordion-dt summary:before, .sec--faq .wrapper-faq .box-accordion .accordion-dt summary:after {
  content: "";
  position: absolute;
  right: 5%;
  width: 2px;
  height: 0.9em;
  border-radius: 5px;
  background-color: #00407F;
  transition: transform 0.3s ease;
  top: 40%;
}
.sec--faq .wrapper-faq .box-accordion .accordion-dt summary:before {
  transform: rotate(90deg);
}
.sec--faq .wrapper-faq .box-accordion .accordion-dt summary:after {
  transform: rotate(0deg);
}
@media screen and (max-width: 767px) {
  .sec--faq .wrapper-faq .box-accordion .accordion-dt summary {
    padding: 0.5em 1.5em 0.5em 1em;
    font-size: 1.8rem;
  }
  .sec--faq .wrapper-faq .box-accordion .accordion-dt summary span {
    font-size: 2rem;
  }
  .sec--faq .wrapper-faq .box-accordion .accordion-dt summary:before, .sec--faq .wrapper-faq .box-accordion .accordion-dt summary:after {
    top: 35%;
  }
}
.sec--faq .wrapper-faq .box-accordion .accordion-dt summary::-webkit-details-marker {
  opacity: 0;
  width: 0;
  height: 0;
}
.sec--faq .wrapper-faq .box-accordion .accordion-dt p {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.3s ease-in-out, opacity 0.3s ease, padding 0.3s ease;
  text-align: left;
  font-size: 1.6rem;
}
.sec--faq .wrapper-faq .box-accordion .accordion-dt p span {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-weight: 400;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .sec--faq .wrapper-faq .box-accordion .accordion-dt p {
    overflow: visible;
  }
  .sec--faq .wrapper-faq .box-accordion .accordion-dt p span {
    font-size: 2rem;
  }
}
.sec--faq .wrapper-faq .box-accordion .accordion-dt .link-text {
  text-align: right;
}
.sec--faq .wrapper-faq .box-accordion .accordion-dt .link-text a {
  color: #00407F;
  font-weight: 500;
}
.sec--faq .wrapper-faq .box-accordion .accordion-dt[open] {
  padding-bottom: 0px;
}
.sec--faq .wrapper-faq .box-accordion .accordion-dt[open] summary {
  background-color: #00407F;
  border-bottom: 1px solid #00407F;
  color: #fff;
}
.sec--faq .wrapper-faq .box-accordion .accordion-dt[open] summary::after {
  background-color: #fff;
}
.sec--faq .wrapper-faq .box-accordion .accordion-dt[open] summary::after {
  transform: rotate(90deg);
}
.sec--faq .wrapper-faq .box-accordion .accordion-dt[open] p {
  max-height: 350px;
  opacity: 1;
  padding: 20px 0;
  width: 95%;
  margin: 0 auto;
}

.sec--con-fv {
  margin-top: 100px;
  min-height: 440px;
  background: url(../img/fv-con.webp);
  background-position: center;
  background-size: cover;
  position: relative;
}
.sec--con-fv .head-main {
  position: absolute;
  left: 10%;
  bottom: 140px;
}
@media screen and (max-width: 767px) {
  .sec--con-fv {
    min-height: 300px;
  }
  .sec--con-fv .head-main {
    bottom: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.sec--form #form {
  width: 90%;
  max-width: 980px;
  margin: 100px auto;
}
.sec--form #form h3 {
  font-size: 2rem;
  font-weight: 500;
  position: relative;
}
.sec--form #form h3:before {
  content: "";
  background-color: #00407F;
  width: 32px;
  height: 2px;
  position: absolute;
  top: -5px;
}
.sec--form #form .wrapper-form {
  margin: 0 auto;
}
@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;
  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 #00407F;
  padding: 3px 10px;
  background-color: #FFF;
}
.sec--form #form textarea {
  font-size: 16px;
  border: 1px solid #00407F;
  padding: 3px 10px;
  width: 100%;
  background-color: #FFF;
  color: #000;
}
.sec--form #form select {
  height: 40px;
  border: 1px solid #00407F;
  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;
  }
}
@media screen and (max-width: 767px) {
  .sec--form #form .checkBox-product {
    display: block;
  }
}
.sec--form #form .checkBox-product p {
  margin-top: 10px;
  font-weight: 500;
}
.sec--form #form .checkBox-product p:first-of-type {
  margin-top: 0;
}
.sec--form #form .checkBox-product .box-check {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  border-bottom: 1px solid #DDD;
  gap: 0 40px;
}
.sec--form #form .checkBox-product .box-check:last-of-type {
  border-bottom: none;
}
.sec--form #form .checkBox-product .box-check .check-btn {
  padding: 10px;
}
.sec--form #form .wrapper-radio .box-radio {
  display: flex;
  gap: 40px;
  margin-bottom: 20px;
}
.sec--form #form .box-line-text {
  display: flex;
  gap: 20px;
  margin: 20px auto;
}
.sec--form #form .box-line-text input[type=text] {
  width: 80%;
}
.sec--form #form .box-other input[type=text] {
  width: 100%;
}
.sec--form #form .must {
  display: inline-block;
  background-color: #00407F;
  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: #00407F;
  color: #ffffff;
  border: #00407F 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: #E2EDF8;
  color: #00407F;
  font-weight: 500;
  transition: ease-in 0.2s;
  border: #E2EDF8 1px solid;
}
.sec--form #form #image-btn input:active {
  color: #00407F;
}
.sec--form #form #image-btn input:invalid {
  color: #00407F;
}
.sec--form #form .submitBtn,
.sec--form #form .backBtn {
  display: block;
  border: 1px solid #00407F;
  padding: 10px 50px;
  background-color: #00407F;
  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 {
  /*チェックボックス*/
}
.sec--form .checkBox {
  display: flex;
  flex-wrap: wrap;
  gap: 0 40px;
}
.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;
}

.sec--pri-fv {
  margin-top: 100px;
  min-height: 440px;
  background: url(../img/fv-pri.webp);
  background-size: cover;
  position: relative;
}
.sec--pri-fv .head-main {
  position: absolute;
  left: 10%;
  bottom: 140px;
}
@media screen and (max-width: 767px) {
  .sec--pri-fv {
    width: 100%;
  }
}

.sec-privacy {
  width: 90%;
  max-width: 980px;
}
.sec-privacy h3 {
  font-size: 2rem;
  font-weight: 500;
  position: relative;
}
.sec-privacy h3:before {
  content: "";
  background-color: #00407F;
  width: 32px;
  height: 2px;
  position: absolute;
  top: -5px;
}
.sec-privacy .text-date-name {
  text-align: right;
}
.sec-privacy .box-text {
  margin: 20px auto;
  padding-bottom: 20px;
  border-bottom: 1px solid #00407F;
}
.sec-privacy .box-text:last-of-type {
  border-bottom: none;
}
.sec-privacy .box-text h4 {
  color: #00407F;
  margin-bottom: 10px;
}
.sec-privacy .box-text ol {
  list-style-type: lower-latin;
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .sec-privacy .box-text ol {
    width: 90%;
  }
}
.sec-privacy .box-text ol li {
  margin-top: 20px;
}

.sec--sitemap-fv {
  margin-top: 100px;
  min-height: 440px;
  background: url(../img/fv-sitemap.webp);
  background-position: center;
  background-size: cover;
  position: relative;
}
.sec--sitemap-fv .head-main {
  position: absolute;
  left: 10%;
  bottom: 140px;
  text-shadow: #ffffff 1px 0 10px;
}
@media screen and (max-width: 767px) {
  .sec--sitemap-fv {
    min-height: 300px;
  }
  .sec--sitemap-fv .head-main {
    bottom: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.sec--sitemap {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sec--sitemap {
    flex-direction: column;
    align-items: center;
  }
}
.sec--sitemap a {
  transition: 0.2s ease-in;
}
.sec--sitemap a p {
  width: 300px;
  border: 1px solid #00407F;
  padding: 5px 30px 5px 10px;
  border-left-width: 4px;
  margin-bottom: 40px;
  font-size: 1.8rem;
  font-weight: 500;
  transition: 0.2s ease-in;
}
.sec--sitemap a p:hover {
  background-color: #00407F;
  color: #fff;
}
.sec--sitemap a .main-menu {
  margin-bottom: 20px;
}
.sec--sitemap ul {
  margin-left: 20px;
}
.sec--sitemap ul a {
  transition: 0.2s ease-in;
}
.sec--sitemap ul a:hover {
  color: #FF9A05;
}
.sec--sitemap ul a li {
  margin-bottom: 20px;
  position: relative;
  text-indent: 1rem;
}
.sec--sitemap ul a li:before {
  content: "";
  background-color: #FF9A05;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  position: absolute;
  top: 13px;
  left: -3px;
}

.sec--news-fv {
  margin-top: 100px;
  min-height: 440px;
  background: url(../img/fv-pro.webp);
  background-position: center;
  background-size: cover;
  position: relative;
}
.sec--news-fv .head-main {
  position: absolute;
  left: 10%;
  bottom: 140px;
  text-shadow: #ffffff 1px 0 10px;
}
@media screen and (max-width: 767px) {
  .sec--news-fv {
    min-height: 300px;
  }
  .sec--news-fv .head-main {
    bottom: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.sec--news {
  width: 90%;
  max-width: 980px;
}
.sec--news h3 {
  font-size: 2rem;
  font-weight: 500;
  position: relative;
}
.sec--news h3:before {
  content: "";
  background-color: #00407F;
  width: 32px;
  height: 2px;
  position: absolute;
  top: -5px;
}
.sec--news .article-news {
  margin: 40px auto 80px;
}
.sec--news .article-news h4 {
  padding: 10px 20px;
  font-size: 2rem;
  color: #fff;
  background-color: #00407F;
  font-weight: 400;
}
.sec--news .article-news h4 span {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-weight: 500;
  margin-right: 40px;
  font-size: 1.6rem;
}
.sec--news .article-news p {
  margin: 20px auto;
  margin-left: 20px;
}
.sec--news .article-news p a {
  transition: ease-in-out 0.3s;
}
.sec--news .article-news p a:hover {
  color: #FF9A05;
}
@media screen and (max-width: 767px) {
  .sec--news .article-news {
    margin: 20px auto 40px;
  }
  .sec--news .article-news h4 {
    font-size: 1.8rem;
  }
  .sec--news .article-news h4 span {
    display: block;
    font-size: 1.4rem;
  }
}

html {
  scroll-behavior: smooth;
  font-family: "Noto Sans JP", sans-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;
  }
}

.container-mt100 {
  margin: 100px auto 0;
}
@media screen and (max-width: 767px) {
  .container-mt100 {
    margin-top: 70px;
  }
}

.head-main {
  text-align: center;
  color: #00407F;
  letter-spacing: 0.05rem;
}
.head-main p {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  margin-bottom: 25px;
}
@media screen and (max-width: 1200px) {
  .head-main p {
    text-shadow: 0 0 3px rgb(255, 255, 255);
  }
}
.head-main h2 {
  font-weight: 600;
  position: relative;
  display: inline-block;
}
.head-main h2:before {
  content: "";
  background-color: #FF9A05;
  width: 18px;
  height: 1px;
  transform: rotate(-45deg);
  position: absolute;
  left: 45%;
  top: -20%;
}
@media screen and (max-width: 1200px) {
  .head-main h2:before {
    text-shadow: 0 0 3px rgb(255, 255, 255);
  }
}
@media screen and (max-width: 1200px) {
  .head-main h2 {
    text-shadow: 0 0 3px rgb(255, 255, 255);
  }
}

.head-sub {
  color: #00407F;
  text-align: center;
}
.head-sub h3,
.head-sub p {
  font-weight: 500;
  font-size: 2rem;
}
.head-sub p {
  margin-top: 20px;
  position: relative;
}
.head-sub p:before {
  content: "";
  background: #FF9A05;
  width: 9px;
  height: 9px;
  border-radius: 5px;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}

.btn-link {
  text-align: center;
  color: #fff;
}
.btn-link button {
  background-color: #00407F;
  width: 270px;
  height: 50px;
  border-radius: 25px;
  position: relative;
  box-shadow: 4px 4px 10px #D2D2D2;
}
.btn-link button:after {
  content: "";
  background-color: #FF9A05;
  width: 50px;
  height: 1px;
  position: absolute;
  right: -20px;
  top: 50%;
  transition: 0.2s ease-in;
}
.btn-link button:hover::after {
  transition: 0.2s ease-in;
  right: -40px;
}

body {
  color: #222222;
}

header {
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 40px;
  font-size: 1.5rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 1500px) {
  header {
    gap: 40px;
  }
}
@media screen and (max-width: 1200px) {
  header {
    padding: 50px 20px;
  }
}
@media screen and (max-width: 767px) {
  header {
    padding: 20px 10px;
    height: 60px;
    background-color: #fff;
  }
}
header h1 {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 620px;
  width: 100%;
  height: 70px;
  border-radius: 35px;
  box-shadow: 1px 1px 10px rgba(0, 63, 127, 0.1764705882);
}
@media screen and (max-width: 1500px) {
  header h1 {
    width: 40%;
  }
}
@media screen and (max-width: 1200px) {
  header h1 {
    max-width: auto;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  header h1 {
    background-color: unset;
    box-shadow: none;
    justify-content: start;
  }
}
header h1 img {
  max-width: 545px;
  width: 100%;
}
@media screen and (max-width: 1500px) {
  header h1 img {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  header h1 img {
    width: 100%;
    margin: 0;
  }
}
header h1 .en-logo {
  max-width: 500px;
  width: 100%;
}
@media screen and (max-width: 1500px) {
  header h1 .en-logo {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  header h1 .en-logo {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 1023px) {
  header .gl-nav {
    display: none;
  }
}
header .gl-nav ul {
  width: 700px;
  height: 70px;
  border-radius: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  background-color: #00407F;
  color: #fff;
  font-weight: 500;
  border: 0.5px solid #fff;
}
@media screen and (max-width: 1200px) {
  header .gl-nav ul {
    width: 650px;
    height: 50px;
  }
}
header .gl-nav ul .main-list {
  position: relative;
}
header .gl-nav ul .main-list a {
  transition: ease-in-out 0.1s;
}
header .gl-nav ul .main-list a:before {
  content: "";
  background-color: #FF9A05;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -10px;
}
header .gl-nav ul .main-list a:hover {
  color: #FF9A05;
  transition: ease-in-out 0.1s;
}
header .gl-nav ul .gl-nav-list {
  position: relative;
  transition: all 0.3s;
  background-color: #fff;
  padding: 5px 15px;
  color: #00407F;
  border-radius: 19px;
}
header .gl-nav ul .gl-nav-list:hover {
  background-color: #FF9A05;
  color: #fff;
  transition: all 0.3s;
}
header .gl-nav ul .gl-nav-list .dropdown-lists {
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
  display: flex;
  /* 追加 */
  flex-direction: column;
  /* 縦並びを強制 */
  gap: 0;
  border-radius: 0;
  border: none;
}
@media screen and (max-width: 1200px) {
  header .gl-nav ul .gl-nav-list .dropdown-lists {
    top: 40px;
  }
}
header .gl-nav ul .gl-nav-list .dropdown-lists .dropdown-list {
  background-color: #00407F;
  width: 100px;
  height: auto;
  transition: all 0.3s;
  display: block;
  color: #fff;
  text-align: center;
  padding: 10px;
}
header .gl-nav ul .gl-nav-list .dropdown-lists .dropdown-list:hover {
  color: #FF9A05;
  transition: all 0.3s;
}
@media screen and (max-width: 1200px) {
  header .gl-nav ul .gl-nav-list .dropdown-lists {
    width: 80%;
  }
}
header .gl-nav ul .gl-nav-list:hover .dropdown-lists {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s;
}
header .gl-nav ul .gl-nav-list-pro {
  position: relative;
  transition: all 0.3s;
  border-radius: 19px;
}
header .gl-nav ul .gl-nav-list-pro .dropdown-lists-pro {
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: auto;
  position: absolute;
  top: 40px;
  left: 100%;
  transform: translateX(-50%);
  transition: all 0.3s;
  display: flex;
  /* 追加 */
  flex-direction: column;
  /* 縦並びを強制 */
  gap: 0;
  border-radius: 0;
  border: none;
}
@media screen and (max-width: 1200px) {
  header .gl-nav ul .gl-nav-list-pro .dropdown-lists-pro {
    top: 30px;
  }
}
header .gl-nav ul .gl-nav-list-pro .dropdown-lists-pro .dropdown-list-pro {
  background-color: #00407F;
  width: 250px;
  height: auto;
  transition: all 0.3s;
  display: block;
  color: #fff;
  text-align: left;
  padding: 20% 30% 30% 35%;
}
header .gl-nav ul .gl-nav-list-pro .dropdown-lists-pro .dropdown-list-pro:hover {
  color: #FF9A05;
  transition: all 0.3s;
}
header .gl-nav ul .gl-nav-list-pro .dropdown-lists-pro .dropdown-list-pro a {
  position: relative;
}
header .gl-nav ul .gl-nav-list-pro .dropdown-lists-pro .dropdown-list-pro a:before {
  content: "";
  background-color: #FF9A05;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -10px;
}
header .gl-nav ul .gl-nav-list-pro .dropdown-lists-pro .dropdown-list-pro a:hover {
  color: #FF9A05;
  transition: ease-in-out 0.1s;
}
@media screen and (max-width: 1200px) {
  header .gl-nav ul .gl-nav-list-pro .dropdown-lists-pro .dropdown-list-pro {
    padding-left: 40%;
  }
}
@media screen and (max-width: 1200px) {
  header .gl-nav ul .gl-nav-list-pro .dropdown-lists-pro {
    width: 80%;
  }
}
header .gl-nav ul .gl-nav-list-pro:hover .dropdown-lists-pro {
  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 .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: #00407F;
  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 {
  /* 閉じる用の薄黒カバー */
}
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 {
  /* 中身 */
}
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(0, 64, 127, 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: 80px 10px 30px;
}
header .ham-box .menu #sp-navi-in .ham-main-menu .ham-main-list {
  border-bottom: solid 1px #ffffff;
  list-style: none;
  padding: 10px;
}
header .ham-box .menu #sp-navi-in .ham-main-menu .ham-main-list .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 .ham-main-list .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 .ham-main-list .ham-main-menu-a:before {
    right: 11px;
  }
}
header .ham-box .menu #sp-navi-in .ham-main-menu .ham-main-list .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 .ham-main-list .ham-main-menu-a:after {
    right: 11px;
  }
}
header .ham-box .menu #sp-navi-in .ham-main-menu .sub-menu a {
  display: block;
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  padding: 5px 15px 5px 0;
}
header .ham-box .menu #sp-navi-in .ham-main-menu .sub-menu .sub-list {
  display: flex;
  color: #fff;
  gap: 5%;
}
header .ham-box .menu #sp-navi-in .ham-main-menu .sub-menu .sub-list li {
  border-bottom: unset;
}
@media screen and (max-width: 390px) {
  header .ham-box .menu #sp-navi-in .ham-main-menu .sub-menu .sub-list {
    display: block;
  }
}
header .ham-box .menu {
  /* チェックが入ったらもろもろ表示 */
}
header .ham-box .menu #nav-input:checked ~ #nav-close {
  display: block;
}
header .ham-box .menu {
  /* 中身を表示（スライド） */
}
header .ham-box .menu #nav-input:checked ~ #sp-navi-in {
  box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
  transform: translate(0%);
}
header .ham-box .menu {
  position: absolute;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  header .ham-box .menu {
    position: fixed;
    top: 20px;
    right: 20px;
  }
  header .ham-box .menu:before {
    background-color: #00407F;
    border: #000 1px solid;
  }
}

footer {
  margin-top: 100px;
  background-size: cover;
  padding: 50px 0 30px;
}
footer .sec--footer-contact .wrapper-contact {
  background-color: #00407F;
}
footer .sec--footer-contact .wrapper-contact .inner-contact {
  width: 90%;
  max-width: 980px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding: 50px 0;
  margin: 40px auto 100px;
}
@media screen and (max-width: 767px) {
  footer .sec--footer-contact .wrapper-contact .inner-contact {
    display: block;
  }
}
footer .sec--footer-contact .wrapper-contact .inner-contact .box-contact {
  display: block;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  width: 470px;
  height: 150px;
  transition: ease-in 0.2s;
  padding: 20px;
}
footer .sec--footer-contact .wrapper-contact .inner-contact .box-contact i,
footer .sec--footer-contact .wrapper-contact .inner-contact .box-contact p {
  color: #00407F;
  font-weight: 600;
}
footer .sec--footer-contact .wrapper-contact .inner-contact .box-contact i {
  font-size: 2.4rem;
}
footer .sec--footer-contact .wrapper-contact .inner-contact .box-contact span {
  font-size: 3.2rem;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-weight: 500;
}
footer .sec--footer-contact .wrapper-contact .inner-contact .box-contact .gro-tel {
  font-size: 3rem;
}
@media screen and (min-width: 768px) {
  footer .sec--footer-contact .wrapper-contact .inner-contact .box-tel {
    pointer-events: none;
  }
}
footer .sec--footer-contact .wrapper-contact .inner-contact .box-mail p {
  margin-bottom: 10px;
}
footer .sec--footer-contact .wrapper-contact .inner-contact .box-mail span {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  footer .sec--footer-contact .wrapper-contact .inner-contact .box-contact {
    display: block;
    margin: 0 auto 40px;
    max-width: 470px;
    width: 90%;
    padding: 20px;
  }
  footer .sec--footer-contact .wrapper-contact .inner-contact .box-contact span {
    font-size: 2.4rem;
  }
  footer .sec--footer-contact .wrapper-contact .inner-contact .box-contact .gro-tel {
    font-size: 2rem;
  }
  footer .sec--footer-contact .wrapper-contact .inner-contact .box-mail {
    margin-bottom: 0;
  }
  footer .sec--footer-contact .wrapper-contact .inner-contact .box-mail span {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
footer .box-footer {
  width: 90%;
  max-width: 980px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
footer .box-footer .box-info {
  font-size: 1.5rem;
  line-height: 2;
}
footer .box-footer .box-info img {
  max-width: 344px;
}
footer .box-footer .box-footer-list {
  display: flex;
  justify-content: space-between;
}
footer .box-footer .box-footer-list ul:first-child {
  margin-right: 80px;
}
footer .box-footer .box-footer-list ul a {
  transition: ease-in-out 0.3s;
}
footer .box-footer .box-footer-list ul a:hover {
  color: #FF9A05;
}
footer .box-footer .box-footer-list .main-list {
  font-weight: 600;
  margin-bottom: 35px;
}
footer .box-footer .box-footer-list .sub-list {
  font-size: 1.3rem;
  color: #00407F;
  font-weight: 400;
  text-indent: 1rem;
  margin-bottom: 25px;
}
footer .box-footer .box-footer-list .sub-list:first-child {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  footer .box-footer {
    display: block;
  }
  footer .box-footer .box-info {
    margin: 0 auto 40px;
    text-align: center;
  }
  footer .box-footer .box-info img {
    margin: 0 auto;
    width: 90%;
  }
  footer .box-footer .box-footer-list {
    justify-content: center;
    margin: 0 auto;
    width: 90%;
  }
}
@media screen and (max-width: 767px) and (max-width: 350px) {
  footer .box-footer .box-footer-list {
    display: block;
  }
}
footer .box-link {
  margin: 0 auto;
  width: 90%;
  max-width: 980px;
  font-size: 1.2rem;
  color: #AEAEAE;
  text-align: right;
  margin-left: auto;
}
footer .box-link p {
  display: flex;
  justify-content: end;
  align-items: center;
}
footer .box-link p img {
  max-width: 230px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  footer .box-link p {
    display: block;
    text-align: center;
  }
  footer .box-link p img {
    margin: 0 auto;
  }
}
footer .wrapper-copy {
  background-color: #00407F;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  margin: 40px auto 0;
  color: #fff;
  padding: 15px;
  font-size: 1.2rem;
  font-weight: 400;
}
footer .wrapper-copy .inner-copy {
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
  text-align: right;
  display: flex;
  justify-content: end;
  gap: 40px;
}
footer .wrapper-copy .inner-copy a {
  transition: ease-in 0.3s;
}
footer .wrapper-copy .inner-copy a:hover {
  color: #FF9A05;
}
@media screen and (max-width: 767px) {
  footer .wrapper-copy .inner-copy {
    display: block;
    text-align: center;
  }
  footer .wrapper-copy .inner-copy a {
    display: block;
  }
}

#pan {
  padding: 10px 0 0 10%;
  font-weight: normal;
  color: #00407F;
}
@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: #00407F;
  transition: ease-in 0.3s;
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 16px;
  z-index: 99;
  /* ①ボタンの色と文字の色とサイズ */
  background-color: #00407F;
  color: #fff;
  border: 2px solid #00407F;
  border: 2px solid #fff;
  /* ②ボタンのサイズと角丸 */
  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 #00407F;
  color: #00407F;
  text-decoration: none;
  transition: 0.3s;
}
#page-top:hover:hover:before {
  border-top: 2px solid #00407F;
  border-right: 2px solid #00407F;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  #page-top {
    bottom: 80px;
  }
}

.side-btn {
  font-family: "Noto Sans JP", serif;
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 0.05em;
  background-color: #00407F;
  line-height: 1.4;
  color: #fff;
  padding: 20px 10px;
  filter: drop-shadow(2px 2px 5px #b6b6b6);
  position: fixed;
  right: 0;
  top: 200px;
  border-radius: 5px 0 0 5px;
}
@media screen and (max-width: 767px) {
  .side-btn {
    top: auto;
    bottom: 0;
    writing-mode: horizontal-tb;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: none;
    font-size: 1.4rem;
    border: none;
    border-radius: 5px 5px 0 0;
  }
  .side-btn .br-sm-fix {
    display: none;
  }
}

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

.side-btn-en {
  font-family: "Noto Sans JP", serif;
  letter-spacing: 0.05em;
  background-color: #00407F;
  line-height: 1.4;
  color: #fff;
  padding: 20px 40px;
  filter: drop-shadow(2px 2px 5px #b6b6b6);
  position: fixed;
  right: 0;
  bottom: 20px;
  border-radius: 5px 0 0 5px;
}
@media screen and (max-width: 767px) {
  .side-btn-en {
    top: auto;
    bottom: 0;
    writing-mode: horizontal-tb;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: none;
    font-size: 1.4rem;
    border: none;
    border-radius: 5px 5px 0 0;
  }
  .side-btn-en .br-sm-fix {
    display: none;
  }
}

.side-btn-ch {
  font-family: "Noto Sans SC", sans-serif;
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 0.05em;
  background-color: #00407F;
  line-height: 1.4;
  color: #fff;
  padding: 20px 10px;
  filter: drop-shadow(2px 2px 5px #b6b6b6);
  position: fixed;
  right: 0;
  top: 200px;
  border-radius: 5px 0 0 5px;
}
@media screen and (max-width: 767px) {
  .side-btn-ch {
    top: auto;
    bottom: 0;
    writing-mode: horizontal-tb;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: none;
    font-size: 1.4rem;
    border: none;
    border-radius: 5px 5px 0 0;
  }
  .side-btn-ch .br-sm-fix {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */