@import url("font.css");
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* 共通パーツ */
.wrap {
  display: flex;
  align-items: flex-start;
}
.details-text {
  text-align: right;
  transform: translatey(-40px);
  font-size: 12px;
  color: #989898;
  font-weight: 400;
}
.space-top {
  margin-top: 3em;
}
.ver2 .secWrapper {
  border-bottom: none;
}
.ver2 .comModEleLarge {
  line-height: 2;
  font-size: 16px;
}
.ver2 .comLink {
  position: relative;
  background-image: none;
}
.ver2 .comLink::before {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 10px;
  background-image: url(../image/module/down-arrow-green.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 13px;
  height: 14px;
}

.ver2 .comBorder > .dColumn .comHeadingLinkNormal a {
  font-size: 16px;
  color: #353535;
}


.related-information {
	padding: 26px 0 60px;
	background: #ffffff;
}

.related-information h2 {
	margin: 0 0 18px;
	color: #222222;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}

.related-link-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 8px;
}

.related-link-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 190px;
	padding: 24px 15px 36px;
	border: 1px solid #dadedf;
	border-radius: 8px;
	background: #ffffff;
	color: #222222;
	text-decoration: none;
	transition: background-color 0.2s;
}

.related-link-card:link,
.related-link-card:visited,
.related-link-card:focus,
.related-link-card:hover,
.related-link-card:active {
	color: #222222;
	text-decoration: none;
}

.related-link-card strong {
	display: block;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.55;
}

.related-link-card span {
	display: block;
	margin-top: 8px;
	color: #777777;
	font-size: 12px;
	line-height: 1.55;
}

.related-link-card::after {
	content: "";
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 12px;
	height: 14px;
	background: url(/open/image/module/down-arrow-red.png) center / contain no-repeat;
}

.related-link-card:hover {
	background: #fffafa;
}

@media only screen and (max-width: 768px) {
	.related-information {
		padding: 32px 0 36px;
	}

	.related-information h2 {
		margin-bottom: 16px;
		font-size: 20px;
	}

	.related-link-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.related-link-card {
		min-height: 150px;
		padding: 20px 18px 32px;
	}

	.related-link-card strong {
		font-size: 14px;
	}

	.related-link-card span {
		font-size: 11px;
	}

	.related-link-card::after {
		right: 8px;
		bottom: 8px;
		width: 8px;
		height: 10px;
	}
}

@media only screen and (max-width: 480px) {
	.related-link-card {
		min-height: 128px;
	}
}


.ver2 .comBorder > .dColumn {
  border-color: #dadedf;;
}

.ver2 .ulTab.tab-top li a span {
  background-image: url(../image/module/ico_arrow_down_v2-top.png);
  background-position: center top;
  padding: 28px 0 16px;
}

.contents.requirements-contents {
  margin-bottom: 10px;
}

body.course_certification .ver2 .dText p {
  text-align: center;
}
/* h2header */
.ver2 .comHeading02 {
  font-weight: 700;
}
.ver2 .comHeading05--wide {
  background-color: transparent;
  margin-bottom: 0;
}
.ver2 .comHeading05--wide:before {
  border-top: none;
  background-image: url(../image/module/heading2-decoration01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 93px;
  height: 26px;
  left: calc(50% - 46.5px);
  top: -5px;
}
.ver2 .sec02 .comHeading05--wide:before,
.ver2 .sec03 .comHeading05--wide:before {
  background-image: url(../image/module/heading2-decoration03.png);
}
.ver2 .comHeading05--wide:after {
  content: none;
}
.ver2 .comHeading05--wide h2 {
  color: #353535;
  font-weight: 700;
}
.ver2 .comHeadingLinkNormal + p {
  font-size: 12px;
  color: #989898;
  margin-top: 4px;
}

/* h4header */
h4 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.merit-contents {
  margin-bottom: 0 !important;
}

.bk-white {
  background-color: #ffffff;
}
.merit-contents .bk-white {
  text-align: center;
  margin: 0 auto;
  padding: 30px 30px 0px;
  border-radius: 10px;
}
.merit-contents img {
  width: 372px;
  height: 285px;
  object-fit: contain;
}
.merit-contents {
  font-size: 20px;
  font-weight: 700;
}
.merit-contents:not(:first-child) {
  margin-top: 20px;
}
.merit-contents:first-child {
  margin-bottom: 40px !important;
}
.ver2 .bk-color-text {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  background-color: #175aa2;
  padding: 16px 20px 13px;
  text-align: center;
  border-radius: 10px;
}
.ver2 .center-text {
  display: block;
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  margin: 24px 0;
  min-height: auto;
  color: inherit;
}
.ver2 .comHeading02 span {
  box-shadow: 0 -5px #175aa2 inset;
}
.ver2 .comHeading02 span:before {
  border-top: 5px solid #175aa2;
}
.ver2 .comHeading02 span:after {
  border-bottom: 5px solid #175aa2;
}
.ver2 .ulTab li a, .ver2  .ulTab li > span,
.ver2 .ulTabPlus li a,
.ver2 .ulTabPlus li > span {
  color: #00a496;
  background-color: #ffffff;
  border: solid 1px #00a496;
  border-radius: 4px;
  min-height: 104px;
}
.ver2 .ulTab li a span,
.ver2 .ulTab li > span span,
.ver2 .ulTabPlus li a span,
.ver2 .ulTabPlus li > span span {
  background-image: url("../image/module/ico_arrow_down_v2.png");
  padding: 16px 0 28px;
  font-weight: 700;
  background-size: 24px;
}
.ver2 ul:last-child,
.ver2 ol:last-child,
.ver2 dl:last-child {
  gap: 10px;
}
.ver2 .ulTab.com4Col,
.ver2 .ulTabPlus.com4Col {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.ver2 .ulTab.com4Col li,
.ver2 .ulTabPlus.com4Col li {
  width: 100%;
}
.ver2 .ulTab.com3Col,
.ver2 .ulTabPlus.com3Col {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.ver2 .ulTab.com3Col li,
.ver2 .ulTabPlus.com3Col li {
  width: 100%;
}
.ver2 .ulTab.com3Col.tab-top li a {
  padding: 10px 5px 0px;
  min-height: 84px;
}

.sec01 {
  padding: 64px 20px !important;
}

.bk-blue {
  background-color: #f5faff;
}

.sec02 {
  padding: 64px 20px !important;
}
.secgreenWrapper {
  background-color: #f7fdfd;
}

.secgreenWrapper .bk-color-text {
  display: block;
  background-color: #43b2a9;
}

.flex-list-clm02 ul.item-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}

.flex-list-clm02 .item-list h3 {
    background-color: #43b2a9;
    color: #ffffff;
    padding: 1px;
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
}

.requirements-contents .bk-white {
  padding: 40px 75px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.requirements-contents h3 {
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  padding-bottom: 30px;
}

.requirements-contents.contents01 li {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}
.requirements_num__item {
  display: inline-block;
  position: relative;
  font-size: 32px;
  font-weight: 400;
  color: #00a496;
  transform: translate(10px, 50px);
}

.requirements_num__item::before {
  position: absolute;
  content: "";
  background-image: url(../image/module/heading3-decoration-circle.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 93px;
  height: 93px;
  left: calc(50% - 46px);
  bottom: calc(50% - 46px);
}

.lite-wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
  gap:10px;
}
.lite-wrap p {
  margin-bottom: 0;
  font-size: 16px;
  color: #353535;
}
.line-item {
  content: "";
  display: block;
  background-color: #dadedf;
  width: 100%;
  height: 1px;
  flex:1;
}

.flex-list-clm02 h4 {
  text-align: left;
  font-size: 16px;
  margin-bottom: 0px;
}

.note-text {
  color: #989898;
  font-size: 12px;
}


.flex-list-clm02 h4 .note-text {
  margin-left: 10px;
}

.note-item {
  display: inline-block;
  color: #989898;
  font-size: 8px;
  transform: translateY(-5px);
}

.block_note-item {
  display: block;
}

.num-item {
  font-size: 16px;
  color: #a50000;
}

.mark-text {
  display: inline-block;
  font-weight: 700;
  font-size: 12px;
  color: #ffffff;
  margin-left: 3px;
  background-color: #666666;
  border-radius: 2px;
  padding: 3px;
  min-width: 18px;
  min-height: 18px;
  line-height: 1;
  text-align: center;
}

.flex-list-clm02 .contents-list {
  font-size: 15px;
  margin-left: 13px;
}




/* table */

table.table-contents {
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}

table.table-contents tr th {
  background-color: #43b2a9;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  padding: 1px;
  text-align: center;
}

table.table-contents tr td {
  font-size: 16px;
  text-align: center;
  background-color: #f5f5f5;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  padding: 11px;
}

/* sec03 */
.sec03 p {
  font-size: 16px;
  line-height: 2;
}

.bk-red {
  background-color: #fcf4f4;
}

.bk-red .bk-color-text {
  background-color: #a50000;
}

/* .point-contents {
  position: relative;
  text-align: center;
  padding: 0 40px 40px;
  margin-bottom: 40px;
}

.point-deco {
  font-size: 150px;
  text-align: center;
  font-weight: 500;
  color: #ffffff;
  line-height: 0.75em;
}

.point-contents .center {
  font-size: 24px;
  font-weight: 700;
  margin-top: -82px;
}
.point-contents img {
  width: 767px;
  height: 138px;
}
.sec03 .details-text {
  display: block;
  padding: 30px;
  text-align: right;
  transform: translatey(0px);
} */

/* banner */
.left_img_banner {
  position: relative;
  background-color: #ffffff;
}

.left_img_banner::before {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 10px;
  background-image: url(../image/module/down-arrow-green.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 13px;
  height: 14px;
}

.left_img_banner a {
  display: grid;
  grid-template-columns: 30% 1fr;
  align-items: center;
}
.banner-text {
  padding: 40px 60px;
  color: #353535;
}
.banner-text h3 {
  font-size: 20px;
}
.banner-text p {
  font-size: 16px;
}

.info-list__item {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.info-list__item li {
  position: relative;
  text-align: center;
  background-color: #ffffff;
}
.info-list__item li::before {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 10px;
  background-image: url(../image/module/down-arrow-red.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 13px;
  height: 14px;
}
.ver2 .sec03 .center-text {
  margin-top: 0;
}

.info-list__item li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 20px;
  color: #b25959;
  border: 1px solid #dadedf;
  padding: 35px 0;
  line-height: 1.2;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s;
}

.info-list__item li small {
  font-size: 16px;
}

@media screen and (min-width: 769px) {
  .info-list__item li a:hover {
    border-color: #b25959;
    background: #b25959;
    color: #ffffff;
    text-decoration: none;
  }
  .info-list__item li:hover::before {
    background-image: url(/open/image/module/down-arrow-wine.png);
    filter: grayscale(1) brightness(0) invert(1);
  }
}


.ver2 .secWrapper .dProfileColumns {
  background-color: #ffffff;
  padding: 40px;
  border-radius: 10px;
  border: solid 1px #dadedf;
}

.ver2 .secWrapper .dProfileColumns__column--text .comArrow {
  font-size: 24px;
  color: #353535;
  background-color: transparent;
  border-bottom: 4px dotted #175aa2;
  text-align: left;
  padding-left: 0;
  font-weight: 700;
}
.secWrapper .dProfileColumns--normal .dProfileColumns__column--text .comArrow:before,
.secWrapper .dProfileColumns--normal .dProfileColumns__column--text .comArrow:after {
  content: none;
}
.secWrapper .dProfileColumns--reverse .dProfileColumns__column--text .comArrow:before,
.secWrapper .dProfileColumns--reverse .dProfileColumns__column--text .comArrow:after {
  content: none;
}


.ver2 .comTile03.comBtnList.comBorderR > .dColumn a {
  position: relative;
}

.ver2 .comTile03.comBtnList.comBorderR > .dColumn a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.comTile03.comBtnList.comBorderR > .ico_pamphlet.dColumn a::before {
  background-image: url(../image/module/base-g.png);
}
.comTile03.comBtnList.comBorderR > .ico_entrance.dColumn a::before {
  background-image: url(../image/module/base-b.png);
}
.comTile03.comBtnList.comBorderR > .ico_inquiry.dColumn a::before {
  background-image: url(../image/module/base-o.png);
}

.comTile03.comBtnList.comBorderR.column_grid03 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}

.comTile03.comBtnList.comBorderR.column_grid03 > .dColumn {
  width: 100%;
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}


.ver2 .secWrapper .dProfileColumns__column--img .pProfile span {
  font-size: 18px;
  color: #175aa2;
}

.ver2 .comTile03.comBtnList.comBorderR > .dColumn .comHeadingLinkNormal {
  position: relative;
  color: #ffffff;
  font-weight: 700;
  padding: 35px 0px 35px 50px;
  z-index: 2;
  margin-bottom: 10px;
}

.secbtn-banner img {
  position: absolute;
  top: 17px;
  left: 24px;

}
.ico_pamphlet img {
  width: 60px;
  height: 76px;
  top: calc(50% - 38px);
}
.ico_entrance img {
  width: 77px;
  height: 64px;
  top: calc(50% - 32px);
}
.ico_inquiry img {
  width: 66px;
  height: 70px;
  top: calc(50% - 35px);
}

.ver2 .comTile03.comBtnList.comBorderR > .dColumn p {
  color: #989898;
  background-color: transparent;
  font-size: 12px;
  padding: 0;
}

.ProfileColumns_btn {
  display: none;
}

.action-link-section {
    padding: 60px 0;
    background: #ffffff;
}
@media only screen and (max-width: 768px) {
    .action-link-section {
        padding: 44px 0 52px;
    }
}

@media screen and (max-width: 768px) {
  .comHeading02 {
    font-size: 2.4rem;
  }
  .ver2 .dText p {
    font-size: 1.6rem;
  }
  .ver2 .ulTab.com3Col, .ver2 .ulTabPlus.com3Col {
    grid-template-columns: 1fr 1fr;
  }
  .ver2 .comPageLink {
    margin-top: 0 !important;
  }
  .ver2 .ulTab li a, .ver2 .ulTab li > span,
  .ver2 .ulTabPlus li a, .ver2 .ulTabPlus li > span,
  .ver2 .ulTab.com3Col.tab-top li a {
    min-height: 64px;
    text-align: left;
    padding: 0 5px;
  }
  .ver2 .center-text {
    margin: 11px 0;
  }
  .ver2 .comHeading05--wide {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .ver2 .sec01 .comHeading05--wide {
    margin-bottom: 15px !important;
  }
  .ver2 .comHeading05--wide:before {
    width: 49px;
    height: 21.5px;
    left: calc(50% - 5.5px);
    top: -25px;
  }
  .ver2 .comHeading05--wide h2 {
    font-size: 24px;
  }
  .ver2 .center-text.sp-left {
    text-align: left;
  }
  .ver2 .bk-color-text {
    font-size: 18px;
    padding: 5px 20px 5px;
    min-height: 25px;
  }
  .requirements-contents .bk-white {
    padding: 15px 20px;
  }
  .requirements-contents h3 {
    font-size: 19px;
    padding-left: 40px;
    padding-bottom: 10px;
  }
  .requirements_num__item {
    font-size: 22.5px;
    transform: translate(9px, 40px);
  }
  .requirements_num__item::before {
    width: 65.5px;
    height: 65.5px;
    left: calc(50% - 32.5px);
    bottom: calc(50% - 32.5px);
  }
  .flex-list-clm02 ul.item-list {
    grid-template-columns: 1fr;
  }
  .details-text {
    text-align: left;
    transform: translatey(0px);
  }
  .merit-contents .bk-white {
    padding: 20px 15px 20px;
  }
  .sec01 {
    padding: 54px 0 24px !important;
  }
  .sec02 {
    padding: 44px 0 !important;
  }
  .info-list__item {
    grid-template-columns: 1fr 1fr;
  }
  .left_img_banner {
    border-radius: 10px;
  }
  .left_img_banner a {
    grid-template-columns: 44% 1fr;
  }
  .left_img_banner img {
    border-radius: 10px 0 0 10px;
  }
  .banner-text {
    padding: 4px 10px;
  }
  .banner-text h3 {
    font-size: 18px;
  }
  .banner-text p {
    font-size: 15px;
    line-height: 1.5;
  }
  .Btn-listWrapper {
    padding: 20px 0 !important;
  }
  body.course_certification .ver2 .dText p.sp-left {
    text-align: left;
  }
  .ver2 .ulTab li a span,
  .ver2 .ulTab li > span span,
  .ver2 .ulTabPlus li a span,
  .ver2 .ulTabPlus li > span span,
  .ver2 .ulTab.tab-top li a span {
    background-size: 15px;
    background-position: center right;
    padding: 3px 0 3px;
  }
  .merit-contents img{
    height: 100%;
  }
  .merit-contents h4 {
    font-size: 16px;
  }
  .bk-red {
    padding: 50px 0 !important;
  }
  .sec03 h4 {
    font-size: 16px;
  }
  .info-list__item li a {
    font-size: 18px;
    padding: 20.5px 0;
  }
  .info-list__item li small {
    font-size: 15px;
  }
  .info-list__item li::before,
  .left_img_banner::before,
  .ver2 .comLink::before {
    width: 10px;
    height: 8px;
    right: 4px;
    bottom: 7px;
  }
  .Btn-listWrapper .space-top {
    margin-top: 0;
  }
  .ver2 .secWrapper .dProfileColumns {
    padding: 20px;
  }
  .ver2 .secWrapper .dProfileColumns__column--img .pProfile span {
    font-size: 18px;
  }
  .ver2 .secWrapper .dProfileColumns__column--text .comArrow {
    font-size: 18px;
    border-width: 2px;
    padding: 0 0 15px;
  }
  .ver2 .comBP480 > .dColumn {
    margin-top: 8px !important;
  }
  .ver2 .comHeadingLinkNormal + p {
    font-size: 13px;
  }
  .ver2 .comHeadingLinkNormal {
    font-size: 18px;
  }
  .ver2 .comTile03.comBtnList.comBorderR.column_grid03 {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .ver2 .comTile03.comBtnList.comBorderR > .dColumn {
    width: 100% !important;
  }
  .ver2 .comTile03.comBtnList.comBorderR > .dColumn a::before {
    background-size: cover;
  }
  .ver2 .comTile03.comBtnList.comBorderR > .dColumn p {
    text-align: left !important;
  }
  .secbtn-banner .dBannerArea img {
    position: unset;
  }
}

@media only screen and (max-width: 640px) {
  .ver2 tr th, table tr td {
    display: table-cell;
  }
  .ver2 table tr{
    display: table-row !important;
  }
  table.table-contents tr th {
    font-size: 16px;
  }
  table.table-contents tr th:nth-child(1) {
    width: 35%;
  }
  table.table-contents tr th:nth-child(2) {
    width: 30%;
  }
  table.table-contents tr td {
    padding: 5px;
    line-height: 1.2;
  }
  .secWrapper .dProfileColumns__column--img .pProfile {
    font-size: 15px !important;
  }
  .secWrapper .dProfileColumns--normal .dProfileColumns__column--img {
    margin-bottom: 10px;
    margin-right: 0 !important;
  }
  .ProfileColumns_btn {
    display: none;
    position: relative;
    color: #00a496;
    font-weight: 700;
    font-size: 16px;
    background-color: #ffffff;
    border: solid 1px #00a496;
    width: 100%;
    text-align: left;
    padding: 10px 30px;
  }
  .ProfileColumns_btn::before {
    content: "";
    position: absolute;
    background-image: url(../image/module/ico_arrow_down_v2.png);
    font-weight: 700;
    background-size: contain;
    width: 21px;
    height: 21px;
    background-repeat: no-repeat;
    right: 10px;
    top: calc(50% - 10px);
  }
  .ProfileColumns_btn-fin::before {
    transform: rotate(180deg);
  }

  .dProfileColumns__column--text_item {
      position: relative;
  }
  .dProfileColumns__column--text_item.collapsed::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(transparent, #fff);
    pointer-events: none;
  }
  .ProfileColumns_btn {
    display: block;
  }
}