@charset 'UTF-8';
@import url("reset.css");
@import url("base.css");
@import url("structure.css");

/*====================================================
------------------------------------------------------
    main.css
------------------------------------------------------
====================================================*/

/***top***/


.main-visual {
  width: 100%;
  height: 500px;
  background-size: cover;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.topContentsBg {
  width: 100%;
  height: 517px;
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.slideBg {
  width: 100%;
  height: 100%;
  position: relative;
}

video {
  margin: 0 auto;
  z-index: 1;
  width: 100%;
}

.videoEf {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/top/dot_01.png);
  z-index: 2;
}

/***top animation***/

/*loading*/
/* #topContents { display: none;} */
.loading {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.cssload-thecube {
  width: 22px;
  height: 22px;
  margin: 0 auto;
  margin-top: 15px;
  position: relative;
  transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
}

.cssload-thecube .cssload-cube {
  position: relative;
  transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
}

.cssload-thecube .cssload-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

.cssload-thecube .cssload-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(10, 51, 138);
  animation: cssload-fold-thecube 2.76s infinite linear both;
  -o-animation: cssload-fold-thecube 2.76s infinite linear both;
  -ms-animation: cssload-fold-thecube 2.76s infinite linear both;
  -webkit-animation: cssload-fold-thecube 2.76s infinite linear both;
  -moz-animation: cssload-fold-thecube 2.76s infinite linear both;
  transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
}

.cssload-thecube .cssload-c2 {
  transform: scale(1.1) rotateZ(90deg);
  -o-transform: scale(1.1) rotateZ(90deg);
  -ms-transform: scale(1.1) rotateZ(90deg);
  -webkit-transform: scale(1.1) rotateZ(90deg);
  -moz-transform: scale(1.1) rotateZ(90deg);
}

.cssload-thecube .cssload-c3 {
  transform: scale(1.1) rotateZ(180deg);
  -o-transform: scale(1.1) rotateZ(180deg);
  -ms-transform: scale(1.1) rotateZ(180deg);
  -webkit-transform: scale(1.1) rotateZ(180deg);
  -moz-transform: scale(1.1) rotateZ(180deg);
}

.cssload-thecube .cssload-c4 {
  transform: scale(1.1) rotateZ(270deg);
  -o-transform: scale(1.1) rotateZ(270deg);
  -ms-transform: scale(1.1) rotateZ(270deg);
  -webkit-transform: scale(1.1) rotateZ(270deg);
  -moz-transform: scale(1.1) rotateZ(270deg);
}

.cssload-thecube .cssload-c2:before {
  animation-delay: 0.35s;
  -o-animation-delay: 0.35s;
  -ms-animation-delay: 0.35s;
  -webkit-animation-delay: 0.35s;
  -moz-animation-delay: 0.35s;
}

.cssload-thecube .cssload-c3:before {
  animation-delay: 0.69s;
  -o-animation-delay: 0.69s;
  -ms-animation-delay: 0.69s;
  -webkit-animation-delay: 0.69s;
  -moz-animation-delay: 0.69s;
}

.cssload-thecube .cssload-c4:before {
  animation-delay: 1.04s;
  -o-animation-delay: 1.04s;
  -ms-animation-delay: 1.04s;
  -webkit-animation-delay: 1.04s;
  -moz-animation-delay: 1.04s;
}

@keyframes cssload-fold-thecube {

  0%,
  10% {
    transform: perspective(42px) rotateX(-180deg);
    opacity: 0;
  }

  25%,
  75% {
    transform: perspective(42px) rotateX(0deg);
    opacity: 1;
  }

  90%,
  100% {
    transform: perspective(42px) rotateY(180deg);
    opacity: 0;
  }
}

@-o-keyframes cssload-fold-thecube {

  0%,
  10% {
    -o-transform: perspective(42px) rotateX(-180deg);
    opacity: 0;
  }

  25%,
  75% {
    -o-transform: perspective(42px) rotateX(0deg);
    opacity: 1;
  }

  90%,
  100% {
    -o-transform: perspective(42px) rotateY(180deg);
    opacity: 0;
  }
}

@-ms-keyframes cssload-fold-thecube {

  0%,
  10% {
    -ms-transform: perspective(42px) rotateX(-180deg);
    opacity: 0;
  }

  25%,
  75% {
    -ms-transform: perspective(42px) rotateX(0deg);
    opacity: 1;
  }

  90%,
  100% {
    -ms-transform: perspective(42px) rotateY(180deg);
    opacity: 0;
  }
}

@-webkit-keyframes cssload-fold-thecube {

  0%,
  10% {
    -webkit-transform: perspective(42px) rotateX(-180deg);
    opacity: 0;
  }

  25%,
  75% {
    -webkit-transform: perspective(42px) rotateX(0deg);
    opacity: 1;
  }

  90%,
  100% {
    -webkit-transform: perspective(42px) rotateY(180deg);
    opacity: 0;
  }
}

@-moz-keyframes cssload-fold-thecube {

  0%,
  10% {
    -moz-transform: perspective(42px) rotateX(-180deg);
    opacity: 0;
  }

  25%,
  75% {
    -moz-transform: perspective(42px) rotateX(0deg);
    opacity: 1;
  }

  90%,
  100% {
    -moz-transform: perspective(42px) rotateY(180deg);
    opacity: 0;
  }
}

/*video*/
.main-visual video,
video[poster] {
  animation: fadeIn 2s ease 1;
  -webkit-animation: fadeIn 2s ease 1;
}

.main-visual .topContentsBg {
  animation: fadeIn 2s ease 3s 1;
  -webkit-animation: fadeIn 2s ease 1;
}

.slick-slider {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}



.slideCont a {
  width: 80%;
  display: block;
  background: #0A338A;
  color: #fff;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  position: relative;
  border: 2px solid #fff;
  margin: 25px auto;
  font-size: 2rem;
}

.slideCont a:after {
  display: block;
  width: 20px;
  height: 20px;
  font-size: 3rem;
  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
  top: 3px;
  right: 30px;
}

.slideCont a:hover {
  background: #B42023;
}

#slide01_wrap {
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/top/mainImg_poster2.jpg) top center no-repeat;
}

.slide01_inner {
  position: absolute;
  width: 800px;
  /* height: 500px; */
  display: table-cell;
  vertical-align: middle;
  background: rgba(255, 255, 255, 0.7);
  left: 0;
  right: 0;
  margin: auto;
  top: 80px;
}

.slide01_inner img {
  width: 60%;
  margin: auto auto 20px;
}


#slide01 p {
  font-size: 3.5rem;
  padding-bottom: 1em;
  margin-top: 60px;
}

#slide02_wrap {
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

#slide02 {
  max-width: 1280px;
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  padding: 0;
}

#slide02 a:after {
  display: none;
}

#slide02 img {
  width: 100%;
}

#slide02 p {
  font-size: 3.5rem;
  padding-bottom: .5em;
  margin-top: 50px;
}

#slide03_wrap {
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/top/mainImg_poster03.jpg) top center no-repeat;
  background-size: contain;

  position: relative;
  z-index: 999;

}

#slide03 {
  width: 800px;
  /*height: 500px;*/
  display: table-cell;
  vertical-align: middle;
}


@media screen and (max-width: 768px) {
  .slide img {
    max-width: 100%;
  }

  .slide01_inner {
    width: 80%;
    margin: auto;
    top: 10px;
  }

  #slide02 {
    max-width: 100%;
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    padding: 0;
  }

  #slide03_wrap {
    width: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/top/mainImg_poster03_sp.jpg) top center no-repeat;
    background-size: cover;
    position: relative;
  }

  #slide03 {
    width: 100%;

  }
}


@media screen and (min-width:768px) and (max-width:999px) {
  .topContentsBg {
    width: 90%;
    height: 90%;
  }

  .slideCont {
    padding: 20px;
  }

  .main-visual {
    width: 100%;
    height: 400px;
    background-size: cover;
  }

  .main-visual .topContentsBg {
    height: 350px;
  }

  video[poster] {
    width: 300%;
  }

  #slide01 img,
  #slide02 img {
    width: 80%;
  }

  #slide01 p {
    font-size: 3rem;
    padding-bottom: 1em;
    margin-top: 15px;
    line-height: 1.4;
  }

  #slide02 {
    background-size: 100%;
  }

  #slide02 p {
    font-size: 3rem;
    padding-bottom: 0;
    margin-top: 20px;
  }

  .slideCont a {
    width: 60%;
    padding: 5px 15px;
    margin: 15px auto;
    font-size: 1.6rem;
  }

  .slideCont a:after {
    width: 20px;
    height: 20px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .videoEf {
    height: 87%;
  }

  .topContentsBg {
    width: 100%;
    height: 74%;
    padding-top: 40px;
  }

  .slideCont {
    padding: 10px;
    margin-top: 15px;
  }

  .main-visual {
    width: 100%;
    height: 290px;
  }

  video[poster] {
    width: 250%;
  }

  #slide01_wrap,
  #slide02_wrap {

    background-size: cover;
  }

  #slide01 {
    height: 150px;
    overflow: hidden;
  }

  #slide02 {
    width: 100%;
    height: auto;
    margin: 0;
  }

  .slide01_inner img {
    width: 60%;
    margin-bottom: 10px;
  }

  #slide02 img {
    width: 100%;
  }

  #slide01 p {
    font-size: 1.6rem;
    padding-bottom: 1em;
    margin-top: 15px;
  }

  #slide02 {
    background-size: 100%;
  }

  #slide02 p {
    font-size: 1.4rem;
    padding-bottom: 0;
    margin-top: 20px;
  }

  .slideCont a {
    width: 100%;
    padding: 5px 15px;
    margin: 15px auto;
    font-size: 1.6rem;
  }

  .slideCont a:after {
    width: 20px;
    height: 20px;
    font-size: 2rem;
  }
}

.top header {
  transition: .3s;
  position: static;
}

.top .is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
}

main.topMain {
  padding: 0;
}

.top main h2 {
  margin: 20px 0;
}

.btDetail {
  display: block;
  width: 100%;
  padding: 10px 40px 8px 10px;
  border: 1px solid #0A338A;
  color: #0A338A;
  border-radius: 5px;
  text-align: center;
  position: relative;
  text-decoration: none;
}

.btDetail:after {
  display: block;
  width: 20px;
  height: 20px;
  font-size: 2rem;
  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
  top: 3px;
  right: 30px;
}

.btDetail:hover {
  background: #0A338A;
  color: #fff;
}

.companyWrap {
  background: url(../images/top/companyWrap.jpg) center center;
  background-size: cover;
  padding: 15px 0;
  margin: 0 auto;
}

.companyWrap h2 {
  color: #333;
  font-size: 3rem;
  font-weight: bold;
}

.companyWrap .column_5 dl {
  background: #fff;
  border: 1px solid #fff;
  text-align: center;
  padding-bottom: 15px;
}

.companyWrap .column_5 dl a {
  text-decoration: none;
}

.companyWrap .column_5 dl a:hover {
  opacity: .6;
}

@media screen and (max-width: 768px) {
  .top header {
    height: 60px;
    border-top-width: 2px;
    position: fixed !important;
  }

  .top header.is-fixed {
    position: static;
  }

  main.topMain {
    margin: 0 !important;
  }

  .top main h2 {
    margin: 10px 0;
  }
}

/***titleArea***/
.message .titleArea {
  background: url(../images/message/mainImg.jpg) center center;
}

.products .titleArea {
  background: url(../images/products/mainImg.jpg) center center;
}

.equipment .titleArea {
  background: url(../images/equipment/mainImg.jpg) center center;
}

.peculiarity .titleArea {
  background: url(../images/peculiarity/mainImg.jpg) center center;
}

.eco .titleArea {
  background: url(../images/eco/mainImg.jpg) center center;
}

.company .titleArea {
  background: url(../images/company/mainImg.jpg) center center;
}

.recruitment .titleArea {
  background: url(../images/recruitment/mainImg.jpg) center center;
}

.cooperative .titleArea {
  background: url(../images/cooperative/mainImg.jpg) center center;
}

.contact .titleArea {
  background: url(../images/contact/mainImg.jpg) center center;
}

.other .titleArea {
  background: url(../images/other/mainImg.jpg) center center;
}

.information .titleArea {
  background: url(../images/information/mainImg.jpg) center center;
}

.why .titleArea {
  background: url(../images/why/mainImg.jpg) center center;
}

.why .titleArea span {
  display: inline-block;
  color: #717071;
  background-color: #fff;
  margin-left: 5px;
  margin-right: 5px;
  padding: 3px 4px;
  line-height: 1;
}

/***network***/
.network .titleArea {
  background: url(../images/network/mainimg.jpg) center center;
  position: relative;
}

.network .titleArea h1 {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  border: none;
  width: 100%;
}

.network_inner {
  width: 930px;
  margin: auto;
}

.network_content {
  margin-bottom: 115px;
}

.network_subtitle {
  text-align: center;
  line-height: 1;
  margin-bottom: 30px;
}

.txt_center {
  text-align: center;
}

.network_content .txt_center img {
  width: 60%;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .network .titleArea {
    height: 300px;
  }

  .network .titleArea h1 img {
    width: 90%;
  }

  .network_inner {
    width: 100%;
    margin: auto;
  }

  .network_content {
    margin-bottom: 60px;
  }
}

/***message***/
.message table {
  font-size: 1.2rem;
}

.message th {
  vertical-align: middle;
  width: 20%;
}

.message td {
  text-align: left;
  padding-left: 20px;
}

/***products***/
.products main .column_3>div {
  margin-bottom: 30px;
  padding: 10px;
  border: 1px solid #ddd;
}

.products main .column_3>div strong {
  display: block;
  color: #0A338A;
  text-align: center;
  margin-bottom: 5px;
}

.products main .column_3>div p {
  display: block;
  font-size: 1.2rem;
  line-height: 1.4em;
  padding-bottom: 0;
  padding-top: 5px;
  border-top: 1px solid #ddd;
}

/***peculiarit***/
.business {
  width: 60%;
  font-size: 1.8rem;
  margin: 0 auto;
  border: 1px solid #BE1A20;
  border-radius: 10px;
  padding: 20px 100px;
}

@media screen and (max-width: 768px) {
  .business {
    width: 100%;
    padding: 20px;
  }
}


/***recruitment***/
.eyecatch {
  text-align: center;
  color: #0A338A;
}

.eyecatch>div {
  padding: 10px;
  background: rgba(142, 191, 212, 0.3)
}

.eyecatch i {
  font-size: 3rem;
  background: #0A338A;
  color: #fff;
  border-radius: 40px;
  padding: 10px;
  margin-bottom: 15px;
}

.btContact {
  display: block;
  width: 300px;
  padding: 5px 0 3px 0;
  text-align: center;
  border-radius: 20px;
  color: #fff;
  background: #c7773c;
  text-decoration: none;
  position: absolute;
  bottom: 20px;
  right: 10px;
}

.btContact:hover {
  background: #0A338A;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .column_3.eyecatch>div:nth-child(3n) {
    padding: 10px;
  }

  .btContact {
    width: 90%;
    position: static;
    margin: 5px auto;
  }
}

/***other***/
.other main dl {
  width: 100%;
  margin-bottom: 30px;
}

.other main dt {
  font-size: 1.8rem;
  font-weight: normal;
  padding: .5em 0;
  margin-bottom: 10px;
  border-bottom: 1px dotted #333;
}

.other main dt:before {
  font-family: "FontAwesome";
  content: "\f0c8";
  padding-right: .3em;
}

.other main dd {}

.other main dd ul {
  padding: 1em;
}

.other main dd li {
  padding-bottom: .5em;
}

.other main dd li:before {
  font-family: "FontAwesome";
  content: "\f1db";
  padding-right: .3em;
}

@media screen and (max-width: 768px) {
  .other main dl {
    margin-bottom: 15px;
  }
}

/***table***/
.table_row2 dl:first-child {
  border-top: 1px solid #ddd;
}

.table_row2 dl {
  display: table;
  width: 100%;
  border-bottom: 1px solid #ddd;
  margin: 0 auto;
}

.table_row2 dl dt {
  display: table-cell;
  width: 20%;
  padding: 10px 20px;
  background: rgba(10, 51, 138, 0.1);
}

.lang_en .table_row2 dl dt {
  width: 25%;
}

.table_row2 dl dd {
  display: table-cell;
  width: 80%;
  padding: 10px 20px;
  position: relative;
}

.table_row2 ul {
  padding: 0 1em;
}

.table_row2 ul ul {
  padding: 0 0 0 1em;
}

.table_row2 li {
  padding-bottom: .5em;
}

.table_row2 li:before {
  font-family: "FontAwesome";
  content: "\f111";
  padding-right: .3em;
}

.table_row2 li li:before {
  font-family: "FontAwesome";
  content: "\f10c";
  padding-right: .3em;
}

.btMap {
  display: block;
  width: 200px;
  padding: 5px 0 3px 0;
  text-align: center;
  border-radius: 20px;
  color: #fff;
  background: #79B74A;
  text-decoration: none;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.btMap:hover {
  background: #0A338A;
  color: #fff;
}

.tableWrap {
  overflow: auto;
  display: flex;
  /*white-space: nowrap;*/
  padding-bottom: 10px;
  margin-bottom: 15px;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  text-align: center;
}

th {
  background: rgba(10, 51, 138, 0.1);
}

thead th {
  background: rgba(10, 51, 138, 0.2);
}

tr {
  border-bottom: 1px solid #ddd;
}

th,
td {
  padding: 10px 3px;
  border-right: 1px solid #ddd;
}

.equipment th,
.equipment td {
  vertical-align: middle;
}

@media screen and (max-width: 768px) {

  .table_row2 dl,
  .table_row2 dl dt,
  .table_row2 dl dd,
  .lang_en .table_row2 dl dt {
    display: block;
    width: 100%;
  }

  .table_row2 dl dt,
  .table_row2 dl dd {
    padding: 5px 0;
  }

  .table_row2 dl dt {
    text-align: center;
  }

  .btMap {
    width: 90%;
    position: static;
    margin: 5px auto;
  }

  table {
    max-width: 100%;
  }
}

/***information***/
.info h2 {
  font-family: 'Roboto', sans-serif;
  color: #000;
  text-align: left;
  letter-spacing: 0;
  position: relative;
  border-bottom: 1px solid #ddd;
}

.info h2 span {
  font-size: 1.4rem;
  padding-left: 1em;
}

.info h2 a {
  display: block;
  width: 200px;
  height: 20px;
  background: #0A338A;
  font-size: 1.2rem;
  padding: 2px 10px 5px 10px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  position: absolute;
  top: 10px;
  right: 0;
  border-radius: 5px;
  line-height: 1.4rem;
  border: 1px solid #0A338A;
}

.info h2 a:hover {
  background: #fff;
  color: #0A338A;
}

.info h2 a i {
  font-size: 1.5rem;
  padding-left: .5em;
}

.info .column_2b div>h2 {
  line-height: 1.4em;
  padding-bottom: .5em;
  font-family: 'Times New Roman', '游明朝体', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HGS明朝B', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-size: 2rem;
}

.info .column_2b div img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}

.info .column_2b div>h2 span:before {
  font-family: "FontAwesome";
  content: "\f017";
  padding-right: .3em;
}

.info .column_2b div>h2 span {
  display: block;
  font-size: 1.4rem;
  padding-left: 0;
}

.info li {
  display: table;
  width: 100%;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #ddd;
}

.info li>div {
  display: table-cell;
  width: 30%;
}

.info li>a {
  display: table-cell;
  width: 70%;
  padding-left: 50px;
}

.info li>div dl {
  display: table;
  width: 100%;
}

.info li>div dt {
  display: table-cell;
  width: 50%;
}

.info li>div dd {
  display: table-cell;
  width: 50%;
  background: #0A338A;
  color: #fff;
  padding: 3px 10px;
  text-align: center;
  font-size: 1.2rem;
}

.info .sideNavi h3 {
  color: #0A338A;
  border-bottom: 1px solid #ddd;
  padding-bottom: 7px;
}

.info .sideNavi ul {
  margin-bottom: 30px;
}

.info .sideNavi li {
  padding-bottom: 0;
  margin-bottom: .5em;
  border-bottom: none;
}

.info .sideNavi li:before {
  font-family: "FontAwesome";
  content: "\f138";
  padding-right: .3em;
}

.info .sideNavi li a {
  display: inline-block;
  width: 90%;
  padding-left: 0;
}

.info .sideNavi li li {
  padding-left: 2em;
}

.info .sideNavi li li:first-child {
  margin-top: .5em;
}

.info .sideNavi li li:before {
  font-family: "FontAwesome";
  content: "\f105";
  padding-right: .3em;
}

@media screen and (max-width: 768px) {
  .info h2 a {
    position: static;
    display: block;
    width: 100%;
    height: auto;
    padding: 10px;
    font-size: 1.2rem;
  }

  .info li,
  .info li>div {
    display: block;
    width: 100%;
  }

  .info li>div dt {
    width: 50%;
  }

  .info li>div dd {
    width: 50%;
    padding: 0;
    background: rgba(10, 51, 138, 0.5);
  }

  .info li>a {
    padding-left: 0;
  }
}

/***404***/
.comment {
  width: 70%;
  padding: 20px 20px 0 20px;
  border: 1px solid #ccc;
  border-radius: 10px;
  text-align: center;
  font-size: 1.4rem;
  margin: 0 auto 20px auto;
}

.caution {}

.caution h2 {
  font-size: 1.6rem;
  font-weight: normal;
}

.caution .column_4 {
  padding: 0 0 0 50px;
}

.caution li {
  padding-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  .comment {
    width: 100%;
    padding: 10px;
  }

  .caution .column_4 {
    padding: 0 0 0 0;
  }
}

.recruit_txt {
  font-size: 2.0rem;
  text-align: center;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 30px;
  border: 2px solid #0a338a;
}

.recruit_txt p {
  padding-bottom: 0;
}

.recruit_txt a {
  text-decoration: none;
  display: block;
  padding: 20px;
  background-color: rgba(10, 51, 138, 0.1);
  transition-duration: .3s;
}

.recruit_txt a:hover {
  color: #fff;
  background-color: #0a338a;
}

.btn_pamphlet {
  width: 30%;
  margin: 0 auto 45px;
}

@media screen and (max-width: 768px) {
  .btn_pamphlet {
    width: 92%;
  }
}

.txt_left {
  text-align: left;
}

/* cookie追加 */
.cookie-box {
  display: flex;
  align-items: center;
  position: fixed;
  bottom: -200px;
  left: 0;
  width: 54%;
  font-size: 12px;
  background: rgba(0, 0, 0, .8);
  padding: 1.2em;
  box-sizing: border-box;
  border: 1px solid #ddd;
  visibility: visible;
  transition: .5s;
}

.cookie-box.is-show {
  bottom: 30px;
}

.cookie-agree {
  color: #fff;
  background: #0a338a;
  padding: .5em 1.5em;
}

.cookie-agree:hover {
  cursor: pointer;
}

.cookie-text {
  color: #fff;
}

.cookie-text a {
  color: #c7773c;
}

/* パッと消える */
.cc-hide1 {
  display: none;
}

/* ゆっくり消える */
.cc-hide2 {
  animation: hide 1s linear 0s;
  animation-fill-mode: forwards;
}

@keyframes hide {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    visibility: hidden;
  }
}

/* メディアクエリ */
@media screen and (max-width: 650px) {
  .cookie-box {
    flex-direction: column;
    width: 100%;
    left: 0;
  }

  .cookie-text {
    width: 100%;
    margin-bottom: 1em;
  }
}