@charset "utf-8";

/* ==================================================
main
================================================== */
/* heading
================================================== */
#tmp_heading {
    padding: 8px 0 60px;
    background: url("/shared/site_shigakango/images/main/heading_bg.png") no-repeat center;
    background-size: contain;
}
#tmp_heading_ttl {
    position: relative;
    margin: 0 auto 60px;
    max-width: 706px;
    overflow: hidden;
}
#tmp_heading_ttl h1 {
    background-image: url("/shared/site_shigakango/images/main/logo.png");
    background-repeat: no-repeat;
    background-size: 706px auto;
    padding: 66px 0;
    text-indent: -9999px;
}
#tmp_heading_ttl .sub_txt {
    position: absolute;
    z-index: -1;
    overflow: hidden;
    font-size: 1.2rem;
    left: -1001%;
}
#tmp_heading .heading_pr {
    background: url("/shared/site_shigakango/images/main/heading_cnt_bg.png") no-repeat center 20px;
    background-size: 100% auto;
    padding-top: 32.5%;
    position: relative;
}
#tmp_heading .heading_pr .heading_pr_inner {
    width: 51.8%;
    max-width: 524px;
    position: absolute;
    z-index: 2;
    top: 7px;
    left: 40%;
    display: flex;
}
#tmp_heading .heading_pr .heading_pr_inner .heading_pr_img {
    width: 34.7%;
}
#tmp_heading .heading_pr .heading_pr_inner .heading_pr_txt {
    width: 65.3%;
    padding: 12px 0 0 22px;
}
#tmp_heading .heading_nursing_txt {
    position: relative;
    color: #ab545e;
    background-color: transparent;
    font-size: 150%;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 45px;
}
#tmp_heading .heading_nursing_txt::before {
    content: "";
    width: 25px;
    height: 22px;
    background: url("/shared/site_shigakango/images/main/ttl_icon.svg") no-repeat center / contain;
    display: inline-block;
    margin: 3px 22px 0 0;
    vertical-align: text-top;
}
#tmp_heading .heading_nursing_txt br {
    display: none;
}

/* shigakango_anchor_link */
#tmp_heading .shigakango_anchor_link {
    list-style: none;
    display: flex;
    gap: 15px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
    font-size: 137.5%;
    font-weight: bold;
}
#tmp_heading .shigakango_anchor_link li {
    width: 300px;
}
#tmp_heading .shigakango_anchor_link li a {
    display: block;
    background-color: #ffffff;
    color: #3372CA;
    text-align: center;
    text-decoration: none;
    padding: 24px 11px;
    border-top: 4px solid #F6BDC3;
    border-bottom: 4px solid #54C2F0;
    border-right: 4px solid #54C2F0;
    border-left: 4px solid #F6BDC3;
    border-radius: 4px;
    position: relative;
}
#tmp_heading .shigakango_anchor_link li a::before {
    content: "";
    display: block;
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    width: 18px;
    height: 12px;
    background-color: #F6BDC3;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* shigakango
================================================== */
.box_shigakango {
    padding: 0 0 45px;
}
.box_shigakango_ttl {
    padding: 72px 40px 120px;
}
.box_shigakango_ttl h2 {
    padding-left: calc(55% - 3px);
    padding-bottom: 3px;
    background: url(/shared/site_shigakango/images/main/guidebook_ttl.png) no-repeat;
    background-size: calc(50% + 40px) auto;
}
.box_shigakango_ttl span {
    display: inline-block;
    max-width: 374px;
    width: 100%;
    height: 99px;
    background: url(/shared/site_shigakango/images/main/gudebook_icon.png) no-repeat;
    background-size: 100% auto;
    text-indent: -9999px;
}
.box_shigakango_cnt {
    padding: 0 19px;
}
.box_shigakango_cnt h3 {
    font-size: 162.5%;
    padding-left: 20px;
    line-height: 1.2;
    border-left: 6px solid #00C1D2;
    margin: 0 0 54px 20px;
}
/* sec_item */
.wrap_sec_item {
    display: flex;
}
.sec_item {
    background-color: #ffffff;
    color: inherit;
}
.sec_item_ttl {
    border-bottom: 2px solid #ec7582;
    margin-bottom: 22px;
    padding-bottom: 16px;
}
.sec_item_ttl h4 {
    font-size: 162.5%;
    margin: 0 0 14px;
}
.sec_item_ttl .type_target {
    font-size: 87.5%;
    line-height: 1.2;
    display: inline-block;
    border: 1px solid #007b86;
    padding: 8px 6px 9px;
    color: #007b86;
    background-color: transparent;
}
.sec_item .item_img {
    margin: 0 auto 30px;
}
.sec_item .item_explanation {
    padding: 0 0 14px;
}
.sec_item .item_explanation p,
.sec_item .item_explanation li {
    margin: 0 0 13px;
    font-size: 100%;
    line-height: 1.5;
}
.sec_item .item_file {
    max-width: 274px;
    margin: 0 auto;
}
.sec_item .item_file .file_btn {
    margin-top: 16px;
    text-align: center;
    font-weight: bold;
    line-height: 1.2;
}
.sec_item .item_file .file_btn a {
    text-decoration: none;
    display: flex;
	justify-content: center;
	align-items: center;
    border-radius: 50px;
    min-height: 50px;
    width: 100%;
    border: 2px solid;
    position: relative;
    color: #ffffff;
    padding: 5px 40px;
}
.furigana_on .sec_item .item_file .file_btn a {
    display: block;
}
.sec_item .item_file .file_btn.pink a {
    border-color: #ab545e;
    background-color: #ab545e;
}
.sec_item .item_file .file_btn.blue a {
    border-color: #007b86;
    background-color: #007b86;
}
.sec_item .item_file .file_btn a::before {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    background-color: #ffffff;
    border-radius: 50%;
    position: absolute;
    right: 9px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 2;
}
.sec_item .item_file .file_btn a::after {
    content: "";
    display: block;
    width: 8px;
    height: 9px;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    position: absolute;
    right: 18px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 3;
}
.sec_item .item_file .file_btn.pink a::after {
    background-color: #ec7582;
}
.sec_item .item_file .file_btn.blue a::after {
    background-color: #00c1d2;
}
.sec_item .item_file .file_btn a:hover {
    background-color: #ffffff;
}
.sec_item .item_file .file_btn.pink a:hover {
    color: #ab545e;
}
.sec_item .item_file .file_btn.blue a:hover {
    color: #007b86;
}

/* guidebook
================================================== */
#tmp_shigakango_guidebook {
    background-color: #F0F0F0;
    color: inherit
}
#tmp_shigakango_guidebook .box_shigakango_ttl p {
    display: inline-block;
}
#tmp_shigakango_guidebook .wrap_sec_item {
    gap: 18px;
    margin-bottom: 90px;
}
#tmp_shigakango_guidebook .sec_item {
    padding: 27px;
}
#tmp_shigakango_guidebook .wrap_sec_item .sec_item {
    width: calc(33.333333% - 12px);
}
#tmp_shigakango_guidebook .col2 {
    display: flex;
    gap: 18px;
    margin-bottom: 90px;
}
#tmp_shigakango_guidebook .col2 .col2L,
#tmp_shigakango_guidebook .col2 .col2R {
    display: block;
    width: calc(50% - 9px);
    margin: 0;
    float: none;
}
#tmp_shigakango_guidebook .box_shigakango_cnt .col2 h3 {
    margin-left: 0;
}
#tmp_shigakango_guidebook .sec_item .item_img {
    max-width: 216px;
}
#tmp_shigakango_guidebook .sec_item .item_explanation p,
#tmp_shigakango_guidebook .sec_item .item_explanation li {
    position: relative;
    margin: 0 -7px;
    padding-left: 16px;
    margin-bottom: 0.8em;
    list-style: none;
}
#tmp_shigakango_guidebook .sec_item .item_explanation p::before,
#tmp_shigakango_guidebook .sec_item .item_explanation li::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-color: #00C1D2;
    position: absolute;
    top: 8px;
    left: 0;
}

/* movie
================================================== */
#tmp_shigakango_movie {
    background-color: #D7E8EA;
    color: inherit
}
#tmp_shigakango_movie .box_shigakango_ttl h2{
    padding-left: calc(45% - 7px);
    background-image: url(/shared/site_shigakango/images/main/pr_movie_ttl.png);
    background-size: calc(40% + 37px) auto;
}
#tmp_shigakango_movie .box_shigakango_ttl span {
    display: inline-block;
    background-image: url(/shared/site_shigakango/images/main/pr_movie_icon.png);
}
#tmp_shigakango_movie .wrap_sec_item {
    gap: 28px;
}
#tmp_shigakango_movie .sec_item {
    padding: 33px;
}
#tmp_shigakango_movie .wrap_sec_item {
    gap: 28px;
    flex-wrap:wrap;
    margin-bottom: 90px;
}
#tmp_shigakango_movie .wrap_sec_item .sec_item {
    width: calc(50% - 14px);
    margin-bottom: 16px;
}
#tmp_shigakango_movie .explanation_txt {
    line-height: 1.7;
    font-size: 112.5%;
    padding-left: 30px;
    margin-bottom: 68px;
}
#tmp_shigakango_movie .sec_item_ttl h4 {
    margin-bottom: 0;
}

/* video_link_btn
================================================== */
.video_link_btn {
    text-align: center;
    margin: 0 auto 55px;
}
.video_link_btn a {
    display: inline-block;
    background-color: #ffffff;
    color: #3372ca;
    font-size: 125%;
    font-weight: bold;
    text-decoration: none;
    padding: 24px 32px;
    border-top: 4px solid #F6BDC3;
    border-bottom: 4px solid #54C2F0;
    border-right: 4px solid #54C2F0;
    border-left: 4px solid #F6BDC3;
    border-radius: 4px;
    position: relative;
}
.video_link_btn a::before {
    content: "";
    display: block;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    width: 12px;
    height: 18px;
    background-color: #F6BDC3;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* ==================================================
hover
================================================== */
#tmp_heading .shigakango_anchor_link li a,
.sec_item .item_file .file_btn a,
.video_link_btn a{
    transition: all 0.3s ease-in-out;
}
#tmp_heading .shigakango_anchor_link li a:hover,
.sec_item .item_file .file_btn a:hover,
.video_link_btn a:hover {
    transform: scale(1.05);
}

/* ==================================================
fadeIn
================================================== */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: 1s;
  transition: 1s;
}
.no_javascript .fadeIn {
    opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.fadePop {
    opacity: 0;
}
.fadePop.is-show {
    -webkit-animation-name: fadePop;
            animation-name: fadePop;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    opacity: 1;
}
@-webkit-keyframes fadePop {
    0% {
      opacity: 0;
      -webkit-transform: scale(0.8);
              transform: scale(0.8);
    }
    75% {
      opacity: 1;
      -webkit-transform: scale(1.02);
              transform: scale(1.02);
    }
    85% {
      opacity: 1;
      -webkit-transform: scale(0.98);
              transform: scale(0.98);
    }
    100% {
      opacity: 1;
      -webkit-transform: scale(1);
              transform: scale(1);
    }
}
@keyframes fadePop {
    0% {
      opacity: 0;
      -webkit-transform: scale(0.8);
              transform: scale(0.8);
    }
    75% {
      opacity: 1;
      -webkit-transform: scale(1.02);
              transform: scale(1.02);
    }
    85% {
      opacity: 1;
      -webkit-transform: scale(0.98);
              transform: scale(0.98);
    }
    100% {
      opacity: 1;
      -webkit-transform: scale(1);
              transform: scale(1);
    }
}
@-webkit-keyframes fadePop {
    0% {
      opacity: 0;
      -webkit-transform: scale(0.8);
              transform: scale(0.8);
    }
    75% {
      opacity: 1;
      -webkit-transform: scale(1.02);
              transform: scale(1.02);
    }
    85% {
      opacity: 1;
      -webkit-transform: scale(0.98);
              transform: scale(0.98);
    }
    100% {
      opacity: 1;
      -webkit-transform: scale(1);
              transform: scale(1);
    }
}
.no_javascript .fadePop {
    opacity: 1;
}


/* ==================================================
accessibility style change:color
================================================== */
.color_blue #tmp_wrap_main img,
.color_black #tmp_wrap_main img,
.color_yellow #tmp_wrap_main img {
    background-color: #ffffff !important;
}
.color_blue #tmp_wrap_main h1,
.color_black #tmp_wrap_main h1,
.color_yellow #tmp_wrap_main h1,
.color_blue #tmp_wrap_main h2,
.color_black #tmp_wrap_main h2,
.color_yellow #tmp_wrap_main h2 {
    border: none !important;
    padding: 0
}
.color_blue .box_shigakango,
.color_black .box_shigakango,
.color_yellow .box_shigakango,
.color_blue .sec_item,
.color_black .sec_item,
.color_yellow .sec_item {
    border: 1px solid;
}
.color_blue #tmp_shigakango_movie,
.color_black #tmp_shigakango_movie,
.color_yellow #tmp_shigakango_movie {
    border-top: none !important;
}
.color_blue #tmp_heading .shigakango_anchor_link li a::before,
.color_black #tmp_heading .shigakango_anchor_link li a::before,
.color_blue .video_link_btn a::before,
.color_black .video_link_btn a::before {
    background-color: #FFFF00;
}
.color_yellow #tmp_heading .shigakango_anchor_link li a::before,
.color_yellow .video_link_btn a::before {
    background-color: #000000;
}
.color_blue #tmp_shigakango_guidebook .sec_item .item_explanation p::before,
.color_black #tmp_shigakango_guidebook .sec_item .item_explanation p::before,
.color_blue #tmp_shigakango_guidebook .sec_item .item_explanation li::before,
.color_black #tmp_shigakango_guidebook .sec_item .item_explanation li::before {
    background-color: #FFFF00;
}
.color_yellow #tmp_shigakango_guidebook .sec_item .item_explanation p::before,
.color_yellow #tmp_shigakango_guidebook .sec_item .item_explanation li::before {
    background-color: #000000;
}
.color_blue #tmp_heading .heading_nursing_txt::before,
.color_black #tmp_heading .heading_nursing_txt::before,
.color_yellow #tmp_heading .heading_nursing_txt::before,
.color_blue .sec_item .item_file .file_btn a::before,
.color_black .sec_item .item_file .file_btn a::before,
.color_yellow .sec_item .item_file .file_btn a::before,
.color_blue .sec_item .item_file .file_btn a::after,
.color_black .sec_item .item_file .file_btn a::after,
.color_yellow .sec_item .item_file .file_btn a::after {
	content: none;
}

.color_blue .box_shigakango_ttl span,
.color_black .box_shigakango_ttl span,
.color_yellow .box_shigakango_ttl span {
    text-indent: 0;
    max-width: 100%;
    height: auto;
}
.color_blue #tmp_wrap_main .sec_item .item_file .file_btn a,
.color_black #tmp_wrap_main .sec_item .item_file .file_btn a,
.color_yellow #tmp_wrap_main .sec_item .item_file .file_btn a {
    padding: 5px 40px !important;
}
.color_black #tmp_heading_ttl .sub_txt,
.color_blue #tmp_heading_ttl .sub_txt,
.color_yellow #tmp_heading_ttl .sub_txt {
    position: static;
    margin-top: 20px;
    text-align: center;
}
/* ==================================================
print
================================================== */
@media print {
body {
	background:#FFFFFF !important;
}
#tmp_wrapper {
	width:100% !important;
	min-width:100% !important;
	padding-top: 0 !important;
}
#tmp_wrapper img {
	animation: none;
}
#tmp_header {
	margin-bottom:10px !important;
	padding-bottom:10px !important;
	color:#000000 !important;
	background:#FFFFFF !important;
	border-bottom:1px solid #000000 !important;
}
#tmp_inquiry,
#tmp_wrap_main,
#tmp_regulation p {
	width: auto !important;
	height: auto !important;
	background: transparent !important;
}
#tmp_regulation p span {
	overflow: visible !important;
	z-index: 1 !important;
	width: auto !important;
	height: auto !important;
	text-indent: inherit !important;
	color:#000000 !important;
	background:#FFFFFF !important;
}
#tmp_regulation a {
	text-decoration: none !important;
}
#tmp_footer {
	margin-top:10px !important;
	padding-top:10px !important;
	color:#000000 !important;
	background:#FFFFFF !important;
	border-top:1px solid #000000 !important;
}
#tmp_footer .footer_logo {
    width: auto;
    height: auto;
    margin-right: 20px;
	background-image: none !important;
}
#tmp_footer .footer_logo p {
    text-indent: 0;
}
.copyright{
	color:#000000 !important;
	background:#FFFFFF !important;
	text-align:left !important;
}
#tmp_hnavi_s,
#tmp_hnavi_regulation,
.pnavi,
#tmp_inquiry_cnt .inquiry_btn,
#tmp_pankuzu {
	display:none !important;
}
body,
#tmp_pankuzu {
	background:none !important;
}
.col_main {
	margin:0 !important;
	padding:0 !important;
}

}
