@charset "UTF-8";
h1, h2, h3, h4, h5, p, div, dt, dd, dl, img, input, form, ul, li, span, address, a, table {
	margin: 0;
	padding: 0;
}
/*==============
改行
==============*/
@media screen and (min-width: 768px){
.br-sp {display: none; }
}
/*==============
spで左
==============*/
.box-spl{
text-align: center;
}
@media screen and (max-width: 768px){
.box-spl {
text-align:left;
}
.box-spl br {display: none;}
}

/*==============
調整
==============*/
html {
  scroll-padding-top: 200px;
}
body {
background: #fff;
}

/* ---------------------------------------------------------------------------------------------

　 google-maps 

--------------------------------------------------------------------------------------------- */
.google-maps {
position: relative;
padding-bottom: 75%;
height: 0;
overflow: hidden;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}
.youtube {
 position: relative;
 padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
 height: 0;
 overflow: hidden;
}
 
.youtube iframe {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}

/* ---------------------------------------------------------------------------------------------

　   title

--------------------------------------------------------------------------------------------- */
/*	title
/* ------------------------------------- */
#title {
margin: 60px 0 0 0;
width: 100%;
padding: 40px 0;
text-align: left;
position: relative;
background-color: #ebecdc;
overflow:hidden;
}
#title h2 {
font-size: 130%;
font-weight: normal;
color: #333;
display: inline-block;
position: relative;
line-height: normal
}
p.hurigana {
font-size: 10px;
transform: scale(0.8);
transform-origin: left;
padding-top: 5px
}
.top-right {
  position: absolute;
  top: 0;
  right: 0;
}
.top-right img {
  width: 150px;
	height: auto;
}
@media screen and (min-width: 768px) {
#title h2 {
font-size: 180%;
}
.top-right {
  right: 10%;
}
.top-right img {
  width: 250px;
}
}
@media screen and (min-width: 980px) {

#title {
margin: 90px 0 0 0;
	padding: 80px 0;
}
#title h2 {
font-size: 250%;
}
#title h2:before {
  bottom: -20px; /*下線の上下位置調整*/
}
.top-right {
  right: 20%;
}
.top-right img {
  width: 350px;
}
}

/* ---------------------------------------------------------------------------------------------

　   tex

--------------------------------------------------------------------------------------------- */

.tex,
.tex_archive{
clear: both;
padding-top: 6%;
padding-bottom: 6%;
line-height:1.8;
font-size:1em;
text-align:left;
overflow: hidden
}
.tex img {
	border: 0;
max-width: 100%;
height: auto;
margin: 0 auto;
}
.tex a,
.tex_archive a{
	text-decoration: none;
	color: #13852a;
	transition: 0.3s;
}

.tex a:hover,
.tex_archive a:hover{
	opacity: 0.5;
	text-decoration: none;
}

.tex img a{
	border: 0;
}
.tex a:hover img {
  opacity: 0.6;
  transition: 0.5s;
}
.tex p{
line-height:2.1em;
}
/* ---------------------------------------------------------------------------------------------

　 投稿のリンク 

--------------------------------------------------------------------------------------------- */
.info_box_list a {
	text-decoration: none;
	color: #333;
}

.info_box_list a:hover{
	opacity: 0.5;
	text-decoration: none;
}
/* 等分
/* ------------------------------------- */
.boxA:after,
.boxA_order:after{content: "";
	display: block;
	clear: both}
@media screen and (min-width: 768px) {
.box50_l	{float: left;
	width: 45%}
.box50_r	{float: right;
	width: 45%}
	
.box35_l	{float: left;
	width: 35%}
.box60_r	{float: right;
	width: 60%}
}	
@media (max-width:767px){
.box50_l,
.box35_l,
.boxA_order .box50_r
{margin-bottom: 5%}
}	
@media (max-width:600px){
.boxA_order{
display: flex;
flex-direction: column;

}
.order-page-1 {
    order: 2;
  }
.order-page-2 {
    order: 1;
}
}

/* ボックス*/
.box_nuri {
padding: 1.5em 2em;
margin: 2em 0;
background: #f5f5ed;/*背景色*/
}
.box_nuri p,
.box_waku p{
margin: 0; 
padding: 0;
}
.box_waku {
padding: 2em;
margin: 2em 0;
border: 1px solid #13852a;
}

/* ---------------------------------------------------------------------------------------------

　 見出し

--------------------------------------------------------------------------------------------- */
.m_01,
.m_02,
.m_03,
.m_04,
.m_main{
	margin: 0 0 20px 0;
	width: 100%;
position:relative;
	padding: 15px 0;
	clear: both
}
.m_01 {
	background: #e7747c;
}
.m_02 {
	background: #ff7800;
}
.m_03 {
	background: #0084ff;
}
.m_04 {
	background: #64c432;
}
.m_main {
	background: #13852a;
}
.m_01 h4,
.m_02 h4,
.m_03 h4,
.m_04 h4,
.m_main h4{
	font-size:1.1em;
	line-height:1.4em;
	font-weight: normal;
	color: #FFF;
	padding: 0 0 0 20px;
	width: 100%;
	text-align: left
}

.midasi_form{
	margin: 0;
	width: 100%;
	padding: 15px 0 10px 0;
	clear: both;
	color: #13852a;
	font-size:1.2em;
	line-height:1.4em;
	font-weight: normal;
}

@media screen and (min-width:768px) {
.m_01 h4,
.m_02 h4,
.m_03 h4,
.m_04 h4,
.m_main h4,
.midasi_form{
	font-size:1.3em;
}
}

/* 見出し　左右に斜線 */
.midasi_sayu {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #13852a;
		font-size:1.3em;
		margin-top: 40px
}

.midasi_sayu::before,
.midasi_sayu::after {
    width: 3px;
    height: 40px;
    background-color: #13852a;
    content: '';
}

.midasi_sayu::before {
    transform: rotate(-35deg);
    margin-right: 30px;
}

.midasi_sayu::after {
    transform: rotate(35deg);
    margin-left: 30px;
}

/*	hr
/* ------------------------------------- */

hr {
	border-width: 1px 0px 0px 0px; /* 太さ */
	border-style: dotted; /* 線種 */
	border-color: #ebecdc; /* 線色 */
	height: 1px; /* 高さ */
max-width: 100%;
clear:both;
margin: 15px 0;
}




/* ------------------------------

　 table 色つける

--------------------------------- */
/* table */
table {
width: 100%;
border-collapse: collapse;
margin: 10px 0;
border-style: solid;
border-width: 0;
border-top: #cccccc dotted 1px;
text-align: left;
}
table th {
background-color:#f5f5ed;
}
table th,
table td {
font-weight:normal;
padding: 15px 15px;
border-bottom: #cccccc dotted 1px;
}
table#otoiawase th {
background-color:#f5f5ed;
width: 100%;
padding: 15px;
}
table#otoiawase td {
padding: 15px 0;
}
table#otoiawase th,
table#otoiawase td {
font-weight:normal;
border-bottom: #cccccc dotted 1px;
}

table.mobile-block {
border-left: none;
}
table.mobile-block th,
table.mobile-block td {
border-right: none;
}
table.mobile-block th{
color:#444;
}
table td img {
margin: 0;
margin-bottom:0px;
}
.contactform-width {
width: 100%;
}
.form_moji {
font-size: 130%;
}
/* 画像用 */
table.topwaku td,
table.topwaku {
font-weight:normal;
padding: 0 10px;
border: none;
border-top: none;
}
textarea{
width:100%;
padding:5px;
box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Chrome, Safari */
}
input[type="text"] ,input[type="email"] ,input[type="tel"] {
width:100%;
padding:10px;
box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Chrome, Safari */
}

/* お問い合わせボタン */
.buttonContainer {
text-align: center;
padding: 20px 0 0 0;
}
.buttonContainer #button {
width: 90%;
display: inline-block;
font: normal normal 300 1.3em '';
text-decoration: none;
color: #13852a;
background-color: transparent;
border: 1px solid #13852a;
padding: .6em 1em;
margin: 5px;
background-size: 200% 100%;
background-color: #fff;
transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
}
.buttonContainer #button:hover {
color: rgba(255, 255, 255, 1);
background-color: #13852a;
background-position: -100% 100%;
}
/* 確認赤枠 */
.red_line {
padding: 1em;
margin: 2em 0;
font-weight: bold;
border: solid 1px red;
color:red
}
.red_line p {
margin: 0; 
padding: 0;
font-weight: normal;
color:#333;
text-align: center
}
.font-s {
font-size: 0.8em;
line-height:1.5em;
display: block;
margin: 10px 0
}
@media screen and (min-width: 768px) {
.buttonContainer #button {width: 240px;}
table#otoiawase th {
width: 30%;
}
table#otoiawase th,
table#otoiawase td {
padding: 15px;
}
}
@media (max-width:767px){
table.mobile-block,
table.mobile-block th,
table.mobile-block td{border:none;}
table.mobile-block th,
table.mobile-block td{width:100%;display:block;}
table.mobile-block th,
table#otoiawase th,
table#otoiawase td{border-bottom:none;}}
/* 必須マーク */
.must {	background: #d1ccaa;}
/* 任意マーク */
.free {	background: #999;}
.must,
.free {
	color: #FFF;
	font-size: 12px;
	margin-right: 10px;
	padding: 5px 10px;
	letter-spacing: 0.2em;
}
/* ラジオボタンずれ */
input[type="radio"],input[type="checkbox"]{
position: relative;
  top: -5px;
	margin-right: 2px;
	 width: 25px;
    height: 25px;
}


/* ---------------------------------------------------------------------------------------------

　 pagination

--------------------------------------------------------------------------------------------- */

.pagination {
	clear: both;
	padding: 20px 0;
	position: relative;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	margin-bottom: 3%
}
.pagination-box {
	display: inline-block;
}
.pagination span, .pagination a {
	display: block;
	float: left;
	margin: 2px 2px 2px 0;
	padding: 8px 10px 8px 10px;
	text-decoration: none;
	width: auto;
	color: #fff;
	background: #777777;
}
.pagination a:hover {
	color: #fff;
	background: #e3e3e3;
}
.pagination .current {
	padding: 8px 10px 8px 10px;
	background: #e3e3e3;
	color: #666;
}
.page_box {
	float: left;
	width: 100%;
	margin-top: 20px
}
@media screen and (min-width: 768px) {
	.pagination {
		font-size: 14px;
		line-height: 14px;
	}
	.pagination span, .pagination a {
		padding: 10px 15px 10px 15px;
	}
	.pagination .current {
		padding: 10px 15px 10px 15px;
	}
}

	/* ----------------------------------

　ギャラリー

------------------------------------- */
.gallery { /** ギャラリーを囲むボックス **/
width: 100%;
margin-bottom: 20px !important;
overflow: hidden;
display:-webkit-box;
display:-moz-box;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
}

.gallery br {display: none;} /** 自動で挿入される clearfix の余白解除 **/

.gallery-item { /** 画像共通のスタイル **/
float: left;
margin-bottom: 0 !important;
}
.gallery-icon { /** 画像を囲む dt のスタイル **/
text-align: center;
}

.gallery-icon img {
width: 100%;
height: auto;
margin-bottom: 10px !important;
}

.gallery-caption,
.wp-caption-text { /** キャプション **/
color: #222;
font-size: 14px;
margin: 0 0 20px;
text-align: center;
line-height: 1.6
}

.gallery-columns-1 .gallery-item { /** カラムなし **/
width: 100%;
margin-right: 0;
}
.gallery-columns-2 .gallery-item { /** 2カラム **/
width: 48%;
margin: 0 1%;
}
.gallery-columns-3 .gallery-item { /** 3カラム **/
width: 31.33333%;
margin: 0 1%;
}
.gallery-columns-4 .gallery-item { /** 4カラム **/
width: 23%;
margin: 0 1%;
}
.gallery-columns-5 .gallery-item { /** 5カラム **/
width: 18%;
margin: 0 1%;
}
@media (max-width:767px){
/* 640px以下用の記述 */
.gallery-columns-4 .gallery-item {
width: 48%;
margin: 0 1%;
}
.gallery-columns-5 .gallery-item{
width: 31.33333%;
margin: 0 1%;
}
.release br {display: none;
}
}



/* ---------------------------------------------------------------------------------------------

　   arvhive

--------------------------------------------------------------------------------------------- */

/*	NEWS
/* ------------------------------------- */
.news_list {
  margin: 0 auto;
	width: 100%;
	text-align: left;
	padding-bottom: 5%
}
ul.news_list {
  list-style: none;
}
.news_list_item a {
 position: relative;
 padding-right: 30px;
 color: #333;
 display: block;
width: 100%;
text-decoration: none;
}
.news_list_item a:hover{
opacity: 0.5;
text-decoration: none;
}
.news_list_date {
  font-size: .8em;
  display: flex;
  margin-right: 30px;
  align-items: center;
}
.news_list_item {
  padding: 25px 0;
  border-bottom: 1px dotted #333;
}


/*	works
/* ------------------------------------- */

.info_box1{
margin: 20px 0 0 0;
}
.info_box {
border-bottom: #333 dotted 1px;
margin: 0 0 15px 0;
padding: 0 0 15px 0;
}
.info_box2{
border-bottom: #333 dotted 1px;
margin: 0 0 13px 0;
padding: 0 0 13px 0;
}
.i_box{
float:left;
width: 75%;
}
.i_date{
color: #333;
margin: 0 10px 0 0;
}
.i_text{
margin: 0 0 0 0;
}
.i_m{
color: #333;
margin: 0 10px 0 0;
clear:both;
}
.i_text a {
color: #444;
text-decoration: underline;
}
.i_text a:hover {
color: #333;
text-decoration: underline;
}
.i_date2{
color: #333;
}
.i_title{
color: #333;
font-size: 160%;
font-weight:	400;
line-height: 160%;
margin: 0 0 10px 0;
padding: 0;
}
.t_tinryo p{
color: #13852a;
font-size: 130%;
font-weight:	bold;
line-height: 150%;
margin: 0 0 30px 0;
padding: 0;
}
.i_m2{
color: #333;
font-size: 110%;
line-height: 170%;
margin: 0 0 10px 0;
padding: 0 0 5px 0;
font-weight: normal;
border-bottom: #333 solid 1px;
}
.i_text_box{
border-bottom: #333 dotted 1px;
margin: 0 0 10px 0;
padding: 0 0 10px 0;
}
li.widget{
list-style-type: none;
}
h2.widgettitle{
color: #333;
font-size:1em;
border-bottom: #333 dotted 1px;
margin: 0 0 5px 0;
}
li.cat-post-item{
list-style-type: none;
margin: 0 0 30px 10px;
}
li.cat-post-item a{
color: #333;
font-size:0.85em;
margin: 0 0 3px 10px;
}
li.cat-post-item a.post-title{
font-weight:	300;
}

.pick-list li h5 {color: #444;}



/* --------------------------------

　 ボタン　お知らせ一覧back

----------------------------------- */
.back_btn {
margin: 5% 0
}
.back_btn ul{
	width:100%;
	margin:0 auto}
.back_btn ul:after {
  content: "";
  clear: both;
  display: block;
}
.back_btn ul li {
  list-style-type: none;
  display: block;
  float: left;
  margin-bottom: 2.87%;
  text-align: center;/* 見た目の調整 */
  width: 48.56%;
  margin-right: 2.88%;
}
.back_btn ul li:nth-child(2n) {
  margin-right: 0;
}

a.btn {
  font-size: 0.8em;
  line-height: 1.5;
  display: inline-block;
  padding: 1rem 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width:100%;
}
a.btn:hover,
.back_btn ul li:hover {
text-decoration: none;
}

a.btn--blue{
  color: #333;
  border: solid 1px #333;
}
a.btn::after{
content: '';
  position: absolute;
top:42%;
right: 13px;
width: 5px;
height: 5px;
border-top: 2px solid #333;
border-right: 2px solid #333;
transform: rotate(45deg);
transition: all .3s;
}
a.btn:hover::after{
right: 11px;
}
.btn_size{
	width:100%;
	margin:0 auto;}
@media screen and (min-width:768px) {
.back_btn ul{
	width:500px;
}
.btn_size{
	width:300px}
}

/* ---------------------------------------------------------------------------------------------

　 edit

--------------------------------------------------------------------------------------------- */
.edit-link{
	width:100%;
	clear:both;
}
a.post-edit-link {
display: inline-block;
  padding: 0.4em 1.6em;
  font-size: 0.8em;
  color: #fff;
  text-decoration: none;
  user-select: none;
  background: #999;
  transition: 0.2s ease;
}
a.post-edit-link:hover {
  opacity: .6;
color: #fff;  
}
.edit-link:after{
content: "";
clear: both;
height: 0;
display: block;
visibility: hidden;
}

/* ------------------------------

　 box

--------------------------------- */

.box_01 {
margin: 2em auto;
padding:2em;/*内側余白*/
background-color:#e5f6f5;/*背景の色*/
}
.box_02 {
margin: 0;
padding: 1em 0 0 0;
color: red;
}

.box_01_title {
    padding: 0 0 .5em 0;
    color: #00a69d;
		font-size: 1.1em;
		font-weight: bold
}

@media screen and (min-width:768px) {
.box_01_title {
    font-size: 1.2em;
}
}

/* ---------------------------------------------------------------------------------------------

　   物件情報

--------------------------------------------------------------------------------------------- */
.bukken_img{
margin: 2em auto;
display: block;
}
.bukken_img img{
margin: 0 auto;
display: block;
}

/* ---------------------------------------------------------------------------------------------

　   slick

--------------------------------------------------------------------------------------------- */
.slick-current{
 opacity: 0.3;
}
.slider-container, .slider-nav-container {
  display: none;
  position: relative;
	max-width: 640px;
	width: 100%;
	margin: 0 auto
}
.slider-container {
padding-top: 30px
}
.slider-nav-container {
padding-bottom: 30px
}
.slider-container.initialized, .slider-nav-container.initialized {
  display: block;
}
.slider-nav-container {
  margin-top: 18px;
}
.slider {
  overflow: hidden;
}
.slider div{
max-height: 480px;
height: auto;
}
.slider img {
    width: 100%;
    height: 100vh;
    width: auto\9; /* ie8 */
    margin: 0 auto;
}

.slider-nav {
  margin: 0 26px 26px 26px;
}
.slider-nav div {
height: 60px;
overflow: hidden;
cursor: pointer;
}
@media screen and (min-width: 980px) {
.slider-nav div {
    height: 100px;
}}
.slider-nav img{
width: 100%;
height: 60px;
object-fit: cover;
overflow: hidden;
}

.slider-nav img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.slider-nav img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.slider-arrow {
  position: absolute;
  top: 50%;
  height: 36px;
  margin-top: -30px;  /* 高さの半分だけネガティブマージン */
  color: #aaa;
  line-height: 36px;
  font-size: 28px;
  cursor: pointer;
  z-index: 10;  /* 重要 */
}
.slider-prev {
  left: 0;
}
.slider-next {
  right: 0;
}
.slick-slide {
  outline: 0;
}
.slider .slick-slide > img, .slider-nav .slick-slide > img {
  display: block;
  width: 100%;
  height: auto;
}
.slider {
  display:none;
}
.slider.slick-initialized {
  display: block;
}
/* ---------------------------------------------------------------------------------------------

　   外国人インターンシップ　フロー

--------------------------------------------------------------------------------------------- */
.flow_design05 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow01,
.flow03{
  padding-left: 0;
}

.flow01 > li,
.flow03 > li{
  list-style-type: none;
  position: relative;
  padding-left: 50px;
}

.flow01 > li:not(:last-child) ,
.flow03 > li:not(:last-child) {
  padding-bottom: 10px;
}

.flow01 > li .icon05 {
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  border-radius: 100vh;
  display: inline-block;
  background: #e7747c;
  color: #fff;
  position: absolute;
  left: 0;
}
.flow03 > li .icon03 {
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  border-radius: 100vh;
  display: inline-block;
  background: #0084ff;
  color: #fff;
  position: absolute;
  left: 0;
}

.flow01 > li .icon_college {
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  border-radius: 100vh;
  display: inline-block;
  background: #c3c3c3;
  color: #fff;
  position: absolute;
  left: 0;
}

.flow01 > li:not(:last-child)::before,
.flow03 > li:not(:last-child)::before {
  content: '';
  background: #c3c3c3;
  width: 4px;
  height: 100%;
  position: absolute;
  top: calc(50% - -30px);
  left: 19px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
/* 文字色 */
.flow01 > li dl dt,
.flow03 > li dl dt{
  font-size: 1.3em;
  font-weight: 600;
}
.flow01 > li dl dt{
  color: #e7747c;
}
.flow03 > li dl dt{
  color: #0084ff;
}

.flow01 > li dl dd,
.flow03 > li dl dd{
  margin-left: 0;
}
/* ---------------------------------------------------------------------------------------------

　2等分

--------------------------------------------------------------------------------------------- */

.boxA {
margin-bottom: 5%
}
.boxA:after {
	content: "";
	display: block;
	clear: both
}
@media screen and (min-width: 768px) {
	.box50_l{
		float: left;
		width: 46%
	}
	.box50_r{
		float: right;
		width: 46%
	}
}
@media (max-width:767px) {
	.box50_l,.box50_r{
		margin-bottom: 40px
	}
}
/* ---------------------------------------------------------------------------------------------

　4等分（提携校　ご紹介）

--------------------------------------------------------------------------------------------- */
.box-list ul:after {
  content: "";
  clear: both;
  display: block;
}

/* 一覧のリストの設定 */
.box-list ul li {
  list-style-type: none;
  display: block;
  float: left;
  margin-bottom: 2.87%;
  text-align: center;/* 見た目の調整 */
	font-size: 100%;
	line-height: 1.3
}
/* 横並びに4等分 */
.box-list ul.al-4 li {
  width: 22.84%;
  margin-right: 2.88%;
}
.box-list ul.al-4 li:nth-child(4n) {
  margin-right: 0;
}
@media (max-width:767px) {
.box-list ul li{
		font-size: 80%;
		line-height: 1
	}
}