@charset "UTF-8";
@import url("//fonts.googleapis.com/css2?family=Urbanist:wght@100..900&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
/*
font-family: $font-gothic;
300 400 500 700
*/
/*
font-family: $font-min;
300 400 500 600 700
*/
/*
font-family: $font-en;
300 400 600
*/
/*@include font-gothic();*/
/*@include font-min();*/
/*@include font-en();*/
/*
$c_primary:#1C4B96;
*/
/*@include incImg100();*/
/*@include incSmooth();*/
/*@include dropshadow;*/
/*@include boxshadow;*/
/*@include fs();*/
/*@include btm();*/
/*-- Anchor Setting --
	.anchorPoint:before {
    content: "";
    display: block;
    height: 120px;
    margin-top: -120px;
    visibility: hidden;
}
@media only screen and (max-width: $break-sp) {
	.anchorPoint:before {
    height: 90px;
    margin-top: -90px;
}
}
*/
/*-- HEAD --*/
.head01 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  min-height: 104px;
  margin-bottom: 52px;
  padding-top: 70px;
  position: relative;
}
.head01 .img {
  position: absolute;
  left: 0;
  top: 20px;
  width: 74px;
  z-index: 3;
}
.head01 .ja {
  color: #00A0E9;
  display: block;
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 2;
  line-height: 1.8;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.25;
  padding-left: 84px;
  max-width: 90%;
}
@media only screen and (max-width: 960px) {
  .head01 .ja {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
.head01 .ja.white {
  color: #FFF;
}
.head01 .ja .mini {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 2;
  line-height: 1.8;
}
@media only screen and (max-width: 960px) {
  .head01 .ja .mini {
    font-size: 20px;
    font-size: 2rem;
  }
}
.head01 .en {
  color: #CBEFFF;
  font-family: "Urbanist", sans-serif;
  font-size: 120px;
  font-size: 12rem;
  line-height: 2;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  white-space: nowrap;
}
@media only screen and (max-width: 960px) {
  .head01 .en {
    font-size: 102px;
    font-size: 10.2rem;
  }
}
.head01 .en.white {
  color: rgba(255, 255, 255, 0.8);
}

.head02 {
  border-bottom: 1px solid #00A0E9;
  color: #00405D;
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 2;
  line-height: 1.8;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.65;
  margin-bottom: 32px;
  padding-bottom: 24px;
  padding-left: 12px;
  position: relative;
}
@media only screen and (max-width: 960px) {
  .head02 {
    font-size: 20px;
    font-size: 2rem;
  }
}
.head02:after {
  background-color: #00A0E9;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  content: "";
  display: inline-block;
  width: 8px;
  height: 9px;
  position: absolute;
  bottom: -5px;
  left: 0;
}
.head02.white {
  border-color: #FFF;
}
.head02.white:after {
  background-color: #FFF;
}
.head02.noBdr {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.head02.noBdr:after {
  display: none;
}

@media only screen and (max-width: 960px) {
  .head01 {
    align-items: flex-start;
    min-height: 74px;
    margin-bottom: 24px;
    padding-top: 32px;
    position: relative;
  }
  .head01 .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 46px;
  }
  .head01 .ja {
    font-size: 24px;
    padding-left: 60px;
    max-width: 100%;
  }
  .head01 .ja .mini {
    font-size: 14px;
  }
  .head01 .en {
    font-size: 60px;
    font-weight: 600;
  }
  .head02 {
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 12px;
  }
  .head02:after {
    width: 6px;
    height: 7px;
  }
  .head02.white {
    border-color: #FFF;
  }
  .head02.white:after {
    background-color: #FFF;
  }
  .head02.noBdr {
    border-bottom: none;
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  .head02.noBdr:after {
    display: none;
  }
}
/*-- TABLE --*/
.cmnTbl01 {
  background: #FFF;
  border-radius: 20px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.02);
  padding: 40px 60px 60px;
}
.cmnTbl01 table {
  border-collapse: collapse;
  width: 100%;
}
.cmnTbl01 table tr {
  border-bottom: 2px solid #E6E6E6;
}
.cmnTbl01 table th,
.cmnTbl01 table td {
  vertical-align: top;
  padding: 24px 12px;
  text-align: left;
}
.cmnTbl01 table th {
  color: #000;
  font-weight: 600;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
.cmnTbl01 table th:after {
  background: #00A0E9;
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.cmnTbl01 table td {
  font-weight: normal;
  padding-left: 24px;
}
.cmnTbl01.sizeS table th,
.cmnTbl01.sizeS table td {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2;
  line-height: 1.6;
  padding: 10px 15px;
}
@media only screen and (max-width: 960px) {
  .cmnTbl01.sizeS table th,
  .cmnTbl01.sizeS table td {
    font-size: 10px;
    font-size: 1rem;
  }
}

/*
.cmnTbl02 {
table {
border-collapse: collapse;
border: 1px solid #B1C1D4;
border-top: none;
width: 100%;
tr {
border-top: 1px solid #B1C1D4;
}
th, td {
font-weight: 500;
padding: 20px;
text-align: left;
}
th {
background: #CED7E6;
text-align: center;
}
td {
font-weight: normal;
}
}
&.sizeS {
table {
th, td {
@include fs(12);
line-height: 1.6;
padding: 10px 15px;
}
}
}
}
*/
@media only screen and (max-width: 960px) {
  .cmnTbl01 {
    border-radius: 12px;
    padding: 16px 5vw 24px;
  }
  .cmnTbl01 table th,
  .cmnTbl01 table td {
    font-size: 14px;
    line-height: 1.45;
    padding: 16px 8px;
    vertical-align: top;
  }
  .cmnTbl01 table th {
    width: 30%;
  }
  .responsiveTbl.cmnTbl01 {
    padding: 12px 7.5vw 24px;
  }
  .responsiveTbl.cmnTbl01 table tr,
  .responsiveTbl.cmnTbl01 table th,
  .responsiveTbl.cmnTbl01 table td {
    border: none;
    display: block;
    width: 100%;
  }
  .responsiveTbl.cmnTbl01 table th {
    font-weight: 600;
    padding: 12px 0 12px;
  }
  .responsiveTbl.cmnTbl01 table th:after {
    height: 1px;
    bottom: -1px;
  }
  .responsiveTbl.cmnTbl01 table td {
    padding: 12px 0 12px;
  }
  .scrollTbl {
    width: 100%;
    overflow-x: auto;
  }
  .scrollTbl table {
    width: 900px;
  }
}
/*-- BUTTON --*/
.cmnBtn {
  display: flex;
  flex-wrap: wrap;
}
.cmnBtn li {
  margin: 0 8px;
}
.cmnBtn li a {
  background: url("/assets/img/common/icon_hexagon.svg") right 32px center no-repeat #00A0E9;
  background-size: 16px auto;
  border: 2px solid #FFF;
  border-radius: 44px;
  box-shadow: 0px 10px 16px -5px rgba(0, 0, 0, 0.2);
  color: #FFF;
  display: inline-block;
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
  font-weight: 500;
  line-height: 1.5;
  min-width: 360px;
  padding: 16px 20px 16px 0px;
  position: relative;
  text-decoration: none;
  transition: 0.2s;
}
@media only screen and (max-width: 960px) {
  .cmnBtn li a {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.cmnBtn li a:hover {
  background: url("/assets/img/common/icon_hexagon-b.svg") right 32px center no-repeat #fff;
  background-size: 16px auto;
  color: #00A0E9;
  border: 2px solid #00A0E9;
}
.cmnBtn li.blank a {
  padding-right: 52px;
}
.cmnBtn li.blank a:after {
  border: none;
  background: url("/assets/img/common/icon_blank.png") center center no-repeat;
  background-size: 13px auto;
  top: 50%;
  right: 20px;
  margin-top: -7px;
  width: 13px;
  height: 13px;
  transform: rotate(0deg);
}
.cmnBtn li.download a {
  padding-right: 50px;
}
.cmnBtn li.download a:after {
  border: none;
  background: url("/assets/img/common/icon_dl.png") center center no-repeat;
  background-size: 13px auto;
  top: 50%;
  right: 20px;
  margin-top: -8px;
  width: 13px;
  height: 15px;
  transform: rotate(0deg);
}
.cmnBtn li.anchor a:after {
  transform: rotate(135deg);
}
.cmnBtn.flexCenter {
  justify-content: center;
}
.cmnBtn.flexRight {
  justify-content: flex-end;
}
.cmnBtn.clm4 li {
  width: calc((100% - 36px) / 4);
}
.cmnBtn.clm4 li:nth-child(4n) {
  margin-right: 0;
}
.cmnBtn.clm4 li a {
  display: flex;
  align-items: center;
  height: 100%;
}
.cmnBtn.clm3 li {
  width: calc((100% - 24px) / 3);
}
.cmnBtn.clm3 li:nth-child(3n) {
  margin-right: 0;
}
.cmnBtn.clm3 li a {
  display: flex;
  align-items: center;
  height: 100%;
}
.cmnBtn.clm2 {
  justify-content: space-between;
}
.cmnBtn.clm2 li {
  margin-right: 0;
  width: calc((100% - 16px) / 2);
}
.cmnBtn.clm2 li a {
  display: flex;
  align-items: center;
  height: 100%;
}
.cmnBtn.sizeS a,
.cmnBtn .sizeS a {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  padding: 6px 20px 6px 20px;
}
@media only screen and (max-width: 960px) {
  .cmnBtn.sizeS a,
  .cmnBtn .sizeS a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.cmnBtn.sizeL a,
.cmnBtn .sizeL a {
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
  padding: 16px 30px 16px 30px;
}
@media only screen and (max-width: 960px) {
  .cmnBtn.sizeL a,
  .cmnBtn .sizeL a {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.cmnBtn.sizeXL a,
.cmnBtn .sizeXL a {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 2;
  line-height: 1.8;
  padding: 20px 30px 20px 30px;
}
@media only screen and (max-width: 960px) {
  .cmnBtn.sizeXL a,
  .cmnBtn .sizeXL a {
    font-size: 20px;
    font-size: 2rem;
  }
}
.cmnBtn.bold a,
.cmnBtn .bold a {
  font-weight: 600;
}
.cmnBtn.textCenter a,
.cmnBtn .textCenter a {
  display: flex;
  justify-content: center;
}
.cmnBtn.mediumBtn {
  min-width: 310px;
}
.cmnBtn.mediumBtn li {
  min-width: 310px;
}
.cmnBtn.mediumBtn a {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.06em;
  line-height: 1.5;
  padding: 18px 20px 20px 20px;
}
@media only screen and (max-width: 960px) {
  .cmnBtn.mediumBtn a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.linkList li a {
  padding: 14px 0 10px;
  margin: 5px 0 5px;
  text-decoration: none;
  transition: 0.5s;
}
.linkList li a .title {
  line-height: 1.7;
  margin-top: -4px;
  transition: 0.3s;
  width: calc(100% - 8em);
}
.linkList li a .title .pdf {
  color: #9FA0A0;
  font-family: "Urbanist", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
}
@media only screen and (max-width: 960px) {
  .linkList li a .title .pdf {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.linkList li a .title .pdf:before {
  background: url("../img/common/icon_pdf.svg") center center no-repeat;
  background-size: 18px 20px;
  content: "";
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  height: 20px;
  width: 18px;
}
.linkList li a .title .newWin:before {
  font-family: "Font Awesome 6 Free";
  color: #00A0E9;
  content: "\f08e";
  display: inline-block;
  font-size: 11px;
  font-weight: 900;
  margin: 0 0 0 8px;
  vertical-align: 1px;
}
.linkList li a:hover {
  background: rgba(255, 255, 255, 0);
}
.linkList li a:hover .date,
.linkList li a:hover .title {
  color: #00A0E9;
}

.textLink {
  color: #00A0E9;
  font-weight: 500;
  transition: 0.2s;
}
.textLink:hover {
  color: #00A0E9;
}

@media (min-width: 960px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media only screen and (max-width: 960px) {
  .cmnBtn li {
    margin: 0 0 12px 0;
  }
  .cmnBtn li a {
    line-height: 1.5;
    padding: 16px 40px 16px 30px;
    min-width: 260px;
  }
  .cmnBtn li a:after {
    right: 16px;
    top: calc(50% - 12px);
  }
  .cmnBtn li.noLink > span {
    line-height: 1.4;
    padding: 8px 30px 8px 20px;
  }
  .cmnBtn li.blank a {
    padding-right: 42px;
  }
  .cmnBtn li.blank a:after {
    right: 12px;
  }
  .cmnBtn li.download a {
    padding-right: 40px;
  }
  .cmnBtn li.download a:after {
    right: 12px;
  }
  .cmnBtn.spFlexLeft {
    justify-content: flex-start;
  }
  .cmnBtn.spFlexCenter {
    justify-content: center;
  }
  .cmnBtn.spFlexRight {
    justify-content: flex-end;
  }
  .cmnBtn.clm4 li {
    width: calc((100% - 24px) / 4);
  }
  .cmnBtn.clm3 li {
    width: calc((100% - 16px) / 3);
  }
  .cmnBtn.clm2 li {
    width: calc((100% - 8px) / 2);
  }
  .cmnBtn.spClm4 li {
    width: calc((100% - 24px) / 4);
  }
  .cmnBtn.spClm4 li:nth-child(4n) {
    margin-right: 0;
  }
  .cmnBtn.spClm4 li a {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .cmnBtn.spClm3 li {
    width: calc((100% - 16px) / 3);
  }
  .cmnBtn.spClm3 li:nth-child(3n) {
    margin-right: 0;
  }
  .cmnBtn.spClm3 li a {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .cmnBtn.spClm2 {
    justify-content: space-between;
  }
  .cmnBtn.spClm2 li {
    margin-right: 0;
    width: calc((100% - 8px) / 2);
  }
  .cmnBtn.spClm2 li a {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .cmnBtn.spClm1 li {
    margin-right: 0;
    width: 100%;
  }
  .cmnBtn.sizeS a,
  .cmnBtn .sizeS a {
    font-size: 11px;
    font-size: 1.1rem;
    padding: 6px 24px 6px 10px;
  }
  .cmnBtn.sizeL a,
  .cmnBtn .sizeL a {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 12px 30px 12px 20px;
  }
  .cmnBtn.sizeXL a,
  .cmnBtn .sizeXL a {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 16px 30px 16px 20px;
  }
  .linkList li a {
    text-decoration: underline;
    padding: 10px 0 6px;
    margin: 5px 0 5px;
  }
  .linkList li a .title {
    font-size: 13px;
  }
  .linkList li a .title .pdf {
    font-size: 12px;
  }
  .linkList li a .title .pdf:before {
    background: url("../img/common/icon_pdf.svg") center center no-repeat;
    background-size: 16px 18px;
    content: "";
    display: inline-block;
    margin: 0 7px;
    vertical-align: middle;
    height: 18px;
    width: 16px;
  }
  .linkList li a .title .newWin:before {
    background: url("../img/common/icon_newwin.svg") center center no-repeat;
    background-size: 15px 15px;
    content: "";
    display: inline-block;
    margin: 0 7px;
    vertical-align: -3px;
    height: 15px;
    width: 15px;
  }
  .linkList li a:hover {
    background: rgba(255, 255, 255, 0);
  }
  .linkList li a:hover .date,
  .linkList li a:hover .title {
    color: #00A0E9;
  }
}
/*-- LIST --*/
.indList li {
  line-height: 1.8;
  margin-top: 4px;
  text-indent: -1em;
  padding-left: 1em;
}
.indList.sizeS li {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2;
  line-height: 1.8;
  margin-top: 5px;
}
@media only screen and (max-width: 960px) {
  .indList.sizeS li {
    font-size: 10px;
    font-size: 1rem;
  }
}

.circleList li {
  line-height: 1.8;
  margin-top: 7px;
  padding-left: 18px;
  position: relative;
}
.circleList li:before {
  color: #1E61A4;
  content: "●";
  display: inline-block;
  font-size: 10px;
  font-size: 1rem;
  line-height: 2;
  line-height: 1;
  position: absolute;
  top: 10px;
  left: 0;
}
@media only screen and (max-width: 960px) {
  .circleList li:before {
    font-size: 10px;
    font-size: 1rem;
  }
}

/*
.numList {
padding-left: 1.3em;
li {
list-style: decimal;
line-height: 1.8;
margin-top: 7px;
}
}
*/
@media only screen and (max-width: 960px) {
  .circleList li {
    line-height: 1.5;
    padding-left: 15px;
  }
  .circleList li:before {
    font-size: 7px;
    left: 0px;
    top: 6px;
  }
}
/*-- OTHER --*/
.cmnFlex {
  display: flex;
  justify-content: space-between;
}
.cmnFlex.reverse {
  flex-direction: row-reverse;
}
.cmnFlex.aiCenter {
  align-items: center;
}

.cmnBox {
  background: #FFF;
  border-radius: 8px;
  padding: 50px;
}
.cmnBox.cGray {
  background: #E9ECF0;
}
.cmnBox.cPrimary {
  border: 3px solid #2070B0;
}
.cmnBox.cLBdr {
  border-radius: 4px;
  overflow: hidden;
  padding: 40px 50px;
  position: relative;
}
.cmnBox.cLBdr:after {
  border-left: 6px solid;
  -o-border-image: linear-gradient(rgb(47, 161, 216), rgb(5, 53, 151)) 1;
     border-image: linear-gradient(rgb(47, 161, 216), rgb(5, 53, 151)) 1;
  content: "";
  height: 100%;
  width: 6px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.cmnBox.kadomaru {
  border-radius: 10px;
}
.cmnBox.cmnBoxMini {
  margin: 0 auto;
  max-width: 1000px;
  padding: 30px 50px;
}

.pnavi {
  padding: 40px 20px;
  text-align: center;
}
.pnavi .page-numbers {
  background-color: #E5E5E5;
  border: 2px solid #E5E5E5;
  border-radius: 100%;
  color: #00A0E9;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: "Urbanist", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
  font-weight: 600;
  margin: 0 2px;
  text-decoration: none;
  transition: 0.2s;
  height: 64px;
  width: 64px;
}
@media only screen and (max-width: 960px) {
  .pnavi .page-numbers {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.pnavi .page-numbers:hover, .pnavi .page-numbers.current {
  background-color: #00A0E9;
  border: 2px solid #00A0E9;
  color: #FFF;
}
.pnavi .next,
.pnavi .prev {
  border-color: #00A0E9;
  background-color: #FFF;
  margin: 0 16px;
}

.imgCaptionList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 20px;
}
.imgCaptionList li {
  margin-bottom: 24px;
  width: calc(33.3333% - 28px);
}
.imgCaptionList li .img {
  display: block;
  width: 100%;
}
.imgCaptionList li .img.imgBg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /*
  border-radius: 8px;
  */
  height: 21vw;
  max-height: 250px;
  overflow: hidden;
}
.imgCaptionList li .caption {
  padding: 24px 0 0;
}
.imgCaptionList.clm2 li {
  margin-bottom: 60px;
  width: calc(50% - 24px);
}
.imgCaptionList.clm2 li:nth-child(2n) {
  margin-right: 0;
}
.imgCaptionList.clm2 li .img {
  display: block;
  width: 100%;
}
.imgCaptionList.clm2 li .img.imgBg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /*
  border-radius: 8px;
  */
  height: 27.3vw;
  max-height: 320px;
  overflow: hidden;
}

.numList {
  counter-reset: listnum;
  list-style: none;
  margin: 0 auto;
  position: relative;
}
.numList:after {
  background: #A7A7A7;
  content: "";
  display: block;
  height: 100%;
  width: 3px;
  position: absolute;
  top: 0;
  left: calc(50% - 2px);
  bottom: 0;
}
.numList li {
  background: #FFF;
  border: 3px solid #2E9ED6;
  border-radius: 6px;
  list-style: none;
  padding: 24px 24px 24px 48px;
  margin-bottom: 32px;
  position: relative;
  z-index: 2;
}
.numList li:before {
  background: #2E9ED6;
  border-radius: 100%;
  counter-increment: listnum;
  content: counter(listnum, decimal-leading-zero);
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.1em;
  height: 60px;
  width: 60px;
  position: absolute;
  top: calc(50% - 30px);
  left: -30px;
}
@media only screen and (max-width: 960px) {
  .numList li:before {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.numList li:nth-child(1) {
  border-color: #69BAE3;
}
.numList li:nth-child(1):before {
  background: #69BAE3;
}
.numList li:nth-child(2) {
  border-color: #55B2DF;
}
.numList li:nth-child(2):before {
  background: #55B2DF;
}
.numList li:nth-child(3) {
  border-color: #42ABDC;
}
.numList li:nth-child(3):before {
  background: #42ABDC;
}
.numList li:nth-child(4) {
  border-color: #2FA3DA;
}
.numList li:nth-child(4):before {
  background: #2FA3DA;
}
.numList li:nth-child(5) {
  border-color: #257DC7;
}
.numList li:nth-child(5):before {
  background: #257DC7;
}
.numList li:nth-child(6) {
  border-color: #2A73B1;
}
.numList li:nth-child(6):before {
  background: #2A73B1;
}
.numList li:nth-child(7) {
  border-color: #1D639F;
}
.numList li:nth-child(7):before {
  background: #1D639F;
}
.numList li:nth-child(8) {
  border-color: #1D639F;
}
.numList li:nth-child(8):before {
  background: #1D639F;
}
.numList li:nth-child(9) {
  border-color: #345AA8;
}
.numList li:nth-child(9):before {
  background: #345AA8;
}
.numList li:nth-child(10) {
  border-color: #2D53A0;
}
.numList li:nth-child(10):before {
  background: #2D53A0;
}
.numList li:nth-child(11) {
  border-color: #234180;
}
.numList li:nth-child(11):before {
  background: #234180;
}
.numList li .cmnFlex {
  margin: 0 auto;
  max-width: 780px;
}
.numList li .cmnFlex .hd {
  color: #2E9ED6;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-bottom: 12px;
}
@media only screen and (max-width: 960px) {
  .numList li .cmnFlex .hd {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.accBox01 {
  background: #FFF;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.accBox01:after {
  border-left: 6px solid #00A0E9;
  content: "";
  height: 100%;
  width: 6px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.accBox01 > dt {
  cursor: pointer;
  padding: 28px 50px;
  position: relative;
  transition: 0.2s;
}
.accBox01 > dt:hover {
  opacity: 0.7;
}
.accBox01 > dt .arrow {
  transition: 0.3s;
  position: absolute;
  top: calc(50% - 7px);
  right: 50px;
  display: inline-block;
  width: 18.6px;
  height: 10.8px;
}
.accBox01 > dt .arrow::before,
.accBox01 > dt .arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 1.5px);
  width: 3px;
  height: 14px;
  border-radius: 9999px;
  background-color: #00A0E9;
  transform-origin: 50% calc(100% - 1.5px);
}
.accBox01 > dt .arrow::before {
  transform: rotate(45deg);
}
.accBox01 > dt .arrow::after {
  transform: rotate(-45deg);
}
.accBox01 > dt.accOn .arrow {
  transform: rotate(-180deg);
}
.accBox01 > dd {
  display: none;
  padding: 28px 50px;
}

.tabArea {
  display: block;
}
.tabArea ul.tabNav {
  border-bottom: 2px solid #1C4B96;
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0 8px;
}
.tabArea ul.tabNav li {
  background-color: #E0E0E0;
  border-radius: 6px 6px 0 0;
  letter-spacing: 0.03em;
  line-height: 1;
  text-align: center;
  width: calc(50% - 8px);
  transition: 0.3s;
}
.tabArea ul.tabNav li span {
  cursor: pointer;
  display: block;
  padding: 16px;
  letter-spacing: 0.1em;
  position: relative;
  transition: 0.3s;
  z-index: 10;
}
.tabArea ul.tabNav li:hover {
  background-color: #00A0E9;
}
.tabArea ul.tabNav li:hover span {
  color: #FFF;
}
.tabArea ul.tabNav li.active {
  background-color: #00A0E9;
  color: #FFF;
  cursor: default;
}
.tabArea ul.tabNav li.active span {
  cursor: default;
}
.tabArea .tabBox {
  display: none;
}
.tabArea .tabBox.active {
  display: block;
}

.anchorListBox {
  background: #FFF;
  padding: 32px 54px 40px;
}
.anchorListBox .pageList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.anchorListBox .pageList li {
  display: flex;
  width: 48.5%;
}
.anchorListBox .pageList li a {
  border-bottom: 1px solid #BFBFBF;
  display: flex;
  align-items: center;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.45;
  padding: 16px 28px 16px 4px;
  position: relative;
  text-decoration: none;
  transition: 0.2s;
  width: 100%;
}
@media only screen and (max-width: 960px) {
  .anchorListBox .pageList li a {
    font-size: 10px;
    font-size: 1rem;
  }
}
.anchorListBox .pageList li a:after {
  background: #DCE0EB;
  border-radius: 100%;
  content: "";
  display: flex;
  height: 22px;
  width: 22px;
  position: absolute;
  right: 0;
  top: calc(50% - 8px);
  transition: 0.2s;
}
.anchorListBox .pageList li a:before {
  background: url("/assets/img/common/arrow_r2.svg") center center no-repeat;
  background-size: 7px auto;
  content: "";
  display: flex;
  height: 22px;
  width: 22px;
  position: absolute;
  right: 0;
  top: calc(50% - 8px);
  transition: 0.2s;
  z-index: 2;
  transform: rotate(90deg);
}
.anchorListBox .pageList li a:hover {
  color: #00A0E9;
}
.anchorListBox .pageList li a:hover:after {
  transform: scale(1.5);
}

.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

.whiteBox3Clm {
  margin-bottom: 80px;
}
.whiteBox3Clm ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.whiteBox3Clm ul:after {
  content: "";
  display: block;
  width: 31.3333%;
  max-width: 376px;
}
.whiteBox3Clm ul li {
  background: #FFF;
  border-radius: 12px;
  padding: 40px 24px;
  width: 31.3333%;
}
.whiteBox3Clm ul li > dl dt {
  color: #00A0E9;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 2;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media only screen and (max-width: 960px) {
  .whiteBox3Clm ul li > dl dt {
    font-size: 20px;
    font-size: 2rem;
  }
}
.whiteBox3Clm ul li > dl dd {
  border-left: 2px solid #DEF0FF;
  padding: 4px 0 4px 12px;
}
.whiteBox3Clm ul li > dl dd p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.02em;
  line-height: 1.55;
}
@media only screen and (max-width: 960px) {
  .whiteBox3Clm ul li > dl dd p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.whiteBox3Clm ul li .cmnBtn {
  padding-top: 24px;
}
.whiteBox3Clm ul li .cmnBtn li {
  padding: 0;
  width: 100%;
}
.whiteBox3Clm ul li .cmnBtn li a {
  min-width: 100%;
  width: 100%;
}

@media only screen and (max-width: 960px) {
  .cmnFlex {
    display: block;
  }
  .cmnFlex > div {
    margin-bottom: 25px;
    position: relative;
  }
  .cmnFlex > div:after {
    content: attr(data-txt);
    color: rgba(0, 0, 0, 0.18);
    display: block;
    font-family: "Urbanist", sans-serif;
    font-size: 55px;
    font-size: 5.5rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.01em;
    position: absolute;
    top: -55px;
    left: auto;
    right: 10px;
    z-index: 2;
  }
  .cmnBox {
    padding: 20px 5vw 1px;
  }
  .cmnBox.cLBdr {
    padding: 20px 5vw 1px calc(5vw + 5px);
  }
  .cmnBox.cLBdr:after {
    border-left: 5px solid;
  }
  .cmnBox.cmnBoxMini {
    max-width: auto;
    max-width: none;
    padding: 20px 5vw 1px;
  }
  .pnavi {
    padding: 20px 0 50px;
  }
  .pnavi .page-numbers {
    font-size: 14px;
    height: 40px;
    width: 40px;
  }
  .imgCaptionList {
    display: block;
  }
  .imgCaptionList li {
    margin-bottom: 40px;
    width: 100%;
  }
  .imgCaptionList li .img {
    display: block;
    width: 100%;
  }
  .imgCaptionList li .img.imgBg {
    /*
    border-radius: 6px;
    */
    height: 60vw;
    max-height: auto;
    max-height: none;
    overflow: hidden;
  }
  .imgCaptionList li .caption {
    padding: 24px 0 0;
  }
  .imgCaptionList.clm2 li {
    margin-bottom: 40px;
    width: 100%;
  }
  .imgCaptionList.clm2 li:nth-child(2n) {
    margin-right: 0;
  }
  .imgCaptionList.clm2 li .img {
    display: block;
    width: 100%;
  }
  .imgCaptionList.clm2 li .img.imgBg {
    /*
    border-radius: 8px;
    */
    height: 60vw;
    max-height: auto;
    max-height: none;
    overflow: hidden;
  }
  .numList li {
    padding: 6vw 7.5vw 3.5vw 7.5vw;
    margin-bottom: 36px;
  }
  .numList li:before {
    height: 50px;
    width: 50px;
    top: -25px;
    left: -25px;
  }
  .numList li .cmnFlex {
    max-width: 100%;
  }
  .numList li .cmnFlex > div {
    margin-bottom: 0;
    padding-bottom: 16px;
  }
  .numList li .cmnFlex > div.wfull {
    margin-bottom: 0;
    padding-bottom: 16px;
  }
  .numList li .cmnFlex .hd {
    margin-bottom: 4px;
  }
  .accBox01:after {
    border-left-width: 5px;
    width: 5px;
  }
  .accBox01 > dt {
    padding: 20px 5vw 20px calc(5vw + 5px);
  }
  .accBox01 > dt .arrow {
    top: calc(50% - 5px);
    right: 5vw;
    width: 14px;
    height: 10px;
  }
  .accBox01 > dt .arrow::before,
  .accBox01 > dt .arrow::after {
    left: calc(50% - 1.5px);
    width: 2px;
    height: 10px;
    transform-origin: 50% calc(100% - 1.5px);
  }
  .accBox01 > dd {
    padding: 20px 5vw 20px calc(5vw + 5px);
  }
  .tabArea ul.tabNav {
    padding: 0 4px;
  }
  .tabArea ul.tabNav li {
    border-radius: 4px 4px 0 0;
    font-size: 13px;
    width: calc(50% - 4px);
  }
  .tabArea ul.tabNav li span {
    letter-spacing: 0.04em;
  }
  .anchorListBox {
    padding: 4px 2.5vw 12px;
  }
  .anchorListBox .pageList li {
    width: 48.5%;
  }
  .anchorListBox .pageList li a {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2;
    letter-spacing: -0.02em;
    line-height: 1.45;
    padding: 14px 20px 14px 4px;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .anchorListBox .pageList li a {
    font-size: 10px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 960px) {
  .anchorListBox .pageList li a:after {
    height: 18px;
    width: 18px;
    top: calc(50% - 6px);
  }
  .anchorListBox .pageList li a:before {
    background: url("/assets/img/common/arrow_r2.svg") center center no-repeat;
    background-size: 6px auto;
    height: 18px;
    width: 18px;
    top: calc(50% - 6px);
  }
  .whiteBox3Clm {
    margin-bottom: 40px;
  }
  .whiteBox3Clm ul {
    display: block;
  }
  .whiteBox3Clm ul li {
    margin-bottom: 20px;
    padding: 24px 6vw;
    width: 100%;
  }
  .whiteBox3Clm ul li:last-child {
    margin-bottom: 0;
  }
  .whiteBox3Clm ul li > dl dt {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .whiteBox3Clm ul li > dl dd p {
    font-size: 13px;
    line-height: 1.65;
  }
  .whiteBox3Clm ul li .cmnBtn {
    padding-top: 16px;
  }
  .whiteBox3Clm ul li .cmnBtn li {
    padding: 0;
    width: 100%;
  }
  .whiteBox3Clm ul li .cmnBtn li a {
    min-width: 100%;
    width: 100%;
  }
}
/*  /////////////////////////////////////////////////
Responsive LandScape 
*//*# sourceMappingURL=compo.css.map */