@charset "utf-8";

html {
  font-size: 62.5%;
  font-family: 'M PLUS Rounded 1c', sans-serif, '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo;
  line-height: 1.7;
  color: #333333;
  height: 100%;
}
body {
  margin: 0;
  height: 100%;
  font-size: 1.6rem;
  font: 1.4rem/1.5 serif;
  font-weight: normal;
  font-weight: 400;
  color: #333333;
  background-color: #fff;
  text-rendering: optimizeLegibility;
  font-family: 'M PLUS Rounded 1c', sans-serif, '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo;
}
html, body {
  margin: 0;
  padding: 0;
  width:100%;
  height:100%;
}

body{
  min-width: 1000px;
}

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: #007ac4;
  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-inner {
  position: fixed;
  height: 100px;
  width: 100%;
  min-width: 1000px;
  background-color: #ffffff;
  z-index: 9999;
  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: 260px;
  height: 61px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  flex-direction: column;
  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,
#secondary .header-inner .siteneme-block a:hover,
#secondary .header-inner .siteneme-block a:active {
  color: #000000;
  text-decoration: none;
  filter:alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

/* GlobalNavi */
.globalNavi {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
  z-index: 9999;
}
.header-inner .gmenu-block ul {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: stretch;
  gap: 0 40px;
  background-color: #f6f6f6;
  padding: 10px 10px 10px 40px;
  border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}
.header-inner .gmenu-block li {
  display: block;
  list-style: none;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  padding: 10px 0px;
}
.header-inner .gmenu-block li a:hover {
  text-decoration: none;
}
.header-inner .gmenu-block li:last-child {
  background-color: #333333;
  padding: 10px 20px;
  border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
.header-inner .gmenu-block li:last-child a {
  color: #ffffff;
}
.header-inner .gmenu-block li:last-child:hover {
  background-color: #007ac4;
}

@media screen and (min-width: 481px) {
  #top header.smaller .header-inner {
    position: fixed;
  }
  header.smaller .header-inner {
    background-color: rgba(255,255,255,0.5);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    height: 80px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
  }
  header.smaller .header-inner .siteneme-block {
    width: 200px;
    height: 47px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    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.smaller .header-inner .gmenu-block li {
    font-size: 1.4rem;
    padding: 5px 0px;
  }
  header.smaller .header-inner .gmenu-block li:last-child {
    padding: 5px 15px;
  }
}

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

.humberger-menu-container {
  display: none;
  position: absolute;
  top: 50%;
  right: 20px;
  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: right;
}
.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;
}
.line-middle {
  top: calc(50% - var(--hamburger-menu-border-px)/2);
  right: 0;
  width: 45px;
}
.line-bottom {
  bottom: var(--hamburger-menu-padding);
  right: 0;
  width: 30px;
}

.hamburger-menu-active > .line-top {
  top: calc(50% - var(--hamburger-menu-border-px)/2);
  transform: rotate(30deg);
}
.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: 70px;
}


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

footer {
  width: 100%;
  min-width: 1000px;
}
footer .inner-block {
  padding: 0 50px;
  background: linear-gradient(0deg, #d0c5ff, #77bfeb);
  background: -webkit-linear-gradient(0deg, #d0c5ff, #77bfeb);
}
.contact-block {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 210px;
  overflow: hidden;
}
.contact-block .l-col,
.contact-block .r-col {
  width: 45%;
}
.contact-block .l-col h4.ttl-box {
  font-size: 4.2rem;
  font-weight: 400;
  color: #ffffff;
}
.contact-block .l-col .read-txt {
  font-size: 1.5rem;
  font-weight: 400;
  color: #ffffff;
}
.contact-block .r-col {
  display: inline-block;
  text-align: center;
}
.contact-block .r-col .in-box {
  width: 410px;
  float: right;
}
.contact-block .r-col .tel-box {
  margin-bottom: 15px;
  
}
.contact-block .r-col .tel-box a {
  font-size: 4.8rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
}
.contact-block .r-col .tel-box a[href^="tel:"] {
    pointer-events: none;
}
.contact-block .r-col .tel-box .icon-tel::before {
	content: "";
	display: inline-block;
	width: 35px;
	height: 33px;
  color: #ffffff;
	background-image: url("../image/icon_tel.svg");
	background-size: 100% auto;
	margin-right: 8px;
	margin-top: -4px;
	vertical-align: middle;
}
.contact-block .r-col .mail-box {
  font-size: 2.4rem;
  font-weight: 400;
  margin: 0 8px;
  padding: 6px 10px;
  text-align: center;
  border: 1px solid #ffffff;
  border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}
.contact-block .r-col .mail-box:hover {
  background-color: #d0c5ff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.contact-block .r-col .mail-box .icon-mail::before {
	content: "";
	display: inline-block;
	width: 25px;
	height: 16px;
  color: #ffffff;
	background-image: url("../image/icon_mail.svg");
	background-size: 100% auto;
	margin-right: 8px;
	margin-top: -4px;
	vertical-align: middle;
}
.contact-block .deg-line {
  display: inline-block;
  width: 230px;
  height: 240px;
  margin-top: -15px;
  background-image: linear-gradient(130deg, transparent 51%, #ffffff 51%, #ffffff 51.5%, transparent 51.5%);
}

footer .ft-underBlock {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 20px;
}
footer .ft-underBlock .ft-logo {
  width: 190px;
  height: auto;
}
footer .ft-underBlock .pri-box {
  margin: 0 50px 0 auto;
}
footer .ft-underBlock .pri-box a {
  font-size: 1.3rem;
}
footer .ft-underBlock .allrights-reserved {
  color: #999999;
  font-size: 1.3rem;
  font-weight: 200;
}



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

main {
  padding-top: 100px;
}


/* 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;
  }

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

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

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

.mgt-50 { margin-top: 50px; }
.mgl-30 { margin-left: 30px; }


/* 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;
}
.table-set td {
	
}

table.type-1 th {
	border-bottom: #76c8f9 solid 1px;
  font-weight: 500;
  vertical-align: top;
  padding: 15px 10px;
}
table.type-1 tr:first-child th {
	border-top: #76c8f9 solid 1px;
}
table.type-1 td {
  padding: 15px 10px;
	border-bottom: #cccccc solid 1px;
}
table.type-1 tr:first-child td {
	border-top: #cccccc solid 1px;
}


table.type-2 tbody {
  display: block;
  width: 100%;
}
table.type-2 tbody tr:nth-child(odd) {
  display: block;
  width: 100%;
  background-color: #f4f6f7;
  border-radius:  50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
}
table.type-2 tbody th {
  font-weight: 400;
  vertical-align: top;
  padding: 10px 10px;
  text-align: center;
}
table.type-2 tbody td {
  font-weight: 300;
  padding: 10px 10px;
}


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


/* =================================================== */
/* HOME
/* =================================================== */
#top main {
  min-width: 1000px;
}

#top h2.h2-title {
  font-size: 6.0rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 25px;
  background-image: url("../image/img_title-mark.png");
  background-repeat: no-repeat;
  background-size: 27px auto;
  background-position: center bottom;
}

/* Main Visual =========== */
#top .mainVisual-block {
  position: relative;
  width: 100%;
  padding-top: 700px;
}
#top .mainVisual-block .read-txt {
  position: absolute;
  bottom: 550px;
  left: 0;
  display: block;
  width: 50%;
  border-bottom: 1px solid #cccccc;
  text-align: right;
  padding-bottom: 10px;
}
#top .mainVisual-block .co-txt {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
}
#top .mainVisual-block .read-txt img {
  width: 300px;
  height: auto;
}
#top .mainVisual-block .visual-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  gap: 0 15px;
}
#top .mainVisual-block .visual-block .logo-box {
  position: relative;
  width: 44%;
  height: 100%;
}
#top .mainVisual-block .wrap-svg {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
  overflow: hidden;
  width: 468px;
  height: 490px;
}
#top .mainVisual-block .visual-block .logo-box img {
  max-width: inherit;
}
#top .mainVisual-block .svgMask {
  -webkit-clip-path: url(#svgPath);
  clip-path: url(#svgPath);
  width: 100%;
  height: 100%;
  background-image: url("../image/img_bg-sky.jpg");
  background-size: 2000px 522px;
  background-position: center;
  animation: scroll-anim 60s linear infinite;
}
@keyframes scroll-anim {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2000px 0;
  }
}
#top .mainVisual-block .svg-content {
  position: absolute;
  width: 100% !important;
  height: auto !important;
}
#svgPath {
  width: 100%;
  height: auto;
}
#top .mainVisual-block path {
  transform: scale(1.2);
}
@media screen and (min-width: 1441px) {
  #top .mainVisual-block {
    padding-top: 780px;
  }
  #top .mainVisual-block .read-txt {
    bottom: 660px;
    width: 52%;
  }
  #top .mainVisual-block .co-txt {
    bottom: -50px;
  }
  #top .mainVisual-block .read-txt img {
    width: 350px;
    height: auto;
  }
  #top .mainVisual-block .co-txt img {
    width: 690px;
    height: auto;
  }
  #top .mainVisual-block .visual-block {
    gap: 0 40px;
  }
  #top .mainVisual-block .visual-block .logo-box {
    width: 48%;
  }
  #top .mainVisual-block .wrap-svg {
    width: 507px;
    height: 531px;
  }
  #top .mainVisual-block path {
    transform: scale(1.3);
  }
}

#top .mainVisual-block .visual-block .img-box1 {
  background-image: url("../image/img_mv-tempagency.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: right bottom 10px;
  width: 28%;
  height: 100%;
}
#top .mainVisual-block .visual-block .img-box2 {
  background-image: url("../image/img_mv-paintingindustry.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: right top;
  width: 28%;
  height: 100%;
}

/* Intro block =========== */
#top .intro-block {
  margin-top: 100px;
  padding: 0 50px;
}
#top .intro-block .inner-block {
  max-width: 1200px;
  min-width: 1000px;
  margin: 0 auto;
}
#top .intro-block h1.page-title {
  text-align: center;
  font-size: 3.5rem;
  font-weight: 200;
}
#top .intro-block .txt-box {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
  margin-top: 20px;
  line-height: 2.0;
}
@media screen and (min-width: 1441px) {
  #top .intro-block {
    margin-top: 180px;
  }
  #top .intro-block h1.page-title {
    font-size: 4.2rem;
  }
  #top .intro-block .txt-box {
    font-size: 2.2rem;
  }
}

/* Business block =========== */
#top .business-block {
  
}
#top .business-block.slant-bg {
  width: 100%;
  margin: 120px 0 0;
  padding: 130px 0 130px;
  clip-path: polygon(0 0, 100% calc(0% + 8vw), 100% calc(100% - 8vw), 0 100%);
  background-color: #f4f6f7;
}
#top .business-block .wrap {
  padding: 0 50px;
}
#top .business-block .inner-block {
  min-width: 1000px;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 70px;
}
#top .business-block .service-01 .img-box {
  width: 50%;
  height: 600px;
  background-image: url("../image/img_paintingindustry02.png"), url("../image/img_paintingindustry01.png");
  background-repeat: no-repeat;
  background-size: 70% auto, 90% auto;
  background-position: right bottom, left top;
}
#top .business-block .cont-box .servie-block .sub-ttl {
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: 1px;
}
#top .business-block .cont-box h3.ttl-box {
  font-size: 3.6rem;
  font-weight: 400;
  margin-bottom: 20px;
}
#top .business-block .cont-box .txt-box {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
}
#top .business-block .cont-box {
  width: 50%;
  margin-top: 40px;
}
#top .business-block .cont-box .servie-block {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px dotted #cccccc;
}
#top .business-block .cont-box .servie-block ul {
  list-style: none;
}
#top .business-block .cont-box .servie-block li {
  margin-top: 10px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}
#top .business-block .cont-box .servie-block li:before {
  display:inline-block;
  content: "●";
  color: #77bfeb;
  margin-right: 4px;
}
#top .business-block .service-02 {
  margin-top: 40px;
}
#top .business-block .service-02 .cont-box {
  order: 1;
}
#top .business-block .service-02 .img-box {
  width: 50%;
  height: 500px;
  background-image: url("../image/img_mv-tempagency01.png");
  background-repeat: no-repeat;
  background-size: 90% auto;
  background-position: left center;
  order: 2;
}

@media screen and (min-width: 1441px) {
  #top .business-block.slant-bg {
    padding: 160px 0 200px;
  }
  #top .business-block .cont-box h3.ttl-box {
    font-size: 4.0rem;
  }
  #top .business-block .cont-box .txt-box {
    font-size: 1.8rem;
  }
  #top .business-block .cont-box .servie-block li {
    font-size: 1.6rem;
  }
  #top .business-block .cont-box .servie-block .sub-ttl {
    font-size: 1.4rem;
  }
}


/* Company block =========== */
#top .company-block {
  padding: 100px 50px 0;
}

/* Philosophy */
#top .philosophy-block .inner-block {
  max-width: 900px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#top .philosophy-block h3.ttl-box {
  font-size: 4.6rem;
  font-weight: 200;
}
#top .philosophy-block .txt-box {
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 2.2;
}

/* Logo derivation */
#top .logoDerivation-block {
  min-width: 1000px;
  max-width: 70%;
  margin: 80px auto;
  border: 1px solid #cccccc;
  border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
#top .logoDerivation-block .inner-block {
  padding: 70px 40px;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
#top .logoDerivation-block .img-box {
  width: 380px;
  text-align: center;
}
#top .logoDerivation-block .img-box img {
  width: 172px;
}
#top .logoDerivation-block .cont-box {
  width: 60%;
}
#top .logoDerivation-block h3.ttl-box {
  font-size: 4.4rem;
  font-weight: 200;
  margin-bottom: 10px;
}
#top .logoDerivation-block .txt-box {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 2.0;
}

/* SDGs */
#top .SDGs-block {
  min-width: 1000px;
  max-width: 70%;
  margin: 80px auto;
  border: 1px solid #cccccc;
  border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
#top .SDGs-block .inner-block {
  padding: 40px 40px;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
#top .SDGs-block .img-box {
  width: 380px;
  text-align: right;
}
#top .SDGs-block .img-box img {
  width: 300px;
}
#top .SDGs-block .img-box a:hover {
  filter:alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
#top .SDGs-block .cont-box {
  width: 60%;
}
#top .SDGs-block h3.ttl-box {
  font-size: 4.4rem;
  font-weight: 200;
  margin-bottom: 10px;
  text-align: left;
}
#top .SDGs-block .txt-box {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 2.0;
}
#top .SDGs-block .pdf-link {
  margin-top: 20px;
  font-size: 1.7rem;
  font-weight: 400;
}
#top .SDGs-block .pdf-link a {
  color: #007ac4;
}

/* Outline */
#top .outline-block {
  margin-top: 80px;
  padding: 80px 50px;
  min-width: 1000px;
  background-image: url("../image/img_bg-motorbike.jpg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right 50px bottom;
}
#top .outline-block .inner-block {
  max-width: 1200px;
  margin: 0 auto;
}
#top .outline-block tr {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 0 3px;
}
#top .outline-block th {
  width: 220px;
}
#top .outline-block td {
  width : -webkit-calc(100% - 220px);
  width : calc(100% - 220px);
}

@media screen and (min-width: 1441px) {
  #top .philosophy-block h3.ttl-box {
    font-size: 4.6rem;
  }
  #top .philosophy-block .txt-box {
    font-size: 2.2rem;
  }
  #top .outline-block .inner-block {
    max-width: 1400px;
  }
  #top .logoDerivation-block .img-box img {
    width: 250px;
  }
  #top .logoDerivation-block h3.ttl-box,
  #top .SDGs-block h3.ttl-box {
    font-size: 4.6rem;
  }
  #top .logoDerivation-block .txt-box,
  #top .SDGs-block .txt-box,
  #top .SDGs-block .pdf-link a{
    font-size: 1.9rem;
  }
  #top .outline-block th {
    width: 260px;
    font-size: 1.6rem;
  }
  #top .outline-block td {
    font-size: 1.6rem;
  }
}


/* Recruit block =========== */
#top .recruit-block {
  padding: 80px 0 140px;
  background-color: #f4f6f7;
}
#top .recruit-block .read-txt {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 200;
  margin-bottom: 50px;
}
#top .recruit-block .inner-block {
  max-width: 900px;
  margin: 0 auto;
}
#top .recruit-block h3.ttl-box {
  font-size: 2.4rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;
}
#top .recruit-block h3.ttl-box span {
  display: block;
  font-size: 1.2rem;
  font-weight: 200;
}
#top .recruit-block .info-unit {
  background-color: #ffffff;
  padding: 40px 60px;
  border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
  border: 1px solid #333333;
}
#top .recruit-block .info-unit th {
  width: 200px;
}
#top .recruit-block .info-unit td {
  width : -webkit-calc(100% - 200px);
  width : calc(100% - 200px);
}
@media screen and (min-width: 1441px) {
  #top .recruit-block .read-txt {
    font-size: 1.9rem;
  }
  #top .recruit-block .inner-block {
    max-width: 1200px;
  }
  #top .recruit-block h3.ttl-box {
    font-size: 2.6rem;
  }
  #top .recruit-block h3.ttl-box span {
    font-size: 1.4rem;
  }
  #top .recruit-block .info-unit th {
    width: 220px;
    font-size: 1.6rem;
  }
  #top .recruit-block .info-unit td {
    font-size: 1.6rem;
  }
}


/* =================================================== */
/* SECOND PAGE
/* =================================================== */
#secondary .page-title {
  background-color: #f4f6f7;
  padding: 20px 60px;
}
#secondary .page-title h1 {
  font-size: 4.0rem;
  font-weight: 500;
  letter-spacing: 3px;
  text-align: center;
}


#secondary .contents-block {
  margin: 60px 0 80px;
}
#secondary section {
  max-width: 1100px;
  min-width: 980px;
  margin: 0 auto;
  line-height: 1.8;
}

#secondary .contents-block h2.h2-ttlBox {
  font-size: 2.3rem;
  margin-bottom: 10px;
}

#secondary .contents-block .read-txt {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 20px;
}

.pv-poricyBlock h3 {
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 25px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: #76c8f9 solid 1px;
}
.pv-poricyBlock .read-box {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.pv-poricyBlock .wrap-block {
  margin-left: 15px;
}
.pv-poricyBlock h4 {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 5px;
}
.pv-poricyBlock .txt-box {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.pv-poricyBlock .kaite-txt {
  font-size: 1.5rem;
  margin-top: 30px;
  float: right;
}


/* =================================================== */
/* 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;
  } 
  100% {
    opacity: 1;
  } 
}