/* ************************************************ */
/**** 共通タグ設定 ****/
/* ************************************************ */
* {
box-sizing:border-box;
vertical-align:top;
/*-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;*/
}

html {
overflow: auto;
height: 100%;
}

body {
/*font-family: 'Noto Sans JP', sans-serif;
font-weight:400;/*bold 700/regular 400*/
font-family: "Roboto","BIZ UDPGothic","ヒラギノ角ゴ Pro W3",  "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-weight:normal;
padding: 0px;
margin: 0px;
font-size: 16px;
line-height:1.5;
color:#323232;
background:#fff;
text-align:left;
height:100%;
word-wrap: break-word;
-webkit-text-size-adjust: 100%;
}

section {
text-align:center;
}

p {
padding: 0px;
margin:0 0 1.5em 0;
}

a {
/*color: #ec6e00;
text-decoration:underline;*/
color: #333;
text-decoration:underline;
-moz-transition: opacity 0.5s ease;
-o-transition: opacity 0.5s ease;
-webkit-transition: opacity 0.5s ease;
transition: opacity 0.5s ease;
}
a:hover {
/*text-decoration:none;*/
opacity:0.5;
-moz-transition: opacity 0.5s ease;
-o-transition: opacity 0.5s ease;
-webkit-transition: opacity 0.5s ease;
transition: opacity 0.5s ease;
}

img{
max-width: 100%;
height: auto;
width /***/:auto;
vertical-align:top;
}

h1,h2,h3,h4,h5,h6 {
padding:0;
margin:0;
}

ul {
padding:0px;
margin:0px;
list-style: none;
list-style-type: disc;
}
ul li {
padding: 0px;
margin:0px;
list-style: none;
}

hr {
border:0;
border-bottom:2px solid #a0a0a0;
margin:0 auto;
padding:0;
height:2px;
}

sup {
font-size:10px;
vertical-align: super;
}

/* ************************************************ */
/**** 共通クラス定義 ****/
/* ************************************************ */

/***** clearfix *****/
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}

/***** dsp_none *****/
.dsp_none {
display:none;
}

/***** PCのみ/SPのみ *****/
.pc_only {
display:unset;
}
.sp_only {
display:none!important;
}

/***** align *****/
.al_left {
text-align:left;
}
.al_center {
text-align:center;
}
.al_right {
text-align:right;
}

/***** スクロールテーブル *****/
.scrolltable table {
overflow-x: auto;
white-space: nowrap;
width:100%;
display:inline-block;
-webkit-overflow-scrolling: touch;
}

/***** nobr *****/
.nobr {
display:inline-block;
}

/***** color *****/
.f_orange {
color:#ed6d00;
}
.f_pink {
color:#d54288;
}

/***** linemarker *****/
.linemarker {
background: linear-gradient(transparent 60%, #fff100 60%);
}

/* ******************************************************************** */
/**** container ****/
/* ******************************************************************** */
.container{
width:100%;
min-width:100%;
position:relative;
overflow: hidden;
}

/* ************************************************ */
/**** header ****/
/* ************************************************ */
.header {
position:absolute;
background:#fff;
z-index:30;
overflow:hidden;
text-align:center;
width:100%;
/*height:68px;*/
}
.header.floating {/*ヘッダーフローティング時*/
position:fixed;
top: -68px;
}
.header .inner {
width:1280px;
max-width:100%;
padding:0;
margin:auto;
text-align:left;
position:relative;
height:68px;
display:flex;
}

/***** logo *****/
.header .logo {
/*display:inline-block;*/
display:flex;
align-items: center;
padding: 0 20px;
/*margin:12px 20px;*/
/*width:auto;
height:44px;*/
vertical-align:top;
}
.header.floating .logo {/*ヘッダーフローティング時*/
display:none;
}
.header .logo a {
display:block;
}
.header .logo a:hover {
opacity:1;
}
/*.header .logo img {
width:auto;
height:44px;
}*/

.header .logo .industry {
display:block;
font-size:10px;
line-height:13px;
color:#999;
text-align:center;
margin-top:5px;
}
/**/
.header .logo .college {
margin-right:20px;
}
.header .logo .college img {
width:auto;
height:33px;
}
/**/
.header .logo .collegework {
}
.header .logo .collegework img {
width:auto;
height:33px;
}

/***** 業種 ****
.header .industry {
display:inline-block;
font-size:11px;
line-height:15px;
color:#999;
max-width: calc(100% - 905px);
height:68px;
}
.header .industry .flex {
display: flex;
justify-content: center;
align-items: center;
height:68px;
}
.header.floating .industry {
display:none;
}*/



/***** TEL *****/
.header .tel {
display:inline-block;
padding: 9px 20px;
margin:0;
width:auto;
height:68px;
font-size:12px;
line-height:18px;
vertical-align:top;
position:absolute;
/*width:180px;*/
right:140px;
border-left:1px solid #aeaeae;
z-index:1;
}
.header.floating .tel {/*ヘッダーフローティング時*/
display:none;
}
.header .tel a {
text-decoration:none;
color:#333;
}
.header .tel .call {
font-size:30px;
line-height:32px;
display:block;
}
.header .tel .call:before {
font-family:'Font Awesome 5 Free';
content:"\f879";
font-weight:900;
margin-right: 5px;
font-size:24px;
line-height:24px;
}

/***** 見学申し込み *****/
.header .btn_tour {
position:absolute;
top: 50%;
right: 0;
transform: translateY(-50%);
}
.header.floating .btn_tour {/*ヘッダーフローティング時*/
display:none;
}

.header .btn_tour a {
/*width:180px;*/
width:140px;
height:48px;
display:block;
background:#5b9bd5;
color:#fff;
font-size:16px;
line-height:48px;
text-align:center;
text-decoration:none;
border-radius:5px;
}
/***** 申込バナー（右フローティング） *****/
.header .entry_bnr {
position:fixed;
top:50%;
right:0;
/*margin-top:-120px;*/
transform: translateY(-50%);
}
.header .entry_bnr a {
/*width:180px;
height:34px;*/
display:block;
color:#fff;
font-size:16px;
/*line-height:34px;*/
text-align:center;
text-decoration:none;

/*width:34px;*/
width:54px;
line-height:54px;
/*height:140px;*/
height: auto;
padding: 15px 0;
-webkit-writing-mode: vertical-rl;
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
}
.header .entry_bnr a.briefing  {
background:#ed6d00;
}
.header .entry_bnr a.tour {
background:#e84191;
}
.header .entry_bnr a.contact {
/*display:none;*/
background:#ed6d00;
}
/*.header.floating .entry_bnr a.contact {
display:block;
}*/

/***** globalnavi *****/
.header .globalnavi {
display:block;
background:#ed6d00;
}

.header .globalnavi #navToggle {
display:none;
}

/*** メニュー ***/
.header .globalnavi .gmenu {
display:inline-block;
margin: 0;
/*max-width:calc(100% - 250px);*/
width:100%;
height:auto;
vertical-align:top;
/*position:absolute;
right:0;
top:0;*/
}
.header .globalnavi .gmenu ul {
margin:0;
padding:0;
font-size:0;
position:relative;
}
.header .globalnavi .gmenu ul > li {
display:inline-block;
padding:15px 0;
margin:0 ;
list-style:none;
position:relative;
}
.header .globalnavi .gmenu ul > li.current_page_item:after {
font-family:'Font Awesome 5 Free';
content:"\f0dd";
font-weight:900;
font-size:20px;
line-height: 24px;
color:#feff00;
position:absolute;
bottom:0;
left:0;
right:0;
margin:auto;
}
.header .globalnavi .gmenu ul > li a {
display:inline-block;
color:#fff;
padding: 0 ;
margin: 0 15px;
font-size: 15px;
line-height:30px;
letter-spacing: 0.07em;
vertical-align:middle;
text-decoration:none;
position:relative;
}

/*** フォームページ用ヘッダー ***/
.formpage .header .entry_bnr {
display:none;
}
.formpage .header .tel {
right:0;
border-left: 0;
}
.formpage .header .globalnavi {
display:none;
}

/* ************************************************ */
/**** main ****/
/* ************************************************ */
.main {
margin:128px auto 0 auto;
position:relative;
}

/*** フォームページ用メイン ***/
.formpage .main {
/*margin-top: 68px;*/
margin-top: 0;
/*border-top: 1px solid #aeaeae;*/
}

/********** 共通 **********/
/***** タイトル *****/
.section_title {
display:inline-block;
padding: 0 ;
margin:0 auto 40px auto;
/*letter-spacing:0.1em;*/
font-size:38px;
line-height: 70px;
/*font-weight:400;*/
font-weight:normal;
text-align:center;
color:#ed6d00;
position:relative;
}
.section_title img {
vertical-align:middle;
}
/*TOP用*/
.section_title_top {
display:inline-block;
padding: 0 ;
margin:0 auto 30px auto;
/*letter-spacing:0.1em;*/
font-size:48px;
line-height: 70px;
/*font-weight:400;*/
font-weight:normal;
text-align:center;
color:#333;
position:relative;
}
.section_title_top img {
margin-right:10px;
vertical-align:text-bottom;
}
/* ただいま受付中バナー */
.section_title_top img.bnr_accepting {
margin-right:auto;
position:absolute;
left:-184px;
z-index:1;
}

/***** ボタン *****/
/**/
.btn_more a {
color:#fff;
background:#535353;
font-size:16px;
line-height: 46px;
text-decoration:none;
height:46px;
padding:0 30px 0 40px;
margin-left: -25px;
display: inline-block;
position:relative;
}
.btn_more a::after {
content:"";
position:absolute;
left: 100%;
top: 50%;
border:23px solid transparent;
border-left:25px solid #535353;
margin-top: -23px;
}
/**/
.btn_orange a {
color:#fff;
background:#ed6d00;
font-size:16px;
line-height: 40px;
text-decoration:none;
height:40px;
padding:0 30px;
display: inline-block;
position:relative;
box-shadow:4px 4px 3px 1px rgba(0, 0, 0, .2);
}

/***** ページネーション *****/
.pagenation {
}
.pagination a {
text-decoration:none;
}
.pagination a:hover {
opacity:0.5;
}
/* 記事一覧用（ページ番号リンク付き） */
.pagination .nav-links {
margin: 50px 0;
}
.pagination .nav-links .page-numbers {
font-size:18px;
line-height:40px;
display:inline-block;
text-align:center;
margin:0 8px;
color:#252525;
}
.pagination .nav-links .page-numbers.current {
color:#ee7923;
}
.pagination .nav-links .page-numbers.prev ,
.pagination .nav-links .page-numbers.next ,
.pagination .nav-links .page-numbers.dots {
}

/* 詳細記事用（前後リンクのみ） */
.pagination .nav-newold {
text-align:center;
width:100%;
max-width:768px;
margin: 50px auto;
}
.pagination .nav-newold .newer {
display:inline-block;
width: calc((100% - 10px)/2);
text-align: left;
}
.pagination .nav-newold .older {
display:inline-block;
width: calc((100% - 10px)/2);
text-align: right;
}
.pagination .nav-newold a {
color:#fff;
font-size:16px;
line-height: 46px;
text-decoration:none;
height:46px;
display: inline-block;
position:relative;
}
.pagination .nav-newold .newer a {
padding:0 40px 0 30px;
background:#535353;
margin:0 -25px 0 25px;
}
.pagination .nav-newold .newer a:after {
content:"";
position:absolute;
right: 100%;
top: 50%;
border:23px solid transparent;
border-right:25px solid #535353;
margin-top: -23px;
}
.pagination .nav-newold .older a {
padding:0 30px 0 40px;
background:#ed6d00;
margin:0 25px 0 -25px;
}
.pagination .nav-newold .older a:after {
content:"";
position:absolute;
left: 100%;
top: 50%;
border:23px solid transparent;
border-left:25px solid #ed6d00;
margin-top: -23px;
}

/***** キャンパス一覧（内覧会・オープンキャンパス・キャンパス紹介ページ共通） *****/
.campus_list {
margin: 0 auto 30px auto;
padding: 30px 0;
border-bottom: 3px solid #fff;
}
.campus_list:last-child {
border:0;
}
.campus_list .campus_area {
font-size: 30px;
margin: 0 auto 10px auto;
font-weight: normal;
}
.campus_list ul {
font-size:0;
margin: auto;
}
.campus_list ul li {
display:inline-block;
max-width:420px;
margin:15px;
vertical-align:top;
}
.campus_list ul li a {
color:#fff;
text-decoration:none;
}
.campus_list ul li .thmb {
margin:0 auto 15px auto;
}
.campus_list ul li .name {
font-size:24px;
line-height:35px;
padding:5px;
margin:0 0 10px 0;
background:#ed6d00;
display:block;
color: #fff;
}
.campus_list ul li:nth-child(even) .name {
background:#e84091;
}
.campus_list ul li dl {
text-align:left;
display: inline-block;
font-size:14px;
}
.campus_list ul li dl dt {
color:#ed6d00;
display:inline-block;
float:left;
clear:both;
margin:0 0 5px 0;
}
.campus_list ul li dl dd {
color:#333;
padding-left: 5em;
position:relative;
margin:0 0 5px 0;
}
.campus_list ul li dl dd a {
color:#333;
}
.campus_list ul li dl dd:before {
content:"：";
color:#323232;
position:absolute;
left:4em;
}

.campus_list ul li .program {
padding:20px 0 0 0;
}
.campus_list ul li .program  ul {
}
.campus_list ul li .program  ul li {
margin:0 auto 10px auto;
}
.campus_list ul li .program  ul li a {
padding:8px 30px 12px 30px;
font-size:20px;
line-height:30px;
color:#ed6d00;
border:1px solid #ed6d00;
display:inline-block;
background:#fff;
box-sizing:border-box;
-webkit-border-radius:25px;
-ms-border-radius:25px;
border-radius:25px;
}
.campus_list ul li:nth-child(even) .program  ul li a {
color:#e84091;
border:1px solid #e84091;
}

/********** お問い合わせボタン **********/
.cta_section {
padding:35px 0;
}
.cta_section .inner {
width:100%;
max-width:1152px;
padding:0 20px ;
margin:auto;
}
/*タイトル*/
.cta_section .cta_section_title {
display:flex;
justify-content: center;
align-items: center;
}
.cta_section .cta_section_title .cta_section_title_txt {
font-size:26px;
  display: flex;
  align-items: center;
} 
.cta_section .cta_section_title .cta_section_title_txt .free {
font-size:14px;
line-height:1;
padding:6px 10px 4px 10px;
margin-right:10px;
vertical-align: middle;
color:#e84191;
border:1px solid #e84191;
border-radius:5px;
}
.cta_section .cta_section_title .cta_section_title_txt .dot-text {
position:relative;
}
.cta_section .cta_section_title .cta_section_title_txt .dot-text:before {
content: "・";
position: absolute;
top: -1em;
left: 50%;
font-size: 36px;
color: #e84191;
transform: translateX(-50%);
}
.cta_section .cta_section_title .cta_section_title_img {
width:60px;
margin:0 0 10px 10px;
}
/*ボタンエリア*/
.cta_section .cta_section_btns {
display:flex;
justify-content: center;
align-items: flex-start;
}
.cta_section .cta_section_btns .cta_section_btns_tour,
.cta_section .cta_section_btns .cta_section_btns_internship {
margin:0 10px;
}
.cta_section .cta_section_btns .cta_section_btns_tour a {
display: block;
min-width:300px;
color:#fff;
background:#5b9bd5;
border-radius:5px;
text-decoration:none;
padding:20px 40px;
margin: 10px auto;
box-shadow: 5px 5px 1px 1px rgba(0, 0, 0, .2);
}
.cta_section .cta_section_btns .cta_section_btns_internship a {
display: block;
min-width:300px;
color:#fff;
background:#70ad47;
border-radius:5px;
text-decoration:none;
padding:20px 40px;
margin: 10px auto;
box-shadow: 5px 5px 1px 1px rgba(0, 0, 0, .2);
}
.cta_section .cta_section_btns a i {
font-size: 24px;
margin-right: 10px;
vertical-align: middle;
}

/********** 出張説明会バナー **********/
.bnr_briefing {
padding:35px 0;
}
.bnr_briefing .inner {
width:100%;
max-width:1152px;
padding:0 20px ;
margin:auto;
}


/********** 斜線オレンジ背景 **********/
.bg_slash_orange {
background:url(../images/bg_slash_orange.png) repeat center center;
padding:35px 0;
}

/******************** TOPページ ********************/
/********** MV **********/
.mv {
margin:0 auto 35px auto;
}
.mv .mv_innr {
width: 100%;
}
.mv a {
width:100%;
}
.mv a:hover {
opacity:1;
}
/*.mv img {
width:100%;
}*/
.mv .mv_pc {
display:unset;
}
.mv .mv_sp {
display:none;
}

/* MV swiper */
.mv .swiper-container {
width: 100%;
height: 100%;
z-index: 1;
}
.mv .swiper-pagination {
position:absolute;
bottom:5px;
left:auto;
padding: 0 0;
}
.mv .swiper-pagination-bullet {
width:10px;
height:10px;
margin:0 12px!important;
background:rgba(255,255,255,.5);
opacity:1;
border-radius: 0;
}
.mv .swiper-pagination-bullet-active {
background:rgba(255,255,255,1);
opacity:1;
}

.mv .swiper-slide {
position:relative;
height:500px;
overflow:hidden;
text-align:center;
margin:auto;
/*display: flex;
justify-content: center;
align-items: center;*/
}
.mv .swiper-slide.mv01 {
background:url(../images/mv01.jpg) no-repeat center center;
background-size:cover;
}
.mv .swiper-slide.mv02 {
background:url(../images/mv02.jpg) no-repeat center center;
background-size:cover;
}
.mv .swiper-slide.mv03 {
background:url(../images/mv03.jpg) no-repeat center center;
background-size:cover;
}
/*.mv .swiper-slide img {
transform: scale(1);
-moz-transition: all 0s linear .5s;
-o-transition: all 0s linear .5s;
-webkit-transition: all 0s linear .5s;
transition: all 0s linear .5s;
}
.mv .swiper-slide.swiper-slide-active img {
transform: scale(1.1);
-moz-transition: all 9s linear 0s;
-o-transition: all 9s linear 0s;
-webkit-transition: all 9s linear 0s;
transition: all 9s linear 0s;
}*/
/*202509 College & Works告知*/
.mv .swiper-slide.mv_collegeworks {
background:url(../images/mv_collegeworks.jpg) no-repeat center center;
background-size:cover;
}
/*202009キャンパスオープン告知*/
.mv .swiper-slide.mv202009 {
background:url(../images/mv_campusopen202009.png) no-repeat center center;
background-size:cover;
}
/*202104キャンパスオープン告知*/
.mv .swiper-slide.mv202104 {
background:url(../images/mv_campusopen202104.png) no-repeat center center;
background-size:cover;
}
/*202111キャンパスオープン告知*/
.mv .swiper-slide.mv202111 {
background:url(../images/mv_campusopen202111.png) no-repeat center center;
background-size:cover;
}
/*202201キャンパスオープン告知*/
.mv .swiper-slide.mv202201 {
background:url(../images/mv_campusopen202201.png) no-repeat center center;
background-size:cover;
}
/*202205キャンパスオープン告知*/
.mv .swiper-slide.mv202205 {
background:url(../images/mv_campusopen202205.png) no-repeat center center;
background-size:cover;
}
/*202212キャンパスオープン告知*/
.mv .swiper-slide.mv202212 {
background:url(../images/mv_campusopen202212.png) no-repeat center center;
background-size:cover;
}
/*202308キャンパスオープン告知*/
.mv .swiper-slide.mv202308 {
background:url(../images/mv_campusopen202308.png) no-repeat center center;
background-size:cover;
}
/*202310キャンパスオープン告知*/
.mv .swiper-slide.mv202310 {
background:url(../images/mv_campusopen202310.png) no-repeat center center;
background-size:cover;
}
/*202312キャンパスオープン告知*/
.mv .swiper-slide.mv202312 {
background:url(../images/mv_campusopen202312.png) no-repeat center center;
background-size:cover;
}
/*202405キャンパスオープン告知*/
.mv .swiper-slide.mv202405 {
background:url(../images/mv_campusopen202405.png) no-repeat center center;
background-size:cover;
}
/*202501キャンパスオープン告知*/
.mv .swiper-slide.mv202501 {
background:url(../images/mv_campusopen202501.png) no-repeat center center;
background-size:cover;
}
/*202510キャンパスオープン告知*/
.mv .swiper-slide.mv202510 {
background:url(../images/mv_campusopen202510.png) no-repeat center center;
background-size:cover;
}

/* バナー */
.bnr_20200401open {
width:100%;
max-width:1152px;
position:relative;
margin:auto;
z-index:1;
}
.bnr_20200401open img {
position:absolute;
left:20px;
bottom:-130px;
margin:auto;
}

/********** キャンパス追加情報 *********/
.campus_info {
/*padding:0 0 35px 0;*/
padding:35px 0;
}
.campus_info .inner {
width:100%;
max-width:1152px;
padding:0 20px ;
margin:auto;
}

/********** NEWS **********/

/* NEWS 共通 */
.news {
padding:35px 0;
}
.news .inner {
width:100%;
max-width:1152px;
padding:20px ;
margin:auto;
background:#fef0e5;
}
.news .inner:before {
content:"";
height:5px;
display:block;
border-top:5px dotted #fcbc8c;
margin-bottom:30px;
}
.news .inner:after {
content:"";
height:5px;
display:block;
border-bottom:5px dotted #fcbc8c;
margin-top:30px;
}

.news .thmb {
padding-top:60%;
margin:0 auto 10px auto;
max-width: 286.667px;
height: 0;
overflow: hidden;
background: #fff;
position:relative;
}
.news .thmb a {
position:absolute;
width:100%;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%) translateX(-50%);
}
.news .date {
margin:0 auto 0px auto;
font-size:12px;
text-align:left;
max-width: 286.667px;
}
.news .category {
margin:0 auto 0px auto;
font-size:14px;
text-align:left;
max-width: 286.667px;
}
.news .category a {
color:#ed6d00;
}
.news .title {
margin:0 auto 0px auto;
font-size:12px;
text-align:left;
max-width: 286.667px;
}
.news a {
text-decoration:none;
}

/* NEWS TOP swiper */
.news .swiper-custom-parent{
position: relative;
margin:0 auto 20px auto;
}
.news .swiper-container {
max-width: 900px;
}
.news .swiper-container .swiper-slide {
}
.news .swiper-button-prev ,
.news .swiper-button-next {
background:none;
width:20px;
height:36px;
fill:#ed6d00;
}

/* NEWS 一覧ページ */
.news .newslist {
}
.news .newslist ul {
font-size: 0;
}
.news .newslist ul li {
width: 300px;
max-width: calc(100% - 20px);
margin:10px;
display:inline-block;
vertical-align:top;
}

/* NEWS 詳細ページ */
.news .newsdetail {
width:100%;
max-width:800px;
margin:auto;
text-align:left;
border-bottom:1px solid #ed6d00;
}
.news .newsdetail .thmb {
margin:0 auto 30px auto;
text-align:center;
max-width: none;
}
.news .newsdetail .date {
margin:0 10px 10px 0;
font-size:14px;
display:inline-block;
}
.news .newsdetail .category {
margin:0 0 10px 0;
font-size:14px;
display:inline-block;
}
.news .newsdetail .title {
margin:0 auto 30px auto;
max-width: none;
font-size:20px;
color:#252525;
}
.news .newsdetail .body {
margin:0 auto 50px auto;
color:#4a4a4a;
}

/********** TOPスタッフのつぶやき **********/
.top_blog {
padding:35px 0;
}
.top_blog .inner {
width:100%;
max-width:1152px;
margin:auto;
text-align:center;
}
.top_blog .campus_list > ul > li {
max-width: calc(50% - 30px);
vertical-align:top;
}
.top_blog ul.blog_list {
margin: 0 auto 10px auto;
}
.top_blog ul.blog_list li {
text-align:left;
max-width:100%;
margin: 0 auto 10px auto;
border-bottom: 1px dotted #fcbc8c;
font-size: 0;
}
.top_blog ul.blog_list li .date {
font-size: 14px;
margin: 0 0 5px 0;
}
.top_blog ul.blog_list li .campus {
margin: 0 0 5px 0;
display:inline-block;
width: 150px;
vertical-align:top;
}
.top_blog ul.blog_list li .campus a {
color:#fff;
font-size: 12px;
line-height:24px;
width: 135px;
height:24px;
display:block;
text-align:center;
text-decoration:none;
background: #ed6d00;
}
.top_blog ul.blog_list li:nth-child(2n) .campus a {
background: #e84091;
}
.top_blog ul.blog_list li .title {
font-size: 18px;
line-height:24px;
margin: 0 0 5px 0;
display:inline-block;
width: calc(100% - 150px);
vertical-align:top;
}
.top_blog ul.blog_list li .title a {
color: #ed6d00;
text-decoration:underline;
width: 100%;
display: block;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.top_blog ul.blog_list li:nth-child(2n) .title a {
color: #e84091;
}
/*.top_blog .campus_list ul li:nth-child(2n) ul.blog_list li .title a {
color: #e84091;
}*/
.top_blog ul.blog_list li .body {
margin: 0 0 15px 0;
font-size: 13.5px;
line-height: 20px;
}

/********** TOP内覧会 **********/
.top_preview {
padding:35px 0;
}
.top_preview .vis {
margin:0 auto 30px auto;
}
.top_preview .inner {
width:100%;
max-width:960px;
margin:auto;
text-align:center;
}
.top_preview .text {
text-align:left;
display:inline-block;
font-size:18px;
max-width:960px;
margin:0 auto 40px auto;
}
.top_preview .campus_list {
background:#fef0e5;
padding:30px 20px;
margin:0 auto 40px auto;
}

/********** TOPオープンキャンパス **********/
.top_opencampus {
padding:35px 0;
}
.top_opencampus .vis {
margin:0 auto 30px auto;
}
.top_opencampus .inner {
width:100%;
max-width:960px;
margin:auto;
text-align:center;
}
.top_opencampus .text {
text-align:left;
display:inline-block;
font-size:18px;
max-width:960px;
margin:0 auto 40px auto;
}
.top_opencampus .campus_list {
background:#fef0e5;
padding:30px 20px;
margin:0 auto 40px auto;
}

/********** TOP出張説明会 **********/
.top_briefing {
padding:35px 0;
}
.top_briefing .vis {
margin:0 auto 30px auto;
position:relative;
height:400px;
overflow:hidden;
}
.top_briefing .vis img {
position:absolute;
width:auto;
max-width:none;
height:400px;
margin:auto;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.top_briefing .inner {
width:100%;
max-width:1152px;
margin:auto;
text-align:center;
}
.top_briefing .text {
text-align:left;
display:inline-block;
font-size:18px;
max-width:900px;
margin:0 auto 30px auto;
}

/********** TOPカレッジ見学 **********/
.top_tour {
padding:35px 0;
}
.top_tour .vis {
margin:0 auto 30px auto;
position:relative;
height:400px;
overflow:hidden;
}
.top_tour .vis img {
position:absolute;
width:auto;
max-width:none;
height:400px;
margin:auto;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.top_tour .inner {
width:100%;
max-width:1152px;
margin:auto;
text-align:center;
}
.top_tour .text {
text-align:left;
display:inline-block;
font-size:18px;
max-width:900px;
margin:0 auto 30px auto;
}

/********** TOP Cocorport Collegeとは **********/
.top_about {
padding:35px 0;
}
/*.top_about .vis {
margin:0 auto 30px auto;
}*/
.top_about .inner {
width:100%;
margin:auto;
text-align:center;
}
.top_about .top_about_circle {
width:100%;
/*max-width:1152px;*/
max-width:600px;
min-height:600px;
margin:auto;
text-align:center;
background:url(../images/top_about_circle.png) no-repeat center center;
background-size: 600px 600px;
display: flex;
justify-content: center;
align-items: center;
flex-flow: column;
}
.top_about .top_about_circle .text {
text-align:left;
/*display:inline-block;*/
font-size:18px;
/*max-width:900px;*/
margin:0 auto 30px auto;
text-align:center;
}

/********** Collegeの特徴 **********/
.top_feature {
padding:35px 0;
}
/*.top_feature .vis {
margin:0 auto 30px auto;
}*/
.top_feature .inner {
width:100%;
max-width:1152px;
margin:auto;
text-align:center;
}
/*.top_feature .text {
text-align:left;
display:inline-block;
font-size:18px;
max-width:900px;
margin:0 auto 30px auto;
}*/

.top_feature .feature_pickup {
display:flex;
justify-content: center;
flex-wrap:wrap;
margin:0 auto 20px auto;
}

.top_feature .feature_pickup .feature_pickup_tit {
font-size:16px;
font-weight:bold;
margin-bottom:20px;
}
.top_feature .feature_pickup .feature_pickup_img {
margin-bottom:20px;
}
.top_feature .feature_pickup .feature_pickup_tit big {
font-size:20px;
vertical-align: baseline;
}
.top_feature .feature_pickup ul {
display: inline-block;
}
.top_feature .feature_pickup ul li {
position:relative;
text-align:left;
padding-left:1em;
font-size:14px;
}
.top_feature .feature_pickup ul li:before {
border-radius: 50%;
width: 5px;
height: 5px;
display: block;
position: absolute;
left: 0;
top: 0.5em;
content: "";
}
.top_feature .feature_pickup ul li small {
font-size:11px;
}

/*program*/
.top_feature .feature_pickup .program {
border-radius:20px;
padding:30px;
text-align:center;
margin:10px;
min-width:240px;

background:#e1f7ff;
}
.top_feature .feature_pickup .program .feature_pickup_tit strong {
color:#00b0f0;
}
.top_feature .feature_pickup .program ul li:before {
background: #00b0f0;
}
/*course*/
.top_feature .feature_pickup .course {
border-radius:20px;
padding:30px;
text-align:center;
margin:10px;
min-width:240px;

background:#ffebf5;
}
.top_feature .feature_pickup .course .feature_pickup_tit strong {
color:#ff3399;
}
.top_feature .feature_pickup .course ul li:before {
background: #ff3399;
}
/*support*/
.top_feature .feature_pickup .support {
border-radius:20px;
padding:30px;
text-align:center;
margin:10px;
min-width:240px;

background:#e6fece;
}
.top_feature .feature_pickup .support .feature_pickup_tit strong {
color:#00b050;
}
.top_feature .feature_pickup .support ul li:before {
background: #00b050;
}

/********** こんな方におすすめ **********/
.top_recommend {
padding:35px 0;
}
.top_recommend .inner {
width:100%;
max-width:1152px;
margin:auto;
text-align:center;
}

.top_recommend .top_recommend_flex {
display:flex;
justify-content: space-between;
flex-wrap: wrap;
width: 768px;
max-width: 100%;
margin: auto;
}

.top_recommend .top_recommend_flex .top_recommend_tit {
font-size:16px;
font-weight:bold;
margin-bottom:15px;
}
.top_recommend .top_recommend_flex ul {
display:inline-block;
margin:0 auto;
}
.top_recommend .top_recommend_flex ul li {
font-size:12px;
text-align:left;
position:relative;
padding-left:1.5em;
margin-bottom:3px;
}
.top_recommend .top_recommend_flex ul li:before {
font-family: 'Font Awesome 5 Free';
font-weight: 900;
content:"\f00c";
color:#ed6d00;
position:absolute;
left:0;
top: 0;
}

/*親御様*/
.top_recommend .top_recommend_flex .top_recommend_parents {
width:374px;
min-height:390px;
padding:0 20px 180px 20px;
background:url(../images/top_recommend_parents_img.png) no-repeat center center;
background-size:374px 390px;
display: flex;
flex-flow: column;
align-items: center;
justify-content: center;
}

/*本人様*/
.top_recommend .top_recommend_flex .top_recommend_self {
width:374px;
min-height:390px;
padding:0 20px 180px 20px;
background:url(../images/top_recommend_self_img.png) no-repeat center center;
background-size:374px 390px;
display: flex;
flex-flow: column;
align-items: center;
justify-content: center;
}


/********** ご利用までの流れ **********/
.top_flowchart {
padding:35px 0;
}
.top_flowchart .inner {
width:100%;
max-width:1152px;
margin:auto;
text-align:center;
}

.top_flowchart .top_flowchart_list ol {
display:flex;
justify-content: space-between;
flex-wrap: wrap;
margin:0 auto 20px auto;
}
.top_flowchart .top_flowchart_list ol li {
border:2px solid #ed6d00;
border-radius:10px;
background:#fff;
padding:30px 20px 20px 20px;
margin:15px;
list-style:none;
width:calc(25% - 30px);
position:relative;
}
.top_flowchart .top_flowchart_list ol li .top_flowchart_number {
width:40px;
height:40px;
line-height:40px;
font-size:18px;
font-weight:bold;
display:block;
color:#fff;
background:#ed6d00;
border-radius:50%;
text-align:center;
position:absolute;
top:-20px;
left:50%;
transform: translateX(-50%);
}
.top_flowchart .top_flowchart_list ol li .top_flowchart_tit {
color:#ed6d00;
margin-bottom:10px;
font-weight:bold;
}


/********** ご利用から卒業までの流れ **********/
.top_graduation {
padding:35px 0;
}
.top_graduation .inner {
width:100%;
max-width:1152px;
margin:auto;
text-align:center;
}


.top_graduation .top_graduation_list ol {
display:flex;
justify-content: space-between;
flex-wrap: wrap;
}
.top_graduation .top_graduation_list ol li {
border:2px solid #e84191;
border-radius:10px;
background:#fff;
padding:30px 20px 20px 20px;
margin:15px;
list-style:none;
width:calc(25% - 30px);
position:relative;
}
.top_graduation .top_graduation_list ol li .top_graduation_number {
width:40px;
height:40px;
line-height:40px;
font-size:18px;
font-weight:bold;
display:block;
color:#fff;
background:#e84191;
border-radius:50%;
text-align:center;
position:absolute;
top:-20px;
left:50%;
transform: translateX(-50%);
}
.top_graduation .top_graduation_list ol li .top_graduation_img {
margin-bottom:10px;
}
.top_graduation .top_graduation_list ol li .top_graduation_tit {
margin-bottom:10px;
font-weight:bold;
}
.top_graduation .top_graduation_list ol li .top_graduation_txt {
font-size:14px;
text-align:left;
}


/********** 次の内容にあてはまる方はぜひご見学をしてみてください **********/
.top_exhibition {
margin:35px auto 0 auto;
padding:80px 0;
background:url(../images/top_exhibition_bg.png) repeat center center;
position:relative;
}
.top_exhibition:after {
content:"";
position:absolute;
background:url(../images/top_exhibition_bgcover.png) no-repeat center center;
background-size:100% 84px;
width: 100%;
height: 84px;
top:0;
left: 0;
right: 0;
margin: auto;
}
.top_exhibition .section_title_top {
margin: 0 auto 40px auto;
}
.top_exhibition .section_title_top img {
margin:0;
}
.top_exhibition .inner {
width:100%;
max-width:1152px;
margin:auto;
text-align:center;
}

.top_exhibition .exhibition_list {
}
.top_exhibition .exhibition_list ul {
font-size:0;
}
.top_exhibition .exhibition_list ul li {
display:inline-block;
width:460px;
margin:0 24px 30px 24px;
}

/******************** Cocorport Collegeとは ********************/
/********** Cocorport Collegeとは **********/
.about_lead {
padding:35px 0;
}
.about_lead .vis {
margin:0 auto 60px auto;
position:relative;
height:400px;
overflow:hidden;
}
.about_lead .vis img {
position:absolute;
width:auto;
max-width:none;
height:400px;
margin:auto;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.about_lead .inner {
width:100%;
max-width:1152px;
margin:auto;
text-align:center;
}
.about_lead .leadbox {
border-style: solid;
border-width: 50px;
border-image: url(../images/about_leadbox_bg.png) 50 fill round;
margin:0 auto 40px auto;
display: inline-block;
padding:20px 30px;
}
.about_lead .leadbox p {
margin:0 auto;
font-size:24px;
line-height:46px;
}
.about_lead .leadbox p.leadbox_logo {
margin:0 auto 20px auto;
max-width:292px;
}

.about_lead .leadbox ul.about_lead_5categ {
display:flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
margin: 20px auto 0 auto;
max-width: 768px;
}
.about_lead .leadbox ul.about_lead_5categ li {
width:20%;
padding: 10px;
}


.about_lead .about_lead_bg_orange {
  background: #fff2cc;
  border: 2px dotted #ed6d00;
  padding: 50px;
}

.about_lead .leadbox2 {
/*background:#ed6d00;
display:block;
max-width:940px;
padding:20px 20px;
color:#fff;
font-size:18px;
line-height:30px;
margin:0 auto 40px auto;
text-align:left;*/
font-size:20px;
line-height:36px;
margin:0 auto 40px auto;
}
.about_lead .leadbox2 a {
/*color:#ffea00;*/
color:#ed6d00;
text-decoration:underline;
}
.about_lead .leadbox3 {
margin:0 auto 40px auto;
display: inline-block;
width:100%;
max-width:1152px;
font-size:18px;
}
.about_lead .leadbox3 p:last-child {
margin-bottom:0;
}
.about_lead .learning {
margin:30px auto 50px auto;
}
.about_lead .learning .leadtext {
font-size:20px;
line-height:36px;
margin:0 auto 40px auto;
}
.about_lead .learning ul {
font-size:0;
}
.about_lead .learning ul li {
display:inline-block;
width:300px;
font-size:18px;
color:#fff;
background:url(../images/orange_slash_bg.png) repeat center center;
margin:10px;
text-align:left;
position:relative;
}
.about_lead .learning ul li .image {
display:block;
}
.about_lead .learning ul li .text {
padding:15px 25px;
}
.about_lead .learning ul li .number {
width:40px;
height:40px;
line-height:40px;
font-size:18px;
font-weight:bold;
display:block;
color:#fff;
background:#ed6d00;
border-radius:50%;
text-align:center;
position:absolute;
top:-20px;
left:50%;
transform: translateX(-50%);
}
.about_lead .program {
}
.about_lead .program ul {
font-size:0;
}
.about_lead .program ul li {
display:inline-block;
width:400px;
margin:0 30px 30px 30px;
text-align:center;
vertical-align:top;
}
.about_lead .program ul li .image {
margin:0 auto 20px auto;
max-width: 176px;
border:1px solid #ed6d00;
border-radius:50%;
overflow: hidden;
}
.about_lead .program ul li .title {
font-size:24px;
margin:0 auto 20px auto;
}
.about_lead .program ul li .text {
font-size:16px;
line-height:30px;
text-align:left;
}
/********** Cocorport Collegeの目的 **********/
.purpose {
padding:35px 0;
}
.purpose .vis {
margin:0 auto 60px auto;
position:relative;
height:400px;
overflow:hidden;
}
.purpose .vis img {
position:absolute;
width:auto;
max-width:none;
height:400px;
margin:auto;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.purpose .inner {
width:100%;
max-width:1152px;
margin:auto;
text-align:center;
}
.purpose ul {
max-width:940px;
margin:0 auto 0px auto;
}
.purpose ul li {
display:block;
margin:0 auto 50px auto;
padding:0 0 0 257px;
text-align:left;
vertical-align:top;
position:relative;
min-height:227px;
}
.purpose ul li:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.purpose ul li .image {
margin:0 30px 0 0;
width:227px;
position:absolute;
top:0;
left:0;
}
.purpose ul li .title {
font-size:24px;
margin:0 auto 10px auto;
color:#ed6d00;
}
.purpose ul li .text {
font-size:18px;
line-height:30px;
text-align:left;
}

/********** 私たちの想い **********/
.interview {
padding:100px 0;
background:#fff8eb;
}
.interview .section_title {
margin:0 auto 60px auto;
}

.interview .inner {
width:100%;
max-width:1280px;
margin:auto;
text-align:center;
}

.interview .interview_block {
position:relative;
}
.interview .interview_block .interview_block_inner {
width:calc(100% - 565px);
margin:0 auto 0 0;
}
.interview .interview_block .title {
background:#ed6d00;
padding:160px 0 80px 0;
text-align:center;
}
.interview .interview_block .photo {
position:absolute;
top: 100px;
right: 0;
z-index: 1;
width: 565px;
max-width: 50%;
text-align: left;
}
.interview .interview_block .photo img {
position: relative;
z-index: 1;
}
.interview .interview_block .photo .excerpt {
background:#ed6d00;
padding:130px 40px;
margin:-50px 0 0 0;
position:absolute;
right:0;
z-index: 0;
color:#fff;
font-size:20px;
line-height:34px;
}
.interview .interview_block .interview_body {
width:560px;
text-align:left;
padding:0;
margin: 60px 40px 60px 115px;
}
.interview .interview_block .interview_body .subtitle {
font-size:26px;
line-height:38px;
color:#ed6d00;
margin:0 0 40px 0;
/*font-weight:400;*/
font-weight:normal;
}
.interview .interview_block .interview_body p {
font-size:16px;
line-height:30px;
}
/* 偶数番目 */
.interview .interview_block:nth-child(odd) .interview_block_inner {
margin:0 0 0 auto;
}
.interview .interview_block:nth-child(odd) .title {
background:#d54288;
}
.interview .interview_block:nth-child(odd) .photo {
right:auto;
left:0;
text-align: right;
}
.interview .interview_block:nth-child(odd) .photo img {
position: relative;
z-index: 1;
}
.interview .interview_block:nth-child(odd) .photo .excerpt {
background:#d54288;
right:auto;
left:0;
text-align:left;
}
.interview .interview_block:nth-child(odd) .interview_body {
margin: 60px 115px 60px 40px;
}
.interview .interview_block:nth-child(odd) .interview_body .subtitle {
color:#d54288;
}

/******************** Collegeの特徴 ********************/
/********** Collegeの特徴 **********/
.feature_lead {
padding:35px 0;
}
.feature_lead .vis {
margin:0 auto 60px auto;
position:relative;
height:400px;
overflow:hidden;
}
.feature_lead .vis img {
position:absolute;
width:auto;
max-width:none;
height:400px;
margin:auto;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.feature_lead .inner {
width:100%;
max-width:940px;
margin:auto;
text-align:center;
}
.feature_lead .leadtext {
display:inline-block;
text-align:left;
margin:auto;
font-size:18px;
line-height:36px;
}

/********** 4つの特徴 **********/
.fourfeatures {
padding:35px 0;
}
.fourfeatures .inner {
width:100%;
max-width:980px;
margin:auto;
text-align:center;
}
.fourfeatures ol {
display:flex;
flex-wrap:wrap;
}
.fourfeatures ol li {
width:calc(50% - 40px);
list-style:none;
text-align:center;
margin:20px 20px 50px 20px;
padding: 0 15px 15px 0;
position:relative;
}
.fourfeatures ol li .fourfeatures_number {
position:absolute;
top:-95px;
left:50%;
transform: translateX(-50%);
}
.fourfeatures ol li .fourfeatures_title {
font-size:20px;
font-weight:bold;
margin:20px auto;
}
.fourfeatures ol li .fourfeatures_text {
font-size:16px;
text-align:left;
}
/* 1 */
.fourfeatures ol li.no1 {
border-style: solid;
border-width: 50px;
border-image: url(../images/fourfeatures_bg1.png) 50 fill round;
}
/* 2 */
.fourfeatures ol li.no2 {
border-style: solid;
border-width: 50px;
border-image: url(../images/fourfeatures_bg2.png) 50 fill round;
}
/* 3 */
.fourfeatures ol li.no3 {
border-style: solid;
border-width: 50px;
border-image: url(../images/fourfeatures_bg3.png) 50 fill round;
}
/* 4 */
.fourfeatures ol li.no4 {
border-style: solid;
border-width: 50px;
border-image: url(../images/fourfeatures_bg4.png) 50 fill round;
}
/*** うれしいポイント ***/
.fourfeatures .fourfeatures_point {
display: inline-block;
position: relative;
margin: 70px auto 20px auto;
font-size: 20px;
font-weight: bold;
}
.fourfeatures .fourfeatures_point:before {
position: absolute;
content: " ";
height: 0;
width: 0;
top: calc(-70px);
left: 50%;
border: 50px solid transparent;
border-top: 25px solid #ed6d00;
margin-left: -50px;
}
.fourfeatures .fourfeatures_point .fourfeatures_point_tit {
display:inline-block;
position:absolute;
top: -40px;
left: 0;
color: #fff;
background: #ed6d00;
padding: 4px 10px 3px;
font-size: 14px;
transform: rotate(-10deg) translateX(-60%);
}
.fourfeatures .fourfeatures_point strong {
border-bottom: dotted 2px #ed6d00; 
}
.fourfeatures .fourfeatures_point small {
font-size:14px;
font-weight:normal;
}

/********** 5つのプログラム **********/
.fiveprograms {
padding:35px 0;
}

.fiveprograms .inner {
width:100%;
max-width:1152px;
margin: auto;
text-align:center;
}

.fiveprograms .section_title {
margin:0 auto 50px auto;
display: flex;
align-items: baseline;
}
.fiveprograms .section_title:before,
.fiveprograms .section_title:after {
border-top: 1px solid;
content: "";
flex-grow: 1;
padding-bottom: 20px;
}
.fiveprograms .section_title:before {
margin-right: 50px;
}
.fiveprograms .section_title:after {
margin-left: 50px;
}

.fiveprograms .leadtext {
font-size:18px;
line-height:36px;
text-align:left;
max-width:940px;
margin:0 auto 60px auto;
}

.fiveprograms ul {
max-width:940px;
margin:auto;
}
.fiveprograms ul > li {
text-align:left;
font-size:0;
margin:0 0 40px 0;
}
.fiveprograms ul > li .image {
display:inline-block;
width:360px;
vertical-align: top;
border:2px solid #ed6d00;
border-radius:20px;
padding:20px;
}
.fiveprograms ul > li:nth-child(even) .image {
border:2px solid #e84191;
}
.fiveprograms ul > li .text {
display:inline-block;
width:calc(100% - 400px);
vertical-align: top;
margin:0 0 0 40px;
}
.fiveprograms ul > li .text .fiveprograms_title {
position:relative;
margin:10px 0 20px 50px;
padding:7px 12px;
font-size:20px;
line-height:26px;
font-weight:normal;
color:#fff;
display:inline-block;
-webkit-border-radius:5px;
-ms-border-radius:5px;
border-radius:5px;
}
.fiveprograms ul > li:nth-child(odd) .text .fiveprograms_title {
background-color:#ed6d00;
}
.fiveprograms ul > li:nth-child(even) .text .fiveprograms_title {
background-color:#e84091;
}
.fiveprograms ul > li .text .fiveprograms_title img {
position:absolute;
left:-50px;
top:0;
}
.fiveprograms ul > li .text p {
font-size:18px;
line-height:32px;
margin:0 0 30px 0;
}/*
.fiveprograms ul > li .text ul.contents {
border-left:2px solid #ed6d00;
}
.fiveprograms ul > li .text ul.contents li {
color:#ed6d00;
list-style:outside disc;
margin:0 0 0 2em;
font-size:16px;
line-height:28px;
}
.fiveprograms ul > li:nth-child(even) .text ul.contents {
border-left:2px solid #d54288;
}
.fiveprograms ul > li:nth-child(even) .text ul.contents li {
color:#d54288;
}*/

/******************** Collegeの生活 ********************/
/********** Collegeの生活 **********/
.life_lead {
padding:35px 0;
}
.life_lead .vis {
margin:0 auto 60px auto;
position:relative;
height:400px;
overflow:hidden;
}
.life_lead .vis img {
position:absolute;
width:auto;
max-width:none;
height:400px;
margin:auto;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.life_lead .inner {
width:100%;
max-width:1152px;
margin:auto;
text-align:center;
}
.life_lead .leadtext {
display:inline-block;
text-align:left;
margin:auto;
font-size:18px;
line-height:36px;
}

/********** 1日の流れ **********/
.schedule {
padding:35px 0;
background:url(../images/schedule_bg.png) no-repeat top center;
background-size:cover;
}
.schedule .inner {
width:100%;
max-width:1152px;
margin:auto;
text-align:center;
}

/********** こんな過ごし方があります！ **********/
.pattern {
padding:35px 0;
}
.pattern .section_title {
background:#ffd6b4;
position:relative;
padding: 5px 80px;
margin: 0 auto 60px auto;
border: 2px solid #fff;
outline: 10px solid #ffd6b4;
}
.pattern .section_title:after {
position: absolute;
content: " ";
height: 0;
width: 0;
top:calc(100% + 12px);
left: 50%;
border:20px solid transparent;
border-top:20px solid #ffd6b4;
margin-left: -20px;
}
.pattern .inner {
width:100%;
max-width:1152px;
margin:auto;
text-align:center;
}
.pattern ul {
font-size:0;
}
.pattern ul li {
display:inline-block;
width:250px;
margin:10px;
}

/********** お昼休憩（お弁当） **********/
.lunch {
padding:35px 0 70px 0;
}
.lunch .inner {
width:100%;
max-width:1152px;
margin:auto;
text-align:center;
}

/******************** キャンパス紹介 ********************/
/********** キャンパス一覧 **********/
.campus_archive {
padding:35px 0 0 0;
}
.campus_archive .vis {
margin:0 auto 0px auto;
position:relative;
/*height:400px;*/
overflow:hidden;

background:url(../images/campus_vis.jpg) no-repeat center center;
background-size:cover;
}
.campus_archive .vis img {
position:absolute;
width:auto;
max-width:none;
height:400px;
margin:auto;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.campus_archive .inner {
width:100%;
max-width:1152px;
margin:auto;
padding:50px 0;
text-align:center;
background:url(../images/grid_bg.png) repeat center center;
}

/***** キャンパス一覧タブ *****/
.campus_tab_list {
background:rgba(255,255,255,.5);
}
.campus_tab_list .inner {
width: 100%;
max-width: 1152px;
padding:60px 20px;
margin:0 auto 0 auto;
background:none;
}
/*タブ*/
.campus_tab_list ul.campus_tab {
display:flex;
margin: 0 0 ;
}
.campus_tab_list ul.campus_tab li {
font-size: 14px;
line-height: 1.25;
font-weight: bold;
display: inline-block;
width: calc(100% / 7);
padding: 10px 0;
margin: 0 5px;
cursor:pointer;
border-radius: 5px 5px 0 0;
box-sizing: border-box;
text-align: center;
}
.campus_tab_list ul.campus_tab li::before {
font-family: 'Font Awesome 5 Free';
font-weight: 900;
content: "\f0da";
margin-right: .3em;
}
.campus_tab_list ul.campus_tab li.bgorange {
background: #fff;
border: 1px solid #F46F22;
border-bottom:0;
color: #F46F22;
}
.campus_tab_list ul.campus_tab li.bgpink {
background: #fff;
border: 1px solid #e84091;
border-bottom:0;
color: #e84091;
}
.campus_tab_list ul.campus_tab li.bgblue {
background: #fff;
border: 1px solid #46BCC0;
border-bottom:0;
color: #46BCC0;
}
.campus_tab_list ul.campus_tab li.bggreen {
background: #fff;
border: 1px solid #52B54F;
border-bottom:0;
color: #52B54F;
}
.campus_tab_list ul.campus_tab li.bgperple {
background: #fff;
border: 1px solid #4C70D6;
border-bottom:0;
color: #4C70D6;
}
.campus_tab_list ul.campus_tab li.bgbrown {
background: #fff;
border: 1px solid #8f5132;
border-bottom:0;
color: #8f5132;
}
.campus_tab_list ul.campus_tab li.bgviolet {
background: #fff;
border: 1px solid #4b4e94;
border-bottom:0;
color: #4b4e94;
}
.campus_tab_list ul.campus_tab li.active.bgorange {
background: #F46F22;
border: 1px solid #F46F22;
border-bottom:0;
color: #fff;
}
.campus_tab_list ul.campus_tab li.active.bgpink {
background: #e84091;
border: 1px solid #e84091;
border-bottom:0;
color: #fff;
}
.campus_tab_list ul.campus_tab li.active.bgblue {
background: #46BCC0;
border: 1px solid #46BCC0;
border-bottom:0;
color: #fff;
}
.campus_tab_list ul.campus_tab li.active.bggreen {
background: #52B54F;
border: 1px solid #52B54F;
border-bottom:0;
color: #fff;
}
.campus_tab_list ul.campus_tab li.active.bgperple {
background: #4C70D6;
border: 1px solid #4C70D6;
border-bottom:0;
color: #fff;
}
.campus_tab_list ul.campus_tab li.active.bgbrown {
background: #8f5132;
border: 1px solid #8f5132;
border-bottom:0;
color: #fff;
}
.campus_tab_list ul.campus_tab li.active.bgviolet {
background: #4b4e94;
border: 1px solid #4b4e94;
border-bottom:0;
color: #fff;
}
/*エリア*/
.campus_tab_list .campus_area {
display:none;
text-align:left;
padding:30px;
background:#fff;
border-radius: 0 0 5px 5px;
}
.campus_tab_list .campus_area.show,
.campus_tab_list .campus_area.active {
display:block;
}
.campus_tab_list .campus_area.bgorange {
border-top: 3px solid #F46F22;
}
.campus_tab_list .campus_area.bgpink {
border-top: 3px solid #e84091;
}
.campus_tab_list .campus_area.bgblue {
border-top: 3px solid #46BCC0;
}
.campus_tab_list .campus_area.bggreen {
border-top: 3px solid #52B54F;
}
.campus_tab_list .campus_area.bgperple {
border-top: 3px solid #4C70D6;
}
.campus_tab_list .campus_area.bgbrown {
border-top: 3px solid #8f5132;
}
.campus_tab_list .campus_area.bgviolet {
border-top: 3px solid #4b4e94;
}
/*.campus_tab_list .campus_area .bgorange {
background: #F46F22;
border: 1px solid #F46F22;
color: #fff;
font-size: 20px;
padding: 4px 0 4px 10px;
border-radius: 6px;
margin-bottom: 20px;
}
.campus_tab_list .campus_area .bgpink {
background: #e84091;
border: 1px solid #e84091;
color: #fff;
font-size: 20px;
padding: 4px 0 4px 10px;
border-radius: 6px;
margin-bottom: 20px;
}
.campus_tab_list .campus_area .bgblue {
background: #46BCC0;
border: 1px solid #46BCC0;
color: #fff;
font-size: 20px;
padding: 4px 0 4px 10px;
border-radius: 6px;
margin-bottom: 20px;
}
.campus_tab_list .campus_area .bggreen {
background: #52B54F;
border: 1px solid #52B54F;
color: #fff;
font-size: 20px;
padding: 4px 0 4px 10px;
border-radius: 6px;
margin-bottom: 20px;
}*/
.campus_tab_list .campus_area ul {
display:flex;
flex-wrap:wrap;
}
.campus_tab_list .campus_area ul li {
width: calc(100% / 3);
display: inline-block;
padding-left: 40px;
font-size: 16px;
font-weight: bold;
margin-bottom: 4px;
padding: 4px 0;
position: relative;
box-sizing: border-box;
}
.campus_tab_list .campus_area ul li:before {
font-family: 'Font Awesome 5 Free';
font-weight: 900;
content: "\f138";
margin-right: 10px;
}

/* campus_illust */
.campus_archive .campus_illust {
font-size:0;
margin:0 auto 20px auto;
}
.campus_archive .campus_illust .campus_illust01 {
font-size:100%;
display:inline-block;
width:420px;
}
.campus_archive .campus_illust .campus_illust02 {
font-size:100%;
display:inline-block;
width:420px;
}

/*** フォームページ用キャンパス一覧 ***/
.campus_archive_formpage {
padding-top:0;
}
.campus_archive_formpage .inner {
border-top:1px solid #ed6d00;
}

/********** キャンパス詳細 **********/
.campus_detail {
padding:35px 0;
}
.campus_detail .inner {
width:100%;
max-width:1152px;
margin:auto;
text-align:center;
background:#fff6ee;
padding:40px 0 1px 0;
}

/***外観***/
.campus_detail .campus_exterior {
/*margin:0 auto 50px auto;*/
max-width:920px;
margin:0 auto 25px auto;
/*padding:0 40px;*/
}

/***内観***/
.campus_detail .campus_interior {
/*background:url(../images/campus_interior_bg.png) no-repeat center center;*/
/*background-size:contain;*/
width:100%;
max-width:920px;
/*min-height:330px;*/
/*margin:0 auto 20px auto;*/
margin:0 auto 0 auto;
display: flex;
justify-content: center;
align-items: center;
}
.campus_detail .campus_interior ul {
width:100%;
/*max-width:325px;*/
margin:auto;
display: flex;
}
.campus_detail .campus_interior ul li {
/*margin: 0 auto 25px auto;*/
margin: 0 25px 25px 0;
width: calc((100% - 25px)/2);
}
.campus_detail .campus_interior ul li:last-child {
margin:0 auto;
}

/***その他***/
.campus_detail .campus_otherimg {
width:100%;
max-width:920px;
margin:0 auto 20px auto;
display: flex;
justify-content: center;
align-items: center;
}
.campus_detail .campus_otherimg ul {
width:100%;
margin:auto;
display: flex;
justify-content: center;
}
.campus_detail .campus_otherimg ul li {
margin: 0 25px 25px 0;
width: calc((100% - 50px) / 3);
}
.campus_detail .campus_otherimg ul li:last-child {
margin:0 ;
}


/*** ブログ ***/
.blog {
padding: 40px 0;
}
.blog .inner {
width:100%;
max-width:800px;
margin:auto;
padding:0;
text-align:center;
}
.blog .blog_title {
background:#ed6d00;
color:#fff;
display:block;
font-size:18px;
line-height:30px;
padding:7px;
margin:0 auto 0px auto;
}
/*共通*/
.blog .date {
font-size:14px;
margin:0 0 5px 0;
}
.blog .title {
font-size:18px;
margin:0 0 5px 0;
}
.blog .title a {
color:#ed6d00;
}
.blog .body {
margin:0 0 15px 0;
font-size:14px;
line-height:24px;
}
/*一覧*/
.blog .blog_list {
margin:0 auto 40px auto;
padding:20px 0 0 0;
text-align:left;
border-top:2px solid #ed6d00;
}
.blog .blog_list ul {
}
.blog .blog_list ul li {
border-bottom:1px solid #a0a0a0;
padding:25px 60px;
}
.blog .blog_list ul li .btn_blog {
text-align:center;
}
.blog .blog_list ul li .btn_blog a {
background:#ed6d00;
color:#fff;
text-decoration:none;
font-size:14px;
line-height:30px;
padding:0 20px;
display:inline-block;
}
/*詳細*/
.blog .blog_detail {
margin:0 auto 40px auto;
padding:20px 0 0 0;
text-align:left;
border-top:2px solid #ed6d00;
border-bottom:1px solid #ed6d00;
}
.blog .blog_detail .date {
font-size:14px;
margin:0 0 10px 0;
}
.blog .blog_detail .title {
margin:0 auto 30px auto;
font-size:20px;
color:#252525;
}
.blog .blog_detail .body {
margin:0 auto 50px auto;
font-size:16px;
line-height:24px;
color:#4a4a4a;
}

/***スタッフコメント***/
.comment {
background:url(../images/grid_bg.png) repeat center center;
padding:40px;
position:relative;
text-align:left;
border-top: 3px double #ed6d00;
}
.comment .comment_inner {
/*width:calc(100% - 460px);
width:calc(100% - 360px);*/
margin:0 auto 0 0;
}
.comment .comment_position {
font-size:20px;
color:#323232;
font-weight:bold;
margin:0 0 5px 0;
}
.comment .comment_title {
color:#ed6d00;
font-size:26px;
line-height:38px;
margin:0 0 30px 0;
}
/*.comment .comment_title:before {
content:"【スタッフコメント】 ";
display:block;
font-size:20px;
color:#323232;
font-weight:bold;
}*/
.comment .comment_photo {
/*position:absolute;
top:80px;
right:40px;
width:420px;*/
width:320px;
}
.comment:nth-child(even) .comment_photo {
float:right;
margin:0 0 40px 40px;
}
.comment:nth-child(odd) .comment_photo {
float:left;
margin:0 40px 40px 0;
}
.comment .comment_body {
font-size:16px;
line-height:30px;
/*min-height: 545px;
min-height: 445px;*/
}

/********** アクセス **********/
.access .googlemap {
position: relative;
padding-bottom: 30%;
margin:0 auto 50px auto;
height: 0;
overflow: hidden;
width: 100vw;
margin-left: calc(50% - 50vw);
margin-right: calc(50% - 50vw);
}
.access .googlemap iframe,
.access .googlemap object,
.access .googlemap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.access .inner {
width:100%;
max-width:1152px;
margin:30px auto;
text-align:center;
background:url(../images/grid_bg.png) repeat center center;
padding: 50px 0;
}

.access dl {
text-align:left;
display: inline-block;
font-size:18px;
}
.access dl dt {
color:#ed6d00;
display:inline-block;
float:left;
clear:both;
margin:0 0 5px 0;
}
.access dl dd {
padding-left: 5em;
position:relative;
margin:0 0 5px 0;
}
.access dl dd:before {
content:"：";
color:#323232;
position:absolute;
left:4em;
}

/********** お問合せはこちら **********/
.contact_btn {
padding:30px 0 100px 0;
}
.contact_btn .inner {
width:100%;
max-width:800px;
margin:auto;
text-align:center;
}

.contact_btn .btn_contact a {
background:#ed6d00;
color:#fff;
text-decoration:none;
font-size:18px;
line-height:45px;
padding:0 ;
display:block;
}


/******************** メンバーさんの声 ********************/
.voice {
padding:35px 0 0 0;
}
.voice .vis {
margin:0 auto 0px auto;
}

.voice .inner {
width:100%;
max-width:1120px;
margin:auto;
text-align:center;
padding:40px 0;
margin:0 auto;
background:url(../images/grid_bg.png) repeat center center;
}

/********** リード **********/
.voice .voice_lead {
width:calc(100% - 80px);
padding:0 ;
margin:0 40px 40px 40px;
border-bottom:2px dotted #ed6d00;
}
.voice .voice_lead .voice_lead_text {
text-align:left;
font-size:18px;
line-height:34px;
letter-spacing:.03em;
max-width:940px;
margin:0 auto 40px auto;
}
.voice .voice_lead .voice_lead_illust {
font-size:22px;
line-height:34px;
margin:0 auto 40px auto;
background:url(../images/bg_cloud.png) no-repeat center center;
}
.voice .voice_lead .voice_lead_illust img {
margin:0 auto 10px auto;
}


/********** インタビュー **********/
.voice .voice_interview {
width:940px;
margin:0 auto 60px auto;
}
.voice .voice_interview .voice_interview_head {
background:#ed6d00;
color:#fff;
padding:20px;
margin:0 auto 20px auto;
}
.voice .voice_interview .voice_interview_head .number {
font-size:28px;
line-height:36px;
font-weight:700;
letter-spacing:.06em;
}
.voice .voice_interview .voice_interview_head h2 {
font-size:26px;
line-height:36px;
letter-spacing:.06em;
color:#ffe400;
border-bottom:2px solid #fff;
padding:0 0 10px 0;
margin:0 auto 20px auto;
}
.voice .voice_interview .voice_interview_head ul {
text-align:left;
margin:0 50px;
}
.voice .voice_interview .voice_interview_head ul li {
font-size:22px;
line-height:34px;
letter-spacing:.06em;
position:relative;
padding:0 0 0 1em;
}
.voice .voice_interview .voice_interview_head ul li:before {
content:"・";
position:absolute;
left:0;
}

.voice .voice_interview .voice_interview_body {
background:#f6f6f6;
padding:40px 70px;
text-align:left;
}
.voice .voice_interview .voice_interview_body .voice_dialogue {
position:relative;
margin:0 auto 20px auto;
padding:0 0 0 100px;
min-height:80px;
font-size:20px;
}
.voice .voice_interview .voice_interview_body .voice_dialogue img {
position:absolute;
left:0;
top:0;
}
.voice .voice_interview .voice_interview_body .voice_dialogue .talker {
display:block;
font-size:16px;
font-weight:700;
}

/********** ココルッポ先生プロフィール **********/
.voice .voice_profile {
width:940px;
margin:100px auto;
font-size:0;
}
.voice .voice_profile .voice_profile_img {
display:inline-block;
width:270px;
margin:0 30px 30px 0;
vertical-align:top;
}
.voice .voice_profile .voice_profile_txt {
display:inline-block;
width:calc(100% - 300px);
margin:0 0 30px 0;
vertical-align:top;
text-align:left;
}
.voice .voice_profile .voice_profile_txt h2 {
font-size:24px;
line-height:50px;
font-weight:700;
letter-spacing:.06em;
display:inline-block;
border-radius:10px;
padding:0 24px;
margin:0 0 30px 0;
color:#ed6d00;
background:#ffe400;
}
.voice .voice_profile .voice_profile_txt ul li {
font-size:20px;
line-height:34px;
letter-spacing:.03em;
position:relative;
padding:0 0 0 1em;
}
.voice .voice_profile .voice_profile_txt ul li:before {
content:"・";
position:absolute;
left:0;
}

.voice .voice_profile .voice_profile_notes {
font-size:20px;
line-height:34px;
letter-spacing:.03em;
}


/******************** 利用までの流れ ********************/
/********** 利用までの流れ **********/
.flow {
padding:35px 0;
}
.flow .vis {
margin:0 auto 60px auto;
}
.flow .inner {
width:100%;
max-width:100%;
margin:auto;
padding:50px 0;
text-align:center;
background:url(../images/grid_bg.png) repeat center center;
}
.flow ol {
width:100%;
max-width:940px;
padding:0 20px;
margin:0 auto 150px auto;
display:inline-block;
font-size:0;
position:relative;
}
.flow ol:before {
content:"";
background:url(../images/campus_illust02.png) no-repeat center center;
width:284px;
height:141px;
position:absolute;
top:0;
right:20px;
}
.flow ol:after {
content:"";
background:url(../images/campus_illust01.png) no-repeat center center;
width:234px;
height:130px;
position:absolute;
bottom:-120px;
left:20px;
}
.flow ol li {
list-style:none;
width: calc(50% - 50px);
max-width:384px;
display:inline-block;
position:relative;
vertical-align:top;
padding:75px 0 0 0;
margin: 0 25px 20px 25px;
}
.flow ol li:nth-child(even) {
top:120px;
}
.flow ol li .title {
position:absolute;
top:0;
left:-25px;
}
.flow ol li .image {
width:304px;
margin:0 auto 10px auto;
}
.flow ol li .text {
width:304px;
margin:auto;
text-align:left;
font-size:16px;
line-height:26px;
}

/********** Q&A **********/
.qa {
padding:35px 0;
}
.qa .section_title {
margin:0 auto 50px auto;
}
.qa .inner {
width:100%;
max-width:800px;
margin:auto;
text-align:center;
}
.qa dl {
text-align:left;
font-size:16px;
line-height:24px;
}
.qa dl dt {
background:#f6f6f6;
margin:0 auto;
padding:30px 30px 20px 30px;
}
.qa dl dt .question {
display:block;
color:#ed6d00;
font-size:34px;
line-height:40px;
font-family: 'Overpass', sans-serif;
font-weight:300;
}
.qa dl dd {
background:#f6f6f6;
margin:0 auto 15px auto;
padding:0 30px 30px 30px;
}
.qa dl dd .answer {
display:block;
color:#d54288;
font-size:34px;
line-height:40px;
font-family: 'Overpass', sans-serif;
font-weight:300;
}

.qa dl dd table {
border-collapse:collapse;
margin:0 0 20px 0;
}
.qa dl dd table th ,
.qa dl dd table td {
border:1px solid #626262;
border-collapse:collapse;
padding:10px 30px;
text-align:center;
/*font-weight:400;*/
font-weight:normal;
}
.qa dl dd table thead {
}
.qa dl dd table thead td {
border-bottom:2px solid #626262;
/*font-weight:700;*/
font-weight:bold;
}
.qa dl dd .mini {
font-size:14px;
}
.qa dl dd .caution {
font-size:12px;
line-height:20px;
}

/******************** 学校・支援機関の皆様へ ********************/
/********** 学校・支援機関の皆様へ **********/
.exhibition {
padding:35px 0;
}
.exhibition .section_title {
margin-bottom:0;
}
/********** exhibition_section **********/
.exhibition_section {
padding:0 0 ;
}
.exhibition_section .vis {
margin:0 auto 0 auto;
position:relative;
height:400px;
overflow:hidden;
}
.exhibition_section .vis img {
position:absolute;
width:auto;
max-width:none;
height:400px;
margin:auto;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.exhibition_section .section_title {
color:#323232;
font-size:38px;
display: block;
}
.exhibition_section .inner {
width:100%;
max-width:1152px;
margin:auto;
padding:35px 0 50px 0;
text-align:center;
background:#fff6ee;
}
.exhibition_section .text {
width:100%;
max-width:940px;
text-align:left;
margin:0 auto 25px auto;
display:inline-block;
font-size:18px;
line-height:30px;
}
.exhibition_section .image {
margin:0 auto 25px auto;
}

/******************** プライバシーポリシー ********************/
/********** プライバシーポリシー **********/
.privacy {
padding:35px 0 0 0;
}

dl.privacy_cont table {
border:1px solid #ddd;
border-collapse:collapse;
}
dl.privacy_cont table th ,
dl.privacy_cont table td {
border:1px solid #666;
border-collapse:collapse;
padding:.5em 1em;
text-align:left;
vertical-align: top;
}
dl.privacy_cont table thead {
background:#ccc;
}
/********** 個人情報保護方針 **********/
.policy {
padding: 0 0 35px 0;
}
.policy .inner {
width:100%;
max-width:1152px;
margin:auto;
text-align:left;
}
.policy .section_title {
color:#323232;
font-size:38px;
}
/*privacy_cont*/
.policy dl.privacy_cont {
}
.policy dl.privacy_cont dt {
margin:0 auto 5px auto;
color:#252525;
}
.policy dl.privacy_cont dd {
margin:0 auto 20px auto;
color:#4a4a4a;
}
/********** 個人情報の取り扱いについて **********/
.treatment {
padding: 0 0 35px 0;
}
.treatment .inner {
width:100%;
max-width:1152px;
margin:auto;
text-align:left;
}
.treatment .section_title {
color:#323232;
font-size:38px;
}
/*privacy_cont*/
.treatment dl.privacy_cont {
}
.treatment dl.privacy_cont dt {
margin:0 auto 5px auto;
color:#252525;
}
.treatment dl.privacy_cont dd {
margin:0 auto 20px auto;
color:#4a4a4a;
}
/*contact_box*/
.treatment dl.contact_box {
padding:20px 30px;
background:#f6f6f6;
border:1px solid #ccc;
display:inline-block;
margin-bottom:20px;
}
.treatment dl.contact_box dt {
margin:0 auto 5px auto;
color:#252525;
}
.treatment dl.contact_box dd {
margin:0 auto 0 auto;
color:#4a4a4a;
}


/******************** お申込みフォーム ********************/
.form_section {
padding:35px 0 0 0 ;
}
.form_section .vis {
margin:0 auto 50px auto;
position:relative;
height:400px;
overflow:hidden;
}
.form_section .vis img {
position:absolute;
width:auto;
max-width:none;
height:400px;
margin:auto;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.form_section .inner {
width:100%;
max-width:1152px;
margin:auto;
/*padding:50px 0 100px 0;*/
padding:0 0 50px 0;
text-align:center;
/*background:#fff6ee;*/
background:#fff;
}

.form_section .leadbox {
margin:0 auto 30px auto;
font-size:18px;
line-height:30px;
}
.form_section .leadbox .caution {
font-size:14px;
}

.form_section .mailform {
text-align:center;
display: inline-block;
width:100%;
/*max-width:800px;*/
max-width:900px;
margin:0 0 20px 0;
}
.form_section .mailform dl {
text-align:left;
font-size:0;
}
.form_section .mailform dl dt {
/*color:#fff;
background:#626262;*/
color:#333;
background:#d9d9d9;
display:inline-block;
width:150px;
margin:2px 0 23px 0;
padding:5px 10px;
font-size:14px;
line-height:20px;
text-align:center;
vertical-align:top;
-webkit-border-radius:15px;
-ms-border-radius:15px;
border-radius:15px;
}
.form_section .mailform dl dt.required {
color:#fff;
background:#ed6d00;
}
.form_section .mailform dl dt.fullwidth ,
.form_section .mailform dl dd.fullwidth {
display:block;
width:100%;
margin-left:0;
}

.form_section .mailform dl dd {
display: inline-block;
width:calc(100% - 170px);
position:relative;
margin:0 0 20px 20px;
font-size:16px;
vertical-align:top;
}
.form_section .mailform dl dd .caution {
margin:10px 0 0 0;
}

.form_section .mailform dl .area_name {
margin:1.5em 0;
background: #b5b5b5;
padding: 5px 10px;
color: #fff;
}
.form_section .mailform dl .campus_tab_list {
background: none;
border-bottom: 0;
margin:0 auto 2em auto;
border-bottom:1px solid #ccc;
}
.form_section .mailform dl .campus_tab_list .campus_area .wpcf7-checkbox ,
.form_section .mailform dl .campus_tab_list .campus_area .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
}
.form_section .mailform dl .campus_tab_list .campus_area .wpcf7-checkbox .wpcf7-list-item ,
.form_section .mailform dl .campus_tab_list .campus_area .wpcf7-radio .wpcf7-list-item {
  width: calc(100% / 3);
  display: inline-block;
  padding-left: 40px;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 4px;
  padding: 4px 0;
  position: relative;
  box-sizing: border-box;
}

/***** フォームページ内プライバシーポリシーモーダルウインドウ *****/
.modalstage {
display: none;
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
overflow: hidden;
margin: 0;
padding: 0;
background: #000;
box-sizing: border-box;
z-index: 999;
}

.info_modalstage {
background:rgba(0,0,0,.8);
display:block;

visibility: hidden;
opacity: 0;
transition: 500ms;
}
.is-fadein {
visibility: visible;
opacity: 1;
}
.info_modalinnr {
background:#fff;
height: max-content;
max-width:960px;
position:absolute;
top:0;
bottom:0;
left:0;
right:0;
margin:auto;
overflow: auto;
box-sizing: border-box;
width:calc(100% - 40px);
max-height: calc(100% - 40px);
padding:50px 30px;

}
.info_modaltitle {
font-weight: bold;
letter-spacing: 0.05em;
display: block;
padding: 0;
margin: 0 auto 30px auto;
font-size: 24px;
line-height: 1.25;
text-align: center;
color: #000;
position: relative;
text-align:center;
}
.modal_close {
text-align:center;
display:block;
margin:0px auto;
background:rgba(0, 0, 0, 0.45);
position:fixed;
line-height:35px;
width:35px;
height:35px;
padding:5px;
right:20px;
top:20px;

}
.modal_close a {
color:#fff;
text-decoration:none;
font-size:24px;
line-height: 1;
width: 100%;
height: 100%;
display: block;
background:none;
}
.modal_close:hover {
background:rgba(0, 0, 0, 0.75);
opacity:1;
}

/*privacy_cont*/
.info_modalinnr dl.privacy_cont {
}
.info_modalinnr dl.privacy_cont dt {
margin:0 auto 5px auto;
color:#252525;
}
.info_modalinnr dl.privacy_cont dd {
margin:0 auto 20px auto;
color:#4a4a4a;
}

/*contact_box*/
.info_modalinnr dl.contact_box {
padding:20px 30px;
background:#f6f6f6;
border:1px solid #ccc;
display:inline-block;
margin-bottom:20px;
}
.info_modalinnr dl.contact_box dt {
margin:0 auto 5px auto;
color:#252525;
}
.info_modalinnr dl.contact_box dd {
margin:0 auto 0 auto;
color:#4a4a4a;
}

/***** フォーム *****/
.form_section .mailform input {
font-size:16px;
/*font-family: 'Noto Sans JP', sans-serif;*/
font-family: "ヒラギノ角ゴ Pro W3",  "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.form_section .mailform input[type="text"],
.form_section .mailform input[type="email"],
.form_section .mailform input[type="tel"],
.form_section .mailform input[type="date"],
.form_section .mailform input[type="number"],
.form_section .mailform input[type="password"] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
margin:0;
padding:5px 10px;
border:1px solid #b5b5b5;
width: 100%;
height:35px;
box-sizing:border-box;
background:#fff;
color:#323232;
vertical-align: baseline;
-webkit-border-radius:0;
-ms-border-radius:0;
border-radius:0;
}
.form_section .mailform input[type="submit"],
.form_section .mailform input[type="button"],
.form_section .mailform button {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
color:#fff!important;
background:#ed6d00!important;
border:1px solid #ed6d00;
min-height:42px;
/*font-weight:400;*/
font-weight:normal;
font-size:16px!important;
line-height: 16px;
padding:12px 40px!important;
margin:0 10px;
text-decoration:none;
text-align:center;
display: inline-block;
cursor:pointer;
-webkit-border-radius:0;
-ms-border-radius:0;
border-radius:0;
}
.form_section .mailform input[type="button"].wpcf7c-btn-back {
color:#fff!important;
background:#535353!important;
border:1px solid #535353;
}
.form_section .mailform input[type="submit"]:hover,
.form_section .mailform input[type="button"]:hover,
.form_section .mailform button:hover {
text-decoration:none;
opacity: 0.5;
}

.form_section .mailform input[type="radio"] ,
.form_section .mailform input[type="checkbox"] {
margin:0 7px 0 0;
vertical-align:inherit;
}

.form_section .mailform select::-ms-expand {
display: none;
}
.form_section .mailform select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
font-size:16px;
line-height:16px;
/*font-family: 'Noto Sans JP', sans-serif;*/
font-family: "ヒラギノ角ゴ Pro W3",  "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
margin:0;
padding:5px 35px 5px 10px;
border:1px solid #b5b5b5;
background:#fff url(../images/select.png) no-repeat top right;
background-size: 35px 35px;
color:#323232;
width: 100%;
height:35px;
box-sizing:border-box;
vertical-align: baseline;
cursor:pointer;
-webkit-border-radius:0;
-ms-border-radius:0;
border-radius:0;
}

.form_section .mailform textarea {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
font-size:16px;
/*font-family: 'Noto Sans JP', sans-serif;*/
font-family: "ヒラギノ角ゴ Pro W3",  "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
margin:0;
padding:5px 10px;
border:1px solid #b5b5b5;
background:#fff;
color:#323232;
width: 100%;
box-sizing:border-box;
-webkit-border-radius:0;
-ms-border-radius:0;
border-radius:0;
}
.form_section .mailform .start_date ,
.form_section .mailform .end_date {
width: calc((100% - 2em) / 2);
display:inline-block;
}
.form_section .mailform .start_date {
margin-right:1.5em;
position:relative;
}
.form_section .mailform .start_date:after {
content:"～";
position: absolute;
right: -1.5em;
top: .5em;
width:1em;
text-align:center;
}
.form_section .mailform .end_date {
margin-left:.5em;
}
.form_section .mailform .agreement {
margin: 0 auto 5px auto;
display: inline-block;
}
.form_section .mailform .formbtn {
position:relative;
}

.form_section .mailform input::placeholder ,
.form_section .mailform textarea::placeholder {
color: #999;
opacity: 1;
}
/* IE */
.form_section .mailform input:-ms-input-placeholder ,
.form_section .mailform textarea:-ms-input-placeholder {
color: #999;
opacity: 1;
}
/* Edge */
.form_section .mailform input::-ms-input-placeholder ,
.form_section .mailform textarea::-ms-input-placeholder {
color: #999;
opacity: 1;
}



/*** Contact form 7 ***/
.wpcf7-form-control-wrap {
vertical-align: top;
}
span.wpcf7-list-item {
display: block;
margin: 0 0 0;
}
/* ローダー */
div.wpcf7 .ajax-loader {
display:none;
position: absolute;
bottom: -30px;
left: 0;
right: 0;
margin: auto;
}
div.wpcf7 .ajax-loader.is-active {
display:block;
}

/* エラー表示 */
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-mail-sent-ok,
div.wpcf7-mail-sent-ng {
background:#fff;
border:0;
margin: 40px auto;
padding: 40px 20px;
box-sizing: border-box;
text-align:center;
}
/* エラーメッセージ */
span.wpcf7-not-valid-tip {
text-align:left;
color: #d4192a;
font-size:12px;
font-weight: normal;
display: block;
}
.agreement span.wpcf7-not-valid-tip {
/*display:none;*/
}
/* 確認画面 */
.wpcf7c-conf {
background-color:#fff!important;
color:#999!important;
border:1px solid #fff!important;
}

/* contact-form-7-datepicker カスタム（“今日”ボタンの非表示） */
.ui-datepicker-current {
display:none;
}

/*** reCAPTCHA ***/
.inv-recaptcha-holder {
display: inline-block;
margin: 30px auto;
}

/********** 送信完了 **********/
.thanks {
padding:60px 0 100px 0;
}

.thanks .inner {
width:100%;
max-width:800px;
margin:auto;
padding: 80px 0;
text-align:center;
font-size:20px;
border-top: 1px solid #b5b5b5;
border-bottom: 1px solid #b5b5b5;
}

/***** pagetop *****/
.pagetop {
position:absolute;
position: fixed;
width: 42px;
height: 42px;
background:#ed6d00;
display: inline-block;
margin: auto;
bottom: 0;
right:0;
text-align: center;
vertical-align: middle;
line-height: 42px;
z-index: 21;
}
.pagetop.floating {
/**/
}
.pagetop a {
color:#fff;
display:block;
}

/* ************************************************ */
/**** footer ****/
/* ************************************************ */
.footer {
text-align:center;
background:#fff;
color:#333;
padding: 0;
font-size:0;
text-align:center;
border-top:1px solid #fef0e5;
border-top:1px solid #ed6d00;
}
/***** 申込バナー *****/
.footer .entry_bnr {
display:none;
}
.footer .inner {
width:1280px;
-moz-width: max-content;
-o-width: max-content;
-webkit-width: max-content;
width: max-content;
max-width:100%;
padding:0;
margin:auto;
}

.footer .fmenu {
display:inline-block;
font-size:14px;
line-height:30px;
text-align:left;
margin: 30px 0;
}
.footer .fmenu ul {
display:inline-block;
vertical-align:top;
margin:0 60px 0 0;
}
.footer .fmenu ul li {
font-size:14px;
}
.footer .fmenu ul li a {
text-decoration:none;
color:#333;
}
.footer .fmenu ul li a:hover {
color:#ed6d00;
opacity:1;
}

.footer .corp_data {
float:left;
display:inline-block;
vertical-align:top;
text-align:left;
margin:30px 100px 30px 0;
}
.footer .corp_data .logo {
margin:0 0 10px 0;
}
.footer .corp_data .logo img {
width:auto;
height:32px;
vertical-align: middle;
}
.footer .corp_data .industry {
font-size: 11px;
line-height: 15px;
margin: 0 0 20px 0;
color: #999;
}
.footer .corp_data .profile {
font-size:14px;
}
.footer .corp_data .profile .tel {
display:block;
}
.footer .corp_data .profile .tel a {
color:#ed6d00;
}
.footer .corp_data .profile .tel .call {
font-size:20px;
color:#ed6d00;
}
.footer .corp_data .profile .fax {
display:block;
}

.footer .corp_data .profile .notel {
pointer-events: none;
text-decoration:none;
}

.footer .copyright {
font-size:11px;
line-height:42px;
letter-spacing : 0.04em;
display:block;
background:#ed6d00;
color:#fff;
}

/*** フォームページ用フッター ***/
.formpage .footer .fmenu {
display: none;
}
.formpage .footer .corp_data {
display: block;
width: 927px;
margin: 30px 0;
}

/************************************************ 1280px以下 ************************************************/
@media screen and (max-width: 1280px){
/* ************************************************ */
/**** 共通クラス定義 ****/
/* ************************************************ */

/* ******************************************************************** */
/**** container ****/
/* ******************************************************************** */
/* ************************************************ */
/**** header ****/
/* ************************************************ */
/***** logo *****/
.header .logo .industry {
font-size:9px;
line-height:12px;
}
/**/
.header .logo .college {
}
.header .logo .college img {
height:22px;
}
/**/
.header .logo .collegework img {
height:22px;
}

/***** globalnavi *****/
/*** メニュー ***/
.header .globalnavi .gmenu ul > li a {
margin: 0 15px;
font-size: 13px;
letter-spacing: 0;
}

/* ************************************************ */
/**** main ****/
/* ************************************************ */

/********** 共通 **********/
/***** キャンパス一覧（内覧会・オープンキャンパス・キャンパス紹介ページ共通） *****/
.campus_list ul li {
max-width:345px;
}
.campus_list ul li .thmb {
margin:0 auto 10px auto;
}

/******************** Cocorport Collegeとは ********************/
/********** 私たちの想い **********/
.interview {
}
.interview .section_title {
}

.interview .inner {
width:100%;
max-width:940px;
}

.interview .interview_block {
}
.interview .interview_block .interview_block_inner {
width:calc(100% - 300px);
}
.interview .interview_block .title {
padding: 80px 40px;
}
.interview .interview_block .photo {
top: 50px;
width: 300px;
}
.interview .interview_block .photo img {
}
.interview .interview_block .photo .excerpt {
padding: 40px;
margin:0;
font-size:20px;
line-height:34px;
}
.interview .interview_block .interview_body {
width:auto;
text-align:left;
padding:0;
margin: 60px 40px 60px 40px;
}
.interview .interview_block .interview_body .subtitle {
font-size:26px;
line-height:38px;
color:#ed6d00;
margin:0 0 40px 0;
/*font-weight:400;*/
font-weight:normal;
}
.interview .interview_block .interview_body p {
font-size:16px;
line-height:30px;
}

/******************** Collegeの特徴 ********************/


/******************** キャンパス紹介 ********************/
/********** キャンパス紹介 **********/
/* campus_illust */
.campus_archive .campus_illust .campus_illust01 {
width:50%;
max-width:345px;
}
.campus_archive .campus_illust .campus_illust02 {
width:50%;
max-width:345px;
}

/********** キャンパス詳細 **********/
/*スタッフコメント*/
.comment .comment_inner {
/*width:calc(100% - 290px);*/
}
.comment .comment_photo {
width:250px;
}
.comment .comment_body {
min-height:300px;
}


/*** フォームページ用フッター ***/
.formpage .footer {
margin-bottom:0;
}
.formpage .footer .entry_bnr {
display: none;
}
.formpage .footer .corp_data {
width: 100%;
}

}


/************************************************ 1080px以下 ************************************************/
@media screen and (max-width: 1080px){
/* ************************************************ */
/**** 共通クラス定義 ****/
/* ************************************************ */

/* ******************************************************************** */
/**** container ****/
/* ******************************************************************** */

/* ************************************************ */
/**** header ****/
/* ************************************************ */
.header {
height:60px;
overflow:visible;
box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.1); /**/
}
.header.floating {
top:0;
}

.header .inner {
width:100%;
padding: 0;
height:60px;
}

/***** logo *****/
.header .logo {
/*width:auto;
height:22px;*/
/*margin:12px 15px;
display:inline-block;
text-align:left;*/
}
.header.floating .logo {/*ヘッダーフローティング時*/
/*display:inline-block;*/
display:flex;
}
/*.header .logo img {
width:auto;
height:22px;
}*/
.header .logo .industry {
margin-top:3px;
}

/***** 業種 ****
.header .industry {
max-width:none;
height:50px;
}
.header .industry .flex {
height:50px;
}
.header.floating .industry {
display:inline-block;
}*/

/***** TEL *****/
.header .tel {
display:none;
}
/***** 見学申し込み *****/
.header .btn_tour {
display:none;
}

.header .btn_tour a {
width:180px;
height:48px;
display:block;
background:#5b9bd5;
color:#fff;
font-size:16px;
line-height:48px;
text-align:center;
text-decoration:none;
border-radius:5px;
}


/***** 申込バナー *****/
.header .entry_bnr ,
.header.floating .entry_bnr {
display:none;
}

/***** globalnavi *****/
.header .globalnavi {
display: block;
}

.header .globalnavi #navToggle {
position:absolute;
top:16px;
right:15px;

display:block;
text-align:center;
width:26px;
height:26px;
cursor:pointer;
margin: auto;
background:url(../images/hamburger.png) no-repeat center center;
background-size:26px 26px;
z-index:999999;
}
.header .globalnavi.openNav #navToggle {
background:url(../images/close.png) no-repeat center center;
background-size:26px 26px;
}

.header .globalnavi .globalnavi_inner {
position: fixed;
box-sizing:border-box;
background:none;
top: 60px;
width: 100%;
z-index:99999;
height: 0;
background: rgba(112,112,112,.8);
overflow:none;
overflow-y:auto;
-webkit-overflow-scrolling: touch;
overflow-scrolling: touch;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.header .globalnavi.openNav .globalnavi_inner {
height: calc(100vh - 50px);
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}

/* メニュー */
.header .globalnavi .gmenu {
display:block;
margin:0 0;
width: auto;
max-width:none;
padding:0 ;
position:relative;
height: 100vh;
min-height:100vh;
}
.header .globalnavi .gmenu ul {
background:#ed6d00;
width:100%;
display:block;
padding: 20px 0 60px 0;
}
.header .globalnavi .gmenu ul > li {
margin:0 0;
padding:0;
display:block;
}
.header .globalnavi .gmenu ul > li a {
display:block;
color:rgba(255,255,255,0);
text-align:left;
padding:0 40px;
margin:0 ;
font-size:17px;
line-height:50px;
}
.header .globalnavi.openNav .gmenu ul > li a {
margin:0;
color:rgba(255,255,255,1);
}

.header .globalnavi .gmenu ul > li.current_page_item:after {
display:none;
}
.header .globalnavi .gmenu ul > li.current_page_item a {
text-decoration:underline;
}


/* ************************************************ */
/**** main ****/
/* ************************************************ */
.main {
margin:50px auto 0 auto;
}

/*** フォームページ用メイン ***/
.formpage .main {
/*margin-top: 50px;*/
border-top: 0;
}

/******************** TOPページ ********************/
/********** MV **********/
/* MV swiper */
.mv .swiper-slide.mv03 {
background:url(../images/mv03.jpg) no-repeat center right 65%;
}


/******************** キャンパス紹介 ********************/
/********** キャンパス紹介 **********/
/***** キャンパス一覧タブ *****/
/*エリア*/
.campus_tab_list .campus_area ul li {
width: calc(100% / 2);
}

/* ************************************************ */
/**** footer ****/
/* ************************************************ */
.footer {
margin:0 0 42px 0;
}

.footer .corp_data {
float:none;
display:block;
margin:0 0 ;
padding:10px 0 30px 0;
}

/***** 申込バナー *****/
.footer .entry_bnr {
display:block;
text-align:left;
position:fixed;
top:auto;
bottom:0;
right:auto;
left:0;
margin:auto;
width:100%;
font-size:0;
border-top: 1px solid rgba(0,0,0,0.2);
box-shadow: 0px -3px 3px 0px rgba(0,0,0,0.1);
z-index: 20;
}
.footer .entry_bnr a {
display:inline-block;
color:#fff;
width:calc((100% - 42px) / 3);
height:42px;
font-size:16px;
line-height:42px;
text-align:center;
text-decoration:none;
overflow: hidden;
border-right:1px solid #fff;
}
.footer .entry_bnr a.briefing {
background:#ed6d00;
}
.footer .entry_bnr a.tour {
background:#e84191;
}
.footer .entry_bnr a.contact {
background:#ed6d00;
}

}

/************************************************ 768px以下 ************************************************/
@media screen and (max-width: 768px){

/* ************************************************ */
/**** 共通タグ設定 ****/
/* ************************************************ */
section {
}

a:hover {
opacity:1;
}

/* ************************************************ */
/**** 共通クラス定義 ****/
/* ************************************************ */
/***** PCのみ/SPのみ *****/
.pc_only {
display:none!important;
}
.sp_only {
display:unset!important;
}

/***** スクロールテーブル *****/
.scrolltable {
position:relative;
}
.scrolltable:after {
font-family: "Font Awesome 5 Free";
content:"\f101";
font-weight:900;
font-size:24px;
color:rgba(0,0,0,0.25);
position:absolute;
right:10px;
top: 50%;
transform: translateY(-50%) ;
-webkit- transform: translateY(-50%);
}

/* ******************************************************************** */
/**** container ****/
/* ******************************************************************** */

/* ************************************************ */
/**** header ****/
/* ************************************************ */
.header {
height:60px;
}
.header .inner {
height:60px;
}
/***** logo *****/
.header .logo {
/*margin:12px 0;
display:block;
padding:10px;*/
/*text-align:center;*/
padding:0 10px;
width: calc(100% - 40px);
flex-wrap:wrap;
}
.header.floating .logo {/*ヘッダーフローティング時*/
}
.header .logo .industry {
font-size:8px;
line-height:9px;
text-align:left;
margin:0;

display:none;
}
/**/
.header .logo .college {
margin:0 10px 0 0;
width:123px;
height:15px;
}
.header .logo .college a {
height: 15px;
/*margin-bottom:5px;*/
}
.header .logo .college img {
width:123px;
height:15px;
}
.header .logo .college .industry {
}
/**/
.header .logo .collegework {
display:block;
width:167px;
height:15px;
}
.header .logo .collegework a {
height: 15px;
/*margin-bottom:5px;*/
}
.header .logo .collegework img {
width:167px;
height:15px;
}
.header .logo .collegework .industry {
margin:0 3px 0 0;
}


/***** 業種 ****
.header .industry {
display:none;
}
.header.floating .industry {
display:none;
}*/



/* ************************************************ */
/**** main ****/
/* ************************************************ */

/********** 共通 **********/
/***** タイトル *****/
.section_title {
margin:0 auto 20px auto;
font-size:25px;
line-height: 40px;
}
/*TOP用*/
.section_title_top {
font-size: 25px;
line-height: 40px;
margin: 0 auto 20px auto;
padding: 0;
}
.section_title_top img {
width:40px;
height:40px;
}
/*
.title_type1 {
font-size:20px;
margin:0 0 20px 0;
}
.title_type2 {
font-size:20px;
margin:0 0 10px 0;
}*/
/* ただいま受付中バナー */
.section_title_top img.bnr_accepting {
width:67px;
height:auto;
margin:auto;
left:-77px;
}

/***** ボタン *****/
/**/
.btn_more a {
padding:0 20px 0 30px;
font-size:14px;
}
/**/
.btn_orange a {
padding:0 30px;
font-size:14px;
}

/***** ページネーション *****/
/* 一覧用（ページ番号リンク付き） */
.pagination .nav-links {
margin: 30px 0;
}
.pagination .nav-links .page-numbers {
font-size:17px;
line-height:30px;
margin:0 8px;
}
.pagination .nav-links .page-numbers.prev ,
.pagination .nav-links .page-numbers.next ,
.pagination .nav-links .page-numbers.dots {
}


/* 詳細記事用（前後リンクのみ） */
.pagination .nav-newold {
margin: 30px auto;
}
.pagination .nav-newold .newer {
}
.pagination .nav-newold .older {
}
.pagination .nav-newold a {
}

/********** お問い合わせボタン **********/
.cta_section {
padding:20px 0;
}
.cta_section .inner {
max-width:100%;
padding: 20px;
}
/*タイトル*/
.cta_section .cta_section_title {
}
.cta_section .cta_section_title .cta_section_title_txt {
font-size:20px;
} 
.cta_section .cta_section_title .cta_section_title_txt .free {
font-size:12px;
padding:6px 7px 4px 7px;
margin-right:5px;
}
.cta_section .cta_section_title .cta_section_title_img {
width:50px;
margin:0 0 10px 0;
}

/*ボタンエリア*/
.cta_section .cta_section_btns {
display:block;
}
.cta_section .cta_section_btns .cta_section_btns_tour,
.cta_section .cta_section_btns .cta_section_btns_internship {
margin:0 10px;
}
.cta_section .cta_section_btns .cta_section_btns_tour a {
min-width:auto;
max-width:300px;
width:100%;
padding:15px 30px;
margin: 10px auto;
}
.cta_section .cta_section_btns .cta_section_btns_internship a {
min-width:auto;
max-width:300px;
width:100%;
padding:15px 30px;
margin: 10px auto;
}

/********** 出張説明会バナー **********/
.bnr_briefing {
padding:20px 0;
}
.bnr_briefing .inner {
max-width:100%;
padding: 20px;
}

/********** 斜線オレンジ背景 **********/
.bg_slash_orange {
padding:20px 0;
}


/******************** TOPページ ********************/
/********** MV **********/
.mv {
margin:0 auto 20px auto;
}
.mv .mv_innr {
width: 100%;
}
/*.mv img {
width:100%;
max-width:none;
min-width:375px;
min-height:507px;
}*/
.mv .mv_pc {
display:none;
}
.mv .mv_sp {
display:block;
}

/* MV swiper */
.mv .swiper-slide {
height:500px;
}
.mv .swiper-slide.mv01 {
background:url(../images/mv01_sp.jpg) no-repeat top center;
background-size:cover;
}
.mv .swiper-slide.mv02 {
background:url(../images/mv02_sp.jpg) no-repeat top center;
background-size:cover;
}
.mv .swiper-slide.mv03 {
background:url(../images/mv03_sp.jpg) no-repeat top center;
background-size:cover;
}
/*202509 College & Works告知*/
.mv .swiper-slide.mv_collegeworks {
background:url(../images/mv_collegeworks_sp.jpg) no-repeat top center;
background-size:cover;
}
/*202009キャンパスオープン告知*/
.mv .swiper-slide.mv202009 {
background:url(../images/mv_campusopen202009_sp.png) no-repeat top center;
background-size:cover;
}
/*202104キャンパスオープン告知*/
.mv .swiper-slide.mv202104 {
background:url(../images/mv_campusopen202104_sp.png) no-repeat top center;
background-size:cover;
}
/*202111キャンパスオープン告知*/
.mv .swiper-slide.mv202111 {
background:url(../images/mv_campusopen202111_sp.png) no-repeat top center;
background-size:cover;
}
/*202201キャンパスオープン告知*/
.mv .swiper-slide.mv202201 {
background:url(../images/mv_campusopen202201_sp.png) no-repeat top center;
background-size:cover;
}
/*202205キャンパスオープン告知*/
.mv .swiper-slide.mv202205 {
background:url(../images/mv_campusopen202205_sp.png) no-repeat top center;
background-size:cover;
}
/*202212キャンパスオープン告知*/
.mv .swiper-slide.mv202212 {
background:url(../images/mv_campusopen202212_sp.png) no-repeat top center;
background-size:cover;
}
/*202308キャンパスオープン告知*/
.mv .swiper-slide.mv202308 {
background:url(../images/mv_campusopen202308_sp.png) no-repeat top center;
background-size:cover;
}
/*202310キャンパスオープン告知*/
.mv .swiper-slide.mv202310 {
background:url(../images/mv_campusopen202310_sp.png) no-repeat top center;
background-size:cover;
}
/*202312キャンパスオープン告知*/
.mv .swiper-slide.mv202312 {
background:url(../images/mv_campusopen202312_sp.png) no-repeat top center;
background-size:cover;
}
/*202405キャンパスオープン告知*/
.mv .swiper-slide.mv202405 {
background:url(../images/mv_campusopen202405_sp.png) no-repeat top center;
background-size:cover;
}
/*202501キャンパスオープン告知*/
.mv .swiper-slide.mv202501 {
background:url(../images/mv_campusopen202501_sp.png) no-repeat top center;
background-size:cover;
}
/*202510キャンパスオープン告知*/
.mv .swiper-slide.mv202510 {
background:url(../images/mv_campusopen202510_sp.png) no-repeat top center;
background-size:cover;
}

/* バナー */
.bnr_20200401open {
max-width:100%;
}
.bnr_20200401open img {
left:20px;
bottom:20px;
width:130px;
height:130px;
}

/********** NEWS **********/
.news {
padding:20px 0;
}

.news .inner {
max-width:100%;
padding: 20px;
}
.news .inner:before {
margin-bottom:20px;
}
.news .inner:after {
margin-top:20px;
}

.news .thmb {
padding-top:0;
height:172px;
}
/* NEWS swiper */
.news .swiper-container {
max-width: calc(100% - 60px);
}
.news .swiper-button-prev {
left:0;
}
.news .swiper-button-next {
right:0;
}

/********** TOPスタッフのつぶやき **********/
.top_blog {
padding:20px 0;
}
.top_blog .inner {
max-width:100%;
padding: 0 5px;
}
.top_blog .campus_list > ul > li {
max-width: 420px;
}
.top_blog ul.blog_list li .date {
font-size: 12px;
}
.top_blog ul.blog_list li .title {
font-size: 16px;
}
.top_blog ul.blog_list li .body {
font-size: 12px;
line-height: 16px;
}

/********** TOP内覧会 **********/
.top_preview {
padding:20px 0;
}
.top_preview .vis {
margin:0 auto 20px auto;
max-width:375px;
}
.top_preview .inner {
max-width:100%;
padding:0 20px;
}
.top_preview .text {
font-size:18px;
max-width:100%;
margin:0 auto 20px auto;
}
.top_preview .campus_list {
padding:10px;
margin:0 auto 20px auto;
}

/********** TOPオープンキャンパス **********/
.top_opencampus {
padding:20px 0;
}
.top_opencampus .vis {
margin:0 auto 20px auto;
max-width:375px;
}
.top_opencampus .inner {
max-width:100%;
padding:0 20px;
}
.top_opencampus .text {
font-size:18px;
max-width:100%;
margin:0 auto 20px auto;
}
.top_opencampus .campus_list {
padding:10px;
margin:0 auto 20px auto;
}

/********** TOP出張説明会 **********/
.top_briefing {
padding:20px 0;
}
.top_briefing .vis {
margin:0 auto 20px auto;
height:200px;
}
.top_briefing .vis img {
height:200px;
}
.top_briefing .inner {
max-width:100%;
padding:0 20px;
}
.top_briefing .text {
font-size:18px;
max-width:100%;
margin:0 auto 20px auto;
}

/********** TOPカレッジ見学 **********/
.top_tour {
padding:20px 0;
}
.top_tour .vis {
margin:0 auto 20px auto;
height:200px;
}
.top_tour .vis img {
height:200px;
}
.top_tour .inner {
max-width:100%;
padding:0 20px;
}
.top_tour .text {
font-size:18px;
max-width:100%;
margin:0 auto 20px auto;
}

/********** TOP Cocorport Collegeとは **********/
.top_about {
padding:20px 0;
}
/*.top_about .vis {
margin:0 auto 20px auto;
}*/

.top_about .inner {
max-width:100%;
}
.top_about .top_about_circle {
/*max-width:100%;*/
  max-width: 375px;
  min-height: 375px;
padding:0 20px;
background:url(../images/top_about_circle.png) no-repeat center center;
background-size:375px 375px;
}
.top_about .top_about_circle .text {
text-align:left;
max-width:100%;
font-size:14px;
margin:0 auto 0 auto;
text-align:center;
}

/********** Collegeの特徴 **********/
.top_feature {
padding:20px 0;
}
/*.top_feature .vis {
margin:0 auto 20px auto;
}*/
.top_feature .inner {
max-width:100%;
padding:0 20px;
}
/*.top_feature .text {
font-size:18px;
max-width:100%;
margin:0 auto 20px auto;
}*/


/********** こんな方におすすめ **********/
.top_recommend {
padding:20px 0;
}
.top_recommend .inner {
max-width:100%;
padding:0 ;
}

.top_recommend .top_recommend_flex {
display: inline-block;
width: auto;
}

.top_recommend .top_recommend_flex .top_recommend_tit {
margin-bottom:10px;
}
.top_recommend .top_recommend_flex ul li {
margin-bottom:0;
}

/*親御様*/
.top_recommend .top_recommend_flex .top_recommend_parents {
max-width:100%;
width:334px;
min-height:348px;
padding:0 20px 160px 20px;
background:url(../images/top_recommend_parents_img.png) no-repeat center center;
background-size:334px 348px;
margin-bottom:20px;
}

/*本人様*/
.top_recommend .top_recommend_flex .top_recommend_self {
max-width:100%;
width:334px;
min-height:348px;
padding:0 20px 160px 20px;
background:url(../images/top_recommend_self_img.png) no-repeat center center;
background-size:334px 348px;
}


/********** ご利用までの流れ **********/
.top_flowchart {
padding:20px 0;
}
.top_flowchart .inner {
max-width:100%;
padding:0 20px;
}

.top_flowchart .top_flowchart_list ol {
max-width:500px;
margin:auto;
}
.top_flowchart .top_flowchart_list ol li {
margin:10px 10px 20px 10px;
width:calc(50% - 20px);
}


/********** ご利用から卒業までの流れ **********/
.top_graduation {
padding:20px 0;
}
.top_graduation .inner {
max-width:100%;
padding:0 20px;
}

.top_graduation .top_graduation_list ol {
max-width:500px;
margin:auto;
}
.top_graduation .top_graduation_list ol li {
margin:10px 10px 20px 10px;
width:calc(50% - 20px);
}
.top_graduation .top_graduation_list ol li .top_graduation_txt {
font-size:12px;
}
@media screen and (max-width: 520px){
.top_flowchart .top_flowchart_list ol {
max-width:300px;
}
.top_flowchart .top_flowchart_list ol li {
width:calc(100% - 20px);
}
.top_graduation .top_graduation_list ol {
max-width:300px;
}
.top_graduation .top_graduation_list ol li {
width:calc(100% - 20px);
}
}



/********** 次の内容にあてはまる方はぜひご見学をしてみてください **********/
.top_exhibition {
margin:20px auto 0 auto;
padding:40px 0;
}
.top_exhibition:after {
background-size:200% 84px;
}
.top_exhibition .section_title_top {
margin: 0 auto 20px auto;
padding:0 20px;
}
.top_exhibition .section_title_top img {
width:auto;
height:auto;
margin:0;
}
.top_exhibition .inner {
max-width:100%;
padding:0 20px;
}

.top_exhibition .exhibition_list {
margin:0 0 10px 0;
}
.top_exhibition .exhibition_list ul {
}
.top_exhibition .exhibition_list ul li {
width:100%;
margin:0 0 10px 0;
padding:0 20px ;
}


/******************** Cocorport Collegeとは ********************/
/********** Cocorport Collegeとは **********/
.about_lead {
padding:20px 0;
}
.about_lead .vis {
margin:0 auto 20px auto;
height:200px;
}
.about_lead .vis img {
height:200px;
}
.about_lead .inner {
max-width:100%;
padding:0 20px;
}
.about_lead .leadbox {
border-width: 40px;
border-image: url(../images/about_leadbox_bg.png) 40 fill round;
margin:0 auto 20px auto;
padding:0;
}
.about_lead .leadbox p {
font-size:20px;
line-height:36px;
}
.about_lead .leadbox p.leadbox_logo {
margin:0 auto 10px auto;
}

.about_lead .leadbox ul.about_lead_5categ {
max-width: 100%;
}
.about_lead .leadbox ul.about_lead_5categ li {
width:33%;
padding: 5px;
}


.about_lead .about_lead_bg_orange {
  padding: 20px;
}

.about_lead .leadbox2 {
max-width:100%;
font-size:18px;
line-height:30px;
margin:0 auto 20px auto;
}
.about_lead .leadbox2 a {
}
.about_lead .leadbox3 {
margin:0 auto 20px auto;
}
.about_lead .learning {
margin:30px auto 0 auto;
}
.about_lead .learning .leadtext {
font-size:18px;
line-height:30px;
margin:0 auto 20px auto;
text-align:left;
}
.about_lead .learning ul {
font-size:0;
}
.about_lead .learning ul li {
width: calc(100% - 20px);
max-width:300px;
  margin: 10px 10px 20px 10px;
}
.about_lead .learning ul li .image {
}
.about_lead .learning ul li .text {
}
.about_lead .program {
}
.about_lead .program ul {
}
.about_lead .program ul li {
width:100%;
max-width:400px;
margin:0 0 20px 0;
}
.about_lead .program ul li .image {
margin:0 auto 10px auto;
}
.about_lead .program ul li .title {
margin:0 auto 10px auto;
}
.about_lead .program ul li .text {
font-size:16px;
line-height:24px;
}
/********** Cocorport Collegeの目的 **********/
.purpose {
padding:20px 0;
}
.purpose .vis {
margin:0 auto 20px auto;
height:200px;
}
.purpose .vis img {
height:200px;
}
.purpose .inner {
width:100%;
max-width:100%;
padding:0 20px;
}
.purpose ul {
max-width:100%;
}
.purpose ul li {
margin:0 auto 20px auto;
padding:0 0 0 100px;
min-height:88px;
}
.purpose ul li .image {
margin:8px 20px 0 0;
width:80px;
}
.purpose ul li .title {
font-size:20px;
margin:0 auto 10px auto;
}
.purpose ul li .text {
font-size:16px;
line-height:24px;
}

/********** 私たちの想い **********/
.interview {
padding:30px 0;
}
.interview .section_title {
margin:0 auto 30px auto;
}

.interview .inner {
width:100%;
max-width:100%;
}

.interview .interview_block {
position:relative;
}
.interview .interview_block .interview_block_inner {
width:100%;
margin:0 auto;
}
.interview .interview_block .title {
background:#ed6d00;
padding:20px;
}
.interview .interview_block .photo {
position:relative;
top: 0;
right: auto;
width: 100%;
max-width: 100%;
text-align:center;
}
.interview .interview_block .photo img {
}
.interview .interview_block .photo .excerpt {
padding:20px;
margin:0;
position:relative;
right:auto;
font-size:18px;
line-height:30px;
text-align:left;
}
.interview .interview_block .interview_body {
width:100%;
padding:20px;
margin: 0;
}
.interview .interview_block .interview_body .subtitle {
font-size:20px;
line-height:30px;
margin:0 0 10px 0;
}
.interview .interview_block .interview_body p {
font-size:16px;
line-height:30px;
}
/* 偶数番目 */
.interview .interview_block:nth-child(odd) .interview_block_inner {
margin:0 auto;
}
.interview .interview_block:nth-child(odd) .title {
}
.interview .interview_block:nth-child(odd) .photo {
right:auto;
left:auto;
text-align: center;
}
.interview .interview_block:nth-child(odd) .photo img {
}
.interview .interview_block:nth-child(odd) .photo .excerpt {
background:#d54288;
right:auto;
left:auto;
text-align:left;
}
.interview .interview_block:nth-child(odd) .interview_body {
width:100%;
padding:20px;
margin: 0;
}
.interview .interview_block:nth-child(odd) .interview_body .subtitle {
}

/******************** Collegeの特徴 ********************/
/********** Collegeの特徴 **********/
.feature_lead {
padding:20px 0;
}
.feature_lead .vis {
margin:0 auto 20px auto;
height:200px;
}
.feature_lead .vis img {
height:200px;
}
.feature_lead .inner {
width:100%;
max-width:100%;
padding:0 20px;
}
.feature_lead .leadtext {
font-size:18px;
line-height:30px;
}

/********** 4つの特徴 **********/
.fourfeatures {
padding:20px 0;
}
.fourfeatures .inner {
width:100%;
max-width:100%;
padding:0 20px;
}
.fourfeatures ol li {
width:100%;
max-width:400px;
margin:20px auto 50px auto;
}
.fourfeatures ol li .fourfeatures_number {
top:-60px;

width:60px;
height:60px;
}
.fourfeatures ol li .fourfeatures_title {
font-size:18px;
margin:15px auto;
}
.fourfeatures ol li .fourfeatures_text {
font-size:14px;
text-align:left;
}
/* 1 */
.fourfeatures ol li.no1 {
border-style: solid;
border-width: 30px;
border-image: url(../images/fourfeatures_bg1.png) 60 fill round;
}
/* 2 */
.fourfeatures ol li.no2 {
border-style: solid;
border-width: 30px;
border-image: url(../images/fourfeatures_bg2.png) 60 fill round;
}
/* 3 */
.fourfeatures ol li.no3 {
border-style: solid;
border-width: 30px;
border-image: url(../images/fourfeatures_bg3.png) 60 fill round;
}
/* 4 */
.fourfeatures ol li.no4 {
border-style: solid;
border-width: 30px;
border-image: url(../images/fourfeatures_bg4.png) 60 fill round;
}
/*** うれしいポイント ***/
.fourfeatures .fourfeatures_point {
margin: 50px auto 20px auto;
font-size:18px;
}
.fourfeatures .fourfeatures_point:before {
top: calc(-50px);
border: 40px solid transparent;
border-top: 20px solid #ed6d00;
margin-left: -40px;
}
.fourfeatures .fourfeatures_point .fourfeatures_point_tit {
position: relative;
    top: 0;
    left: 0;
    font-size: 12px;
    transform: rotate(0) translateX(0);
    display: block;
    width: max-content;
    margin: 0 auto 10px auto;
}

/********** 5つのプログラム **********/
.fiveprograms {
padding:20px 0;
}

.fiveprograms .inner {
width:100%;
max-width:100%;
padding:0 20px;
}

.fiveprograms .section_title {
margin:0 auto 20px auto;1
}
.fiveprograms .section_title:before,
.fiveprograms .section_title:after {
padding-bottom: 10px;
}
.fiveprograms .section_title:before {
margin-right: 20px;
}
.fiveprograms .section_title:after {
margin-left: 20px;
}
.fiveprograms .section_title img {
width:180px;
}

.fiveprograms .leadtext {
font-size:18px;
line-height:30px;
max-width:100%;
margin:0 auto 20px auto;
}

.fiveprograms ul {
max-width:100%;
margin:auto;
}
.fiveprograms ul > li {
text-align:center;
font-size:0;
margin:0 auto 30px auto;
}
.fiveprograms ul > li .image {
width:100%;
max-width:450px;
}
.fiveprograms ul > li .text {
width:100%;
max-width:450px;
margin:10px 0 0 0;
text-align:left;
}
.fiveprograms ul > li .text .fiveprograms_title {
margin:10px 0 10px 50px;
}
.fiveprograms ul > li .text p {
font-size:16px;
line-height:28px;
margin:0 0 10px 0;
}/*
.fiveprograms ul > li .text ul.contents li {
font-size:16px;
line-height:28px;
text-align:left;
}*/

/******************** Collegeの生活 ********************/
/********** Collegeの生活 **********/
.life_lead {
padding:20px 0;
}
.life_lead .vis {
margin:0 auto 20px auto;
height:200px;
}
.life_lead .vis img {
height:200px;
}
.life_lead .inner {
width:100%;
max-width:100%;
padding:0 20px;
}
.life_lead .leadtext {
font-size:18px;
line-height:30px;
}

/********** 1日の流れ **********/
.schedule {
padding:20px 0;
}
.schedule .inner {
width:100%;
max-width:100%;
padding:0 20px;
}
.schedule img {
max-width:335px;
}

/********** こんな過ごし方があります！ **********/
.pattern {
padding:20px 0;
}
.pattern .section_title {
padding: 5px 20px;
margin: 0 20px 40px 20px;
border: 2px solid #fff;
outline: 5px solid #ffd6b4;
font-size:22px;
}
.pattern .section_title:after {
top:calc(100% + 7px);
border:15px solid transparent;
border-top:15px solid #ffd6b4;
margin-left: -15px;
}
.pattern .inner {
width:100%;
max-width:100%;
padding:0 20px;
}
.pattern ul {
}
.pattern ul li {
width:250px;
}

/********** お昼休憩（お弁当） **********/
.lunch {
padding:20px 0 40px 0;
}
.lunch .inner {
width:100%;
max-width:100%;
padding:0 20px;
}

/******************** キャンパス紹介 ********************/
/********** キャンパス紹介 **********/
.campus_archive {
padding:20px 0 0 0;
}
.campus_archive .vis {
margin:0 auto 0px auto;
/*height:200px;*/
}
.campus_archive .vis img {
/*height:200px;*/
}
.campus_archive .inner {
width:100%;
max-width:100%;
padding:20px 20px;
}
/***** キャンパス一覧タブ *****/
.campus_tab_list .inner {
padding:20px 20px;
}
/*タブ*/
.campus_tab_list ul.campus_tab {
flex-wrap:wrap;
margin-bottom: 9px;
}
.campus_tab_list ul.campus_tab li {
font-size: 12px;
padding: 5px ;
/*margin: 0 2px;*/
margin: 1px;
width: calc((100% / 4) - 2px);
border-radius: 5px 5px;
}

.campus_tab_list ul.campus_tab li.bgorange {
border: 1px solid #F46F22;
}
.campus_tab_list ul.campus_tab li.bgpink {
border: 1px solid #e84091;
}
.campus_tab_list ul.campus_tab li.bgblue {
border: 1px solid #46BCC0;
}
.campus_tab_list ul.campus_tab li.bggreen {
border: 1px solid #52B54F;
}
.campus_tab_list ul.campus_tab li.bgperple {
border: 1px solid #4C70D6;
}
.campus_tab_list ul.campus_tab li.bgbrown {
border: 1px solid #8f5132;
}
.campus_tab_list ul.campus_tab li.bgviolet {
border: 1px solid #4b4e94;
}
.campus_tab_list ul.campus_tab li.active.bgorange {
border: 1px solid #F46F22;
}
.campus_tab_list ul.campus_tab li.active.bgpink {
border: 1px solid #e84091;
}
.campus_tab_list ul.campus_tab li.active.bgblue {
border: 1px solid #46BCC0;
}
.campus_tab_list ul.campus_tab li.active.bggreen {
border: 1px solid #52B54F;
}
.campus_tab_list ul.campus_tab li.active.bgperple {
border: 1px solid #4C70D6;
}
.campus_tab_list ul.campus_tab li.active.bgbrown {
border: 1px solid #8f5132;
}
.campus_tab_list ul.campus_tab li.active.bgviolet {
border: 1px solid #4b4e94;
}
/*エリア*/
.campus_tab_list .campus_area {
padding:20px;
}

.campus_tab_list .campus_area ul li {
width: 100%;
font-size: 14px;
}

/* campus_illust */
.campus_archive .campus_illust .campus_illust01 {
width:100%;
max-width:345px;
}
.campus_archive .campus_illust .campus_illust02 {
display:none;
}

/********** キャンパス詳細 **********/
.campus_detail {
padding:20px 0;
}
.campus_detail .inner {
width:100%;
max-width:100%;
padding: 0;
}

/***外観***/
.campus_detail .campus_exterior {
margin:0 auto 1px auto ;
padding:0;
}

/***内観***/
.campus_detail .campus_interior {
background:none;
width:100%;
max-width:100%;
min-height:inherit;
margin:0 auto ;
}
.campus_detail .campus_interior ul {
width:100%;
max-width:100%;
padding:0;
}
.campus_detail .campus_interior ul li {
margin: 0 auto 1px auto;
    width: calc((100% - 1px)/2);
}

/***その他***/
.campus_detail .campus_otherimg {
background:none;
width:100%;
max-width:100%;
min-height:inherit;
margin:0 auto ;
}
.campus_detail .campus_otherimg ul {
width:100%;
max-width:100%;
padding:0;
}
.campus_detail .campus_otherimg ul li {
margin: 0 1px 0 0;
width: calc((100% - 2px) / 3);
}
.campus_detail .campus_otherimg ul li:last-child {
margin:0 ;
}

/*** ブログ ***/
.blog {
padding:20px 0;
}
.blog .inner {
width:100%;
max-width:100%;
padding:0 20px ;
}
.blog .blog_title {
font-size:18px;
line-height:30px;
margin:0 auto 0px auto;
}
/*共通*/
.blog .date {
font-size:14px;
}
.blog .title {
font-size:16px;
}
.blog .body {
margin:0 0 15px 0;
font-size:14px;
line-height:24px;
}
/*一覧*/
.blog .blog_list {
margin:0 auto 20px auto;
padding:0;
}
.blog .blog_list ul li {
padding:20px 0;
}

/***スタッフコメント***/
.comment {
padding:20px;
}
.comment .comment_inner {
width:100%;
margin:0 auto ;
text-align:center;
}
.comment .comment_title {
font-size:20px;
line-height:30px;
margin:0 0 20px 0;
}
.comment .comment_title:before {
font-size:18px;
}
.comment .comment_photo {
position:relative;
top:auto;
right:auto;
width:100%;
max-width:250px;
margin:0 auto 20px auto;
}
.comment:nth-child(even) .comment_photo {
float:none;
margin:0 auto 20px auto;
}
.comment:nth-child(odd) .comment_photo {
float:none;
margin:0 auto 20px auto;
}
.comment .comment_body {
font-size:16px;
line-height:24px;
text-align:left;
min-height:none;
}

/********** アクセス **********/
.access .googlemap {
padding-bottom: 100%;
margin: 0 auto 20px auto;
}

.access .inner {
width:100%;
max-width:100%;
border-bottom:1px solid #ed6d00;
padding:0 20px 20px 20px ;
}

.access dl {
font-size:16px;
}

/********** お問合せはこちら **********/
.contact_btn {
padding:20px 0 0 0;
}
.contact_btn .inner {
width:100%;
max-width:100%;
padding:0  ;
}


/******************** メンバーさんの声 ********************/
.voice {
padding:20px 0;
}
.voice .vis {
margin:0 auto 0 auto;
}


.voice .inner {
width:100%;
max-width:100%;
padding:20px;
margin:0 auto;
}

/********** リード **********/
.voice .voice_lead {
width:100%;
margin:0 0 30px 0;
}
.voice .voice_lead .voice_lead_text {
max-width:100%;
margin:0 auto 30px auto;
}
.voice .voice_lead .voice_lead_illust {
margin:0 auto 30px auto;
background:url(../images/bg_cloud_sp.png) no-repeat top center;
background-size:contain;
}
.voice .voice_lead .voice_lead_illust img {
width:150px;
max-width:100%;
}


/********** インタビュー **********/
.voice .voice_interview {
width:100%;
margin:0 auto 30px auto;
}
.voice .voice_interview .voice_interview_head {
padding:10px;
}
.voice .voice_interview .voice_interview_head .number {
font-size:22px;
line-height:28px;
}
.voice .voice_interview .voice_interview_head h2 {
font-size:20px;
line-height:28px;
border-bottom:1px solid #fff;
}
.voice .voice_interview .voice_interview_head ul {
text-align:left;
margin:0 20px;
}
.voice .voice_interview .voice_interview_head ul li {
font-size:17px;
line-height:24px;
}

.voice .voice_interview .voice_interview_body {
padding:10px;
text-align:left;
}
.voice .voice_interview .voice_interview_body .voice_dialogue {
padding:0 0 ;
min-height:auto;
font-size:17px;
}
.voice .voice_interview .voice_interview_body .voice_dialogue img {
position:relative;
left:0;
top:0;
width:55px;
margin:0 0 10px 0;
}

/********** ココルッポ先生プロフィール **********/
.voice .voice_profile {
width:100%;
margin:50px auto;
}
.voice .voice_profile .voice_profile_img {
display:block;
width:170px;
margin:0 auto 20px auto;
}
.voice .voice_profile .voice_profile_txt {
display:block;
width:100%;
margin:0 0 30px 0;
text-align:center;
}
.voice .voice_profile .voice_profile_txt h2 {
font-size:20px;
line-height:40px;
border-radius:7px;
padding:0 20px;
margin:0 0 20px 0;
}
.voice .voice_profile .voice_profile_txt ul li {
font-size:17px;
line-height:26px;
text-align:left;
}

.voice .voice_profile .voice_profile_notes {
font-size:17px;
line-height:26px;
text-align:left;
}

/******************** 利用までの流れ ********************/
/********** 利用までの流れ **********/
.flow {
padding:20px 0;
}
.flow .vis {
margin:0 auto 0 auto;
}
.flow .inner {
width:100%;
max-width:100%;
margin:auto;
padding:20px ;
font-size:14px;
line-height:24px;
}
.flow ol {
width:100%;
max-width:100%;
padding:0 0;
margin:0 auto 0 auto;
}
.flow ol:before {
display:none;
}
.flow ol:after {
display:none;
}
.flow ol li {
width: calc(100% - 50px);
max-width:384px;
vertical-align:top;
padding:30px 0 0 0;
margin: 0 25px 20px 25px;
}
.flow ol li:nth-child(even) {
top:0;
}
.flow ol li .title {
width: 30%;
}
.flow ol li .image {
width:100%;
max-width:304px;
margin:0 auto 10px auto;
}
.flow ol li .text {
width:100%;
max-width:304px;
font-size:16px;
line-height:26px;
}

/********** Q&A **********/
.qa {
padding:20px 0;
}
.qa .section_title {
margin:0 auto 20px auto;
}
.qa .section_title img {
width:180px;
}
.qa .inner {
width:100%;
max-width:100%;
padding:0 20px;
}
.qa dl {
font-size:16px;
line-height:24px;
}
.qa dl dt {
padding:20px 20px 10px 20px;
}
.qa dl dt .question {
font-size:30px;
line-height:40px;
}
.qa dl dd {
margin:0 auto 10px auto;
padding:0 20px 20px 20px;
}
.qa dl dd .answer {
font-size:30px;
line-height:40px;
}
.qa dl dd table {
margin:0 0 20px 0;
}
.qa dl dd table th ,
.qa dl dd table td {
padding:10px 20px;
}
.qa dl dd table thead {
}
.qa dl dd table thead td {
}
.qa dl dd .mini {
font-size:14px;
}
.qa dl dd .caution {
font-size:12px;
line-height:20px;
}


/******************** 学校・支援機関の皆様へ ********************/
/********** 学校・支援機関の皆様へ **********/
.exhibition {
padding:20px 0;
}
/********** exhibition_section **********/
.exhibition_section {
padding:0 0 ;
}
.exhibition_section .vis {
margin:0 auto 0x auto;
height:200px;
}
.exhibition_section .vis img {
height:200px;
}
.exhibition_section .section_title {
font-size:25px;
}
.exhibition_section .inner {
width:100%;
max-width:100%;
padding:20px 20px 40px 20px ;
}
.exhibition_section .text {
margin:0 auto 20px auto;
font-size:16px;
line-height:24px;
}
.exhibition_section .image {
margin:0 auto 20px auto;
}



/******************** プライバシーポリシー ********************/
/********** プライバシーポリシー **********/
.privacy {
padding:20px 0 0 0;
}
/********** 個人情報保護方針 **********/
.policy {
padding: 0 0 20px 0;
}
.policy .inner {
width:100%;
max-width:100%;
padding:0 20px ;
font-size:14px;
}
.policy .section_title {
font-size:25px;
}
/********** 個人情報の取り扱いについて **********/
.treatment {
padding: 0 0 20px 0;
}
.treatment .inner {
width:100%;
max-width:100%;
padding:0 20px ;
font-size:14px;
}
.treatment .section_title {
font-size:25px;
}
/*contact_box*/
.treatment dl.contact_box {
padding:15px 20px;
}


/******************** お申込みフォーム ********************/
.form_section {
padding:20px 0 0 0 ;
}
.form_section .vis {
margin:0 auto 0x auto;
height:200px;
}
.form_section .vis img {
height:200px;
}
.form_section .inner {
width:100%;
max-width:100%;
padding:20px 20px 40px 20px ;
}

.form_section .leadbox {
margin:0 auto 20px auto;
font-size:18px;
line-height:30px;
}
.form_section .leadbox .caution {
font-size:14px;
}

.form_section .mailform {
width:100%;
max-width:100%;
margin:0 0 20px 0;
}
.form_section .mailform dl {
text-align:center;
font-size:0;
}
.form_section .mailform dl dt {
display:inline-block;
width:100%;
margin:0 auto 0.5em auto;
-webkit-border-radius:0;
-ms-border-radius:0;
border-radius:0;
}
.form_section .mailform dl dd {
display: block;
width:100%;
margin:0 0 20px 0;
font-size:16px;
text-align:left;
}

.form_section .mailform dl .campus_tab_list .campus_area .wpcf7-checkbox .wpcf7-list-item {
width: 100%;
}



/***** フォームページ内プライバシーポリシーモーダルウインドウ *****/
/*contact_box*/
.info_modalinnr dl.contact_box {
padding:15px 20px;
}

/***** フォーム *****/
.form_section .mailform input[type="submit"],
.form_section .mailform input[type="button"],
.form_section .mailform button {
padding:12px 15px!important;
}

/********** 送信完了 **********/
.thanks {
padding: 40px 0 60px 0;
}

.thanks .inner {
width:100%;
max-width:calc(100% - 40px);
padding:40px 0;
margin:0 20px;
font-size:16px;
}



/***** pagetop *****/
.pagetop {
width: 35px;
height: 35px;
line-height: 35px;
}

/* ************************************************ */
/**** footer ****/
/* ************************************************ */
.footer {
padding:0;
margin:0 0 35px 0;
}
/***** 申込バナー *****/
.footer .entry_bnr a {
width:calc((100% - 35px) / 3);
height:35px;
font-size:12px;
line-height:35px;
}

.footer .inner {
width:100%;
padding:0;
}

.footer .fmenu {
display:block;
margin: 30px 0;
padding: 0 40px;
}
.footer .fmenu ul {
display:block;
margin:0 0 0px 0;
}

.footer .corp_data {
float:none;
display:block;
margin:30px 0 30px 0;
padding: 30px 40px 0 40px;
border-top:1px solid #ed6d00;
}
.footer .corp_data .logo {
/*display:none;*/
}
.footer .corp_data .industry {
}
.footer .corp_data .profile .tel {
}
.footer .corp_data .profile .tel a {
text-decoration:none;
}
.footer .corp_data .profile .tel .call {
}
.footer .corp_data .profile .fax {
}

.footer .copyright {
line-height:35px;
}

/*** フォームページ用フッター ***/
.formpage .footer .corp_data {
width: 100%;
margin: 0 0 30px 0;
border: 0;
}
}

.breadcrumb_box {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 6px;
}
.breadcrumb_box ul.breadcrumb {
  display: flex;
  font-size: 12px;
}
.breadcrumb_box ul.breadcrumb li {
  list-style: none;
  padding: 10px 4px;
}
.breadcrumb_box ul.breadcrumb li:after {
  content: '>';
  margin: 0 0 0 4px;
}
.breadcrumb_box ul.breadcrumb li:last-child:after {
  content: '';
}
.breadcrumb_box ul.breadcrumb li span a {
  text-decoration: none;
}
@media screen and (max-width: 768px){
  .breadcrumb_box {
    max-width: 100%;
    overflow: scroll;
    white-space: nowrap;
  }
}

.sitemap {
  width: 100%;
}
.sitemap #sitemap_list > .home-item,
.sitemap #sitemap_list > .page_item {
  margin: 0 0 10px;
}
.sitemap #sitemap_list .children .page_item {
  position: relative;
  margin: 5px 0 0;
  padding: 0 0 0 20px;
}
.sitemap #sitemap_list .children .page_item:before {
  content: '-';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-60%);
}