.secTop {
  background-image: url(),
    -webkit-gradient(linear, left top, right top, from(#567a9e), to(#345a7e));
  background-image: url(), linear-gradient(90deg, #567a9e 0%, #345a7e 100%);
  background-size: 45px 45px, 100%;
  position: relative;
}

.secTop .fbMark1,
.secTop .fbMark2 {
  position: absolute;
}

.secTop .commonWidthPc .secTopCover {
  position: relative;
}

.secTop .commonWidthPc .secTopCover .secTopImg {
  position: absolute;
}

.secTop .commonWidthPc .secTopCover .secTopIn {
  position: absolute;
}

.secTop .topInTextSub {
  margin-top: 30px;
  color: #ffffff;
  font-weight: bold;
}

.secTop .topInTextMain {
  color: #ffffff;
  font-weight: bold;
}

.secTop .topInButton {
  background-color: #ffc107;
  border-radius: 34px;
  -webkit-box-shadow: 5px 5px 10px #36516b;
  box-shadow: 5px 5px 10px #36516b;
  font-weight: bold;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .secTop {
    padding-top: 55px;
  }
  .secTop .secTopIn {
    padding-top: 20px;
    padding-bottom: 40px;
    text-align: center;
  }
  .secTop .secTopIn .topInTextSub {
    font-size: 7.2vw;
    line-height: 9.6vw;
  }
  .secTop .secTopIn .topInTextMain {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 11.2vw;
    line-height: 14.4vw;
    letter-spacing: 0.056vw;
  }
  .secTop .secTopIn .secTopImg {
    margin-top: 25px;
  }
  .secTop .secTopIn .topInButton {
    margin-top: 35px;
    font-size: 5.07vw;
    line-height: 7.2vw;
    padding: 12px 13.33vw;
  }
  .secTop .topNote {
    width: 90%;
    margin: -5px auto 0 auto;
    font-size: 13px;
  }
}

@media print, screen and (min-width: 768px) {
  .secTop {
    padding-top: 48px;
    overflow: hidden;
  }
  .secTop .fbMark1 {
    top: 20px;
    left: -40px;
  }
  .secTop .fbMark2 {
    bottom: -75px;
    right: -160px;
  }
  .secTop .secTopImg {
    top: 48px;
    right: 0px;
  }
  .secTop .secTopIn {
    top: 119px;
    left: 87px;
  }
  .secTop .secTopIn .topInTextSub {
    font-size: 46px;
    line-height: 60px;
  }
  .secTop .secTopIn .topInTextMain {
    font-size: 70px;
    line-height: 88px;
    margin-top: 23px;
  }
  .secTop .secTopIn .topInButton {
    font-size: 26px;
    line-height: 37px;
    padding: 15px 56px;
    margin-top: 42px;
  }
  .secTop .secTopIn .topInImg {
    margin-top: 20px;
  }
  .secTop .topNote {
    margin-top: -10px;
    font-size: 16px;
  }
}

.secAbout {
  background-color: #fff;
  /* background-image: radial-gradient(#2679ff 2%, transparent 3%); */
  background-size: 45px 45px, 100%;
  background-position: 24px 31px;
}

.secAbout .secAboutIn {
  margin: 0 auto;
}

.secAbout .secAboutIn .howtoArea .howtoTitleArea .title {
  position: relative;
}

.secAbout .secAboutIn .howtoArea .howtoTitleArea .title .text {
  position: absolute;
  font-weight: bold;
}

.secAbout .secAboutIn .howtoArea .howtoTitleArea .title .text .blue {
  color: #e15353;
}

.secAbout .secAboutIn .howtoArea .howtoPoint {
  color: #02163c;
  font-weight: 900;
  text-align: center;
}

.secAbout .secAboutIn .howtoArea .howtoPoint .strong {
  font-size: 1.2em;
  letter-spacing: 1.5px;
}

.secAbout .secAboutIn .detailArea .detailList .detailTitle {
  color: #216ade;
  font-weight: bold;
}

.secAbout .secAboutIn .detailArea .detail1 {
  background: url(../sub/service_b01.png) left bottom no-repeat;
}

.secAbout .secAboutIn .detailArea .detail2 {
  background: url(../sub/service_b02.png) left bottom no-repeat;
}

.secAbout .secAboutIn .detailArea .detail3 {
  background: url(../sub/service_b03.png) left bottom no-repeat;
}

@media only screen and (max-width: 767px) {
  .secAbout {
    padding-top: 62px;
  }
  .secAbout .secAboutIn .howtoArea {
    padding-bottom: 48px;
  }
  .secAbout .secAboutIn .howtoArea .howtoTitleArea {
    background-size: 40%;
  }
  .secAbout .secAboutIn .howtoArea .howtoTitleArea .title {
    padding-bottom: 20px;
    max-width: 350px;
    margin: 0 auto;
  }
  .secAbout .secAboutIn .howtoArea .howtoTitleArea .title .text {
    left: 14%;
    top: -3px;
    text-align: center;
    font-size: min(35px, 9.33vw);
    line-height: min(40px, 10.67vw);
  }
  .secAbout .secAboutIn .howtoArea .howtoTitleArea .detail {
    text-align: center;
    font-size: min(16px, 4.27vw);
  }
  .secAbout .secAboutIn .howtoArea .howtoPoint {
    font-size: min(4.8vw, 18px);
    padding-bottom: 10px;
  }
  .secAbout .secAboutIn .howtoArea .checkBox {
    max-width: 280px;
    margin: 0 auto;
  }
  .secAbout .secAboutIn .howtoArea .checkBox .checkList {
    padding-top: 10px;
  }
  .secAbout .secAboutIn .detailArea {
    padding-bottom: 20px;
  }
  .secAbout .secAboutIn .detailArea .detailList {
    padding: 50px 20px;
    border-radius: 10px;
  }
  .secAbout .secAboutIn .detailArea .detailList .detailTitle {
    font-size: 5.33vw;
    line-height: 9.33vw;
    text-align: center;
    margin-bottom: 32px;
  }
  .secAbout .secAboutIn .detailArea .detailList .detailText {
    font-size: 3.73vw;
    line-height: 6.4vw;
  }
  .secAbout .secAboutIn .detailArea .detail1 {
    height: 154.67vw;
    background: url(../sub/service_b01_sp@2x.png) left bottom no-repeat;
    background-size: 100%;
    margin-bottom: 20px;
  }
  .secAbout .secAboutIn .detailArea .detail2 {
    height: 156.53vw;
    background: url(../sub/service_b02_sp@2x.png) left bottom no-repeat;
    background-size: 100%;
    margin-bottom: 20px;
  }
  .secAbout .secAboutIn .detailArea .detail3 {
    height: 154.67vw;
    background: url(../sub/service_b03_sp@2x.png) left bottom no-repeat;
    background-size: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .secAbout {
    padding-top: 92px;
    padding-bottom: 80px;
  }
  .secAbout .secAboutIn .howtoArea {
    text-align: center;
  }
  .secAbout .secAboutIn .howtoArea .howtoTitleArea {
    padding-bottom: 80px;
  }
  .secAbout .secAboutIn .howtoArea .howtoTitleArea .title {
    padding-bottom: 32px;
  }
  .secAbout .secAboutIn .howtoArea .howtoTitleArea .title .text {
    left: 23%;
    top: -17px;
    font-size: 50px;
  }
  .secAbout .secAboutIn .howtoArea .howtoTitleArea .detail {
    font-size: 20px;
    line-height: 40px;
  }
  .secAbout .secAboutIn .howtoArea .howtoPoint {
    font-size: 24px;
    padding-bottom: 10px;
  }
  .secAbout .secAboutIn .howtoArea .checkBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .secAbout .secAboutIn .detailArea .detailList {
    text-align: left;
    width: 1100px;
    padding: 80px;
    margin-bottom: 10px;
  }
  .secAbout .secAboutIn .detailArea .detailList .detailTitle {
    font-size: 40px;
    line-height: 60px;
  }
  .secAbout .secAboutIn .detailArea .detailList .detailText {
    font-size: 20px;
    line-height: 40px;
    width: 54%;
    margin-top: 30px;
  }
  .secAbout .secAboutIn .detailArea .detail1 {
    height: 508px;
    background: url(../sub/service_b01.png) left bottom no-repeat;
  }
  .secAbout .secAboutIn .detailArea .detail2 {
    height: 468px;
    background: url(../sub/service_b02.png) left bottom no-repeat;
  }
  .secAbout .secAboutIn .detailArea .detail3 {
    height: 468px;
    background: url(../sub/service_b03.png) left bottom no-repeat;
  }
}

.secStrength {
  background-image: url(),
    -webkit-gradient(linear, left top, right top, from(#567a9e), to(#345a7e));
  background-image: url(), linear-gradient(90deg, #567a9e 0%, #345a7e 100%);
  background-size: 45px 45px, 100%;
}

.secStrength .secStrengthIn {
  position: relative;
}

.secStrength .secStrengthIn .secStrengthCover {
  position: absolute;
}

.secStrength .secStrengthIn .strengthTitleArea {
  text-align: center;
  color: #ffffff;
}

.secStrength .secStrengthIn .strengthTitleArea .strengthTitle {
  font-weight: bold;
}

.secStrength .secStrengthIn .strengthContentsArea .contentArea {
  background-color: #ffffff;
}

.secStrength
  .secStrengthIn
  .strengthContentsArea
  .contentArea
  .contentLeft
  .contentTitle {
  font-weight: bold;
}

.secStrength
  .secStrengthIn
  .strengthContentsArea
  .contentArea
  .contentLeft
  .contentTitle
  span {
  color: #216ade;
}

.secStrength
  .secStrengthIn
  .strengthContentsArea
  .contentArea
  .contentLeft
  .contentButton {
  background-color: #e93d62;
  border-radius: 30px;
  -webkit-box-shadow: 5px 5px 10px #ff8ea399;
  box-shadow: 5px 5px 10px #ff8ea399;
  display: inline-block;
  color: #ffffff;
  font-weight: bold;
}

@media print, screen and (max-width: 767px) {
  .secStrength {
    padding: 50px 0 20px;
  }
  .secStrength .secStrengthIn .strengthTitleArea .strengthTitle {
    font-size: min(28px, 7.47vw);
    line-height: 38px;
  }
  .secStrength .secStrengthIn .strengthTitleArea .strengthText {
    margin-top: 20px;
    font-size: 16px;
    line-height: 22px;
  }
  .secStrength .secStrengthIn .strengthContentsArea {
    margin-top: 32px;
  }
  .secStrength .secStrengthIn .strengthContentsArea .contentArea {
    padding: 30px min(24px, 6.4vw);
    margin-bottom: 20px;
    border-radius: 5px;
  }
  .secStrength .secStrengthIn .strengthContentsArea .contentArea .contentLeft {
    text-align: center;
  }
  .secStrength
    .secStrengthIn
    .strengthContentsArea
    .contentArea
    .contentLeft
    .contentTitle {
    font-size: min(24px, 6.4vw);
    line-height: 36px;
  }
  .secStrength
    .secStrengthIn
    .strengthContentsArea
    .contentArea
    .contentLeft
    .contentText {
    font-size: 16px;
    line-height: 28px;
    margin-top: 40px;
    margin-bottom: 36px;
    text-align: left;
  }
  .secStrength
    .secStrengthIn
    .strengthContentsArea
    .contentArea
    .contentLeft
    .contentButton {
    font-size: 20px;
    line-height: 29px;
    padding: 15px 40px;
    margin-bottom: 43px;
  }
  .secStrength .secStrengthIn .strengthContentsArea .contentArea .contentRight {
    text-align: center;
  }
}

@media print, screen and (min-width: 768px) {
  .secStrength {
    padding: 80px 0;
  }
  .secStrength .secStrengthIn .secStrengthCover {
    top: -35px;
    right: -113px;
  }
  .secStrength .secStrengthIn .strengthTitleArea .strengthTitle {
    font-size: 50px;
    line-height: 70px;
  }
  .secStrength .secStrengthIn .strengthTitleArea .strengthText {
    font-size: 20px;
    line-height: 40px;
    margin-top: 20px;
  }
  .secStrength .secStrengthIn .strengthContentsArea {
    margin-top: 80px;
  }
  .secStrength .secStrengthIn .strengthContentsArea .contentArea {
    border-radius: 20px;
    margin-bottom: 10px;
    padding: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .secStrength .secStrengthIn .strengthContentsArea .contentArea .contentLeft {
    width: 500px;
    margin-right: 80px;
  }
  .secStrength
    .secStrengthIn
    .strengthContentsArea
    .contentArea
    .contentLeft
    .contentTitle {
    font-size: 40px;
    line-height: 60px;
  }
  .secStrength
    .secStrengthIn
    .strengthContentsArea
    .contentArea
    .contentLeft
    .contentText {
    font-size: 20px;
    line-height: 40px;
    margin-top: 40px;
  }
  .secStrength
    .secStrengthIn
    .strengthContentsArea
    .contentArea
    .contentLeft
    .contentButton {
    margin-top: 20px;
    font-size: 20px;
    line-height: 29px;
    padding: 15px 40px;
  }
}

.secExample {
  background-color: #fff;
  background-image: radial-gradient(#2679ff 2%, transparent 3%);
  background-size: 45px 45px, 100%;
  background-position: 24px 23px;
}

.secExample .secExampleIn .exampleTitleArea {
  text-align: center;
}

.secExample .secExampleIn .exampleTitleArea .exampleTitle {
  font-weight: bold;
}

.secExample .secExampleIn .exampleTitleArea .exampleTitle span {
  color: #216ade;
}

.secExample .secExampleIn .exampleContent {
  text-align: center;
  position: relative;
}

@media print, screen and (max-width: 767px) {
  .secExample {
    padding: 36px 0 16.53vw;
  }
  .secExample .secExampleIn .exampleTitleArea .exampleTitle {
    font-size: 28px;
    line-height: 56px;
  }
  .secExample .secExampleIn .exampleTitleArea .exampleText {
    font-size: min(14px, 3.73vw);
    line-height: min(28px, 7.47vw);
    margin-top: 20px;
  }
  .secExample .secExampleIn .exampleContent {
    margin-top: 40px;
  }
  .secExample .secExampleIn .exampleContent img {
    width: 80%;
  }
}

@media print, screen and (min-width: 768px) {
  .secExample {
    padding: 80px 0 146px;
  }
  .secExample .secExampleIn .exampleTitleArea .exampleTitle {
    font-size: 60px;
    line-height: 70px;
  }
  .secExample .secExampleIn .exampleTitleArea .exampleText {
    font-size: 20px;
    line-height: 40px;
    margin-top: 25px;
  }
  .secExample .secExampleIn .exampleContent {
    margin-top: 80px;
  }
}

/* ////////////// */
/* demo-area */
/* ////////////./ */
.demo-bg {
  position: absolute;
}

.demo-area {
  margin: 0 auto 0 auto;
  text-align: center;
  color: #000;
}

.demo-area .demo-swiper {
  position: relative;
}

.demo-area .swiper-container {
  outline: none;
}

.demo-area .swiper-button-prev,
.demo-area .swiper-button-next {
  width: auto;
  height: auto;
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
}

.demo-area .swiper-button-prev img,
.demo-area .swiper-button-next img {
  height: auto;
}

.demo-area .swiper-button-prev,
.demo-area .swiper-container-rtl .swiper-button-next {
  right: auto;
}

.demo-area .swiper-button-next,
.demo-area .swiper-container-rtl .swiper-button-prev {
  left: auto;
}

.demo-area .swiper-button-prev:after,
.demo-area .swiper-button-next:after {
  content: none;
}

.demo-area .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: static;
}

.demo-area .swiper-pagination-bullet {
  background: #fff;
  border: solid 1px #216ade;
  opacity: 1;
  outline: none;
}

.demo-area .swiper-pagination-bullet-active {
  opacity: 1;
  background: #216ade;
}

@media print, screen and (max-width: 767px) {
  .demo-bg {
    top: -6.13vw;
    left: 15.73vw;
  }
  .demo-area {
    padding-top: 6.26vw;
    padding-bottom: 12vw;
  }
  .demo-area .demo-swiper {
    margin-top: 5.33vw;
  }
  .demo-area .swiper-container {
    width: 59.2vw;
  }
  .demo-area .swiper-button-prev,
  .demo-area .swiper-button-next {
    top: 21%;
  }
  .secExample .secExampleIn .exampleContent .demo-area .swiper-button-prev img,
  .secExample .secExampleIn .exampleContent .demo-area .swiper-button-next img {
    width: 6.67vw;
  }
  .demo-area .swiper-button-prev,
  .demo-area .swiper-container-rtl .swiper-button-next {
    left: -25%;
  }
  .demo-area .swiper-button-next,
  .demo-area .swiper-container-rtl .swiper-button-prev {
    right: -25%;
  }
  .demo-area .swiper-pagination {
    margin: 9.33vw auto 0 auto;
    width: 90px;
  }
  .demo-area .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .demo-bg {
    top: -31px;
    left: 264px;
  }
  .demo-area {
    padding-top: 61px;
    padding-bottom: 45px;
  }
  .demo-area .demo-swiper {
    margin-top: 20px;
  }
  .demo-area .swiper-container {
    width: 100%;
    max-width: 576px;
  }
  .demo-area .swiper-button-prev,
  .demo-area .swiper-button-next {
    top: 21%;
  }
  .demo-area .swiper-button-prev,
  .demo-area .swiper-container-rtl .swiper-button-next {
    left: -20%;
  }
  .demo-area .swiper-button-next,
  .demo-area .swiper-container-rtl .swiper-button-prev {
    right: -20%;
  }
  .demo-area .swiper-pagination {
    margin: 78px auto 0 auto;
    width: 90px;
  }
  .demo-area .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}

.secInfo {
  background-color: #fff;
  /* background-image: radial-gradient(#2679ff 2%, transparent 3%); */
  background-size: 45px 45px, 100%;
  background-position: 24px 31px;
  /* background-image: url(),
    -webkit-gradient(linear, left top, left bottom, from(#0f87ff), to(#1249a0));
  background-image: url(), linear-gradient(180deg, #0f87ff 0%, #1249a0 100%);
  background-size: 45px 45px, 100%; */
}

.secInfo .secInfoIn {
  margin: 0 auto;

  /* color: #ffffff; */
}

.secInfo .secInfoIn .infoTitleArea {
  text-align: center;
}

.secInfo .secInfoIn .infoTitleArea .infoTitle {
  font-weight: bold;
}

@media print, screen and (max-width: 767px) {
  .secInfo {
    padding: 33px 5px;
    text-align: center;
  }
  .secInfo .secInfoIn .infoTitleArea {
    margin-bottom: 40px;
  }
  .secInfo .secInfoIn .infoTitleArea .infoTitle {
    font-size: min(22px, 5.87vw);
    line-height: min(56px, 14.93vw);
  }
  .secInfo .secInfoIn .infoTitleArea .infoText {
    font-size: 16px;
    line-height: 25px;
  }
  .secInfo .secInfoIn .infoContentArea .content {
    margin-bottom: 20px;
  }
  .secInfo .secInfoIn .infoContentArea .content .contentCaption {
    font-size: 11px;
    line-height: 20px;
    text-align: left;
    margin-top: 10px;
    padding: 0 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .secInfo {
    padding: 80px 0 180px;
  }
  .secInfo .secInfoIn .infoTitleArea .infoTitle {
    font-size: 50px;
    line-height: 70px;
  }
  .secInfo .secInfoIn .infoTitleArea .infoText {
    font-size: 20px;
  }
  .secInfo .secInfoIn .infoContentArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 80px auto 0;
    max-width: 800px;
  }
  .secInfo .secInfoIn .infoContentArea .content {
    width: 380px;
    margin: 0 10px;
  }
  .secInfo .secInfoIn .infoContentArea .content .contentCaption {
    margin-top: 20px;
    font-size: 11px;
    line-height: 16px;
    padding: 0 10px;
  }
}

.secFaq {
  background: #eaf2ff;
  background-image: radial-gradient(#2679ff 2%, transparent 3%);
  background-size: 45px 45px, 100%;
  background-position: 24px 23px;
}

.secFaq .secFaqIn {
  margin: 0 auto;
}

.secFaq .secFaqIn .faqTitleArea {
  text-align: center;
}

.secFaq .secFaqIn .faqTitleArea .faqTitle {
  font-weight: bold;
}

.secFaq .secFaqIn .listArea .faqList .listTitleArea {
  background: #216ade;
  -webkit-box-shadow: 5px 5px 10px #69a3ff99;
  box-shadow: 5px 5px 10px #69a3ff99;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 100%;
  font-weight: bold;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.secFaq .secFaqIn .listArea .faqList .listTitleArea .arrow_s_b {
  position: relative;
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
}

.secFaq .secFaqIn .listArea .faqList .listTitleArea .arrow_s_b:before {
  content: '';
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
}

.secFaq .secFaqIn .listArea .faqList .listTitleArea .arrow_s_b:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #216ade;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.secFaq .secFaqIn .listArea .faqList .faqDetail {
  line-height: 190%;
  display: none;
  width: 100% !important;
}

.secFaq .secFaqIn .listArea .faqList.on .listTitleArea .arrow_s_b:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

@media only screen and (max-width: 767px) {
  .secFaq {
    padding: 33px 0 20px 0;
  }
  .secFaq .secFaqIn .faqTitleArea {
    margin-bottom: 38px;
  }
  .secFaq .secFaqIn .faqTitleArea .faqTitle {
    font-size: 21px;
    line-height: 50px;
  }
  .secFaq .secFaqIn .faqTitleArea .faqText {
    font-size: 16px;
    line-height: 16px;
  }
  .secFaq .secFaqIn .listArea {
    margin-bottom: 5px;
  }
  .secFaq .secFaqIn .listArea .faqList {
    font-size: min(14px, 3.73vw);
  }
  .secFaq .secFaqIn .listArea .faqList .listTitleArea {
    padding: 16px min(13px, 3.47vw);
  }
  .secFaq .secFaqIn .listArea .faqList .listTitleArea .arrow_s_b {
    padding-left: 22px;
  }
  .secFaq .secFaqIn .listArea .faqList .listTitleArea .arrow_s_b:before {
    width: 20px;
    height: 20px;
    left: 0;
    margin-top: -10px;
  }
  .secFaq .secFaqIn .listArea .faqList .listTitleArea .arrow_s_b:after {
    border-width: 3px 0 3px 6px;
    left: 7px;
    margin-top: -2px;
  }
  .secFaq .secFaqIn .listArea .faqList .faqDetail {
    line-height: 26px;
    padding-top: 10px;
    padding-bottom: 30px;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .secFaq .secFaqIn .listArea .faqList.on .listTitleArea .arrow_s_b:after {
    margin-top: -3px;
  }
}

@media print, screen and (min-width: 768px) {
  .secFaq {
    padding: 80px 0 80px 0;
  }
  .secFaq .secFaqIn {
    width: 73.45%;
  }
  .secFaq .secFaqIn .faqTitleArea {
    margin-bottom: 40px;
  }
  .secFaq .secFaqIn .faqTitleArea .faqTitle {
    font-size: 50px;
    line-height: 120px;
  }
  .secFaq .secFaqIn .faqTitleArea .faqText {
    font-size: 20px;
    line-height: 40px;
  }
  .secFaq .secFaqIn .listArea {
    margin-bottom: 10px;
  }
  .secFaq .secFaqIn .listArea .faqList {
    font-size: 20px;
    line-height: 40px;
  }
  .secFaq .secFaqIn .listArea .faqList .listTitleArea {
    padding: 40px;
    background-position: right 40px center;
    background-size: 27px 15px;
  }
  .secFaq .secFaqIn .listArea .faqList .listTitleArea .arrow_s_b {
    padding-left: 22px;
  }
  .secFaq .secFaqIn .listArea .faqList .listTitleArea .arrow_s_b:before {
    width: 30px;
    height: 30px;
    left: 0;
    margin-top: -15px;
  }
  .secFaq .secFaqIn .listArea .faqList .listTitleArea .arrow_s_b:after {
    border-width: 5px 0 5px 9px;
    left: 11px;
    margin-top: -4px;
  }
  .secFaq .secFaqIn .listArea .faqList .faqDetail {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .secFaq .secFaqIn .listArea .faqList.on .listTitleArea .arrow_s_b:after {
    margin-top: -6px;
  }
}

.secContact .secContactIn {
  margin: 0 auto;
}

.secContact .secContactIn .title {
  font-weight: bold;
  text-align: center;
}

.secContact .secContactIn .captionArea {
  text-align: center;
}

.secContact .secContactIn .captionArea .captionTop .red {
  color: #bf0000;
}

.secContact .secContactIn .captionArea .captionCenter {
  color: #216ade;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .secContact {
    padding: 60px 0 23px 0;
  }
  .secContact .secContactIn .title {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .secContact .secContactIn .captionArea {
    border-bottom: dashed 1px #aaaaaa;
  }
  .secContact .secContactIn .captionArea .captionTop {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
  }
  .secContact .secContactIn .captionArea .captionCenter {
    margin-bottom: 20px;
    font-size: 23px;
    line-height: 31px;
  }
  .secContact .secContactIn .captionArea .captionBottom {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 18px;
  }
}

@media print, screen and (min-width: 768px) {
  .secContact {
    padding: 80px 0 110px 0;
  }
  .secContact .secContactIn {
    width: 73.45%;
  }
  .secContact .secContactIn .title {
    font-size: 40px;
    padding-bottom: 20px;
  }
  .secContact .secContactIn .captionArea {
    line-height: 40px;
    margin-bottom: 40px;
  }
  .secContact .secContactIn .captionArea .captionTop {
    font-size: 20px;
  }
  .secContact .secContactIn .captionArea .captionCenter {
    font-size: 30px;
  }
  .secContact .secContactIn .captionArea .captionBottom {
    font-size: 14px;
  }
}
/*# sourceMappingURL=style.css.map */

/*information*/
.information {
  background-color: #3b4043;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .information ul {
    font-size: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border: none;
    width: 600px !important;
    margin: 0 auto;
  }
  .info01 {
    padding: 0px 0 5px 0;
  }
  .info02 {
    padding: 5px 0 30px 0;
  }
  .information {
    padding: 80px 0 80px 0;
  }
}
.information ul {
  font-size: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-wrap: wrap;
  width: 95%;
  margin: 0 auto;
}
.information ul li,
.information ul li a,
.information small {
  color: #fff;
}

.info01 li {
  width: 20%;
  display: grid; /*textをセンターに配置*/
  place-items: center; /*textをセンターに配置*/
}
@media screen and (max-width: 768px) {
  .information {
    padding-top: 5%;
  }
  .info01 {
    padding-bottom: 5%;
  }
  .info01 li {
    border-left: 1px #fff solid;
    border-right: 1px #fff solid;
    font-size: 12px;
  }

  .info02 li {
    border-left: 1px #fff solid;
    border-right: 1px #fff solid;
    font-size: 12px;
  }
  .info01 li + li {
    border-left: none;
  }
  .info02 li + li {
    border-left: none;
  }
  .information small {
    padding: 5% 0;
    font-size: 12px;
  }
}

.info02 li {
  width: 50%;
  display: grid; /*textをセンターに配置*/
  place-items: center; /*textをセンターに配置*/
}
.information small {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.loader-container {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(100, 100, 100, 0.8);
  z-index: 2147483647;

  display: flex;
  justify-content: center;
  align-items: center;
}

/* Chat-GPT */
/* ニュースリリースセクションの基本スタイル */
.secNewsRelease {
  background-image: linear-gradient(90deg, #567a9e 0%, #345a7e 100%);
  color: #ffffff;
  padding: 20px 0;
  position: relative;
}

/* タイトルエリアのスタイル */
.secNewsRelease .newsReleaseTitleArea h2 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 15px;
  font-weight: bold;
}

/* ニュースリリース項目のスタイル */
.secNewsRelease .newsReleaseItem {
  margin-bottom: 15px;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}

.secNewsRelease .newsReleaseItem h3 {
  font-size: 18px;
  margin-bottom: 5px;
}

.secNewsRelease .newsReleaseItem p {
  font-size: 14px;
}

.secNewsRelease .newsReleaseItem a {
  color: #ffc107;
  text-decoration: underline;
  font-weight: bold;
}

.readMoreButton {
  margin-bottom: 15px;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  color: #fff;
  /* ボックスを右側に寄せる */
  float: right;
}

/* レスポンシブ対応 */
@media only screen and (max-width: 767px) {
  .secNewsRelease .newsReleaseItem h3 {
    font-size: 16px;
  }

  .secNewsRelease .newsReleaseItem p {
    font-size: 12px;
  }
}

@media print, screen and (min-width: 768px) {
  .secNewsRelease .newsReleaseItem {
    padding: 20px;
  }
}

/* ロゴのスライダー */
.slider {
  width: 100%;
  height: 100px;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  background: #fff;
}

.slider img {
  height: 100px;
  width: 240px;
  object-fit: contain;
  display: inline-block;
  padding: 10px 20px;
  animation: slide 90s linear infinite;
}

@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-600%);
  }
}
