@charset "UTF-8";
/* CSS Document */
/*
Theme Name: Manufacturing 1
Template: habakiri
*/

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

	リセットcss
	
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
p, pre, a, address, code, img, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
a:focus, *:focus { outline:none; }
a:link,a:visited,a:hover { color: #444545; text-decoration: none; }
a:hover,input:hover { opacity: 0.85; }
img{
	margin: 0;
	padding: 0;
	vertical-align: bottom;
    max-width: 100%;
	border-radius: 10px;
}
table { border-collapse:collapse; }

/* ボックスサイジング */
*, *: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;
}
#main {
    margin: 0;
}

/* habakiriスライダーのSP対応 */
.slick-slide img {
    min-height: inherit!important;
}
/* recapchaの非表示 */
.grecaptcha-badge { display: none; }
.recaptcha-text { font-size: 1.2rem; text-align: center; }
.recaptcha-text a { color: #296FBA; }

/* 画像ズーム */
.zoomimg {
    overflow: hidden;
}
.zoomimg:hover img {
    transform:scale(1.2,1.2);
    transition:1s all;
    z-index: -1;
}

/* ブロックごとにフェードイン */
.fadein {
  opacity: 0;
  transform : translate(0, 50px);
  transition : all 1500ms;
}
.fadein.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}


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

	書式設定
	
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left; }
.taCenter { text-align: center; }
.taRight { text-align: right; }

/* フォントの太さ */
.fwNormal { font-weight: normal; }
.fwBold { font-weight: bold; }


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

	汎用スタイル
	
------------------------------------------------------------*/
html { font-size: 62.5%; }
body {
	position: relative;
	font-family: "Noto Sans JP", serif;
	font-size: 1.6rem;
	line-height: 1.9;
}
h1, h2, h3{
	line-height: 1.4;
}
.en-ttl {
	font-family: "Overpass", sans-serif;
}
@media(max-width:768px){
body {
	font-size: 1.5rem;
	line-height: 1.7;
}
}

.ttl-wrap {
	display: flex;
	justify-content: center;
}

.wrap1080 {
	width: 1080px;
	margin: 0 auto;
}
@media screen and (max-width : 1079px){	
.wrap1080  {
	width: 100%;
	padding: 0 30px;
}
}
.wrap768 {
	width: 768px;
	margin: 0 auto;
}
@media screen and (max-width : 768px){	
.wrap768  {
	width: 100%;
	padding: 0 30px;
}
}

.flex-container {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
}

/*----- スマホのみ表示 ----*/
.sp-item01 { display: none; }
.sp-item02 { display: none; }

@media screen and (max-width : 768px){
.sp-item01 { display: block; }
/*----- PCのみ表示 ----*/
.pc-item01 { display: none; }
}
@media screen and (max-width : 480px){
.sp-item02 { display: block; }
/*----- PCのみ表示 ----*/
.pc-item02 { display: none; }
}

.btn-more {
	margin: 30px 0;
}
.btn-more a {
	display: inline-block;
	position: relative;
    padding: 1.4rem;
    background-position: 100%;
    color: #fff;
    text-align: center;
    transition: all 500ms;
	  min-width: 300px;
	background: linear-gradient(90deg, rgba(93,194,53,1) 0%, rgba(0,145,58,1) 50%, rgba(86,182,124,1) 100%);
  	background-size: 200% 100%;
	border-radius: 24px;
  	border: none;
	font-weight: 600;
}
.btn-more a:hover {
    color: #fff;
    background-position: 100% 0;
    background-size: 120%;
}
.btn-more a::after {
	content: "";
	display: block;
	position: absolute;
	top: 33%;
	right: 20px;
	background: url(images/common/btn-more01.png) no-repeat;
	background-size: cover;
	width: 20px;
	height: 20px;
}
.btn-more02 {
	margin: 30px 0;
}

/*現状は未使用
.btn-more2 a {
	display: inline-block;
	position: relative;
    padding: 1rem;
    background-position: 100%;
    color: #fff;
    text-align: center;
    transition: all 500ms;
	min-width: 300px;
	background: linear-gradient(90deg, rgba(44,87,255,1) 0%, rgba(122,146,220,1) 50%, rgba(23,65,194,1) 100%);
  	background-size: 200% 100%;
  	border: none;
}
.btn-more2 a:hover {
    color: #fff;
    background-position: 100% 0;
    background-size: 120%;
}
.btn-more2 a::after {
	content: "";
	display: block;
	position: absolute;
	top: 33%;
	right: 20px;
	background: url(images/common/btn-more01.png) no-repeat;
	background-size: cover;
	width: 20px;
	height: 20px;
}
*/

@media(max-width:768px){
.btn-more {
	margin: 30px 0 40px 0;
}
.btn-more a {
    padding: 14px 10px;
	min-width: 100%;
}
/*現状は未使用
.btn-more2 {
	margin: 20px 0;
}
.btn-more2 a {
    padding: 14px 10px;
	min-width: 300px;
}
*/
}
@media(max-width:480px){
.btn-more a {
	min-width: 100%;
}
/*現状は未使用
.btn-more2 a {
	min-width: 100%;
}
*/
}


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

	WP投稿用　スタイル調整 (#single-news > content > descの場合)
	
--------------------------------------------------------------------*/
#single-news .desc h2 {
    font-size: 1.95em;
	font-weight: bold;
}
#single-news .desc h3 {
    font-size: 1.56em;
	border-bottom: none;
	line-height: 1.4;
	padding: 0;
	margin: 0;
}
#single-news .desc h4 {
    font-size: 1.25em;
}
#single-news .desc a:link,
#single-news .desc a:visited,
#single-news .desc a:hover {
      color: #00a0d2;
	  text-decoration: underline;
}
#single-news .desc ul li {
	list-style-position: inside;
}
#single-news .desc p {
    margin-bottom: 30px;
}
.wp-block-image figcaption {
	color: #555d66;
	font-size: 1.3rem;
	text-align: center;
}
.is-style-regular table {
	border-top: solid 1px;
	border-left: solid 1px;
}
.is-style-regular table tr th,
.is-style-regular table tr td {
	border-bottom: solid 1px;
	border-right: solid 1px;
	padding: .5em;
}
.wp-block-verse {
	display: block;
	padding: 11px;
	margin: 0 0 11.5px;
	line-height: 1.7;
	word-break: break-all;
	word-wrap: break-word;
	color: #333;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.wp-block-pullquote {
	border-top: 4px solid #555d66;
	border-bottom: 4px solid #555d66;
	margin-bottom: 28px;
	color: #40464d;
}
.wp-block-pullquote blockquote {
	border-left: none;
	margin: 1em;
	padding: 0;
}
.yrm-btn-wrapper {
	margin: 30px 0;
}


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

	共通
	
------------------------------------------------------------------------------------------------------------------------------------------*/
/* header */
#header {
	position: fixed;
	top: 0;
  background: none;
	width: 100%;
	padding: 20px;
	z-index: 100;
}
#header .header-inner {
	justify-content: space-between;
	max-width: 1400px;
	margin: 0 auto;
}
#header .header-logo img {
	width: 340px;
	border-radius: unset;
}
#header ul.gnav li {
    position: relative;
	list-style: none;
    color: #fff;
	font-size: 2rem;
	font-weight: 700;
	padding: 0 20px;
}
#header ul.gnav li a {
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
}
#header.fixed {
	background: rgb(0,0,0,0.8)
}

@media(max-width:768px){
#header .header-logo img {
	width: 260px;
}
}

/* プルダウンメニュー */
#header .gnav .menuSub {
    display: none;
    position: absolute;
    left: -40px;
    background: #fff;
    padding: 0;
    width: 200px;
    z-index: 200;
}
#header .gnav .menuSub::before {
    content: "";
    display: block;
    width: 20px;
    height: 4px;
    background: #fff;
    margin: -4px auto 0;
}
#header .gnav .menuSub li {
    list-style: none;
    padding: 0 10px;
}
#header .gnav .menuSub li a {
    display: block;
    color: #444545;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    border-bottom: solid 2px #9fafc4;
    padding: 10px 0;
    width: 100%;
}
#header .gnav .menuSub li:nth-last-of-type(1) a {
    border-bottom: none;
}

@media screen and (max-width : 1230px){
#header {
    padding: 10px;
}
#header .header-inner {
    padding: 0;
}
}


/* スマホメニュー */
.sp-menu {
	display: none;
}
@media screen and (max-width : 1230px){
.gnav {
    display: none;
}
.sp-menu {
	display: flex;
	align-items: center;
}
.sp-menu {
    position: absolute;
    top: 10px;
    right: 10px;
}
#nav-drawer {
  display: inline-block;
  position: relative;
}
/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}
/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: middle;
  background: #3357C9;
}
/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;/*線の太さ*/
  width: 25px;/*長さ*/
  border-radius: 3px;
  background: #fff;
  display: block;
  content: '';
  cursor: pointer;
  margin: 15px 0 0 13px;
}
#nav-open span:before {
  bottom: -8px;
  margin: 0;
}
#nav-open span:after {
  bottom: -16px;
  margin: 0;
}
/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 100000;
  top: 10px;/*全体に広がるように*/
  right: 10px;
  width: 50px;
  height: 50px;
  overflow-y: auto;
  transition: .3s ease-in-out;
  background: #3357C9 url(images/common/sp-menu-close.png) center center no-repeat;
  background-size: 60%;
}
/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;/*最前面に*/
  width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
  height: 100%;
  max-width: 345px;/*最大幅（調整してください）*/
  background: #fce4cf;/*背景色*/
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(120%);
  transform: translateX(120%);/*左に隠しておく*/
}
#nav-content ul {
	width: auto;
	margin: 50px 30px;
	padding-left: 0;
}
#nav-content ul li {
	display: block;
	font-size: 1.4rem;
	text-align: left;
	width: auto;
	padding: 10px 20px;
}
#nav-content ul li ul {
    margin: 10px 20px 0 0;
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
}
#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
}
}

.fixd-menu {
    position: fixed;
    top: 100px;
    right: 0;
    z-index: 100;
}
.fixd-menu ul li {
    list-style: none;
}
.fixd-menu ul li:nth-of-type(1) {
    background: #00913a url(images/common/icon-contact.png) top 30px center no-repeat;
    background-size: 28px;
    border-radius: 8px 0 0 8px;
    padding: 70px 10px 30px 10px;
}
.fixd-menu ul li:nth-of-type(2) {
    background: #00913a  url(images/common/icon-facility.png) top 30px center no-repeat;
    background-size: 28px 20px;
    border-radius: 0 0 0 8px;
    padding: 65px 10px 20px 10px;
}
.fixd-menu ul li a {
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

@media(max-width:768px){
.fixd-menu {
    position: fixed;
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
}
.fixd-menu ul {
    display: flex;
    width: 100%;
}
.fixd-menu ul li {
    width: 100%;
}
.fixd-menu ul li:nth-of-type(1) {
    background: #3357C9 url(images/common/icon-facility.png) center left 10px no-repeat;
    background-size: 28px;
    border-radius: 0;
    padding: 10px 10px 10px 40px;
}
.fixd-menu ul li:nth-of-type(2) {
    background: #10386b url(images/common/icon-contact.png) center left 10px no-repeat;
    background-size: 28px 20px;
    border-radius: 0;
    padding: 10px 10px 10px 40px;
}
.fixd-menu ul li a {
    display: block;
    font-size: 1.5rem;
    text-align: center;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
}
}

/* pagetop */
#pagetop {
	position: fixed;
	bottom: 10px;
	right: 10px;
    z-index: 100;
}
#pagetop img {
    width: 48px;
    height: 48px;
}

@media(max-width:768px){
#pagetop {
	bottom: 54px;
}
}


/* footer */
#footer {
	color: #fff;
	background: #000000;
	padding-top: 120px;
}
#footer .flex-container {
	justify-content: space-between;
	flex-wrap: wrap;
}
#footer .footer-logo {
	margin-bottom: 30px;
}
#footer .footer-logo img {
	width: 377px;
	border-radius: unset;
}
#footer .text01 {
	font-size: 1.7rem;
	line-height: 1.4;
}
#footer .footer-nav {
	flex-wrap: nowrap;
}
#footer .footer-nav ul {
	margin-left: 40px;
}
#footer .footer-nav ul li {
	list-style: none;
	margin-bottom: 10px;
}
#footer .footer-nav ul li a {
	color: #fff;
}
#footer .copy {
	text-align: center;
	padding: 120px 10px 10px;
}

@media(max-width:768px){
#footer {
	padding-top: 60px;
}
#footer .footer-logo img {
	width: 300px;
}
#footer .text01 {
	font-size: 1.6rem;
	text-align: center;
	margin-bottom: 40px;
}
#footer .footer-nav {
	justify-content: space-between;
	width: 100%;
}
#footer .footer-nav ul {
	margin-left: 0;
}
#footer .footer-nav ul li a {
	font-size: 1.4rem;
}
#footer .copy {
	font-size: 1.2rem;
    text-align: left;
	padding: 60px 10px 60px;
}
}


/* pagenavi */
.wp-pagenavi {
    font-size: 2rem;
    margin: 80px 0 40px;
    text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
    border: none!important;
	  margin: 15px!important;
}
.wp-pagenavi a {
    font-weight: bold;
}
.wp-pagenavi span.current {
    border-bottom: solid 2px #0d386b!important;
}
.nextpostslink {
    display: inline-block;
    width: 48px;
    height: 48px;
    background: url("images/news/icon-nextpostslink.png") center no-repeat;
    background-size: cover;
}
.previouspostslink {
    display: inline-block;
    width: 48px;
    height: 48px;
    background: url("images/news/icon-previouspostslink.png") center no-repeat;
    background-size: cover;
}



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

	トップページ
	
------------------------------------------------------------------------------------------------------------------------------------------*/
/*共通*/
#toppage .ttl-box {
	position: relative;
}
/*#toppage .ttl-box::before {
	content: "";
	display: block;
	position: absolute;
	top: 60px;
	left: -30px;
	border: solid 2px #3357C9;
	border-radius: 8px;
	width: 80px;
	height: 80px;
	z-index: -2;
}
#toppage .ttl-box::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: -10px;
	background: #fff;
	width: 80px;
	height: 160px;
	z-index: 2;
}*/
#toppage .ttl-box h2 {
	position: relative;
	color: #00913a;
	font-size: 3rem;
	font-weight: bold;
	z-index: 3;
	margin-bottom: 60px;
	text-align: center;
}
#toppage .ttl-box .en-ttl {
	font-family: "Overpass", sans-serif;
	position: relative;
	color: #b2dec4;
	font-size: 9.6rem;
	font-weight: 900;
	line-height: 0.9;
	z-index: 3;
	margin-bottom: -10px;
	text-align: center;
}
#toppage .ttl-box .en-ttl span {
	color: #b2dec4;
	font-size: 12rem;
}

@media(max-width:768px){
#toppage .ttl-box::before {
	top: -20px;
	left: -25px;
    width: 65px;
    height: 65px;
}
#toppage .ttl-box h2 {
	font-size: 2.6rem;
}
#toppage .ttl-box .en-ttl {
	font-size: 6.6rem;
	margin-bottom: 10px;
}
#toppage .ttl-box .en-ttl span {
	font-size: 7.4rem;
}
}

/*news-block*/
#toppage .news-block {
	position: relative;
	background-color: #ffffff;
	border-radius: 8px 8px 8px 8px;
    margin: -60px auto -160px auto;
    padding: 45px 80px;
	width: 88%;
    max-width: 1200px;
    min-height: 220px;
	z-index: 1;
}
#toppage .news-block .flex-left {
	margin-right: 50px;
}
#toppage .news-block h2 {
	color: #b2dec4;
	font-size: 4rem;
	font-weight: 900;
	line-height: 1;
}
#toppage .news-block h2 span {
	color: #b2dec4;
	font-size: 6rem;
}
#toppage .news-block .flex-right {
	width: 100%;
}
#toppage .news-block .flex-right dl {
	display: flex;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: dotted #000000 1px;
}
#toppage .news-block .flex-right dl dt span {
	color: #fff;
	font-size: 1.2rem;
	line-height: 1;
	background: #00913a;
	border-radius: 3px;
	padding: 2px 10px;
	margin: 0 20px;
}
#toppage .news-block .btn-more a {
	min-width: 180px;
}

@media(max-width:768px){
#toppage .news-block {
    padding: 30px;
	margin: -40px auto -160px auto;
}
#toppage .news-block .flex-container {
	flex-wrap: wrap;
}
#toppage .news-block .flex-left {
	width: 100%;
}
#toppage .news-block .flex-right {
	width: 100%;
}
#toppage .news-block h2 {
	font-size: 2.8rem;
}
#toppage .news-block h2 span {
	font-size: 4.6rem;
}
#toppage .news-block .flex-right dl {
	flex-wrap: wrap;
}
#toppage .news-block .flex-right dl dt {
    display: block;
    width: 100%;
}
}

/*business-block*/
#toppage .business-block {
	/*background: url(images/home/business-bg01.png) top right no-repeat;*/
	padding: 300px 0 120px;
}
#toppage .business-block .flex-container {
	justify-content: space-between;
	flex-wrap: wrap;
}
#toppage .business-block .flex-left {
	width: 50%;
}
#toppage .business-block .flex-right {
	width: 45%;
}
#toppage .business-block .flex-left h3 {
	color: #333333;
	font-size: 3.3rem;
	margin-bottom: 20px;
}

@media(max-width:768px){
#toppage .business-block {
	/*background: url(images/home/business-bg01.png) top right no-repeat;*/
	background-size: 95% auto;
	padding: 300px 0 60px;
}
#toppage .business-block .flex-left {
	width: 100%;
}
#toppage .business-block .flex-right {
	width: 100%;
}
#toppage .business-block .flex-left h3 {
	font-size: 2.2rem;
}
}

/*brand-block*/
#toppage .brand-block {
	padding: 120px 0;
	background: #e5e5e5;
}
#toppage .brand-block .ttl-box::after {
	background: #e5e5e5;
}
#toppage .brand-block .text01 {
	color: #333333;
	font-size: 2.7rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}
#toppage .brand-block .flex-container {
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 60px;
}
#toppage .brand-block .flex-box {
	text-align: center;
	background: #fff;
	border-radius: 8px 8px 8px 8px;
	width: 30%;
	padding: 30px 20px;
}
#toppage .brand-block .flex-box img {
	width: 163px;
	height: auto;
}
#toppage .brand-block .flex-box h3 {
	color: #333333;
	font-size: 2.5rem;
}
#toppage .brand-block .btn-more {
	text-align: center;
}

@media(max-width:768px){
#toppage .brand-block {
	padding: 60px 0;
}
#toppage .brand-block .flex-container {
	margin-bottom: 20px;
}
#toppage .brand-block .text01 {
	font-size: 1.8rem;
	margin-bottom: 30px;
}
#toppage .brand-block .flex-box {
	border-radius: 10px 10px 10px 10px;
	width: 100%;
	padding: 30px 20px;
	margin-bottom: 20px;
}
#toppage .brand-block .flex-box h3 {
	font-size: 2rem;
}
}

/*service-block*/
#toppage .service-block {
	padding-top: 0;
}
#toppage .service-block .flex-container {
	justify-content: space-between;
	flex-wrap: wrap;
}
#toppage .service-block .flex-box {
	position: relative;
	text-align: center;
	width: 50%;
	padding: 50px 20px;
	overflow: hidden;
}
#toppage .service-block .flex-box:nth-of-type(1)::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(images/home/about-img01.jpg) center no-repeat;
	background-size: cover;
	-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
transition: all .3s ease-out;
	z-index: -1;
}
#toppage .service-block .flex-box:nth-of-type(2)::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(images/home/works-img01.jpg) center no-repeat;
	background-size: cover;
	-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
transition: all .3s ease-out;
	z-index: -1;
}
#toppage .service-block .flex-box:hover:after {
opacity: .8;
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
#toppage .service-block .flex-box .icon img {
	width: 72px;
	height: auto;
}
#toppage .service-block .flex-box .flex-container {
	justify-content: center;
	align-items: center;
}
#toppage .service-block .flex-box h2 {
	color: #fff;
	font-size: 3.5rem;
	font-weight: bold;
	padding: 30px 0 20px;
}
#toppage .service-block .flex-box .text01 {
	color: #fff;
	font-size: 2rem;
}

@media(max-width:768px){
#toppage .service-block {
	padding-top: 0;
}
#toppage .service-block .flex-box {
	width: 100%;
}
#toppage .service-block .flex-box h2 {
	font-size: 2.6rem;
	padding: 30px 0 20px;
}
#toppage .service-block .flex-box .text01 {
	font-size: 1.8rem;
}
}

/*movie-block*/
#toppage .movie-block {
	padding: 0 0 120px 0;
	/*background: url(images/home/movie-bg01.png) top left no-repeat;*/
	background-size: 50% auto;
}
#toppage .movie-block .youtube-box {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#toppage .movie-block .youtube-box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media(max-width:768px){
#toppage .movie-block {
	padding: 0 0 60px 0;
}
}

/*company-block2 未使用*/
#toppage .company-block2 {
	background: #ffffff;
	padding: 120px 0;
}
#toppage .company-block2 .ttl-box::after {
	background: #ffffff;
}
#toppage .company-block2 .flex-container {
	justify-content: space-between;
	flex-wrap: wrap;
}
#toppage .company-block2 .flex-box {
	width: 48%;
}
#toppage .company-block2 .flex-box .img-box {
	position: relative;
}
#toppage .company-block2 .flex-box h3 {
	position: absolute;
	bottom: 20px;
	left: 30px;
	color: #fff;
	font-size: 4rem;
	font-weight: bold;
}
#toppage .company-block2 .btn-more2 {
	margin: 0;
}
#toppage .company-block2 .btn-more2 a {
	display: inline-block;
	position: relative;
    padding: 1.4rem;
    background: linear-gradient(90deg, rgba(44,87,255,1) 0%, rgba(122,146,220,1) 50%, rgba(23,65,194,1) 100%);
    background-position: 100%;
    background-size: 100%;
    color: #fff;
    text-align: right;
    transition: all 500ms;
	min-width: 300px;
	width: 100%;
	padding-right: 50px;
	font-weight: 600;
}
#toppage .company-block2 .btn-more2 a:hover {
    background-position: 0;
    background-size: 300%;
}

@media(max-width:768px){
#toppage .company-block2 {
	padding: 60px 0;
}
#toppage .company-block2 .flex-box {
	width: 100%;
	margin-bottom: 20px;
}
#toppage .company-block2 .flex-box h3 {
	left: 20px;
	font-size: 2.6rem;
}
}

/*company-block*/
#toppage .company-block {
	padding-top: 0;
}
#toppage .company-block .flex-container {
	justify-content: space-between;
	flex-wrap: wrap;
}
#toppage .company-block .flex-box {
	position: relative;
	text-align: center;
	width: 49%;
	padding: 50px 20px;
	overflow: hidden;
	border-radius: 10px;
}
#toppage .company-block .flex-box:nth-of-type(1)::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(images/home/company-img01.jpg) center no-repeat;
	background-size: cover;
	-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
transition: all .3s ease-out;
	z-index: -1;
}
#toppage .company-block .flex-box:nth-of-type(2)::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(images/home/company-img02.jpg) center no-repeat;
	background-size: cover;
	-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
transition: all .3s ease-out;
	z-index: -1;
}
#toppage .company-block .flex-box:hover:after {
opacity: .8;
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
#toppage .company-block .flex-box .icon img {
	width: 72px;
	height: auto;
}
#toppage .company-block .flex-box .flex-container {
	justify-content: center;
	align-items: center;
}
#toppage .company-block .flex-box h2 {
	color: #fff;
	font-size: 3.5rem;
	font-weight: bold;
	padding: 30px 0 20px;
}
#toppage .company-block .flex-box .text01 {
	color: #fff;
	font-size: 2rem;
}

@media(max-width:768px){
#toppage .company-block {
	padding-top: 0;
}
#toppage .company-block .flex-box {
	width: 100%;
	margin-bottom: 30px;
}
#toppage .company-block .flex-box h2 {
	font-size: 2.6rem;
	padding: 30px 0 20px;
}
#toppage .company-block .flex-box .text01 {
	font-size: 1.8rem;
}
}


/*contact-block*/
#toppage .contact-block {
	background: linear-gradient(180deg, #ffffff 0%, #ffffff 50%, #ffffff 50%, #ffffff 100%);
	padding: 100px 20px;
}
#toppage .contact-blockinner {
	background: #e5e5e5;
	border-radius: 8px 8px 8px 8px;
	padding: 120px 20px 60px;
}
#toppage .contact-block .text-tel {
	color: #333333;
	font-size: 4.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}
#toppage .contact-block .text-fax {
	color: #333333;
	font-size: 3.5rem;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	margin-bottom: 15px;
}
#toppage .contact-block .img-mail {
	text-align: center;
}
#toppage .contact-block .img-mail img {
	width: 521px;
}
#toppage .contact-block .btn-more {
	text-align: center;
}

@media(max-width:768px){
#toppage .contact-blockinner {
	width: 90%;
	border-radius: 8px 8px 8px 8px;
	padding: 80px 20px 40px;
}
#toppage .contact-block .text-tel {
	font-size: 2.8rem;
}
#toppage .contact-block .text-fax {
	font-size: 2.2rem;
}
}



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

	サブページ
	
--------------------------------------------------------------*/
.sub-page .pagettl-wrap {
  background: url(images/common/main-img.jpg) center no-repeat;
	background-size: cover;
	padding: 230px 0 0;
}
.sub-page .pagettl-wrapinner {
	position: relative;
}
.sub-page .pagettl-wrap h1 {
	color: #fff;
	font-size: 3.5rem;
	font-weight: bold;
	padding-bottom: 40px;
}
.sub-page .pagettl-wrap .en-ttl {
	color: #fff;
	font-size: 7.6rem;
	font-weight: bold;
	line-height: 1;
}
.sub-page .pagettl-wrap .en-ttl span {
	color: #3357C9;
	font-size: 11rem;
}
.sub-page .pagettl-wrap .page-nav {
  background: #ffffff;
	width: 100%;
}
.sub-page .pagettl-wrap .page-nav ul {
	justify-content: space-between;
  max-width: 1080px;
	padding: 15px 10px;
  margin: 0 auto;
}
.sub-page .pagettl-wrap .page-nav ul li {
	border-right: solid 2px #9fafc4;
	list-style: none;
}
.sub-page .pagettl-wrap .page-nav ul li:nth-last-of-type(1) {
	border-right: none;
}
.sub-page .pagettl-wrap .page-nav04 ul li {
	width: 25%;
}
.sub-page .pagettl-wrap .page-nav03 ul li {
	width: 33%;
}
.sub-page .pagettl-wrap .page-nav ul li a {
	display: block;
	font-size: 2rem;
	font-weight: 500;
	text-align: center;
	width: 100%;
}

@media(max-width:768px){
.sub-page .pagettl-wrap h1 {
	font-size: 2.6rem;
}
.sub-page .pagettl-wrap .en-ttl {
	font-size: 3.6rem;
}
.sub-page .pagettl-wrap .page-nav ul li a {
	font-size: 1.4rem;
}
}

.sub-page .ttl-box01 h2,
.sub-page .ttl-box02 h2 {
	color: #00913a;
	font-size: 4.6rem;
	font-weight: bold;
  text-align: center;
	margin-bottom: 40px;
}
.sub-page .ttl-box01 .en-ttl,
.sub-page .ttl-box02 .en-ttl {
	color: #b2dec4;
	font-size: 11rem;
	font-weight: 900;
  text-align: center;
	line-height: 1;
	margin-bottom: -10px;
}

@media(max-width:768px){
.sub-page .ttl-box01 h2,
.sub-page .ttl-box02 h2 {
	font-size: 2.6rem;
	margin-bottom: 30px;
}
.sub-page .ttl-box01 .en-ttl,
.sub-page .ttl-box02 .en-ttl {
	font-size: 5rem;
}
}


/*other-block*/
.sub-page .other-block {
	padding: 120px 0;
}
.sub-page .other-block ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.sub-page .other-block ul li {
  list-style: none;
  width: 30%;
  margin: 0 4%;
}
.sub-page .other-block ul li .btn-more {
	text-align: center;
}
@media(max-width:768px){
.sub-page .other-block {
	padding: 20px 0;
}
.sub-page .other-block ul li {
  width: 100%;
  margin: 0 0 10px;
}
}


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

	理念
	
--------------------------------------------------------------*/

/*top-block*/
#philosophy .top-block {
	padding: 20px 0 120px 0;
}
#philosophy .top-block dl {
  margin-bottom: 50px;
}
#philosophy .top-block dl dt {
  color: #00913a;
	font-size: 4rem;
	font-weight: bold;
	text-align: center;
	line-height: 3;
}
#philosophy .top-block dl dd {
  text-align: left;
}

@media(max-width:768px){
#philosophy .top-block {
	padding: 60px 0;
}
#philosophy .top-blockinner {
	width: 100%;
	padding: 0 20px;
}
#philosophy .top-block dl {
  margin-bottom: 30px;
}
#philosophy .top-block dl dt {
	font-size: 2.4rem;
}
}

/*greeting-block*/
#philosophy .greeting-block {
	background: #e5e5e5;
	padding: 120px 0;
}
#philosophy .greeting-block .flex-container {
	justify-content: space-between;
	flex-wrap: wrap;
}
#philosophy .greeting-block .flex-left {
	width: 56%;
}
#philosophy .greeting-block .flex-right {
	width: 37%;
}
#philosophy .greeting-block .text01 {
	font-size: 2.2rem;
}
#philosophy .greeting-block .name {
	font-size: 2.2rem;
	text-align: right;
	margin-top: 40px;
}

@media(max-width:768px){
#philosophy .greeting-block {
	padding: 60px 0;
}
#philosophy .greeting-block .flex-left {
	width: 100%;
    margin-bottom: 20px;
}
#philosophy .greeting-block .flex-right {
	width: 100%;
}
#philosophy .greeting-block .text01 {
	font-size: 1.8rem;
}
#philosophy .greeting-block .name {
	font-size: 1.8rem;
	margin-top: 20px;
}
}

/*quality-block*/
#philosophy .quality-block {
	padding: 120px 20px;
}
#philosophy .quality-blockinner {
	position: relative;
	background: #fff;
	border: solid 2px #9fafc4;
	border-radius: 10px;
	padding: 80px 8%;
}
#philosophy .quality-block h2 {
	color: #00913a;
	font-size: 4.8rem;
	font-weight: 600;
  line-height: 1.4;
  margin-bottom: 60px;
}
#philosophy .quality-block .en-ttl {
	color: #b2dec4;
	font-size: 3rem;
  line-height: 1;
	font-weight: bold;
}
#philosophy .quality-block ol li {
	font-size: 2.2rem;
	margin: 0 0 30px 28px;
}
#philosophy .quality-block ol li::marker {
	color: #00913a;
	font-size: 2.8rem;
}
@media(max-width:768px){
#philosophy .quality-block {
	padding: 60px 20px;
}
#philosophy .quality-blockinner {
	padding: 60px 20px;
    border-radius: 10px;
}
#philosophy .quality-block h2 {
	font-size: 2.8rem;
}
#philosophy .quality-block .en-ttl {
	font-size: 2rem;
	margin-bottom: 20px;
}
#philosophy .quality-block ol li {
	font-size: 1.8rem;
	margin: 0 0 30px 25px;
}
#philosophy .quality-block ol li::marker {
	font-size: 2.4rem;
}
}



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

	会社概要
	
--------------------------------------------------------------*/

/*outline-block*/
#company .outline-block {
	padding: 140px 0 120px;
}
#company .outline-blockinner {
	width: 780px;
	margin: 0 auto;
	padding: 0 20px;
}
#company .outline-block .ttl-wrap h2 {
	text-align: center;
}
#company .outline-block table {
	border-top: solid 1px #9fafc4;
	width: 100%;
}
#company .outline-block table tr th {
	font-size: 2rem;
	text-align: left;
	border-bottom: solid 1px #9fafc4;
	padding: 10px 20px;
}
#company .outline-block table tr td {
	font-size: 1.7rem;
	border-bottom: solid 1px #9fafc4;
	padding: 10px 20px;
}

@media(max-width:800px){
#company .outline-blockinner {
	width: 100%;
}
}
@media(max-width:768px){
#company .outline-block {
	padding: 80px 0 60px;
}
#company .outline-block table tr th {
	font-size: 1.8rem;
	width: 110px;
	padding: 10px 0;
}
#company .outline-block table tr td {
	font-size: 1.7rem;
	padding: 10px 0;
}
}


/*customers-block*/
#company .customers-block {
	background: #e5e5e5;
	padding: 120px 0;
}
#company .customers-block h2 {
	color: #3357C9;
	font-size: 4.8rem;
	font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
}
#company .customers-block .en-ttl {
	color: #b6c3d3;
	font-size: 3.6rem;
	font-weight: bold;
  line-height: 1;
}
#company .customers-block .box01 {
	background: #fff;
	padding: 50px;
}
#company .customers-block .box01 .flex-container {
	justify-content: space-between;
	flex-wrap: wrap;
}
#company .customers-block .box01 ul {
	width: 30%;
}
#company .customers-block .box01 ul li {
	list-style: none;
  font-size: 2.2rem;
}
#company .customers-block .box01 .text01 {
	text-align: right;
	margin-top: 40px;
}

@media(max-width:768px){
#company .customers-block {
	padding: 60px 0;
}
#company .customers-block h2 {
	font-size: 2.8rem;
}
#company .customers-block .en-ttl {
	font-size: 2rem;
	margin-bottom: 20px;
}
#company .customers-block .box01 {
	background: #fff;
	border-left: solid 15px #0d386b;
	padding: 20px;
}
#company .customers-block .box01 ul {
	width: 100%;
}
}

/*history-block*/
#company .history-block {
	padding: 120px 0;
}
#company .history-block table {
	border-top: solid 1px #9fafc4;
	width: 80%;
}
#company .history-block table tr td:nth-of-type(1) {
	font-size: 2rem;
	text-align: left;
	border-bottom: solid 1px #9fafc4;
	padding: 10px 20px;
}
#company .history-block table tr td {
	font-size: 1.7rem;
  border-top: none;
	border-bottom: solid 1px #9fafc4;
	padding: 10px 20px;
}

@media(max-width:768px){
#company .history-block {
	padding: 60px 0 80px;
}
#company .history-block table,
#company .history-block thead,
#company .history-block tbody,
#company .history-block th,
#company .history-block td,
#company .history-block tr {
    display: block;
  }
#company .history-block table {
	width: 100%;
}
#company .history-block table tr td:nth-of-type(1) {
  display: block;
	font-size: 1.8rem;
	width: 100%;
  border: none;
	padding: 10px 0 0;
}
#company .history-block table tr td {
	display: block;
	font-size: 1.7rem;
	width: 100%;
	padding: 10px 0;
}
}

/*access-block*/
#company .access-block iframe {
	vertical-align: bottom;
}



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

	事業紹介
	
--------------------------------------------------------------*/

/*commit-block*/
#brand .commit-block {
	padding: 120px 0;
}
#brand .commit-block .flex-container {
  justify-content: space-between;
  flex-wrap: wrap;
}
#brand .commit-block .flex-box {
  width: 46%;
}
#brand .commit-block .flex-box h3 {
  color: #fff;
  font-size: 3rem;
  background: #000;
  padding: 5px 20px;
  margin-bottom: 20px;
}
#brand .commit-block .flex-box p,
#brand .commit-block .flex-box ul {
  padding: 0 20px;
}
#brand .commit-block .flex-box ul li {
  position: relative;
  list-style: none;
  padding-left: 20px;
}
#brand .commit-block .flex-box ul li::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
  color: #3357c9;
}

@media(max-width:768px){
#brand .commit-block {
	padding: 60px 0;
}
#brand .commit-block .flex-box {
  width: 100%;
  margin-bottom: 30px;
}
#brand .commit-block .flex-box h3 {
  font-size: 2.2rem;
  padding: 5px 15px;
}
}


/*products-block*/
#brand .products-block img {
  border-radius: 0;
}
#brand .products-block {
	background: #e5e5e5;
	padding: 120px 0 60px;
}
#brand .products-block .flex-container {
	justify-content: space-between;
	flex-wrap: wrap;
}
#brand .products-block .flex-box {
	background: #fff;
	width: 48%;
	overflow: hidden;
	margin-bottom: 75px;
}
#brand .products-block .flex-box .text-box {
	padding: 25px;
}
#brand .products-block .flex-box .text-box h3 {
	color: #3357C9;
	font-size: 3.5rem;
	text-align: center;
	margin-bottom: 10px;
}

@media(max-width:768px){
#brand .products-block {
	background: #e5e5e5;
	padding: 60px 0;
}
#brand .products-block .flex-box {
	width: 100%;
	margin-bottom: 30px;
}
#brand .products-block .flex-box .text-box {
	padding: 20px;
}
#brand .products-block .flex-box .text-box h3 {
	font-size: 2.2rem;
	margin-bottom: 10px;
}
}

/*advantage-block*/
#brand .advantage-block {
	background: #e5e5e5;
}
#brand .advantage-block img {
  border-radius: 0;
}
#brand .advantage-block .box01 {
	justify-content: space-between;
  background: #fff;
}
#brand .advantage-block .box01:nth-of-type(3) {
	background: #e5e5e5;
}
#brand .advantage-block .box01 .flex-text {
  width: 60%;
	padding: 60px 8%;
}
#brand .advantage-block .box01 .flex-text h3 {
	color: #3357c9;
	font-size: 3.2rem;
	font-weight: 900;
  margin-bottom: 20px;
}
#brand .advantage-block .box01 .flex-text .en-ttl {
	color: #b6c3d3;
	font-size: 2.4rem;
	font-weight: bold;
  line-height: 1.4;
}
#brand .advantage-block .box01 .flex-text .en-ttl span {
	font-size: 3.6rem;
}
#brand .advantage-block .box01 .flex-img {
  width: 40%;
}

@media(max-width:768px){
#brand .advantage-block .box01 {
	flex-wrap: wrap;
}
#brand .advantage-block .box01 .flex-text {
	padding: 30px 20px;
	width: 100%;
	order: 1;
}
#brand .advantage-block .box01 .flex-img {
	order: 2;
	width: 100%;
}
#brand .advantage-block .box01 .flex-text h3 {
	font-size: 2.8rem;
}
#brand .advantage-block .box01 .flex-text h3 span {
	font-size: 2.8rem;
}
#brand .advantage-block .box01 .flex-text .en-ttl {
	font-size: 2rem;
	/* margin-bottom: 20px; */
}
#brand .advantage-block .box01 .flex-text .en-ttl span {
	font-size: 2.6rem;
}
}


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

	仕事を知る
	
--------------------------------------------------------------*/
#works .works-block {
  padding: 120px 0;
}
#works .works-block:nth-of-type(odd) {
	background: #e5e5e5;
	padding: 120px 0;
}
#works .works-block .en-ttl {
 color: #b2dec4;
 font-size: 3rem;
 font-weight: bold;
 text-align: left;
 margin-bottom: 10px;
}
#works .works-block h2 {
 color: #00913a;
 font-size: 4.8rem;
 font-weight: bold;
 text-align: left;
 margin-bottom: 50px;
}
#works .works-block h3 {
	color: #333333;
	font-size: 4rem;
	margin-bottom: 30px;
}
#works .works-block .text01 {
	margin-bottom: 30px;
}
#works .works-block img {
  margin: 20px 0;
}

@media(max-width:768px){
#works .works-block {
	padding: 60px 0;
}
#works .works-block .en-ttl {
 font-size: 2.4rem;
}
#works .works-block h2 {
 font-size: 3rem;
 margin-bottom: 30px;
}
#works .works-block h3 {
	font-size: 2.4rem;
	margin-bottom: 20px;
}
}


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

	会社を知る
	
--------------------------------------------------------------*/

/*top-block*/
#about .top-block {
	color: #00913a;
	padding: 120px 0 60px;
}
#about .top-blockinner {
	width: 760px;
	margin: 0 auto;
}
#about .top-block h2 {
	font-size: 6rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	padding-bottom: 60px;
}

@media(max-width:768px){
#about .top-block {
	padding: 60px 0;
}
#about .top-blockinner {
	width: 100%;
	padding: 0 20px;
}
#about .top-block h2 {
	font-size: 3rem;
	line-height: 1.4;
	padding-bottom: 30px;
}
}

#about .box01 {
	justify-content: space-between;
	flex-wrap: wrap;
}
#about .box01 .flex-text {
	width: 48%;
}
#about .box01 .flex-img {
	width: 48%;
}
#about .box01 .flex-img img {
  border-radius: 0;
}
#about .box01 .en-ttl {
 color: #b2dec4;
 font-size: 3rem;
 font-weight: bold;
 text-align: left;
 margin-bottom: 10px;
}
#about .box01 h2 {
 color: #00913a;
 font-size: 4.8rem;
 font-weight: bold;
 text-align: left;
 margin-bottom: 50px;
}
#about .box01 h3 {
	color: #333333;
	font-size: 4rem;
	margin-bottom: 30px;
}
#about .box01 .text01 {
	margin-bottom: 10px;
}
@media(max-width:768px){
#about .box01 .flex-text {
	width: 100%;
	order: 1;
}
#about .box01 .flex-img {
	width: 100%;
	order: 2;
}
#about .box01 .en-ttl {
 font-size: 2.4rem;
 margin-bottom: 5px;
}
#about .box01 h2 {
 font-size: 3rem;
 margin-bottom: 15px;
}
#about .box01 h3 {
	font-size: 2.2rem;
	margin-bottom: 20px;
}
}

#about .company-blockinner {
	padding: 120px 0 120px 10%;
}
#about .attempt-blockinner {
	padding: 120px 10% 120px 0;
}
#about .workplace-blockinner {
	padding: 120px 0 120px 10%;
}
@media(max-width:768px){
#about .company-blockinner {
	padding: 30px 20px;
}
#about .attempt-blockinner {
	padding: 30px 20px;
}
#about .workplace-blockinner {
	padding: 30px 20px 60px;
}
}


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

	メッセージ
	
--------------------------------------------------------------*/

/*ceo-block*/
#message .ceo-block {
	padding: 120px 0;
}
#message .ceo-block .box01 {
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 60px;
}
#message .ceo-block .box01 .flex-left {
	width: 45%;
}
#message .ceo-block .box01 .flex-right {
  display: flex;
  align-items: center;
	width: 50%;
}
#message .ceo-block .box01 .flex-right h3 {
	color: #00913a;
	font-size: 3.4rem;
	font-weight: bold;
	margin: 20px 0 10px;
}
#message .ceo-block .box01 .flex-right .name {
	color: #333333;
	font-size: 2rem;
	font-weight: bold;
}

@media(max-width:768px){
#message .ceo-block {
	padding: 60px 0;
}
#message .ceo-block .box01 {
	margin-bottom: 30px;
}
#message .ceo-block .box01 .flex-left {
	width: 100%;
}
#message .ceo-block .box01 .flex-right {
	width: 100%;
	padding-top: 0;
}
#message .ceo-block .box01 .flex-right h3 {
	font-size: 2.8rem;
	margin: 20px 0 10px;
}
#message .ceo-block .box01 .flex-right .name {
	font-size: 2rem;
}
}


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

	代表メッセージ
	
--------------------------------------------------------------*/
#interview .pagettl-wrap {
	background: url(images/interview/main-img.jpg) top center no-repeat;
	background-size: cover;
}

/*staff-block*/
#interview .staff-block {
	padding: 120px 0;
}
#interview .staff-block:nth-of-type(2) {
	background: url(images/interview/interview-bg01.png) top right no-repeat;
}
#interview .staff-block:nth-of-type(3) {
	background: #e5e5e5;
}
#interview .staff-block .box01 {
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 60px;
}
#interview .staff-block .box01 .flex-left {
	width: 45%;
}
#interview .staff-block .box01 .flex-right {
	width: 50%;
	padding-top: 50px;
}
#interview .staff-block .box01 .flex-right .text01 {
	color: #cfd7e1;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.5;
	margin-left: -100px;
}
#interview .staff-block .box01 .flex-right .text01 span {
	display: inline-block;
	text-align: center;
	background: #10386b;
	border-radius: 20px 0 20px 0;
	width: 200px;
}
#interview .staff-block .box01 .flex-right h3 {
	color: #3357C9;
	font-size: 3.6rem;
	font-weight: bold;
}
#interview .staff-block .box01 .flex-right .name {
	font-weight: bold;
	margin: 20px 0 10px;
}
#interview .staff-block .box01 .flex-right .name span {
	color: #0d386b;
	font-size: 2.8rem;
	padding-right: 20px;
}
#interview .staff-block .box02 {
	padding: 40px 0;
	border-bottom: solid 1px #0d386b;
}
#interview .staff-block .box02:nth-last-of-type(1) {
	border-bottom: none;
}
#interview .staff-block .box02 .text-q {
	color: #0d386b;
	font-size: 3.3rem;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 20px;
}

@media(max-width:768px){
#interview .staff-block {
	padding: 60px 0 20px;
}
#interview .staff-block:nth-of-type(2) {
	background: url(images/interview/interview-bg01.png) top right no-repeat;
	background-size: 100% auto;
}
#interview .staff-block .box01 {
	margin-bottom: 0;
}
#interview .staff-block .box01 .flex-left {
	width: 100%;
}
#interview .staff-block .box01 .flex-right {
	width: 100%;
	padding-top: 0;
}
#interview .staff-block .box01 .flex-right .text01 {
	font-size: 2rem;
	margin-left: 0;
	margin: -20px 0 0 10px;
}
#interview .staff-block .box01 .flex-right h3 {
	font-size: 2.4rem;
	margin: 20px 0 10px;
}
#interview .staff-block .box01 .flex-right .name span {
	font-size: 2rem;
}
#interview .staff-block .box02 {
	padding: 30px 0;
}
#interview .staff-block .box02 .text-q {
	font-size: 2.2rem;
	margin-bottom: 10px;
}
}

/*link-block*/
#interview .link-block {
	background: #e5e5e5;
	padding: 120px 0;
}
#interview .link-block .flex-container {
	justify-content: space-between;
	flex-wrap: wrap;
}
#interview .link-block .flex-box {
	width: 48%;
}
#interview .link-block .flex-box .img-box {
	border-radius: 60px 0 60px 0;
	overflow: hidden;
}
#interview .link-block .flex-box .btn-more {
	text-align: center;
}
@media(max-width:768px){
#interview .link-block {
	padding: 60px 0 20px;
}
#interview .link-block .flex-box {
	width: 100%;
	margin-bottom: 20px;
}
#interview .link-block .flex-box .img-box {
	border-radius: 40px 0 40px 0;
}
}


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

	設備一覧
	
--------------------------------------------------------------*/
#facility .facility-block h2 {
	color: #3357C9;
	font-size: 4.8rem;
	font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
}
#facility .facility-block .en-ttl {
	color: #b6c3d3;
	font-size: 3rem;
	font-weight: bold;
  line-height: 1;
}

#facility .facility-block {
	padding: 120px 0;
}
#facility .facility-block .img-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
#facility .facility-block .img-box li {
  list-style: none;
  width: 48%;
}
#facility .facility-block .img-box img {
  border-radius: 0;
}
#facility .facility-block .flex-container {
    justify-content: space-between;
    flex-wrap: wrap;
}
#facility .facility-block .flex-box {
    width: 48%;
}
#facility .facility-block .flex-box table {
    width: 100%;
}
#facility .facility-block .flex-box table tr th {
    color: #fff;
    background: #002f70;
    padding: 10px 5px;
}
#facility .facility-block .flex-box table tr td {
    border-bottom: solid 1px #9fafc4;
    padding: 5px;
}
#facility .facility-block .flex-box table tr td:nth-of-type(1) {
    width: 160px;
}
#facility .facility-block .flex-box table tr td:nth-of-type(4) {
    text-align: center;
    width: 50px;
}
@media(max-width:768px){
#facility .facility-block h2 {
	font-size: 3rem;
}
#facility .facility-block .en-ttl {
	font-size: 2.4rem;
}
#facility .facility-block {
	padding: 60px 0;
}
#facility .facility-block .img-box {
  margin-bottom: 30px;
}
#facility .facility-block .flex-box {
    width: 100%;
    margin-bottom: 30px;
    overflow-x: scroll;
}
#facility .facility-block .flex-box table {
    border-collapse: collapse;
    white-space: nowrap;
}
}


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

	お知らせ
	
--------------------------------------------------------------*/
#news .archive-block {
    padding: 120px 0;
}
#news .archive-block h2 {
    color: #0d386b;
    font-size: 6rem;
    font-weight: bold;
}
#news .archive-block dl {
	display: flex;
    border-bottom: solid 1px #9fafc4;
    padding: 15px 0;
}
#news .archive-block dl dt span {
	color: #fff;
	font-size: 1.2rem;
	line-height: 1;
	background: #00913a;
  border-radius: 4px;
	padding: 2px 10px;
	margin: 0 20px;
}

@media(max-width:768px){
#news .archive-block {
    padding: 60px 0;
}
#news .archive-block dl {
    flex-wrap: wrap;
}
#news .archive-block dl dt,
#news .archive-block dl dd{
    display: block;
    width: 100%;
}
}


#news .single-block {
    padding: 120px 0;
}
#news .single-block .day span.cat {
	color: #fff;
	font-size: 1.6rem;
	line-height: 1;
	background: #00913a;
  border-radius: 4px;
	padding: 2px 10px;
    margin-left: 10px;
}
#news .single-block h2 {
    color: #00913a;
    font-size: 4rem;
    font-weight: bold;
    border-bottom: solid 1px #9fafc4;
    margin-bottom: 30px;
    padding: 10px 0 20px;
}
#news .single-block .btn-more {
    text-align: center;
    margin: 100px 0 0;
}

@media(max-width:768px){
#news .single-block {
    padding: 60px 0;
}
#news .single-block h2 {
    font-size: 2.6rem;
    margin-bottom: 20px;
    padding: 10px 0 10px;
}
}


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

	お問合せ
	
--------------------------------------------------------------*/
/*contact-block*/
#contact .contact-block {
    text-align: center;
	  padding: 120px 0;
}
#contact .contact-block h2 {
    color: #00913a;
    font-size: 3.5rem;
    font-weight: bold;
    margin-bottom: 20px;
}
#contact .contact-block .text-tel {
	color: #000;
	font-size: 6.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}
#contact .contact-block .text-fax {
	color: #4c4c4c;
	font-size: 4rem;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	margin-bottom: 15px;
}
#contact .contact-block .img-mail {
	text-align: center;
}
#contact .contact-block .img-mail img {
	width: 521px;
}
#contact .contact-block .btn-more {
	text-align: center;
}

@media(max-width:768px){
#contact .contact-block {
	padding: 60px 0;
}
#contact .contact-block h2 {
  font-size: 2.8rem;
}
#contact .contact-block .text-tel {
	font-size: 3.2rem;
}
#contact .contact-block .text-fax {
	font-size: 2.5rem;
}
}

/*mail-block*/
#contact .mail-block {
    background: #e5e5e5;
    padding: 120px 0;
}
#contact .mail-block h2 {
    color: #00913a;
    font-size: 4rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
#contact .mail-block .text01 {
    text-align: center;
    margin-bottom: 60px;
}
#contact .mail-block dl {
    display: flex;
    margin-bottom: 30px;
}
#contact .mail-block dl dt span {
    color: #efaf00;
}
#contact .mail-block dl dt {
    width: 300px;
}
#contact .mail-block dl dd {
    background: #fff;
    width: 100%;
    padding: 5px 10px;
}
#contact .mail-block dl dd input[type="text"],
#contact .mail-block dl dd input[type="email"],
#contact .mail-block dl dd input[type="tel"],
#contact .mail-block dl dd textarea {
    border: none;
    width: 100%;
}

@media(max-width:768px){
#contact .mail-block {
    padding: 60px 0;
}
#contact .mail-block h2 {
    font-size: 2.8rem;
}
#contact .mail-block .text01 {
    margin-bottom: 30px;
}
#contact .mail-block dl {
    flex-wrap: wrap;
    margin-bottom: 20px;
}
#contact .mail-block dl dt {
    width: 100%;
}
#contact .mail-block dl dd {
    width: 100%;
}
}


.btn-send {
    text-align: center;
	margin: 60px 0 0;
}
.btn-send .text-send {
	display: inline-block;
	position: relative;
    padding: 1rem;
    background: linear-gradient(90deg, rgba(93,194,53,1) 0%, rgba(0,145,58,1) 50%, rgba(86,182,124,1) 100%);
  	background-size: 200% 100%;
	border-radius: 24px;
    color: #fff;
    text-align: center;
    transition: all 500ms;
	min-width: 300px;
}
.btn-send .text-send:hover {
    color: #fff;
    background-position: 100% 0;
    background-size: 120%;
}
.btn-send .text-send::after {
	content: "";
	display: block;
	position: absolute;
	top: 33%;
	right: 20px;
	background: url(images/common/btn-more01.png) no-repeat;
	background-size: cover;
	width: 20px;
	height: 20px;
}
.btn-send .text-send input {
    background: none;
    border: none;
    padding: 0;
}
.wpcf7-spinner {
    display: none;
}

@media(max-width:768px){
.btn-send {
	margin: 20px 0;
}
.btn-send .text-send {
    padding: 14px 10px;
	min-width: 300px;
}
}
@media(max-width:480px){
.btn-send .text-send {
	min-width: 100%;
}
}


