@charset "utf-8";

@font-face {
  font-family: "Noto Sans Japanese";
  src: url('../font/NotoSansCJKjp-Thin-Web.eot');
  src: url('../font/NotoSansCJKjp-Thin-Web.eot?#iefix') format('embedded-opentype'), url('../font/NotoSansCJKjp-Thin-Web.woff') format('woff'), url('../font/NotoSansCJKjp-Thin-Web.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans Japanese";
  src: url('../font/NotoSansCJKjp-Light-Web.eot');
  src: url('../font/NotoSansCJKjp-Light-Web.eot?#iefix') format('embedded-opentype'), url('../font/NotoSansCJKjp-Light-Web.woff') format('woff'), url('../font/NotoSansCJKjp-Light-Web.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans Japanese";
  src: url('../font/NotoSansCJKjp-Regular-Web.eot');
  src: url('../font/NotoSansCJKjp-Regular-Web.eot?#iefix') format('embedded-opentype'), url('../font/NotoSansCJKjp-Regular-Web.woff') format('woff'), url('../font/NotoSansCJKjp-Regular-Web.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans Japanese";
  src: url('../font/NotoSansCJKjp-Medium-Web.eot');
  src: url('../font/NotoSansCJKjp-Medium-Web.eot?#iefix') format('embedded-opentype'), url('../font/NotoSansCJKjp-Medium-Web.woff') format('woff'), url('../font/NotoSansCJKjp-Medium-Web.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans Japanese";
  src: url('../font/NotoSansCJKjp-Bold-Web.eot');
  src: url('../font/NotoSansCJKjp-Bold-Web.eot?#iefix') format('embedded-opentype'), url('../font/NotoSansCJKjp-Bold-Web.woff') format('woff'), url('../font/NotoSansCJKjp-Bold-Web.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

html {
  font-size: 62.5%;
  font-family: 'Lato', 'Noto Sans Japanese', Verdana, 'Droid Sans', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo;
  line-height: 1.7;
  color: #000;
  height: 100%;
}
body {
  margin: 0;
  height: 100%;
  font-size: 1.6rem;
  font: 1.4rem/1.5 serif;
  font-weight: normal;
  font-weight: 400;
  color: #000;
  background-color: #ffffff;
  text-rendering: optimizeLegibility;
  font-family: 'Lato', 'Noto Sans Japanese', Verdana, 'Droid Sans', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo;
}
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

body{
  min-width: 1000px;
  padding-top: 80px;/*headerの高さ*/
}

a {
  color: #333333;
  text-decoration: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;

}
a:hover {
  color: #ff3333;
  text-decoration: underline;
  cursor: pointer;
}
img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
figure,figure,figcaption {
  display: inline-block;
  text-align: center;
  margin: 0;
}
header,nav,fotter,
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd {
  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;
}


/* =================================================== */
/* header
/* =================================================== */
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  width: 100%;
}
.header-inner {
  position: relative;
  height: 85px;
  width: 100%;
  min-width: 1000px;
  background-color: #ffffff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.header-inner .siteneme-block img {
  width: 100%;
  height: auto;
}
.header-inner .siteneme-block {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
  width: 256px;
  height: 43px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.header-inner .siteneme-block a {
  margin: auto;
  text-align: center;
}
#top .header-inner .siteneme-block a:hover,
#top .header-inner .siteneme-block a:active,
body.page .header-inner .siteneme-block a:hover,
body.page .header-inner .siteneme-block a:active {
  color: #000000;
  text-decoration: none;
  filter:alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.header-inner .siteneme-block .logo-box .mode02 {
  display: none;
}


/*----- [smaller] -----*/
header.smaller .header-inner {
  height: 85px;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: rgba(255,255,255,0.5);
}
header.smaller .header-inner .siteneme-block {
  background-color: transparent;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
}

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


.header-inner .gmenu-block {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 0 8px;
}
.header-inner .gmenu-block ul.menu01 {
  width: 100%;
  height: 44px;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f0f0f0;
  padding: 10px 30px;
  border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.header-inner .gmenu-block li {
  font-size: 1.5rem;
  margin-left: 24px;
  list-style: none;
}
.header-inner .gmenu-block li:first-child {
  margin-left: 0;
}

.header-inner .gmenu-block li.is-active {

}
.header-inner .gmenu-block a {
  display: block;
  color: #000000;
  letter-spacing: 1px;
}
.header-inner .gmenu-block ul.menu02 {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-inner .gmenu-block ul.menu02 li.contact-menu {
  margin-left: 0;
}
.header-inner .gmenu-block li.recruit-menu a,
.header-inner .gmenu-block li.contact-menu a{
  width: 120px;
  height: 44px;
  color: #ffffff;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-inner .gmenu-block li.recruit-menu a {
  background-color: #333366;
  border-radius: 4px 0 0 4px / 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px / 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px / 4px 0 0 4px;
}
.header-inner .gmenu-block li.contact-menu a {
  background-color: #ff3333;
  border-radius: 0 4px 4px 0 / 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0 / 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0 / 0 4px 4px 0;
}
.header-inner .gmenu-block a:hover,
.header-inner .gmenu-block a:active {
  text-decoration: none;
  border: none;
  color: #ff3333;
}
.header-inner .gmenu-block li.recruit-menu a:hover {
  color: #ffffff;
  background-color: #5b5bb9;
}
.header-inner .gmenu-block li.contact-menu a:hover {
  color: #ffffff;
  background-color: #fd5f5f;
}


/* ハンバーガーメニュー　*/
:root {
  --hamburger-menu-size: 70px; /* メニューの大きさ */ 
  --hamburger-menu-padding: 12px;  
  --hamburger-menu-border-px: 1px; /* 線の太さ */
  --hamburger-menu-border-color: #333; /* 線の色 */
  --hamburger-menu-transition: 0.3s; /* アニメーション秒数 */
}

.humberger-menu-container {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
  z-index: 9999;
}
.hamburger-menu {
  cursor: pointer;
  position: relative;
  width:  var(--hamburger-menu-size);
  height: 50px;
  text-align: center;
}
.hamburger-menu-line {
  position: absolute;
  transition: var(--hamburger-menu-transition);
  height: var(--hamburger-menu-border-px);
  background-color: var(--hamburger-menu-border-color);
}
.line-top {
  top: var(--hamburger-menu-padding);
  right: 0;
  width: 60px;
  height: 2px;
}
.line-middle {
  top: calc(50% - var(--hamburger-menu-border-px)/2);
  right: 10px;
  width: 40px;
}
.line-bottom {
  bottom: var(--hamburger-menu-padding);
  right: 0;
  width: 60px;
}

.hamburger-menu-active > .line-top {
  top: calc(50% - var(--hamburger-menu-border-px)/2);
  transform: rotate(30deg);
  height: 1px;
}
.hamburger-menu-active > .line-middle {
  width: 0;
  height: 0;
  left: var(--hamburger-menu-padding);
}
.hamburger-menu-active > .line-bottom {
  top: calc(50% - var(--hamburger-menu-border-px)/2);
  transform: rotate(-30deg);
  /*width: 60px;*/
}

.globalNavi {
  /*display: none;*/
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
  /*width: 100%;
  background: #ffffff;
  padding: 80px 100px 30px;
  z-index: 999;
  box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.1);*/
}



/* =================================================== */
/* footer
/* =================================================== */

footer {
  width: 100%;
  min-width: 1000px;
  padding: 60px 60px 30px;
  background-color: #3c3e4b;
}
footer .inner-block {
  color: #fff;
}
.footer-wrapper {
  width: 100%;
}
.footer-wrapper .ft-coname {
  margin-top: 25px;
}
.footer-wrapper address {
  margin-top: 15px;
  font-style: normal;
}
.footer-navi {
  margin-top: 50px;
}
.footer-navi ul {
  width: 100%;
  list-style: none;
}
.footer-navi li {
  position:relative;
  display: inline-block;
}
.footer-navi li::before{
   content: "";
   display: inline-block;
   position: absolute;
   top: 8px;
   left: 0;
   width: 1px;
   height: 10px;
   background-color: #ff3333;
}
.footer-navi li:first-child::before {
  content: none;
}
.footer-navi li a {
  display: block;
  padding: 2px 15px;
  font-size: 1.5rem;
  letter-spacing: 1px;
  color: #cccccc;
}
.footer-navi li:first-child a {
  padding: 2px 15px 2px 0;
}
.allrights-reserved {
  text-align: left;
  color: #cccccc;
  font-size: 1.3rem;
  font-weight: 300;
  margin-top: 32px;
  letter-spacing: 1px;
  padding-bottom: 20px;
  font-family: "Roboto", serif;
}



/* =================================================== */
/* 共通
/* =================================================== */

body.page main,
body.archive main,
body.single main {
  padding-top: 80px;
}

/*.layout-2column {
  margin-top: 40px;
  padding: 0 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.layout-2column .content-area {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-right: 50px;
  padding: 20px 40px;
  background-color: #ffffff;
  border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
  min-height: 500px;
}
.layout-1column {
  margin-top: 40px;
  padding: 0 20px;
}
.layout-1column .content-area {
  padding: 20px 40px;
  background-color: #ffffff;
  border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
  min-height: 500px;
}
*/

/* Contact-block =========== */
#contact {
  margin-bottom: 0 !important;
}
#contact .contact-block {
  margin: 10em 0 0;
  padding: 50px 40px 30px;
  width: 100%;
  min-width: 1100px;
  background-color: #ff3333;
}
#contact .contact-block .ttl-block {
  text-align: center;
  color: #ffffff;
}
#contact .contact-block h4.ttl-txt {
  display: block;
  font-size: 4.0rem;
  font-weight: 700;
}
#contact .contact-block .en-txt {
  position: relative;
  margin-top: 20px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 1px;
  font-family: "Roboto", serif;
}
#contact .contact-block .en-txt::before {
  content: '';
  position: absolute;
  left: 50%;
  top: -15px;
  display: inline-block;
  width: 100px;
  height: 1px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #ffffff;
}
#contact .contact-block .txt-box {
  margin-top: 20px;
  font-size: 1.4em;
}
#contact .contact-block .inner-block {
  max-width: 1000px;
  margin: 40px auto;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact-block .inner-block .tel-block {
  
}
#contact .contact-block .tel-block .tel-box a {
  font-size: 5.0rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  font-family: "Roboto", serif;
  color: #ffffff;
}
#contact .contact-block .tel-block .tel-box .i-tel::before {
	content: "";
	display: inline-block;
	width: 28px;
	height: 29px;
	background-image: url("../images/common/icon_tel.png");
	background-size: 100% auto;
	margin-right: 15px;
	margin-top: -4px;
	vertical-align: middle;
}
#contact .contact-block .inner-block .webform-block {
  
}
#contact .contact-block .inner-block .webform-block a {
  display: block;
  width: 400px;
  padding: 22px 40px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #ff3333;
  line-height: 1;
  text-align: left;
  background-color: #ffffff;
  background-image: url("../images/common/img_arrow_red.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right 30px center;
  border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
}
#contact .contact-block .inner-block .webform-block .i-mail::before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 20px;
	background-image: url("../images/common/icon_mail.png");
	background-size: 100% auto;
	margin-right: 15px;
	margin-top: -4px;
	vertical-align: middle;
}
#contact .contact-block .inner-block .webform-block a:hover {
  text-decoration: none;
  background-position: right 20px center;
}



/*clearfix =========== */
.clearfix::after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: ".";
}
.clearfix {
	_display: inline-table;
	zoom: 1;
}

/* responsive view =========== */
  .pc-mode-view {
    display: table !important;
  }
  .smp-mode-view {
    display: none !important;
  }

  .pc-mode-view-tb {
    display: table !important;
  }
  .smp-mode-view-tb {
    display: none !important;
  }

/* tel-link =========== */
@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}

/* color system =========== */
.box-blue {
  color: #ffffff;
  background-color: #1d72c8;
}
.box-sblue {
  color: #ffffff;
  background-color: #10a5d0;
}
.box-dblue {
  color: #ffffff;
  background-color: #0a3a6a;
}
.box-lgry {
  color: #333333;
  background-color: #e5e5e5;
}
.box-dred {
  color: #ffffff;
  background-color: #cc0000;
}
.box-yelow {
  color: #333333;
  background-color: #ffd658;
}

.fnt-col-red { color: #ff3333; }
.fnt-col-redD { color: #ff3333; }
.fnt-col-bleL { color: #0fa5d0; }
.fnt-col-bleD { color: #00478e; }
.fnt-col-Sble { color: #10a5d0; }
.fnt-col-ylw { color: #ffd658; }
.fnt-col-fusoBlu { color: #333366; }

/* style =========== */

.br-pc { display: block; }
.br-sp { display: none; }
.block-pc { display: inline-block; }
.block-sp { display: block; }

.mg-tp5  { margin-top: 5px !important }
.mg-tp10 { margin-top: 10px !important }
.mg-tp15 { margin-top: 15px !important }
.mg-tp20 { margin-top: 20px !important }
.mg-tp30 { margin-top: 30px !important }
.mg-tp40 { margin-top: 40px !important }
.mg-tp50 { margin-top: 50px !important }
.mg-tp60 { margin-top: 60px !important }
.mg-tp80 { margin-top: 80px !important }

.mg-bt5  { margin-bottom: 5px !important }
.mg-bt10 { margin-bottom: 10px !important }
.mg-bt15 { margin-bottom: 15px !important }
.mg-bt20 { margin-bottom: 20px !important }
.mg-bt30 { margin-bottom: 30px !important }
.mg-bt40 { margin-bottom: 40px !important }
.mg-bt50 { margin-bottom: 50px !important }
.mg-bt60 { margin-bottom: 60px !important }
.mg-bt80 { margin-bottom: 80px !important }

ul.li-box {
  list-style: none;
}
ul.li-box li::before {
  content: "・";
}
ul.li-box.side-by li {
  display: inline-block;
  margin-right: 30px;
}


/* Button-set =========== */

.button-set {
  width: 100%;
}
.button-set a {
  /*background-color: #ffffff;*/
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center right 20px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.button-set a:hover,
.button-set a:active {
  text-decoration: none;
}
.button-set a span {
  text-shadow: 0px 2px 2px 1px rgba(255,255,255,0.9);
}
.button-set a svg {
  margin-right: 5px;
}
.button-set .btn-white {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 1px;
  display: inline-block;
  width: 300px;
  padding: 13px 40px;
  color: #000000;
  border: #cccccc solid 3px;
  background-image: url("../images/common/img_arrow_red.png");
  text-align: left;
  border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
}
.button-set .btn-white:hover {
  color: #ff3333;
  border-color: #ff3333;
  background-position: center right 10px;
}

.button-set .btn-red {
  font-size: 1.2rem;
  letter-spacing: 1px;
  display: block;
  width: 140px;
  padding: 18px 20px;
  color: #ffffff;
  background-color: #ff3333;
  background-image: url("../images/common/img_arrow_white.png");
  border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
  background-position: center right 15px;
}

.button-set .btn-red:hover {
  background-color: #FF3333;
  background-position: center right 10px;
}
.button-set .btn-mono:hover {
  background-color: #c0f2ff;
  border: #ffffff solid 1px;
}

.button-set .boxShadow {
  box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.2);
}
.button-set a.boxShadow:hover {
  box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.1);
}

.button-set .btn-typeA,
.button-set .btn-typeB {
  font-size: 2.2rem;
  font-weight: 400;
  color: #ffffff;
  padding: 15px 40px 15px 15px;
  min-width: 350px;
  background-color: #333333;
  background-position: right 15px center;
  border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.button-set .btn-typeA {
  background-image: url("../images/common/img_arrow-circle2-org.png");
}
.button-set .btn-typeB {
  background-image: url("../images/common/img_arrow-circle2-gre.png");
}
.button-set .btn-typeA:hover {
  background-color: #ff8236;
}
.button-set .btn-typeB:hover {
  background-color: #14b79e;
}


/* iCon =========== */


/* ページ内リンク =========== */
.in-pageLinks {
  margin-bottom: 120px;
  padding: 0 50px 20px;
  border-bottom: 1px solid #ff3333;
}
.in-pageLinks ul {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 30px;
  min-width: 1100px;
  margin: 0 auto;
}
.in-pageLinks ul li {
  display: block;
}
.in-pageLinks a {
  font-size: 1.6rem;
  font-weight: 500;
}
.in-pageLinks a span::before {
  font-family: "Font Awesome 6 Free";
  content: "\f175";
  display: inline-block;
  font-weight: 900;
  margin-right: 5px;
  margin-top: 2px;
  color: #ff3333;
}
.in-pageLinks a:hover {
  text-decoration: none;
}

/* table =========== */

.table-set {
	border-collapse: separate;
	width: 100%;
}
.table-set th,
.table-set td {
	text-align: left;
	font-size: 1.5rem;
}
.table-set th {
	font-weight: 400;
}


/*type-1*/
table.type-1 {
  background-color: #ffffff;
  border-top: #cccccc solid 1px;
}
/*table.type-1 th {
	border-bottom: #ebebeb solid 2px;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  vertical-align: top;
  padding: 15px;
}*/
table.type-1 th,
table.type-1 td {
  padding: 20px;
  vertical-align: top;
}
table.type-1 th {
  font-size: 1.6rem;
  font-weight: 400;
  text-align: left;
  border-bottom: #cccccc solid 1px;
}
table.type-1 td {
  font-size: 1.6rem;
  line-height: 2.0;
	border-bottom: #cccccc solid 1px;
}

table.type-2 {
  background-color: #ffffff;
}
table.type-2 caption {
  font-size: 2.8rem;
  font-weight: 500;
  color: #ff3333;
  margin-bottom: 30px;
}
table.type-2 thead th {
  background-color: #ff3333;
  width: 25%;
  font-size: 1.8rem;
  font-weight: 400;
  color: #ffffff;
  padding: 20px;
  text-align: left;
}
table.type-2 tbody td {
	border-bottom: #cccccc solid 1px;
  padding: 20px;
}
table.type-2 tbody tr td:first-child {
  vertical-align: top;
}



/* --------------------------------------------------- */
/* clearfix
/* --------------------------------------------------- */
.clearfix::after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: ".";
}
.clearfix {
	_display: inline-table;
	zoom: 1;
}


/* =================================================== */
/* HOME
/* =================================================== */

#top .wrap-contents {
  overflow: hidden;
}

#top .wrap-contents section {
  margin-bottom: 120px;
}

#top .contents-ttlBlock {
  margin: 0 auto 40px;
  text-align: center;
}
#top .contents-ttlBlock .sub-ttl {
  font-size: 2.0rem;
  font-weight: 500;
}
#top .contents-ttlBlock h2.ttl-block {
  display: block;
  font-size: 4.5rem;
  font-weight: 700;
  color: #FF3333;
}
#top .contents-ttlBlock .en-txt {
  position: relative;
  margin-top: 20px;
  font-size: 1.4rem;
  color: #FF3333;
  font-weight: 500;
  letter-spacing: 1px;
  font-family: "Roboto", serif;
}
#top .contents-ttlBlock .en-txt:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -15px;
  display: inline-block;
  width: 100px;
  height: 1px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #ff3333;
}

/* Main Visual =========== */
#top .mainVisual-block {
  position: relative;
  width: 100%;
  height: 700px;
  overflow: hidden;
  background-image: url("../images/home/img_mainvisual.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#top .mainVisual-block .inner-block {
  width: 100%;
  height: 100%;
  background-image: url("../images/common/img_dotfilter.png");
}

#top .mainVisual-block .txt-block {
  position: absolute;
  bottom: 40px;
  left: 5%;
}
#top .mainVisual-block .txt-box {
  font-size: 2.0rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 1;
  text-shadow: 0px 0px 10px rgba(0,0,0,0.58);
}
#top .mainVisual-block .catch-txt {
  margin-top: 15px;
  font-size: 5.5rem;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  text-shadow: 0px 0px 10px rgba(0,0,0,0.58);
}
#top .mainVisual-block .read-txt {
  margin-top: 30px;
  font-weight: 500;
  font-size: 2.4rem;
  color: #ffffff;
  line-height: 1.8;
  text-shadow: 0px 0px 10px rgba(0,0,0,0.58);
}


/*@media screen and (min-width:1300px) {
  #top .mainVisual-block .read-text {
    font-size: 3.4rem;
  }
}
*/


/* Business block =========== */
#top .business-block {
  margin: 60px 50px 0;
}
#top .business-block .inner-block {
  max-width: 1400px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0 50px;
}
#top .business-block .inner-block .subject-box {
  width: 40%;
  font-size: 3.0rem;
  font-weight: 700;
  line-height: 1.8;
  white-space: nowrap;
}
#top .business-block .R-block {
  margin-left: auto;
}
#top .business-block .inner-block .txt-box {
  font-size: 1.8rem;
  line-height: 2.0;
}

#top .business-block .strong-point {
  max-width: 1400px;
  margin: 70px auto 0;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  gap: 0 50px;
}
#top .business-block .strong-point .img-box {
  overflow: hidden;
  border-radius: 60px 0 0 0 / 60px 0 0 0;
  -webkit-border-radius: 60px 0 0 0 / 60px 0 0 0;
  -moz-border-radius: 60px 0 0 0 / 60px 0 0 0;
}
#top .business-block .strong-point figcaption {
  display: block;
  padding: 14px 20px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #ffffff;
  text-align: right;
  background-color: #ff0000;
}


/* Works block =========== */
#top .works-block {
  margin: 0 50px;
}
#top .works-block .inner-block {
  width: 1100px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 0 10px;
  background-color: #333366;
  overflow: hidden;
  border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#top .works-block a:hover {
  text-decoration: none;
  filter:alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
#top .works-block .L-block {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items: center;
  width: 55%;
  font-family: "Roboto", serif;
  background-image: url("../images/home/img_obj_arch.png"), url("../images/home/img_top_works.jpg") ;
  background-position: right center, center;
  background-size: contain, cover;
  background-repeat: no-repeat, no-repeat;
}
#top .works-block .L-block.ttl-box {
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 3px;
  text-align: center;
  color: #ffffff;
  font-family: "Roboto", serif;
}
#top .works-block .R-block {
  width: 45%;
  padding: 70px 120px 70px 0;
  background-image: url("../images/common/img_arrow-L_white.png");
  background-position: right 30px center;
  /*background-size: ;*/
  background-repeat: no-repeat;
  text-align: left;
  background-color: #333366;
}
#top .works-block .ttl-box {
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
}
#top .works-block h2.ttl-box {
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
}
#top .works-block .subject-box {
  margin-top: 20px;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
}
#top .works-block .txt-box {
  margin-top: 20px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  color: #ffffff;
}


/* Facilities block =========== */
#top .facilities-block {
  margin: 0 50px 0 0;
}
#top .facilities-block .inner-block {
  /*max-width: 1400px*/;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0 50px;
}
#top .facilities-block .L-block {
  width: 100%;
  max-width: 900px;
}
#top .facilities-block .L-block img {
  display: block;
  height: auto;
  object-fit: fill;
  width: 100%;
}
#top .facilities-block .inner-block .subject-box {
  font-size: 3.0rem;
  font-weight: 700;
  line-height: 1.8;
  white-space: nowrap;
}
#top .facilities-block .R-block {
  margin-left: auto;
}
#top .facilities-block .inner-block .txt-box {
  margin-top: 30px;
  font-size: 1.8rem;
  line-height: 2.0;
}



/* Recruit block =========== */
#top .recruit-block {
  min-width: 1200px;
  padding-top: 60px;
}
#top .recruit-block .inner-block {
  position: relative;
  height: 490px;
  background-color: #ffeeee;
}
#top .recruit-block .L-block {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
}
#top .recruit-block .L-block .ttlBlock {
  color: #ff3333;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#top .recruit-block .L-block .sub-ttl {
  font-size: 8.0rem;
  font-weight: 700;
  line-height: 1.0;
  letter-spacing: 4px;
}
#top .recruit-block .L-block h2.ttl-block {
  margin-left: 20px;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.0;
  letter-spacing: 1px;
}
#top .recruit-block .L-block .txt-box {
  margin-top: 25px;
  font-size: 2.0rem;
  font-size: 500;
  line-height: 2.0;
}
#top .recruit-block .R-block {
  position: absolute;
  bottom: 5%;
  right: 10%;
  width: 40%;
  max-width: 700px;
  overflow: hidden;
  margin-top: -150px;
  border-radius: 150px 10px 10px 10px / 150px 10px 10px 10px;
  -webkit-border-radius: 150px 10px 10px 10px / 150px 10px 10px 10px;
  -moz-border-radius: 150px 10px 10px 10px / 150px 10px 10px 10px;
}
#top .recruit-block .R-block img {
  
}



/* Company block =========== */
#top .company-block {
  background-color: #e8e8e8;
  padding: 30px 50px 50px;
}
#top .company-block .inner-block {
  max-width: 1400px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 80px;
}
#top .company-block .contents-ttlBlock {
  margin-top: -70px;
}
#top .company-block .box-link {
  position: relative;
  width : -webkit-calc(50% - 30px);
  width : calc(50% - 30px);
  height: 400px;
  font-size: 3.0rem;
  font-weight: 700;
  line-height: 1.0;
  color: #ffffff;
}

#top .company-block .ttl--img {
  position: absolute;
  top: 0;
  left: 0;
  width : -webkit-calc(100% - 30px);
  width : calc(100% - 30px);
  height: 370px;
  background-position: center center;
  background-size: auto;
  background-repeat: no-repeat;
  border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

#top .company-block .L-block .ttl--img {
  background-image: url("../images/home/img_top_company01.jpg");
}


#top .company-block .R-block .ttl--img {
  background-image: url("../images/home/img_top_company02.jpg");
}

#top .company-block .button-set {
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto;
}




/* =================================================== */
/* SECOND PAGE
/* =================================================== */

.second-page .mainVisual-block {
  position: relative;
  width: 100%;
  height: 300px;
  background-color: #000000;
  background-image: url("../images/common/img_second_mainvisual.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.second-page .pageTtl-block {
  position: absolute;
  top: 50%;
  left: 80px;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
  color: #ffffff;
}
.second-page .pageTtl-block .txt-box {
  font-size: 1.6rem;
  font-weight: 500;
}
.second-page .pageTtl-block .catch-txt {
  font-size: 4.5rem;
  font-weight: 700;
}

.second-page main {
  margin-top: 100px;
}

.second-page section {
  margin-bottom: 100px;
}


.second-page .conText--set .subject-block {
  font-size: 3.0rem;
  font-weight: 700;
  line-height: 1.8;
}
.second-page .conText--set .txt-box {
  margin-top: 30px;
  font-size: 1.8rem;
  line-height: 2.0;
}

/*.grade-ttl {
  width: 30%;
  text-align: right;
  margin-bottom: 20px;
}
.grade-ttl span {
  font-size: 2.0rem;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  background: linear-gradient(25deg, #0079c5, #60cbd5);
  background: -webkit-linear-gradient(25deg, #0079c5, #60cbd5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.grade-border {
  border-top: 4px solid #c21500;
  border-image: linear-gradient(to right, #0079c5 0%, #60cbd5 30%, #ffffff 30%, #ffffff 70%);
  border-image-slice: 1;
}
.h2Ttl-box {
  font-size: 4.0rem;
  font-weight: 600;
  margin: 80px 0 50px;
  text-align: center;
}*/


/* ◆ Business Page ==========================
======================================== */

#business .about-block {
  width : -webkit-calc(100% - 100px);
  width : calc(100% - 100px);
  margin: 0 50px;
}
#business .about-block .inner-block {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 60px;
}
#business .about-block .L-block {
  width: 50%;
}
#business .about-block .R-block {
  margin-left: auto;
}
#business .onestop-block .summary-block {
  width : -webkit-calc(100% - 50px);
  width : calc(100% - 50px);
  margin-right: 50px;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 60px;
}
#business .onestop-block .L-block {
  width: 50%;
  order: 2;
}
#business .onestop-block .R-block {
  margin-left: auto;
  width: 50%;
  order: 1;
}
#business .process-block {
  position: relative;
  margin-top: 60px;
  background-color: #e8e8e8;
}
#business .process-block:before {
  content: "";
  position: absolute;
  top: -60px;
  left: 50%;
  margin-left: -30px;
  border: 30px solid transparent;
  border-bottom: 30px solid #e8e8e8;
}
#business .process-block .inner-block {
  width : -webkit-calc(100% - 100px);
  width : calc(100% - 100px);
  margin: 0 50px;
  padding: 30px 0 60px;
}
#business .process-block h3.ttl-box {
  width: 100%;
  display: block;
  padding-bottom: 10px;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  color: #333366;
  border-bottom: 1px solid #333366;
}
#business .process-block h3.ttl-box .i-process::before {
  font-family: "Font Awesome 6 Free";
  content: "\f7d9";
  display: inline-block;
  font-weight: 900;
  margin-right: 15px;
  margin-top: 2px;
}
#business .process-block ol {
  margin-top: 50px;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 30px 0;
}
#business .process-block li {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 30px;
  width : -webkit-calc(50% - 15px);
  width : calc(50% - 15px);
  padding: 14px 20px;
  font-size: 2.4rem;
  font-weight: 500;
  color: #333366;
  background-color: #ffffff;
  border-radius: 50px 50px 0 50px / 50px 50px 0 50px;
  -webkit-border-radius: 50px 50px 0 50px / 50px 50px 0 50px;
  -moz-border-radius: 50px 50px 0 50px / 50px 50px 0 50px;
}
#business .process-block li span {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 2.6rem;
  font-weight: 500;
  font-family: "Roboto", serif;
  color: #ffffff;
  background-color: #333366;
  border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
#business .facilities-block {
  width : -webkit-calc(100% - 50px);
  width : calc(100% - 50px);
  margin: 0 0 0 50px;
}
#business .facilities-block .inner-block {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 60px;
}
#business .facilities-block .L-block {
  width: 60%;
}
#business .facilities-block .R-block {
  width: 40%;
}


/* ◆ Facilities Page ==========================
======================================== */

#facilities .about-block {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
#facilities .about-block .summary-block {
  position: relative;
  display: inline-block;
  padding: 0 40px 40px 50px;
  background-color: #ffffff;
  z-index: 10;
}
#facilities .about-block .img-block {
  margin: -140px 0 0 auto;
  width : 80%;
  z-index: 1;
}
#facilities .about-block .img-block img {
  display: block;
  height: 600px;
  object-fit: cover;
  object-position: right bottom;
  width: 100%;
}

#facilities .facList-block {
  width : -webkit-calc(100% - 100px);
  width : calc(100% - 100px);
  margin: 0 50px;
}
#facilities .facList-block .table-set {
  max-width: 1300px;
  min-width: 1000px;
  margin: 0 auto;
}
#facilities .facList-block .table-set th.colum01 {
  width: 30%;
}
#facilities .facList-block .table-set th.colum02,
#facilities .facList-block .table-set th.colum03,
#facilities .facList-block .table-set th.colum04 {
  width: 20%;
}
#facilities .facList-block .table-set th.colum05 {
  width: 10%;
  text-align: center;
}
#facilities .facList-block .table-set tr td:first-child {
  font-size: 1.6rem;
  font-weight: 500;
}
#facilities .facList-block .table-set tr td:nth-last-child(1) {
  text-align: center;
}


/* ◆ Compnay block ==========================
======================================== */
#company section {
  border-top: 1px solid #cccccc;
  padding-top: 100px;
}
#company #message {
  border-top: none;
  padding-top: 0;
}
#company .subject-block {
  position: relative;
  margin-bottom: 50px;
}
#company .subject-block::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -20px;
  display: inline-block;
  width: 100px;
  height: 1px;
  background-color: #ff3333;
}


/* message------ */
#company .message-block {
  width : -webkit-calc(100% - 50px);
  width : calc(100% - 50px);
  margin: 0 0 0 50px;
}
#company .message-block .inner-block {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 60px;
}
#company .message-block .L-block {
  width: 50%;
}
#company .message-block .R-block {
  margin-left: auto;
}
#company .message-block .L-block .ceo-sign {
  display: block;
  font-size: 2.6rem;
  text-align: right;
  margin-top: 20px;
}
#company .message-block .L-block .ceo-sign span {
  font-size: 1.4rem;
  margin-right: 10px;
}

/* slogan------ */
#company .slogan-block {
  width : -webkit-calc(100% - 50px);
  width : calc(100% - 50px);
  margin: 0 0 0 50px;
}
#company .slogan-block .inner-block {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
  gap: 0 60px;
}
#company .slogan-block .L-block .txt-box {
  font-size: 2.4rem;
  font-weight: 500;
}
#company .slogan-block .L-block {
  margin-right: auto;
}
#company .slogan-block .R-block {
  width: 55%;
  background-color: #f0f0f0;
  overflow: hidden;
  border-radius: 60px 0 0 0 / 60px 0 0 0;
  -webkit-border-radius: 60px 0 0 0 / 60px 0 0 0;
  -moz-border-radius: 60px 0 0 0 / 60px 0 0 0;
}
#company .slogan-block .R-block .in-block {
  padding: 40px;
}
#company .slogan-block .R-block .ttl-box {
  display: inline-block;
  width: 250px;
  font-size: 2.0rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
  padding: 6px 20px;
  background-color: #ffffff;
  border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
}
#company .slogan-block .R-block ul {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 15px 5px;
}
#company .slogan-block .R-block li {
  display: block;
  font-size: 1.7rem;
  width: 32%;
}
#company .slogan-block .R-block li::before {
  font-family: "Font Awesome 6 Free";
  content: "\f111";
  display: inline-block;
  font-weight: 900;
  margin-right: 5px;
  margin-top: 2px;
  color: #333366;
}

/* bizpolicy------ */
#company .bizpolicy-block {
  width : -webkit-calc(100% - 100px);
  width : calc(100% - 100px);
  margin: 0 50px;
}
#company .bizpolicy-block .inner-block {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
  gap: 0 60px;
}
#company .bizpolicy-block .policy-list dt {
  margin-bottom: 10px;
  font-size: 2.2rem;
  font-weight: 500;
}
#company .bizpolicy-block .policy-list dd {
  margin-left: 15px;
  font-size: 1.6rem;
}
#company .bizpolicy-block .policy-list dd + dt {
  margin-top: 20px;
}

/* slogan------ */
#company .safety-block {
  width : -webkit-calc(100% - 50px);
  width : calc(100% - 50px);
  margin: 0 0 0 50px;
}
#company .safety-block .inner-block {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
  gap: 0 60px;
}
#company .safety-block .txt-box {
  font-size: 2.4rem;
  font-weight: 500;
}


/* outline------ */
#company .outline-block {
  width : -webkit-calc(100% - 100px);
  width : calc(100% - 100px);
  margin: 0 50px;
}
#company .outline-block .table-set {
  max-width: 1300px;
  min-width: 1000px;
  margin: 0 auto;
}
#company .outline-block .table-set th.colum01 {
  width: 20%;
}
#company .outline-block .table-set td.colum02 {
  width: 80%;
}
#company .outline-block .table-set th {
  font-weight: 500;
}

/* history------ */
#company .history-block {
  width : -webkit-calc(100% - 100px);
  width : calc(100% - 100px);
  margin: 0 50px;
}
#company .history-block .table-set {
  max-width: 1300px;
  min-width: 1000px;
  margin: 0 auto;
}
#company .history-block .table-set th.colum01 {
  width: 20%;
}
#company .history-block .table-set td.colum02 {
  width: 80%;
}
#company .history-block .table-set th {
  font-weight: 500;
}


/* ◆ Works Page ==========================
======================================== */

#works .reedCopy-txt {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  padding: 0 50px;
  margin-bottom: 30px;
}

#works h2.h2-title {
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  color: #ff3333;
  padding: 0 50px;
  margin-bottom: 30px;
}



#works .archive-block.type-01 {
  padding: 40px 50px;
  background-color: #f6efef;
}
#works .archive-block.type-01 .inner-block {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 60px;
}
#works .archive-block.type-01 .L-block {
  width: 40%;
}
#works .archive-block.type-01 .R-block {
  width: 60%;
}
#works .archive-block.type-01 .conText--set .txt-box {
  margin-top: 10px;
}
#works .archive-block.type-01 .movie-block {
  position: relative;
  width: 100%;
  padding: calc(315 / 560 * 100%) 0 0;
}

#works .archive-block.type-01 .movie-block iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


#works .archive-block.type-02 {
  padding: 40px 50px;
}
#works .archive-block.type-02 .inner-block {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  column-gap: 30px;
  row-gap: 40px;
}
#works .archive-block.type-02 .unit-box .img-box {
  border: 1px solid #cccccc;
}
#works .archive-block.type-02 .unit-box .ttl-box {
  margin-top: 10px;
  font-size: 2.0rem;
  font-weight: 700;
}
#works .archive-block.type-02 .unit-box .txt-box {
  margin-top: 10px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
}

#works .facList-block .table-set {
  max-width: 1300px;
  min-width: 1000px;
  margin: 0 auto;
}
#works .facList-block .table-set th.colum01 {
  width: 15%;
}
#works .facList-block .table-set th.colum02 {
  width: 15%;
}
#works .facList-block .table-set th.colum03 {
  width: 70%;
}
#works .facList-block .table-set tr td:first-child {
  font-size: 1.6rem;
  font-weight: 500;
}

#works .endCach-txt {
  font-size: 3.0rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.8;
  padding: 0 50px;
  margin-bottom: 30px;
}



/* ◆ Recruit block ==========================
======================================== */

/* Recruit Message------ */
#recruit .recMessage-block {
  width : -webkit-calc(100% - 50px);
  width : calc(100% - 50px);
  margin: 0 0 0 50px;
}
#recruit .recMessage-block .inner-block {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 60px;
}
#recruit .recMessage-block .L-block {
  width: 60%;
}
#recruit .recMessage-block .R-block {
  max-height: 700px;
  margin-left: auto;
}


/* Recruit Process------ */
#recruit .recProcess-block {
  padding: 40px 50px 60px;
  background-color: #ced8ea;
}
#recruit .recProcess-block .inner-block {
  max-width: 1500px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 30px 15px;
  margin-top: 20px;
}
#recruit .recProcess-block .obj-process {
  position: relative;
  width: 25%;
  background-color: #ffffff;
  padding: 30px 20px;
  border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;  
}
#recruit .recProcess-block .obj-process:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -11px;
  border: 11px solid transparent;
  border-left: 11px solid #ff3333;
}
#recruit .recProcess-block .obj-process.unit-4:before {
  content: none;
}
#recruit .recProcess-block .ttl-box {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1;
}
#recruit .recProcess-block .ttl-box span {
  font-size: 3.2rem;
  font-family: "Roboto", serif;
}
#recruit .recProcess-block .ttl-box i.fa-solid {
  display: inline-block;
  font-size: 3.0rem;
  color: #ff3333;
  float: right;
}
#recruit .recProcess-block .txt-box {
  font-size: 1.6rem;
  line-height: 1.8;
}

/* jobData------ */
#recruit .jobData-block {
  width : -webkit-calc(100% - 100px);
  width : calc(100% - 100px);
  margin: 0 50px;
}
#recruit .jobData-block .subject-block {
  margin-bottom: 20px;
}
#recruit .jobData-block .table-set {
  max-width: 1300px;
  min-width: 1000px;
  margin: 0 auto;
}
#recruit .jobData-block .table-set th.colum01 {
  width: 20%;
}
#recruit .jobData-block .table-set td.colum02 {
  width: 80%;
}
#recruit .jobData-block .table-set th {
  font-weight: 500;
  background-color: #f6f6f6;
}

/* ◆ Access block ==========================
======================================== */

#access .access-block .gmap-block iframe {
  width: 100%;
  height: 500px;
}
#access .access-block .inner-block {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0 50px;
}
#access .access-block .L-block {
  width: 60%;
}
#access .access-block .R-block {
  width: 40%;
}
#access .access-block .accessinfo-block {
  margin-top: 30px;
}
#access .access-block .accessinfo-block .info-box {
  background-color: #f0f0f0;
  padding: 15px 30px;
  border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
  width : 70%;
  max-width: 600px;
}
#access .access-block .accessinfo-block .info-box .ttl-box {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
#access .access-block .accessinfo-block .info-box .txt-box2 {
  font-size: 1.4rem;
}
#access .access-block .accessinfo-block .txt-box2 + .ttl-box {
  margin-top: 30px;
}
#access .access-block .accessinfo-block .info-box .fas,
#access .access-block .accessinfo-block .info-box svg {
  color: #ff3333;
  margin-right: 5px;
}




/* ◆ Privacy Policy block ==========================
======================================== */

#privacy .privacy-block {
  min-width: 1100px;
  max-width: 1200px;
  width : -webkit-calc(100% - 200px);
  width : calc(100% - 200px);
  margin: 0 auto;
  font-size: 1.6rem;
}
#privacy .privacy-block h2.h2-ttlBox {
  font-size: 3.0rem;
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
}
#privacy .privacy-block .readTxt-box {
  margin-bottom: 50px;
  line-height: 1.8;
}
#privacy .privacy-block h3.ttl-box {
  font-size: 2.2rem;
}
#privacy .privacy-block p.txt-box {
  font-size: 1.6rem;
  line-height: 2.0;
  margin-top: 10px;
}
#privacy .privacy-block ol {
  margin-left: 30px;
}
#privacy .privacy-block ul {
  margin: 10px 0 0 30px;
}
#privacy .privacy-block li {
  margin-bottom: 8px;
  line-height: 1.6;
}
#privacy .privacy-block li:last-child {
  margin-bottom: 0;
}

#privacy .privacy-block p + h3,
#privacy .privacy-block ul + h3 {
  margin-top: 30px
}

#privacy .privacy-block .kaite-txt {
  display: inline-block;
  margin-top: 30px;
}
#privacy .privacy-block .kaite-txt p {
  font-size: 1.5rem;
}
#privacy .privacy-block .kaite-txt a {
  display: block;
  margin-top: 10px;
}


/* ◆ Contact block ==========================
======================================== */
#contact .mainVisual-block,
#contact_confirm .mainVisual-block,
#contact_finish .mainVisual-block　{
  background-image: url("../images/contact/img_page-mainvisual.jpg");
  height: 350px;
}

#contact .h2Ttl-box,
#contact_confirm .h2Ttl-box,
#contact_finish .h2Ttl-box　{
  margin-top: 0;
}
#contact .h2ttl-set,
#contact_confirm .h2ttl-set,
#contact_finish .h2ttl-set　{
  margin-bottom: 20px;
}
#contact .read-block,
#contact_confirm .read-block,
#contact_finish .read-block　{
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 30px;
  margin-top: 60px;
}

.page-inquiry-block {
  margin: 0 auto 60px;
  width: 80%;
  max-width: 1200px;
  min-width: 1100px;
}

.required {
  font-size: 1.1rem;
  padding: 1px 3px;
  margin-left: 10px;
  color: #ffffff;
  background-color: #d42628;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

input.form-control {
  display: inline-block;
  width: 80%;
  /*height: 34px;*/
  padding: 8px 12px;
  font-size: 16px;
  line-height: 1;
  color: #000;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  vertical-align: middle;
}
select.form-control {
  display: inline-block;
  width: 80%;
  /*height: 34px;*/
  padding: 8px 12px;
  font-size: 16px;
  line-height: 1;
  color: #000;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 6px;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  vertical-align: middle;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #ccc;
}

.form-control::-webkit-input-placeholder {
  color: #ccc;
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
  width: 80%;
}

input[type="search"] {
  -webkit-appearance: none;
}

.contact-btns {
	text-align: center;
	margin: 50px auto 0;
}
.contact-btns button,
.contact-btns input[type=submit] {
  display: inline-block;
  width: 300px;
  text-decoration: none;
  text-align: left;
  padding: 25px 20px;
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1;
  background-image: url("../images/common/icon_arrow-m.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right 25px center;
	background-color: #ffffff;
  color: #000000;
  border: #b3b3b3 solid 1px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
/*.contact-btns button:hover,
.contact-btns button:active {
  background-image: url("../image/common/icon_arrow-wht-m.png");
  background-color: #d42628;
  color: #ffffff;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}*/
.contact-btns input[type=submit]:hover {
	background-color: #0FAAEB;
	color: #fff;
	cursor:pointer;background-image: url("../images/common/icon_arrow-whi_m.png");
  background-position: right 15px center;
  border: #0FAAEB solid 1px;
}
.contact-btns input[type=submit].btn-back {
	background-color: #999
}
.contact-btns input[type=button] {
	padding: 0.4rem 1rem;
	background-color: #999;
	color: #fff;
	border: none;
	/*-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px*/
}
.contact-btns .btn-secondary {
  margin: 0 10PX;
}
#contact.error-page .error-block .message-box,
#contact.thanks-page .thanks-block .message-box {
  width: 800px;
  margin: 30px auto;
  border: #eeeeee solid 4px;
  text-align: center;
}
#contact.error-page .error-block .message-box .txt-box {
  font-size: 2.0rem;
  padding: 20px;
}
#contact.error-page .error-block .message-box .form-error {
  font-size: 1.5rem;
  color: #cc0000;
  padding: 0px 20px 30px;
}
#contact.thanks-page .thanks-block .message-box .ttl-box {
  font-size: 2.0rem;
  padding: 30px;
}
#contact.thanks-page .thanks-block .message-box .txt-box {
  font-size: 1.5rem;
  padding: 0px 20px 30px;
  line-height: 1.8;
}


.form-block .kakuninBlock {
  width: 900px;
  margin: 40px auto;
}
.form-block .kakuninBlock .ttl-box {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 15px;
  text-align: center;
}
.form-block .kakuninBlock .txt-box {
  text-align: center;
  line-height: 1.8;
}
.form-block .kakuninBlock a {
  text-decoration: underline;
  color: #389CCF;
}

.page-contact_finish .kakuninBlock,
.page-contact_confirm .kakuninBlock{
	display: none;
}

.mw_wp_form .error {
  display: block;
  background-color: #ff3333;
  padding: 3px 15px;
  color: #ffffff !important;
  font-size: 1.4rem !important;
  border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
  margin-top: 10px;
}


/* =================================================== */
/* JS
/* =================================================== */

.slick-dots li.slick-active button::before {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  content: "•" !important;
  width: 20px !important;
  height: 20px !important;
  font-family: "slick" !important;
  font-size: 6px !important;
  line-height: 20px !important;
  text-align: center !important;
  color: #76c8f9 !important;
  opacity: 1 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/* =================================================== */
/* プラグイン
/* =================================================== */

/*  =========== */



/* =================================================== */
/* CSSアニメーション
/* =================================================== */

.slide-bottom {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1.3s 0s ease-out;
}

.showJS {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s 0s ease-out;
}


.fade{
  animation: fadeIn 2.0s ease 0s 1 normal;
}
@keyframes fadeIn { 
  0% {
    opacity: 0;
    /*transform: translateY(20px);*/
  } 
  100% {
    opacity: 1;
    /*transform: translateY(0);*/
  } 
}


/* =================================================== */
/* レスポンシブフォント
/* =================================================== */

/*@media screen and (min-width:1300px) {
   h2 {
    font-size: calc(1rem + ((1vw - 13.00px) * 0.6944));
    min-height: 0vw;
  }
}*/

