	@charset "utf-8";

/* ----------------------------------------------
共有
---------------------------------------------- */

body {
/*	font-family: "メイリオ","ヒラギノ角ゴ ProN W3","HiraKakuProN-W3","ヒラギノ角ゴ Pro W3","HiraKakuPro-W3",Meiryo,"ＭＳ Ｐゴシック","MS Pgothic","Osaka",sans-serif,Helvetica, Helvetica Neue, Arial, Verdana;*/
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  /*'Zen Maru Gothic',*/
	background:#ffffff;
	color:#4a4a4a;
	width: 100%;
	letter-spacing: 0.05em;
	box-sizing: border-box;
}

body{
	line-height:2em;
}

h2{

}

a{
	text-decoration: none;
	color: #313334;
	cursor:pointer;
	display: block;
}

a:hover{
	text-decoration: none;
color: #eb6da5;
}

.center_img{
	text-align: center;
}

.center_img img{
	display: inline-block;
	width: 100%;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

.font_m{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.w_1000{
max-width: 1000px;
margin: 0 auto;
}

.pa_40{
	padding: 0 40px;
}

.color_p{
	color: #eb6da5;
}

.c_red{
	color: #e60012;
}

.c_orange{
	color: #e85d08;
}

.pc_none{
	display: none;
}

.sp_none{
	display: initial;
}

.be_1100{
	display: none;
}

.aligncenter{
    text-align: center;
}

/* --------------
共有 @media screen
----------------- */

@media screen and (max-width: 800px) {

.center_img img {
	width: 100%;
	height: auto;
}

.w_1000{

}

.pad_sp40{
	padding-right: 40px;
	padding-left: 40px;
}

.pc_none{
	display: initial;
}

.sp_none{
	display: none;
}

}


@media screen and (min-width: 1100px) {

.be_1100{
	display: initial;
}

}

/* ----------------------------------------------
ハンバーガーメニュー
---------------------------------------------- */

/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 150;
  right : 13px;
  top   : 12px;
  width : 100px;
  height: 100px;
  cursor: pointer;
  text-align: center;
/*  background: rgba(255,255,250,0.5);*/
/*  border-radius:100px;*/
  background-color: #000000;
}

.hamburger span {
  display : block;
  position: absolute;
  width   : 66px;
  height  : 12px ;
  left    : 17px;
  background : #ffffff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
  border-radius: 100px;
}
.hamburger span:nth-child(1) {
  top: 24px;
}
.hamburger span:nth-child(2) {
  top: 45px;
}
.hamburger span:nth-child(3) {
  top: 66px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
	top: 45px;
    left: 15px;
  background :#fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 45px;
  background :#fff;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index : 120;
  top  : 0;
  left : 0;
  color: #fff;
/*  background: rgb(25 25 25 / 80%);*/
  text-align: center;
  width: 100%;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
  display: none;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
  display: none;
  line-height: 1.2em;
  border-bottom: dotted 1px #8e8e8e;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
nav.globalMenuSp ul li:last-child {
/*  padding-bottom: 0;*/
}
nav.globalMenuSp ul li:hover{
  background :#ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #313334;
  padding: 1em 0;
  text-decoration :none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  opacity: 100;
  display: block;
  height: 100%;
  overflow-y: scroll;

}

/* --------------
ハンバーガー @media screen
----------------- */

@media screen and (min-width: 800px) {


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


@media screen and (max-width: 800px) {

	nav.globalMenuSp ul li {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}

/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 150;
  right : 13px;
  top   : 12px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  text-align: center;
  background: rgba(0,0,0,0.5);
/*  border-radius:100px;*/
/*  background-color: #000000;*/
}

.hamburger span {
  display : block;
  position: absolute;
    width: 46px;
    height: 10px;
    left: 7px;
  background : #ffffff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
  border-radius: 100px;
}
.hamburger span:nth-child(1) {
 top: 10px;
}
.hamburger span:nth-child(2) {
  top: 26px;
}
.hamburger span:nth-child(3) {
  top: 42px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
    top: 25px;
        left: 7px;
  background :#fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
    top: 25px;
  background :#fff;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

}

/* ----------------------------------------------
全体
---------------------------------------------- */

body{
/*	padding-top: 80px;*/
/*	background:url(../img/main-assets/line.png);*/
/*	background-repeat: repeat-x;*/
	background-color: #ffffff;
}

.wrapper{
	position: relative;
	box-sizing: border-box;
	max-width: 1366px;
	margin: 0 auto;
	padding-left: 40px;
	padding-right: 40px;
}

section{
/*	padding-left: 50px;
	padding-right: 50px;*/
}

header{
	position: relative;
}

.flex_box{
	display: flex;
}

.jc_sb{
	justify-content: space-between; 
}

.ai_fe{
	align-items:flex-end;
}

.po_re{
	position: relative;
}

.only_wrapper{
	width: 1366px;
}

.hidden_100{
	width: 100%;
	overflow: hidden;
}


/* --------------
全体 @media screen
----------------- */


@media screen and (max-width: 800px) {


.wrapper{
	box-sizing: border-box;
	max-width: initial;
	min-width: initial;
	padding: 0 16px;
}

}

/* ----------------------------------------------
グローバルナビ
---------------------------------------------- */
#logo{
	position: relative;
/*	background-color: #ccccf7;*/
	height: 160px;
}

#logo > div{
	position: absolute;
	top: 20px;
}

#logo > div img{
	width: 186px;
}


#logo h1 {
	position: absolute;
	top: 75px;
}

#logo h1 img{
	width: 364px;
}

nav{
	
}

nav ul:nth-of-type(1){
	display: inline-block;
	background-color: #ffffff
}

nav ul:nth-of-type(1) li{
	display: inline-block;
	font-weight: bold;
}

nav ul:nth-of-type(1) {
/*    border: 1px solid #85c023;
    border-radius: 4em;
    display: inline-block;
    background-color: #ffffff;*/
}

#gn{

}

#gn ul li{
	padding: 2em;
}


#gn ul:nth-of-type(1) li:nth-of-type(1){
	padding-left: 0;
}

#gn ul:nth-of-type(1) li a{
	text-decoration: none;
	display: block;
}

#gn_sub{
	position: absolute;
	top: 12px;
	right: 118px;
	text-align: center;
}

#gn_sub ul li{
	width: 180px;
	height:47px;
	line-height: 47px;
}

#gn_sub ul li:nth-of-type(1){
	background-color: #cb1c1b;
	margin-bottom: 5px;
}

#gn_sub ul li:nth-of-type(2){
	background-color: #000000;
}

#gn_sub ul li a{
	color: #ffffff;
	text-decoration: none;
/*	font-weight: bold;*/
}



/* --------------
グローバルナビ @media screen
----------------- */

@media screen and (max-width: 800px) {

#logo {
	height: 120px;
}

#logo > div img {
	width: clamp(140px, 30%, 300px);
	margin-left: 5px;
	margin-bottom: 20px;
}

#logo h1{
	top: 55px;
}

#logo h1 img {
    width: clamp(260px, 40%, 400px);
}

#gn_sub{
	display: none;
}

}

@media screen and (max-width: 1190px) {

#gn{
	display: none;
}


}


/* ----------------------------------------------
メインエリア
---------------------------------------------- */

#main_back{
	margin-top: 10px;

	background:url(../img/kodera-assets/kodera_sq.png);
	background-repeat: no-repeat;
	background-size: 40%;

	background-position: 110% 90%;

/*	background-color: #ffff00;*/

}

#main_area_box{
	width: 100%;
	overflow: hidden;
	text-align: center;
}

#main_area img{
	width: 100%;
}

#main_area div:nth-of-type(1){
	margin-bottom: 65px;
}

#main_area div:nth-of-type(2) img{
	width: 35%;
	margin-left: auto;
	margin-right: auto;
}

#main_area h2{
	font-size: 2rem;
	text-align: center;
	margin-top: 2em;
	letter-spacing: 0.2em;
}

#main_area h2 span{
	display: block;
	font-size: 0.6em;
	margin-top: 1.8em;
	line-height: 1.4em;
}

#main_area .flex_box div:nth-of-type(1){
	width: 80%;
/*	background-color: #cccc00;*/
}

#main_area .flex_box div:nth-of-type(2){
	width: 20%;
/*	background-color: #cc0000;*/
}

#main_area .flex_box div:nth-of-type(1) img{
	width: 95%;
}

#main_area .flex_box div:nth-of-type(2) img{
	width: 180%;
	
}


/*--メインイメージ--*/

#main_img{

}

#main_img img{

}

#main_img img:nth-of-type(2){
    width: 45vw;
    top: -40px;
    right: 60px;
}

.use_img{
	height: clamp(120px, 14vw, 300px);
	background-image: url(../img/main_under-assets/main_under.png);
	background-repeat: repeat-x;
	background-size: contain;
	position: relative;
}

.use_img:after{
	position: absolute;
	content: "";
	background:url(../img/main-assets/line.png);
	background-repeat: repeat-x;
	bottom: -30px;
    height: 30px;
    width: 100%;
    z-index: 100;
}

/* --------------
メインイメージ @media screen
----------------- */


@media screen and (max-width: 800px) {

#main_area {
    margin-top: 0px;
}

#main_area h2 {
    font-size: 1.2rem;
}

#main_img {
/*    height: 68vw;
    margin-top: 0px;*/
}

#main_img img:nth-of-type(2) {
    width: 68vw;
    top: -50px;
    right: 5px;
}

#main_area .flex_box div:nth-of-type(1) {
    width: 100%;
}


#main_back {
    margin-top: 9px;
    background: url(../img/kodera-assets/kodera_sq.png);
    background-repeat: no-repeat;
    background-size: 59%;
    background-position: 122% 60%;
    /* background-color: #ffff00; */
}

#main_area div:nth-of-type(2) img{
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

}

/* ----------------------------------------------
NEWS_BOX
---------------------------------------------- */

#news{
	margin-top: 100px;
	margin-bottom: 100px;
}

#news_b{
	margin-top: 130px;
	padding-bottom: 60px;
}

#news_b img{
	width: 60%;
}

#news_box #news_c li{
  display: flex;
  padding:15px;
  border-bottom:1px solid #000;
}

#news_box #news_c .label{
  background-color:#f1abba;
  border-radius:100vh;
  color:#fff;
  padding:1px 25px;
  margin:0 20px;
  font-size: 0.7em;
  }

#news_box .text{
  
}

/* --------------
NEWS_BOX @media screen
----------------- */


@media only screen and (max-width: 800px) {

#news_box {
  display: flex;
  margin-top: 40px;
  flex-direction: column;
}

#news_box #news_c{
  width: initial;
}

#news_box #news_b{
	width: initial;
	margin-top: 35px;
}

#news_box>div img {
    width: 40%;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    display: block;
}

#news_b {
    margin-top: 0px;
    padding-bottom: 60px;
}

}


/* ----------------------------------------------
news 新規
---------------------------------------------- */

.news{
	width: 75%;
	margin: 0 auto 7vw auto;
	font-size: 0.8em;
}

.news a{
	color: #4a4a4a;;
}

.news img:nth-of-type(1) {
    max-width: 260px;
    margin: 0 auto 5vw auto;
    width: 50%;
    display: block;
}

.inner {
  width: 80%;
  background-color: #fff;
  margin: 0 auto;
  padding: 65px 0 100px;
}


.sub_ttl {
  font-size: 30px;
  text-align: center;
  margin-bottom: 40px;
}


.news_list {
  margin: 0 2%;
  width: 100%;
}

.news_list_item {
  padding: 1em 0;
  border-bottom: 1px solid #E6E6E6;
  font-size: 0.8em;
}

.news_list_item:first-child {
  border-top: 1px solid #E6E6E6;
}
.news_list_item a,.not_a {
 position: relative;
 display: flex;
 padding-right: 30px;

}

.news_list_item a{
text-decoration: underline;
}

.news_list_date {
  display: flex;
  margin-right: 15px;
  align-items: center;
}

.news_item{
  color: #ffffff;
  border-radius: 14px;
  width: 14em;
  text-align: center;
  margin-left: 20px;
  font-size: 0.8em;
  line-height: 2.5em;
}

.nx_green{
	background: #86c024;
}

.nx_blue{
	background: #22b0e4;
}

.nx_pink{
	background: #ea8bb6;
}

.nx_red{
	background: #cb1c1b;
}

.nx_orange{
	background: #e79014;
}



.news_item_news,.news_item {
  color: #ffffff;
  border-radius: 14px;
  width: 20em;
  text-align: center;
  margin-left: 20px;
  font-size: 0.8em;
  line-height: 2.5em;
}

.news_item_movie {
  background: #5ed0f5;
  color: #ffffff;
  border-radius: 14px;
  width: 14em;
  text-align: center;
  margin-left: 20px;
  font-size: 0.8em;
  line-height: 2.5em;
}

.news_item_grouphome,.news_item_to {
  background: #f1abba;
  color: #ffffff;
  border-radius: 14px;
  width: 14em;
  text-align: center;
  margin-left: 20px;
  font-size: 0.8em;
  line-height: 2.5em;
}

.news_item_communication,.news_item_ib {
  background: #eba300;
  color: #ffffff;
  border-radius: 14px;
  width: 14em;
  text-align: center;
  margin-left: 20px;
  font-size: 0.8em;
  line-height: 2.5em;
}

.news_item_blog {
  background: #67be18;
  color: #ffffff;
  border-radius: 14px;
  width: 14em;
  text-align: center;
  margin-left: 20px;
  font-size: 0.8em;
  line-height: 2.5em;
}

.news_item_etc {
  background: #f07171;
  color: #ffffff;
  border-radius: 14px;
  width: 14em;
  text-align: center;
  margin-left: 20px;
  font-size: 0.8em;
  line-height: 2.5em;
}

.arrow {
  width: 25px;
  height: 1px;
  background: #707070;
  position: absolute;
  top: 50%;
  right: 5%;
}

.arrow::after {
  content: "";
  display: block;
  width: 6px;
  height: 1px;
  background: #707070;
  transform: rotate(45deg);
  position: absolute;
  right: 0px;
  bottom: 2px;
}

.news_title{
	font-weight: bold;
	font-size: 1.2em;
}


/* --------------
news 新規 @media screen
----------------- */

@media screen and (max-width: 1024px) {
    .news_list_item a,.not_a {
        display: block;
    }
}

@media screen and (max-width: 769px) {
    .news_list_item a,.not_a  {
    }

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

.news_list {
    margin: 0 2%;
    width: initial;
}

}
@media screen and (max-width: 480px) {
    .arrow {
        display: none;
    }
    .news_list_item a,.not_a {
        padding-right: 0;
    }
}


/* ----------------------------------------------
feature
---------------------------------------------- */

#feature{
	position: relative;
	margin-bottom: 100px;
}

/*#feature:after{
	position: absolute;
	content: "";
	background:url(../img/main-assets/dot_line.png);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -80px;
	left: 50%;
    transform: translate(-50%, -50%);
    height: 10px;
    width: 80%;
    z-index: 100;
}*/

#feature .wrapper h2{
	text-align: center;
	margin-top: clamp(20px, 4vw, 100px);
	padding-bottom: 60px;
	font-size: 1.8rem;
	letter-spacing: 0.3rem;
}

#feature .wrapper h2 img{
	width: 80%;
	display: inline-block;
}

#feature ul{
	margin-right: 2rem;

}

#feature li{
	margin-bottom: 120px;
}

#feature .flex_box > div:nth-of-type(1){
	width: 60%;
	padding: 2rem;
}

#feature .flex_box > div:nth-of-type(1) div{
	position: relative;
	background-color: #cb1c1b;
	color: #ffffff;
	display: block;
	padding: 1em 0em;
	width: 15em;
	text-align: center;
	margin: 4rem auto;
	letter-spacing: 0.2em;
}

#feature .flex_box > div:nth-of-type(1) div:before{
	position: absolute;
	content: "";
    bottom: -10px;
    right: -10px;
    height: 4rem;
    width: 15em;
    background-color: #dad8d8;
    z-index:-1;
}

#feature .flex_box > div:nth-of-type(2){
	width: 40%;
}

#feature h3 img{
	height: clamp(20px, 4vw, 58px)
}

#feature .flex_box > div:nth-of-type(2) img{
	width: 100%;
}

#feature h3{
	margin-bottom: 1rem;
}

#feature p{
	margin-left: 1rem;
	
}

#feature span,#schedule span{
	font-size: 0.8rem;
	margin-top: 0.5rem;
	display: block;
}

#feature span span,#schedule span span{
	color: #ea8ab6;
	display: inline-block;
}

/* --------------
feature @media screen 800
----------------- */

@media screen and (max-width: 800px) {


#feature .wrapper h2 img {
    width: 100%;
}

#feature .flex_box{
	flex-direction: column;
}

#feature .flex_box > div:nth-of-type(1) {
    width: 100%;
}

#feature h3{
	text-align: center;
}

#feature h3 img {
	height: 7vw;
	display: inline-block;
}

#feature li {
    margin-bottom: 55px;
}

#feature .flex_box > div:nth-of-type(2) {
    width: 55%;
    margin-left: auto;
    margin-right: auto;
}

}

/* --------------
feature  @media screen 600
----------------- */

@media screen and (max-width: 600px) {


}


/* ----------------------------------------------
three
---------------------------------------------- */

#three{
	position: relative;
	background-color: #fff7f3;
	padding-top: 100px;
	padding-bottom: 100px;
}

#three:after{
	position: absolute;
    content: "";
    background-color: #dddddd;
    bottom: -13px;
    height: 18px;
    width: 100%;
}

#three .wrapper h2{
	text-align: center;
	padding-bottom: 60px;
	font-size: 1.8rem;
	letter-spacing: 0.3rem;
}


#three .wrapper h2 img{
	width: 80%;
	display: inline-block;
}

#three ul{
	margin-left: 2rem;

}

#three li{
	margin-bottom: 120px;
}

#three .flex_box > div:nth-of-type(1){
	width: 50%;
	padding: 3%;
}

#three .flex_box > div:nth-of-type(2){
	width: 50%;
	padding: 1.5em;
}

#three h3 img{
	height: clamp(87px, 10vw, 126px);
}

#three .flex_box > div:nth-of-type(1) img{
	width: 100%;
}

#three h3{
	margin-bottom: 1rem;
	font-weight: bold;
}

#three span{
	font-size: 0.8rem;
	margin-top: 1rem;
	display: block;
}

#three span span{
	color: #ea8ab6;
	display: inline-block;
}

/* --------------
point @media screen 800
----------------- */

@media screen and (max-width: 800px) {

#point_up {
    margin-top: 120px;
}

#point_fukidashi {
    top: -140px;
}

#point .wrapper h2 img {
    width: 100%;
}

#point .flex_box {
	flex-direction: column; 
}

#point .flex_box > div:nth-of-type(1) {
    width: initial;
}

#point .flex_box > div:nth-of-type(1) img {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

#point .flex_box > div:nth-of-type(2) {
    width: initial;
}

#point h3 img {
    height: 20vw;
}

}

/* --------------
point  @media screen 600
----------------- */

@media screen and (max-width: 600px) {


}


/* ----------------------------------------------
education
---------------------------------------------- */

#education{
	margin-top: 118px;
	position: relative;
	padding-bottom: 100px;
	margin-bottom: 13px;
}

#education .wrapper h2 {
	position: relative;
	text-align: center;
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: 0.3em;
    padding-left: 5rem;
    display: inline-block;
    margin-bottom: 100px;
}

#education .wrapper h2:before {
    position: absolute;
    content: "";
    background: url(../img/kodera-assets/kodera_sq_mini.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    height: 2.5rem;
    width: 5rem;
}

#education #education_1 h2{
	font-weight: bold;
	font-size: 2rem;
	letter-spacing: 0.3em;
	padding-left: 5rem;
	margin-bottom: 1em;
	position: relative;
/*	background-color: #cc9900;*/
}

#education #education_1 h2:before{
/*	position: absolute;
	content: "";
	background:url(../img/kodera-assets/kodera_sq_mini.png);
	background-repeat: no-repeat;
	background-size: contain;
	top: 50%;
	left: 5rem;
	transform:translateY(-50%);
    height: 2.5rem;
    width: 6rem;*/
}

#education h3{

}

#education h3 span{
	font-size: 2rem;
}

#education_1{
	display: flex;
}

#education_1_left{
	background-color: #fbeaea;
	flex-grow: 1
}

#education_1_center{
	width: 1366px;
	position: relative;
}

#education_1_center div{
	background-color: #fbeaea;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	margin-right: 230px;
	padding-top: 100px;
	padding-bottom: 80px;
}

#education_1_center p{
	padding-right: 20rem;
	padding-left: 5rem;
}

#education_1_right{
	flex-grow: 1;
}

#education:after {
    position: absolute;
    content: "";
    background-color: #dddddd;
    bottom: -13px;
    height: 18px;
    width: 100%;
}

/*---- education_2 ----*/

#education_2{
	display: flex;
	margin-top: 60px;
}

#education_2_left{
	flex-grow: 1
}

#education_2_center{
	width: 1366px;
	position:relative;
}

#education_2 h3{
	padding-right: 20rem;
	padding-left: 5rem;
	font-weight: bold;
}

#education_2_center div{
	background-color: #ca1c1c;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	margin-left: 230px;
	padding-top: 100px;
	padding-bottom: 80px;
	color: #ffffff;
}

#education_2_center p{
	padding-right: 20rem;
	padding-left: 5rem;
	position: relative;
	z-index: 10;
	margin-top: 2rem;
}

#education_2_center div span{
	display: block;
}

#education_2_center img{
	position: absolute;
	width: 500px;
	right: 0px;
	bottom: 0px;
	z-index: 5;
}

#education_2_right{
	flex-grow: 1;
	background-color: #ca1c1c;
}

/* --------------
education @media screen 800
----------------- */

@media screen and (max-width: 800px) {

}

/* ----------------------------------------------
intro_box
---------------------------------------------- */

.intro_box{
	font-size: 0.8rem;
	flex-wrap: wrap;
	font-family: "メイリオ","ヒラギノ角ゴ ProN W3","HiraKakuProN-W3","ヒラギノ角ゴ Pro W3","HiraKakuPro-W3",Meiryo,"ＭＳ Ｐゴシック","MS Pgothic","Osaka",sans-serif,Helvetica, Helvetica Neue, Arial, Verdana;
	}

.intro_box li{
	width:30%;
}

.intro_box > li{
	margin-top: 100px;
}

.intro_box > li:nth-of-type(2),.intro_box > li:nth-of-type(5),.intro_box > li:nth-of-type(8){
	margin-left: 5%;
	margin-right: 5%;
}

.intro_box li > div img{
	width:100%;
	border-radius: 15px;
	position: relative;
	z-index: 10;
}

.intro_box li > div img:before{
	position: absolute;
	content: "";
	left: 0%;
    height: 50px;
    width: 10px;
    background-color: #f1a1a1;
    border-radius: 15px;
    z-index: 5;
}


.intro_box h3{
/*	padding-left: 10px;*/
	margin-bottom: 10px;
	font-size: 1.2rem;
/*    line-height: 50px;
    height: 10%;*/
    position: relative;
}

.intro_box h3:before{
/*	position: absolute;
	content: "";
	left: 0%;
	height: 100%;
	width: 10px;
	background-color: #f1a1a1;
	border-radius: 10px;*/
}

.intro_box h3 img{
	width: 80%;
  margin: 0 auto;
/*	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);*/

}

.intro_box h4{
	font-weight: bold;
	font-size: 1rem;
	margin-top: 1rem;
}

.intro_box ol li{
	width:100%;
	line-height: 1.3rem;
	word-break: break-word;
}

.intro_box ol li:nth-of-type(1){

}

.intro_box ol li:nth-of-type(3){
	margin: 1rem 0;
}

.intro_box ol li:nth-of-type(4){
	margin-bottom: 1rem;
}

.intro_box ol li a{
	color: #0482fd;
	text-decoration: underline;
}

.intro_box ol li div a{
	color: #ffffff;
	text-decoration: none;
}

.intro_box ol li div{
    background-color: #f1a1a1;
    color: #ffffff;
    width: 47%;
    display: inline-block;
    border-radius: 1rem;
    text-align: center;
    font-size: 0.8rem;
    padding: 0.2em 0;
}

/* --------------
intro_box  @media screen 960
----------------- */

@media screen and (max-width: 960px) {

.intro_box li {
/*    width: 40%;*/
    margin-left: 0;
    margin-right:0;
}

}


/* --------------
intro_box  @media screen 800
----------------- */

@media screen and (max-width: 800px) {


.intro_box {
    justify-content: space-between;
}

.intro_box li {
/*    width: 80%;
    margin-left: auto;
    margin-right: auto;*/
}

.intro_box h3{
	display: block;
	height: auto;
	padding-left: 25px;
	margin-bottom: 10px;
	font-size: 1.2rem;
    line-height: 50px;
    position: relative;
}

.intro_box > li:nth-of-type(2), .intro_box > li:nth-of-type(5), .intro_box > li:nth-of-type(8){
    margin-left: 0;
    margin-right: 0;
}

.intro_box > li {
  width: 47.5%;
  margin-top: 40px;
}

.intro_box ol li div {
    background-color: #f1a1a1;
    color: #ffffff;
    width: 100%;
    display: block;
    border-radius: 1rem;
    text-align: center;
    font-size: 0.8rem;
    padding: 0.5em 0;
    margin-bottom: 1rem;
}

.intro_box h4 {
    line-height: 1.3em;
    margin-bottom: 1em;
}

}


/* ----------------------------------------------
training
---------------------------------------------- */

#training{
	padding-top: 100px;
	position: relative;
}

#training .wrapper{

}

#training:before{
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    height: 100%;
    width: 60px;
    background-color: #fbecf3;
    z-index: 10;
}

#training:after{
    position: absolute;
    content: "";
    right: 0px;
    top: 0px;
    height: 100%;
    width: 60px;
    background-color: #d8eefb;
}

#training h2 {
	position: relative;
	text-align: center;
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: 0.3em;
    padding-left: 5rem;
    display: inline-block;
}

#training h2:before {
    position: absolute;
    content: "";
    background: url(../img/kodera-assets/kodera_sq_mini.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    height: 2.5rem;
    width: 5rem;
}

.center_copy{
	padding: 0 60px;
	margin-top: 100px;
}

.center_copy > div:nth-of-type(1){
	width: 55%;
	text-align: center;
	margin-right: 5%;
}

.center_copy > div:nth-of-type(2){
	width: 40%;
}

.center_copy h3{
	font-weight: bold;
	font-size: 2rem;
	text-align: center;
	margin-bottom: 1em;
	line-height: 1.3em;
}

.center_copy > div:nth-of-type(1) img:nth-of-type(1){
	width: 50%;
	display: inline-block;

}

.center_copy > div:nth-of-type(1) img:nth-of-type(2){
	width: 60%;
	display: inline-block;

}

.center_copy p{
	padding: 2rem 0 2rem 0;
	font-size: 0.8rem;
}

.center_copy > div:nth-of-type(2) img{
	width: 100%;
	border-radius: 20px;
	margin-bottom: 20px;
}

#center_three{
	position: relative;
	background-color: #e7f6ff;
	padding: 60px;
	margin-top: 60px;
	font-family: "メイリオ","ヒラギノ角ゴ ProN W3","HiraKakuProN-W3","ヒラギノ角ゴ Pro W3","HiraKakuPro-W3",Meiryo,"ＭＳ Ｐゴシック","MS Pgothic","Osaka",sans-serif,Helvetica, Helvetica Neue, Arial, Verdana;

}

.center_three_in{
	justify-content: space-around;
}

#center_three > ul > li{
	width: 28%;
	position: relative;
}

#center_three > ul li div img{
	width: 100%;
	margin: 0 auto;
	border-radius: 20px;
}

.center_copy > div:nth-of-type(1) div {
    position: relative;
    background-color: #cb1c1b;
    color: #ffffff;
    display: block;
    padding: 1em 0em;
    width: 15em;
    text-align: center;
    margin: 4rem auto;
    letter-spacing: 0.1em;
}

.center_copy > div:nth-of-type(1) div:before {
    position: absolute;
    content: "";
    bottom: -10px;
    right: -10px;
    height: 4rem;
    width: 15em;
    background-color: #dad8d8;
    z-index: -1;
}

#center_three h3{
/*	font-weight: bold;*/
	font-size: 1.2rem;
	position: relative;
	height:50px;
	line-height: 50px;
	padding-left: 20px;
	margin-bottom: 10px;
}

#center_three > ul li:nth-of-type(1) h3:before {
    position: absolute;
    content: "";
    left: 0%;
    height: 50px;
    width: 10px;
    background-color: #e79014;
    border-radius: 10px;
}

#center_three > ul li:nth-of-type(2) h3:before {
    position: absolute;
    content: "";
    left: 0%;
    height: 50px;
    width: 10px;
    background-color: #22b0e4;
    border-radius: 10px;
}

#center_three > ul li:nth-of-type(3) h3:before {
    position: absolute;
    content: "";
    left: 0%;
    height: 50px;
    width: 10px;
    background-color: #8bc248;
    border-radius: 10px;
}

#center_three li > div:nth-of-type(1){
	margin-bottom: 10px;
}

#center_three ol li{
	line-height: 1.3rem;
	font-size: 0.8rem;
	
}

#center_three ol li a {
    color: #0482fd;
    text-decoration: underline;
    margin: 1rem 0;
}

#center_three ul > li:nth-of-type(1) .button{
	background-color: #f19500;
    color: #ffffff;
    border-radius: 5em;
    line-height: 1.3em;
    font-size: 0.7em;
    padding: 0.5em 1em;
    width: 75%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 2rem;
    text-align: center;
}

#center_three ul > li:nth-of-type(2) .button{
	background-color: #22b0e4;
    color: #ffffff;
    border-radius: 5em;
    line-height: 1.3em;
    font-size: 0.7em;
    padding: 0.5em 1em;
    width: 75%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 2rem;
    text-align: center;
}

#center_three ul > li:nth-of-type(3) .button{
	background-color: #8bc248;
    color: #ffffff;
    border-radius: 5em;
    line-height: 1.3em;
    font-size: 0.7em;
    padding: 0.5em 1em;
    width: 75%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 2rem;
    text-align: center;
}

/*---- pamphlet ----*/



.pamphlet {
    padding: 0 60px;
    margin-top: 100px;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}


.pamphlet article:nth-of-type(odd){
	width: 70%;
	padding-right: 2rem;
}

.pamphlet article:nth-of-type(even){
	width: 30%;
	padding: 0 2rem;
	margin-bottom: 100px;
}

.pamphlet article div img{
	width: 100px;
	margin-top: 2rem;
}

.pamphlet article img{
	width: 100%;
}

.pamphlet h3{
	font-size: 1.5rem;
	position: relative;
	padding-left: 1.5rem;
	margin-bottom: 2.5rem;
}

.pamphlet h3 span{
	font-size: 0.8rem;
	display: block;
}

.pamphlet article:nth-of-type(1) h3:before {
    position: absolute;
    content: "";
    left: 0%;
    height: 100%;
    width: 10px;
    background-color: #22b0e4;
    border-radius: 10px;
}

.pamphlet article:nth-of-type(3) h3:before {
    position: absolute;
    content: "";
    left: 0%;
    height: 100%;
    width: 10px;
    background-color: #8bc248;
    border-radius: 10px;
}

#training .intro_box > li{
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

#training .intro_box > li:nth-of-type(2){
	margin-left: 10%;
	margin-right: 0;
}

#training .intro_box{
	padding-bottom: 100px;
}




/* --------------
training  @media screen 800
----------------- */

@media screen and (max-width: 800px) {


}


/* ----------------------------------------------
welfare
---------------------------------------------- */

#welfare{
	padding-top: 118px;
    position: relative;
    padding-bottom: 100px;
}

#welfare:before {
    position: absolute;
    content: "";
    background-color: #dddddd;
    top: 0px;
    width: 100%;
    height: 18px;
}

#welfare h2 {
    position: relative;
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: 0.3em;
    padding-left: 5rem;
    display: inline-block;
    margin-bottom: 100px;
}

#welfare h2:before {
    position: absolute;
    content: "";
    background: url(../img/kodera-assets/kodera_sq_mini.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    height: 2.5rem;
    width: 5rem;
}

#welfare .flex_box{
	flex-wrap: wrap;
}

#welfare .flex_box > div:nth-of-type(1) {
    width: 40%;
    padding: 0 2rem;
/*    background-color: #cccc00;*/
    align-items: center;
    text-align: center;
}

#welfare .flex_box > div:nth-of-type(1) h3 {
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.2em;
    color: #e60013;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display: inline-block;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#welfare .flex_box > div:nth-of-type(1) p {
	text-align: left;
	margin-top: 2rem;
}

#welfare .flex_box > div:nth-of-type(2) {
    width: 60%;
    padding: 0 2rem;
/*    background-color: #00cc00;*/
}

#welfare .flex_box > div img {
    width:100%;
}

#welfare .flex_box div:nth-of-type(2) img{
    position: sticky;
    top: 20px;
}

#welfare .flex_box > div:nth-of-type(3) {
    width: 100%;
    margin-top: 100px;
/*    background-color: #aacc00;*/
}

#welfare .flex_box > div:nth-of-type(5) {
    width: 65%;
    padding: 0 2rem;
    margin-top: 100px;
}

#welfare .flex_box > div:nth-of-type(5) h3{
   font-size: 2.5rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.2em;
    display: inline-block;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#welfare .flex_box > div:nth-of-type(5) p {
	text-align: left;
	margin-top: 2rem;
}

#welfare .flex_box > div:nth-of-type(6) {
    width: 35%;
    padding: 0 2rem;
    margin-top: 100px;
    font-size: 0.8rem;
}

#welfare .flex_box > div:nth-of-type(6) h5 {
	font-weight: bold;
	font-size: 1rem;
	margin-bottom: 0.5rem;
}

#welfare .flex_box > div:nth-of-type(6) p {
	line-height: initial;
}



/* --------------
welfare @media screen 800
----------------- */

@media screen and (max-width: 800px) {

#welfare h2 {
    position: relative;
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
    letter-spacing: 0.3em;
    padding-left: 3rem;
    display: inline-block;
    margin-bottom: 50px;
}

#welfare #welfare_business h2{
/*    margin-top: 100px;*/
}

#welfare .flex_box > div:nth-of-type(2) {
    width: initial;
    padding: 0 ;
    margin-top: 2rem;
}

#welfare h2:before {
    position: absolute;
    content: "";
    background: url(../img/kodera-assets/kodera_sq_mini.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    height: 1.5rem;
    width: 3rem;
}

#welfare .flex_box {
    flex-wrap: wrap;
}

#welfare .flex_box > div:nth-of-type(1) h3 {
    font-size: 2.3rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    color: #e60013;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display: inline-block;
    }

#welfare .flex_box > div:nth-of-type(1) {
    width: initial;
    padding: 0 2rem;
    align-items: center;
    text-align: center;
}

#welfare .flex_box > div:nth-of-type(5) {
    width: initial;
    padding: 0 2rem;
    margin-top: 2rem;
}

#welfare .flex_box > div:nth-of-type(3) {
    width: 100%;
    margin-top: 4rem;
}

#welfare .flex_box > div:nth-of-type(6) {
    width: 65%;
    padding: 0;
    margin-top: 4rem;
    font-size: 0.8rem;
    margin-left: auto;
    margin-right: auto;
}

#welfare .flex_box > div:nth-of-type(4) h3 {
    font-size: 1.5rem;
}

#welfare .flex_box > div:nth-of-type(5) h3{
  font-size: 1.8rem;
}

}


/* ----------------------------------------------
leisure
---------------------------------------------- */

#leisure{
	position: relative;
    padding-top: 118px;
    padding-bottom: 100px;
}

#leisure:before {
    position: absolute;
    content: "";
    background-color: #dddddd;
    top: 0px;
    width: 100%;
    height: 18px;
}

#leisure:after {
    position: absolute;
    content: "";
    background-color: #dddddd;
    bottom: 0px;
    width: 100%;
    height: 18px;
}

#leisure h2 {
    position: relative;
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: 0.3em;
    padding-left: 5rem;
    display: inline-block;
    margin-bottom: 100px;
}

#leisure h2:before {
    position: absolute;
    content: "";
    background: url(../img/kodera-assets/kodera_sq_mini.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    height: 2.5rem;
    width: 5rem;
}

#leisure img{
	width:100%;
}

#leisure h3 img{
	
}

#leisure p{
	padding: 50px 10%;
}

#leisure .intro_box > li:nth-of-type(1) {
	margin-top: 0;
}

#leisure .intro_box > li:nth-of-type(2) {
    margin-top: 0px;
    width: 60%;
}

#leisure .intro_box h3 img {
    width: 80%;
}


/* --------------
leisure   @media screen 960
----------------- */

@media screen and (max-width: 960px){

#leisure .intro_box > li:nth-of-type(2) {
    margin-top: 0px;
    width: 50%;
}

}

/* --------------
leisure   @media screen 800
----------------- */

@media only screen and (max-width: 800px) {

#leisure .flex_box{
	flex-direction: column-reverse; 
}

#leisure .intro_box > li:nth-of-type(1) {
    margin-top: 100px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

#leisure .intro_box > li:nth-of-type(2) {
    margin-top: 0px;
    width: 100%;
}

#leisure h2 {
    position: relative;
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
    letter-spacing: 0.3em;
    padding-left: 3rem;
    display: inline-block;
    margin-bottom: 50px;
}

#leisure h2:before {
    position: absolute;
    content: "";
    background: url(../img/kodera-assets/kodera_sq_mini.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    height: 1.5rem;
    width: 3rem;
}

}


/* ----------------------------------------------
entry
---------------------------------------------- */


#entry{
    position: relative;
    padding-top: 118px;
    padding-bottom: 100px;
}

#entry:after {
    position: absolute;
    content: "";
    background-color: #dddddd;
    bottom: 0px;
    width: 100%;
    height: 18px;
}


#entry .wrapper > p{
    text-align: center;
}

#entry h2 {
    position: relative;
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: 0.3em;
    padding-left: 5rem;
    display: inline-block;
    margin-bottom: 100px;
}

#entry h2:before {
    position: absolute;
    content: "";
    background: url(../img/kodera-assets/kodera_sq_mini.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    height: 2.5rem;
    width: 5rem;
}

.pri_box {
    border: 1px solid #dddddd;
    border-radius: 2em;
    background: #fff;
    padding: 2.5em;
    height: 14em;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: scroll;
    font-size: 0.9em;
    line-height: 1.2em;
    margin-top: 60px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

input:focus,textarea:focus {
  outline: 2px #f1a1a1 solid;
}

/* --------------
#entry @media screen 800
----------------- */

@media screen and (max-width: 800px) {

#entry h2:before {
    position: absolute;
    content: "";
    background: url(../img/kodera-assets/kodera_sq_mini.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    height: 1.5rem;
    width: 3rem;
}

#entry h2 {
    position: relative;
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
    letter-spacing: 0.3em;
    padding-left: 3rem;
    display: inline-block;
    margin-bottom: 50px;
}


}


/* ----------------------------------------------
company
---------------------------------------------- */

#company{
    position: relative;
    padding-top: 118px;
    padding-bottom: 100px;
}

#company:after {
    position: absolute;
    content: "";
    background-color: #dddddd;
    bottom: 0px;
    width: 100%;
    height: 18px;
}


#company .wrapper > p{
    text-align: center;
}

#company h2 {
    position: relative;
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: 0.3em;
    padding-left: 5rem;
    display: inline-block;
    margin-bottom: 100px;
}

#company h2:before {
    position: absolute;
    content: "";
    background: url(../img/kodera-assets/kodera_sq_mini.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    height: 2.5rem;
    width: 5rem;
}

#company_back{
/*    background-color: #f2e7e7;*/
    padding: 10% 0;
    background-image: url(../img/company_back-assets/company_back.jpg);
    background-size: contain;
}

#company dl{
    background-color: #ffffff;
    width: 80%;
    margin: 0 auto;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    padding: 3em;
}

#company dt{
	border-bottom: 1px solid #dddddd;
	width: 25%;
	padding: 1em 0;
	font-weight: bold;

}

#company dd{
	border-bottom: 1px solid #dddddd;
	width: 75%;
	padding: 1em 0;
}


/* --------------
#company @media screen 800
----------------- */

@media screen and (max-width: 800px) {

#company dl {
    background-color: #ffffff;
    width: 95%;
    margin: 0 auto;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    padding: 1em;
    font-size: 0.8em;
}

#company h2:before {
    position: absolute;
    content: "";
    background: url(../img/kodera-assets/kodera_sq_mini.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    height: 1.5rem;
    width: 3rem;
}

#company h2 {
    position: relative;
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
    letter-spacing: 0.3em;
    padding-left: 3rem;
    display: inline-block;
    margin-bottom: 50px;
}

}

/* ----------------------------------------------
footer
---------------------------------------------- */

footer{
	display: flex;
	flex-wrap: wrap;
	padding-top: 65px;
}

footer div:nth-of-type(1){
	width: 45%;
/*	background-color: #cc0000;*/
	padding-left: 60px;
}

footer div:nth-of-type(2){
	width: 55%;
/*	background-color: #cccc00;*/
	padding-right: 60px;
	padding-left: 2em;
}

footer div:nth-of-type(2) li{
	display: inline-block;
	margin-right: 2em;
	margin-bottom: 1em;
}

footer div:nth-of-type(3){
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	width: 100%;
	margin-top: 60px;
	padding: 40px 20px;
}

footer div:nth-of-type(3) img{
	display: inline-block;
	margin-right: 30px;
	width: 12%;
}

footer h2 img{
	width: clamp(250px, 60%, 400px);
}

/* --------------
footer @media screen 800
----------------- */

@media screen and (max-width: 800px) {

footer div:nth-of-type(1),footer div:nth-of-type(2) {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
}

footer div:nth-of-type(1){
	margin-bottom: 3em;
}

/* --------------
footer @media screen 480
----------------- */

@media screen and (max-width: 480px) {

footer div:nth-of-type(3) img{
	display: inline-block;
	margin-right: 30px;
	width: 40%;
	margin-bottom: 30px;
}


}


/* ----------------------------------------------
contact_after
---------------------------------------------- */

#contact_after {
    position: relative;
}

#contact_after .wrapper h2 {
    text-align: center;
    margin-top: 100px;
    padding-bottom: 60px;
}

#contact_after .wrapper h2 img {
    width: 80%;
    display: inline-block;
}

#contact_after .wrapper h2 + p {
    text-align: center;
    font-size: 2rem;
    line-height: 1.3em;
    margin-bottom: 4rem;
}

/* --------------
contact_after @media screen 800
----------------- */

@media screen and (max-width: 800px){

#contact_after .wrapper h2 img {
    width: 100%;
}

#contact_after .wrapper h2 + p {
    font-size: 1.5rem;
}

}