@charset "UTF-8";
/*
Name:
*/

/* Color Scheme
------------------------------------------------------

	=Theme Color = #EE7A01

------------------------------------------------------
*/
 /* ブラウザリセット */
@import url(reset.css);

/* =Google Font
----------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700|Roboto+Condensed:300,400,700|Roboto:100,300,400,700,900');
@import url(//db.onlinewebfonts.com/c/066ce24dae3730ed6c648b09efaea93a?family=Acumin+Variable+Concept);


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

	=Global Style

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

h1,h2,h3,h4,h5,h6 { clear: both; margin:0 auto 0.7125em}
hr {background-color: #ccc;border: 0;height: 1px;margin: 0 0;}
strong { font-weight: bold;}
cite, em, i { font-style: normal;}
blockquote {font-size:97%;color:#000;padding:1.6125em;margin:0 auto 1.6125em; border: solid 1px #888; border-top: none; border-bottom: none;}
blockquote p:last-child {padding:0 !important;margin: 0 !important;}
blockquote em, blockquote i, blockquote cite {font-style: normal;}
blockquote cite {color: #666;font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;font-weight: 300;letter-spacing: 0.05em;text-transform: uppercase;}
pre { overflow: auto; background: #000; color: #0F0;font: "Courier 13 Pitch", Courier, monospace;font-weight: bold; line-height: 1.5;margin-bottom: 1.625em;padding: 0.75em 1.625em;}
code, kbd { font: 11px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; font-weight: normal; margin: 1.625em 0; padding: 1.125em; background-color:#f1f1f1; border: solid 1px #ccc; display:block;}
abbr, acronym, dfn { border-bottom: 1px dotted #666; cursor: help;}
address { display: block;}
ins { background: #fff9c0; text-decoration: none;}
sup, sub { font-size: 77%; height: 0; line-height: 1; position: relative; vertical-align: baseline;}
sup { bottom: 1ex;}
sub { top: .5ex;}
em { font-family: 'Song Myung', serif; }
/* Forms */

iframe { max-width: 100%; }

.m-color {
  color:#EE7A01;
}


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

 	=Global Layout

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

* {
	margin: 0; padding: 0;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	     -o-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
}

html {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
	-webkit-font-smoothing: antialiased !important;
	-webkit-text-stroke: 1px transparent;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-rendering: optimizeLegibility;
	color: #222;
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
	word-wrap: break-word;
	letter-spacing: 0.07em;
}

body{
	background-color: #fff;
	font-size: 0.95rem;
}

p, ul, ol, dl, table, h1, h2, h3, h4, h5, h6, pre { margin-bottom: 30px;}
h1, h2, h3, h4, h5, h6, p, pre, dt, dd, li { line-height: 2;}
table {
	width: 100%;
	border-collapse: collapse;
	line-height: 1.75;
	text-align: left;
}
th,td {
	padding: 1.4em;
	vertical-align: top;
	border: none;
}
th { font-weight: normal;}
tr { border-bottom: solid 1px #ddd;}
tr:last-child { border-bottom: none !important;}
img {
	display: block;
	vertical-align: bottom;
	max-width: 100%;
  width: 100%;
	height: auto;
}
a img { border: none;}
a img:hover { opacity: 0.75;}
a {
  color: #000;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all ease-out 0.2s;
	   -moz-transition: all ease-out 0.2s;
	    -ms-transition: all ease-out 0.2s;
	        transition: all ease-out 0.2s;
}
a:focus, a:active, a:hover { text-decoration: none;}

@font-face {font-family: "Acumin Variable Concept"; src: url("//db.onlinewebfonts.com/t/066ce24dae3730ed6c648b09efaea93a.eot"); src: url("//db.onlinewebfonts.com/t/066ce24dae3730ed6c648b09efaea93a.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/066ce24dae3730ed6c648b09efaea93a.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/066ce24dae3730ed6c648b09efaea93a.woff") format("woff"), url("//db.onlinewebfonts.com/t/066ce24dae3730ed6c648b09efaea93a.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/066ce24dae3730ed6c648b09efaea93a.svg#Acumin Variable Concept") format("svg"); }
em {
  font-family: 'Acumin Variable Concept', sans-serif!important;
}
ol li {
	display: list-item;
	list-style: decimal outside;
	margin-bottom: 1em;
	margin-left: 1em;
	padding-left: 0.5em;
}



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

 	=Global Style

-----------------------------------------------------
*/
html,
body {}

#container {
	position: relative;
	z-index: 2;
}



/* =Common Parts
----------------------------------------------------- */

h2 {
  font-size: 1.4rem;
  text-align: center;
}


h3 {
  font-size: 1.6rem;
}

.green-color {
  color: #EE7A01;
  font-size: 1.4rem;
}
.green-box {
  background-color: #E5EEE8;
  padding: 30px;
}

.list-disc {
  list-style-type: disc;
  padding-left: 18px;
}

.list-decimal {
  list-style-type: decimal;
  padding-left: 18px;
}

.flex_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.flex_wrap .flex-l,
.flex_wrap .flex-r {
  width: 50%;
}

.wrapper {
  width: 100%;
	margin: auto;
  max-width: 1120px;
}

.section {
	padding: 70px 0;
}

.inner {
  max-width: 1120px;
  margin: auto;
}

#primary {
	float: left;
	width: 840px;
}

#secondary {
	float: right;
	width: 240px;
}

.white-box {
  width: 100%;
  margin: auto;
  background-color: #FFF;
  position: relative;
}

.w540 {
  width: 540px;
}

.h340 {
  height: 340px;
}

.h240 {
  height: 240px;
}

.w30per {
  width: 30%!important;
}

.w30per {
  width: 30%!important;
}

.w40per {
  width: 40%!important;
}

.w49per {
  width: 49%!important;
}

.w60per {
  width: 60%!important;
}

.w70per {
  width: 70%!important;
}

.w100per {
  width: 100%!important;
}

.w360px {
  width: 360px!important;
}

.justify-flex-start {
  justify-content: flex-start!important;
}

.flex-start {
  align-items: flex-start!important;
}

.flex-center {
  align-items: center!important;
}

.comments {
  text-align: center;
}

.btn-box-col3 {
  display: flex;
  justify-content: space-between;
  width: 80%;
}

.list-box-col3 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 80%;
  margin: auto;
  border: solid 1px #DCDCDC;
  margin-bottom: 80px;
}
.list-box-col3 ul li a:hover { text-decoration: underline; color: #EE7A01; }

.list-box-col3 ul li::before {
    font-family: 'Font Awesome 5 Free';
    content: "\f0da";
    padding-right: 15px;
    font-weight: 900;
    color: #EE7A01;
  }

.img-big-box {
  width: 50%;
  margin: auto;
  text-align: center;
}

.img-big-box ul {
  text-align: left;
  margin: auto;
  list-style-type: disc;
  padding: 20px;
}

.text-left {
  text-align: left;
  margin-bottom: 0;
}

.caption {
  text-align: center;
  margin-top: 20px;
}

.pd0 {
  padding: 0!important;
}

.ul-disc {
  list-style-type: disc;
  padding-left: 20px;
}

.ul-disc li:last-child {
  list-style-type: none;
}

.ul-decimal {
  list-style-type: decimal;
  padding-left: 20px;
}

.check-box::before{
  font-family: 'Font Awesome 5 Free' ;
  content: "\f00c";
  color: #F00;
  margin-right: 5px;

}

/* Animation
-----------------------------------------------------*/
.fade_in {
  -webkit-animation: fade_in_animation 2s;
          animation: fade_in_animation 2s;
}

@-webkit-keyframes fade_in_animation {
	0% { opacity: 0;}
	50% { opacity: 0;}
	100% { opacity: 1;}
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

/* =Heading
----------------------------------------------------- */

.h-main {
	margin-bottom: 40px;
	padding-bottom: 10px;
	border-bottom: solid 3px rgba(36, 145, 143, 0.25);
	font-size: 1.5rem;
	color: #EE7A01;
	font-weight: bold;
}


.h-sub {
	margin-bottom: 30px;
	padding-bottom: 0.5em;
	border-bottom: solid 3px #dcdcdc;
	font-size: 1.125rem;
	color: #000;
	font-weight: bold;
}

.h-simple {
	margin-bottom: 30px;
	font-size: 1rem;
	color: #000;
	font-weight: bold;
}

.h-bar {
	margin-bottom: 30px;
	padding: 10px 20px;
	border-radius: 5px;
	background-color: rgba(36, 145, 143, 0.05);
	font-size: 1.2rem;
	color: #EE7A01;
	font-weight: normal;
}

.h-main em,
.h-sub em {
	display: block;
	font-size: 0.8375rem;
}

#header-in .head_comment01 {
  position: absolute;
  font-size: .8rem;
  top: 40px;
  font-weight: bold;
  padding-left: 15px;
}

.box .head_comment02 { margin-top: 20px;}

/* =Buttons
----------------------------------------------------- */

.button-link {
	display: block;
	margin: auto;
	padding: 1em 15px;
	max-width: 250px;
	background: url(../images/i-arrow-right-w.png) no-repeat 92% center;
	background-size: auto 18px;
	background-color: #EE7A01;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0;
	text-decoration: none;
	text-align: center;
}

.button-link:hover {
	background-color: #e099bf;
	background-position: 95% center;
}

.button-layer,
.button-layer:after,
.button-layer span {
	width: 360px;
	max-width: 100%;
	height: 60px;
}
.button-layer {
	position: relative;
	z-index: 2;
	display: inline-block;
	font-weight: 200;
	font-size: 1rem;
	letter-spacing: 0.14em;
}
.button-layer span {
	display: block;
	position: absolute;
	z-index: 3;
	left: -4px;
	top: -4px;
	padding: 0 2em;
	line-height: 60px;
	border: solid 1px #EE7A01;
	background: url(../images/i-arrow-right-w.png) no-repeat 95% center;
	background-size: 17px auto;
	background-color: #EE7A01;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all ease-out 0.1s;
	   -moz-transition: all ease-out 0.1s;
	    -ms-transition: all ease-out 0.1s;
	        transition: all ease-out 0.1s;
}

.button-layer:after {
	content: ".";
	font-size: 0;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	border: solid 1px #EE7A01;
	background-color: #fff;
}

.button-layer:hover span {
	background-color: rgba(36, 145, 143, 1);
	left: 0;
	top: 0;
}

.button-more {
	display: block;
	padding: 0.5em 20px;
	background-size: auto 18px;
  background-color: #EE7A01;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0;
	text-decoration: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 60px;
  margin: auto;
  position: relative;
}

.button-more::after {
  font-family: 'Font Awesome 5 Free' ;
  content: "\f105";
  text-align: right;
  position: absolute;
  right: 20px;
}

.button-more:hover {
	background-color: #7F0037;
}

.button-more:hover::after {
  right: 15px;
}

.button-more-down {
	display: block;
	padding: 0.5em 20px;
	background-size: auto 18px;
  background-color: #EE7A01;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0;
	text-decoration: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 60px;
  margin: auto;
  position: relative;
}

.button-more-down::after {
  font-family: 'Font Awesome 5 Free' ;
  content: "\f107";
  text-align: right;
  position: absolute;
  right: 20px;
}

.button-more-down:hover {
	background-color: #7F0037;
}

.button-more-down:hover::after {
  right: 20px;
  bottom: 20px;
}

.pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
    margin: auto;
    color: #FFF;
}

.pagetop a {
  display: block;
  background-color: #EE7A01;
  text-align: center;
  color: #222;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
  width:50px;
  height:50px;
  position: relative;
  border-radius: 50px;
}

.pagetop a span{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  color: #FFF;
  font-size: 24px;
}

/* =Horizontal Rule
----------------------------------------------------- */
hr {
	clear: both !important;
	border: 0;
	height: 1px;
	margin: 60px 0;
	background-color: transparent;
}

/* =Decoration
----------------------------------------------------- */
.fc-focus { color:#900;}
.fc-theme { color: #EE7A01;}
.span-theme { display:inline-block; background: #EE7A01; padding:2px 12px; color:#fff; font-weight:bold; font-size:12px;}

/* =List
----------------------------------------------------------- */
/* Inline */
.list-inline li { display: inline-block; margin: 0 15px 0 0;}
.list li {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: solid 1px #dcdcdc;
}
.list li span {
	display: block;
	font-weight: normal;
	font-size: 1em;
	margin-top: 0.5em;
}


/* =Frame
----------------------------------------------------- */

.frame {
	padding: 2.5em;
	margin-bottom: 1.5em;
}

.frame-simple {
	background-color: #fff;
}

.frame-border {
	border: solid 1px #ccc;
}

.frame-red {
	border: solid 3px #F02379;
}

.frame-theme {
	background-color: rgba(36, 145, 143, 0.05);
}


/* =Columns
----------------------------------------------------------- */

.splitColumn {
	overflow:hidden;
}
.splitColumn .row {
	width: 105%;
	margin-left: -2.5%;
}
.splitColumn .row .col{
	float: left;
	margin: 0 2.5% 5%;
}
.splitColumn .row.column-2 .col {width: 45%;}
.splitColumn .row.column-3 .col {width: 28.3333%;}
.splitColumn .row.column-4 .col {width: 20%;}
.splitColumn .row.column-5 .col {width: 15%;}
.splitColumn .row.column-6 .col {width: 13.66%;}



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

	=Header

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

#header #header-in { padding: 20px 0 20px; position: relative;}

#header {
  height: 100px;
  position: fixed;
  width: 100%;
  margin: auto;
  padding: 30px 50px;
  z-index: 199;
  transition: ease 0.5s;
}

#header .logo {
  display: inline-block;
  position: relative;
}

#header .logo-img img {
  float: left;
  margin-bottom: 0;
  width: 245px;
  bottom: 5px;
  position: relative;
}

#header .btn_recruiting {
  display: inline-block;
  max-width: 180px;
  position: relative;
  left: 20px;
}

#header .btn_entry {
  position: relative;
  float: right;
  display: block;
  background-color: #FCC400;
  color:#0E3EAB;
  text-align: center;
  min-width: 240px;
  padding: 20px;
  font-weight: bold;
  font-size: 20px;
  border-radius: 8px;
  right: 60px;
  bottom: 10px;
}

#header .btn_entry:hover {
  background-color: #F37800;
  color:#FFF;
}

#header.changeColor {
  transition: ease 0.5s;
  background-color: #0E3EAB;
}

#header.changeColor #nav ul li a {
  color:#0E3EAB;
}


/* =Navigation
----------------------------------------------------- */
#nav {
	position: absolute;
  top:0;
  right: 0;
  height: 100px;
}

#nav ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
  align-items: center;
  height: 100%;
  width: 100%;
  margin: auto;
  max-width: 1120px;
}

#nav ul li {
  padding: 0 40px 0 0;
}

#nav ul li a {
	display: block;
	margin: 0px 0;
	color: #FFF;
  height: 100%;
  padding-top: 6px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	line-height: 1.75;
}

#nav ul li:nth-child(6) a {}
#nav ul li:first-child a { border-left: none; }


#nav ul li a:hover,
#nav ul li.active a {
	color: #FFF;
  opacity: 0.7;
}

#nav ul li a em {
	display: block;
	font-size: 10px;
	font-weight: 300;
	font-family: 'Song Myung', serif;
}


/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 25px;
  top   : 20px;
  width : 60px;
  height: 60px;
  cursor: pointer;
  text-align: center;
  background-color: #0E3EAB;
  border-radius: 8px;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 20px;
  height  : 3px ;
  left    : 20px;
  background : #FFF;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 20px;
}
.hamburger span:nth-child(2) {
  top: 28px;
}
.hamburger span:nth-child(3) {
  top: 36px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 28px;
  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: 28px;
  background :#FFF;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  right : 0;
  color: #333;
  background: #0E3EAB;
  text-align: center;
  overflow-y: visible;
  visibility: hidden;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: auto;
  padding-top: 90px;
  padding-bottom: 70px;
  min-height: 100vh;
  border-left: 1px solid #FFF;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 10px 50px;
  width: 100%;
  transition: .4s all;
}
nav.globalMenuSp ul li:hover{
  background :#FCC400;
}



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

nav.globalMenuSp ul li:hover a {
	color: #0E3EAB;
  font-weight: bold;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  opacity: 100;
display: block;
visibility: visible;

}

/* =Key Visual (Top Only)
----------------------------------------------------- */
#keyvisual {
	background-size: cover;
  background-color: #DCDCDC;
  position: relative;
  background-image: url(../images/top_key_1.jpg);
  background-position: bottom center;
  background-size: cover;
  z-index: -5;
  height: 100vh;
  min-height: 720px;
}

#keyvisual h1 {
  position: absolute;
  top: 0;
  left: 0;
  right:0;
  z-index: 11;
}

#keyvisual h1 img {
  width: auto;
  max-width: 668px;
  position: relative;
  margin: auto;
  top: 36vh;
}

#keyvisual .btn_scroll {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  position: absolute;
  bottom: 10vh;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  z-index: 12;
}


#js-slide {
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: relative;
}



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

	=Footer

-----------------------------------------------------
*/
#footer_contact {
  text-align: center;
  color: #FFF;
  background-image: url(../images/bg_footer_contact_1.jpg);
  background-position: center;
  background-size: cover;
  min-height: 35vw;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

#footer_contact h2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.75;
  margin-bottom: 20px;
}

#footer_contact p {
  margin-bottom: 40px;
}

#footer_contact .btn_link {
  margin: auto;
}


/* フッター */
#footer {
	padding: 70px 0 40px;
	background-color: #0E3EAB;
  color:#FFF;
}

#footer .logo-img {
  width: 245px;
  height: 100px;
  margin-bottom: 30px;
}

#footer .logo-img img {
    float: left;
}


#footer .btn_recruiting {
  display: inline-block;
  max-width: 120px;
  position: relative;
  left: 20px;
}

#footer nav {
  height: 100px;
  margin-left: 120px;

}

#footer nav ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    height: 100%;
    width: 100%;
    margin: 0 0 0 auto;
}

#footer nav ul li {
    padding: 0 30px 0 0;
}


#footer nav ul li:last-child {
  padding-right: 0;
}

#footer nav ul li a {
    display: block;
    margin: 0px 0;
    color: #FFF;
    height: 100%;
    padding-top: 6px;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    line-height: 1.75;
}

#footer nav ul li a:hover {
  opacity: 0.7;
}



#footer_contact .btn_entry {
  position: relative;
  display: block;
  background-color: #FCC400;
  color:#0E3EAB;
  text-align: center;
  width: 240px;
  padding: 20px;
  font-weight: bold;
  font-size: 20px;
  border-radius: 8px;
  left: 0;
  right: 0;
  margin: auto;
}

#footer_contact .btn_entry:hover {
  background-color: #F37800;
  color:#FFF;
}



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

	=Main Column

-----------------------------------------------------
*/
#page {}
#main { clear:both; margin: 0 auto;}

.home #breadcrumbs { display: none; }
#breadcrumbs {
	margin-bottom: 0px;
	padding: 25px 0;
}
#breadcrumbs,
#breadcrumbs a {
	color: inherit;
}
#breadcrumbs a {
	text-decoration: underline;
}
#breadcrumbs a:hover {
	text-decoration: none;
}

.breadcrumb-area {
  width: 100%;
}

.breadcrumb {
  display: flex;
  align-items: center;
}

.breadcrumb li {
  display: inline-block;
  color: #000;
  padding-top: 8px;
}

.breadcrumb li a {
  color: #000;
}

.subtitle-area {
  width: 100%;
  height: 160px;
  background-image: url(../images/sub-key.jpg);
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.subtitle-area h2 {
  font-size: 1.0rem;
  display: block;
  padding-top: 10px;
  align-items: center;
}

.subtitle-area em {
  color: #FFF;
  font-size: 28px;
  display: block;
  font-weight: 900;
  align-items: center;
  padding-top: 30px;
}

.subtitle-area .strong-red {
  color: #EE7A01;
  font-size: 20px;
  display: block;
  font-weight: 900;
  align-items: center;
}


.prof {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.prof dt {
  width: 20%;
  border-bottom: 1px solid #DCDCDC;
  margin-bottom: 10px;
}

.prof dd {
  width: 80%;
  border-bottom: 1px solid #DCDCDC;
  margin-bottom: 10px;
}

.view-all {
  float: right;
}

.view-all .button-all {
  background-size: auto 18px;
  background-color: #EE7A01;
  border-radius: 4px;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  letter-spacing: 0;
  text-decoration: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 26px;
  margin: auto;
  position: relative;
}

.view-all .button-all:hover {
  background-color: #7F0037;
}

.btn-link {
  text-decoration: none;
  color: inherit;
  display: block;
  padding: 40px 0 20px;
  width: 220px;
}

.btn-link span {
  border: solid 1px #000;
  width: 220px;
  padding: 10px 20px;
  display: block;
  float: right;
  position: relative;
  text-align: center;
}

.btn-link span::after {
  font-family: 'Font Awesome 5 Free' ;
  content: "\f105";
  text-align: right;
  position: absolute;
  right: 10px;
  font-weight: 900;
}

.btn-link span:hover { color:#EE7A01; }

.btn-link span:hover::after {
  font-family: 'Font Awesome 5 Free' ;
  content: "\f105";
  text-align: right;
  position: absolute;
  right: 5px;
  font-weight: 900;
}

.red { color:#EE7A01; }

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

	=Toppage

-----------------------------------------------------
*/
#top-contents_1 {
  /*background-image: url(../images/bg_top_contents_1.jpg);*/
  background-size: cover;
  background-position: top center;
  position: relative;
  padding: 240px 0 150px;
  background: linear-gradient(to bottom, #CBE3FA, #FFF);
}

#top-contents_1 h2 {
  position: relative;
}

#top-contents_1 h2 .ttl_img {
  width: auto;
  max-width: 895px;
  margin-bottom: 50px;
  float: right;
}

#top-contents_1 h3 {
  font-size: 21px;
  color: #0E3EAB;
}
#top-contents_1 p {
  color: #0E3EAB;
}

#top-contents_1 .txt_box {
  width: 720px;
  margin-left: auto;
  margin-right: 0;
  position: relative;
  z-index: 2;
}

#top-contents_1 .label_box {
  background-color: #FCC400;
}

#top-contents_1 .yellow_box {
  width: 40%;
  background-color: #FCC400;
  text-align: center;
}

#top-contents_1 .yellow_box p {
  color: #0E3EAB;
  margin: 0 auto;
  height: 100%;
  font-size: 24px;
}

#top-contents_1 .blue_box {
  width: 60%;
  color: #FCC400;
  background-color: #0E3EAB;
  text-align: center;
}

#top-contents_1 .blue_box p {
    color: #FCC400;
    margin: 0 auto;
    height: 100%;
    font-size: 24px;
    position: relative;
    top: -5px;
}

#top-contents_1 .blue_box span {
  font-size: 48px;
  position: relative;
  top: 5px;
}

#top-contents_1 .txt_box .bg_japan {
  max-width: 780px;
  position: absolute;
  top: -110px;
  right: 0;
  z-index: -1;
  width: 100%;
}

#top-contents_1 .bg_solar {
  max-width: 580px;
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 0;
}

#top-contents_2 .feature_box {
  position: relative;
  top: -48px;
  z-index: 2;
}

#top-contents_2 .feature_box .box {
  box-shadow: 4px 8px 8px 4px rgba(128,128,128,0.2);
}

#top-contents_2 .feature_box .icon_area {
  background-color: #FCC400;
  background: radial-gradient(#FFEDAD, #FCC400);
  padding: 60px 0;
  text-align: center;
  color: #0E3EAB;
  font-weight: bold;
  font-size: 100px;
}

#top-contents_2 .feature_box .white_area {
  padding: 30px;
  background-color: #FFF;
}

#top-contents_2 .feature_box .white_area h4 {
  color: #0E3EAB;
  font-size: 24px;
  margin-bottom: 30px;
  text-align: center;
}

#top-contents_2 .feature_box .white_area ul li {
  margin-bottom: 5px;
  display: flex;
}

#top-contents_2 .feature_box .white_area ul li::before {
  content: "●";
  color: #0E3EAB;
  font-size: 10px;
  margin-right: 5px;
  margin-top: 5px;
}

#top-contents_3 {
  padding-bottom: 0;
}

#top-contents_3 .txt_box {
  padding: 40px 80px;
  text-align: left;
}

#top-contents_3 .txt_box h2 img {
  max-width: 860px;
  width: auto;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
  width: 100%;
}

#top-contents_3 .txt_box h3 {
  font-size: 21px;
  color: #0E3EAB;
  margin-bottom: 40px;
  font-weight: bold;
}

#top-contents_3 .txt_box p {
  color: #0E3EAB;
}

#top-contents_3 .img_box {
  padding-left: 60px;
}

#information {
  position: relative;
  background-color: #FFF;
  background-position: center;
  background-size: cover;
}

#information h2 {
  font-size: 36px;
  color: #0E3EAB;
  position: relative;
}

#information h2::before {
  content: " ";
  width: 60px;
  height: 1px;
  position: absolute;
  background-color: #0E3EAB;
  bottom: 0;
}

#information .ttl_box {
  margin-right: 60px;
}

#information .ttl_box h2 img {

}

#information .information_area {
  padding: 20px;
  width: 100%;
}

#information .information_area dl {
  width: 100%;
  margin-bottom: 0;
}

#information .information_area dt {
  margin-bottom: 10px;
  width: 100%;
  color: #666;
}

#information .information_area dt span {
  background-color: #0E3EAB;
  color: #FFF;
  padding: 10px 25px;
  font-size: 12px;
  margin-left: 50px;
}

#information .information_area dd {
  width: 100%;
  border-bottom: solid 1px #DCDCDC;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

#information .information_area dd:last-child {

}

#information .information_area .link_more {
  color: #666;
  text-decoration: underline;
  padding-left: 30px;
}

#information .information_area .link_more_all {
  color: #666;
  float: right;
}

.btn_link {
  background-color: #F37800;
  padding: 20px 40px;
  color: #FFF;
  width: 280px;
  display: block;
  font-size: 20px;
  position: relative;
}

.btn_link:hover {
  background-color: #B25300;
}

.btn_link::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";

  font-weight: bold;
  position: absolute;
  right: 25px;
  font-size: 12px;
  line-height: 1.75;
  transition: ease 0.5s;
}

.btn_link:hover:after {
  right: 20px;
}

#welcome {
    background-image: url(../images/bg_welcome_1.png);
    background-position: center;
    background-size: cover;
}

#welcome h2 {
  text-align: center;
  color: #FFF;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 2px;
}

#welcome h2 em {
  letter-spacing: 0;
  line-height: 1;
  font-size: 24px;
  font-weight: normal;
}

#thoughts {
  padding: 0;
}

#thoughts .txt_box {
  padding: 80px 8%;
}

#thoughts .txt_box h2 {
  font-size: 24px;
  font-weight: bold;
}

#thoughts .txt_box h2 em {
  font-size: 20px;
  color: #0E3EAB;
  font-style: italic;
  font-weight: normal;
}

#thoughts .txt_box p {

}

#thoughts .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 800px;
  float: right;
}

#about {
  position: relative;
}

#about .bg_about {
  width: 100%;
  height: 100%;
  position: relative;
}

#about .bg_about img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 80vh;
}

#about .pic_solar {
  position: absolute;
  left: 0;
  bottom: -30%;
  max-width: 540px;
}

#about .white_box {
  position: absolute;
  padding: 8%;
  width: 50%;
  background-color: #FFF;
  right: 0;
  top: 25%;
}

#about .white_box h2 {
  font-size: 24px;
  font-weight: bold;
}

#about .white_box h2 em {
  font-size: 20px;
  color: #0E3EAB;
  font-style: italic;
  font-weight: normal;
}

#about .white_box p {
  margin-bottom: 60px;
}

#about .white_box .btn_link {
  background-color: #0E3EAB;
  color: #FFF;
  border-radius: 8px;
  text-align: center;
}

#about .white_box .btn_link::after {
  content: "\f138";
  font-size: 16px;
  line-height: 1;
}

#recruitment {
  padding: 25% 0 130px;
  background-color: #EDF5FC;
}

#recruitment .ttl_box {
  width: 17%;
}

#recruitment .ttl_box h2 {
  color: #FFF;
  background-color: #F37800;
  width: 100%;
  text-align: center;
  padding: 70px 10px;
  border-radius: 8px;
  font-weight: bold;

}

#recruitment .flex .flex {
  width: 80%;
}

#recruitment .box {
  width: 31%;
  position: relative;
  margin-bottom: 60px;
}

#recruitment .box .box-in {
  padding: 25px;
  padding-bottom: 50px;
  background-color: #FFF;
  position: relative;
}

#recruitment .box .box-in h3 {
  color: #0E3EAB;
  font-weight: bold;
  font-size: 24px;
}

#recruitment .box .box-in h3 span {
  font-weight: normal;
  font-size: 12px;
  text-align: center;
  padding: 5px 15px;
  line-height: 1;
  margin-left: 30px;
  border: 1px solid #0E3EAB;
  border-radius: 8px;
  position: relative;
  bottom: 5px;
}

#recruitment .box .box-in p {
  font-size: 12px;
}


#recruitment .box .btn_link {
  color: #FFF;
  border-radius: 8px;
  text-align: left;
  max-width: 120px;
  position: absolute;
  font-size: 12px;
  padding: 15px 20px;
  right: -10px;
  bottom: -10px;
  font-weight: bold;
}

#recruitment .box .btn_link::after {
  content: "\f138";
  font-size: 12px;
  line-height: 1;
}


#employment {
  position: relative;
}

#employment .bg_employment {
  width: 100%;
  height: 100%;
  position: relative;
}

#employment .bg_employment img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#employment .pic_solar {
  position: absolute;
  left: 0;
  bottom: -30%;
  max-width: 540px;
}

#employment .white_box {
  position: absolute;
  padding: 8%;
  width: 50%;
  background-color: #FFF;
  left: 0;
  top: 25%;
}

#employment .white_box h2 {
  font-size: 24px;
  font-weight: bold;
}

#employment .white_box h2 em {
  font-size: 20px;
  color: #0E3EAB;
  font-style: italic;
  font-weight: normal;
}

#employment .white_box p {
  margin-bottom: 60px;
}

#employment .white_box .btn_link {
  background-color: #0E3EAB;
  color: #FFF;
  border-radius: 8px;
  text-align: center;
}

#employment .white_box .btn_link::after {
  content: "\f138";
  font-size: 16px;
  line-height: 1;
}


#voice {
  padding: 130px 0;
  background-color: #EDF5FC;
}

#voice .ttl_box {
  width: 17%;
}

#voice .ttl_box h2 {
  color: #FFF;
  background-color: #F37800;
  width: 100%;
  text-align: center;
  padding: 70px 10px;
  border-radius: 8px;
  font-weight: bold;

}

#voice .flex .flex {
  width: 80%;
}

#voice .box {
  width: 31%;
  position: relative;
  margin-bottom: 60px;
}

#voice .box .box-in {
  padding: 25px;
  padding-bottom: 20px;
  background-color: #FFF;
  position: relative;
}

#voice .box .box-in h3 {
  color: #0E3EAB;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
}

#voice .box .box-in h3 em {
  font-size: 12px;
  font-weight: bold;
}

#voice .box .box-in h3 span {
  font-weight: normal;
  font-size: 12px;
  text-align: center;
  padding: 5px 15px;
  line-height: 1;
  margin-left: 30px;
  border: 1px solid #0E3EAB;
  border-radius: 8px;
  position: relative;
  bottom: 0px;
  float: right;
}

#voice .box .box-in p {
  font-size: 16px;
  font-weight: bold;
}


#voice .box .btn_link {
  color: #FFF;
  border-radius: 8px;
  text-align: left;
  max-width: 120px;
  position: absolute;
  font-size: 12px;
  padding: 15px 20px;
  right: 0px;
  left: 0px;
  margin: auto;
  bottom: -20px;
  font-weight: bold;
}

#voice .box .btn_link::after {
  content: "\f138";
  font-size: 12px;
  line-height: 1;
}

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

 	=Subpages

-----------------------------------------------------
*/
#header.subheader {
  position: fixed;
  left: 0;
  top:0;
}

#header.subheader nav ul li a {

}

#sub-keyvisual {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 80px;
  padding-top: 100px;
  min-height: 300px;
  background-image: url(../images/sub_key_1.png);
  background-size: cover;
  background-position: center;
}

#sub-keyvisual h1 {
  margin: auto;
  color: #FFF;
  font-size:36px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

#sub-keyvisual h1 em {
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  color: #FCC400;
  text-align: center;
}

.breadcrumb_area {
  padding: 10px 20px;
  border-bottom: 1px solid #DCDCDC;
}

.breadcrumb_area ul {
  display: flex;
  align-items: center;
  margin: auto;
}

.breadcrumb_area ul li {
  margin-right: 20px;
  color: #666666;
}

.breadcrumb_area ul li a {
  color: #666666;
}


#colture {}

#colture .question_1 {
  padding: 50px 0 0px;
}

#colture .question_1 h2.ttl_question {
  max-width: 235px;
  margin-bottom: 40px;
}

#colture .question_1 .txt_question_1 {
    max-width: 103px;
    margin: auto;
    margin-bottom: 40px;
}

#colture .question_1 .blue_card {
  width: 100%;
  background-color: #0E3EAB;
  border-radius: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 40px;
  margin-bottom: 90px;
}

#colture .question_1 .blue_card img {
  max-width: 160px;
  display: block;
  margin-bottom: 20px;
}

#colture .question_1 .blue_card h3 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  display: block;
  width: 100%;
  margin-bottom: 0;
}

#colture .question_1 .flex {
  align-items: flex-start;
  margin-bottom: 70px;
}

#colture .question_1 .flex .president_box {
  width: 25%;
}

#colture .question_1 .flex .txt_box {
  width: calc(75% - 102px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#colture .question_1 .flex .txt_box .white_card {
  background-color: #FFF;
  padding: 40px 50px;
  border: 2px solid #0E3EAB;
  border-radius: 8px;
  position: relative;
  margin-bottom: 120px;
  width: 45%;
}

#colture .question_1 .flex .txt_box .white_card p {
  font-size: 24px;
  text-align: left;
  font-weight: bold;
  margin-bottom: 0;
}

#colture .question_1 .flex .txt_box .white_card p.name {
  position: absolute;
  bottom: -51px;
  left: 71px;
  color: #666;
  text-align: left;
  font-size: 16px;
  margin-bottom: 0;
}

#colture .question_1 .flex .txt_box .white_card img {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 102px;
  bottom: -51px;
  left: -51px;
}

#colture .arrow-down {
  max-width: 500px;
  display: block;
  margin: auto;
  margin-bottom: 40px;
}

#colture .question_1 .bg_ppp {
  background-image: url(../images/bg_question_1.png);
  background-position: center;
  background-size: cover;
  padding: 110px 0 50px;
  position: relative;
}

#colture .question_1 .bg_ppp p.selif {
  font-size: 24px;
  color: #000;
  line-height: 2.5;
  margin-bottom: 70px;
  text-align: center;
}

#colture .question_1 .bg_ppp p.selif:last-child {
  margin-bottom: 0;
}

#colture .question_2 {
  padding: 60px 0 110px;
}

#colture .question_2 h2.ttl_question {
  max-width: 235px;
  margin-bottom: 40px;
}

#colture .question_2 .txt_question_2 {
    max-width: 138px;
    margin: auto;
    margin-bottom: 40px;
}

#colture .question_2 .blue_card {
  width: 100%;
  background-color: #0E3EAB;
  border-radius: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 40px;
  margin-bottom: 90px;
}

#colture .question_2 .blue_card h3 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  display: block;
  width: 100%;
  margin-bottom: 0;
}

#colture .question_2 .flex {

}

#colture .question_2 .flex .left_box {
  width: 180px;
}

#colture .question_2 .flex .left_box .orange_circle {
  background-color: #F37800;
  border-radius: 50%;
  height: 180px;
  display: flex;
  align-items: center;
}

#colture .question_2 .flex .left_box .orange_circle h4 {
  text-align: center;
  font-size: 24px;
  color: #FFF;
  font-weight: bold;
  margin: auto;
  line-height: 1.5;
}

#colture .question_2 .flex .right_box {
  width: calc(100% - 180px - 60px);
}

#colture .question_2 .flex .right_box .flex {
  margin-bottom: 40px;
}

#colture .question_2 .flex .right_box h3 {
  font-size: 24px;
  text-align: left;
  font-weight: bold;
  margin-bottom: 40px;
}

#colture .question_2 p.selif {
  font-size: 24px;
  color: #000;
  line-height: 2.5;
  margin-bottom: 0px;
  text-align: center;
}

#colture #cheer {
  background-image: url(../images/bg_question_2.png);
  background-position: center;
  background-size: cover;
}

#colture #cheer h2 {
  text-align: center;
  font-size: 32px;
  color: #FFF;
  font-weight: bold;
}

#colture #cheer p {
  text-align: center;
  font-size: 24px;
  color: #FFF;
  line-height: 2.5;
  margin-bottom: 0;
}

h2.section_label {
  font-size: 24px;
  text-align: left;
  font-weight: bold;
  border-bottom: 1px solid #0E3EAB;
  color: #0E3EAB;
}

h2.section_label_ta_c {
  font-size: 36px;
  color: #0E3EAB;
  position: relative;
  margin-bottom: 60px;
}

h2.section_label_ta_c::before {
    content: " ";
    width: 60px;
    height: 1px;
    font-weight: bold;
    position: absolute;
    background-color: #0E3EAB;
    bottom: 0;
    left: 0;
    right:0;
    margin: auto;
}

#recruitments {}

#recruitments dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 60px;
}

#recruitments dl dt {
  width: 30%;
  border-bottom: 1px solid #DCDCDC;
  padding: 15px;
  color: #0E3EAB;
  font-weight: bold;
}

#recruitments dl dd {
  width: 70%;
  padding: 15px;
  border-bottom: 1px solid #DCDCDC;
}

#flow #voice {
  background-color: inherit;
  padding: 0;
}

#flow #voice .box {
  border: 1px solid #dcdcdc;
}

.col2 .box {
  width: 48%;
}

.interview {

}

.interview .name {
  color: #0E3EAB;
  font-weight: bold;
}

.interview .name em {
  font-size: 12px;
}

.interview table {
  margin: auto;
  max-width: 640px;
}

.interview table tr {
  border: none;
  width: 100%;
}

.interview table tr th {
  font-size: 24px;
  color: #0E3EAB;
  font-weight: bold;
  text-align: right;
  font-style: italic;
  font-family: 'Acumin Variable Concept', sans-serif!important;
  width: 50%;
  border-right: 2px solid #0E3EAB;
}

.interview table tr td {
  vertical-align: middle;
  width: 50%;
}

.bg_sb {
  background-color: #EDF5FC;
}

#acMenu dt{
  display: block;
  padding: 16px 40px;
  width: 100%;
  background-color:  #0E3EAB;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.75;
  cursor: pointer;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  position: relative;
}

#acMenu dt::after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";

  position: absolute;
  right: 20px;
  font-size: 32px;
  color: #FFF;
  top: 14px;
  font-weight: bold;
  line-height: 1;
}
#acMenu dt.open::after {
  content: "\f077";
}

#acMenu dd{
  background-color: #EDF5FC;
  padding: 16px 40px;
  width: 100%;
  background-color: #F1F6FB;
  font-size: 16px;
  line-height: 1.75;
  display:none;
}

#company #about .white_box,
#company #employment .white_box {
  top: 0;
	height: 100%;
}

#company #about .pic_solar {
	display: none;
}

  /***** コンタクトフォーム *****/
  .kome { color: #F00;}

  .required::after {
    font-family: 'Font Awesome 5 Free' ;
    content: "※";
    color: #F00;
    font-size: 10px;
    position: relative;
    top: -3px;
  }
  .wpcf7 span.wpcf7-not-valid-tip {
    display: block;
  }

  .inquiry {
    width: 100%;
  }

  .screen-reader-response { margin: 20px auto;}
  .screen-reader-response ul { display: none; }

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


#content { margin-bottom: 90px;}

/* =よくある質問
----------------------------------------------------- */

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

	=Media Queries Responsive Structure

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

/* Desktop
----------------------------------------------------- */
@media screen and (max-width: 1279px) {
  .fixed-btn {
    display: none!important;
  }
}

@media screen and (min-width: 801px) {
	.sp { display: none !important; }
	#container {

	}
	.button-open,
	.button-close { display: none !important;}


	a {
	  -webkit-transition: all ease-out 0.1s;
	     -moz-transition: all ease-out 0.1s;
	      -ms-transition: all ease-out 0.1s;
	          transition: all ease-out 0.1s;
	}
  /*
	a img {
	  -webkit-transition: all ease-out 0.2s;
	     -moz-transition: all ease-out 0.2s;
	      -ms-transition: all ease-out 0.2s;
	          transition: all ease-out 0.2s;
	}
  */
}

/* Wide */
@media screen and (min-width: 1119px) {
  .schedule p { font-size: 14px;}
  #header .info .tel .bunner_area a { font-size: 18px; }
  #header .info .tel .bunner_area a::before { font-size: 22px; }
  #top-contents .doctor .flex-r p .strong { font-size: 28px; }
  #footer #footer-in .bunner_area a { font-size: 18px; }
  #footer #footer-in .bunner_area a::before { font-size: 22px; }
  #action .bunner_area a { font-size: 18px; }
  #action .bunner_area a::before { font-size: 22px; }
}

@media screen and (min-width: 801px) and (max-width: 1118px) {

  .small:before {
    content: "\A";
		white-space: pre;
  }
}


/* iPad & iPhone
----------------------------------------------------- */
@media screen and (min-width: 0px) and (max-width: 800px) {
	html{ font-size: 13px; }
	body{margin:0 auto;}
	.sp { display: block !important;}
	.pc { display: none !important;}

	p {}
	hr { margin: 20px 0;}
	iframe { width:100%;}

	/* Reset
	--------------------------------------------------*/
	a[class*="button-"] { background-size: 12px auto; }

	.block { margin: 0 auto 20px !important;}
	.parent, .parent .child { position: static !important; height: auto !important;}

	.row li,
	.column-1 .col,
	.column-2 .col,
	.column-3 .col,
	.cntL,
	.cntR,
	.parent .child {
		float:none !important;
		width:100% !important;
		margin:0 auto 20px !important;
		padding:0 !important;
	}
	.row li:last-of-type,
	.row .col:last-of-type,
	.cntL:last-of-type,
	.cntR:last-of-type { margin-bottom: 0 !important;}

	.splitColumn { overflow:hidden;}
	.splitColumn .row { width:100%; margin-left:0;}
	.splitColumn .row .col{}
	.column-4 .col,
	.column-5 .col,
	.column-6 .col { width: 50% !important;}

  .col2-box,
  .col3-box,
  .col4-box {
    display: block;
    margin: auto;
  }
  .col2-box .box,
  .col3-box .box,
  .col4-box .box {
    width: 100% !important;
    padding: 20px;
    padding-bottom: 60px;
    margin: auto;
    margin-bottom: 20px;
  }

	.list-inline li { display: inline-block; margin: 0 0 10px;}

  #action .title-area em,
  .gray-feeld .white-box em {
    line-height: 1.5;
    font-size: 24px;
  }

  #action .title-area h3,
  .gray-feeld .white-box h3 {
    font-size: 16px;
  }
	/* Global Style
	--------------------------------------------------*/
	.wrapper {
		width: auto !important;
		padding: 6.25% 6.25vw !important;
		margin: auto !important;
	}

  .flex_wrap .flex-l, .flex_wrap .flex-r {
    width: 100%!important;
  }
  .flex_wrap .flex-r { margin-top: 30px; }
  .googlecal { padding-bottom: 75%; }
  .w360px { width: 100%!important;}
	/* Header
	--------------------------------------------------*/
	#header {
		background-color: #fff;
	}
	#header #header-in {}
	#header .logo {
		width: auto !important;
		height: auto !important;
		margin: 0 !important;
		padding-top: 0 !important;
	}
	#header .logo img { max-width: 100%; margin-bottom: 20px}

	/*#header .info { display: none;}*/
	#header .info { margin-bottom: 0; text-align: center; }
	#header .info .subnav,
	#header .info .tel { float: none;}
  #header .info .subnav { display: none;}
  #header-in .head_comment01 {
    font-size: 0.80rem;
    display: block;
    position: relative;
    top: 0;
    margin-bottom: 20px;
  }
  #header .info .tel .tel_block { padding-right: 20px;}

	/* Key Visual */
	#keyvisual #keyvisual-in { height: auto;}
	#keyvisual #keyvisual-in .copy {
		display: none;
		position: static;
		width: 60%;
		margin: 0;
		padding: 50px 0 0;
	}
  #keyvisual .key-copy { top: 20%; }
  #keyvisual .key-copy h2 { font-size: 32px; }
  #keyvisual .key-copy p { font-size: 16px; }

  #header .info .tel .bunner_area a {
    width: 100%;
    height: 100%;
    font-size: 14px;
    padding: 10px 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #header .tel {
    position: static;
    margin: auto;
    width: 100%;
  }

  #header .tel .tel_block {
    max-width: inherit;
  }

  #header .info { padding: 0; }
  #header .flex-wrap .flex-r { width: 100%;}
  #header-in .head_comment01,#header .flex-wrap .flex-l { padding: 0; }
  #header-in .head_comment01 { padding-right: 0px; }

	#keyvisual #keyvisual-in .copy .box01 { margin-bottom: 20px;}
	#keyvisual #keyvisual-in .copy .box02 { display: none;}

  .schedule p {
    display: block;
    font-size: 14px;
    padding: 10px 0 10px;
  }
  .top-nav {
    width: 100%;
    height: 70px;
  }
  .top-nav img {
    width: 70%;
    max-width: 320px;
    position: absolute;
    top: 15px;
		left: 6.25%;
  }
	/* Navigation */
	.button-open,
	.button-close {
		position: absolute;
		z-index: 2;
		top: 20px;
		right: 6.25%;
		padding: 5px;
		color: #EE7A01;
		font-size: 30px;
		font-weight: 900;
		line-height: 1;
		border: solid 2px #EE7A01;
		border-radius: 0px;
		letter-spacing: 0;
		line-height: 1;
		text-transform: uppercase;
		text-decoration: none;
		cursor: pointer;
    text-align: center;
	}
	.button-open:hover,
	.button-close:hover {}
	.button-open i,
	.button-close i { }
	.button-close { display: none;}
  .button-open span,.button-close span { display: block; font-size: 10px;}

	/* Toggle Navigation */
	#nav {
		position:absolute;
		position:fixed;
		z-index:999999;
		top:0;
		left:0;
		width: 200px !important;
		height:100% !important;
		padding:0 !important;
		overflow-y:scroll;
		-webkit-overflow-scrolling:touch;
		text-align: center;
		background: #fff;
		-webkit-transform:translate3d(-100%,0,0);
		-moz-transform:translate3d(-100%,0,0);
		-ms-transform:translate3d(-100%,0,0);
		transform:translate3d(-100%,0,0);
		-webkit-transition: all ease-out 0.2s;
		-moz-transition: all ease-out 0.2s;
		-ms-transition: all ease-out 0.2s;
		transition: all ease-out 0.2s;
	}
	#nav.on {
		-webkit-transform:translate3d(0,0,0);
		-moz-transform:translate3d(0,0,0);
		-ms-transform:translate3d(0,0,0);
		transform:translate3d(0,0,0);
	}
	#nav ul { padding: 0;}
	#nav ul li {
		display: block;
		float: none !important;
		width: 100%!important;
		padding: 0 !important;
		margin: 0 !important;
	}
	#nav ul li a {
		display: block;
		width: auto;
		margin: auto !important;
		padding: 15px 0 !important;
		font-size: 16px;
		font-weight: bold;
    border-bottom: solid 1px #DCDCDC;
        color: #333;
	}

	/* Customize */
	#nav .wrapper { padding: 0 !important;}
  #nav.on { border-right: solid 2px #EE7A01; }
	#nav ul li.tel a { padding: 30px 12.5% !important; background-color: transparent !important;}

  .breadcrumb-area .wrapper { padding: 0!important; }
  .breadcrumb-area .wrapper ul {
    padding: 0 10px;
  }

  .subtitle-area {
    display: block;
    text-align: center;
  }
  .subtitle-area h2 {
    display: block;
    margin-bottom: 10px;
    text-align: center;
    width: 90%;
  }
  .subtitle-area em { padding: 0; font-size: 24px; padding-top: 30px;}

	/* Footer
	--------------------------------------------------*/

	/* TIME TABLE & ACCESS */
	#timetable-area { padding: 0;}
	.timetable { margin-bottom: 10px; }
	.access { margin-bottom: 0; }
	.access p { margin-bottom: 15px; }
	.access strong { font-size: 1.2em; }
	#timetable-area .table-route { display: none; }
	#button-pagetop { padding: 6.25vw;}

	#footer {
		padding: 0;
	}
	#footer #footer-in { margin-bottom: 0; }
	#footer #footer-in .wrapper { padding-bottom: 0 !important; }
	#footer .logo img { max-width: 60%; }
	#footer .nav { margin-bottom: 0; }
	#footer .copyright {
		font-size: 9px;
		letter-spacing: 0;
		text-align: left;
	}

  #footer #footer-in .logo_area { width: 100%; }
  #footer #footer-in .tel_block { width: 50%; padding-right: 15px; margin: auto; display: block;}
  #footer #footer-in .bunner_area { width: 50%; margin: auto; display: block; }
  #footer #footer-in .bunner_area a {
    width: 100%;
    height: 100%;
    font-size: 14px;
    padding: 10px 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #footer #footer-in {
    padding-top: 25px;
  }
  #footer .nav { width: 100%; border-bottom: solid 1px #DCDCDC; border-top: solid 1px #DCDCDC; padding: 10px 0; }
  #footer .nav .flex_wrap { padding: 0; padding-right: 40px; }
  #footer .nav ul { margin: inherit!important; width: 50%; padding: 10px!important;}
  #footer .copyright { padding: 0; }
  #footer .copyright .wrapper { padding: 20px 30px!important;}

	/* Common Parts
	--------------------------------------------------*/
	#content { margin-bottom: 0; }
	.section { padding: 40px 0; }
	.h-main { margin-bottom: 15px; font-size: 1.2rem; }
	.button-layer, .button-layer:after, .button-layer span { height: 40px; }
	.button-layer span { line-height: 40px; }
  .white-box { margin-bottom: 40px;}
  .flex-wrap .flex-l, .flex-wrap .flex-r { width: 100%; }
  .flex-wrap .flex-r  { padding: 20px 0; }
  .flex-wrap .flex-l, .flex-wrap .flex-r { margin-bottom: 20px; }

  .pr30 { padding-right: 0;}
  .pl30 { padding-left: 0;}

	/* Toppage
	--------------------------------------------------*/
.inner {
  padding: 6.25% 6.25vw;
}

.top-nav img {
  position: relative;
  top: 0;
  left: 0;
  height: 100px;
  width: auto;
}

.button-open, .button-close {
  color: #FFF;
  border: solid 2px #FFF;
}

#header {
  height: 100px;
  top: 0;
  position: fixed;
  background-color: #0E3EAB;
}

#header.changeColor {
  transition: ease 0.0s;
  background-color: #0E3EAB;
}

#header.changeColor #nav ul li a {
  color:#FFF;
}

#header.subheader {
  background-color: #0E3EAB;
}

#header.subheader nav ul li a {
}


#nav ul li a {
  padding: 5vh 0!important;
}

#nav ul {
  display: block;
}

#keyvisual h1 {
  position: absolute;
  top: 30vh;
  max-width: 90%;
}

#keyvisual h1 img {
  top: 0;
}

#keyvisual h1 img {
  width: 100%;
}

#keyvisual {
  padding: 0 !important;
  margin-top:100px;
  height: calc(100vh - 100px);
}

#top-contents_1 {
  padding: 60px 0;
}

#top-contents_1 .txt_box .bg_japan {
  top: 0;
}

#top-contents_1 h3 {
  font-size: 18px;
  line-height: 1.75;
}

#top-contents_1 .yellow_box p,
#top-contents_1 .blue_box p {
  font-size: 12px;
}

#top-contents_1 .blue_box span {
  font-size: 21px;
  top: 3px;
}

#top-contents_1 .txt_box {
  width: 100%;
}

#top-contents_1 h2 .ttl_img {
  width: 100%;
}

#top-contents_2 .feature_box {
  position: relative;
  top: 0;
  padding: 0;
}

#top-contents_2 .feature_box .box {
  box-shadow: none;
}

#top-contents_2 .feature_box .white_area {
  padding: 6.25% 6.25vw;
}

#top-contents_2 .feature_box .white_area ul li::before {
  margin-top: 0px;
}

#top-contents_2 .feature_box {
  flex-wrap: wrap;
}

#top-contents_2 .feature_box .box.w-30 {
  width: 100%;
}

#top-contents_3 .flex {
  flex-wrap: wrap;
}

#top-contents_3 .flex .w-50 {
  width: 100%;
}

#top-contents_3 .txt_box {
  padding: 6.25% 6.25vw;
}

#top-contents_3 .img_box {
  padding: 0;
}

#information .flex {
  flex-wrap: wrap;
}

#information .ttl_box {
  margin: auto;
  margin-bottom: 40px;
}

#information .information_area {
  padding: 30px 20px;
}

#footer_contact h2 {
  font-size: 21px;
}

#footer nav ul {
  align-items: flex-start;
}

#footer nav {
  height: auto;
  padding: 20px 0;
}

#footer nav ul li {
  padding: 0 20px 0 0;
  margin-bottom: 20px;
}

#footer nav ul li a {
    font-size: 12px;
}

	/* Subpages
	--------------------------------------------------*/
#sub-keyvisual {
  min-height: 240px;
  margin-top: 100px;
}

#sub-keyvisual h1 {
    font-size: 24px;
    line-height: 2.0;
}

#sub-keyvisual h1 em {
  font-size: 16px;
}

.breadcrumb_area {
  padding: 0;
}

.breadcrumb_area .inner {
  padding-top: 10px;
  padding-bottom: 10px;
}

#colture .question_1 .blue_card h3 {
  font-size: 24px;
}

#colture .question_1 .flex .president_box,
#colture .question_1 .flex .txt_box {
  width: 100%;
}

#colture .question_1 .flex .president_box {
  margin-bottom: 40px;
}

#colture .question_1 .flex .txt_box .white_card {
  width: 100%;
  padding: 30px;
  margin-left: 51px;
}

#colture .question_1 .flex .txt_box .white_card p {
  font-size: 20px;
  padding-left: 15px;
}

#colture .question_1 .flex .txt_box .white_card p.name {
  left: 60px;
  bottom: -41px;
  font-size: 12px;
}

#colture .question_1 .flex {
  margin-bottom: 30px;
}

#colture .question_2 .blue_card h3 {
  font-size: 20px;
}

#colture .question_2 .flex .left_box,
#colture .question_2 .flex .right_box {
  width: 100%;
}

#colture .question_2 .flex .left_box .orange_circle {
  height: 50vw;
  margin-bottom: 40px;
}

#colture #cheer h2 {
  font-size: 21px;
}

#colture #cheer p {
  font-size: 16px;
  line-height: 2.0;
}

#colture .question_1 .bg_ppp p.selif,
#colture .question_2 p.selif {
  font-size: 16px;
}

/* iPad
-----------------------------------------------*/
@media screen and (min-width: 769px) and (max-width: 868px) {
	body{}
  #keyvisual .key-copy h2 { font-size: 24px; }
  #keyvisual .key-copy p { font-size: 14px; }
}

/* iPhone
-----------------------------------------------*/
@media screen and (min-width: 0px) and (max-width: 768px) {
  #keyvisual .key-copy h2 { font-size: 16px; }
  #keyvisual .key-copy p { font-size: 10px; }
	html{}
	body{}

	/* Apperance
	--------------------------------------------------*/

	/* Reset
	--------------------------------------------------*/
	table th,
	table td{font-size:11px !important;padding:0.55em !important;}
  .timetable .maru { color: rgb(36, 145, 143); font-weight: bold; font-size: 12px !important;}

  #top-contents .instagram h3 {
    font-size: 16px;
  }
  #footer .nav ul li {
    font-size: 0.8rem;
  }
	iframe{}
	form tr,
	form th,
	form td,
	form span {  text-align: left; max-width: 100%;}
	form tr { padding: 10px 0; margin: 0; border-bottom: none;}
	form th,
	form td { width: 100% !important; padding: 5px 0 !important; font-size: 1em !important; background-color: transparent; border: none !important;}


	/* */
	img[class*="align"],
	.alignleft,
	.alignright,
	.aligncenter { display:block !important; float:none !important; max-width: 100% !important;margin:0 auto 6% !important; margin-right: auto !important; padding: 0% !important; text-align:center !important;}

	#breadcrumbs {
		padding: 0;
		line-height: 1.75;
		font-size: 10px;
		letter-spacing: 0;
		background-color: #f1f1f1;
	}
	#breadcrumbs .wrapper {
		padding: 15px 6.25vw !important;
	}

  #footer #footer-in p { font-size: 14px;}
  #header-in .head_comment01 { margin-bottom: 5px; }
  .schedule { margin-top: 5px; }
  #footer .logo-img { margin-bottom: 5px; }


#about .white_box .btn_link {
  width: 100%;
}

#header {
  padding: 15px;
}

#header .logo-img img {
  width: 160px;
  bottom: 0;
}

#header .btn_recruiting {
  max-width: 100px;
  bottom: -5px;
}

#header .btn_entry {
  max-width: 70%;
  min-width: inherit;
  padding: 10px 20px;
  font-size: 16px;
  left: 0;
  right: 0px;
  margin: auto;
  bottom: -15px;
  float: inherit;
}

.hamburger {
  background: none;
  top: 0;
  right: 0;
}

#keyvisual {
  min-height: inherit;
}

#information h2::before {
  left: 0;
  right: 0;
  margin: auto;
}

#information .ttl_box {
  margin: auto;
}

#information .information_area {
  padding: 0;
}

#welcome h2 em {
  font-size: 16px;
}

#welcome h2 {
  font-size: 20px;
}

#thoughts .w-50 {
  width: 100%;
}

#thoughts {
  padding: 40px 0;
  padding-bottom: 0;
}

#thoughts .txt_box {
  padding: 6.25% 6.25vw;
}

#about {
  display: flex;
  flex-wrap: wrap-reverse;
  padding: 40px 0;
  padding-bottom: 0;
}

#about .white_box {
  padding: 6.25% 6.25vw;
  width: 100%;
  top: 0;
  float: inherit;
  position: relative;
  padding-bottom: 60px;
}

#about .white_box p {
  margin-bottom: 40px;
}

#recruitment {
  padding: 40px 0;
}

#recruitment .ttl_box,
#recruitment .flex .flex,
#recruitment .box {
  width: 100%;
}

#recruitment .box .btn_link {
  right: 0;
  left: 0;
  margin: auto;
  bottom: -17px;
}

#employment {
  display: flex;
  flex-wrap: wrap-reverse;
  padding: 40px 0;
  padding-bottom: 0;
}

#employment .white_box {
  padding: 6.25% 6.25vw;
  width: 100%;
  top: 0;
  float: inherit;
  position: relative;
  padding-bottom: 60px;
}

#employment .white_box p {
  margin-bottom: 40px;
}

#employment .white_box .btn_link {
  width: 100%;
}

#employment .bg_employment {
  display: none;
}

#voice {
  display: none;
}

#footer .flex {
  display: block;
}

#footer .logo-img {
  width: calc(100% - 120px - 20px);
  display: inline-block;
  height: auto;
}

#footer .btn_recruiting {
  width: 100px;
}

#footer nav {
  margin: auto;
}

/*----------
Subpages
--------*/
.col2 {

}

.col2 .box {
  width: 100%;
  position: relative;
}

.col2 .box img {
  margin-bottom: 40px;
  display: block;
}

.col2 .box.reverse {
  order: -1;
}

h2.section_label_ta_c {
  font-size: 24px;
}

.interview table tr th {
  width: 20%;
}

.interview table tr td {
  width: 80%;
}

#flow #voice {
  display: flex;
}

#flow #voice .box {
  width: 100%;
  margin-bottom: 60px;
}

#acMenu dt::after {
  right: 12px;
  top: 25%;
}
	}

