/*
THEME NAME: Ota's theme
THEME URI: http://www.ota.ac.jp/
DESCRIPTION:太田医療科学大学用テーマ。
VERSION: 0.1
AUTHOR: <a href="http://www.ota.ac.jp/">太田アカデミー</a>
AUTHOR URI: http://www.ota.ac.jp/
*/

@charset "UTF-8";
/* CSS Document */
.pc_none {
	display: none;
}

/* ----------------------------------------
ヘッドリンク
---------------------------------------- */
.head_link {
	display: none;
}

/* ----------------------------------------
ヘッダー
---------------------------------------- */
.page_header,.page_header_child {
	margin: 0 auto;
	justify-content: space-between;
	align-items: center;	
}
.page_header {
	padding: 20px 20px 50px 20px;
}
.page_header_child {
	padding: 20px 20px 20px 20px;
}
.page_header h1 {
	text-align: center;
	font-size: 1em;
}
.page_header_child h1 {
	text-align: center;
	padding: 0 10px 0 0;
	font-size: 1em;
}
.page_header h1 span{
	font-size: 1.8em;
	font-weight: 600;
}
.page_header_child h1 span{
	font-size: 1.8em;
	font-weight: 600;
}
.page_header h1 small{
	font-size: 0.85em;
}
.page_header_child h1 small{
	font-size: 0.85em;
}
.drop_menu_nav nav {
	display: none;
}


/* ----------------------------------------
メインビジュアル
---------------------------------------- */
.main_visual{
	margin: -30px 0 100px 0;
}
.slider img{
	max-width: 90%;
	min-width: 90%;
}
.concept {
	display: flex;
	flex-direction: column-reverse;
}
.concept_txt {
	order: 2;	
}
.concept_img{
	width: 65%;
	order: 1;
	text-align: center;
}
.concept span{
	font-size: 1.5em;
	font-weight: 600;
}
.concept p{
	margin: 0 0 20px 0;
}

/* ----------------------------------------
新着情報
---------------------------------------- */
.news {
		margin: 50px 0 100px;
		padding: 0 20px;
	}


/* ----------------------------------------
トップバナー
---------------------------------------- */
.index_bn img {
	width: 100vw;
}
.index_bn p+p {
	margin-bottom: 10px;
}

/* ----------------------------------------
イントロ
---------------------------------------- */
.intro_title {
	padding: 0 20px;
	font-size: 1.5em;
	text-align: center;
}
.intro_wrap{
    display: flex;
    flex-direction: column-reverse;
}
.intro_doc{
    padding: 0 1em;
}

/* ----------------------------------------
見出し
---------------------------------------- */
.index_contents h2 {
	width: 70%;
	padding: 2.5rem 0 2.5rem;
	margin: 120px auto -10px;
}
.page_contents h2 {
	width: 70%;
	padding: 2.5rem 0 2.5rem;
	margin: 80px auto 30px;
}
.course_top_title h2 {
	width: 70%;
	padding: 2.5rem 0 2.5rem;
	margin: 80px auto 30px;
}

/* ----------------------------------------
学びの内容・特色
---------------------------------------- */
/*section1～4*/
.list li {
	margin: 20px auto 60px;
}
.list .text {
	font-size: .9em;
	padding: 0 20px 15px;
	text-align: left;
	line-height: 1.5;
}
.section_img {
	width: 90%;
}
.professor_contents p{
	margin: 5px 0 0 0;
	font-size: .8em;
}
.professor_career {
	text-align: left;
	padding: 0 45px;
}
.professor_txt {
	padding: 0 30px;
	font-size: .8em;
}

/*section6　就職支援*/
.recruit_support p{
	font-size: .9em;
	text-align: left;
	padding: 0 30px 20px;
	line-height: 1.8;
}
.recruit_support img {
	width: 90%;
	height: 90%;
}

/* ----------------------------------------
学部・学科・専攻
---------------------------------------- */
.index_contents h4 {
	margin: 80px 0 40px;
}
.course {
	width: 95%;
	margin: 0 auto;
}
.course img{
	width: 100%;
}
.rigaku {
	margin: 0 0 10px;
}
.course_top {
	width: 100%;
	margin: 0 0 -30px 0;
}
.course_top h1 {
	padding: 20px 20px 30px;
}
.course_top img {
	width: 100%;
	height: auto;
}
.rigaku_top {
	margin: 0 0 10px 0;
}
.sagyo_top {
	background: linear-gradient(to right, #fbcb72, #f18e2c);
	margin: 0 0 80px 0;
}

/* ----------------------------------------
コース
---------------------------------------- */

/* ----------------------------------------
トピックス
---------------------------------------- */
.topics h3{
	font-size: 1.2em;
	font-weight: 500;
	margin: 30px 0 30px;
}
.topics .text{
	padding: 0 20px 15px;
	font-size: .9em;
}
.wrapper {
	display: grid;
	grid-template-columns: 49% 49%;
	text-align: center;
	padding: 5px;
	column-gap: 5px;
}
.topics table {
	width: 95%;
	margin: 0 auto;
}
.topics table {
	border-collapse: collapse;
	border: 1px solid #000;
}
.topics th,.topics td {
    display: inline-block;
    width: 100%;
    float: left;
  }
.topics th {
	background-color: #E1E1E1;
}
.topics td {
	font-size: .9em;
}

/* ----------------------------------------
コース
---------------------------------------- */
/*メインビジュアル*/
.course_visual {
	width: 100%;
    justify-content: center;
    align-items: center;
	margin: 0 0 0 0;
}
.course_visual img{
	width: 100%;
	margin: 0 0 10px 0;
}
.course_title h1{
	width: 90%;
	color: #FFF;
	font-size: 1.5em;
	margin: 12px auto;
}
/*コース　イントロ*/
.introduction h2 {
	font-size: 1.2em;
	text-align: center;
	margin: 50px 0 15px 0;
}
.introduction {
	padding: 0 20px;
}
.introduction_txt {
	line-height: 1.8em;
	margin: 0 0 20px;
}

/*理学療法士とは*/
.course_faq {
	padding: 25px;
}
.course_faq_title {
	font-size: 1.2em;
}
.course_faq_txt img{
	padding: 20px 0 0 0;
	width: 100%;
	height: 100%;
}
/*学びの特長*/
.introduction h3 {
	width: 70%;
	padding: 2.5rem 0 2.5rem;
	margin: 100px auto 30px;
}
.point {
	line-height: 1.7em;
	padding: 10px;
	text-align: center;
}
.point td {
    display: block;
    width: 100%;
    float: left;
  }
/*学びの特長　データ*/
.rigaku .data_3 {
	border-top: 2px solid #8fc31f;
}
.sagyo .data_3 {
	border-top: 2px solid #f18f4d;
}
/*学部・学科・専攻*/
.curriculum th,.curriculum td{
    display: block;
    width: 100%;
    float: left;
}
.curriculum td{
	padding: 0 20px 0px;
}
/*トピックス　タグ*/
.curriculum_topics {
	width: 30%;
}
/*3つのポリシー*/
.course_policy .label span{
	font-size: 1em;
	font-weight: 600;
}
.course_policy .label{/* 通常時表示されるテキスト */
	margin: 0 auto 10px;
	width: 90%;
	padding: 20px 30px;	
	border-radius: 20px;
}
.course_policy .text{/* クリック時に表示されるテキスト */
	width: 100%;
	line-height: 1.8em;
}

.course_policy .check:checked + .label + .text{/* クリック時のスタイル */
	width: 100%;
}

/* ----------------------------------------
本学について
---------------------------------------- */
.page_contents h1 {
	margin: 80px auto 0;
}
.page_contents{
	padding: 0 30px;
}
/*ご挨拶*/
.greeting_photo{
	margin: 0 auto;
}
.greeting_copy{
	margin: 20px 0 0 0;
}
.greeting_doc{
	margin: auto 0;
}
/*設置計画の概要（予定）*/
.installation_plan th,.installation_plan td{
　　border-bottom: none;
    display: block;
    width: 100%;
	padding: 15px 20px;
}
.installation_plan tr {
	border-collapse: collapse;
	border-bottom: solid 1.5px #92D2DC;
}
.installation_plan th {
	color: #FFF;
	background-color: #92D2DC;
}
.installation_plan p {
	font-size: .9em;
}
/*設置の理念*/
.installation_concept div,.training_target div{
	padding: 20px 10px;
}
/*養成する人材像*/
.training_target {
	margin: 0 0 80px 0;
}

/* ----------------------------------------
施設紹介
---------------------------------------- */
.faci h1 {
	margin: 40px 0 0;
}
.faci_list img{
	width: 100%;
}
.faci_list_tf img{
	width: 100%;
}
.faci_list ul li p {
	margin: 0 0 20px;
}
.faci h4 {
	font-size: 1.5em;
	font-weight: 500;
	text-align: center;
	padding: 15px 0 20px;
	line-height: 1.5em;
}
.faci h4 {
	font-size: 1.2em;
	line-height: 1.5em;
}
.faci table{
	border-collapse: collapse;
	border: 1px solid #000;
	margin: 0 0 80px;
}
.faci td {
	border-collapse: collapse;
	border-top: 1px solid #000;
}
.faci th,.faci td {
    display: inline-block;
    width: 100%;
    float: left;
  }
/* ----------------------------------------
入試情報・学納金
---------------------------------------- */
.tuition p{
	margin: 0 0 80px 0;
}

/* ----------------------------------------
オープンキャンパス
---------------------------------------- */
.opencampus {
	margin: 30px 0 80px;
}
.oc_header {
    width: 100vw;
   margin: 20px calc(50% - 50vw) 10px;
}
.open_bus_map img{
	width: 100%;
}
.oc_title {
	color: #da84b3;
	font-size: 2em;
	font-weight: 500;
	align-items: center;
	justify-content: center;
}
.oc_title span{
	align-items: center;
	justify-content: center;
	background: #6fc2d0;
	color: #FFF;
	font-size: .7em;
	border-radius: 10%;
	padding: 5px;
	margin: 0 0 0 10px;
}
.open_schedule_mv img{
    width: 100vw;
	height: auto;
	margin: 10px calc(50% - 50vw) 0;
}
/*日付*/
.open_schedule_list li{
        padding: 0 1.5em 1em;
}
ol.open_schedule_list{
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}
ol.open_schedule_list li .date{
            font-size:2.8rem;
            font-weight: 800;
        }

/* ----------------------------------------
オープンキャンパス　申し込みフォーム
---------------------------------------- */
input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select {
	width: 100%;
}
.contact_form_table td strong {
	font-size: .9em;
}
.submit_area {
	margin: 30px 0 80px;
}
/* ----------------------------------------
アクセス
---------------------------------------- */
.access_train img {
	width: 100%;
	height: 100%;
	margin: 20px 0 0;
}

/* ----------------------------------------
プライバシーポリシー
---------------------------------------- */

/* ----------------------------------------
お問合わせ
---------------------------------------- */
.contact_list {
	padding: 0 0 50px;
}
.contact {
	padding: 0 40px 0 30px;
}
/*コンタクトフォーム*/
.contact_form_table,
.contact_form_table tbody,
.contact_form_table tr,
.contact_form_table th,
.contact_form_table td{
    display: block;
}
.contact_form_table{
}
.contact_form_table th,
.contact_form_table td{
    width: 100%;
    height: auto;
    text-align: left;
    border: solid 1px #CCC;
    border-width: 0 0 1px 0;
}
.contact_form_table th{
    border-bottom: none;
    padding: 1.5em 1em 0;
}
.contact_form_table td{
    padding: .5em 1em 1.5em;
} 

/* ----------------------------------------
フッター
---------------------------------------- */
.footer_left {
	width: 100%;
}
.footer_left p,address{
	font-size: .9em;
}
.footer_eng {
	font-size: .8em;
}
.tell {
	font-size: 1.8em;
}
.tell i{
	margin: 0 5px 0 0;
}
.access img{
	width: 45%;
}
.access p{
	font-size: .8em;
}
.footer_right {
	padding: 10px 50px;
	font-size: .9em;
	line-height: 1.8em;
}
.footer_link li {
	padding-left: 15px;
}
.footer_link_home {
	font-weight: 700;
	margin: 20px 0 0 -15px;
}
.footer_caption {
	margin: 30px 0 0;
}
.footer_caption {
	font-size: 1.2em;
	line-height: 1.5em
}

/* ----------------------------------------
ドロワーメニュー
---------------------------------------- */
/*ハンバーガーメニュー*/
.call_nav {
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 9990;
	width: 50px;
	height: 50px;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap:.8rem;
}	
.call_nav span{
	width: 70%;
	height: 1px;
	background: #FFF;
}
/*drawer本体*/
#drawer{
  position: fixed;
  bottom: -120%;
  left: 0;
  width: 100vw;
  height: 100%;
	background: linear-gradient(to right, #92D2DC, #5AB4B7);
  z-index: 99999;
  opacity: 1;
  transition:all .3s ease;
}
#drawer.active {
	bottom: 0;
}
.drawer_nav{
    width: 100%;
	padding: 0 0 0 50px;
	background: linear-gradient(to right, #92D2DC, #5AB4B7);
    }
.drawer_nav ul{
	list-style: none;
	margin: 50px 0 0 0;
	padding: 0;
}	
.drawer_nav ul li{
	margin: 0;
	padding: 0;
	}
.drawer_nav ul li a {
	display: flex;
	gap: 1em;
	font-size: 1.1rem;
	padding: .5em .5em;
}
.drawer_nav ul li a i{
	margin: 8px 0 0 0;
}
.drawer_nav ul li a:link,
.drawer_nav ul li a:visited{
	color:#FFF;
}

.drawer-close {
    position: absolute;
	right: 20px;
	top: 20px;
	display: inline-block;
	width: 40px;
	height: 40px;
	cursor: pointer;
}
.drawer-close span::before,
.drawer-close span::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 84%;
	height: 4%;
	margin: -8% 0 0 -42%;
	background: #FFF;
}
.drawer-close span::before {
	transform: rotate(-45deg);
}
.drawer-close span::after {
	transform: rotate(45deg);
}

/* ----------------------------------------
サイドメニュー
---------------------------------------- */
/*メニューをページ下部に固定*/
#sp-fixed-menu{
   position: fixed;
   width: 100%;
   bottom: 0px;
   font-size: 0;
   opacity: 0.9;
   z-index: 99;
}
/*メニューを横並びにする*/
#sp-fixed-menu ul{
   display: flex;
   list-style: none;
   padding:0;
   margin:0;
   width:100%;
}
#sp-fixed-menu li{
   justify-content: center;
   align-items: center;
   width: 50%;
   padding:0;
   margin:0;
   font-size: 14px;
   border-right: 1px solid #fff;
	background-color: #5AB4B7;
}
/*ボタンを調整*/
#sp-fixed-menu li a{
   color: #fff;
   text-align: center;
   display:block;
   width: 100%;
   padding:20px;
}

/* ----------------------------------------
コピーライト
---------------------------------------- */
.copyright {
	margin: 30px 0 80px;
}