@charset "UTF-8";

/* CSS Document */


/*-------------------------------

	Content Item

-------------------------------*/


/* ul.co-list2:画像横並び(2)+テキスト同数 ,
   ul.co-list2-t1:画像横並び(2)+テキスト1 */

ul.co-list2,
ul.co-list2-t1 {
    width: 904px;
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 0;
}

ul.co-list2 li,
ul.co-list2-t1 li {
    display: inline-block;
    list-style: none;
    width: 420px;
    height: auto;
    margin: 0 64px 70px 0;
    padding: 0;
    vertical-align: top;
}

ul.co-list2 li:nth-child(even),
ul.co-list2-t1 li:nth-child(even) {
    margin-right: 0;
}

ul.co-list2 p,
ul.co-list2-t1 p {
    font-size: 15px;
    line-height: 28px;
    color: #595757;
}

ul.co-list2 li img,
ul.co-list2-t1 li img {
    width: 100%;
    height: auto;
}


/* テキスト1 */

ul.co-list2-t1 li {
    margin: 0 64px 0 0;
}

ul.co-list2-t1 p {
    margin-bottom: 70px;
}


/* ul.co-list3:画像横並び(3)+テキスト同数 */

ul.co-list3 {
    width: 904px;
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 0;
}

ul.co-list3 li {
    display: inline-block;
    list-style: none;
    width: 286px;
    height: auto;
    margin: 0 23px 70px 0;
    padding: 0;
    vertical-align: top;
}

ul.co-list3 li:nth-child(3) {
    margin-right: 0;
}

ul.co-list3 li h3 {
    font-size: 18px;
    margin: 25px auto 10px;
}

ul.co-list3 p {
    font-size: 15px;
    line-height: 28px;
    color: #595757;
}

ul.co-list3 li img {
    width: 100%;
    height: auto;
}


/* ul.co-l310-r480:左310px,右480px */

ul.co-l310-r480 {
    width: 904px;
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 0;
}

ul.co-l310-r480 li {
    display: inline-block;
    list-style: none;
    width: 310px;
    height: auto;
    margin: 0;
    padding: 0;
    vertical-align: top;
}

ul.co-l310-r480 li > div {
    margin-bottom: 90px;
}

ul.co-l310-r480 li h3 {
    margin-top: 0;
}

ul.co-l310-r480 li:first-child {
    width: 310px;
    height: auto;
    margin-right: 114px;
}

ul.co-l310-r480 li:last-child {
    width: 480px;
    height: auto;
}

ul.co-l310-r480 li p {
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 28px;
    color: #595757;
}

ul.co-l310-r480 li img {
    width: 100%;
    height: auto;
}


/* div.co-w904:横幅904px */

div.co-w904 {
    width: 904px;
    height: auto;
    margin: 0 0 0px;
    padding: 0;
    font-size: 0;
    overflow: hidden;
}

div.co-w904 p {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 28px;
    color: #595757;
}

div.co-w904 > div img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

div.co-w904-2 > div img {
    width: 100%;
    height: auto;
    margin-bottom: 0px;
}


/* div.co-l388-r466:左388px,右466px */

.co-l388-r466 {
    width: 904px;
    height: auto;
    margin: 0 0 30px;
    padding: 0;
    font-size: 0;
    overflow: hidden;
}

.co-l388-r466 > img {
    display: inline-block;
    width: 388px;
    height: auto;
    margin: 0 50px 0 0;
    padding: 0;
    vertical-align: top;
    font-size: 0;
    overflow: hidden;
}

.co-l388-r466-detail {
    display: inline-block;
    width: 466px;
    height: auto;
    padding: 0;
    vertical-align: middle;
    background-color: #FFF;
}

.co-l388-r466-detail h3 {
    margin: 0 auto 0;
    font-size: 22px;
}

.co-l388-r466-detail p {
    width: auto;
    height: auto;
    margin: 20px auto 0;
    font-size: 16px;
    line-height: 28px;
    color: #595757;
}

.co-l388-r466-detail p + a {
    margin-top: 20px;
}


/* div.co-l500-r350:左500px,右350px */

.co-l500-r350 {
    width: 904px;
    height: auto;
    margin: 0 0 80px;
    padding: 0;
    font-size: 0;
    overflow: hidden;
}

.co-l500-r350 .movie {
    display: inline-block;
    width: 500px;
    height: 0;
    margin: 0 54px 0 0;
    padding: 290px 0 0 0;
    vertical-align: middle;
    background-color: #ccc;
    font-size: 0;
    overflow: hidden;
    position:relative;
}
.co-l500-r350 .movie iframe{
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
}

.co-l500-r350-2 {
    width: 1240px;
    height: auto;
    margin: 0 0 0px;
    padding: 0;
    font-size: 0;
    overflow: hidden;
}

.co-l500-r350-2 .movie {
    display: inline-block;
    width: 500px;
    height: 0;
    margin: 0 54px 0 0;
    padding: 290px 0 0 0;
    vertical-align: middle;
    background-color: #ccc;
    font-size: 0;
    overflow: hidden;
    position:relative;
}
.co-l500-r350-2 .movie iframe{
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
}

.co-l500-r350-detail {
    display: inline-block;
    width: 350px;
    height: auto;
    padding: 0;
    vertical-align: middle;
    background-color: #FFF;
}

.co-l500-r350-detail h3 {
    margin: 0 auto 0;
    font-size: 22px;
}

.co-l500-r350-detail h3 span {
    margin: 0 auto 0;
    font-size: 13px;
}

.co-l500-r350-detail p {
    width: auto;
    height: auto;
    margin: 20px auto 0;
    font-size: 16px;
    line-height: 28px;
    color: #595757;
}

.co-l500-r350-detail p + a {
    margin-top: 20px;
}


/*-------------------------------

	Index

-------------------------------*/


/*---------- Info ----------*/

.index-info {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 22px auto 0;
    padding: 24px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    background-color: #eff4f4;
}

.index-info .wrap .index-info-left {
    float: left;
    position: relative;
    width: 49%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}

.index-info .wrap .index-info-right {
    float: right;
    position: relative;
    width: 47.5%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}

.index-info .wrap .index-info-left p,
.index-info .wrap .index-info-right p {
    line-height: normal;
    font-size: 16px;
    font-family: "Lucida Grande", "segoe UI", "tbudrgothic-std", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, Arial, sans-serif !important;
}

.index-info .wrap .index-info-left p {
    width: 480px;
}

.index-info .wrap .index-info-right p {
    width: 460px;
}

.index-info .wrap .index-info-left p:first-child,
.index-info .wrap .index-info-right p:first-child {
    margin-bottom: 20px;
    line-height: inherit;
    font-size: 26px;
    font-weight: bold;
    font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif !important;
}

.index-info .wrap .index-info-left p:nth-child(2) {
    text-indent: -5px;
}

.index-info .wrap .index-info-left p:nth-child(5) {
    color: #036eb6;
    font-size: 19px;
    font-weight: bold;
}


/* ボタン:右下固定 */

.index-info .wrap .index-info-left .btn,
.index-info .wrap .index-info-right .btn-2line {
    position: absolute;
    right: 0;
    bottom: 0;
}

.index-info .wrap .index-info-left .btn {
    bottom: 6px;
}


/*---------- Slider ----------*/

#slider {
    margin-top: 22px !important;
}

/*---------- Slider上バナー追加：20240214 ----------*/
.floatBnrBox {
position: absolute;
z-index: 100;
right: 10%;
bottom: 3%;
width: 35%;
max-width: 580px;
}
.floatBnr img {
width: 95%;
height: auto;
}



/*---------- お知らせ ----------*/


/* タイトル */

.index-news-title {
    width: auto;
    height: auto;
    margin-bottom: 30px;
    font-size: 32px;
    font-weight: bold;
}


/* ソート・お知らせ一覧を見る */

.index-sort-list-btn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0;
}


/* お知らせ一覧を見る */

a.btn-sm-deepblue,
a.btn-event-deepblue {
    display: inline-block;
    position: relative;
    width: 154px;
    padding: 10px 13px 10px 15px;
    margin-bottom: 7px;
	margin-left: 20px;
	margin-bottom: 10px;
    vertical-align: top;
    color: #FFF;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-decoration: none;
    background: #091138;
}

a.btn-event-deepblue {
  width: 240px;
}

a.btn-sm-deepblue::after,
a.btn-event-deepblue::after {
    position: absolute;
    content: "";
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 15px;
    top: 12px;
}


/*-------------------------------

	List

-------------------------------*/

.news-wrap {
    width: 1240px;
    height: auto;
    margin: 50px auto 0;
    padding: 0;
    overflow: hidden;
}


/*---------- お知らせ一覧 ----------*/


/* ソート */

.sort-list-btn {
    display: inline-block;
    float: right;
    margin-top: 10px;
    right: 0;
    font-size: 0;
}

.news-sort {
    display: inline-block;
    position: relative;
}

#sort {
    position: absolute;
    zoom: 1.1;
    z-index: 1000;
    opacity: 0;
    border: 0;
    width: 180px;
    height: 30px;
}

div#sort2 {
    position: relative;
    width: 176px;
    padding: 0;
    padding-left: 10px;
    line-height: 30px;
    white-space: nowrap;
    -webkit-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 15px;
    color: #595757;
    font-family: "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, Arial, sans-serif !important;
    border: 2px solid #878787;
    z-index: 1;
    overflow: hidden;
}

div#sort2:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: #878787;
    border-radius: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
}

div#sort2:after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    border: 6px solid transparent;
    border-top: 8px solid white;
    position: absolute;
    right: 7px;
    top: 11px;
}


/* お知らせ一覧 */

.news-list, .event-list {
    width: 1240px;
    height: auto;
    margin: 0px auto;
    padding: 0;
}

.news-list li, .event-list li {
    width: auto;
    height: auto;
    margin: 0 0 27px;
    padding: 0 0 0 150px;
}

.news-list li:last-child, .event-list li:last-child {
    margin-bottom: 0;
}

.news-list li a {}

.news-list li a p, .event-list li a p {
    display: inline-block;
    font-size: 15px;
    margin-right: 10px;
	margin-left: -150px;
    text-decoration: underline;
}

.news-list li a p:last-child, .event-list li a p:last-child {
    margin-right: 0;
}

.news-list li a p,
.news-list li a p span,
.event-list li a p,
.event-list li a p span {
    font-family: "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, Arial, sans-serif !important;
}

.news-list li a p span:not(.attached-category),
.event-list li a p span:not(.attached-category) {
    margin-left: 15px;
}
.news-list li a p span.attached-category,
.event-list li a p span.attached-category {
    display:inline-block;
}

.news-list li a p + p,
.event-list li a p + p {
    display: inline-block;
    margin-right: 15px;
	margin-left: 0;
    line-height: 19px;
    vertical-align: text-top;
    font-size: 15px;
}


/* Pagination */

ul.page {
    width: 1240px;
    height: 38px;
    margin: 100px 0 0;
    font-size: 0;
}

ul.page li {
    display: inline-block;
    width: 38px;
    height: 38px;
    text-align: center;
    font-size: 14px;
    margin-right: 8px;
}

ul.page li a {
    padding: 0;
    line-height: 38px;
    color: #fff;
    background: #091139;
}

ul.page li:first-child {
    content: " ＞ ";
    margin-right: 15px;
}

ul.page li:last-child {
    margin-left: 7px;
    margin-right: 0;
}


/*---------- お知らせ記事 ----------*/

.news-title {
    width: 1240px;
    height: auto;
    margin: 0 auto;
}


/* 日付 */

span.news-date {
    font-size: 20px;
    color: #000;
    font-family: "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, Arial, sans-serif !important;
}


/* ラベル:記事専用共通設定 */

.news-title .label-darkblue,
.news-title .label-blue,
.news-title .label-coral,
.news-title .label-green,
.news-title .label-gray {
    display: inline-block;
    width: auto;
    padding: 6px 15px;
    text-align: center;
    font-size: 16px;
    font-family: "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, Arial, sans-serif !important;
}


/* 記事 */

.news-detail {
    width: 100%;
    height: auto;
    margin: 0 0 50px;
}

.news-wrap div.news-detail:nth-child(2) {
    margin-top: 50px;
}

.news-detail p {
    font-size: 15px;
    font-weight: normal;
    line-height: 30px;
    color: #000;
}

.news-detail p.news-img {
    display: inline-block;
    width: 560px;
    height: 270px;
    font-size: 0;
}

.news-detail p.news-img:nth-child(1) {
    margin-right: 20px;
}

.news-detail p.news-img img {
    display: inline-block;
    width: 100%;
    height: auto;
}

.news-detail p a {
    color: #e63828;
    text-decoration: underline;
}

.news-btn {}

.news-btn a {
    width: 160px;
}
.news-btn a.event {
    width: auto;
    padding-right: 70px;
}


/*-------------------------------

	For Patient

-------------------------------*/


/*---------- about01 ----------*/

.patient-about {
    width: 904px;
    height: auto;
    margin-top: 60px;
}

.patient-about h2 {
    margin-bottom: 20px;
}

.patient-about h2:after {
    width: 80%;
}

.patient-about:last-child h2:after {
    width: 63%;
}

.patient-about .sub-title {
    font-size: 20px;
    margin: 10px auto 50px;
    color: #595757;
}

.patient-about a.check-btn {
    float: left;
    width: 200px;
    margin-bottom: 80px;
}

.patient-about span {
    font-size: 13px;
}


/* div.co-l480-r374:左480px,右374px */

.patient-about .co-l480-r374 {
    width: 904px;
    height: auto;
    margin: 0 0 80px;
    padding: 0;
    font-size: 0;
    overflow: hidden;
}

.patient-about .co-l480-r374 > img {
    display: inline-block;
    width: 480px;
    height: auto;
    margin: 0 50px 0 0;
    padding: 0;
    vertical-align: bottom;
    font-size: 0;
    overflow: hidden;
}

.patient-about .co-l480-r374-detail {
    display: inline-block;
    width: 344px;
    height: auto;
    padding: 0 30px 0 0;
    vertical-align: middle;
    background-color: #FFF;
}

.patient-about .co-l480-r374-detail img {
    display: inline-block;
    width: auto;
    height: 60px;
    margin-bottom: 20px;
}

.patient-about .co-l480-r374-detail h3 {
    margin: 0 auto 0;
    font-size: 22px;
}

.patient-about .co-l480-r374-detail p {
    width: auto;
    height: auto;
    margin: 20px auto 0;
    font-size: 16px;
    line-height: 28px;
    color: #595757;
}

.patient-about .co-l480-r374-detail p + a {
    margin-top: 20px;
}


/* div.co-l374-r480:左374px,右480px */

.patient-about .co-l374-r480 {
    width: 904px;
    height: auto;
    margin: 0 0 80px;
    padding: 0;
    font-size: 0;
    overflow: hidden;
}

.patient-about .co-l374-r480 > img {
    display: inline-block;
    width: 480px;
    height: auto;
    margin: 0 0 0 50px;
    padding: 0;
    vertical-align: bottom;
    font-size: 0;
    overflow: hidden;
}

.patient-about .co-l374-r480-detail {
    display: inline-block;
    width: 344px;
    height: auto;
    padding: 0 0 0 30px;
    vertical-align: middle;
    background-color: #FFF;
}

.patient-about .co-l374-r480-detail img {
    display: inline-block;
    width: auto;
    height: 60px;
    margin-bottom: 20px;
}

.patient-about .co-l374-r480-detail h3 {
    margin: 0 auto 0;
    font-size: 22px;
}

.patient-about .co-l374-r480-detail p {
    width: auto;
    height: auto;
    margin: 20px auto 0;
    font-size: 16px;
    line-height: 28px;
    color: #595757;
}

.patient-about .co-l374-r480-detail p + a {
    margin-top: 20px;
}


/*---------- about02 ----------*/

.patient-about02 {
    width: 904px;
    height: auto;
    margin: 0 auto 50px;
}

.patient-about02 .co-w904 {
    width: 904px;
    height: auto;
    margin: 0 0 20px;
    padding: 0;
    overflow: hidden;
}

.patient-about02 .co-w904 h2 {
    margin: 0 0 20px;
}

.patient-about02 a.check-btn {
    float: left;
    width: 200px;
    margin-bottom: 80px;
}

.patient-about02 h2:after {
    width: 60%;
}

.right-content-wrap:nth-child(3) .patient-about02 h2:after {
    width: 60%;
}

.right-content-wrap:nth-child(4) .patient-about02 h2:after {
    width: 55%;
}

.right-content-wrap:nth-child(5) .patient-about02 h2:after {
    width: 85%;
}

p.blue-area {
    width: 830px;
    margin-top: 20px;
    padding: 25px 35px;
    font-size: 16px !important;
    line-height: 30px !important;
    color: #595757;
    background-color: #dcebf0;
    border-radius: 20px;
}

p.blue-area:first-child {
    margin-top: 10px;
}

p.blue-area:nth-child(3) {
    margin-left: 0px;
}

.patient-about02 .co-l388-r466 {
    margin-bottom: 30px;
}


/*---------- about03 ----------*/

.patient-about03 {
    width: 904px;
    height: auto;
    margin: 0 auto 50px;
}

.patient-about03 h2 {
    margin-bottom: 60px;
}

.patient-about03 h2 img {
    width: 352.5px;
    height: auto;
}

.patient-about03 a.check-btn {
    float: right;
    width: 200px;
    margin-bottom: 80px;
}

.right-content-wrap:nth-child(4) .patient-about03 h2:after {
    width: 80%;
}


/* ul.co-l380-r480:左380px,右480px */

.patient-about03 ul.co-l380-r480 {
    width: 904px;
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 0;
}

.patient-about03 ul.co-l380-r440 li {
    display: inline-block;
    list-style: none;
    width: 380px;
    height: auto;
    margin: 0;
    padding: 0;
    vertical-align: top;
}

.patient-about03 ul.co-l380-r440 li h3 {
    margin-top: 0;
}

.patient-about03 ul.co-l380-r440 li:first-child {
    width: 380px;
    height: auto;
    margin-right: 78px;
}

.patient-about03 ul.co-l380-r440 li:last-child {
    width: 440px;
    height: auto;
}

.patient-about03 ul.co-l380-r440 li p {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 28px;
    color: #595757;
}

.patient-about03 ul.co-l380-r440 li img {
    width: 100%;
    height: auto;
}

.patient-about03 ul.co-l380-r440 li h3 {
    margin: 0px auto 10px;
}

.patient-about03 ul.co-l380-r440 li div + div h3 + p {
    margin: 0 auto;
}


/* div.co-about03-title */

.patient-about03 .co-about03-title {
    width: 904px;
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 0;
    overflow: hidden;
}

.patient-about03 .co-about03-title > img {
    display: inline-block;
    width: auto;
    height: 60px;
    margin: 0 60px 0 0;
    padding: 0;
    vertical-align: bottom;
    font-size: 0;
    overflow: hidden;
}

.patient-about03 .co-about03-title-detail {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 0 30px 0 0;
    vertical-align: middle;
    background-color: #FFF;
}

.patient-about03 .co-about03-title-detail img {
    display: inline-block;
    width: auto;
    height: 60px;
    margin-bottom: 20px;
}

.patient-about03 .co-about03-title-detail h3 {
    margin: 0 auto 0;
    font-size: 23px;
}

.patient-about03 .co-about03-title-detail hr {
    margin-bottom: 0;
}


/* div.co-about03-detail */

.patient-about03 .co-w904 {
    border-bottom: 1px solid #999898;
    padding-bottom: 40px;
}

.patient-about03 .co-about03-detail {
    width: 840px;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 0;
    overflow: hidden;
}

.patient-about03 .co-w904:nth-child(4) {
    margin-bottom: 0;
}

.patient-about03 .co-w904:nth-child(4) .co-about03-detail {
    width: 870px;
}

.patient-about03 .co-w904:nth-child(3) {
    padding-left: 64px;
}

.patient-about03 .co-w904:nth-child(4) .blue-area {
    width: 800px;
}

.patient-about03 .co-about03-detail > img {
    display: inline-block;
    width: auto;
    margin: 0 40px 0 0;
    padding: 0;
    vertical-align: middle;
    font-size: 0;
    overflow: hidden;
}

.patient-about03 .co-w904:nth-child(2) .co-about03-detail > img {
    width: 158px;
}

.patient-about03 .co-w904:nth-child(3) .co-about03-detail > img {
    width: 214.5px;
    margin-right: 0;
}

.patient-about03 .co-w904:nth-child(4) .co-about03-detail > img {
    width: 328px;
    margin-right: 30px;
}

.patient-about03 .co-about03-detail p {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0 auto;
    font-size: 20px;
    line-height: 34px;
    text-align: left;
    vertical-align: middle;
    color: #595757;
}

.patient-about03 .co-w904:nth-child(2) .co-about03-detail p {
    width: 570px;
}

.patient-about03 .co-w904:nth-child(3) .co-about03-detail p {
    width: 525px;
    margin: 0 40px 0 0;
}

.patient-about03 .co-w904:nth-child(4) .co-about03-detail p {
    width: 480px;
}


/*-------------------------------

	Contact & Recruit Form

-------------------------------*/


/*---------- 入力 ----------*/


/* Contact */

.contact-wrap {
    width: 1240px;
    height: auto;
    margin: 50px auto 0;
    padding: 0;
    overflow: hidden;
}

.contact-wrap a.bg-green {
    width: 250px;
    margin-bottom: 50px;
}

.contact-wrap a.bg-green + hr {
    margin-bottom: 50px;
    clear: both;
}

.contact-wrap p.contact-attention {
    font-size: 29px;
}

.contact-wrap ul.contact-input {
    width: 1240px;
    height: auto;
    min-height: 300px;
    margin: 0px 0 50px;
    font-size: 0;
}
.contact-wrap ul.contact-input_2 {
    width: 1240px;
    height: auto;
    min-height: 10px;
    margin: 0px 0 0px;
    font-size: 0;
}

.contact-wrap ul.contact-input li {
    display: inline-block;
    position: relative;
    width: 44%;
    margin: 40px 12% 40px 0;
    vertical-align: top;
}
.contact-wrap ul.contact-input_2 li {
    display: inline-block;
    position: relative;
    width: 44%;
    margin: 0px 12% 0px 10;
    vertical-align: top;
}

.contact-wrap ul.contact-input li:nth-child(even) {
    margin-right: 0;
}

.contact-wrap ul.contact-input li label {
    font-size: 17px;
	line-height: 25px;
}
.contact-wrap ul.contact-input_2 li label {
    font-size: 15px;
	line-height: 25px;
}


.contact-wrap ul.contact-input li input[type='text'] {
    width: 100%;
    font-size: 18px;
    box-sizing: border-box;
    margin-top: 15px;
    padding: 15px;
    transition: 0.3s;
    letter-spacing: 1px;
    color: #000;
    border: 4px solid #6065a2;
    background-color: #f3f3f8;
}

.contact-wrap ul.contact-input li textarea {
    width: 100%;
    min-height: 150px;
    font-size: 18px;
    box-sizing: border-box;
    margin-top: 15px;
    padding: 15px;
    line-height: 24px;
    transition: 0.3s;
    letter-spacing: 1px;
    color: #000;
    border: 4px solid #6065a2;
    background-color: #f3f3f8;
}

.contact-wrap .radio-wrap {
    margin-top: 20px;
}

.contact-wrap input[type="radio"] {
    display: none;
}

.contact-wrap label.radio {
    position: relative;
    display: inline-block;
    padding: 12px 30px 3px 30px;
    font-size: 19px !important;
    cursor: pointer;
}

.contact-wrap label.radio::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 14px;
    height: 14px;
    margin-top: -8px;
    border: 4px solid #6065a2;
    background-color: #f3f3f8;
    border-radius: 100%;
}

.contact-wrap input[type="radio"]:checked + label.radio::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 4px;
    width: 14px;
    height: 14px;
    margin-top: -4px;
    background: #24a4cd;
    border-radius: 100%;
}

.contact-wrap ul.contact-input li input[type='text']:focus,
.contact-wrap ul.contact-input li textarea:focus {
    border: 4px solid #24a4cd;
    outline: none;
}


/* Recruit */

.recruit-contact-wrap {
    width: 1240px;
    height: auto;
    margin: 50px auto 0;
    padding: 0;
    overflow: hidden;
}

.recruit-contact-wrap .bg-purple {
    width: 250px;
    margin-bottom: 50px;
    background-color: #e6f5f0;
}

.recruit-contact-wrap a.bg-purple + hr {
    margin-bottom: 50px;
    clear: both;
}

.recruit-contact-wrap p.contact-attention {
    font-size: 29px;
}

.recruit-contact-wrap ul.contact-input {
    width: 1240px;
    height: auto;
    min-height: 300px;
    margin: 0px 0 50px;
    font-size: 0;
}

.recruit-contact-wrap ul.contact-input li {
    display: inline-block;
    position: relative;
    width: 44%;
    margin: 40px 12% 40px 0;
    vertical-align: top;
}

/*.recruit-contact-wrap ul.contact-input li:nth-child(1) {
    border-bottom: 1px solid #231815;
    padding: 0 0 30px;
}*/

/*.recruit-contact-wrap ul.contact-input li:nth-child(5) {
    border-top: 1px solid #231815;
    border-bottom: 1px solid #231815;
    padding: 40px 0;
}*/

.recruit-contact-wrap ul.contact-input li.long-co1 {
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 40px 0;
    vertical-align: top;
    font-size: 0;
}

.recruit-contact-wrap ul.contact-input li.long-co1 > div {
    width: 44%;
}

.recruit-contact-wrap ul.contact-input li.long-co1 .radio-wrap {
    width: 100%;
}

.recruit-contact-wrap ul.contact-input li.long-co1 p {
    margin-top: 15px;
    font-size: 17px;
}

.recruit-contact-wrap ul.contact-input li.long-co2 {
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 40px 0;
    vertical-align: top;
    font-size: 0;
}

.recruit-contact-wrap ul.contact-input li.long-co2 p {
    margin-bottom: 20px;
    font-size: 17px;
}

.recruit-contact-wrap ul.contact-input li.long-co2 > div {
    display: inline-block;
    width: 15%;
    margin-right: 5%;
}

.recruit-contact-wrap ul.contact-input li.long-co2 > div + div {
    display: inline-block;
    width: 80%;
    margin-right: 0;
}

.recruit-contact-wrap ul.contact-input li.long-co2 input[type='text'] {
    width: 100%;
    font-size: 18px;
    box-sizing: border-box;
    margin-top: 15px;
    padding: 15px;
    transition: 0.3s;
    letter-spacing: 1px;
    color: #000;
    border: 4px solid #37ae83;
    background-color: #e6f5f0;
}

.recruit-contact-wrap ul.contact-input li.long-co2-job {
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 40px 0;
    vertical-align: top;
    font-size: 0;
}

.recruit-contact-wrap ul.contact-input li.long-co2-job > label {
    display: block;
}

.recruit-contact-wrap ul.contact-input li.long-co2-job > div {
    display: inline-block;
    width: 30%;
    margin-right: 5%;
}

.recruit-contact-wrap ul.contact-input li.long-co2-job > div + div {
    display: inline-block;
    width: 65%;
    margin-right: 0;
}


/* ソート */

.recruit-contact-wrap ul.contact-input li.long-co2-job > div + div .news-sort {
    display: inline-block;
    position: relative;
}

.recruit-contact-wrap ul.contact-input li.long-co2-job > div + div .sort,
.recruit-contact-wrap ul.contact-input li.long-co2-job > div + div .sort-a,
.recruit-contact-wrap ul.contact-input li.long-co2-job > div + div .sort-b {
    position: absolute;
    zoom: 1.1;
    z-index: 1000;
    opacity: 0;
    border: 0;
    width: 180px;
    height: 30px;
}

.recruit-contact-wrap ul.contact-input li.long-co2-job > div + div .sort2,
.recruit-contact-wrap ul.contact-input li.long-co2-job > div + div .sort2-a,
.recruit-contact-wrap ul.contact-input li.long-co2-job > div + div .sort2-b {
    position: relative;
    width: 176px;
    padding: 0;
    padding-left: 10px;
    line-height: 30px;
    white-space: nowrap;
    -webkit-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 15px;
    font-family: "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, Arial, sans-serif !important;
    z-index: 1;
    overflow: hidden;
    border: 4px solid #37ae83;
    background-color: #e6f5f0;
    color: #37ae83;
}

.recruit-contact-wrap ul.contact-input li.long-co2-job > div + div .sort2:before,
.recruit-contact-wrap ul.contact-input li.long-co2-job > div + div .sort2-a:before,
.recruit-contact-wrap ul.contact-input li.long-co2-job > div + div .sort2-b:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-color: #37ae83;
    border-radius: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.recruit-contact-wrap ul.contact-input li.long-co2-job > div + div .sort2:after,
.recruit-contact-wrap ul.contact-input li.long-co2-job > div + div .sort2-a:after,
.recruit-contact-wrap ul.contact-input li.long-co2-job > div + div .sort2-b:after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    border: 6px solid transparent;
    border-top: 8px solid white;
    position: absolute;
    right: 7px;
    top: 11px;
}

.recruit-contact-wrap ul.contact-input li.long-co2-job input[type='text'] {
    width: 100%;
    font-size: 18px;
    box-sizing: border-box;
    margin-top: 15px;
    padding: 15px;
    transition: 0.3s;
    letter-spacing: 1px;
    color: #000;
    border: 4px solid #37ae83;
    background-color: #e6f5f0;
}

.recruit-contact-wrap ul.contact-input li.long-co2-job > div + div .news-sort {
    vertical-align: top;
    margin-top: -11px;
    margin-left: 20px;
}
.recruit-contact-wrap ul.contact-input li.long-co2-job > div .news-sort + label{
  margin-left:50px;
}
.recruit-contact-wrap ul.contact-input li:nth-child(2),
.recruit-contact-wrap ul.contact-input li:nth-child(4),
.recruit-contact-wrap ul.contact-input li:nth-child(6),
.recruit-contact-wrap ul.contact-input li:nth-child(9) {
    margin-right: 0;
}

.recruit-contact-wrap ul.contact-input li label {
    font-size: 17px;
}

.recruit-contact-wrap ul.contact-input li input[type='text'] {
    width: 100%;
    font-size: 18px;
    box-sizing: border-box;
    margin-top: 15px;
    padding: 15px;
    transition: 0.3s;
    letter-spacing: 1px;
    color: #000;
    border: 4px solid #37ae83;
    background-color: #e6f5f0;
}

.recruit-contact-wrap ul.contact-input li textarea {
    width: 100%;
    min-height: 290px;
    font-size: 18px;
    box-sizing: border-box;
    margin-top: 15px;
    padding: 15px;
    line-height: 24px;
    transition: 0.3s;
    letter-spacing: 1px;
    color: #000;
    border: 4px solid #37ae83;
    background-color: #e6f5f0;
}

.recruit-contact-wrap .radio-wrap {
    margin-top: 20px;
}

.recruit-contact-wrap input[type="radio"] {
    display: none;
}

.recruit-contact-wrap label.radio {
    position: relative;
    display: inline-block;
    padding: 12px 30px 3px 30px;
    font-size: 19px !important;
    cursor: pointer;
}

.recruit-contact-wrap label.radio::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 14px;
    height: 14px;
    margin-top: -8px;
    border: 4px solid #37ae83;
    background-color: #e6f5f0;
    border-radius: 100%;
}

.recruit-contact-wrap input[type="radio"]:checked + label.radio::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 4px;
    width: 14px;
    height: 14px;
    margin-top: -4px;
    background: #24a4cd;
    border-radius: 100%;
}

.recruit-contact-wrap ul.contact-input li input[type='text']:focus,
.recruit-contact-wrap ul.contact-input li textarea:focus {
    border: 4px solid #24a4cd;
    outline: none;
}

.privacy {
    width: 94%;
    margin-top: 15px;
    padding: 15px 3%;
    height: 240px;
    background-color: #efefef;
    overflow-y: scroll;
}

.privacy p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.5;
    color: #000;
}

.privacy p:last-child {
    margin-bottom: 0;
}


/*---------- 確認 ----------*/

.contact-wrap .contact-check {
    width: 920px;
    height: auto;
    min-height: 300px;
    margin: 80px 0 50px;
    background-color: #ccc;
}

.contact-wrap .contact-check p {
    color: #FFF;
    font-size: 20px;
    padding: 20px 0 0 20px;
}


/*---------- 完了 ----------*/

.contact-wrap p.contact-thanks {
    font-size: 70px;
    margin-bottom: 50px;
}

.contact-wrap p.contact-thanks-en {
    font-size: 100px;
    margin-bottom: 50px;
}

.contact-wrap p.contact-thanks + p,
.contact-wrap p.contact-thanks-en + p {
    font-size: 27px;
    margin-bottom: 200px;
}

.contact-wrap .check-btn {
    width: 200px;
}


/*-------------------------------

	For Providers

-------------------------------*/

.area-number {
    width: auto;
    height: 67px;
}

.area-number img {
    width: auto;
    height: 67px;
}

.area-btn {
    width: auto;
    height: auto;
    margin: 30px auto 0;
}

.area-btn a {
    width: auto;
    height: auto;
    margin-right: 35px;
}


/*-------------------------------

	Recruit

-------------------------------*/

.recruit-top-wrap {
    width: 100%;
}


/* TOP メインイメージ */

.recruit-main {
    width: 100%;
    height: auto;
    padding-top: 29%;
    margin-bottom: 25px;
    background: url("../img/recruit/top/recruit_top_main.jpg") no-repeat;
    background-size: 100%;
    background-position: top;
}

.recruit-main div {
    width: 730px;
    height: auto;
    margin: 0 auto;
    padding: 50px 70px 0;
    text-align: center;
    background-color: #FFF;
}

.recruit-main div h1 {
    margin-bottom: 20px;
    font-size: 23px;
}

.recruit-main + .wrap img {
    width: 55px;
    height: auto;
    margin: 50px auto 0;
}

.recruit-main + .wrap p {
    font-size: 15px;
    line-height: 28px;
    color: #595757;
}

.recruit-top-wrap .wrap {
    text-align: center;
    padding: 45px 0 110px;
}

.recruit-main + .wrap {
    width: 700px;
    height: auto;
    margin: 0 auto;
    padding: 0;
}

.recruit-top-wrap .wrap h2 {
    margin: 0 auto 35px;
    font-size: 25px;
}

.recruit-top-wrap ul {
    text-align: left;
}

.recruit-top-wrap .wrap .check-btn {
    margin-top: 70px;
    text-align: left;
}

.recruit-top-wrap .wrap .check-btn2 {
    margin-top: 70px;
    text-align: left;
}


/* Img 100% */

.recruit-fl-img {
    width: 100%;
    height: auto;
    text-align: center;
}

.recruit-fl-img img {
    width: 100%;
    height: auto;
}

.recruit-fl-img .wrap {
    text-align: center;
    padding: 45px 0 110px;
}

.recruit-fl-img .wrap h2 {
    margin: 0 auto 35px;
    font-size: 25px;
}

.recruit-fl-img .wrap p {
    width: 680px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 28px;
    color: #595757;
}

.recruit-fl-img .wrap .check-btn {
    margin-top: 70px;
    text-align: left;
}

.recruit-fl-img .wrap .check-btn2 {
    margin-top: 70px;
    text-align: left;
}


/* タイトル+水平線 */

h2.recruit-top-title {
    display: flex;
    margin: 0 auto 35px;
    font-size: 34px;
    align-items: center;
}

h2.recruit-top-title:before,
h2.recruit-top-title:after {
    border-top: 1px solid;
    content: "";
    flex-grow: 1;
}

h2.recruit-top-title:before {
    margin-right: 1rem;
}

h2.recruit-top-title:after {
    margin-left: 1rem;
}

ul.recruit-co-list2 {
    width: 940px;
    height: auto;
    margin: 0 auto;
    padding: 25px 0 50px;
    font-size: 0;
}

ul.recruit-co-list2 li {
    display: inline-block;
    width: 470px;
    padding: 0px;
}

ul.recruit-co-list2 li h3 {
    margin-bottom: 20px;
    font-size: 22px;
	line-height: 35px;
    color: #595757;
}

ul.recruit-co-list2 li .check-btn {
    text-align: left;
}

ul.recruit-co-list2 li .check-btn2 {
    text-align: left;
}

ul.recruit-co-list4 {
    width: 1239px;
    height: auto;
    margin: 0 auto;
    padding: 25px 0 0;
    font-size: 0;
}

ul.recruit-co-list4 li {
    display: inline-block;
    width: 300px;
    padding: 0px;
    margin-right: 13px;
}

ul.recruit-co-list4 li:last-child {
    margin-right: 0;
}

ul.recruit-co-list4 li h3 {
    margin: 25px auto 20px;
    font-size: 21px;
    color: #595757;
}

ul.recruit-co-list4 li .check-btn {
    text-align: left;
}

ul.recruit-co-list4 li .check-btn2 {
    text-align: left;
}


/*---------- 採用情報上部 ----------*/

.co-top-recruit {}

.co-top-recruit ul.co-list2-t1 {
    margin-bottom: 50px;
}

.co-top-recruit ul.co-list2-t1 li {
    width: 430px;
    height: auto;
    margin-right: 44px;
}

.co-top-recruit ul.co-list2-t1 li:nth-child(even) {
    margin-right: 0;
}

.co-top-recruit ul.co-list2-t1 li img {
    width: 430px;
    height: auto;
}

div.co-top-recruit .check-btn {
    width: 200px;
}

div.co-top-recruit .check-btn2 {
    width: 200px;
}


/*---------- 採用情報Vision ----------*/

.co-vision-recruit {}

.co-vision-recruit ul.co-list3 li {
    margin-bottom: 80px;
}

.co-over525 {
    width: 904px;
    height: auto;
    margin: 0 0 90px;
    padding: 0;
    font-size: 0;
    overflow: hidden;
}

.co-over525:nth-child(1) {
    background: url("../img/recruit/vision/recruit_vision01.jpg")no-repeat;
    background-size: 525px 292px;
    background-position: left top;
}

.co-over525:nth-child(3) {
    background: url("../img/recruit/vision/recruit_vision07.jpg")no-repeat;
    background-size: 525px 292px;
    background-position: top right;
}

.co-over525:nth-child(4) {
    background: url("../img/recruit/vision/recruit_vision08.jpg")no-repeat;
    background-size: 525px 292px;
    background-position: left top;
}

.co-over525:nth-child(5) {
    background: url("../img/recruit/vision/recruit_vision11.jpg")no-repeat;
    background-size: 525px 292px;
    background-position: top right;
}

.co-over525:nth-child(6) {
    background: url("../img/recruit/vision/recruit_vision12.jpg")no-repeat;
    background-size: 525px 292px;
    background-position: left top;
}

.co-over525:nth-child(8) {
    background: url("../img/recruit/vision/recruit_vision18.jpg")no-repeat;
    background-size: 525px 292px;
    background-position: top right;
}
.co-over525-detail {
    width: 415px;
    height: auto;
    margin-top: 75px;
    padding: 35px 35px 0 35px;
    background-color: #FFF;
}

.co-over525:nth-child(1) .co-over525-detail,
.co-over525:nth-child(4) .co-over525-detail,
.co-over525:nth-child(6) .co-over525-detail {
    float: right;
    padding-right: 0;
}

.co-over525:nth-child(3) .co-over525-detail,
.co-over525:nth-child(5) .co-over525-detail,
.co-over525:nth-child(8) .co-over525-detail {
    padding-left: 0;
}

.co-over525:nth-child(1),
.co-over525:nth-child(8) {
    margin-bottom: 35px;
}

.co-over525:nth-child(5) {
    position: relative;
}

.co-over525:nth-child(5) .check-btn {
    position: absolute;
    right: 0;
    bottom: 40px;
}

.co-over525:nth-child(5) .check-btn2 {
    position: absolute;
    right: 0;
    bottom: 40px;
}

.co-over525:nth-child(8) {
    position: relative;
}

.co-over525:nth-child(8) .check-btn {
    position: absolute;
    right: 0;
    bottom: 40px;
}

.co-over525:nth-child(8) .check-btn2 {
    position: absolute;
    right: 0;
    bottom: 40px;
}

.co-over525-detail img.h43 {
    width: auto;
    height: 43px;
}

.co-over525-detail img.h55 {
    width: auto;
    height: 55px;
}

.co-over525-detail p {
    width: auto;
    font-size: 15px;
    line-height: 28px;
    color: #595757;
}


/*---------- 採用情報Career ----------*/

.co-over430 {
    width: 904px;
    min-height: 430px;
    margin: 0 0 80px;
    padding: 0;
    font-size: 0;
    overflow: hidden;
}

.co-over430.interview02 {
    background: url("../img/recruit/career/recruit_career01.jpg")no-repeat;
    background-size: 430px 430px;
    background-position: left center;
}

.co-over430.interview01 {
    background: url("../img/recruit/career/recruit_career03.jpg")no-repeat;
    background-size: 430px 430px;
    background-position: left center;
}

.co-over430.interview03 {
    background: url("../img/recruit/career/recruit_career03pc.jpg")no-repeat;
    background-size: 430px 430px;
    background-position: left center;
}

.co-over430.interview04 {
    background: url("../img/recruit/career/recruit_career04pc.jpg")no-repeat;
    background-size: 430px 430px;
    background-position: left center;
}

.co-over430.interview05 {
    background: url("../img/recruit/career/recruit_career05pc.jpg")no-repeat;
    background-size: 430px 430px;
    background-position: left center;
}

.co-over430.interview06 {
    background: url("../img/recruit/career/recruit_career06pc.jpg")no-repeat;
    background-size: 430px 430px;
    background-position: left center;
}

.co-over430-detail {
    float: right;
    width: 490px;
    height: auto;
    margin-top: 40px;
    padding: 35px 0 35px 35px;
    background-color: #FFF;
}

.co-over430-detail h2 {
    margin: 18px auto 15px;
    line-height: 34px;
    text-align: left;
    font-size: 20px;
    font-weight: normal;
    color: #000;
}

.co-over430-detail img {
    width: 180.5px;
    height: auto;
}

.co-over430-detail p {
    width: auto;
    height: auto;
    margin: 20px auto 30px;
    font-size: 15px;
    line-height: 28px;
    color: #595757;
}

.co-over430-detail p + p {
    font-size: 13px;
    line-height: inherit;
}


/*---------- 採用情報Career01 ----------*/

.co-l515 {
    width: 904px;
    height: auto;
    margin: 0 0 90px;
    padding: 0;
    font-size: 0;
    overflow: hidden;
}

.co-l515 > img {
    display: inline-block !important;
    width: 515px;
    height: auto;
    margin-right: 70px;
    vertical-align: bottom;
}

.co-l515 > img.sp {
    display: none !important;
}

.co-l515-detail {
    display: inline-block;
    width: 319px;
    height: auto;
    padding: 0 0 10px;
    vertical-align: bottom;
    background-color: #FFF;
}

.co-l515-detail h2 {
    font-size: 20px;
}

.co-l515-detail img {
    width: auto;
    height: 43px;
}

.co-l515-detail p {
    width: auto;
    font-size: 15px;
    line-height: 28px;
    color: #595757;
}

.carrier01-detail {
    width: 904px;
    height: auto;
    margin-bottom: 80px;
    overflow: hidden;
    clear: both;
}

.carrier01-detail:last-of-type {
    margin-bottom: 30px;
}

.carrier01-detail div {
    width: 570px;
    height: auto;
}

.carrier01-detail div h3 {
    margin: 0 auto 10px;
    font-size: 20px;
}

.carrier01-detail div p {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 28px;
    color: #595757;
}

.carrier01-detail div p:last-child {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 28px;
    color: #595757;
}

.carrier01-detail img {
    width: 410px;
    height: auto;
    margin-top: 25px;
    padding: 0;
}

.carrier01-detail:last-of-type + a.check-btn {
    width: 80px;
}


/*---------- 採用情報Environment ----------*/

.environment-wrap {}

.environment-wrap .co-l388-r466:nth-child(1) {
    margin-bottom: 40px;
}

.environment-wrap .co-l388-r466:nth-child(6) {
    margin-bottom: 30px;
}

.environment-wrap ul {
    width: 904px;
    height: auto;
    overflow: hidden;
}

.environment-wrap .co-l388-r466:nth-child(1) + ul {
    margin-bottom: 80px;
}

.environment-wrap ul li {
    float: left;
    width: 200px;
    height: auto;
    margin-right: 34px;
}

.environment-wrap ul li:last-child {
    margin-right: 0;
}

.environment-wrap ul li p {
    width: auto;
    height: auto;
    margin: 10px auto 0;
    font-size: 15px;
    line-height: 28px;
    color: #595757;
}

.environment-wrap ul li p:first-child {
    font-size: 18px;
}

.environment-wrap ul li p span {
    font-size: 15px;
}

.environment-wrap ul li p span.icon-blue {
    padding: 5px 10px;
    color: #2ea6df;
    border: 1px solid #2ea6df;
}

.environment-wrap ul li p span.icon-blue + span {
    color: #2ea6df;
}

.environment-wrap ul li p span.icon-lightgreen {
    padding: 5px 10px;
    color: #8ec21f;
    border: 1px solid #8ec21f;
}

.environment-wrap ul li p span.icon-lightgreen + span {
    color: #8ec21f;
}

.environment-wrap ul li p span.icon-orange {
    padding: 5px 12px;
    color: #f29700;
    border: 1px solid #f29700;
}

.environment-wrap ul li p span.icon-orange + span {
    color: #f29700;
    font-size: 12px;
}

.environment-wrap ul li p span.icon-pink {
    padding: 5px 10px;
    color: #e3007f;
    border: 1px solid #e3007f;
}

.environment-wrap ul li p span.icon-pink + span {
    color: #e3007f;
}

.environment-movie {
    width: 500px;
    height: auto;
    margin-bottom: 80px;
}

.environment-movie h3 {
    margin-bottom: 20px;
    font-size: 21px;
    color: #091138;
}

.environment-movie .inner {
    width: 500px;
    height: 0;
    padding-top:290px;
    position:relative;
}
.environment-movie .inner iframe{
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
}


/*---------- 採用情報リスト ----------*/


/* div.co-list-recruit:横904px */

div.co-list-recruit {
    width: 904px;
    height: auto;
    margin: 0 0 50px;
    padding: 0;
    font-size: 0;
    overflow: hidden;
}

div.co-list-recruit img {
    width: 435.5px;
    height: 53.5px;
}

div.co-list-recruit ul {
    width: 904px;
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 0;
    overflow: hidden;
}

div.co-list-recruit ul li {
    width: 904px;
    margin: 0 0 50px;
    padding: 0 0 10px;
    font-size: 0;
    border-bottom: 1px solid #231815;
    overflow: hidden;
}

div.co-list-recruit ul li p {
    display: inline-block;
    width: auto;
    vertical-align: top;
    font-size: 15px;
    line-height: 30px;
    font-weight: normal;
    color: #595757;
}

div.co-list-recruit p.treatment {
    margin-bottom: 20px;
    font-size: 18px;
    color: #091138;
}

div.co-list-recruit li p + a {
    width: 120px;
    font-size: 12px;
    line-height: inherit;
    background-color: #37ae83;
}

div.co-list-recruit li p + a:after {
    top: 10px;
}

div.co-list-recruit li p:first-child {
    width: 250px;
    position: relative;
    padding-left: 2.5em;
    text-align: left;
    font-weight: bold;
}

div.co-list-recruit li p + p {
    width: 400px;
    margin-left: 0;
}

div.co-list-recruit li p:first-child:before {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 20px;
    height: 3.5px;
    left: 0;
    background-color: #37ae83;
}

div.co-list-recruit + a {
    width: 200px;
}

div.co-list-recruit .check-btn {
    width: 200px;
}

div.co-list-recruit .check-btn2 {
    width: 200px;
}


/*---------- 採用情報:中途 ----------*/

.chuto-wrap {
    width: auto;
    height: auto;
    margin: 0 auto 60px;
}

.chuto-wrap:nth-child(2) {
    width: auto;
    height: auto;
    margin: 0 auto;
}

.chuto-area-btn {
    width: auto;
    height: auto;
    margin: 0 auto 0;
    text-align: left;
}

.chuto-area-btn a.check-btn,
.chuto-wrap h2 + a.check-btn {
    width: 245px;
    height: auto;
    margin: 0 10px 10px 0;
    padding: 19px 10px;
    font-size: 13px;
    text-align: left;
}

.chuto-area-btn a.check-btn::after,
.chuto-wrap h2 + a.check-btn::after {
    position: absolute;
    content: "";
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 12px;
    top: 19px;
}



.chuto-area-btn:nth-child(1) a.check-btn:nth-child(4),
.chuto-area-btn:nth-child(2) a.check-btn:nth-child(4) {
    width: 160px;
}

.chuto-area-btn:nth-child(1) a.check-btn,
.chuto-wrap h2 + a.check-btn {
    background-color: #37ae83;
}

.chuto-area-btn:nth-child(2) a.check-btn {
    background-color: #55aabf;
}

.chuto-area-btn:nth-child(1) a.check-btn:nth-child(5) {
    float: right;
}






.chuto-area-btn a.check-btn2,
.chuto-wrap h2 + a.check-btn2 {
    width: 245px;
    height: auto;
    margin: 0 10px 10px 0;
    padding: 19px 10px;
    font-size: 13px;
    text-align: left;
}

.chuto-area-btn a.check-btn2::after,
.chuto-wrap h2 + a.check-btn2::after {
    position: absolute;
    content: "";
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 12px;
    top: 19px;
}

.chuto-area-btn:nth-child(1) a.check-btn2:nth-child(4),
.chuto-area-btn:nth-child(2) a.check-btn2:nth-child(4) {
    width: 160px;
}

.chuto-area-btn:nth-child(1) a.check-btn2,
.chuto-wrap h2 + a.check-btn2 {
    background-color: #37ae83;
}

.chuto-area-btn:nth-child(2) a.check-btn2 {
    background-color: #55aabf;
}

.chuto-area-btn:nth-child(1) a.check-btn2:nth-child(5) {
    float: right;
}
.chuto-wrap h2 {
    display: inline-block;
    margin: 0 auto 30px;
    font-size: 37px;
    vertical-align: sub;
    text-align: left;
}

.chuto-wrap h2 + a.check-btn {
    float: right;
}

.chuto-wrap h2 + a.check-btn2 {
    float: right;
}

.chuto-wrap h2 + span.pharmacist {
    display: inline-block;
    margin-left: 20px;
    padding: 5px 20px;
    font-size: 25px;
    text-align: left;
    color: #37ae83;
    border: 1px solid #37ae83;
}

.chuto-wrap h2 + span.office {
    display: inline-block;
    margin-left: 20px;
    padding: 5px 20px;
    text-align: left;
    font-size: 25px;
    color: #55aabf;
    border: 1px solid #55aabf;
}

.chuto-wrap h2 + span.wb {
    display: inline-block;
    margin-left: 20px;
    padding: 5px 20px;
    text-align: left;
    font-size: 25px;
    color: #8ec21f;
    border: 1px solid #8ec21f;
}

.chuto-wrap h2 + span.ff {
    display: inline-block;
    margin-left: 20px;
    padding: 5px 20px;
    text-align: left;
    font-size: 25px;
    color: #f29700;
    border: 1px solid #f29700;
}

.chuto-wrap h2 + span.pt {
    display: inline-block;
    margin-left: 20px;
    padding: 5px 20px;
    text-align: left;
    font-size: 25px;
    color: #e3007f;
    border: 1px solid #e3007f;
}



.co-chuto {
    width: 902px;
    height: auto;
    margin-bottom: 30px;
    border: 1px solid #595757;
}

.co-chuto .hr-green {
    width: 98%;
    height: 5px;
    margin: 5px auto;
}

.chuto-inner {
    width: 840px;
    height: auto;
    margin: 0 auto;
    padding: 30px 0;
    text-align: center;
}

.chuto-inner p {
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

.chuto-inner h3 {
    margin: 10px 0 16px;
    font-size: 22px;
    line-height: 28px;
    text-align: left;
    text-indent: -12px;
    color: #036eb7;
}

.chuto-detail {}

.chuto-inner .chuto-detail p {
    text-indent: -7px;
    margin-bottom: 5px;
}

.chuto-inner .chuto-detail p:nth-child(1) {
    text-indent: 0;
    margin: 30px 0 15px;
}

.chuto-inner .chuto-detail p:nth-child(4) {
    margin-bottom: 30px;
}

span.pharmacist,
span.office,
span.staff,
span.car,
span.wb,
span.ff,
span.pt,
span.part {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px;
}

span.pharmacist {
    color: #37ae83;
    border: 1px solid #37ae83;
}

span.office {
    color: #55aabf;
    border: 1px solid #55aabf;
}

span.staff {
    color: #036eb7;
    border: 1px solid #036eb7;
}

span.car {
    color: #e34200;
    border: 1px solid #e34200;
}

span.part {
    color: #f29700;
    border: 1px solid #f29700;
}

span.wb {
    color: #8ec21f;
    border: 1px solid #8ec21f;
}

span.ff {
    color: #f29700;
    border: 1px solid #f29700;
}

span.pt {
    color: #e3007f;
    border: 1px solid #e3007f;
}

.chuto-table {
    width: 100%;
    margin-bottom: 30px;
    border-top: 1px solid #595757;
    border-bottom: 1px solid #595757;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
}

.chuto-table th {
    width: 20%;
    padding: 20px;
    border-top: solid 1px #595757;
    color: #000;
    overflow: hidden;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    word-break: break-all;
    word-wrap: break-word;
    vertical-align: top;
    background-color: #d1ece2;
}

.chuto-table td {
    width: 90%;
    padding: 20px;
    text-align: left;
    vertical-align: top;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    background-color: #ffffff;
    border-top: solid 1px #595757;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
}

.chuto-inner a.check-btn {
    margin: 0 auto;
    text-align: left;
}


/*---------- 採用情報:中途詳細 ----------*/

ul.chuto-co3 {
    width: 840px;
    height: auto;
    margin: 30px auto 20px;
    overflow: hidden;
    text-align: left;
    font-size: 0;
}

ul.chuto-co3 li {
    display: inline-block;
    width: 270px;
    height: auto;
    margin-right: 15px;
}

ul.chuto-co3 li:last-child {
    margin-right: 0;
}

ul.chuto-co3 li img {
    width: 270px;
    height: auto;
}

ul.chuto-co3 + p {
    font-size: 15px;
    line-height: 26px;
    color: #595757 !important;
}

.chuto-btn2 {
    text-align: left;
}

.chuto-btn2 a {
    width: 200px;
    text-align: left;
}

.chuto-btn2 a:first-child {
    margin-right: 20px;
}


/*-------------------------------

	Company Info

-------------------------------*/


/*---------- Philosophy ----------*/

.philosophy {
    margin-bottom: 90px;
}

.philosophy span,
.guidelines span {
    font-size: 15px;
    letter-spacing: 1px;
    color: #231815;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}

.philosophy p,
.guidelines p {
    line-height: 50px;
    font-size: 23px;
    color: #231815;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}

.philosophy span + p {
    margin: 65px auto 65px;
    font-size: 15px;
    letter-spacing: 5px;
    color: #231815;
    font-family: "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, Arial, sans-serif !important;
}

.philosophy p + p {
    margin-top: 65px;
}

.guidelines {
    margin: 90px auto 90px;
}

.guidelines p {
    line-height: 35px;
    font-size: 18px;
    margin-top: 40px;
}

.guidelines p:nth-child(3) {
    margin-top: 60px;
}


/*---------- info ----------*/


/* div.co-list-company-info:横904px */

div.co-list-company-info {
    width: 904px;
    height: auto;
    margin: 0 0 80px;
    padding: 0;
    font-size: 0;
    overflow: hidden;
}

div.co-list-company-info img {
    width: 435.5px;
    height: 53.5px;
}

div.co-list-company-info ul {
    width: 904px;
    height: auto;
    margin: 80px 0 0;
    padding: 0;
    font-size: 0;
    overflow: hidden;
}

div.co-list-company-info ul li {
    width: 904px;
    margin: 0 0 50px;
    padding: 0 0 10px;
    font-size: 0;
    border-bottom: 1px solid #231815;
    overflow: hidden;
}

div.co-list-company-info li p {
    display: inline-block;
    width: auto;
    vertical-align: top;
    font-size: 15px;
    line-height: 30px;
    font-weight: normal;
    color: #595757;
}

div.co-list-company-info li p + a {
    width: 150px;
    font-size: 12px;
    line-height: inherit;
}

div.co-list-company-info li p + a:after {
    top: 10px;
}

div.co-list-company-info li p:first-child {
    width: 160px;
    position: relative;
    padding-left: 2.5em;
    text-align: left;
    font-weight: bold;
}

div.co-list-company-info li p:first-child:before {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 20px;
    height: 3.5px;
    left: 0;
    background-color: #999898;
}

div.co-list-company-info li:nth-child(5) a {
    display: block;
    margin: 20px 0 8px 197.5px;
}


/* div.co-company-shop */

div.co-company-shop {
    width: 904px;
    height: auto;
    margin: 0 0 70px;
    padding: 0;
    font-size: 0;
}

div.co-company-shop ul {
    width: 904px;
    height: auto;
}

div.co-company-shop ul li {
    display: inline-block;
	vertical-align: top !important;
    list-style: none;
    width: 278px;
    height: auto;
    margin: 0 31px 60px 0;
    padding: 0;
}

/*
div.co-company-shop:last-child ul li:nth-child(3),
div.co-company-shop:last-child ul li:last-child {
    margin-bottom: 0;
}
*/

div.co-company-shop ul li h3 {
    margin-top: 10px;
    font-size: 20px;
}

/*
div.co-company-shop:nth-child(3) h2:after {
    width: 80%;
}

div.co-company-shop:nth-child(4) h2:after {
    width: 42%;
}
*/


/*
div.co-company-shop ul li a {
    width: 250px;
    margin-left: 0;
    font-size: 12px;
    line-height: inherit;
    padding-top: 0px;
    padding-bottom: 0px;
}
*/

div.co-company-shop ul li a + a {
    margin-left: 20px;
}


div.co-company-shop ul li:nth-child(3n) {
    margin-right: 0;
}



div.co-company-shop ul li p {
    font-size: 13px;
    line-height: 23px;
    color: #595757;
    font-family: "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, Arial, sans-serif !important;
}

div.co-company-shop ul li p + p {
    margin: 8px auto 8px;
}

div.co-company-shop ul li img {
    width: 100%;
    height: auto;
	margin: 0px;
}

/*
div.co-company-shop h5 {
    width: 128px;
    height: auto;
	padding-bottom: 0px;
}
*/

.shop-btn {
width: 904px;
margin: 30px 0 0 65px;
}

.shop-btn a {
    display: inline-block;
    width: 130px !important;
    margin: 0 13px 13px 0;
    font-size: 12px;
    line-height: inherit;
    padding: 12px 13px 12px 15px;
}

/*
.shop-btn a:nth-child(3) {
    margin-right: 0;
}

.shop-btn a:last-child {
    width: 190px !important;
    margin-bottom: 0;
}
*/

/*
.shop-btn a::after {
    top: 50%;
    right: 12px;
}
*/

.arrow_under{
  text-align:center;
  padding:20px 0 17px;
}
.arrow_under:before{
  content:"";
  display:inline-block;
  width:0;
  height:0;
  border-top:solid 30px #24a4cd;
  border-left:solid 30px transparent;
  border-right:solid 30px transparent;
}
p.white-area {
    width: 830px;
    padding: 25px 35px;
    font-size: 16px !important;
    line-height: 33px !important;
    color: #595757;
    background-color: #fff;
    border:solid 1px #888;
    border-radius: 20px;
}
div.co-w904 p.white-area{
  margin-bottom:0;
}
.arrow_under + p.blue-area{
    margin-top: 0;
}
.patient-voice .co-w904{
  margin-bottom:80px;
}
.patient-voice .co-w904:last-child{
  margin-bottom:0;
}
.patient-voice .co-title{
    margin-bottom: 0 0 20px;
}
.patient-voice .co-title > img {
  width: auto;
  height: 50px;
  margin-right:37px;
  vertical-align:top;
}

.patient-voice .co-title-detail{
  display:inline-block;
  vertical-align:top;
}
.patient-voice .co-title-detail h3 {
    font-size: 18px;
    margin-top:0;
}

.patient-voice .co-title-detail hr {
    margin-bottom: 0;
}

.patient-voice p.blue-area {
  font-size:15px !important;
}


.providers_about02_01_block{
  margin-bottom:50px;
}
.providers_about02_01_block p{
  font-size:15px;
  line-height:1.8;
  color:#595757;
  padding:0;
  margin:0;
}
.providers_about02_01_block .catch{
  font-size:27px;
  color:#ed6a5e;
  border-left:solid 2px #9e9f9f;
  padding:6px 0 6px 42px;
  margin-bottom:20px;
}
.providers_about02_02_block{
  display:flex;
  align-items:center;
  margin-bottom:60px;
}
.providers_about02_02_block figure{
  width:390px;
  margin-right:6%;
}
.providers_about02_02_block figure img{
  max-width:100%;
  height:auto;
}
.providers_about02_02_block .txt{
  width:calc(94% - 390px);
}
.providers_about02_02_block .txt h4{
  font-size:24px;
  padding:0 0 20px;
  margin-bottom:10px;
  position:relative;
}
.providers_about02_02_block .txt h4:after{
  content:"";
  display:block;
  width:68px;
  height:3px;
  background:#ed6a5e;
  position:absolute;
  bottom:0;
  left:0;
}
.providers_about02_02_block .txt p{
  font-size:15px;
  line-height:1.8;
  color:#595757;
}
.providers_about02_03_block p{
  font-size:27px;
  color:#ed6a5e;
  margin-bottom:20px;
}
.providers_about02_03_block .btn{
  background:#ed6a5e;
  font-size:15px;
  line-height:1.8;
}

.providers_voice_block + .providers_voice_block{
  margin-top:60px;
}
.providers_voice_block .subtitle figure{
  float:left;
  height:50px;
}
.providers_voice_block .subtitle figure img{
  max-height:100%;
  width:auto;
}
.providers_voice_block .subtitle h3{
  padding:10px 0 18px;
  margin-left:0px;
  font-size:18px;
  line-height:1.2;
  position:relative;
}
.providers_voice_block .subtitle h3:after{
  content:"";
  display:block;
  width:68px;
  height:3px;
  background:#091138;
  position:absolute;
  bottom:0;
  left:0;
}
.providers_voice_block p.blue-area{
  font-size:16px !important;
  margin-top:30px;
}

.providers_studygroup_block + .providers_studygroup_block{
  margin-top:140px;
}
.providers_studygroup_block h3{
  font-size:28px;
  line-height:1.2;
  color:#091138;
}
.providers_studygroup_block .lst_studygroup{
  margin-top:50px;
  border-bottom:solid 1px #cccaca;
}
.providers_studygroup_block .lst_studygroup dt, .providers_studygroup_block .lst_studygroup dd{
  font-size:16px;
  line-height:1.3;
  color:#595757;
}
.providers_studygroup_block .lst_studygroup dd{
  margin-bottom:16px;
}
.providers_studygroup_block .lst_studygroup dd:first-of-type{
  color:#091138;
}
.providers_studygroup_block .lst_studygroup_02{
  margin-top:45px;
}
.providers_studygroup_block .lst_studygroup_02 li{
  font-size:16px;
  line-height:1.4;
  color:#091138;
  margin-bottom:1em;
}
.providers_studygroup_block p {
  font-size:18px;
}

