@charset "utf-8";
/* CSS Document */

body {
	color: #222;
	font-size: 16px;
	line-height: 1.5;
	font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", yumincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Sawarabi Mincho", "MS P明朝", "MS PMincho", serif;
	margin: 0 auto;
	height: 100%;
	position: relative;
	font-weight: 400;
}
img {
	border: none;
	vertical-align: bottom;
}
img.top {
	vertical-align: top;
}
img.middle {
	vertical-align: middle;
}
address, em {
	font-style: normal;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover, input[type="submit"]:hover, input[type="reset"]:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
header, main, article, footer, section, aside, nav, cite, figure, figcaption {
	display: block;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
dl dd {
	margin-left: 0;
}
figure {
	margin: 0;
}
/*********** class ****************************************/


/********** float ************/
.c-both {
	clear: both;
}
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
/******* end float **********/

/******* flex box ***********/
.flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.height {
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: stretch;
}
/****** end flex box ********/





.inner {
	width: 960px;
	margin: 0 auto;
	max-width: 96%;
}
.inner_l {
	width: 96%;
	margin: 0 auto;
}
.inner_ml {
	width: 96%;
	max-width: 1280px;
	margin: 0 auto;
}
.inner_m {
	width: 96%;
	max-width: 1120px;
	margin: 0 auto;
}
.inner_ms {
	width: 840px;
	max-width: 96%;
	margin: 0 auto;
}
.inner_s {
	width: 640px;
	max-width: 96%;
	margin: 0 auto;
}
.half {
	width: 50%;
}
.half_i {
	width: 48%
}
img.banner {
	border: solid 1px #DDD;
}
span.hissu {
	color: #F03;
	font-size: 12px;
}
span.memo {
	color: #666;
	font-size: 12px;
}
span.error {
	display: block;
	color: #F03;
	font-size: 12px;
}
p.indent {
	font-weight: normal;
	margin: 5px 0 5px 1em;
	text-indent: -1em;
}
.fit {
	object-fit: cover;
	font-family: 'object-fit: cover;';
	max-width: 100%;
}
.sp {
	display: none;
}
.v_writing {
	-ms-writing-mode: tb-rl; /* for MS IE11 */
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	-webkit-text-orientation: upright; /* Safari */
	text-orientation: upright;
    -ms-text-orientation: upright;
}
.v_writing_lr {
	-ms-writing-mode: tb-lr; /* for MS IE11 */
	-webkit-writing-mode: vertical-lr;
	writing-mode: vertical-lr;
	-webkit-text-orientation: upright; /* Safari */
	text-orientation: upright;
    -ms-text-orientation: upright;	
}
.eng {
	font-family: 'Taviraj', 'Times New Roman', serif;
}
.Noto_Sans {
	font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 0.9375em;
	line-height: 1.8em;
	letter-spacing: 0.08em
}
.v_eng {
    padding: 0.15em 0;	
}
/****** 見出し ********/

h3.ttl {
	font-size: 2.0rem;
	letter-spacing: 0.15em;
	font-weight: 600;
	color: #274DB0;
}
h3.eng {
	font-size: 2.4rem;
}
h3.ttl span.small {
	font-size: 1.25rem;
	display: block;
}
h4.ttl {
    font-size: 2.0rem;
	color: #274DB0;
	margin-top: 3.0em;
}
.img_ttl {
	max-width: 100%;
}
/****** btn ********/

a.more {
	font-size: 1.125em;
	color: #1B3477;
	width: 320px;
	max-width: 80%;
	padding: 0.7em 1.5em;
	text-align: center;
	letter-spacing: 0.1em;
	display: block;
	margin-top: 2.5em;
	font-weight: 500;
	background-color: #FFFF26;
	position: relative;
	transition-property: background-color;
	transition-duration: 1s;
	transition-timing-function: ease-in-out;
}
a.more:hover {
	color: #FFF;
	background-color: #203B81;
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}
a.more i.material-icons {
	position: absolute;
	top: 0.45em;
	right: 2%;
	font-size: 1.8em;
}
video {
	max-width: 100%;
}
/*************** end class ***************************************************************/



/*************** header start ***********************************************************/


header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}
.header_container {
	width: 240px;
	background-color: #203B81;
	margin-top : 60px;
	padding-bottom: 20px;
}
header .logo_box {
	width: 100%;
	height: 100px;
	padding: 15px 0 46px 0;
	background-color: #FFF;
}
a.logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 176px;
}
.logo img {
	max-width: 100%;
}
header a {
	color: #FFF;
}
header ul#nav {
	width: 83%;
	margin-left: auto;
	margin-right: auto;
	padding: 1.5em 0 5em 0;
	height: 10em;
}
header ul#nav li {
	font-size: 0.9375em;
	padding: 0.8em 0 0.5em 0.8em;
	text-shadow: none;
	letter-spacing: 0.08em;
	font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
body#home ul#nav li#nav_home a {
	color: #FFFF26;
	font-weight: 700;
}
body#page_about ul#nav li#nav_about a {
	color: #FFFF26;
	font-weight: 700;
}
body#page_staff ul#nav li#nav_staff a {
	color: #FFFF26;
	font-weight: 700;
}
body#page_recruit ul#nav li#nav_recruit a {
	color: #FFFF26;
	font-weight: 700;
}
body#page_gallery ul#nav li#nav_gallery a {
	color: #FFFF26;
	font-weight: 700;
}
body#page_contact ul#nav li#nav_contact a {
	color: #FFFF26;
	font-weight: 700;
}
#spnav {
	display: none;
}
#spnav .material-icons {
	display: none;
}
/*************** header end *************************************************************/
/*************** airticle start *************************************************************/


airticle {
	position: relative;
	z-index: 4;
}
/*************** airticle end ***************************************************************/
/*************** main start *************************************************************/


main {
}
/*************** main end ***************************************************************/
/*************** 共通 *************************************************************/
section.main_top {
	position: relative;
	z-index: 1;
}
.swiper-container {
	margin: 0 auto;
	margin-bottom: 80px;
}
.swiper-slide {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.swiper-wrapper {
	margin: 0 auto;
}
.sp-swiper-slide {
	display: none;
}
section.main_top .swiper-slide {
	width: 100%;
	height: 100vh;
	min-height: 940px;
	object-fit: cover;
}
section.contents_top img.fit {
	width: 100%;
	height: 100vh;
	min-height: 940px;
	object-fit: cover;
}
section.main_top div.main_top_ttl {
	position: absolute;
	top: 35vh;
	right: 0;
	width: 100%;
	z-index: 3;
	color: #FFF;
	text-shadow: 1px 1px 8px rgba(0,0,0,0.8);
	width: 100%;
	height: 102vh;
}
section.main_top div.main_top_ttl h2 {
	font-weight: 500;
	font-size: 2.05rem;
	letter-spacing: 0.2em;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
section.main_top div.main_top_ttl h2.low_2 {
	width: 3.1em;
	line-height: 1.6em;
}
section.main_top div.main_top_ttl h2.low_1 {
	width: 1em;
	line-height: 1em;
}
.catch {
	font-size: 2.875rem;
	font-weight: 400;
	letter-spacing: 0.15em;
}
.circle_img figure {
	width: 28%;
	margin-right: 8%;
	position: relative;
}
.circle_img figure:nth-of-type(3n) {
	margin-right: 0;
}
.circle_img figure img.circle {
	max-width: 100%;
}
.circle_img figure figcaption {
	position: absolute;
	top: 0;
	right: 2%;
	z-index: 3;
	font-size: 1.25em;
	line-height: 1.8em;
}
.circle_img figure figcaption.left_ttl {
	left: 2%;
	right: auto;
}
.circle_img figure figcaption mark {
	background-color: #77B62E;
	color: #FFF;
	padding: 0.5em 0.2em 0.8em 0.2em;
}
.circle_img figure figcaption mark.row2 {
	margin-top: 1.2em;
}
dl.clumn {
	position: relative;
}
dl.clumn dt .ttl_before {
	color: #274DB0;
	font-size: 2.4em;
	font-weight: 500;
}
dl.clumn dt h3.ttl span {
	color : #FFF;
	background-color: #203B81;
	padding: 1em 0.2em;
}
dl.clumn dd.clumn_icon img {
	width: 140px;
	position: absolute;
	right: 0;
	top: 21em;
}
dl.clumn dd.clumn_icon img.l_icon {
	left: 0;
}
dl.clumn dd.text {
	padding-right: 1.6em;
	height: 36em;
	line-height: 2.4em;
}
dl.clumn dd.v_writing {
	padding-right: 0em;
	padding-right: 1.6em;
	position: relative;
}
.column figure {
	width: 67%;
}
.column figure .clumn_img {
	max-width: 100%;
}
figure.im {
	width: 76%;
	position: relative;
}
.column figcaption a.more {
	margin-top: -1.5em;
	font-weight: 500;
	position: relative;
	z-index: 3;
}
.border_y {
	width: 270px;
	margin-top: -1.5em;
	padding-bottom: 4.0em;
}
.partition_line {
	width: 690px;
	max-width: 72%;
}
.square_img figure {
	position: relative;
}
.square_img figure img {
    max-width: 100%;	
}
.square_img figure figcaption {
    position: absolute;
	top: -2em;
	left: 1em;
	font-size: 1.25em;
    line-height: 1.8em;	
}
.square_img figure figcaption.right_ttl {
	left: auto;
	right: 1em;		
}

.square_img figure figcaption mark {
    color: #FFF;
    background-color: #77B62E;
	padding: 0.5em 0.2em 0.8em 0.2em;
}
.square_img figure figcaption mark.row2 {
    margin-top: 1.2em;
}
/*************** entry_tab start *************************************************************/
section.entry_tab {
	position: fixed;
	left: 0em;
	top: 40%;
	z-index: 1000;
}
@-moz-document url-prefix() {
section.entry_tab {
 left: 0em;
}
}
a.entry_btn {
	color: #203B81;
	background-color: #FFFF26;
	font-size: 1.125em;
	padding: 1.75em 1.0em;
	margin: 0;
	letter-spacing: 0.1em;
	font-weight: 500;
}
/*************** entry_tab end *************************************************************/
/*************** airticle start *************************************************************/
airticle {
    position: relative;
	z-index:999;	
}
/*************** airticle end *************************************************************/
/*************** top start *************************************************************/
section#top_about {
	margin-top: -80px;
	padding: 140px 0 20em 0;
	color: #FFF;
	background: -moz-linear-gradient(top, #203A81 0%, #203A81 50%, #0069A8 100%);
	background: -webkit-linear-gradient(top, #203A81 0%, #203A81 50%, #0069A8 100%);
	background: -o-linear-gradient(top, #203A81 0%, #203A81 50%, #0069A8 100%);
	background: -ms-linear-gradient(top, #203A81 0%, #203A81 50%, #0069A8 100%);
	background: linear-gradient(to bottom, #203A81 0%, #203A81 50%, #0069A8 100%);
}
section#top_about .text_box {
	width: 42%;
}
section#top_about .map_img {
	width: 53%;
}
section#top_about .left p {
	height: 40em;
	padding-top: 3em;
	letter-spacing: 0.1em;
}
section#top_about_bottom {
	background-image: url(../img/top/top08.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
	padding-bottom: 8em;
}
section#top_about_bottom .circle_img figure {
	position: relative;
	z-inex: 2;
	margin-top: -10em;
}
.circle_img figure#c01 figcaption mark {
	color: #111111;
	background-color: #FFFF26;
}
.circle_img figure#c03 figcaption mark {
	background-color: #EC4312;
}
section#top_about_bottom a.more {
	margin-top: 4em;
}
section#top_staff {
	padding: 140px 0;
}
section#top_recruit {
	padding: 0 0 120px 0;
}
section#galley {
	padding: 60px 0 9em 0;
	color: #FFF;
	background-color: #223D83;
	background-image: url(../img/top/top07.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
}
section#galley h3.ttl {
	color: #FFF;
}
a.gallery {
	width: 18.6%;
	margin-right: calc(7% /4);
	margin-top: 10px;
	margin-bottom: 15px;
}
a.gallery:nth-of-type(5n) {
	margin-right: 0;
}
a.gallery:nth-of-type(5n+1) {
	clear: both;
}
a.gallery .gallery_img {
	max-width: 100%;
}
/*************** top end *************************************************************/
/*************** contents start *************************************************************/

/*コンテンツページ共通*/
section.airticle_top {
	padding-top: 100px;
}
.c_copy_img {
	position: absolute;
	top: 0;
	z-inex: 2;
}

.circle_img figure#c04 figcaption mark {
	color: #654617;
	background-color: #FFC96C;
}
.circle_img figure#c05 figcaption mark {
	background-color: #77B62E;
}
.circle_img figure#c06 figcaption mark {
	background-color: #284EB0;
}
.circle_img figure#c07 figcaption mark {
	background-color: #45C5F9;
}
.circle_img figure#c08 figcaption mark {
	background-color: #FF7D26;
}
.circle_img figure#c09 figcaption mark {
	background-color: #2CA12C;
}
p.tab {
	position: absolute;
	top: 0;
	right: -5%;
	z-index: 2;
	color: #FFF;
	background-color: #203B81;
	padding: 1em 0.2em;
	font-size: 1.625em;
    font-weight: 500;
}

/* about */

section#about_bekkai {
   padding-bottom: 140px;	
}

section#about_bekkai .partition_line, section#about_us .partition_line {
	margin-bottom: 6em;
}
section#about_bekkai .c_copy_img {
	top: 6%;
	right: -6%;
}
section#about_bekkai dl.clumn dd.clumn_icon img {
    top: 22em;
}
section#about_us dl.clumn dd.clumn_icon img {
    top: 24.5em;
}
section#about_bekkai .outline {
    padding: 4em 0 3em 0;	
}

section#about_bekkai .outline img.left {
	width:34%;
	max-width: 100%;
}

section#about_bekkai .outline p.right {
	width:60%;
	padding-top: 3em;
	line-height: 2.4em;
}
section#about_us p.inner_ms {
    padding: 4em 0 5em 0;
	line-height: 2.4em;		
}

section#profile {
	padding: 140px 0 40px 0;
}
section#profile dl {
	width: 360px;
	max-width: 98%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4em;
}
section#profile dl dt {
	clear: both;
	width: 6em;
	padding-bottom: 0.8em;
}
section#profile dl dd {
	padding-left: 1em;
	width: calc(100% - 7em);
	padding-bottom: 0.8em;
}
div.map {
	position: relative;
	margin-top: 2.0em;
	height: 450px;
}
div.map p.tab {
	top: 10%;
}
section#about_us #cultivate h4.ttl {
	margin-bottom: 0.5em;
	letter-spacing: 0.2em;
}
section#about_us #cultivate p.inner_ms {
	margin-top: 0;
	padding-top: 2.5em;
	padding-bottom: 4.0em;
}
/* staff */
section#staff {
    padding-bottom: 120px;	
}

section#staff .partition_line {
	margin-bottom: 6em;
}
section#staff dl.clumn dt .ttl_before {
    font-size: 1.75em;
}
section#staff dl dd.text span:after {
   content: "\A";
   white-space: pre; 	
}

section#staff figure.im {
    width: 70%;
    position: relative;
	margin-bottom: 6em;
}
section#staff figcaption {
    padding-top: 1em;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right :auto;	
}
section#staff .staff_img img {
   max-width: 100%;	
}
section#staff .staff_img {
   width: 100%;
   display: block;
   background-size:contain;
   background-repeat:no-repeat;
   cursor: pointer;
   z-index: 50;
   position: relative;
}
section#staff .staff_img img:hover {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha( opacity=0 )";
	transition-property: opacity;
	transition-duration:1s;
    transition-timing-function:ease-in-out;
}
section#staff #staff01 {
   background-image: url(../img/staff/staff01_h.jpg);
}
section#staff #staff02 {
   background-image: url(../img/staff/staff02_h.jpg);
}

section#staff .l_icon {
    width: 50px;
	position: absolute;
	margin-top: 12em;
	/*margin-top: 5em;*/		
}
section#staff dl.right .l_icon {
    margin-right: -1.6em;
}
section#staff dl.left .l_icon {
    left: 0.8em;
}

/* recruit */
section#message {
    padding-bottom: 120px;	
}

section#message dl.clumn dd.text {
	padding-right: 0;
    font-size: 1.25em;
	font-weight: 600;
	height: auto;		
}

section#message .partition_line, section#work_flow .partition_line {
	margin-bottom: 6em;
}
section#message dl.clumn dd.clumn_icon img {
    width: 130px;
}
section#work_flow {
    padding-bottom: 60px;	
}

section#work_flow dl.clumn dd.clumn_icon img {
    top: 23em;
}
section#message .description {
    padding: 3em 0 4em 0;	
}
section#message .description p {
    padding-bottom: 1.5em;	
}
.square_img figure figcaption.right_ttl mark {
	background-color: #EC4312;
}

section#work_flow .schedule {
	width: 100%;
	border-collapse:collapse;
	margin-top: 80px;
	margin-bottom: 80px;
}
section#work_flow .schedule tr {
	
}
section#work_flow .schedule th {
    width: 28%;	
	padding-right: 1%;
	vertical-align: top;
	padding-bottom: 3em;
	text-align: left;
	font-weight: 400;
    font-size: 1.125em;	  
}
section#work_flow .schedule th .material-icons {
    padding-right: 0.3em;
    color: #FEB303;
    font-size: 1.5em;
	font-weight: bold;
	vertical-align: middle;
}

section#work_flow .schedule th img.l_icon {
    width: 120px;
	display: block;
	margin-top: 2em;
	margin-left: 1em;	
}
section#work_flow .schedule th img#i_08 {
    width: 136px;
}
section#work_flow .schedule td {
	vertical-align: top;
	padding-bottom: 3em; 	
}

section#work_flow .schedule td.circle {
	border-right: 3px solid #EBDDC0;		
}
section#work_flow .schedule td.circle .fa-circle {
    color:  #203B81;
	margin-right: -0.85em;
	font-size: 1.125em;	
	display: block;
	padding-top: 0.375em;
}
section#work_flow .schedule td.circle .st {
	padding-top: 0em;
}


section#work_flow .schedule td.work {
	padding-left: 9%;
	font-size: 1.125em;	
}
section#work_flow .schedule td.work img {
   display: block;
   max-width: 100%;
   margin-top: 1em;
}
section#work_flow .schedule td.e {
	padding-bottom: 0;	
}


section#recruitments dl dt {
    width: 6em;
	padding: 1em 0 1em 0;
	font-weight: 600;	
	
}
section#recruitments dl dd.right {
    width: calc(100% - 7em);
	padding: 1em 0 1em 1em;
}
section#recruitments dl dd.line {
	clear: both;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #CBD6F3;
}
section#recruitments img.recruitments_img{
  	width: 340px;
	max-width: 80%;
	margin-top: 80px;  	
}
section#entry {
     padding-top: 20px;
}
section#entry h3.ttl {
	color: #EB4312;
}
section#entry h3.ttl span {
	display: block;
	font-size: 2.0rem;
}
#grazing .img_ttl {
	margin-bottom: 1.25em;
}
/* contact */
section#contact {
	padding-bottom: 120px;
	position: relative;
	z-index: 1000;
}

seciton#contact .inner {
	width: 720px;
}

section#contact p.inner_s {
    padding: 4em 0;	
}
/*************** contents end ***************************************************************/


/*************** contact_block start *************************************************************/
section.contact_block {
	padding: 80px 0 20px 0;
}
.contact_btn {
	width: 43%;
	font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	text-align: center;
	margin: 1em 0 120px 0;
	padding: 50px 2%;
	border: 1px solid #1C3577;
	display: block;
	color: #1C3577;
	font-size: 1.75em;
	position: relative;
}
.contact_btn span {
	font-size: 1.0rem;
	display: block;
	letter-spacing: 0.2em;
	padding-bottom: 1em;
}
.contact_btn i.material-icons {
	vertical-align: middle;
	padding-right: 0.2em;
	font-size: 2rem;
}
a.contact_btn {
	background-color: #FFFFFF;
	transition-property: background-color;
	transition-duration: 1s;
	transition-timing-function: ease-in-out;
}
a.contact_btn:hover {
	background-color: #FFF4E1;
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}
/*************** contact_block end *************************************************************/

/*************** gallery *************************************************************/
#gallery_top .df {
    display: flow-root;
}

#gallery_top .inner_m {
    max-width: 1080px;
}

#gallery_top a.gallery_photo {
    width: 22.962%;
    margin-right: calc(8.152% / 3);
    margin-bottom: 3%;
}

#gallery_top a.gallery_photo:nth-of-type(4n) {
    margin-right: 0;
}

#gallery_top a.gallery_photo:nth-of-type(4n+1) {
    clear: both;
}

#gallery_top a.gallery_photo .gallery_img {
    width: 100%;
}

#gallery_top .movie video {
    width: 48%;
    margin-right: 4%;
    background-color: #eee;
    margin-block-end: 4%;
}

#gallery_top .movie video:nth-of-type(2n) {
    margin-right: 0;
}
/*************** gallery end*************************************************************/

/*************** footer start *************************************************************/


footer {
	background-color: #203B81;
	color: #FFF;
	padding: 60px 0 10px 0;
	font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
footer a {
	color: #FFF;
}
footer div.right {
	width: 67%;
}
footer nav ul li {
	float: left;
	margin-right: 1.5em;
	font-size: 0.9375em;
}
footer nav ul li:last-of-type {
	float: left;
	margin-right: 0;
}
footer p.adress {
	padding-top: 1.0em;
	font-size: 0.875em;
}
footer .copy {
	font-size: 0.75em;
	padding-top: 3em;
}
/*************** tablet *********************************************************************/
@media (min-width: 722px) and (max-width: 1024px) {
img.slide01 {
    object-position: left;	
}
section#top_about .text_box {
	width: 48%;
}
section#top_about .text_box .catch {
	font-size: 2.5em;
}
section#top_about .text_box p.Noto_Sans {
	font-size: 0.875em;
}
section#top_about .map_img {
	width: 50%;
}
dl.clumn dt .ttl_before {
    font-size: 2.0em;
}
p.tab {
    right: -2%;
}
section#message dl.clumn dd.text {
    font-size: 1.125em;
}
}
@media (min-width: 722px) and (max-width: 960px) {
	
section#top_about .text_box {
	width: 50%;
}
section#top_about .text_box .catch {
	font-size: 2.0em;
}
section#top_about .text_box p.Noto_Sans {
	font-size: 0.75em;
}
section#top_about .map_img {
	width: 48%;
}
.circle_img figure figcaption mark {
	font-size: 0.75em;
}
dl.clumn dt .ttl_before {
	font-size: 1.5em;
}
h3.ttl {
	font-size: 1.75rem;
}
dl.clumn dd.text {
	padding-right: 0.5em;
}
dl.clumn dd.clumn_icon img {
	width: 90px;
	top: 15em;
}
dl.clumn dd.text {
	padding-right: 0.5em;
	height: 20em;
	line-height: 1.0em;
	font-size: 0.875em;
}
dl.clumn dt h3.ttl span {
	padding: 0.3em 0.2em;
}
section.column figure {
	width: 60%;
	margin-top: 20px;
}
section#about_bekkai dl.clumn dd.clumn_icon img {
    top: 17em;
}
section#about_us dl.clumn dd.clumn_icon img {
    top: 19em;
}
section#staff dl.clumn dt .ttl_before {
    font-size: 1em;
}
.square_img figure figcaption {
    font-size: 1.0em;
}
section#message h3.ttl {
	margin: auto 0.8em;
}
section#message dl.clumn dd.text {
	line-height: 1.0em;
}
}
/*************** chrome *********************************************************************/

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
.circle_img figure figcaption {
    line-height: 2.2em;
}
.square_img figure figcaption {
    line-height: 2.2em;
}
dl.clumn dt .ttl_before {
    letter-spacing: -0.7em;
}
}
/*************** Firefox *********************************************************************/
/* Firefox */
@-moz-document url-prefix() {
.circle_img figure figcaption {
    line-height: 1.8em;
}
.square_img figure figcaption {
    line-height: 1.8em;
}
dl.clumn dt .ttl_before {
    letter-spacing: 0.02em;
}
}

/*************** IE *********************************************************************/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
header ul#nav {
	width: 90%;
}
section#about_bekkai dl.clumn dd.clumn_icon img {
    top: 25em;
}
section#about_us dl.clumn dd.clumn_icon img {
    top: 28em;
}
section#top_staff dl.clumn dd.clumn_icon img, section#message dl.clumn dd.clumn_icon img {
    top: 23em;
}
.circle_img figure figcaption {
    line-height: 2.2em;
}
.square_img figure figcaption {
    line-height: 2.2em;
}
}

/*************** Edge *********************************************************************/	
 
@supports (-ms-ime-align: auto) {
header ul#nav {
 width: 90%;
}
.circle_img figure figcaption {
    line-height: 2.2em;
}
.square_img figure figcaption {
    line-height: 2.2em;
}
}
