@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: 'Roboto', '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: #fff;
  text-rendering: optimizeLegibility;
  font-family: 'Roboto', '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;
}

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: #f41e69;
  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: 125px;
  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;
} 
/*#top .header-inner .logo-box {
  width: 260px;
  height: auto;
  display: block;
  margin: auto auto 5px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}*/
#top header.smaller .header-inner {
  position: fixed;
}
header.smaller .header-inner {
  background-color: #ffffff;
  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;
}
/*#top header.smaller .header-inner .logo-box {
  margin: 0;
  width: 99px;
  height: 22px;
}*/

.header-inner .gmenu-block {
  top: 0;
  right: auto;
  width: 100%;
  position: static;
  bottom: auto;
  background: #ffffff;
  height: auto !important;
  padding-top: 30px;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  box-shadow: none !important;
}
.header-inner .gmenu-block ul {
  width: 100%;
}
.header-inner .gmenu-block li {
  width: 100%;
  font-size: 1.8rem;
  display: block;
  margin-left: 0;
  border-bottom: #555555 dotted 1px;
}
.header-inner .gmenu-block li.is-active {
  border-bottom: #555555 dotted 1px;
}
.header-inner .gmenu-block a {
  display: block;
  padding: 15px 0;
  color: #000000;
  background-image: url("../image/icon_arrow-m_gry.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right 10px center;
}
.header-inner .gmenu-block li.is-active a {
  color: #cc0000;
  border-bottom: none;
}
.header-inner .gmenu-block a:hover,
.header-inner .gmenu-block a:active {
  text-decoration: none;
  border: none;
  color: #000000;
}

/* ハンバーガーメニュー　*/
:root {
  --hamburger-menu-size: 70px; /* メニューの大きさ */ 
  --hamburger-menu-padding: 12px;  
  --hamburger-menu-border-px: 2px; /* 線の太さ */
  --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: 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: 70px;
}
.line-middle {
  top: calc(50% - var(--hamburger-menu-border-px)/2);
  right: 0;
  width: 50px;
}
.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;
}

.globalNavi {
  display: none;
  position: absolute;
  top:0;
  left: 0;
  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;
  text-align: center;
  margin-top: 80px;
}
footer .inner-block {
  background-color: #000000;
  color: #fff;
}
.footer-wrapper {
  background-color: #000000;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}
.footer-wrapper .adress-block {
  margin: auto;
  text-align: center;
}
.footer-wrapper .adress-block .ft-logo {
  margin-top: 40px;
}
.footer-wrapper .adress-block .ft-logo img {
  margin: 0 10px;
}
.footer-navi {
  margin: 0 auto 0;
  padding: 0 35px;
  min-width: 800px;
  max-width: 800px;
}
.footer-navi ul {
  display: flex;
  width: 100%;
  justify-content: space-around;
  list-style: none;
  padding: 35px 0;
}
.footer-navi li {
  border-left: #999999 solid 1px;
  padding: 3px 20px;
}
.footer-navi li:first-child {
  border: none;
}
.footer-navi li a {
  font-size: 1.5rem;
  letter-spacing: 1px;
  color: #76c8f9;
}
.allrights-reserved {
  color: #cccccc;
  font-size: 1.3rem;
  font-weight: 300;
  margin-top: 32px;
  letter-spacing: 1px;
  padding-bottom: 20px;
}

.border {
  border: solid 1px #fff;
  padding: 2px 8px;
  margin-left: 30px;
}

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

main {
  padding-top: 125px;
}


/* 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 {
	padding: 10px;
	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;
}
table.type-1 tr:first-child th {
	border-top: #76c8f9 solid 1px;
}
table.type-1 td {
	border-bottom: #cccccc solid 1px;
}
table.type-1 tr:first-child td {
	border-top: #cccccc solid 1px;
}

table.type-2 thead th {
	border-bottom: #3258ad solid 1px;
  font-weight: 500;
  vertical-align: top;
}
table.type-2 thead td {
	border-bottom: #3258ad solid 1px;
}
table.type-2 tbody th {
	border-bottom: #cccccc solid 1px;
  font-weight: 500;
  vertical-align: top;
}
table.type-2 tbody td {
	border-bottom: #cccccc solid 1px;
}


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


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

#top h2.ttl-box {
  text-align: center;
  margin: 40px;
  font-size: 3.0rem;
  font-weight: 400;
}
#top h2.ttl-box .sub-txt {
  display: block;
  font-size: 1.4rem;
  color: #76c8f9;
  padding-top: 20px;
  background: url("../image/icon_arrow2.png") no-repeat center top;
}


/* Main Visual =========== */

#top .mainVisual-block {
  position: relative;
  height: 639px;
  width : -webkit-calc(100% - 85px) ;
  width : calc(100% - 85px) ;
  margin-left: 85px;
  z-index: 1;
}
#top .mainVisual-block .read-text {
  position: absolute;
  top: 50%;
  left: 65px;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
  font-size: 3.0rem;
  letter-spacing: 2px;
  line-height: 1.8;
  color: #ffffff;
  text-shadow: 0px 0px 10px rgba(0,0,0,0.58);
  z-index: 1000;
}
#top .slid-box {
  position: relative;
  width: 100%;
  height: 639px;
}
#top .slid-box .img-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 999;
}
#top .slid-box .img-01 { background-image: url("../image/slider_img-01.jpg"); }
#top .slid-box .img-02 { background-image: url("../image/slider_img-02.jpg"); }
#top .slid-box .img-03 { background-image: url("../image/slider_img-03.jpg"); }
#top .slid-box .img-04 { background-image: url("../image/slider_img-04.jpg"); }

#top .slid-box .img-info {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 550px;
  height: 78px;
  background-color: #000000;
  z-index: 1000;
  vertical-align: bottom;
  padding-bottom: 10px;
  padding-left: 15px;
}
#top .slid-box .img-info .ttl-box {
  display: inline-block;
}
#top .slid-box .img-info .txt-box {
  display: inline-block;
  text-align: right;
  line-height: 1;
}
#top .slid-box .img-info .txt-box2 {
  display: inline-block;
}
#top .slid-box .img-info .jp-txt {
  display: block;
  color: #76c8f9;
  font-size: 1.2rem;
  margin-bottom: -4px;
}
#top .slid-box .img-info .en-txt {
  display: block;
  color: #76c8f9;
  font-size: 3.6rem;
  font-weight: 400;
  font-family: "Roboto", "Gill Sans", sans-serif;
}
#top .slid-box .img-info .number-txt {
  color: #76c8f9;
  font-size: 6.0rem;
  font-weight: 400;
  margin-left: 5px;
  font-family: "Roboto", "Gill Sans", sans-serif;
}
#top .slid-box .img-info .slash-txt {
  color: #76c8f9;
  font-size: 6.0rem;
  font-weight: 200;
  font-family: "Roboto", "Gill Sans", sans-serif;
}
#top .slid-box .img-info .txt-box3 {
  display: inline-block;
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 400;
  margin-left: 15px;
}



@media screen and (min-width:1300px) {
  #top .mainVisual-block {
    width : -webkit-calc(100% - 150px) ;
    width : calc(100% - 150px) ;
    margin-left: 150px;
    height: 739px;
  }
  #top .mainVisual-block .read-text {
    font-size: 3.4rem;
  }
  #top .slid-box {
    height: 739px;
  }
  #top .slid-box .img-box {
    height: 700px;
  }
  #top .slid-box .img-info {
    width: 650px;
  }
}

/* About block =========== */
.about-block {
  padding: 9em 75px 0 85px;
  background: url("../image/bg_intro.jpg") no-repeat right top;
  background-size: 30%;
}
.about-block .inner-block {
  min-width: 1000px;
  max-width: 1200px;
  margin: 0 auto 0;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;/*幅一杯均等割付*/
  /*justify-content: space-around; スペース含む等割付*/
  gap: 0 50px;
}
.about-block .page-title {
  font-size: 3.0rem;
  font-weight: 500;
  margin-bottom: 20px;
}
.about-block .page-title span {
  color: #76c8f9;
}
.about-block .body-block {
  width: 65%;
}
.about-block .txt-box {
  font-size: 1.5rem;
  line-height: 2.0;
}
.about-block .img-box {
  width: 35%;
}
.about-block .img-box img {
  width: 100%;
  height: auto;
}


/* Business block =========== */

.business-block {
  padding: 80px 40px 0;
}
.business-block .inner-block {
  position: relative;
  min-width: 1000px;
  /*max-width: 1200px;*/
  height: 450px;
  margin: 0 auto 0;
}
.business-block .img-box {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../image/img_business.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 55%;
  height: 400px;
  z-index: 1;
}
.business-block .data-box {
  position: absolute;
  top: 50px;
  right: 0;
  width: 55%;
  height: 400px;
  z-index: 5;
  background-color: #ecf4f6;
  padding: 40px 50px;
}
.business-block .table-set {
  height: 100%;
}
.business-block .table-set td {
  font-size: 1.4rem;
}
@media screen and (min-width:1300px) {
  .business-block {
    padding: 80px 100px;
  }
  .business-block .inner-block {
    height: 600px;
  }
  .business-block .img-box {
    height: 550px;
  }
  .business-block .data-box {
    height: 550px;
    z-index: 5;
  }
}


/* Philosophy block =========== */

.philosophy-block {
  padding: 80px 0 0;
}
.philosophy-block .wrap-box {
  background-image: url("../image/bg_img_philosophy.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 450px;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 10px;
}
.philosophy-block .inner-block {
  width: 90%;
  margin: 0 auto 0;
}
.philosophy-block .list-box {
  color: #ffffff;
  font-size: 2.2rem;
  line-height: 2.5;
  list-style: none;
}
.philosophy-block .name-box {
  width: 45%;
  margin-top: 20px;
  text-align: right;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 1;
}

/* Company block =========== */

.company-block {
  padding: 80px 40px 0;
}
.company-block .inner-block {
  width: 90%;
  min-width: 1000px;
  margin: 0 auto 0;
}
.company-block .table-set th {
  width: 20%;
  max-width: 400px;
  font-size: 1.6rem;
}
.company-block .table-set th .sub-txt {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
}
.company-block .table-set td {
  font-size: 1.4rem;
  line-height: 2.0;
}
.company-block .table-set th,
.company-block .table-set td {
  padding: 18px 10px;
}
@media screen and (min-width:1300px) {



}

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

.access-block {
  padding: 80px 40px 0;
}
.access-block .inner-block {
  display: block;
  min-width: 1000px;
  /*max-width: 1200px;*/
  margin: 0 auto 0;
  list-style: none;
}
.access-block .inner-block li {
  position: relative;
  width: 100%;
  height: 430px;
  margin-top: 60px;
}
.access-block .inner-block li:first-child {
  margin: 0;
}
.access-block .gMap-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 65%;
  height: 380px;
  z-index: 1;
}
.access-block .gMap-box iframe {
  width: 100%;
  height: 380px;
  vertical-align: top;
}
.access-block .info-box {
  position: absolute;
  top: 50px;
  right: 0;
  width: 40%;
  height: 380px;
  color: #ffffff;
  z-index: 5;
  padding: 40px 50px;
}
.access-block li:nth-child(odd) .info-box {
  background-color: #0f2960;
}
.access-block li:nth-child(even) .info-box {
  background-color: #001929;
}
.access-block .info-box h3.ttl-box {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 18px;
  padding-bottom: 13px;
  position: relative;
  background-image: linear-gradient(90deg, #76c8f9 100%, transparent 0%);
  background-repeat: no-repeat;
  background-size: 130px 0.3rem;
  background-position: left bottom;
}
.access-block .info-box address {
  line-height: 2.0;
  font-style: normal;
  font-size: 1.5rem;
}
.access-block .info-box address p span {
  padding-right: 1em;
}
.access-block .info-box .access-box {
  margin-top: 20px;
  background-color: #ffffff;
  font-size: 1.4rem;
  color: #333333;
  padding: 15px 15px;
  line-height: 2.0;
}


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

.recruit-block {
  padding: 80px 40px 0;
}
.recruit-block .read-txt {
  text-align: center;
  margin-bottom: 60px;
  font-size: 1.6rem;
}
.recruit-block .inner-block {
  width: 90%;
  min-width: 1000px;
  margin: 0 auto 0;
}
.recruit-block .info-unit {
  border: #cccccc solid 1px;
  padding: 30px 50px 50px;
}
.recruit-block .table-set th {
  width: 20%;
  max-width: 400px;
  font-size: 1.6rem;
  font-weight: 400;
}
.recruit-block .table-set th .sub-txt {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
}
.recruit-block .table-set td {
  font-size: 1.4rem;
  line-height: 2.0;
}
.recruit-block .table-set th,
.recruit-block .table-set td {
  padding: 18px 10px;
}
.recruit-block .table-set thead td {
  font-size: 2.0rem;
  font-weight: 500;
}


/* Button block =========== */

#top .button-block {
  width: 600px;
  margin: 120px auto;
}
#top .button-block a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right 25px center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
#top .button-block a.typeA .icon-mail {
  display: block;
  padding: 40px 20px;
  background-image: url("../image/icon_mail.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left 55px center;
}
#top .button-block a.typeA {
  background-color: #3258ad;
  color: #ffffff;
  background-image: url("../image/icon_arrow.png");
  border: none;
}
#top .button-block a:hover, .button-block a:active {
  background-image: url("../image/icon_arrow-white.png");
  background-color: #76c8f9;
  color: #ffffff;
}



/* =================================================== */
/* SECOND PAGE
/* =================================================== */
#secondary h1.page-title {
  padding: 50px;
  color: #76c8f9;
  font-size: 4.0rem;
  font-weight: 500;
  letter-spacing: 3px;
  text-align: center;
}
#secondary h1.page-title span {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 2px;
}
#secondary .main-visual {
  z-index: 1;
  background-color:  #000000;
}

#secondary .content-area {
  margin: 60px 0 80px;
}
#secondary section {
  max-width: 1100px;
  min-width: 980px;
  margin: 0 auto;
}
#secondary section.limit-over {
  max-width: 100%;
  min-width: 980px;
}
#secondary .readtxt-block {
  padding: 30px;
  font-size: 3.8rem;
  font-weight: 500;
  color: #cc0000;
  text-align: center;
}

/* Contact form =========== */
.contact-page .h2ttl-set {
  width: 100%;
  margin: 60px 0 20px;
}
.contact-page .h2ttl-set h2 {
  font-size: 2.8rem;
  font-weight: 400;
}
.contact-page .read-txt {
  line-height: 1.8;
}
.contact-page .error-txt {
  color: #ffffff;
  font-size: 1.3rem;
  padding: 2px 8px;
  margin-top:5px;
  background-color: #ea7c7c;
  border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
.contact-page th .sub-txt {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  color: #555555;
}

.form-block {
  margin-top: 60px;
}
.form-block .required {
  background-color: #cc0000;
  color: #fff;
  font-size: 1.2rem;
  padding: .1rem .3rem;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-left: 1rem;
}

input {
  display: inline-block;
  appearance: auto;
  -moz-default-appearance: textfield;
  padding: 5px;
  border: #cccccc solid 2px;
  background-color: Field;
  text-rendering: optimizeLegibility;
  cursor: text;
  overflow-clip-box: padding-box content-box;
  border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
input, textarea, select, button, ::file-selector-button {
  text-align: initial;
  text-indent: initial;
  text-shadow: initial;
  text-transform: initial;
  word-spacing: initial;
  letter-spacing: initial;
}
input:read-write, textarea:read-write {
  -moz-user-modify: read-write !important;
}
button, hr, input {
  overflow: visible;
}
button, input, select, textarea {
  font: inherit;
  margin: 0;
}
.form-block .input--xs {
  width: 130px;
}
.form-block .input--s {
  width: 200px;
}
.form-block .input--m {
  width: 400px;
}
.form-block .input--l {
  width: 600px;
}
input::placeholder {
  color: #999999;
}
.pv-poricyBlock {
  margin-top: 40px;
  border: #ececec solid 4px;
  padding: 40px 100px;
}
.contact-page.confirm .pv-poricyBlock {
  margin-top: 40px;
  border: none;
  padding: 0;
}
.pv-poricyBlock .h3Ttl-box {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: #76c8f9 solid 1px;
}
.pv-poricyBlock .pv-poricy-box {
  margin-top: 30px;
  border: #cccccc solid 1px;
  background-color: #eeeeee;
}
.pv-poricyBlock .pv-poricy-box .inner-block {
  height: 220px;
  overflow: auto;
  padding: 15px 25px 15px 15px;
  color: #333333;
}
.pv-poricyBlock .pv-poricy-box .readTxt {
	margin-bottom: 10px;
	font-size: 1.4rem;
	line-height: 1.8;
}
.pv-poricyBlock .pv-poricy-box .ttl-box {
  font-size: 2.0rem;
  text-align: center;
  margin: 20px 0 30px;
}
.pv-poricyBlock .pv-poricy-box ul {
	margin-top: 20px;
	margin-left: 30px;
}
.pv-poricyBlock .pv-poricy-box .sub-ttl {
  margin: 25px auto 10px;
  font-size: 1.8rem;
  font-weight: 500;
  padding-bottom: 10px;
  border-bottom: #cccccc solid 2px;
}
.pv-poricyBlock .pv-poricy-box .kaite-txt {
  text-align: right;
  margin-top: 30px;
  font-weight: 1.4rem;
}

.form-block .button-block {
  margin: 45px auto 20px;
  width: 500px;
}

.button-block input {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  text-align: center;
  padding: 30px 20px;
  margin: 0px auto;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right 25px center;
  cursor: pointer;
  outline: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}
.button-block input.typeA {
  background-color: #3258ad;
  color: #ffffff;
  background-image: url("../image/icon_arrow.png");
  border: none;
}
.button-block input.typeB {
  background-color: #cccccc;
  color: #ffffff;
  background-image: url("../image/icon_arrow-white.png");
  border: none;
}
.button-block input:hover, .button-block a:active {
  background-image: url("../image/icon_arrow-white.png");
  background-color: #76c8f9;
  color: #ffffff;
}
.contact-page.confirm .button-block {
  width: 800px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.contact-page.confirm .button-block input {
  width: 300px;
}

.contact-page .message-box {
  width: 760px;
  margin: 0 auto;
  padding: 25px 40px;
  font-size: 1.5rem;
  line-height: 1.8;
  border: #76c8f9 solid 3px;
}
.contact-page .message-box p {
  margin: 10px 0;
}
.contact-page .message-box .tel-box {
  font-size: 2.0rem;
  text-align: center;
}
.contact-page .message-box .tel-box span {
  font-size: 2.6rem;
  font-weight: 600;
  padding-left: 5px;
}




/* =================================================== */
/* JS
/* =================================================== */
.dots-navi {
  
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
  display: none;
}
.dots-navi .slick-dots {
  text-align: left;
  bottom: 10px;
}
.dots-navi .slick-dots li {
  display: inline-block;
  width: 54px;
  height: 5px;
  margin-right: 15px;
  list-style: none;
  background: #cccccc;
  cursor: pointer;
}
.dots-navi .slick-dots button {
  display: block;
  width: 0%;
  height: 5px;
  margin: 0;
  font-size: 0;
  padding: 0;
  border: 0;
  opacity: 0;
  outline: none;
  background: #76c8f9;
  cursor: pointer;
}
.dots-navi .slick-dots .slick-active button {
  background: #76c8f9;
  opacity: 1;
}

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