@charset "UTF-8";

/* ---------------------------------------------------------------------- */
/* PC */
/* ---------------------------------------------------------------------- */
@media (min-width: 1001px) {

	.contents {
		position: relative;
		width: calc(100% - 262px);
		margin-left: auto;
		overflow: hidden;
		padding: 20px 20px 20px 0;
	}


	/* mainvisual 
  ---------------------------------------------------------------------- */
	#mainvisual {
		max-height: 370px;
		min-height: auto;
		position: relative;
		background: url('/images/bg_mainvisual_pc.png') center / cover no-repeat #e8f7f2;
		border-radius: 20px;
		padding: 20px;
		display: flex;
		justify-content: flex-end;
	}
	#mainvisual.ptblue {
		/* background: rgba(102, 170, 215, 1.0); */
		background: url('/images/bg_mainvisual_ptblue_pc.png') center / cover no-repeat rgba(102, 170, 215, 1.0);
	}
	.mainvisual__inner {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: calc((1100 / 1300 ) * 100%);
	}
	.mainvisual__ttl_txt {
		width: fit-content;
	}
	.mainvisual__ttl_txt .mainvisual__ttl_sub {
		position: relative;
		color: var(--primary-color);
		font-size: min( 1.2vw , 1.6rem);
		font-weight: bold;
		padding-left: 3.5em;
	}
	.ptblue .mainvisual__ttl_txt .mainvisual__ttl_sub {
		/* color: rgba(102, 170, 215, 1.0); */
		color: #FFF;
	}
	.mainvisual__ttl_txt .mainvisual__ttl_sub::before {
		content: "";
		display: inline-block;
		width: min( 2.75vw , 44px);
		height: min( 2.75vw , 44px);
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	.mainvisual__ttl_txt .mainvisual__ttl_sub.icon_hp::before {
	 	background: url('/images/icon_hospital.svg') center / contain no-repeat ;
	 }
	.ptblue .mainvisual__ttl_txt .mainvisual__ttl_sub.icon_hp::before {
	 	background: url('/images/icon_hospital_ptblue.svg') center / contain no-repeat ;
	 }
	.mainvisual__ttl_txt .mainvisual__ttl_sub.icon_choshinki::before {
	 	background: url('/images/icon_choshinki.svg') center / contain no-repeat ;
	 }
	.ptblue .mainvisual__ttl_txt .mainvisual__ttl_sub.icon_choshinki::before {
	 	background: url('/images/icon_choshinki_ptblue.svg') center / contain no-repeat ;
	 }
	 .mainvisual__ttl_txt .mainvisual__ttl {
		/* font-size: clamp(3.6rem , 1vw , 2.25vw ); */
		font-size: clamp(1.8vw , 3.6rem , 2.25vw);
		font-weight: bold;
		color: #4d4d4d;
	}
	.ptblue .mainvisual__ttl_txt .mainvisual__ttl {
		color: #FFF;
	}

	#mainvisual picture {
		width: 50%;
		max-width: 600px;
		aspect-ratio: 60 /33 ;
	}
	#mainvisual picture img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		border-radius: 10px;
	}



  /* pankuzu
  ---------------------------------------------------------------------- */
    #pankuzu {
        padding: 12px 20px;
        margin-bottom: 50px;
    }
    #pankuzu li {
        display: inline-block;
        font-size: 14px;
        padding: 5px 0;
        /* font-weight: bold; */
        color: #4d4d4d;
    }
    #pankuzu li:not(:last-of-type)::after {
        content:  '>';
        color: #4d4d4d;
        font-weight: normal;
        font-family: serif;
    }
    #pankuzu li i {
        margin-right: 5px;
    }
    #pankuzu li a {
        font-weight: normal;
        color: var(--primary-color);
        padding: 0.5em;
    }
    #pankuzu.ptblue li a {
        color: rgba(102, 170, 215, 1.0);
    }
    #pankuzu li:first-of-type a {
    	padding-left: 0;
    }
    #pankuzu li:last-of-type {
        padding-left: 0.5em;
    }



	/* pagetop
  ---------------------------------------------------------------------- */
	#page-top {
		width: 80px;
		height: 80px;
		position: fixed;
		bottom: 50px;
		right: 0;
		z-index: 150;
		transition: opacity 0.3s ease;
		cursor: pointer;
		display: none;
		background: url(../images/pagetop.svg);
		background-size: contain;
	}

	#page-top.stop {
		position: absolute;
		bottom: 0;
	}

	#page-top:hover {
		opacity: 0.8;
	}


	/* ch
---------------------------------------------------------------------- */
	.ch2_1 {
		background: url('/images/bg_ch2_1_pc.png') center / cover no-repeat #1fb17c;
		font-size: 2.3rem;
		padding: 0.9em 1em;
		margin-bottom: 25px;
		border-radius: 5px;
		color: #FFF;
	}
	.ch2_1.ptblue {
		/* background: rgba(102, 170, 215, 1.0); */
		background: url('/images/bg_ch2_1_ptblue_pc.png') center / cover no-repeat rgba(102, 170, 215, 1.0);
	}
	.ch3_1 {
		position: relative;
		font-size: 1.8rem;
		font-weight: bold;
		padding-left: 1.8em;
		color: #4d4d4d;
		margin-bottom: 10px;
	}
	.ch3_1::before {
		content: "";
		display: inline-block;
		width: 20px;
		height: 4px;
		background-color: var(--primary-color);
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
	}
	.ch3_1.ptblue::before {
		background-color: rgba(102, 170, 215, 1.0);
	}

	.ch3_2 {
		position: relative;
		font-size: 2.1rem;
		font-weight: bold;
		padding-bottom: 0.6em;
		color: var(--primary-color);
		border-bottom: 2px solid #e4e4e4;
		margin-bottom: 25px;
	}
	.ch3_2.ptblue {
		color: rgba(102, 170, 215, 1.0);
	}
	.ch3_2::before {
		content: "";
		display: inline-block;
		width: 60px;
		height: 2px;
		background-color: var(--primary-color);
		position: absolute;
		bottom: -2px;
		left: 0;
	}
	.ch3_2.ptblue::before {
		background-color: rgba(102, 170, 215, 1.0);
	}
	.ch3_3 {
		font-size: 2.2rem;
		font-weight: bold;
		letter-spacing: 0.02em;
		line-height: 1.5;
		color: #657939;
		border-left: 5px solid #657939;
		padding-left:  0.2em;
		margin-bottom: 20px;
	}
	.ch4_1 {
		font-size: 2.6rem;
		font-weight: bold;
		letter-spacing: 0.02em;
		line-height: 1.5;
		color: #005083;
		padding-left:  0.2em;
		text-indent: -1em;
		padding-left: 1em;
	}
	.ch4_1 .cRed{
		color: #c1272d;
	}
	.ch4_2 {
		font-size: 1.7rem;
		font-weight: bold;
		letter-spacing: 0.02em;
		line-height: 1.5;
		margin-bottom: 10px;
	}
	.ch5_1 {
		font-size: 1.6rem;
		font-weight: normal;
		margin-bottom: 10px;
		position: relative;
	}
	.ch5_2 {
		font-size: 1.6rem;
		font-weight: normal;
		text-align: center;
		margin-bottom: 10px;
		position: relative;
	}



	/* btn
---------------------------------------------------------------------- */
	.cbtn {
		font-size: min(1.5vw , 1.8rem);
		color: #fff;
		background-color: var(--secondary-color);
		min-width: 240px;
		height: 70px;
		font-weight: 500;
		padding: 0 1em 0 ;
		letter-spacing: 0.04em;
		display: flex;
		flex-direction: column;
		justify-content: center;
		position: relative;
		border-radius: 10px;
	}
	.cbtn.ptblue {
		background-color: rgba(102, 170, 215, 1.0);
	}
	.cbtn::after {
		content: "";
		display: inline-block;
		width: 34px;
		height: 34px;
		background: url('/images/icon_arrrow_circle_white.svg') center / contain no-repeat;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 15px;
	}

	.cbtn.orange {
		background-color: #f4ad9e;
	}
	.cbtn.cbtn--small {
		min-width: 120px;
		height: 26px;
		padding:0 1em 0;
		justify-content: flex-start;
	}
	.cbtn2 {
		max-width: 340px;
		aspect-ratio: 34 / 7;
		display: flex;
		flex-direction: column;
		text-align: center;
		justify-content: center;
		background-color: #698cc8;
		color: #FFF;
		/* font-size: clamp(1.4px , 1.125vw , 1.8rem); */
		font-size: min( 1.2vw , 1.8rem);
		font-weight: bold;
		position: relative;
		border-radius: 10px;
		padding: 0 3em;
	}
	.cbtn2::after {
		content: "";
		display: inline-block;
		width: 0;
		height: 0;
		border-style: solid;
		border-top: 8px solid transparent;
		border-bottom: 8px solid transparent;
		border-left: 12px solid #FFF;
		border-right: 0;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 25px;
	}
	.cbtn2.gray {
		background-color: #808080;
	}
	.cbtn2:hover {
		background-color: #ee8a61;
		opacity: 1;
	}

	.cbtn3 {
		display: flex;
		align-items: center;
		width: fit-content;
		margin-left: auto;
 		position: relative;
		/*font-size: 1.6rem;
		font-weight: bold;
		margin-left: auto;
		padding-left: 2.5em;
		padding-right: 2.5em; */
	}
	.cbtn3 span {
		position: relative;
		font-size: 1.6rem;
		font-weight: bold;
		padding-left: 2.5em;
		padding-right: 2.5em;
	}
	.cbtn3 span::before {
		content: "";
		display: inline-block;
		width: 34px;
		height: 34px;
		background: url('/images/icon_arrrow_circle_green_off.svg') center / contain no-repeat;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 0;
		transition: 0.6s;
	}
	.cbtn3 span:hover::before {
		/* background: url('/images/icon_arrrow_circle_green_on.svg') center / contain no-repeat; */
		opacity: 0;
	}
	.cbtn3 span::after {
		content: "";
		display: inline-block;
		width: 34px;
		height: 34px;
		background: url('/images/icon_arrrow_circle_green_off.svg') center / contain no-repeat;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 0;
		opacity: 0;
		transition: 0.6s;
	}
	.cbtn3 span:hover::after {
		opacity: 1;
		background: url('/images/icon_arrrow_circle_green_on.svg') center / contain no-repeat;
	}
	.cbtn3_2 {
		display: flex;
		align-items: center;
		width: fit-content;
 		position: relative;
		font-size: 1.6rem;
		font-weight: bold;
		transition: 0.6s;
	}
	.cbtn3_2::after {
		content: "";
		display: inline-block;
		width: 34px;
		height: 34px;
		margin-left: 0.5em;
		background: url('/images/icon_arrrow_circle_green_off.svg') center / contain no-repeat;
		transition: 0.6s;
	}
	.cbtn3_2:hover::after {
		opacity: 1;
		background: url('/images/icon_arrrow_circle_green_on.svg') center / contain no-repeat;
	}

	.cbtn3_2.ptblue::after {
		background: url('/images/icon_arrrow_circle_ptblue_off.svg') center / contain no-repeat;
	}
	.cbtn3_2.ptblue:hover::after {
		background: url('/images/icon_arrrow_circle_ptblue_on.svg') center / contain no-repeat;
	}
	.cbtn4 {
		display: flex;
		align-items: center;
		width: fit-content;
 		position: relative;
		font-size: 1.6rem;
		padding-right: 1.5em;
	}
/* 	.cbtn4 span {
		position: relative;
		font-size: 1.6rem;
		padding-right: 1.5em;
	} */
	.cbtn4::after {
		content: "";
		display: inline-block;
		width: 12px;
		height: 12px;
		background: url('/images/icon_arrrow_gt_black.svg') center / contain no-repeat;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 0.3em;
		transition: 0.3s;
	}
	.cbtn4:hover::after {
		opacity: 1;
		right: 0;
	}

	.cbtn5 {
		font-size: 1.6rem;
		font-weight: 500;
		color: #fff;
		background-color: var(--primary-color);
        padding: .85em 3.5em .85em 3.5em;
		letter-spacing: 0.04em;
		display: flex;
		flex-direction: column;
		justify-content: center;
		position: relative;
		width: 326px;
		height: 70px;
		border-radius: 10px;
	}
	.cbtn5.ptblue {
		background-color: rgba(102, 170, 215, 1.0);
	}
	.cbtn5::after {
		content: "";
		display: inline-block;
		width: 34px;
		height: 34px;
		background: url('/images/icon_arrrow_circle_white.svg') center / contain no-repeat;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 15px;
	}


	/* icon
---------------------------------------------------------------------- */
	.ipdf::before {
		content: "";
		display: inline-block;
		width: min(1.68vw , 24px);
		height: min(2.03vw , 29px);
		background: url('/images/icon_pdf_white.svg') center / contain no-repeat;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 25px;
	}
	.ipdf_red::before {
		content: "";
		display: inline-block;
		width: min(1.68vw , 24px);
		height: min(2.03vw , 29px);
		background: url('/images/icon_pdf_red.svg') center / contain no-repeat;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 25px;
	}
	.iexcel::before {
		content: "";
		display: inline-block;
		width: min(1.68vw , 24px);
		height: min(2.03vw , 29px);
		background: url('/images/icon_excel_white.svg') center / contain no-repeat;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 25px;
	}
	.iexcel_green::before {
		content: "";
		display: inline-block;
		width: min(1.68vw , 24px);
		height: min(2.03vw , 29px);
		background: url('/images/icon_excel_green.svg') center / contain no-repeat;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 25px;
	}
	.iword::before {
		content: "";
		display: inline-block;
		width: min(1.68vw , 24px);
		height: min(2.03vw , 29px);
		background: url('/images/icon_word_white.svg') center / contain no-repeat;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 25px;
	}
	.iword_blue::before {
		content: "";
		display: inline-block;
		width: min(1.68vw , 24px);
		height: min(2.03vw , 29px);
		background: url('/images/icon_word_blue.svg') center / contain no-repeat;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 25px;
	}

	a[href$=pdf] .cicon_w_r ,
	a[href$=pdf].cicon_w_r {
		padding-right: 30px;
		position: relative;
	}
	a[href$=pdf] .cicon_w_r::before ,
	a[href$=pdf].cicon_w_r::before {
		content: "";
		display: inline-block;
		width: 24px;
		height: 29px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 0;
		background: url('/images/icon_pdf_white.svg') center / contain no-repeat;
	}

	a[href$=pdf] .cicon_c_r ,
	a[href$=pdf].cicon_c_r {
		padding-right: 30px;
		position: relative;
	}
	a[href$=pdf] .cicon_c_r::before ,
	a[href$=pdf].cicon_c_r::before {
		content: "";
		display: inline-block;
		width: 24px;
		height: 29px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 0;
		background: url('/images/icon_pdf_red.svg') center / contain no-repeat;
	}

	a[href$=xlsx] .cicon_w_r ,
	a[href$=xlsx].cicon_w_r {
		padding-right: 30px;
		position: relative;
	}
	a[href$=xlsx] .cicon_w_r::before ,
	a[href$=xlsx].cicon_w_r::before {
		content: "";
		display: inline-block;
		width: 24px;
		height: 29px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 0;
		background: url('/images/icon_excel_white.svg') center / contain no-repeat;
	}

	a[href$=xlsx] .cicon_c_r ,
	a[href$=xlsx].cicon_c_r {
		padding-right: 30px;
		position: relative;
	}
	a[href$=xlsx] .cicon_c_r::before ,
	a[href$=xlsx].cicon_c_r::before {
		content: "";
		display: inline-block;
		width: 24px;
		height: 29px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 0;
		background: url('/images/icon_excel_green.svg') center / contain no-repeat;
	}

	a[href$=docx] .cicon_w_r ,
	a[href$=docx].cicon_w_r {
		padding-right: 30px;
		position: relative;
	}
	a[href$=docx] .cicon_w_r::before ,
	a[href$=docx].cicon_w_r::before {
		content: "";
		display: inline-block;
		width: 24px;
		height: 29px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 0;
		background: url('/images/icon_word_white.svg') center / contain no-repeat;
	}

	a[href$=docx] .cicon_c_r ,
	a[href$=docx].cicon_c_r {
		padding-right: 30px;
		position: relative;
	}
	a[href$=docx] .cicon_c_r::before ,
	a[href$=docx].cicon_c_r::before {
		content: "";
		display: inline-block;
		width: 24px;
		height: 29px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 0;
		background: url('/images/icon_word_blue.svg') center / contain no-repeat;
	}

	a[href$=pdf] .cicon_w_l ,
	a[href$=pdf].cicon_w_l {
		padding-left: 30px;
		position: relative;
	}
	a[href$=pdf] .cicon_w_l::before ,
	a[href$=pdf].cicon_w_l::before {
		content: "";
		display: inline-block;
		width: 24px;
		height: 29px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
		background: url('/images/icon_pdf_white.svg') center / contain no-repeat;
	}

	a[href$=pdf] .cicon_c_l ,
	a[href$=pdf].cicon_c_l {
		padding-left: 30px;
		position: relative;
	}
	a[href$=pdf] .cicon_c_l::before ,
	a[href$=pdf].cicon_c_l::before {
		content: "";
		display: inline-block;
		width: 24px;
		height: 29px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
		background: url('/images/icon_pdf_red.svg') center / contain no-repeat;
	}

	a[href$=xlsx] .cicon_w_l ,
	a[href$=xlsx].cicon_w_l {
		padding-left: 30px;
		position: relative;
	}
	a[href$=xlsx] .cicon_w_l::before ,
	a[href$=xlsx].cicon_w_l::before {
		content: "";
		display: inline-block;
		width: 24px;
		height: 29px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
		background: url('/images/icon_excel_white.svg') center / contain no-repeat;
	}

	a[href$=xlsx] .cicon_c_l ,
	a[href$=xlsx].cicon_c_l {
		padding-left: 30px;
		position: relative;
	}
	a[href$=xlsx] .cicon_c_l::before ,
	a[href$=xlsx].cicon_c_l::before {
		content: "";
		display: inline-block;
		width: 24px;
		height: 29px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
		background: url('/images/icon_excel_green.svg') center / contain no-repeat;
	}

	a[href$=docx] .cicon_w_l ,
	a[href$=docx].cicon_w_l {
		padding-left: 30px;
		position: relative;
	}
	a[href$=docx] .cicon_w_l::before ,
	a[href$=docx].cicon_w_l::before {
		content: "";
		display: inline-block;
		width: 24px;
		height: 29px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
		background: url('/images/icon_word_white.svg') center / contain no-repeat;
	}

	a[href$=docx] .cicon_c_l ,
	a[href$=docx].cicon_c_l {
		padding-left: 30px;
		position: relative;
	}

	a[href$=docx] .cicon_c_l::before ,
	a[href$=docx].cicon_c_l::before {
		content: "";
		display: inline-block;
		width: 24px;
		height: 29px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
		background: url('/images/icon_word_blue.svg') center / contain no-repeat;
	}


	/* paragraph1
---------------------------------------------------------------------- */
	.paragraph1 {
		font-size: 1.4rem;
	}
	.paragraph15 {
		font-size: 1.5rem;
	}
	.paragraph2 {
		font-size: 1.6rem;
	}
	.paragraph3 {
		font-size: 1.8rem;
	}
	.paragraph4 {
		font-size: 2rem;
	}
	.paragraph5 {
		font-size: 2.2rem;
	}
	.paragraph6 {
		font-size: 2.4rem;
	}
	.paragraph7 {
		font-size: 2.6rem;
	}
	.paragraph8 {
		font-size: 2.8rem;
	}
	.paragraph9 {
		font-size: 3rem;
	}
	.paragraph10 {
		font-size: 3.2rem;
	}
	.lead {
		margin-bottom: 35px;
	}


	/* note
---------------------------------------------------------------------- */
	.note1 {
		text-indent: -1em;
		padding-left: 1em;
	}
	.note2 {
		text-indent: -1.5em;
		padding-left: 1.5em;
	}
	.note3 {
		text-indent: -2em;
		padding-left: 2em;
	}
	.note4 {
		padding-left: 1em;
	}
	.note5 {
		text-indent: -2.5em;
		padding-left: 2.5em;
	}


	/* indent
---------------------------------------------------------------------- */
	.indent1 {
		text-indent: 1em;
	}
	.indent1_2 {
		text-indent: 1em;
		margin-bottom: 20px;
	}

	/* slider
---------------------------------------------------------------------- */
	.contents .slick-dotted.slick-slider {
        margin-bottom: 0;
    }
    .contents .slick-list,
    .contents .slick-track,
    .contents .slick-slide>div,
    .contents .slick-slide>div li,
    .contents .slick-slide {
        height: 100%;
    }

    .contents .slick-dots {
        display: flex;
        justify-content: center;
        bottom: 27px;
    }

    .contents .slick-dots li {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        margin: 0 10px;
        background: #FFFFFF;
        cursor: pointer;
    }

    .contents .slick-dots li button {
        display: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        outline: none;
        padding: 0;
        border: none;
        background-color: transparent;
    }

    .contents .slick-dots li:hover,
    .contents .slick-dots li.slick-active {
        background: var(--primary-color);
    }

    .slide_box1 {
    	width: 60%;
    	margin: 0 auto;
    }



	/* table.tantoui
---------------------------------------------------------------------- */
  table.tantoui {
      width: 100%;
      table-layout: fixed;
      border : 1px #71cccc solid;
      border-collapse : collapse;
      border-spacing : 0;
      line-height:  1.5;
      font-size: 1.4rem;
  }
  table.tantoui caption {
    text-align: right;
  }
  table.tantoui thead th {
    font-weight: bold;
  }
  table.tantoui th ,
  table.tantoui td {
      padding: 0.2em 0;
      text-align: center;
      vertical-align: middle;
      font-size: 1.4rem;
      line-height: 1.5;
  }
  table.tantoui th {
      padding: 0.2em 0.5em;
      border: #71cccc solid;
      border-width: 0 0 1px 1px;
      background: #efede7;
      white-space: nowrap;
      vertical-align: middle;
      font-weight: normal;
  }
  table.tantoui td {
      padding: 0.2em 0.5em;
      border: 1px #71cccc solid;
      border-width: 0 0 1px 1px;
      background: #fff;
  }
  table.tantoui+.note {
    font-size: 1.4rem;
  }
  .changeCancel .note {
    font-size: 1.4rem;
  }



	/* unit
---------------------------------------------------------------------- */
.unit1 {
	position: relative;
	margin-bottom: 70px;
}
.unit2 {
	position: relative;
	margin-bottom: 40px;
}


	/* picture
---------------------------------------------------------------------- */
.picture1 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.picture1 .picture1_inner {
	width: 48.18182%;
	margin-bottom: 40px;
}
.picture1 .picture1_inner img {
	width: 100%;
	height: 100%;
	object-fit: center;
}
.picture2 {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.picture2 .picture2_inner {
	width: 32%;
	margin-bottom: 20px;
}
.picture2 .picture2_inner img {
	width: 100%;
}
.picture2_2 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 1.8%;
}
.picture2_2 .picture2_2_inner {
	width: 32%;
	margin-bottom: 20px;
}
.picture2_2 .picture2_2_inner img {
	width: 100%;
}
.picture2_3 {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 1.8%;
}
.picture2_3 .picture2_3_inner {
	width: 32%;
	margin-bottom: 20px;
}
.picture2_3 .picture2_3_inner img {
	width: 100%;
}

.picture3 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10%;
}
.picture3 .picture3_inner {
	width: 45%;
	margin-bottom: 30px;
}
.picture3 .picture3_inner img {
	width: 100%;
	height: 100%;
	object-fit: center;
}


	/* list
---------------------------------------------------------------------- */
.list1 {

}
.list1>li {
	padding-left: 1em;
	position: relative;
}
.list1>li::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: var(--primary-color);
	position: absolute;
	top: 0.6em;
	left: 0;
}
.list1.ptblue>li::before {
	background-color: rgba(102, 170, 215, 1.0);
}

.list2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.list2 .list2Inner {
	width: 48.18182%;
	margin-bottom: 30px;
}
.list3 {
	padding-left: 1em;
	position: relative;
	margin-bottom: 20px;
}
.list4 {

}
.list4>li {
	position: relative;
	margin-bottom: 10px;
}

.number>li {
	padding-left: 1.5em;
	counter-increment: number;
	position: relative;
}
.number>li::before {
	content:counter(number) ". ";
	position: absolute;
	left: 0;
}
.cnt>li {
	counter-increment: cnt;
	padding-left: 2.5em;
	position: relative;
}
.cnt>li::before {
	content: "( "counter(cnt) " ) ";
	position: absolute;
	left: 0;
	/* display: marker; */
}
.cnt_maru>li {
	text-indent: 0;
	padding-left: 1.5em;
	position: relative;
}
.cnt_maru>li::before {
	content: "";
	position: absolute;
	left: 0;
}
.cnt_maru>li:nth-child(1)::before {
	content: "①";
}
.cnt_maru>li:nth-child(2)::before {
	content: "②";
}
.cnt_maru>li:nth-child(3)::before {
	content: "③";
}
.cnt_maru>li:nth-child(4)::before {
	content: "④";
}
.cnt_maru>li:nth-child(5)::before {
	content: "⑤";
}
.cnt_maru>li:nth-child(6)::before {
	content: "⑥";
}
.cnt_maru>li:nth-child(7)::before {
	content: "⑦";
}
.cnt_maru>li:nth-child(8)::before {
	content: "⑧";
}
.cnt_maru>li:nth-child(9)::before {
	content: "⑨";
}
.cnt_maru>li:nth-child(10)::before {
	content: "⑩";
}
.cnt_maru>li:nth-child(11)::before {
	content: "⑪";
}
.cnt_maru>li:nth-child(12)::before {
	content: "⑫";
}
.cnt_maru>li:nth-child(13)::before {
	content: "⑬";
}
.cnt_maru>li:nth-child(14)::before {
	content: "⑭";
}
.cnt_maru>li:nth-child(15)::before {
	content: "⑮";
}
.cnt_maru>li:nth-child(16)::before {
	content: "⑯";
}
.cnt_maru>li:nth-child(17)::before {
	content: "⑰";
}
.cnt_maru>li:nth-child(18)::before {
	content: "⑱";
}
.cnt_maru>li:nth-child(19)::before {
	content: "⑲";
}
.cnt_maru>li:nth-child(20)::before {
	content: "⑳";
}

.iroha>li {
	text-indent: 0;
	padding-left: 2em;
	position: relative;
}
.iroha>li::before {
	content: "";
	position: absolute;
	left: 0;
}
.iroha>li:nth-child(1)::before {
	content: "イ";
}
.iroha>li:nth-child(2)::before {
	content: "ロ";
}
.iroha>li:nth-child(3)::before {
	content: "ハ";
}
.iroha>li:nth-child(4)::before {
	content: "ニ";
}
.iroha>li:nth-child(5)::before {
	content: "ホ";
}
.iroha>li:nth-child(6)::before {
	content: "ヘ";
}
.iroha>li:nth-child(7)::before {
	content: "ト";
}
.annotation_number>li {
	padding-left: 2.5em;
	counter-increment: number;
	position: relative;
}
.annotation_number>li::before {
	content: "※"counter(number)"　";
	position: absolute;
	left: 0;
}


	/* dl
---------------------------------------------------------------------- */
.cdl1 {
	display: flex;
	gap: 1.5em;
	margin-bottom: 15px;
}
.cdl1>dt {
	display: inline-block;
	min-width: 6em;
	font-size: 1.6rem;
	font-weight: bold;
}
.cdl1>dt>span {
	background-color: #cfefe2;
	color: #1eb17b;
	padding: 0.1em 1em;
	display: inline-block;
	width: 100%;
	text-align: center;
}
.cdl1.ptblue>dt>span {
	background-color: rgba(224, 227, 252, 1.0);
	color: rgba(102, 170, 215, 1.0);
}
.cdl1>dd {
	font-size: 1.5rem;
}
.cdl2 {
	background-color: #FFF;
	padding: 20px 20px 20px 0;
	display: flex;
	gap: 1.5em;
	margin-bottom: 15px;
	border-radius: 10px;
}
.cdl2>dt {
	display: inline-block;
	min-width: 3em;
	font-size: 3rem;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	border-right: 1px solid #cfefe2;
}
.cdl2.ptblue>dt {
	border-right: 1px solid rgba(102, 170, 215, 1.0);
}
.cdl2>dt>span {
	color: #1eb17b;
}
.cdl2.ptblue>dt>span {
	color: rgba(102, 170, 215, 1.0);
}
.cdl2>dd {

}
.cdl2>dd>h4 {
	font-size: 2.3rem;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 30px;
}
.cdl3 {
	margin-bottom: 15px;
}
.cdl3>dt {
}
.cdl3>dt>span {
	font-weight: bold;
}
.cdl3>dd {

}
.cdl4 {
	display: flex;
	flex-wrap: wrap;
}
.cdl4 dt {
	width: 15%;
	padding-right: 0.5em;
}
.cdl4 dd {
	width: 85%;
	padding-left: 0.5em;
}



	/* departmentBox
---------------------------------------------------------------------- */
	.departmentBox {
		position: relative;
		border-top: 2px solid #e4e4e4;
		padding-top: 24px;
		display: flex;
		justify-content: space-between;
		margin-bottom: 30px;
	}
	.departmentBox::before {
		content: "";
		display: inline-block;
		width: 60px;
		height: 2px;
		background-color: var(--primary-color);
		position: absolute;
		top: -2px;
		left: 0;
	}
	.departmentBox .thumbArea {
		position: relative;
		width: 22.64151%;
	}
	.departmentBox .thumbArea img {
		width: 100%;
	}
	.departmentBox .txtArea {
		width: 71.69812%;
		display: flex;
		flex-direction: column;
		height: 100%;
	}
	.departmentBox .txtArea h4 {
		font-size: 2.2rem;
		font-weight: bold;
		color: var(--primary-color);
		line-height: 1;
		margin-bottom: 15px;
	}
	.departmentBox .txtArea p {
		font-size: 1.5rem;
		line-height: 1.8;
		margin-bottom: 15px;
	}
	.departmentBox .txtArea a {
		margin-top: auto;
	}



	/* dec_pic_box
---------------------------------------------------------------------- */
	.dec_pic_box {
		display: flex;
		justify-content: space-between;
	}
	.dec_pic_box .pic {
		width: 49%;
	}
	.dec_pic_box .pic img {
		width: 100%;
	}
	.dec_pic_box .dec {
		width: 49%;
	}

	.dec_pic_box2 {
		display: flex;
		justify-content: center;
		gap: 2%;
	}
	.dec_pic_box2 .pic {
		width: 40%;
	}
	.dec_pic_box2 .pic img {
		width: 100%;
	}
	.dec_pic_box2 .dec {
		width: 40%;
	}


	/* cborder1
---------------------------------------------------------------------- */
	.cborder1 {
		border: 1px solid #005083;
		border-radius: 20px;
		padding: 1em;
	}


	/* canchor
---------------------------------------------------------------------- */
	.canchor {
		scroll-margin-top: 20px;
	}


}/* End PC */

/* ---------------------------------------------------------------------- */

/* ---------------------------------------------------------------------- */
/* SP */
/* ---------------------------------------------------------------------- */
@media (max-width: 1000px) {

	.contents {
		overflow: hidden;
	}

	#mainvisual {
		width: 94vw;
		margin: auto;
		position: relative;
		overflow: hidden;
		height: calc(650 / 750 * 100vw);
		margin-top: 19vw;
		background: url('/images/bg_mainvisual_sp.png') center / cover no-repeat #e8f7f2;
		border-radius: 2vw;
	}
	#mainvisual.ptblue {
		background: url('/images/bg_mainvisual_ptblue_sp.png') center / cover no-repeat rgba(102, 170, 215, 1.0);
	}
	.mainvisual__inner {
		width: 100%;
		height: 100%;
		position: relative;
		padding: 9.33334vw 4.66667vw 7.33334vw;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	#mainvisual picture {
		/* width: calc( 100vw - 9.33334vw); */
		width: 100%;
		aspect-ratio: 60 / 33;
		/* position: absolute; */
		/* bottom: 7.33334vw; */
		/* left: 0; */
		/* right: 0; */
		/* margin: 0 auto; */
		z-index: 10;
	}

	#mainvisual picture img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		border-radius: 2vw;
	}

	.mainvisual__ttl_txt {
		/* width: 100%; */
		/* height: 100%; */
		/* display: flex; */
		/* align-items: center; */
		/* flex-direction: column; */
		/* justify-content: center; */
        letter-spacing: 0.1em;
        /* text-align: center; */
	}
	.mainvisual__ttl_txt .mainvisual__ttl_sub {
		position: relative;
		color: var(--primary-color);
		font-size: 3.2vw;
		font-weight: bold;
		padding-left: 3em;
        /* text-shadow:1px 1px 2vw #FFFFFF,
                    -1px 1px 2vw #FFFFFF,
                    1px -1px 2vw #FFFFFF,
                    -1px -1px 2vw #FFFFFF; */
                    margin-bottom: 3vw;
	}
	.ptblue .mainvisual__ttl_txt .mainvisual__ttl_sub {
		/* color: rgba(102, 170, 215, 1.0); */
		color: #FFF;
		text-shadow: none;
	}
	.mainvisual__ttl_txt .mainvisual__ttl_sub::before {
		content: "";
		display: inline-block;
		width: 8vw;
		height: 8vw;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	.mainvisual__ttl_txt .mainvisual__ttl_sub.icon_hp::before {
	 	background: url('/images/icon_hospital.svg') center / contain no-repeat ;
	 }
	.ptblue .mainvisual__ttl_txt .mainvisual__ttl_sub.icon_hp::before {
	 	background: url('/images/icon_hospital_ptblue.svg') center / contain no-repeat ;
	 }
	.mainvisual__ttl_txt .mainvisual__ttl_sub.icon_choshinki::before {
	 	background: url('/images/icon_choshinki.svg') center / contain no-repeat ;
	 }
	.ptblue .mainvisual__ttl_txt .mainvisual__ttl_sub.icon_choshinki::before {
	 	background: url('/images/icon_choshinki_ptblue.svg') center / contain no-repeat ;
	 }
	.mainvisual__ttl_txt .mainvisual__ttl {
		font-size: 5.06667vw;
		font-weight: bold;
		line-height: 1;
        /* text-shadow: 1px 1px 2vw #FFFFFF,
                    -1px 1px 2vw #FFFFFF,
                    1px -1px 2vw #FFFFFF,
                    -1px -1px 2vw #FFFFFF; */
                    color: #4d4d4d;
	}
	.ptblue .mainvisual__ttl_txt .mainvisual__ttl {
		color: #FFF;
        text-shadow: none;
	}



  /* pankuzu
  ---------------------------------------------------------------------- */
    #pankuzu {
        padding: calc(10 / 375 * 100vw) 0 calc(10 / 375 * 100vw) 0;
        margin-bottom: 8vw;
        border-bottom: 1px solid #1fb17c;
    }
    #pankuzu.ptblue {
    	border-color: rgba(102, 170, 215, 1.0);
    }
    #pankuzu li {
        display: inline-block;
        padding: calc(5 / 375 * 100vw) 0;
        color: #4d4d4d;
        /* font-weight: bold; */
        font-size: 2.93334vw;
    }
    #pankuzu li:not(:last-of-type)::after {
        content:  '>';
        color: #4d4d4d;
        font-weight: normal;
        font-family: serif;
    }
    #pankuzu li i {
        margin-right: calc(10 / 375 * 100vw);
    }
    #pankuzu li a {
        font-weight: normal;
        color: var(--primary-color);
        padding: 0.5em;
    }
    #pankuzu.ptblue li a {
        color: rgba(102, 170, 215, 1.0);
    }
    #pankuzu li:first-of-type a {
    	padding-left: 0;
    }
    #pankuzu li:last-of-type {
        padding-left: 0.5em;
    }


	/* pagetop
	  ---------------------------------------------------------------------- */
	#page-top {
		width: 15vw;
		height: 15vw;
		position: fixed;
		right: 0;
		bottom: 17vw;
		z-index: 1500;
		display: none;
		transition: all 0.3s ease;
		cursor: pointer;
		background: url(../images/pagetop.svg);
		background-size: contain;
	}


	/* ch
---------------------------------------------------------------------- */
	.ch2_1 {
		background: url('/images/bg_ch2_1_sp.png') center / cover no-repeat #1fb17c;
		font-size: 4.26667vw;
		padding: 0.2em 0.5em;
		margin-bottom: 3.33334vw;
		border-radius: 1vw;
		color: #FFF;
	}
	.ch2_1.ptblue {
		background: url('/images/bg_ch2_1_ptblue_sp.png') center / cover no-repeat rgba(102, 170, 215, 1.0);
	}
	.ch3_1 {
		position: relative;
		font-size: 4.26667vw;
		font-weight: bold;
		padding-left: 1.8em;
		color: #4d4d4d;
		margin-bottom: 2vw;
	}
	.ch3_1::before {
		content: "";
		display: inline-block;
		width: 5vw;
		height: 1vw;
		background-color: var(--primary-color);
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
	}
	.ch3_1.ptblue::before {
		background-color: rgba(102, 170, 215, 1.0);
	}
	.ch3_2 {
		position: relative;
		font-size: 1.6rem;
		font-weight: bold;
		padding-bottom: 0.6em;
		color: var(--primary-color);
		border-bottom: 2px solid #e4e4e4;
		margin-bottom: 4vw;
	}
	.ch3_2.ptblue {
		color: rgba(102, 170, 215, 1.0);
	}
	.ch3_2::before {
		content: "";
		display: inline-block;
		width: 8vw;
		height: 2px;
		background-color: var(--primary-color);
		position: absolute;
		bottom: -2px;
		left: 0;
	}
	.ch3_2.ptblue::before {
		background-color: rgba(102, 170, 215, 1.0);
	}
	.ch3_3 {
		font-size: calc(30 / 750 * 100vw);
		font-weight: bold;
		letter-spacing: 0.02em;
		line-height: 1.5;
		color: #657939;
		border-left: 1vw solid #657939;
		padding-left:  0.2em;
		margin-bottom: 4vw;
	}
	.ch4_1 {
		font-size: calc(40 / 750 * 100vw);
		font-weight: bold;
		letter-spacing: 0.08em;
		line-height: 1.5;
		color: #005083;
		padding-left:  0.2em;
		text-indent: -1em;
		padding-left: 1em;
	}
	.ch4_1 .cRed{
		color: #c1272d;
	}
	.ch4_2 {
		font-size: calc(30 / 750 * 100vw);
		font-weight: bold;
		letter-spacing: 0.02em;
		line-height: 1.5;
		margin-bottom: 2vw;
	}
	.ch5_1 {
		font-size: calc(30 / 750 * 100vw);
		font-weight: normal;
		margin-bottom: 4vw;
	}
	.ch5_2 {
		font-size: calc(30 / 750 * 100vw);
		font-weight: normal;
		text-align: center;
		margin-bottom: 2vw;
		position: relative;
	}


	/* btn
---------------------------------------------------------------------- */
	.cbtn {
		color: #fff;
		background-size: calc(10 / 375 * 100vw);
		background-color: var(--secondary-color);
		font-size: 1.4rem;
		font-weight: 500;
        padding: .85em 2.5em .85em 2.5em;
		letter-spacing: 0.04em;
		display: flex;
		flex-direction: column;
		justify-content: center;
		position: relative;
		width: 78.13334vw;
		height: 13.33334vw;
		border-radius: 1.33334vw;
	}
	.cbtn.ptblue {
		background-color: rgba(102, 170, 215, 1.0);
	}
	.cbtn.orange {
		background-color: #f4ad9e;
	}
	.cbtn::after {
		content: "";
		display: inline-block;
		width: 6.66667vw;
		height: 6.66667vw;
		background: url('/images/icon_arrrow_circle_white.svg') center / contain no-repeat;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 2vw;
	}
	.cbtn.cbtn--small {
		display: inline-flex;
		padding:0 1.3em 0 .5em;
		background-size: calc(7 / 375 * 100vw);
		background-position: no-repeat center right 10%;
		justify-content: flex-start;
	}
	.cbtn2 {
		width: 60vw;
		aspect-ratio: 34 / 7;
		/* height: 13vw; */
		display: flex;
		flex-direction: column;
		text-align: center;
		justify-content: center;
		background-color: #698cc8;
		color: #FFF;
		font-size: 3.6vw;
		font-weight: bold;
		line-height: 1.2;
		position: relative;
		border-radius: 1vw;
		padding: 0 3em;
	}
	.cbtn2::after {
		content: "";
		display: inline-block;
		width: 0;
		height: 0;
		border-style: solid;
		border-top: 1.33334vw solid transparent;
		border-bottom: 1.33334vw solid transparent;
		border-left: 2.13334vw solid #FFF;
		border-right: 0;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 2vw;
	}
	.cbtn2.gray {
		background-color: #808080;
	}
	.cbtn2:hover {
		background-color: #ee8a61;
		opacity: 1;
	}

	.cbtn3 {
		display: flex;
		align-items: center;
		width: fit-content;
		position: relative;
		margin-left: auto;
	}
	.cbtn3 span {
		position: relative;
		font-size: 3.2vw;
		font-weight: bold;
		padding-left: 2em;
		padding-right: 2em;
	}

	.cbtn3 span::after {
		content: "";
		display: inline-block;
		width: 5vw;
		height: 5vw;
		background: url('/images/icon_arrrow_circle_green_off.svg') center / contain no-repeat;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 0;
	}
	.cbtn3_2 {
		display: flex;
		align-items: center;
		width: fit-content;
		position: relative;
		font-size: 3.2vw;
		font-weight: bold;
	}
	.cbtn3_2::after {
		content: "";
		display: inline-block;
		width: 5vw;
		height: 5vw;
		margin-left: 2vw;
		background: url('/images/icon_arrrow_circle_green_off.svg') center / contain no-repeat;
	}
	.cbtn3_2.ptblue::after {
		background: url('/images/icon_arrrow_circle_ptblue_off.svg') center / contain no-repeat;
	}

	.cbtn4 {
		display: flex;
		align-items: center;
		width: fit-content;
		position: relative;
		font-size: 3.2vw;
		padding-right: 2em;
	}
/* 	.cbtn4 span {
		position: relative;
		font-size: 3.2vw;
		font-weight: bold;
		padding-right: 2em;
	} */
	.cbtn4::after {
		content: "";
		display: inline-block;
		width: 2vw;
		height: 2vw;
		background: url('/images/icon_arrrow_gt_black.svg') center / contain no-repeat;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 0;
	}
	.cbtn5 {
		font-size: 3.2vw;
		font-weight: 500;
		color: #fff;
		background-color: var(--primary-color);
        padding: .85em 2.5em .85em 2.5em;
		letter-spacing: 0.04em;
		display: flex;
		flex-direction: column;
		justify-content: center;
		position: relative;
		width: 65.33334vw;
		height: 13.33334vw;
		border-radius: 1.33334vw;
	}
	.cbtn5.ptblue {
		background-color: rgba(102, 170, 215, 1.0);
	}
	.cbtn5::after {
		content: "";
		display: inline-block;
		width: 6.66667vw;
		height: 6.66667vw;
		background: url('/images/icon_arrrow_circle_white.svg') center / contain no-repeat;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 2vw;
	}


	/* icon
---------------------------------------------------------------------- */

	.ipdf::before {
		content: "";
		display: inline-block;
		width: 4vw;
		height: 4.83334vw;
		background: url('/images/icon_pdf_white.svg') center / contain no-repeat;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 4vw;
	}
	.ipdf_red::before {
		content: "";
		display: inline-block;
		width: 4vw;
		height: 4.83334vw;
		background: url('/images/icon_pdf_red.svg') center / contain no-repeat;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 4vw;
	}
	.iexcel::before {
		content: "";
		display: inline-block;
		width: 4vw;
		height: 4.83334vw;
		background: url('/images/icon_excel_white.svg') center / contain no-repeat;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 4vw;
	}
	.iexcel_green::before {
		content: "";
		display: inline-block;
		width: 4vw;
		height: 4.83334vw;
		background: url('/images/icon_excel_white.svg') center / contain no-repeat;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 4vw;
	}
	.iword::before {
		content: "";
		display: inline-block;
		width: 4vw;
		height: 4.83334vw;
		background: url('/images/icon_word_white.svg') center / contain no-repeat;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 4vw;
	}
	.iword_blue::before {
		content: "";
		display: inline-block;
		width: 4vw;
		height: 4.83334vw;
		background: url('/images/icon_word_blue.svg') center / contain no-repeat;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 4vw;
	}

	a[href$=pdf] .cicon_w_r ,
	a[href$=pdf].cicon_w_r {
		padding-right: 6vw;
		position: relative;
	}
	a[href$=pdf] .cicon_w_r::before ,
	a[href$=pdf].cicon_w_r::before {
		content: "";
		display: inline-block;
		width: 4vw;
		height: 4.83334vw;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 0;
		background: url('/images/icon_pdf_white.svg') center / contain no-repeat;
	}

	a[href$=pdf] .cicon_c_r ,
	a[href$=pdf].cicon_c_r {
		padding-right: 6vw;
		position: relative;
	}
	a[href$=pdf] .cicon_c_r::before ,
	a[href$=pdf].cicon_c_r::before {
		content: "";
		display: inline-block;
		width: 4vw;
		height: 4.83334vw;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 0;
		background: url('/images/icon_pdf_red.svg') center / contain no-repeat;
	}

	a[href$=xlsx] .cicon_w_r ,
	a[href$=xlsx].cicon_w_r {
		padding-right: 6vw;
		position: relative;
	}
	a[href$=xlsx] .cicon_w_r::before ,
	a[href$=xlsx].cicon_w_r::before {
		content: "";
		display: inline-block;
		width: 4vw;
		height: 4.83334vw;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 0;
		background: url('/images/icon_excel_white.svg') center / contain no-repeat;
	}

	a[href$=xlsx] .cicon_c_r ,
	a[href$=xlsx].cicon_c_r {
		padding-right: 6vw;
		position: relative;
	}
	a[href$=xlsx] .cicon_c_r::before ,
	a[href$=xlsx].cicon_c_r::before {
		content: "";
		display: inline-block;
		width: 4vw;
		height: 4.83334vw;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 0;
		background: url('/images/icon_excel_green.svg') center / contain no-repeat;
	}

	a[href$=docx] .cicon_w_r ,
	a[href$=docx].cicon_w_r{
		padding-right: 6vw;
		position: relative;
	}
	a[href$=docx] .cicon_w_r::before ,
	a[href$=docx].cicon_w_r::before {
		content: "";
		display: inline-block;
		width: 4vw;
		height: 4.83334vw;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 0;
		background: url('/images/icon_word_white.svg') center / contain no-repeat;
	}

	a[href$=docx] .cicon_c_r ,
	a[href$=docx].cicon_c_r {
		padding-right: 6vw;
		position: relative;
	}
	a[href$=docx] .cicon_c_r::before ,
	a[href$=docx].cicon_c_r::before {
		content: "";
		display: inline-block;
		width: 4vw;
		height: 4.83334vw;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 0;
		background: url('/images/icon_word_blue.svg') center / contain no-repeat;
	}

	a[href$=pdf] .cicon_w_l ,
	a[href$=pdf].cicon_w_l {
		padding-left: 6vw;
		position: relative;
	}
	a[href$=pdf] .cicon_w_l::before ,
	a[href$=pdf].cicon_w_l::before {
		content: "";
		display: inline-block;
		width: 4vw;
		height: 4.83334vw;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
		background: url('/images/icon_pdf_white.svg') center / contain no-repeat;
	}

	a[href$=pdf] .cicon_c_l ,
	a[href$=pdf].cicon_c_l {
		padding-left: 6vw;
		position: relative;
	}
	a[href$=pdf] .cicon_c_l::before ,
	a[href$=pdf].cicon_c_l::before {
		content: "";
		display: inline-block;
		width: 4vw;
		height: 4.83334vw;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
		background: url('/images/icon_pdf_red.svg') center / contain no-repeat;
	}

	a[href$=xlsx] .cicon_w_l ,
	a[href$=xlsx].cicon_w_l {
		padding-left: 6vw;
		position: relative;
	}
	a[href$=xlsx] .cicon_w_l::before ,
	a[href$=xlsx].cicon_w_l::before {
		content: "";
		display: inline-block;
		width: 4vw;
		height: 4.83334vw;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
		background: url('/images/icon_excel_white.svg') center / contain no-repeat;
	}

	a[href$=xlsx] .cicon_c_l ,
	a[href$=xlsx].cicon_c_l {
		padding-left: 6vw;
		position: relative;
	}
	a[href$=xlsx] .cicon_c_l::before ,
	a[href$=xlsx].cicon_c_l::before {
		content: "";
		display: inline-block;
		width: 4vw;
		height: 4.83334vw;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
		background: url('/images/icon_excel_green.svg') center / contain no-repeat;
	}

	a[href$=docx] .cicon_w_l ,
	a[href$=docx].cicon_w_l {
		padding-left: 6vw;
		position: relative;
	}
	a[href$=docx] .cicon_w_l::before ,
	a[href$=docx].cicon_w_l::before {
		content: "";
		display: inline-block;
		width: 4vw;
		height: 4.83334vw;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
		background: url('/images/icon_word_white.svg') center / contain no-repeat;
	}

	a[href$=docx] .cicon_c_l ,
	a[href$=docx].cicon_c_l {
		padding-left: 6vw;
		position: relative;
	}
	a[href$=docx] .cicon_c_l::before ,
	a[href$=docx].cicon_c_l::before {
		content: "";
		display: inline-block;
		width: 4vw;
		height: 4.83334vw;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
		background: url('/images/icon_word_blue.svg') center / contain no-repeat;
	}


	/* paragraph1
---------------------------------------------------------------------- */
	.paragraph1 {
		font-size: 1.4rem;
	}
	.paragraph2 {
		font-size: 1.6rem;
	}
	.paragraph3 {
		font-size: 1.8rem;
	}
	.paragraph4 {
		font-size: 2rem;
	}
	.paragraph5 {
		font-size: 2.2rem;
	}
	.paragraph6 {
		font-size: 2.4rem;
	}
	.paragraph7 {
		font-size: 2.6rem;
	}
	.paragraph8 {
		font-size: 2.8rem;
	}
	.paragraph9 {
		font-size: 3rem;
	}
	.paragraph10 {
		font-size: 3.2rem;
	}
	.lead {
		margin-bottom: 8vw;
	}


	/* note
---------------------------------------------------------------------- */
	.note1 {
		text-indent: -1em;
		padding-left: 1em;
	}
	.note2 {
		text-indent: -1.5em;
		padding-left: 2.5em;
	}
	.note3 {
		text-indent: -2em;
		padding-left: 2em;
	}
	.note4 {
		padding-left: 1em;
	}
	.note5 {
		text-indent: -2.5em;
		padding-left: 2.5em;
	}


	/* indent
---------------------------------------------------------------------- */
	.indent1 {
		text-indent: 1em;
	}
	.indent1_2 {
		text-indent: 1em;
		margin-bottom: 3vw;
	}



	/* slider
---------------------------------------------------------------------- */

	.contents .slick-dotted.slick-slider {
        margin-bottom: 0;
    }

    .contents .slick-list,
    .contents .slick-track,
    .contents .slick-slide>div,
    .contents .slick-slide>div li,
    .contents .slick-slide {
        height: 100%;
    }

    .contents .slick-dots {
        display: flex;
        justify-content: center;
        bottom: 5vw;
    }

    .contents .slick-dots li {
        width: 2.2vw;
        height: 2.2vw;
        border-radius: 50%;
        margin: 0 1.5vw;
        background: #FFFFFF;
        cursor: pointer;
    }

    .contents .slick-dots li button {
        display: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        outline: none;
        padding: 0;
        border: none;
        background-color: transparent;
    }

    .contents .slick-dots li:hover,
    .contents .slick-dots li.slick-active {
        background: var(--primary-color);
    }

    .slide_box1 {
    	margin: 0 auto;
    }


	/* table.tantoui
---------------------------------------------------------------------- */

  table.tantoui {
      width: 100%;
      table-layout: fixed;
      border : 1px #71cccc solid;
      border-collapse : collapse;
      border-spacing : 0;
      line-height:  1.5;
      font-size: 1.4rem;
  }
  table.tantoui caption {
    text-align: right;
    font-size: 2.6vw;
  }
  table.tantoui thead th {
    font-weight: bold;
  }
  table.tantoui th ,
  table.tantoui td {
      padding: 0.5em 0;
      text-align: center;
      vertical-align: middle;
      font-size: 2.5vw;
      line-height: 1.2;
  }
  table.tantoui th {
      border: #71cccc solid;
      border-width: 0 0 1px 1px;
      background: #efede7;
      vertical-align: middle;
      font-weight: normal;
  }
  table.tantoui td {
      border: 1px #71cccc solid;
      border-width: 0 0 1px 1px;
      background: #fff;
  }
   table.tantoui+.note {
    font-size: 3.3vw;
  }
  .changeCancel .note {
    font-size: 3.3vw;
  }



	/* unit
---------------------------------------------------------------------- */
.unit1 {
	position: relative;
	margin-bottom: 8vw;
}
.unit2 {
	position: relative;
	margin-bottom: 6vw;
}


	/* picture
---------------------------------------------------------------------- */
.picture1 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.picture1 .picture1_inner {
	width: 48.18182%;
	margin-bottom: 3.63636vw;
}
.picture2 {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.picture2 .picture2_inner {
	width: 32%;
	margin-bottom: 4vw;
}
.picture2 .picture2_inner img {
	width: 100%;
}
.picture2_2 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 1.8%;
}
.picture2_2 .picture2_2_inner {
	width: 32%;
	margin-bottom: 4vw;
}
.picture2_2 .picture2_2_inner img {
	width: 100%;
}
.picture2_3 {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 1.8%;
}
.picture2_3 .picture2_3_inner {
	width: 32%;
	margin-bottom: 4vw;
}
.picture2_3 .picture2_3_inner img {
	width: 100%;
}

.picture3 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 3%;
}
.picture3 .picture3_inner {
	width: 48.18182%;
	margin-bottom: 3.63636vw;
}
.picture3 .picture3_inner img {
	width: 100%;
	height: 100%;
	object-fit: center;
}





	/* list
---------------------------------------------------------------------- */
.list1 {

}
.list1>li {
	padding-left: 1em;
	position: relative;
}
.list1>li::before {
	content: "";
	display: inline-block;
	width: 2vw;
	height: 2vw;
	border-radius: 50%;
	background-color: var(--primary-color);
	position: absolute;
	top: 2.2vw;
	left: 0;
}
.list1.ptblue>li::before {
	background-color: rgba(102, 170, 215, 1.0);
}

.list2 {
/* 	display: flex;
	justify-content: space-between;
	flex-wrap: wrap; */
}
.list2 .list2Inner {
	/* width: 48.18182%; */
	margin-bottom: 6vw;
}
.list3 {
	padding-left: 1em;
	position: relative;
	margin-bottom: 4vw;
}
.list4 {

}
.list4>li {
	position: relative;
	margin-bottom: 2vw;
}
.number>li {
	/* text-indent: -1em; */
	padding-left: 1.5em;
	counter-increment: number;
	position: relative;
}
.number>li::before {
	content:counter(number) ". ";
	position: absolute;
	left: 0;
}
.cnt>li {
	counter-increment: cnt;
	padding-left: 2.5em;
	position: relative;
}
.cnt>li::before {
	content: "( "counter(cnt) " ) ";
	position: absolute;
	left: 0;
	/* display: marker; */
}

.cnt_maru>li {
	text-indent: 0;
	padding-left: 1.5em;
	position: relative;
}
.cnt_maru>li::before {
	content: "";
	position: absolute;
	left: 0;
}
.cnt_maru>li:nth-child(1)::before {
	content: "①";
}
.cnt_maru>li:nth-child(2)::before {
	content: "②";
}
.cnt_maru>li:nth-child(3)::before {
	content: "③";
}
.cnt_maru>li:nth-child(4)::before {
	content: "④";
}
.cnt_maru>li:nth-child(5)::before {
	content: "⑤";
}
.cnt_maru>li:nth-child(6)::before {
	content: "⑥";
}
.cnt_maru>li:nth-child(7)::before {
	content: "⑦";
}
.cnt_maru>li:nth-child(8)::before {
	content: "⑧";
}
.cnt_maru>li:nth-child(9)::before {
	content: "⑨";
}
.cnt_maru>li:nth-child(10)::before {
	content: "⑩";
}
.cnt_maru>li:nth-child(11)::before {
	content: "⑪";
}
.cnt_maru>li:nth-child(12)::before {
	content: "⑫";
}
.cnt_maru>li:nth-child(13)::before {
	content: "⑬";
}
.cnt_maru>li:nth-child(14)::before {
	content: "⑭";
}
.cnt_maru>li:nth-child(15)::before {
	content: "⑮";
}
.cnt_maru>li:nth-child(16)::before {
	content: "⑯";
}
.cnt_maru>li:nth-child(17)::before {
	content: "⑰";
}
.cnt_maru>li:nth-child(18)::before {
	content: "⑱";
}
.cnt_maru>li:nth-child(19)::before {
	content: "⑲";
}
.cnt_maru>li:nth-child(20)::before {
	content: "⑳";
}

.iroha>li {
	/* text-indent: -2.5em; */
	text-indent: 0;
	padding-left: 2em;
	position: relative;
}
.iroha>li::before {
	content: "";
	position: absolute;
	left: 0;
}
.iroha>li:nth-child(1)::before {
	content: "イ";
}
.iroha>li:nth-child(2)::before {
	content: "ロ";
}
.iroha>li:nth-child(3)::before {
	content: "ハ";
}
.iroha>li:nth-child(4)::before {
	content: "ニ";
}
.iroha>li:nth-child(5)::before {
	content: "ホ";
}
.iroha>li:nth-child(6)::before {
	content: "ヘ";
}
.iroha>li:nth-child(7)::before {
	content: "ト";
}
.chushaku>li {
	text-indent: -1.5em;
	padding-left: 1.5em;
	counter-increment: number;
}
.chushaku>li::before {
	content: "※"counter(number);
}



	/* dl
---------------------------------------------------------------------- */
.cdl1 {
	display: flex;
	flex-direction: column;
	gap: 0.5em;
	margin-bottom: 2vw;
}
.cdl1>dt {
	display: inline-block;
	min-width: 6em;
	/* font-size: 3.8vw; */
	font-weight: bold;
}
.cdl1>dt>span {
	background-color: #cfefe2;
	color: #1eb17b;
	padding: 0.1em 1em;
	display: inline-block;
	text-align: center;
}
.cdl1.ptblue>dt>span {
	background-color: rgba(224, 227, 252, 1.0);
	color: rgba(102, 170, 215, 1.0);
}
.cdl1>dd {
	/* font-size: 3.8vw; */
}
.cdl2 {
	background-color: #FFF;
	padding: 4vw 4vw 4vw 0;
	display: flex;
	gap: 1.5em;
	margin-bottom: 4vw;
	border-radius: 2vw;
}
.cdl2>dt {
	display: inline-block;
	min-width: 3em;
	font-size: 4vw;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	border-right: 1px solid #cfefe2;
}
.cdl2.ptblue>dt {
	border-right: 1px solid rgba(102, 170, 215, 1.0);
}
.cdl2>dt>span {
	color: #1eb17b;
}
.cdl2.ptblue>dt>span {
	color: rgba(102, 170, 215, 1.0);
}
.cdl2>dd {

}
.cdl2>dd>h4 {
	font-size: 4vw;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 4vw;
}
.cdl3 {
	margin-bottom: 4vw;
}
.cdl3>dt {
}
.cdl3>dt>span {
	font-weight: bold;
}
.cdl3>dd {

}

.cdl4 {
}
.cdl4 dt {

}
.cdl4 dd {
	margin-bottom: 4vw;
}



	/* departmentBox
---------------------------------------------------------------------- */
	.departmentBox {
		position: relative;
		border-top: 2px solid #e4e4e4;
		padding-top: 4vw;
		display: flex;
		justify-content: space-between;
		margin-bottom: 6vw;
	}
	.departmentBox::before {
		content: "";
		display: inline-block;
		width: 8vw;
		height: 2px;
		background-color: var(--primary-color);
		position: absolute;
		top: -2px;
		left: 0;
	}
	.departmentBox .thumbArea {
		position: relative;
		width: 22.64151%;
		width: 35%;
	}
	.departmentBox .thumbArea img {
		width: 100%;
	}
	.departmentBox .txtArea {
		width: 71.69812%;
		width: 60%;
		display: flex;
		flex-direction: column;
		height: 100%;
	}
	.departmentBox .txtArea h4 {
		font-size: 4.6vw;
		font-weight: bold;
		color: var(--primary-color);
		line-height: 1;
		margin-bottom: 2vw;
	}
	.departmentBox .txtArea p {
		font-size: 3.2vw;
		line-height: 1.8;
		margin-bottom: 2vw;
	}
	.departmentBox .txtArea a {
		margin-top: auto;
	}


	/* dec_pic_box
---------------------------------------------------------------------- */
	.dec_pic_box {
		display: flex;
		flex-direction: column;
	}
	.dec_pic_box .pic {
		margin-bottom: 6vw;
	}
	.dec_pic_box .pic img {
		width: 100%;
	}
	.dec_pic_box .dec {
		margin-bottom: 6vw;
	}
	.dec_pic_box2 {
		display: flex;
		justify-content: center;
	}
	.dec_pic_box2 .pic {
		margin-bottom: 6vw;
	}
	.dec_pic_box2 .pic img {
		width: 100%;
	}
	.dec_pic_box2 .dec {
		margin-bottom: 6vw;
	}


	/* cborder1
---------------------------------------------------------------------- */
	.cborder1 {
		border: 1px solid #005083;
		border-radius: 4vw;
		padding: 1em;
	}


	/* canchor
---------------------------------------------------------------------- */
	.canchor {
		scroll-margin-top: 20vw;
	}



} /* End @media (max-width:1000px) */