@charset "utf-8";

/* Body
------------------------------ */
html {
  font-size: 10px;
}
body {
  color: #333;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.01em;
  text-size-adjust: 100%;
  animation: fadeIn 0.4s ease-in 0s 1 normal;
}
.slider1 {
  animation: fadeIn 1s ease-in 0s 1 normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* layout
------------------------------ */
.wrapper {
  margin: 0 auto;
}
@media screen and (min-width: 1281px) {
  .wrapper {
    width: 1250px;
    padding: 0 15px;
  }
}
/* Common
------------------------------ */
.fl_l {
  float: left;
}
.fl_r {
  float: right;
}
.float::before,
.float::after {
  content: "";
  display: block;
  clear: both;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.en {
  font-family: "Helvetica", Arial, sans-serif;
}
ul {
  letter-spacing: -0.4em;
}
li {
  letter-spacing: normal;
}
a,
ul,
li,
th,
td,
input {
  box-sizing: border-box;
}
a {
  text-decoration: none;
  transition: 0.3s ease;
}
.caution {
  padding-left: 1.1em;
  position: relative;
}
.caution:before {
  content: "※";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  color: #c90016;
}
.btn_b,
.btn_p,
.btn_g,
.btn_navy {
  position: relative;
  color: #fff;
  display: block;
  width: 202px;
  padding: 14px 34px 14px 20px;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 600;
}
.btn_b {
  background: #0084d8;
  border: 2px solid #0084d8;
}
.btn_p {
  background: #ff77c2;
  border: 2px solid #ff77c2;
}
.btn_g {
  background: #00a764;
  border: 2px solid #00a764;
}
.btn_navy {
  background: #2e5a9a;
  border: 2px solid #2e5a9a;
}
.btn_b::after,
.btn_p::after,
.btn_g::after,
.btn_navy::after {
  content: "";
  display: inline-block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  transition: 0.3s ease;
  width: 8px;
  height: 8px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  right: 20px;
}
.btn_b:hover,
.btn_p:hover,
.btn_g:hover,
.btn_navy:hover {
  background: #fff;
}
.btn_b:hover {
  color: #0084d8;
}
.btn_p:hover {
  color: #ff77c2;
}
.btn_g:hover {
  color: #00a764;
}
.btn_navy:hover {
  color: #2e5a9a;
}
.btn_b:hover::after,
.btn_p:hover::after,
.btn_g:hover::after,
.btn_navy:hover::after {
  right: 15px;
}
.btn_b:hover::after {
  border-color: #0084d8;
}
.btn_p:hover::after {
  border-color: #ff77c2;
}
.btn_g:hover::after {
  border-color: #00a764;
}
.btn_navy:hover::after {
  border-color: #2e5a9a;
}
.dot_list_b li,
.dot_list_p li,
.dot_list_g li,
.dot_list_navy li {
  position: relative;
  padding-left: 1.2em;
}
.dot_list_b li::before,
.dot_list_p li::before,
.dot_list_g li::before,
.dot_list_navy li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  line-height: 1.6;
  margin-bottom: 6px;
}
.dot_list_b li::before {
  background: #0084d8;
}
.dot_list_p li::before {
  background: #ff77c2;
}
.dot_list_g li::before {
  background: #00a764;
}
.dot_list_navy li::before {
  background: #2e5a9a;
}

/* Header
------------------------------ */
header .pc_menu {
  position: fixed;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  z-index: 6;
  top: 0;
  padding: 30px 0;
  transition: 0.3s;
  box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 60px;
}
header .wrapper {
  position: relative;
}
@media screen and (min-width: 640px) {
  .small .pc_menu {
    padding: 10px 0;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px;
  }
}
header .pc_menu h1,
header .pc_menu #gnav {
  display: inline-block;
  vertical-align: middle;
}
header .pc_menu h1 a {
  display: block;
  background: url(../images/logo.png) no-repeat left center/contain;
  width: 265px;
  height: 60px;
}
header .pc_menu h1 a:hover {
  opacity: 0.7;
}
header .pc_menu h1 span {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
/* gnav */
#gnav {
  position: absolute;
  right: 15px;
}
#gnav ul li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0.04em;
  margin-right: 30px;
}
#gnav ul li:last-of-type {
  margin-right: 0;
}
#gnav ul li a {
  display: block;
  text-align: center;
  color: #000;
  line-height: 1;
  padding: 22px 10px;
  border-bottom: solid 5px rgba(46, 90, 154, 0);
  font-weight: 600;
}
#gnav ul li a:hover {
  border-color: #2e5a9a;
}
/* slider */
.slick-slide {
  max-height: 620px;
  overflow: hidden;
}
.slider1_1,
.slider1_2,
.slider1_3,
.slider1_4 {
  position: relative;
  height: 620px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.slider1_1 {
  background-image: url(../images/slider01.jpg);
}
.slider1_2 {
  background-image: url(../images/slider02.jpg);
}
.slider1_3 {
  background-image: url(../images/slider03.jpg);
}
.slider1_4 {
  background-image: url(../images/slider04.jpg);
}
.slider1_1 .wrapper,
.slider1_2 .wrapper,
.slider1_3 .wrapper,
.slider1_4 .wrapper {
  position: absolute;
  color: #fff;
  font-weight: 600;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 80px;
}
.slider1_1 .wrapper .main,
.slider1_2 .wrapper .main,
.slider1_3 .wrapper .main,
.slider1_4 .wrapper .main {
  font-size: 4.8rem;
}
.slider1_1 .wrapper .sub,
.slider1_2 .wrapper .sub,
.slider1_3 .wrapper .sub,
.slider1_4 .wrapper .sub {
  font-size: 2.8rem;
}
.slider1_1 .wrapper p,
.slider1_2 .wrapper p {
  text-shadow: 0 0 7px #000;
}
.slider1_3 .wrapper p,
.slider1_4 .wrapper p {
  text-shadow: 0 0 3px rgb(0 0 0 / 37%), 0 0 9px rgb(0 0 0 / 7%);
}
/* index common
------------------------------ */
#index .headline.en {
  font-size: 4.6rem;
  line-height: 1;
  text-align: center;
  position: relative;
}
#index .headline.en::after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 108px;
}
#index .headline.navy {
  color: #2e5a9a;
}
#index .headline.navy::after {
  background: #2e5a9a;
}
#index .headline.white,
#index .sub_headline.white {
  color: #fff;
}
#index .headline.white::after {
  background: #fff;
}
#index .sub_headline {
  text-align: center;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 58px;
}
#index .flex {
  letter-spacing: -0.4em;
}
#index .flex_l,
#index .flex_r {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
}

/* index
------------------------------ */
/*index_about*/
#index_about {
  padding-top: 98px;
  padding-bottom: 113px;
}
#index_about h3::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(../images/logo_mark.png) no-repeat left center/contain;
  width: 60px;
  height: 60px;
  margin-right: 20px;
}
#index_about .flex > div {
  letter-spacing: normal;
}
@media screen and (min-width: 641px) {
  #index_about h3 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  #index_about .ceo,
  #index_about .text,
  #index_about .box {
    display: inline-block;
    vertical-align: top;
  }
  #index_about .text {
    width: 582px;
    margin-left: 40px;
    margin-right: 40px;
  }
}
#index_about .name {
  margin-top: 18px;
}
#index_about .name span {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  background: url(../images/ceo_name.svg) no-repeat center center/contain;
  height: 58px;
}
#index_about .text p {
  margin-bottom: 1em;
}
#index_about .text p:last-of-type {
  margin-bottom: 0;
}
#index_about .box {
  max-width: 328px;
  text-align: center;
  position: relative;
}
#index_about .box > div:nth-of-type(odd) {
  margin-right: 51px;
}
#index_about .box a {
  color: #000;
  text-align: center;
  border-radius: 50%;
  display: block;
}
#index_about .box a:hover {
  opacity: 0.7;
}
#index_about .box .box1,
#index_about .box .box2,
#index_about .box .box3,
#index_about .box .box4 {
  position: relative;
  z-index: 2;
  display: inline-block;
  vertical-align: top;
}
#index_about .box .box1 a,
#index_about .box .box2 a,
#index_about .box .box3 a,
#index_about .box .box4 a {
  width: 135px;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
}
#index_about .box .box1 a,
#index_about .box .box3 a,
#index_about .box .box4 a {
  padding: 43px 0 42px;
}
#index_about .box .box2 a {
  padding: 35px 0 25px;
}
#index_about .box .box1,
#index_about .box .box2 {
  margin-bottom: 58px;
}
#index_about .box .box1 a,
#index_about .box .box2 a {
  background: rgba(56, 136, 194, 0.2);
}
#index_about .box .box3 a {
  background: rgba(255, 119, 194, 0.2);
}
#index_about .box .box4 a {
  background: rgba(0, 167, 100, 0.2);
}
#index_about .box .box_center {
  background: #f3f3f3;
  width: 158px;
  height: 158px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
#index_about .box .box_center p {
  background: url(../images/logo_mark.png) no-repeat center/contain;
  width: 72px;
  height: 158px;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: auto;
}

/*index_business*/
#index_business {
  background: #2e5a9a;
  padding-top: 110px;
  overflow: hidden;
}
#index_business .sub_headline + p {
  color: #fff;
  text-align: center;
  margin-bottom: 56px;
}
#index_business .flex_l,
#index_business .flex_r {
  box-sizing: border-box;
  z-index: 2;
}
#index_business .box {
  position: relative;
  max-width: 1500px;
  margin: auto;
}
#index_business .business01::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 21px 0 21px;
  border-color: #2e599a transparent transparent transparent;
  z-index: 2;
}
#index_business .box:nth-of-type(even) .wrapper {
  text-align: right;
}
#index_business .box .flex_l {
  position: absolute;
}
@media screen and (min-width: 641px) {
  #index_business .box .flex_l {
    width: 750px;
  }
  #index_business .box .flex_r {
    width: 625px;
    height: 500px;
    padding-top: 52px;
  }
}
#index_business .box:nth-of-type(odd) .flex_l {
  left: 0;
  margin-left: 50%;
}
#index_business .business02 .flex_l {
  right: 0;
  margin-right: 50%;
}
#index_business .business04 .flex_l {
  left: 0;
}
#index_business .box .flex_r {
  position: relative;
  text-align: left;
}
#index_business .box:nth-of-type(even) .flex_r {
  padding-left: 64px;
}
#index_business .box:nth-of-type(odd) .flex_r {
  padding-right: 64px;
}
#index_business .bg_b,
#index_business .bg_b .flex_r {
  background: #d7e7f3;
}
#index_business .bg_p,
#index_business .bg_p .flex_r {
  background: #ffe4f3;
}
#index_business .bg_g,
#index_business .bg_g .flex_r {
  background: #ccede0;
}
#index_business .box:nth-of-type(even) .flex_r::after {
  left: 0;
}
#index_business .box:nth-of-type(odd) .flex_r::after {
  right: 0;
}
#index_business .box h3 {
  position: relative;
  font-size: 3rem;
  padding-bottom: 4px;
  margin-bottom: 32px;
}
#index_business .box h3::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 627px;
  height: 2px;
}
#index_business .bg_b h3::after {
  background: #0084d8;
}
#index_business .bg_p h3::after {
  background: #ff77c2;
}
#index_business .bg_g h3::after {
  background: #00a764;
}
#index_business .box:nth-of-type(even) h3::after {
  left: -64px;
}
#index_business .box:nth-of-type(odd) h3::after {
  right: -64px;
}
#index_business .box p {
  line-height: 1.9;
}
#index_business .box ul {
  margin-top: 23px;
  margin-bottom: 38px;
  min-height: 84px;
}
#index_business .box li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
#index_business .acd-label::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 12px;
  height: 12px;
  border-bottom: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  bottom: 17px;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.3s ease;
  transform-origin: 7px 8px;
}
#index_business .acd-check {
  display: none;
}
#index_business .acd-label {
  position: relative;
  background: #0084d8;
  color: #fff;
  width: 85px;
  font-size: 1.4rem;
  display: block;
  text-align: center;
  padding: 30px 0;
  box-sizing: border-box;
  border-radius: 50%;
  margin: 0 auto 48px;
  transition: 0.3s ease-in;
}
#index_business .acd-label:hover {
  transform: scale(1.1);
}
#index_business .acd-content {
  transition: 0.6s ease-in;
  visibility: hidden;
  max-height: 0;
}
#index_business .acd-check:checked + .acd-label + .acd-content {
  opacity: 1;
  visibility: visible;
  max-height: 5000px;
}
#index_business .acd-check:checked + .acd-label::after {
  transform: rotate(224deg);
}
#index_business .business01.box ul {
  margin-top: -4px;
  margin-bottom: 0;
  min-height: 0;
}
#index_business .business01.box ul li {
  display: block;
  width: 250px;
}
@media screen and (min-width: 641px) {
  #index_business .btn_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index_business .btn_list a:nth-of-type(odd) {
    margin-right: 14px;
  }
  #index_business .business01 .kenzai,
  #index_business .business01 .youheki{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
  }
  #index_business .business02 .business02_btn {
    display: flex;
    justify-content: flex-start;
    gap: 0 10px;
  }
  #index_business .business02 .business02_btn a{
    width: 33%;
  }
}
/*index_recruitment*/
#index_recruitment {
  background: #fff url(../images/index_business_bg.jpg) no-repeat right center/
    1500px auto;
  padding-top: 110px;
  padding-bottom: 118px;
  text-align: center;
  position: relative;
  z-index: 2;
}
#index_recruitment .btn_navy {
  margin: 50px auto 0;
}
/* sub
------------------------------ */
/* contact
------------------------------ */
/* thanks
------------------------------ */
/* Footer
------------------------------ */
footer {
  padding-top: 90px;
  text-align: center;
}
footer .logo {
  display: block;
}
footer .logo span {
  display: block;
  background: url(../images/logo.png) no-repeat left center/contain;
  width: 265px;
  height: 60px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: auto;
}
footer .link {
  border-bottom: solid 1px #2e5a9a;
  display: inline-block;
  padding: 0 101px;
  margin-bottom: 55px;
}
footer .link li {
  display: inline-block;
  vertical-align: top;
  margin-right: 70px;
}
footer .link li:last-of-type {
  margin-right: 0;
}
footer .link a {
  color: #2e5a9a;
  font-weight: 600;
  display: block;
  padding: 8px 4px;
}
footer .link a:hover {
  opacity: 0.7;
}
footer .box {
  margin-top: 54px;
  margin-bottom: 78px;
  font-size: 1.4rem;
}
footer .box .tel,
footer .box .fax {
  display: inline-block;
  vertical-align: top;
}
footer .box .tel {
  margin-right: 1em;
}
footer .logo:hover,
#copyright a:hover {
  opacity: 0.7;
}
footer .list_link a:hover::before {
  left: 3px;
}
footer .list_link a:hover::after {
  left: 9px;
}
#copyright {
  width: 100%;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  background: #2e5a9a;
  text-align: center;
  padding: 31px 0;
}
#copyright,
#copyright a {
  color: #fff;
  border-bottom: solid 1px #fff;
  display: inline-block;
  line-height: 1.4;
}

/* page top */
.pagetop {
  position: fixed;
  bottom: 20px;
  right: 60px;
  opacity: 0;
  transform: scale(1.5);
  transition: all 0.5s;
  z-index: 10;
}
.pagetop a {
  display: block;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  background: #295ea2;
  border: 1px solid #fff;
  padding: 5px;
  border-radius: 50%;
  box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px,
    rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}
.pagetop a::before {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
  transform: rotate(45deg);
  top: 17%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.pagetop.show {
  opacity: 1;
  transform: scale(1);
}
.pagetop a:hover {
  opacity: 0.7;
}
