@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap&subset=japanese');

@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:200,300,400,500,600,700,900&display=swap&subset=japanese');

/*----------------------------*/

*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  font-feature-settings: "palt";
  letter-spacing: .1em;
}

ul,
ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}


a {
  transition: 0.3s;
  color: #002A67;
  font-weight: 700;
}

a:hover {
  transition: 0.3s;
  opacity: 0.8;
}

img {
  max-width: 100%;
}

body {
  font-size: 14px;
  line-height: 1.2;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 1px;
  font-weight: 700;
}

i {
  margin-left: 6px;
}

p {
  line-height: 1.8;
  margin-top: 20px;
}

p.ex {
  color: #fff;
}

p.ex2 {
  width: 94%;
  margin: 0 auto;
  margin-top: 10px;
}


p.ex3 {
  width: 600px;
  margin: 0 auto;
}


p.line {
  padding-left: 20px;
  margin-left: 10px;
  border-left: 1px solid #ddd;
}

.underline {
  text-decoration: underline;
}


img.center {
  display: block;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
}

img.center.pc {
  display: block;
}

img.center.sp {
  display: none;
}



.pale {
  background: #F1F4F6;
  padding-bottom: 100px;
}

.white {
  background: fff;
  padding-bottom: 100px;
}

p.width90 {
  width: 90%;
}

/*----------------------------*/


.title-1 {
  font-size: 40px;
  font-weight: 900;
}

.title-1.ex {
  color: #fff;
}

.title-1.ex2 {
  text-align: center;
}

.title-1.ex3 {
  font-size: 36px;
}

.title-1.ex4 {
  text-align: center;
  padding-top: 100px;
}

.title-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  padding-top: 100px;
}


.title-2 img {
  width: 350px;
}

.title-2 span {
  margin-left: 20px;
  font-size: 30px;
  font-weight: 900;
}

.title-3 {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.icon-1 {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-right: 15px;
  padding-left: 5px;
  border-right: 1px solid #ddd;
  margin-right: 15px;
}

.icon-1 .iconTitle {
  font-size: 11px;
  font-weight: 900;
}

.icon-1 .iconTitle.ex {
  font-size: 9px;
  font-weight: 900;
}

.icon-1 .number {
  font-size: 30px;
  font-weight: 900;
  margin-top: -4px;
  padding-left: 4px;
}

.title-3 .title {
  font-size: 28px;
  font-weight: 900;
}



.title-4 {
  font-size: 30px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 40px;
}

.title-4.ex {
  margin-top: 0px;
}

.title-4.ex2 {
  margin-top: 60px;
}

.title-5 {
  width: 350px;
  font-size: 20px;
  font-weight: 900;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 60px;
  padding: 10px 0px;
  border: 2px solid #111;
  border-radius: 60px;
}

.title-5.ex {
  display: block;
  width: 200px;
  font-size: 16px;
  margin: 0;
  margin-bottom: 20px;
  margin-top: 0px;
  background: #fff;
}


/*----------------------------*/

header {
  width: 100%;
  height: 70px;
  background: #fff;
  position: fixed;
  z-index: 999;
  top: 0;
  box-shadow: 0 32px 30px -30px rgba(53, 47, 47, 0.15);
}


.drawer_menu {
  display: none;
}

.navPc {
  display: flex;
  align-items: center;
  font-weight: 700;
}

.logoWrap {
  display: flex;
  align-items: center;
  margin-left: 20px;
  text-decoration: none;
}

.logoWrap img {
  width: 220px;
}

.logoWrap span {
  display: block;
  width: 180px;
  height: 38px;
  line-height: 34px;
  text-align: center;
  border-radius: 20px;
  margin-left: 20px;
  font-size: 13px;
  border: 2px solid #111;
  color: #111;
}

.navPc ul {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.navPc li {
  padding-right: 15px;
  border-right: 1px solid #ddd;
  margin-right: 15px;
}

.navPc li:first-child {
  margin-left: auto;
}

.navPc li:last-child {
  border: 0;
  margin-right: 20px;
}

.navPc li a {
  color: #111;
  text-decoration: none;
}

.entryBtn {
  display: block;
  width: 210px;

  line-height: 70px;
  background: linear-gradient(-45deg, #D80C18 0%, #D80C18 50%, #002A67 50%, #002A67 100%);
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  text-align: center;
}

.entryBtn2 {
  display: block;
  width: 210px;

  line-height: 70px;
  background: linear-gradient(-45deg, #ff5500 0%, #ff5500 50%, #008b8b 50%, #008b8b 100%);
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  text-align: center;
}



.btn {
  width: 360px;
  height: 60px;
  line-height: 60px;
  border-radius: 100px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  display: block;
  background: linear-gradient(-45deg, #D80C18 0%, #D80C18 50%, #002A67 50%, #002A67 100%);
  color: #fff;
  text-decoration: none;
  margin-top: 50px;
}

.btn2 {
  width: 500px;
  line-height: 60px;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  display: block;
  background: linear-gradient(-45deg, #ff5500 0%, #ff5500 50%, #008b8b 50%, #008b8b 100%);
  color: #fff;
  text-decoration: none;
  margin: 50px;
	padding: 2%;
}

.btn.ex {
  margin: 0 auto;
  margin-top: 50px;
}



/*----------------------------

.mainVisual {
  background-image: url(../img/main_visual8.jpg);
  background-size: cover;
  background-position: 100% 0%;
  height: 850px;
  padding-top: 70px;
  position: relative;
}*/

.toseki {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  right: 20px;
  top: 100px;
  font-size: 10px;
}

.toseki .logo {
  width: 80px;
}

.setuppers {
  position: absolute;
  right: 50px;
  bottom: 30px;
}

.setuppers .logo {
  width: 700px;
}

.catch img {
  width: 190px;
  position: absolute;
  right: 280px;
  top: 120px;
}



/*----------------------------*/

#message {
  height: 520px;
  background-image: url(../img/worker-wide2.jpg);
  background-size: cover;
  background-position: 100% 0%;
  display: flex;
  align-items: center;
}

#story {
  height: 620px;
  background-image: url(../img/bg4.jpg);
  background-size: cover;
  background-position: 0% 30%;
  display: flex;
  align-items: center;
}



.container {
  width: 1100px;
  margin: 0 auto;
}

.container2 {
  width: 800px;
  margin: 0 auto;
}

.container2 .borderBox {
  max-width: 100%;
  margin: 0 auto;
}


.container3 {
  width: 92%;
  margin: 0 auto;
}

.contBox-1 {
  margin-left: auto;
  width: 550px;
}


/*----------------------------*/


.fullCont {
  width: 1100px;
  margin: 0px auto;
  margin-bottom: 100px;
}


/*----------------------------*/

.flexCont {
  display: flex;
  justify-content: space-between;
  width: 1100px;
  margin: 100px auto;
}

.flexCont .item {
  width: 48%;
}

.flexCont .item.txt {
  padding: 60px 0;
}

/*----------------------------*/


.flexCont.three .item {
  width: 31%;
}

/*----------------------------*/




.flexCont.four .item {
  width: 22%;
}

/*----------------------------*/



.videoWrap {
  margin-top: 0px;
  background-image: url(../img/bg2.jpg);
  background-size: cover;
  background-position: 50% 60%;
}

.videoWrap .inner {
  width: 1200px;
  margin: 0px auto;
  padding: 60px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.videoWrap .item {
  width: 48%;
}



.borderBox {
  color: #000;
  padding: 60px;
  background: #fff;
  border: 3px solid #000;
  border-radius: 20px;
}

.borderBox.ex {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #ccc;
}


.borderBox.ex .catch {
  font-size: 26px;
  font-weight: 900;
  margin-top: 0;
  width: 300px;
  text-align: left;
  padding-left: 30px;
}

.borderBox.ex .txt {
  width: 480px;
  margin-top: 0;
}


.borderBox .title a {
  color: #000;
  font-size: 30px;
  font-weight: 900;
}

.borderBox .txt {
  font-size: 15px;
  font-weight: 700;
}

.titleBox {
  margin: 0 auto;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: linear-gradient(-45deg, #D80C18 0%, #D80C18 50%, #002A67 50%, #002A67 100%);
  font-weight: 900;
  font-size: 20px;
  color: #fff;
}

/*----------------------------*/


.targetBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 800px;
  margin: 60px auto;
}

.targetBox .txt {
  display: block;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 900;
  text-align: center;
  margin-top: 10px;
}

.targetBox .itemWrap {
  width: 33%;
}

.targetBox .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}

.targetBox .item.ex {
  margin-bottom: 0px;
}

.circle {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background: linear-gradient(-45deg, #D80C18 0%, #D80C18 50%, #002A67 50%, #002A67 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.circle.ex {
  width: 60px;
  height: 60px;
  border-radius: 30px;
}


.circle .title {
  display: block;
  color: #fff;
  font-size: 12px;
}

.circle.ex .title {
  display: none;
}

.circle .number {
  display: block;
  color: #fff;
  font-size: 36px;
  text-align: center;
}

.circle.ex .number {
  display: block;
  color: #fff;
  font-size: 30px;
  text-align: center;
}


/*----------------------------*/

.info-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left;
}

.info-box .list {
  margin-top: 30px;
}

.info-box .item {
  width: 45%;
  margin-bottom: 60px;
}


.info-box .title {
  font-size: 24px;
  font-weight: bold;
  margin-top: 10px;
  text-align: center;
  margin-bottom: 30px;

}

.info-box .list li {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 3px dotted #eee;
  line-height: 1.5;
  font-size: 15px;
  padding: 20px 0;
}


.info-box .list span:first-child {
  display: block;
  width: 30%;
  margin-right: 5%;
  color: #002A67;
  text-align: center;

}

.info-box .list span:last-child {
  display: block;
  width: 65%;
  font-weight: 500;
  font-size: 14px;
}



/*----------------------------*/

form {
  width: 800px;
  margin: 60px auto;
  color: #fff;
}

form label {
  width: 400px;
  height: 60px;
  background: #002A67;
  text-align: center;
  line-height: 60px;
  margin-right: 20px;
  font-weight: 700;
}


form .item {
  display: flex;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 50px;
}

form .item.message {
  align-items: flex-start;
}


form input {
  width: 400px;
  height: 60px;
  border: 1px solid #ddd;
  padding: 10px;
  font-size: 14px;
  line-height: 50px;
}


form input {
  width: 100%;
}


textarea {
  width: 100%;
  height: 250px;
  border: 1px solid #ddd;
  padding: 10px;
  font-size: 14px;
}

form button {
  display: block;
  margin: 0 auto;
  background: linear-gradient(-45deg, #D80C18 0%, #D80C18 50%, #002A67 50%, #002A67 100%);
  color: #fff;
  width: 200px;
  height: 50px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 50px;
  cursor: pointer;
  border: 0px;
}

::placeholder {
  font-size: 14px;
  color: #bbb;
}

.item.year {
  display: flex;
  justify-content: center;
  color: #000;
  font-size: 20px;
  margin: 0;
  margin-top: 20px;
}

.item.year .inner {
  display: flex;
  color: #000;
}

.item.year input {
  width: 20px;
  vertical-align: middle;
}

.item.year span {
  vertical-align: middle;
}


.item.year .inner div {
  margin-right: 30px;
}

.item.year .inner.last {
  margin-right: 0px;
}

.yearWrap {
  border: 5px solid #002A67;
  margin-bottom: 50px;
}

.yearWrap .title {
  text-align: center;
  background-color: #002A67;
  margin: 0;
  font-size: 20px;
}

.yearWrap .sub {
  display: block;
  color: #111;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 14px;
}

/*----------------------------*/

.radio .inner {
  width: 100%;
  height: 60px;
  font-size: 15px;
  line-height: 50px;
  color: #444;
}

.radio .inner {
  display: flex;
  border: 1px solid #ddd;
  padding: 10px;
}

.radio span {
  margin-right: 10px;
}

.check {
  width: 14px;
}

.radio .inner div {
  display: flex;
  align-items: center;
}

/*----------------------------*/


.checkbox label {
  display: block;
  line-height: 120px;
  height: 120px;
}


.checkbox .inner {
  width: 100%;
  font-size: 15px;
  color: #444;
  /*--height: 120px;--*/
  line-height: 2;
}

.checkbox .inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border: 1px solid #ddd;
  padding: 20px;
}

.checkbox span {
  margin-right: 20px;
}

.check {
  width: 14px;
  height: 14px;
  margin-right: 4px;
}

.checkbox .inner div {
  display: flex;
  align-items: center;
}


/*----------------------------*/


.noticeWrap {
  border: 5px solid #002A67;
  margin-bottom: 50px;
}

.noticeWrap .title {
  text-align: center;
  background-color: #002A67;
  margin: 0;
  font-size: 20px;
}

.noticeWrap .txtWrap {
  color: #111;
  padding: 30px;
}

.noticeWrap .txtWrap p {
  color: #111;
  margin-top: 0;
  font-size: 14px;
}

.noticeWrap .list {
  list-style-type: decimal;
  list-style-position: inside;
}

.noticeWrap .list span {
  text-decoration: underline;
}

.noticeWrap .list li {
  margin-bottom: 10px;
}

/*----------------------------*/

footer {
  background: #002A67;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.copyright {
  font-size: 13px;
  color: #fff;
}



/*----------------------------*/

.grecaptcha-badge {
  visibility: hidden;
}

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
}

#pageTop a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  background: #111;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border-radius: 10px;
}

#pageTop i {
  font-size: 14px;
  font-weight: bold;
  margin-left: 0px;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}


/*fade_in*/


.fade_in_box {
  overflow: hidden;
  transition: .8s;
}


.fade_in {
  transition: 1s;
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
}

.in {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}


.fade_in.two {
  -moz-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
}


.fade_in.three {
  -moz-transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
}

.fade_in.four {
  -moz-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
}

.fade_in.five {
  -moz-transition-delay: 500ms;
  -webkit-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
}

.fade_in.six {
  -moz-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
}

.fade_in.seven {
  -moz-transition-delay: 700ms;
  -webkit-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
}

.fade_in.eight {
  -moz-transition-delay: 800ms;
  -webkit-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
}

.fade_in.nine {
  -moz-transition-delay: 900ms;
  -webkit-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
}


.mainVisual > div {
    display: none;
}

.mainVisual {
    background: url(../img/main_visual8.jpg) no-repeat center /cover;
    background-size: cover;
    padding-top: 44%;
    margin-top: 70px;
}