@charset "UTF-8";
.Wrap {
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
  box-sizing: border-box;
  position: relative;
}

.wrap, .w1440 {
  max-width: 1440px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}

.indexSectionMain {
  background-color: #fff;
}

.indexNavMain {
  height: 106px;
  padding: 0 60px;
  background: url(../images/navbg.jpg) no-repeat left top;
}
.indexNavMain .indexNavBox {
  display: flex;
  width: 100%;
  height: 106px;
}
.indexNavMain .indexNavBox > a {
  flex: 0 0 229px;
  margin-right: 65px;
  line-height: 96px;
  position: relative;
  z-index: 99;
}
.indexNavMain .indexNavBox > a img {
  display: block;
  width: 100%;
}
.indexNavMain .indexNavBox > a img:hover {
  opacity: 0.8;
}
.indexNavMain .indexNavBox .nav {
  flex: 1;
}
.indexNavMain .indexNavBox ul {
  width: 86%;
  margin-left: 3%;
  background-image: linear-gradient(180deg, #ddedf1, #d9ecf0);
  border-radius: 0 0 0 24px;
}
.indexNavMain .indexNavBox ul li {
  white-space: nowrap;
  float: left;
}
.indexNavMain .indexNavBox ul li a {
  display: block;
  margin-left: 70px;
  font-size: 18px;
  line-height: 95px;
  font-weight: 700;
  position: relative;
}
.indexNavMain .indexNavBox ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #fb1743;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.indexNavMain .indexNavBox ul li a:hover {
  color: #fb1743;
}
.indexNavMain .indexNavBox ul li a:hover:after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.indexNavMain .indexNavBox ul li:last-child {
  float: right;
  width: 118px;
}
.indexNavMain .indexNavBox ul li:last-child a {
  height: 34px;
  width: 100%;
  padding-left: 37px;
  margin-left: 0;
  margin-top: 30px;
  background: #fb1743 url(../images/icon01.png) no-repeat 14px center;
  border-radius: 3px;
  line-height: 34px;
  color: #fff;
  font-weight: 400;
  box-sizing: border-box;
}
.indexNavMain .indexNavBox ul li:last-child a:hover {
  background-color: #fd8c8d;
}
.indexNavMain .indexNavBox ul li:last-child a:hover::after {
  content: none;
}
.indexNavMain .indexNavBox .phoneNavBtn {
  display: none;
}

.indexBannerMain {
  padding-top: 34px;
}

.indexBannerBox {
  position: relative;
}
.indexBannerBox > img {
  display: block;
  width: 100%;
  height: auto;
}
.indexBannerBox .wrap {
  position: absolute;
  left: 50%;
  top: 20%;
  text-align: right;
  transform: translateX(-50%);
}
.indexBannerBox .wrap h1 img {
  display: inline-block;
}
.indexBannerBox .wrap p {
  margin-top: 4%;
  font-size: 22px;
  line-height: 54px;
  color: #000;
}
.indexBannerBox .wrap p span {
  display: inline-block;
  padding: 0 15px;
  background-color: #fdf0a8;
  line-height: 42px;
}

.indexNewsMain {
  margin-top: 40px;
  height: 60px;
  padding-bottom: 66px;
}
.indexNewsMain .btn {
  position: absolute;
  right: 32px;
  top: 15px;
  height: 30px;
  padding: 0 15px;
  border-radius: 3px;
  background: #fb1743;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  z-index: 999;
}
.indexNewsMain .btn:hover {
  background-color: #fd8c8d;
}
.indexNewsMain .indexNewsList {
  width: 100%;
  height: 60px;
  background: #f5f3f0;
  border-radius: 16px;
}
.indexNewsMain .indexNewsList a {
  display: block;
  width: 80%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  font-size: 16px;
  line-height: 60px;
}
.indexNewsMain .indexNewsList a .time {
  display: inline-block;
  color: #54b4ed;
  vertical-align: middle;
  font-weight: bold;
}
.indexNewsMain .indexNewsList a p {
  display: inline-block;
  color: #333;
  vertical-align: middle;
}
.indexNewsMain .indexNewsList a:hover p {
  color: #000;
}

.indexAboutMain {
  height: 740px;
  background: url(../images/indexBg01.png) no-repeat left top;
}
.indexAboutMain .title {
  float: left;
  margin-left: 41.3%;
  margin-top: 92px;
}
.indexAboutMain .title h2 {
  position: relative;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-family: "YMC";
  font-size: 24px;
  line-height: 26px;
  color: #222;
  font-weight: normal;
  letter-spacing: 0.2em;
  padding: 140px 24px 20px;
  background-color: #ffea72;
  height: 436px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.indexAboutMain .title h2:before {
  content: " ";
  position: absolute;
  top: 45px;
  left: 50%;
  width: 1px;
  height: 72px;
  background: #222;
}
.indexAboutMain .txt {
  float: right;
  width: 38.9%;
  margin-top: 170px;
  margin-right: 20px;
  font-size: 18px;
  line-height: 50px;
}
.indexAboutMain .txt span {
  color: #fb1743;
  font-weight: bold;
}
.indexAboutMain .txt .btn {
  margin-top: 50px;
}
.indexAboutMain .txt .btn a {
  display: inline-block;
  padding: 0 27px;
  background-image: linear-gradient(90deg, #ff8a9e, #b3e0f2, #54b4ed);
  border-radius: 48px;
  font-size: 16px;
  line-height: 48px;
  color: #222;
  transition: all 0.3s;
}
.indexAboutMain .txt .btn a img {
  display: inline-block;
  margin-left: 10px;
}
.indexAboutMain .txt .btn a:hover {
  background-image: linear-gradient(-90deg, #ff8a9e, #b3e0f2, #54b4ed);
}

.titleBox {
  padding: 44px 0;
  text-align: center;
}
.titleBox span {
  display: inline-block;
  font: bold 18px/36px "Arial";
  text-transform: uppercase;
  border-bottom: 3px solid #000;
}
.titleBox h2 {
  font-size: 48px;
  line-height: 72px;
  font-family: "YMC";
  font-weight: 400;
}

.indexIntroduceMain .mySwiper img {
  display: block;
  width: 100%;
}

.indexUseMain {
  margin-top: 80px;
  margin-bottom: 76px;
  padding-top: 102px;
  background: url(../images/indexBg02.png) no-repeat center top;
  background-size: 100% auto;
}
.indexUseMain ul li {
  float: left;
  width: 47.3%;
  margin-right: 5.4%;
  position: relative;
}
.indexUseMain ul li div img {
  display: block;
  width: 100%;
}
.indexUseMain ul li h2 {
  height: 76px;
  border-left: 6px solid #fb1743;
  padding-left: 22px;
  margin-top: 26px;
  font-size: 30px;
  line-height: 76px;
  color: #222;
}
.indexUseMain ul li h2 img {
  position: absolute;
  right: 0;
  bottom: 0;
}
.indexUseMain ul li:nth-child(2) {
  margin-right: 0;
}
.indexUseMain ul li:nth-child(2) h2 {
  border-color: #7ed0ff;
}
.indexUseMain ul li:nth-child(2) h2 img {
  bottom: 30px;
}

.indexActiveMain {
  background: url(../images/indexBg04.png) no-repeat center 200px;
}
.indexActiveMain ul {
  margin: 60px auto;
}
.indexActiveMain ul li {
  float: left;
  width: 30.6%;
  margin-right: 4.1%;
}
.indexActiveMain ul li .img {
  box-shadow: 0 0 15px #a0d4eb;
  overflow: hidden;
}
.indexActiveMain ul li .img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.indexActiveMain ul li .img img:hover {
  transform: scale(1.05);
}
.indexActiveMain ul li h3 {
  margin-top: 10px;
  font-size: 20px;
  line-height: 50px;
  color: #222;
}
.indexActiveMain ul li h3 a {
  display: block;
  color: #222;
}
.indexActiveMain ul li p {
  font-size: 15px;
  line-height: 28px;
  color: #222;
  text-align: justify;
}
.indexActiveMain ul li:nth-child(3) {
  margin-right: 0;
}
.indexActiveMain .txt {
  padding: 40px;
  margin: 0 auto 100px;
  border-radius: 24px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}
.indexActiveMain .txt h3 {
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 64px;
}
.indexActiveMain .txt p {
  font-size: 18px;
  line-height: 32px;
  text-align: justify;
}

.footerBox {
  padding-top: 64px;
  background: url(../images/indexBg05.png) no-repeat center bottom;
  position: relative;
}
.footerBox .wrap {
  height: 280px;
}
.footerBox .footerLeft {
  float: left;
  width: 366px;
}
.footerBox .footerLeft .footerLogo {
  display: block;
  margin-bottom: 20px;
}
.footerBox .footerLeft .footerLogo img {
  display: inline-block;
}
.footerBox .footerLeft p {
  font-size: 15px;
  line-height: 32px;
  color: #222;
}
.footerBox .footerLeft p span {
  display: block;
}
.footerBox .footerRight {
  float: right;
  text-align: right;
}
.footerBox .footerNav {
  font-size: 16px;
  line-height: 90px;
}
.footerBox .footerNav a {
  display: inline-block;
  margin-left: 30px;
  color: #222;
}
.footerBox .footerNav a:hover {
  text-decoration: underline;
}
.footerBox .socialBox {
  margin-top: 14px;
}
.footerBox .socialBox a {
  display: inline-block;
  margin-left: 10px;
}
.footerBox .socialBox a img {
  display: inline-block;
  width: 44px;
  height: 44px;
  border-radius: 50%;
}
.footerBox .socialBox a:hover img {
  box-shadow: 0 0 15px #a0d4eb;
}
.footerBox .copyRight {
  border-top: 1px solid #fff;
}
.footerBox .copyRight p {
  font-size: 14px;
  line-height: 80px;
  color: #222;
  text-align: center;
}

.leftMenu_z {
  display: none;
}

#leftMenu {
  display: none;
}

.subPage .indexNavMain {
  padding: 0;
  margin-bottom: 50px;
  position: relative;
  background-image: url(../images/navbg02.png);
  background-position: right top;
  overflow: hidden;
}
.subPage .indexNavMain .indexNavBox {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box;
}
.subPage .indexNavMain .indexNavBox .wrap {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.subPage .indexNavMain .indexNavBox ul {
  width: 97%;
}
.subPage .indexNavMain .indexNavBox ul li a {
  margin-left: 30px;
  font-size: 16px;
}
.subPage .indexNavMain .indexNavBox ul li:last-child a {
  margin-left: 0;
}
.subPage .Wrap {
  max-width: 1440px;
  min-width: 1000px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}

.subBannerMain {
  height: 160px;
  background-image: linear-gradient(180deg, #ddedf1, #d9ecf0);
  text-align: center;
}
.subBannerMain h1 {
  font-size: 36px;
  line-height: 160px;
  color: #000b5f;
}

.subTitle {
  padding: 40px 0;
  text-align: center;
}
.subTitle span {
  display: inline-block;
  font-size: 34px;
  line-height: 48px;
  color: #222;
  border-bottom: 3px solid #fb1743;
}

.subIntro {
  margin: 60px auto;
  font-size: 20px;
  line-height: 48px;
  text-align: center;
}

.subImgList {
  padding-top: 60px;
}
.subImgList li {
  display: flex;
  align-items: center;
  padding-bottom: 60px;
  border-bottom: 2px solid #000b5f;
  margin-bottom: 60px;
}
.subImgList li .txt {
  flex: 1;
  padding: 0 50px 0 80px;
  box-sizing: border-box;
}
.subImgList li .txt h3 {
  padding-bottom: 20px;
  font-size: 24px;
  line-height: 60px;
  color: #000b5f;
}
.subImgList li .txt p {
  font-size: 16px;
  line-height: 32px;
  color: #222;
  text-align: justify;
}
.subImgList li .txt p strong {
  display: block;
}
.subImgList li .txt p span {
  font-weight: 700;
}
.subImgList li .img {
  flex: 0 0 400px;
  height: 225px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  overflow: hidden;
}
.subImgList li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.subImgList li:nth-child(odd) {
  flex-direction: row-reverse;
}
.subImgList li:nth-child(odd) .txt {
  padding: 0 80px 0 50px;
}

.subPart01 {
  width: 100%;
  padding: 40px 60px 60px;
  margin: 60px 0;
  background: #fdf8ec;
  box-sizing: border-box;
}
.subPart01 p {
  font-size: 18px;
  line-height: 48px;
  text-align: center;
}

.subTable table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
}
.subTable table td {
  border: 2px solid #afe5fd;
  padding: 10px 0;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  background-color: #fff;
}

.subTxt {
  width: 100%;
  padding: 40px;
  margin: 60px auto;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  box-sizing: border-box;
}
.subTxt div {
  display: flex;
  width: 100%;
  font-size: 20px;
  line-height: 48px;
}
.subTxt span {
  width: 150px;
  margin-right: 30px;
  text-align: right;
}
.subTxt a {
  display: block;
}
.subTxt strong {
  font-size: 24px;
}

.flowBox img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.subActiveList {
  margin-top: 60px;
}
.subActiveList li {
  position: relative;
  min-height: 190px;
  margin-bottom: 60px;
}
.subActiveList li .img {
  position: absolute;
  left: 0;
  top: 0;
}
.subActiveList li .txt {
  padding-left: 390px;
}
.subActiveList li .txt h3 {
  padding: 15px 0;
  font-size: 24px;
  line-height: 50px;
  color: #222;
}
.subActiveList li .txt h3 a {
  display: block;
  color: #222;
}
.subActiveList li .txt p {
  font-size: 18px;
  line-height: 36px;
  color: #222;
}

.contactPage {
  background-color: #f8f8f8;
}

.subContact {
  font-size: 18px;
  line-height: 40px;
  /* タイトル */
  /* テキストコンテンツ */
  /* リンクボタン */
  /* フォーム */
  /* チェックボックス */
  /* 送信ボタン */
  /* 確認画面 */
}
.subContact .subTitleLine {
  text-align: center;
  margin: 40px 0 30px;
  position: relative;
  font-size: 36px;
  color: #000b5f;
}
.subContact .subTitleLine span {
  background-color: #f8f8f8;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
.subContact .subTitleLine:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #ddd;
  position: absolute;
  top: 50%;
  left: 0;
}
.subContact .txt {
  margin-bottom: 30px;
  text-align: center;
}
.subContact .txt p {
  font-size: 16px;
  margin-bottom: 20px;
}
.subContact .linkBtn {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 30px 0;
}
.subContact .linkBtn a {
  display: inline-block;
  padding: 0 30px;
  background-color: #000b5f;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s;
}
.subContact .linkBtn a:hover {
  background-color: #081579;
}
.subContact .formBox {
  background: white;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.subContact .formBox .subTitleLine span {
  background-color: #fff;
}
.subContact .form-row {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.subContact .form-label {
  width: 100%;
  margin-bottom: 8px;
  font-weight: bold;
}
.subContact .form-label.required:after {
  content: " *";
  color: #e32;
}
.subContact .form-input {
  width: 100%;
}
.subContact .form-input input,
.subContact .form-input textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 18px;
  box-sizing: border-box;
}
.subContact .form-input textarea {
  min-height: 150px;
  resize: vertical;
}
.subContact .error-message {
  color: #e32;
  font-size: 14px;
  display: none;
}
.subContact input:invalid:not(:focus):not(:placeholder-shown),
.subContact textarea:invalid:not(:focus):not(:placeholder-shown) {
  border-color: #e32;
}
.subContact input:invalid:not(:focus):not(:placeholder-shown) + .error-message,
.subContact textarea:invalid:not(:focus):not(:placeholder-shown) + .error-message {
  display: block;
}
.subContact .checkbox-container {
  margin: 30px 0;
}
.subContact .checkbox-container a {
  color: #000b5f;
  text-decoration: underline;
}
.subContact .checkbox-container > div {
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
}
.subContact .checkbox-container input[type=checkbox] {
  margin-right: 10px;
  margin-top: 12px;
}
.subContact .submit-container {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 30px;
}
.subContact .btn {
  padding: 12px 30px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 18px;
  transition: all 0.3s;
}
.subContact .btn-edit {
  background-color: #888;
  color: white;
}
.subContact .btn-edit:hover {
  background-color: #666;
}
.subContact .btn-confirm {
  background-color: #2c5aa0;
  color: white;
}
.subContact .btn-confirm:hover {
  background-color: #1e3d73;
}
.subContact .btn-submit {
  background-color: #051277;
  color: white;
}
.subContact .btn-submit:hover {
  background-color: #081579;
}
.subContact .confirmation {
  display: none;
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 20px;
}
.subContact .confirmation-item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.subContact .confirmation-label {
  font-weight: bold;
  margin-bottom: 5px;
  color: #555;
}

.thank-you-message {
  padding-top: 8vw;
  background-color: #fff;
  text-align: center;
}
.thank-you-message h1 {
  font-size: 3vw;
  line-height: 4;
}
.thank-you-message p {
  font-size: 1.5vw;
  line-height: 1.6;
}
.thank-you-message .btn {
  display: inline-block;
  width: 20vw;
  line-height: 4.27vw;
  margin: 3vw auto;
  background-color: #000b5f;
  color: white;
  border: none;
  font-size: 1.25vw;
  font-weight: 600;
  border-radius: 6px;
  letter-spacing: 0.3vw;
  box-shadow: 0.3vw 0.3vw 0 0.2vw rgba(197, 197, 197, 0.15);
  cursor: pointer;
  transition: background-color 0.2s;
}
.thank-you-message .btn:hover {
  background-color: #051277;
}

.privacy-txt {
  padding: 40px 30px;
  margin-bottom: 30px;
}
.privacy-txt p {
  font-size: 16px;
  margin-bottom: 20px;
}

.faq {
  margin: 0 auto 40px;
  font-size: 18px;
  line-height: 40px;
}
.faq li {
  position: relative;
  padding: 0 22px;
  border: 1px solid #bfbfbf;
  margin-bottom: 40px;
}
.faq h4, .faq div {
  position: relative;
  padding: 16px 0 16px 40px;
}
.faq span {
  position: absolute;
  padding-right: 10px;
  left: 0;
  top: 16px;
  font-size: 24px;
}
.faq div {
  border-top: 1px solid #dcdcdc;
}
.faq div p {
  font-size: 16px;
}

@media (min-width: 1380px) and (max-width: 1600px) {
  .indexNavMain .indexNavBox ul li a {
    margin-left: 35px;
  }
}
@media (min-width: 1000px) and (max-width: 1379px) {
  .wrap, .w1440, .Wrap {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
  }
  .indexNavMain {
    padding: 0 30px;
  }
  .indexNavMain .indexNavBox ul {
    width: 90%;
  }
  .indexNavMain .indexNavBox ul li a {
    margin-left: 25px;
  }
  .indexNewsMain .btn {
    right: 50px;
  }
  .indexAboutMain {
    height: 700px;
    background-size: 80% auto;
  }
  .indexActiveMain ul {
    width: 940px;
  }
  .footerBox .footerLogo {
    max-width: 280px;
  }
  .footerBox .footerLogo img {
    width: 100%;
  }
  .footerBox .footerNav a {
    margin-left: 15px;
  }
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .indexNavMain .indexNavBox ul {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }
  .indexNavMain .indexNavBox ul li a {
    margin-left: 20px;
    font-size: 14px;
  }
  .subPage .indexNavMain .indexNavBox ul {
    width: 100%;
  }
  .subPage .indexNavMain .indexNavBox ul li a {
    margin-left: 20px;
    font-size: 14px;
  }
}
@media (min-width: 1920px) {
  .footerBox {
    background-size: 100% 100%;
  }
}/*# sourceMappingURL=style-pc.css.map */