.sectionTitle .titleEn {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  letter-spacing: 0.03em;
  color: #6095CC;
}
.sectionTitle .titleJp {
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .sectionTitle .titleEn {
    font-size: clamp(18px, 7.69vw, 30px);
  }
  .sectionTitle .titleJp {
    font-size: clamp(14px, 5.13vw, 20px);
  }
}
@media print, screen and (min-width: 768px) {
  .sectionTitle .titleEn {
    font-size: clamp(23px, 2.97vw, 38px);
  }
  .sectionTitle .titleJp {
    font-size: clamp(14px, 1.56vw, 20px);
  }
}
.secMv .mvSlider .swiper-wrapper {
  transition-timing-function: linear;
}
@media only screen and (max-width: 767px) {
  .secMv {
    padding: 0 0 0 0;
  }
  .secMv .mvSlider .swiper-wrapper .swiper-slide {
    width: 300px;
    margin: 0 12px 0;
  }
  .secMv .mvSlider .swiper-wrapper .swiper-slide img {
    border-radius: 24px 10px 24px 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .secMv {
    padding: 0 0 0 0;
  }
  .secMv .mvSlider .swiper-wrapper .swiper-slide {
    width: 400px;
    margin: 0 26px 0;
  }
  .secMv .mvSlider .swiper-wrapper .swiper-slide img {
    border-radius: 50px 20px 50px 20px;
  }
}
.secTopInfo {
  background: linear-gradient(to bottom, #ffffff 0%, #EEF7FF 48%);
}
.secTopInfo .headlineArea .content {
  color: #6095CC;
  font-weight: bold;
}
.secTopInfo .newsArea .newsTitleCol .btnWrap .moreBtn {
  display: flex;
  border: solid 1px #6095CC;
  border-radius: 50px;
  justify-content: space-around;
  align-items: center;
}
.secTopInfo .newsArea .newsTitleCol .btnWrap .moreBtn .text {
  color: #6095CC;
  font-weight: bold;
}
.secTopInfo .newsArea .newsTitleCol .btnWrap .moreBtn .arrow {
  background: url(../../shared/images/arrow_right_blue.svg) center center no-repeat;
  aspect-ratio: 22/20;
}
@media only screen and (max-width: 767px) {
  .secTopInfo {
    padding: 60px 0 70px 0;
  }
  .secTopInfo .headlineArea .content {
    padding: 12px 0 0 0;
    font-size: clamp(14px, 3.85vw, 15px);
  }
  .secTopInfo .borderImg {
    padding: 40px 0 30px;
  }
  .secTopInfo .newsArea {
    display: flex;
    flex-direction: column;
  }
  .secTopInfo .newsArea .newsTitleCol {
    display: contents;
  }
  .secTopInfo .newsArea .newsTitleCol .sectionTitle {
    order: 1;
  }
  .secTopInfo .newsArea .newsTitleCol .btnWrap {
    order: 3;
    padding: 10px 0 0 0;
  }
  .secTopInfo .newsArea .newsTitleCol .btnWrap .moreBtn {
    padding: 10px 0;
    width: 160px;
  }
  .secTopInfo .newsArea .newsTitleCol .btnWrap .moreBtn .text {
    font-size: 14px;
  }
  .secTopInfo .newsArea .newsTitleCol .btnWrap .moreBtn .arrow {
    width: 22px;
  }
  .secTopInfo .newsArea .newsListCol {
    order: 2;
  }
}
@media print, screen and (min-width: 768px) {
  .secTopInfo {
    padding: 70px 0 min(11vw, 155px) 0;
  }
  .secTopInfo .headlineArea {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .secTopInfo .headlineArea .caption {
    width: min(60%, 491px);
  }
  .secTopInfo .headlineArea .content {
    width: min(38%, 380px);
  }
  .secTopInfo .borderImg {
    padding: min(11.8vw, 170px) 0 min(7.92vw, 114px);
  }
  .secTopInfo .newsArea {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .secTopInfo .newsArea .newsTitleCol {
    width: min(23%, 160px);
  }
  .secTopInfo .newsArea .newsTitleCol .btnWrap {
    padding: 40px 0 0 0;
  }
  .secTopInfo .newsArea .newsTitleCol .btnWrap .moreBtn {
    padding: 10px 0;
  }
  .secTopInfo .newsArea .newsTitleCol .btnWrap .moreBtn .text {
    font-size: 14px;
  }
  .secTopInfo .newsArea .newsTitleCol .btnWrap .moreBtn .arrow {
    width: 22px;
  }
  .secTopInfo .newsArea .newsListCol {
    width: min(75%, 786px);
  }
}
.secFeature {
  background: url(../images/feature_bg.jpg) center top no-repeat;
  background-size: 100%;
}
.secFeature .secFeatureIn .headArea .headCaption {
  color: #6095CC;
  font-weight: bold;
}
.secFeature .secFeatureIn .listArea .listItem .titleRow {
  display: flex;
  align-items: center;
}
.secFeature .secFeatureIn .listArea .listItem .titleRow .num {
  color: #6095CC;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.secFeature .secFeatureIn .listArea .listItem .titleRow .title {
  color: #6095CC;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .secFeature {
    padding: 56px 0 10px 0;
    background: #ffffff;
  }
  .secFeature .secFeatureIn .headArea .headCaption {
    padding: 24px 0 0 0;
    font-size: clamp(14px, 3.85vw, 15px);
  }
  .secFeature .secFeatureIn .listArea {
    padding: 20px 0 0 0;
  }
  .secFeature .secFeatureIn .listArea .listItem {
    padding: 0 0 56px 0;
  }
  .secFeature .secFeatureIn .listArea .listItem .photo {
    padding: 0 0 6px 0;
  }
  .secFeature .secFeatureIn .listArea .listItem .photo img {
    border-radius: 40px 16px 40px 16px;
  }
  .secFeature .secFeatureIn .listArea .listItem .titleRow {
    padding: 0 0 2px 0;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .secFeature .secFeatureIn .listArea .listItem .titleRow .num {
    font-size: clamp(18px, 7.69vw, 30px);
  }
  .secFeature .secFeatureIn .listArea .listItem .titleRow .title {
    font-size: clamp(14px, 4.62vw, 18px);
  }
  .secFeature .secFeatureIn .listArea .listItem .content {
    font-size: clamp(14px, 3.85vw, 15px);
  }
  .secFeature .secFeatureIn .listArea .listItem .btnWrap {
    width: 150px;
    padding: 20px 0 0 0;
  }
}
@media print, screen and (min-width: 768px) {
  .secFeature {
    padding: 120px 0 152px 0;
  }
  .secFeature .secFeatureIn .headArea {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .secFeature .secFeatureIn .headArea .headCaption {
    font-size: clamp(14px, 1.25vw, 16px);
  }
  .secFeature .secFeatureIn .listArea {
    display: flex;
    flex-wrap: wrap;
    row-gap: 100px;
    justify-content: space-around;
    -moz-column-gap: 10.8%;
         column-gap: 10.8%;
    padding: 60px 0 0 0;
  }
  .secFeature .secFeatureIn .listArea .listItem {
    width: 44.6%;
  }
  .secFeature .secFeatureIn .listArea .listItem .photo {
    padding: 0 0 30px 0;
  }
  .secFeature .secFeatureIn .listArea .listItem .photo img {
    border-radius: 50px 20px 50px 20px;
  }
  .secFeature .secFeatureIn .listArea .listItem .titleRow {
    padding: 0 0 10px 0;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .secFeature .secFeatureIn .listArea .listItem .titleRow .num {
    font-size: clamp(23px, 2.97vw, 38px);
  }
  .secFeature .secFeatureIn .listArea .listItem .titleRow .title {
    font-size: clamp(14px, 1.41vw, 18px);
  }
  .secFeature .secFeatureIn .listArea .listItem .content {
    font-size: clamp(14px, 1.17vw, 15px);
  }
  .secFeature .secFeatureIn .listArea .listItem .btnWrap {
    width: 150px;
    padding: 20px 0 0 0;
  }
}
.secService {
  background: #F7FBFF;
}
.secService .secServiceIn .listArea .listItem {
  border-bottom: solid 1px #BFD5EB;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.secService .secServiceIn .listArea .listItem:first-of-type {
  border-top: solid 1px #BFD5EB;
}
.secService .secServiceIn .listArea .listItem .textCol .title {
  color: #6095CC;
  font-weight: bold;
}
.secService .secServiceIn .listArea .listItem .textCol .content {
  letter-spacing: 0.02em;
}

@media only screen and (max-width: 767px) {
  .secService {
    padding: 56px 0 56px 0;
  }
  .secService .secServiceIn .listArea {
    padding: 60px 0 0 0;
  }
  .secService .secServiceIn .listArea .listItem {
    padding: 12px 0;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .secService .secServiceIn .listArea .listItem .iconCol {
    width: 60px;
  }
  .secService .secServiceIn .listArea .listItem .textCol {
    width: calc(100% - 60px - 10px);
  }
  .secService .secServiceIn .listArea .listItem .textCol .title {
    font-size: clamp(14px, 4.62vw, 18px);
    padding: 0 0 6px 0;
  }
  .secService .secServiceIn .listArea .listItem .textCol .content {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media print, screen and (min-width: 768px) {
  .secService {
    padding: 110px 0 100px 0;
  }
  .secService .secServiceIn .listArea {
    padding: 60px 0 0 0;
  }
  .secService .secServiceIn .listArea .listItem {
    padding: 10px 3.72%;
    -moz-column-gap: 2.73%;
         column-gap: 2.73%;
  }
  .secService .secServiceIn .listArea .listItem .iconCol {
    width: clamp(60px, 8%, 80px);
  }
  .secService .secServiceIn .listArea .listItem .textCol {
    width: calc(100% - clamp(60px, 8%, 80px) - 2.8%);
  }
  .secService .secServiceIn .listArea .listItem .textCol .title {
    font-size: clamp(14px, 1.56vw, 20px);
    padding: 0 0 6px 0;
  }
  .secService .secServiceIn .listArea .listItem .textCol .content {
    font-size: clamp(14px, 1.25vw, 16px);
    line-height: 1.5;
  }
}
.secFlow .secFlowIn .flowMain .flowCol .flowList .listItem {
  display: flex;
  position: relative;
}
.secFlow .secFlowIn .flowMain .flowCol .flowList .listItem::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 2px;
  background: #6095CC;
}
.secFlow .secFlowIn .flowMain .flowCol .flowList .listItem:last-of-type::before {
  display: none !important;
}
.secFlow .secFlowIn .flowMain .flowCol .flowList .listItem .iconCol {
  position: relative;
  z-index: 1;
}
.secFlow .secFlowIn .flowMain .flowCol .flowList .listItem .textCol .title {
  color: #6095CC;
  font-weight: bold;
}
.secFlow .secFlowIn .flowMain .flowCol .flowList .listItem .textCol .caption {
  line-height: 1.6;
}
.secFlow .secFlowIn .flowMain .flowCol .flowList .listItem .textCol .btnArea {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .secFlow {
    padding: 56px 0 56px 0;
  }
  .secFlow .secFlowIn .flowMain {
    padding: 20px 0 0 0;
  }
  .secFlow .secFlowIn .flowMain .flowCol .flowList .listItem {
    -moz-column-gap: 10px;
         column-gap: 10px;
    padding: 0 0 26px 0;
  }
  .secFlow .secFlowIn .flowMain .flowCol .flowList .listItem::before {
    left: 30px;
    top: 30px;
    height: calc(100% + 30px);
  }
  .secFlow .secFlowIn .flowMain .flowCol .flowList .listItem .iconCol {
    width: 60px;
  }
  .secFlow .secFlowIn .flowMain .flowCol .flowList .listItem .textCol {
    width: calc(100% - 60px - 10px);
  }
  .secFlow .secFlowIn .flowMain .flowCol .flowList .listItem .textCol .title {
    font-size: clamp(14px, 5.13vw, 20px);
  }
  .secFlow .secFlowIn .flowMain .flowCol .flowList .listItem .textCol .caption {
    font-size: 14px;
  }
  .secFlow .secFlowIn .flowMain .flowCol .flowList .listItem .textCol .btnArea {
    padding: 10px 0 0 0;
    -moz-column-gap: 10px;
         column-gap: 10px;
    flex-wrap: wrap;
    row-gap: 6px;
  }
  .secFlow .secFlowIn .flowMain .flowCol .flowList .listItem .textCol .btnArea .commonReserveBtn {
    width: 150px;
  }
  .secFlow .secFlowIn .flowMain .imgCol img {
    border-radius: 50px 20px 50px 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .secFlow {
    padding: 80px 0 20px 0;
  }
  .secFlow .secFlowIn .flowMain {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 60px 0 0 0;
  }
  .secFlow .secFlowIn .flowMain .flowCol {
    width: min(60%, 640px);
  }
  .secFlow .secFlowIn .flowMain .flowCol .flowList .listItem {
    -moz-column-gap: 6%;
         column-gap: 6%;
    padding: 0 0 26px 0;
  }
  .secFlow .secFlowIn .flowMain .flowCol .flowList .listItem::before {
    left: 34px;
    top: 34px;
    height: calc(100% + 35px);
  }
  .secFlow .secFlowIn .flowMain .flowCol .flowList .listItem .iconCol {
    width: 70px;
  }
  .secFlow .secFlowIn .flowMain .flowCol .flowList .listItem .textCol {
    width: calc(100% - 70px - 6%);
  }
  .secFlow .secFlowIn .flowMain .flowCol .flowList .listItem .textCol .title {
    font-size: clamp(14px, 1.56vw, 20px);
  }
  .secFlow .secFlowIn .flowMain .flowCol .flowList .listItem .textCol .caption {
    font-size: clamp(14px, 1.25vw, 16px);
  }
  .secFlow .secFlowIn .flowMain .flowCol .flowList .listItem .textCol .btnArea {
    padding: 10px 0 0 0;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .secFlow .secFlowIn .flowMain .flowCol .flowList .listItem .textCol .btnArea .commonReserveBtn {
    width: 150px;
  }
  .secFlow .secFlowIn .flowMain .imgCol {
    width: min(39%, 416px);
  }
  .secFlow .secFlowIn .flowMain .imgCol img {
    border-radius: 50px 20px 50px 20px;
  }
}
.secDoctor .secDoctorIn .docMainArea .imgCol .historyBox {
  border-radius: 10px;
  overflow: hidden;
  border: solid 2px #6095CC;
}
.secDoctor .secDoctorIn .docMainArea .imgCol .historyBox .historyTitle {
  background: #6095CC;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
.secDoctor .secDoctorIn .docMainArea .imgCol .historyBox .historyData * {
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.secDoctor .secDoctorIn .docMainArea .infoCol .name {
  font-weight: bold;
  color: #6095CC;
}
.secDoctor .secDoctorIn .docMainArea .infoCol .agree {
  letter-spacing: 0.03em;
}

@media only screen and (max-width: 767px) {
  .secDoctor {
    padding: 30px 0 56px 0;
  }
  .secDoctor .secDoctorIn .docMainArea {
    padding: 20px 0 0 0;
  }
  .secDoctor .secDoctorIn .docMainArea .imgCol .photo {
    padding: 0 0 16px 0;
  }
  .secDoctor .secDoctorIn .docMainArea .imgCol .photo img {
    border-radius: 20px 50px 20px 50px;
  }
  .secDoctor .secDoctorIn .docMainArea .imgCol .historyBox .historyTitle {
    font-size: clamp(14px, 5.13vw, 20px);
    padding: 6px 0;
  }
  .secDoctor .secDoctorIn .docMainArea .imgCol .historyBox .historyData {
    font-size: clamp(14px, 3.85vw, 15px);
    padding: 18px 6px;
  }
  .secDoctor .secDoctorIn .docMainArea .infoCol {
    padding: 24px 0 0 0;
  }
  .secDoctor .secDoctorIn .docMainArea .infoCol .position {
    font-size: clamp(14px, 4.62vw, 18px);
  }
  .secDoctor .secDoctorIn .docMainArea .infoCol .name {
    font-size: clamp(18px, 7.69vw, 30px);
    line-height: 1.1;
    padding: 0 0 20px 0;
  }
  .secDoctor .secDoctorIn .docMainArea .infoCol .role {
    font-size: clamp(14px, 4.1vw, 16px);
    padding: 0 0 16px 0;
  }
  .secDoctor .secDoctorIn .docMainArea .infoCol .agree {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 768px) {
  .secDoctor {
    padding: 70px 0 100px 0;
  }
  .secDoctor .secDoctorIn .docMainArea {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 60px 0 0 0;
  }
  .secDoctor .secDoctorIn .docMainArea .imgCol {
    width: min(47%, 478px);
  }
  .secDoctor .secDoctorIn .docMainArea .imgCol .photo {
    padding: 0 0 40px 0;
  }
  .secDoctor .secDoctorIn .docMainArea .imgCol .photo img {
    border-radius: 20px 50px 20px 50px;
  }
  .secDoctor .secDoctorIn .docMainArea .imgCol .historyBox .historyTitle {
    font-size: clamp(14px, 1.56vw, 20px);
    padding: 6px 0;
  }
  .secDoctor .secDoctorIn .docMainArea .imgCol .historyBox .historyData {
    font-size: clamp(14px, 1.17vw, 15px);
    padding: 18px 0;
    width: min(96%, 393px);
    margin: 0 auto;
  }
  .secDoctor .secDoctorIn .docMainArea .infoCol {
    width: min(52%, 1100px);
  }
  .secDoctor .secDoctorIn .docMainArea .infoCol .position {
    font-size: clamp(14px, 1.25vw, 16px);
  }
  .secDoctor .secDoctorIn .docMainArea .infoCol .name {
    font-size: clamp(21px, 2.73vw, 35px);
  }
  .secDoctor .secDoctorIn .docMainArea .infoCol .role {
    font-size: clamp(14px, 1.25vw, 16px);
    padding: 0 0 16px 0;
  }
  .secDoctor .secDoctorIn .docMainArea .infoCol .agree {
    font-size: clamp(14px, 1.25vw, 16px);
  }
}
.secPhilo {
  background: #F7FBFF;
}
.secPhilo .secPhiloIn .headArea .headCaption {
  color: #6095CC;
  font-weight: bold;
  line-height: 1.4;
}
.secPhilo .secPhiloIn .headArea .headContent {
  line-height: 1.8;
}
.secPhilo .secPhiloIn .listArea .listItem .titleRow .num {
  font-family: "Montserrat", sans-serif;
  color: #6095CC;
  font-weight: 600;
  line-height: 1.2;
}
.secPhilo .secPhiloIn .listArea .listItem .titleRow .title {
  color: #6095CC;
  font-weight: bold;
}
.secPhilo .secPhiloIn .listArea .listItem .titleRow .caption {
  line-height: 1.6;
}
.secPhilo .secPhiloIn .listArea .listItem .titleRow .linkWrap {
  display: flex;
  align-items: baseline;
}
.secPhilo .secPhiloIn .listArea .listItem .titleRow .linkWrap .link {
  font-weight: bold;
  text-decoration: underline;
}
.secPhilo .secPhiloIn .listArea .listItem .titleRow .linkWrap .arrow {
  background: url(../../shared/images/arrow_down_black.svg) center center no-repeat;
  aspect-ratio: 13/14;
  width: 13px;
}

@media only screen and (max-width: 767px) {
  .secPhilo {
    padding: 56px 0 0px 0;
  }
  .secPhilo .secPhiloIn .headArea {
    padding: 40px 0 32px 0;
  }
  .secPhilo .secPhiloIn .headArea .headCaption {
    font-size: clamp(14px, 6.15vw, 24px);
  }
  .secPhilo .secPhiloIn .headArea .headContent {
    font-size: clamp(14px, 3.85vw, 15px);
    padding: 6px 0 0 0;
  }
  .secPhilo .secPhiloIn .listArea .listItem {
    padding: 0 0 50px 0;
  }
  .secPhilo .secPhiloIn .listArea .listItem .imgCol {
    padding: 0 0 20px 0;
  }
  .secPhilo .secPhiloIn .listArea .listItem .imgCol img {
    border-radius: 50px 20px 50px 20px;
  }
  .secPhilo .secPhiloIn .listArea .listItem .titleRow .num {
    font-size: clamp(19px, 8.21vw, 32px);
  }
  .secPhilo .secPhiloIn .listArea .listItem .titleRow .title {
    font-size: clamp(14px, 4.62vw, 18px);
    padding: 0 0 16px 0;
  }
  .secPhilo .secPhiloIn .listArea .listItem .titleRow .caption {
    font-size: clamp(14px, 3.85vw, 15px);
    padding: 0 0 20px 0;
  }
  .secPhilo .secPhiloIn .listArea .listItem .titleRow .linkWrap {
    -moz-column-gap: 4px;
         column-gap: 4px;
  }
  .secPhilo .secPhiloIn .listArea .listItem .titleRow .linkWrap .link {
    font-size: clamp(14px, 3.85vw, 15px);
  }
}
@media print, screen and (min-width: 768px) {
  .secPhilo {
    padding: 100px 0 46px 0;
  }
  .secPhilo .secPhiloIn .headArea {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 50px 0 74px 0;
  }
  .secPhilo .secPhiloIn .headArea .headCaption {
    font-size: clamp(17px, 2.19vw, 28px);
    width: 32.7%;
  }
  .secPhilo .secPhiloIn .headArea .headContent {
    font-size: clamp(14px, 1.41vw, 18px);
    width: min(666%, 722px);
  }
  .secPhilo .secPhiloIn .listArea .listItem {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 50px 0;
  }
  .secPhilo .secPhiloIn .listArea .listItem .imgCol {
    width: min(29%, 310px);
  }
  .secPhilo .secPhiloIn .listArea .listItem .imgCol img {
    border-radius: 50px 20px 50px 20px;
  }
  .secPhilo .secPhiloIn .listArea .listItem .titleRow {
    width: min(68%, 747px);
  }
  .secPhilo .secPhiloIn .listArea .listItem .titleRow .num {
    font-size: clamp(23px, 2.97vw, 38px);
  }
  .secPhilo .secPhiloIn .listArea .listItem .titleRow .title {
    font-size: clamp(14px, 1.56vw, 20px);
    padding: 0 0 16px 0;
  }
  .secPhilo .secPhiloIn .listArea .listItem .titleRow .caption {
    font-size: clamp(14px, 1.17vw, 15px);
    padding: 0 0 20px 0;
  }
  .secPhilo .secPhiloIn .listArea .listItem .titleRow .linkWrap {
    -moz-column-gap: 4px;
         column-gap: 4px;
  }
  .secPhilo .secPhiloIn .listArea .listItem .titleRow .linkWrap .link {
    font-size: 14px;
  }
}
.secAccess .secAccessIn .accessMain .infoCol .dataList .dataItem {
  font-weight: bold;
}
.secAccess .secAccessIn .accessMain .infoCol .dataList .dataItem * {
  letter-spacing: 0.08em;
}
.secAccess .secAccessIn .accessMain .infoCol .dataList .dataItem .titleCol {
  color: #6095CC;
}
.secAccess .secAccessIn .accessMain .infoCol .contentTitle {
  color: #6095CC;
  border-bottom: solid 1px #6095CC;
  font-weight: bold;
  letter-spacing: 0.06em;
}
.secAccess .secAccessIn .accessMain .infoCol .timeTable {
  width: 100%;
  text-align: center;
  font-weight: bold;
  border: solid 1px #6095CC;
}
.secAccess .secAccessIn .accessMain .infoCol .timeTable .trHead td {
  background: #6095CC;
  color: #ffffff;
  border-right: solid 1px #ffffff;
  width: 25%;
}
.secAccess .secAccessIn .accessMain .infoCol .timeTable .trHead td:first-of-type {
  width: 50%;
}
.secAccess .secAccessIn .accessMain .infoCol .timeTable .trHead td:last-child {
  border-right: none;
}
.secAccess .secAccessIn .accessMain .infoCol .timeTable .trMain td {
  background: #ffffff;
  color: #6095CC;
  border-right: solid 1px #6095CC;
}
.secAccess .secAccessIn .accessMain .infoCol .timeTable .trMain td:last-child {
  border-right: none;
}
.secAccess .secAccessIn .accessMain .infoCol .linkArea .linkItem {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.secAccess .secAccessIn .accessMain .infoCol .linkArea .linkItem .text {
  color: #3E3A39;
  text-decoration: underline;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.secAccess .secAccessIn .accessMain .infoCol .linkArea .linkItem .arrow {
  background: url(../../shared/images/arrow_ext_black.svg) center center no-repeat;
  aspect-ratio: 1/1;
  width: 10px;
}
.secAccess .secAccessIn .accessMain .mapCol iframe {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .secAccess {
    padding: 56px 0 56px 0;
  }
  .secAccess .secAccessIn .accessMain {
    padding: 24px 0 0 0;
  }
  .secAccess .secAccessIn .accessMain .infoCol .dataList {
    padding: 0 0 20px 0;
  }
  .secAccess .secAccessIn .accessMain .infoCol .dataList .dataItem {
    display: flex;
    padding: 0 0 8px 0;
  }
  .secAccess .secAccessIn .accessMain .infoCol .dataList .dataItem .titleCol {
    font-size: clamp(14px, 4.1vw, 16px);
    width: 70px;
  }
  .secAccess .secAccessIn .accessMain .infoCol .dataList .dataItem .dataCol {
    font-size: clamp(14px, 4.1vw, 16px);
    width: calc(100% - 70px);
  }
  .secAccess .secAccessIn .accessMain .infoCol .contentTitle {
    font-size: clamp(14px, 4.1vw, 16px);
    padding: 0 0 4px 0;
    margin: 0 0 16px 0;
  }
  .secAccess .secAccessIn .accessMain .infoCol .timeTable {
    margin: 0 0 30px 0;
    font-size: 14px;
  }
  .secAccess .secAccessIn .accessMain .infoCol .timeTable .trHead td {
    padding: 5px 0;
    width: 30%;
  }
  .secAccess .secAccessIn .accessMain .infoCol .timeTable .trHead td:first-of-type {
    width: 40%;
  }
  .secAccess .secAccessIn .accessMain .infoCol .timeTable tr td {
    padding: 8px 0;
  }
  .secAccess .secAccessIn .accessMain .infoCol .linkArea {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 28px;
         column-gap: 28px;
    row-gap: 12px;
  }
  .secAccess .secAccessIn .accessMain .infoCol .linkArea .linkItem .text {
    font-size: clamp(14px, 1.17vw, 15px);
  }
  .secAccess .secAccessIn .accessMain .mapCol {
    padding: 30px 0 0 0;
  }
  .secAccess .secAccessIn .accessMain .mapCol iframe {
    height: 300px;
  }
}
@media print, screen and (min-width: 768px) {
  .secAccess {
    padding: 128px 0 120px 0;
  }
  .secAccess .secAccessIn .accessMain {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px 0 0 0;
  }
  .secAccess .secAccessIn .accessMain .infoCol {
    width: min(45%, 480px);
  }
  .secAccess .secAccessIn .accessMain .infoCol .dataList {
    padding: 0 0 20px 0;
  }
  .secAccess .secAccessIn .accessMain .infoCol .dataList .dataItem {
    display: flex;
    padding: 0 0 8px 0;
  }
  .secAccess .secAccessIn .accessMain .infoCol .dataList .dataItem .titleCol {
    font-size: clamp(14px, 1.56vw, 20px);
    width: clamp(60px, 19%, 90px);
  }
  .secAccess .secAccessIn .accessMain .infoCol .dataList .dataItem .dataCol {
    font-size: clamp(14px, 1.56vw, 20px);
    width: calc(100% - clamp(60px, 19%, 90px));
  }
  .secAccess .secAccessIn .accessMain .infoCol .contentTitle {
    font-size: clamp(14px, 1.72vw, 22px);
    padding: 0 0 8px 0;
    margin: 0 0 16px 0;
  }
  .secAccess .secAccessIn .accessMain .infoCol .timeTable {
    margin: 0 0 20px 0;
    font-size: 14px;
  }
  .secAccess .secAccessIn .accessMain .infoCol .timeTable .trHead td {
    padding: 5px 0;
  }
  .secAccess .secAccessIn .accessMain .infoCol .timeTable tr td {
    padding: 8px 0;
  }
  .secAccess .secAccessIn .accessMain .infoCol .linkArea {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 28px;
         column-gap: 28px;
    row-gap: 12px;
  }
  .secAccess .secAccessIn .accessMain .infoCol .linkArea .linkItem .text {
    font-size: clamp(14px, 1.17vw, 15px);
  }
  .secAccess .secAccessIn .accessMain .mapCol {
    width: min(54%, 585px);
  }
  .secAccess .secAccessIn .accessMain .mapCol iframe {
    height: 440px;
  }
}
.secContact {
  background: #F7FBFF;
}
.secContact .secContactIn .formArea {
  margin: 0 auto;
}
.secContact .secContactIn .formArea .inputBox .titleRow {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.secContact .secContactIn .formArea .inputBox .titleRow .titleText {
  font-weight: bold;
}
.secContact .secContactIn .formArea .inputBox .inputRow input[type=text],
.secContact .secContactIn .formArea .inputBox .inputRow input[type=email],
.secContact .secContactIn .formArea .inputBox .inputRow input[type=tel],
.secContact .secContactIn .formArea .inputBox .inputRow input[type=number],
.secContact .secContactIn .formArea .inputBox .inputRow input[type=date],
.secContact .secContactIn .formArea .inputBox .inputRow textarea {
  background: #ffffff;
  border-radius: 0px;
}
.secContact .secContactIn .formArea .inputBox .inputRow input[type=text]::-moz-placeholder, .secContact .secContactIn .formArea .inputBox .inputRow input[type=email]::-moz-placeholder, .secContact .secContactIn .formArea .inputBox .inputRow input[type=tel]::-moz-placeholder, .secContact .secContactIn .formArea .inputBox .inputRow input[type=number]::-moz-placeholder, .secContact .secContactIn .formArea .inputBox .inputRow input[type=date]::-moz-placeholder, .secContact .secContactIn .formArea .inputBox .inputRow textarea::-moz-placeholder {
  color: #9C9B9B;
  font-weight: bold;
}
.secContact .secContactIn .formArea .inputBox .inputRow input[type=text]::placeholder,
.secContact .secContactIn .formArea .inputBox .inputRow input[type=email]::placeholder,
.secContact .secContactIn .formArea .inputBox .inputRow input[type=tel]::placeholder,
.secContact .secContactIn .formArea .inputBox .inputRow input[type=number]::placeholder,
.secContact .secContactIn .formArea .inputBox .inputRow input[type=date]::placeholder,
.secContact .secContactIn .formArea .inputBox .inputRow textarea::placeholder {
  color: #9C9B9B;
  font-weight: bold;
}
.secContact .secContactIn .formArea .inputBox .inputRow input[type=text],
.secContact .secContactIn .formArea .inputBox .inputRow input[type=email],
.secContact .secContactIn .formArea .inputBox .inputRow input[type=tel],
.secContact .secContactIn .formArea .inputBox .inputRow input[type=number],
.secContact .secContactIn .formArea .inputBox .inputRow input[type=date] {
  width: min(100%, 400px);
}
.secContact .secContactIn .formArea .inputBox .inputRow textarea {
  width: 100%;
}
.secContact .secContactIn .formArea .inputBox .inputRow .noteBox {
  line-height: 1.9;
}
.secContact .secContactIn .formArea .inputBox .inputRow .noteBox * {
  line-height: 1.9;
}
.secContact .secContactIn .formArea .inputBox .inputRow .bottomText {
  color: #6095CC;
}
.secContact .secContactIn .formArea .policyText {
  text-align: center;
}
.secContact .secContactIn .formArea .policyLink {
  color: #6095CC;
  border-bottom: solid 1px #6095CC;
}
.secContact .secContactIn .formArea .submitButtonArea {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .secContact {
    padding: 56px 0 36px 0;
  }
  .secContact .secContactIn .formArea {
    padding: 40px 0 0 0;
  }
  .secContact .secContactIn .formArea .inputBox {
    padding: 0px 0 20px 0;
  }
  .secContact .secContactIn .formArea .inputBox .titleRow {
    -moz-column-gap: 6px;
         column-gap: 6px;
    padding: 10px 0 0 0;
  }
  .secContact .secContactIn .formArea .inputBox .titleRow .titleText {
    font-size: clamp(14px, 4.1vw, 16px);
  }
  .secContact .secContactIn .formArea .inputBox .inputRow {
    padding: 6px 0 6px 0;
  }
  .secContact .secContactIn .formArea .inputBox .inputRow input[type=text],
  .secContact .secContactIn .formArea .inputBox .inputRow input[type=email],
  .secContact .secContactIn .formArea .inputBox .inputRow input[type=tel],
  .secContact .secContactIn .formArea .inputBox .inputRow input[type=number],
  .secContact .secContactIn .formArea .inputBox .inputRow input[type=date],
  .secContact .secContactIn .formArea .inputBox .inputRow select,
  .secContact .secContactIn .formArea .inputBox .inputRow textarea {
    font-size: 16px;
    padding: 8px 12px;
  }
  .secContact .secContactIn .formArea .inputBox .inputRow .noteBox {
    font-size: 14px;
    padding: 0 0 34px 0;
  }
  .secContact .secContactIn .formArea .inputBox .inputRow .bottomText {
    font-size: clamp(14px, 3.85vw, 15px);
  }
}
@media print, screen and (min-width: 768px) {
  .secContact {
    padding: 100px 0 160px 0;
  }
  .secContact .secContactIn .formArea {
    padding: 60px 0 0 0;
  }
  .secContact .secContactIn .formArea .inputBox {
    padding: 0px 0 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .secContact .secContactIn .formArea .inputBox .titleRow {
    width: 120px;
    -moz-column-gap: 6px;
         column-gap: 6px;
    padding: 10px 0 0 0;
  }
  .secContact .secContactIn .formArea .inputBox .titleRow .titleText {
    font-size: clamp(14px, 1.25vw, 16px);
  }
  .secContact .secContactIn .formArea .inputBox .inputRow {
    width: min(100% - 120px, 840px);
    padding: 6px 0 6px 0;
  }
  .secContact .secContactIn .formArea .inputBox .inputRow input[type=text],
  .secContact .secContactIn .formArea .inputBox .inputRow input[type=email],
  .secContact .secContactIn .formArea .inputBox .inputRow input[type=tel],
  .secContact .secContactIn .formArea .inputBox .inputRow input[type=number],
  .secContact .secContactIn .formArea .inputBox .inputRow input[type=date],
  .secContact .secContactIn .formArea .inputBox .inputRow select,
  .secContact .secContactIn .formArea .inputBox .inputRow textarea {
    font-size: 16px;
    padding: 8px 12px;
  }
  .secContact .secContactIn .formArea .inputBox .inputRow input[type=text].short,
  .secContact .secContactIn .formArea .inputBox .inputRow input[type=email].short,
  .secContact .secContactIn .formArea .inputBox .inputRow input[type=tel].short,
  .secContact .secContactIn .formArea .inputBox .inputRow input[type=number].short,
  .secContact .secContactIn .formArea .inputBox .inputRow input[type=date].short,
  .secContact .secContactIn .formArea .inputBox .inputRow select.short,
  .secContact .secContactIn .formArea .inputBox .inputRow textarea.short {
    width: min(50%, 500px);
  }
  .secContact .secContactIn .formArea .inputBox .inputRow .noteBox {
    font-size: clamp(14px, 1.25vw, 16px);
    padding: 0 0 34px 0;
  }
  .secContact .secContactIn .formArea .inputBox .inputRow .bottomText {
    font-size: clamp(14px, 1.25vw, 16px);
  }
}
.secFaq .secFaqIn .faqMain .faqList {
  background: #F7FBFF;
  border-radius: 20px;
}
.secFaq .secFaqIn .faqMain .faqList .questionRow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #6095CC;
  border-radius: 100px;
  color: #ffffff;
  font-weight: bold;
  cursor: pointer;
}
.secFaq .secFaqIn .faqMain .faqList .questionRow .arrow {
  background: url(../images/faq_arrow.svg) center center;
  background-size: contain;
  aspect-ratio: 1/1;
  transition: transform 0.4s;
}
.secFaq .secFaqIn .faqMain .faqList .answerRow {
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.4s, max-height 0.4s;
}
.secFaq .secFaqIn .faqMain .faqList .answerRow .answerRowIn {
  display: flex;
}
.secFaq .secFaqIn .faqMain .faqList .answerRow .answerRowIn .answerHead {
  font-weight: bold;
}
.secFaq .secFaqIn .faqMain .faqList .answerRow .answerRowIn .answerText {
  letter-spacing: 0.04em;
  line-height: 1.8;
}
.secFaq .secFaqIn .faqMain .faqList .answerRow .answerRowIn .answerText * {
  letter-spacing: 0.04em;
  line-height: 1.8;
}
.secFaq .secFaqIn .faqMain .faqList .answerRow .answerRowIn .answerText .strong {
  font-weight: bold;
}
.secFaq .secFaqIn .faqMain .faqList .answerRow .answerRowIn .answerText .link {
  color: #6095CC;
  text-decoration: underline;
}
.secFaq .secFaqIn .faqMain .faqList .answerRow .answerRowIn .answerText .boxText .boxTitle {
  font-weight: bold;
}
.secFaq .secFaqIn .faqMain .faqList.on .questionRow .arrow {
  transform: rotateX(180deg);
}
.secFaq .secFaqIn .faqMain .faqList.on .answerRow {
  max-height: 2000px;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .secFaq {
    padding: 56px 0 24px 0;
  }
  .secFaq .secFaqIn .faqMain {
    padding: 40px 0 0 0;
  }
  .secFaq .secFaqIn .faqMain .faqList {
    margin: 0 0 16px 0;
  }
  .secFaq .secFaqIn .faqMain .faqList .questionRow {
    padding: 10px 10px;
  }
  .secFaq .secFaqIn .faqMain .faqList .questionRow .head {
    width: 24px;
    font-size: clamp(14px, 3.85vw, 15px);
  }
  .secFaq .secFaqIn .faqMain .faqList .questionRow .title {
    width: calc(100% - 24px - 10px);
    font-size: clamp(14px, 3.85vw, 15px);
  }
  .secFaq .secFaqIn .faqMain .faqList .questionRow .arrow {
    width: 18px;
  }
  .secFaq .secFaqIn .faqMain .faqList .answerRow .answerRowIn {
    padding: 16px 10px 16px;
  }
  .secFaq .secFaqIn .faqMain .faqList .answerRow .answerRowIn .answerHead {
    width: 24px;
    font-size: clamp(14px, 3.85vw, 15px);
  }
  .secFaq .secFaqIn .faqMain .faqList .answerRow .answerRowIn .answerText {
    width: calc(100% - 24px - 10px);
    font-size: clamp(14px, 3.85vw, 15px);
  }
  .secFaq .secFaqIn .faqMain .faqList .answerRow .answerRowIn .answerText .boxText {
    padding: 0 0 16px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .secFaq {
    padding: 120px 0 100px 0;
  }
  .secFaq .secFaqIn .faqMain {
    padding: 50px 0 0 0;
  }
  .secFaq .secFaqIn .faqMain .faqList {
    margin: 0 0 25px 0;
  }
  .secFaq .secFaqIn .faqMain .faqList .questionRow {
    padding: 10px 20px;
  }
  .secFaq .secFaqIn .faqMain .faqList .questionRow .head {
    width: 30px;
    font-size: clamp(14px, 1.25vw, 16px);
  }
  .secFaq .secFaqIn .faqMain .faqList .questionRow .title {
    width: calc(100% - 30px - 10px);
    font-size: clamp(14px, 1.25vw, 16px);
  }
  .secFaq .secFaqIn .faqMain .faqList .questionRow .arrow {
    width: 21px;
  }
  .secFaq .secFaqIn .faqMain .faqList .answerRow .answerRowIn {
    padding: 24px 20px 24px;
  }
  .secFaq .secFaqIn .faqMain .faqList .answerRow .answerRowIn .answerHead {
    width: 30px;
    font-size: clamp(14px, 1.25vw, 16px);
  }
  .secFaq .secFaqIn .faqMain .faqList .answerRow .answerRowIn .answerText {
    width: calc(100% - 30px - 10px);
    font-size: clamp(14px, 1.25vw, 16px);
  }
  .secFaq .secFaqIn .faqMain .faqList .answerRow .answerRowIn .answerText .boxText {
    padding: 0 0 16px 0;
  }
}/*# sourceMappingURL=style.css.map */