@charset "UTF-8";

/*============================
	index 共通
============================*/
/* btn ▼*/
html.active {
  overflow-y: hidden;
}

.link__btn a {
  font-weight: 500;
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  max-width: 100%;
  width: 180px;
  line-height: 40px;
  letter-spacing: 0.16em;
  position: relative;
  text-align: center;
  white-space: nowrap;
  border: solid 1px #111;
  transition: 0.5s;
}

.link__btn a::before {
  content: "";
  position: absolute;
  width: 28px;
  height: 4px;
  background: #fff;
  top: -2px;
  right: 20%;
  transition: 0.5s;
}

.link__btn a:hover::before {
  right: 60%;
}

.link__btn a:hover {
  opacity: 0.8;
  color: #014eab;
}

.link__btn02 a {
  display: block;
  width: 230px;
  background: url(../img/cmn/btn-arw.png) no-repeat center right 5px/20%;
  border-bottom: solid 2px #fff;
  transition: 0.5s;
  line-height: 50px;
  white-space: nowrap;
  color: #fff;
}

.link__btn02 a:hover {
  background-position: center right 10px;
}

/* btn ▲*/
.section__ttl {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.section__ttl .font-en {
  font-size: 4.6rem;
  letter-spacing: 0.1em;
  display: block;
  line-height: 1;
  color: #014eab;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.section__ttl .font-en::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background: #014eab;
  left: -32px;
  top: 40%;
}

.section__ttl .font-en::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background: #014eab;
  right: -32px;
  top: 40%;
}

@media screen and (max-width: 1024px) {
  .section__ttl .font-en {
    font-size: 4rem;
  }
}

@media screen and (max-width: 768px) {
  .section__ttl .font-en {
    font-size: 3rem;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 599px) {
  .section__ttl {
    font-size: 1.4rem;
  }

  .section__ttl .font-en {
    font-size: 2.6rem;
    margin-bottom: 10px;
  }

  .link__btn a {
    line-height: 40px;
  }
}

/*============================
	header
============================*/

header {
  z-index: 999;
  position: relative;
  top: 0;
  left: 50%;
  width: 100%;
  height: 120px;
  background: #014eab;
  color: #fff;
  padding: 0 1%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  width: 100%;
  /* box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12); */
}

.hd__left {
  width: 20%;
}

.hd__right {
  width: 80%;
}

.hd__txt {
  font-size: min(1.1rem, 1vw);
  padding: 10px 0 20px;
  white-space: nowrap;
}

.hd__logo {
  width: 290px;
  max-width: 100%;
  height: auto;
}

.hd__tel {
  font-size: min(3.6rem, 2.4vw);
  letter-spacing: 0.05em;
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
  vertical-align: middle;
  font-weight: bold;
  background: url(../img/cmn/ico_tel_hd.png) no-repeat center left;
  padding-left: 35px;
  line-height: 1;
  width: 20%;
  margin: 0 auto;
  text-align: center;
}
.hd__tel a {
  color: #fff;
}

/***** g-nav PC ▼*****/
.g-nav__pc {
  text-align: center;
  margin: 0 auto;
  width: 60%;
}

.g-nav__pc--ul li {
  margin: 0 3%;
  position: relative;
  z-index: 9;
}

.g-nav__pc--ul li:last-child {
  margin: 0 0 0 5%;
}

.g-nav__pc--ul li a {
  white-space: nowrap;
  font-size: min(1.6rem, 1.2vw);
  letter-spacing: 0.05em;
  font-weight: bold;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}

.g-nav__pc--ul li a:hover {
  opacity: 0.8;
}

/* g-nav 伸びるボーダー */

.g-nav__pc--ul li a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background: #fff;
  left: 50%;
  bottom: -5px;
  border-radius: 1px;
  transition: 0.5s;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.g-nav__pc--ul li a:hover:before {
  width: 80%;
}

/***** g-nav ▲*****/

/***** ハンバーガー ▼*****/

.hd__menu {
  font-weight: bold;
  font-size: 1rem;
  z-index: 999;
  width: 52px;
  height: 52px;
  /* background: #00528d; */
  transition: 0.5s;
  margin: 0 0 0 auto;
  padding: 10px 0;
}

/* .hd__menu.active {
    background: #00528d;
} */

.hd__hamburger {
  width: 40px;
  height: 10px;
  cursor: pointer;
}

.hd__hamburger span {
  background: #fff;
  height: 2px;
  width: 100%;
  left: 0;
}

.hd__hamburger.active span {
  background: #fff;
}

.hd__menu .hd__menu--txt {
  font-size: 1rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
  transition: 0.5s;
  margin-top: 5px;
}

/* .hd__gnav--sp.active .hd__menu--txt {

} */

.hdColor-default .hd__hamburger span {
  background: #fff;
}

.hdColor-default .hd__menu--txt {
  color: #fff;
  text-align: center;
  transition: 0.5s;
}

.hd__hamburger--top {
  top: 0;
  transition: 0.5s;
}

.hd__hamburger--middle {
  top: 42.5%;
  transition: 0.5s;
}

.hd__hamburger--bottom {
  bottom: 0;
  transition: 0.5s;
}

.hd__hamburger.active .hd__hamburger--top {
  transform: translateY(0px) rotate(30deg);
}

.hd__hamburger.active .hd__hamburger--middle {
  display: none;
}

.hd__hamburger.active .hd__hamburger--bottom {
  transform: translateY(-8px) rotate(-30deg);
}

/***** sp nav *****/
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(000, 000, 000, 0.5);
  opacity: 0;
  display: none;
  transition: 0.5s;
}

html.active body:before {
  opacity: 0;
  z-index: 999;
  display: block;
  animation-name: BgAppear;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

@keyframes BgAppear {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes BgHide {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.g-nav__bg {
  position: fixed;
  top: 0;
  right: -120%;
  height: 100vh;
  width: 60vw;
  transition: all 0.5s;
  background: #f4f6f9;
  padding: 50px 0;
  overflow: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 100px;
  margin-top: 52px;
  z-index: 9999;
}

.g-nav__bg.active {
  right: 0;
}

.g-nav__bg .hd__txt {
  display: block;
  margin: 0 20% 30px;
  line-height: 1.6;
  font-size: 1.2rem;
}

.g-nav__sp-ul {
  margin: 0 0 0 auto;
  margin-bottom: 50px;
  padding: 0 20%;
}

.g-nav__bg .g-nav__li a {
  font-size: 1.6rem;
  font-weight: bold;
  height: 100%;
  display: block;
  text-align: left;
  margin-bottom: 20px;
}

.g-nav__sp ul span {
  font-size: 2.4rem;
  margin-right: 10px;
}

.g-nav__tel.sp {
  display: block;
}

.g-nav__tel.sp a {
  display: block;
  margin: 0 10px 0 20%;
  font-size: 3rem;
  white-space: nowrap;
  background: url(../img/cmn/ico_tel_hd_bk.png) no-repeat center left;
  padding-left: 35px;
  width: -moz-fit-content;
  width: fit-content;
}

.g-nav__tel--time.sp {
  padding: 0 0 0 20%;
  margin-bottom: 30px;
}

.g-nav__contact.sp {
  display: block;
}

.g-nav__contact.sp a {
  display: block;
  width: 80%;
  max-width: 300px;
  line-height: 50px;
  border-radius: 25px;
  text-align: center;
  background: #0072c3;
  font-size: 1.8rem;
  white-space: nowrap;
  color: #fff;
  margin: 0 0 0 20%;
}
.fv__copy_subttl {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  line-height: 4;
  margin-left: 16px;
}

@media screen and (max-width: 1024px) {
  .g-nav__pc {
    display: none;
  }

  .hd__right {
    display: none;
  }

  .hd__tel--wrap {
    display: none;
  }

  .hd__contact.pc {
    display: none;
  }

  .hd__flex--sp.sp {
    display: block;
  }

  .hd__gnav--sp {
    display: block;
  }

  .g-nav__tel--time.sp {
    display: block;
  }

  header {
    height: 52px;
    position: fixed;
    width: 100%;
    /* box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12); */
    padding: 10px 10px;
    background: #014eab;
  }

  .hd__txt.pc {
    margin: 0 0 10px;
    display: none;
  }

  .hd__txt.sp {
    display: block;
    color: #fff;
    top: 10px;
    right: 3%;
    position: absolute;
    font-size: 1rem;
    margin: 0 0 5px;
    z-index: 9;
  }

  .hd__logo {
    width: 180px;
    min-width: auto;
    height: auto;
    position: relative;
    z-index: 999;
  }

  .hd__flex {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .fv__copy_subttl {
    font-size: 18px;
    margin-left: 0px;
    line-height: 2;
    margin-top: 20px;
    display: block;
  }
}
@media screen and (max-width: 599px) {
  header {
    padding: 5px 10px;
  }
  .hd__txt.sp {
    padding: 0;
    margin: 0;
    right: auto;
    left: 20%;
    top: 20px;
    text-align: center;
    line-height: 1.6;
  }

  .hd__left {
    width: auto;
  }

  .hd__right {
    width: auto;
  }
  .hd__hamburger span {
    height: 1px;
  }
  .g-nav__bg {
    width: 100vw;
    padding: 40px 0 100px;
  }

  .g-nav__bg .hd__txt {
    font-size: 1rem;
    line-height: 1.6;
    margin: 0 15% 30px;
  }

  .hd__txt {
    text-align: left;
  }

  .hd__logo {
    width: 160px;
    padding: 5px 0 0;
  }

  .hd__menu {
    padding-top: 15px;
  }

  .g-nav__sp-ul {
    padding: 0 15%;
  }

  .g-nav__tel.sp a {
    margin: 0 10% 0 15%;
  }
  .g-nav__contact.sp a {
    margin: 0 15%;
    width: 70%;
  }
}

/*============================
	fv
============================*/
.fv {
  background: #014eab;
}

.fv__img {
  width: 90%;
  margin: 0 0 0 auto;
  overflow: hidden;
}

.fv__img img {
  object-fit: cover;
  height: 850px;
  width: 100%;
}
.fv__copy {
  position: absolute;
  /* -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); */
  z-index: 99;
  top: 50%;
  left: 5%;
  width: 50%;
}

.fv__scroll {
  font-size: 1.4rem;
  color: #014eab;
  font-weight: normal;
  bottom: -130px;
  right: 3%;
  z-index: 99;
  position: absolute;
  letter-spacing: 0.26em;
  /* -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%); */
}

.fv__scroll::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 120px;
  background: -webkit-linear-gradient(90deg, #4894f0, #00e4ff);
  background: -moz-linear-gradient(90deg, #4894f0, #00e4ff);
  background: linear-gradient(90deg, #4894f0, #00e4ff);
  left: 54%;
  bottom: 90px;
  animation: scrollAnime 2s 0s infinite;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}

@keyframes scrollAnime {
  0% {
    height: 120px;
  }

  50% {
    height: 160px;
  }

  100% {
    height: 120px;
  }
}

/* .mv__scroll::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 0 15px 10px;
    border-color: transparent transparent transparent #ffffff;
    left: 45%;
    bottom: 0;
} */

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  left: 0;
  bottom: 30px;
  z-index: 99;
}

.slick-dots li {
  width: 30px;
}

.slick-dots li button:before {
  content: "●";
  width: 7px;
  height: 7px;
  font-size: 10px;
  color: #fff;
  opacity: 0.8;
}

.slick-dots li.slick-active button:before {
  color: #014eab;
}

/* スライド slick fade*/

.slide-animation img {
  animation: fadezoom 8s 0s forwards;
}

@keyframes fadezoom {
  0% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

@media screen and (max-width: 1024px) {
  .fv {
    margin-top: 52px;
  }
}

@media screen and (max-width: 768px) {
  .fv .slick01.pc {
    display: block;
  }

  .fv__img.pc {
    display: block;
  }

  .fv__img.sp {
    display: none;
  }

  .fv__copy.pc {
    display: block;
  }

  .fv__copy.sp {
    display: none;
  }

  .fv {
    margin-top: 52px;
  }

  .fv__img img {
    object-fit: cover;
    height: 600px;
    width: 100%;
  }
}

@media screen and (max-width: 599px) {
  .fv {
    margin-top: 52px;
  }

  .fv__img img {
    height: 100vh;
    object-position: 30% center;
  }

  .fv__copy {
    top: 35%;
    width: 80%;
  }

  .slick-dots {
    bottom: 20px;
  }

  .slick-dots li {
    width: 20px;
  }

  .slick-dots li button:before {
    font-size: 10px;
  }
  .fv__scroll {
    font-size: 1rem;
    bottom: -100px;
  }
  .fv__scroll::before {
    bottom: 70px;
  }
}

/*============================
	greeting
============================*/
.greeting {
  padding: 150px 0 100px;
  /* background: url(../img/top/bg_greeting.png)no-repeat top 110px left 30%/60%; */
}

.greeting:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 740px;
  top: 110px;
  left: 15%;
  background-color: #f4f6f9;
  -webkit-clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(20% 0, 100% 0, 80% 100%, 0 100%);
  z-index: -1;
}

.greeting__left {
  width: 50%;
  padding: 50px 0 0;
}

.greeting__right {
  width: 50%;
  padding-left: 3%;
}

.greeting__img img {
  object-fit: cover;
  width: 100%;
  height: 560px;
}

.greeting .section__ttl {
  margin-bottom: 80px;
}

.greeting__txtwrap {
  max-width: 620px;
  margin: 0 auto;
}

.greeting__copy {
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-bottom: 50px;
}

.greeting__txt {
  font-weight: bold;
  margin-bottom: 50px;
}

.greeting__name {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: right;
  display: block;
}

.greeting .link__btn a {
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .greeting .section__ttl {
    margin-bottom: 40px;
  }
  .greeting__copy {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 768px) {
  .greeting__copy {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
  .greeting__txt {
    font-weight: normal;
  }
  .greeting__name {
    font-weight: normal;
  }
}

@media screen and (max-width: 599px) {
  .greeting {
    padding: 60px 0;
  }
  .greeting:before {
    width: 100%;
    height: 700px;
    top: 0;
  }
  .greeting__flex {
    display: flex;
    flex-direction: column-reverse;
  }
  .greeting__left {
    width: 100%;
  }
  .greeting__right {
    width: 100%;
  }
  .greeting__img img {
    height: auto;
  }
  .greeting .section__ttl {
    margin-bottom: 30px;
  }
  .greeting__copy {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .greeting__name {
    font-size: 1.4rem;
  }
}

/*============================
	about
============================*/
.about {
  padding: 110px 0;
}

.about:before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #f4f6f9;
  -webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
  z-index: -1;
}

.about .section__ttl {
  margin-bottom: 90px;
}

.about__flex {
  margin-bottom: 70px;
}

.about__link {
  width: 31%;
  transition: 0.5s;
}
.about__link a:hover {
  opacity: 1;
  filter: blur(2px);
}
.about__h3 {
  color: #fff;
  width: 100%;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.12em;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.about__h3 .font-en {
  font-weight: bold;
  letter-spacing: 0.1em;
  display: block;
  margin-top: 10px;
}

.about .link__btn a {
  margin: 0 auto;
}

.about .link__btn a::before {
  background-color: #f4f6f9;
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 768px) {
  .about .section__ttl {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 599px) {
  .about {
    padding: 60px 0;
  }
  .about .section__ttl {
    margin-bottom: 30px;
  }
  .about__flex {
    margin-bottom: 40px;
  }
  .about__link {
    width: 100%;
    margin-bottom: 10px;
  }
}

/*============================
	works
============================*/
.works {
  padding: 0 0 150px;
}

.works .section__ttl {
  padding: 120px 0 310px;
  color: #fff;
  background: url(../img/top/bg_works.jpg) no-repeat center center/cover;
}

.works .section__ttl .font-en {
  color: #fff;
}

.works__flex {
  max-width: 1180px;
  margin: -140px auto 50px;
  position: relative;
}

.works__img {
  width: 23%;
}

.works .link__btn a {
  margin: 0 auto;
}

.works .section__ttl .font-en::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background: #fff;
  left: -32px;
  top: 40%;
}

.works .section__ttl .font-en::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background: #fff;
  right: -32px;
  top: 40%;
}

@media screen and (max-width: 768px) {
  .works .section__ttl {
    padding: 120px 0 200px;
  }
}

@media screen and (max-width: 599px) {
  .works {
    padding-bottom: 60px;
  }
  .works .section__ttl {
    padding: 60px 0 80px;
  }
  .works__flex {
    display: flex;
    flex-wrap: wrap;
    margin: -30px auto 40px;
  }
  .works__img {
    width: 48%;
    margin-bottom: 10px;
  }
}

/*============================
	company
============================*/
.company {
  padding: 20px 0 80px;
}

.company:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 740px;
  top: 0;
  left: 15%;
  background-color: #f4f6f9;
  -webkit-clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(20% 0, 100% 0, 80% 100%, 0 100%);
  z-index: -1;
}

.company__left {
  width: 45%;
  max-width: 720px;
}

.company__right {
  width: 55%;
  padding: 80px 0 0 3%;
}

.company .section__ttl {
  margin-bottom: 90px;
}

.company__copy {
  font-size: 4rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-bottom: 50px;
}

.company__txt {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .company__copy {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .company .section__ttl {
    margin-bottom: 50px;
  }
  .company__copy {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
  .company .link__btn a::before {
    background: #f4f6f9;
  }
}

@media screen and (max-width: 599px) {
  .company {
    padding: 20px 0 60px;
  }
  .company__copy {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .company__left {
    width: 100%;
  }
  .company__right {
    width: 100%;
  }
  .company:before {
    width: 100%;
  }
}

/*============================
	blog
============================*/
.blog {
  padding: 150px 0 110px;
}

.blog__left {
  width: 25%;
  padding: 60px 0 0;
}

.blog__right {
  width: 75%;
}

.blog .section__ttl {
  font-size: 1.4rem;
}

.blog .section__ttl .font-en {
  font-size: 2.4rem;
  margin-bottom: 10px;
}

.blog .section__ttl .font-en::before {
  display: none;
}

.blog .section__ttl .font-en::after {
  display: none;
}

.blog__dt {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.6;
  float: left;
  clear: both;
  letter-spacing: 0.05em;
}

.blog__dd {
  font-size: 1.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 0 0 52px;
  margin-bottom: 60px;
  line-height: 1.6;
}

.blog .link__btn a {
  border: none;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.18em;
  border-bottom: solid 1px #222;
  margin: 0 15% 0 auto;
}
.blog .link__btn a::before {
  display: none;
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 599px) {
  .blog {
    padding: 0 0 60px;
  }

  .blog__left {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }

  .blog__right {
    width: 100%;
  }

  .blog__dt {
    float: none;
    margin-bottom: 10px;
    font-size: 1.2rem;
  }

  .blog__dd {
    padding: 0;
    margin-bottom: 30px;
    background-size: 10px;
    background-position: right top 10px;
  }

  .blog .link__btn a {
    margin: 0 auto;
  }
}

/*============================
	recruit
============================*/
.recruit {
  padding: 40px 0 50px;
  background: url(../img/top/bg_recruit.jpg) no-repeat center center/cover;
}
.recruit .section__ttl {
  margin-bottom: 50px;
}
.recruit__copy {
  font-size: 4rem;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 50px;
}
.recruit__txt {
  text-align: center;
  line-height: 2.2;
}
.recruit__txt a {
  font-weight: bold;
}
.recruit__txt img {
  width: 12px;
  height: auto;
  vertical-align: top;
}
@media screen and (max-width: 1024px) {
  .recruit__copy {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 768px) {
  .recruit__copy {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 599px) {
  .recruit .section__ttl {
    margin-bottom: 40px;
  }
  .recruit__copy {
    font-size: 1.8rem;
    line-height: 1.6;
    margin-bottom: 20px;
  }
}
/*============================
	contact
============================*/
.contact__bg {
  padding: 80px 0 140px;
  background: url(../img/cmn/bg_contact.jpg) no-repeat center center/cover;
  color: #fff;
  position: relative;
}

.contact__left {
  width: 50%;
}

.contact__right {
  width: 50%;
  padding: 10px 0 0;
}

.contact__info {
  letter-spacing: 0.05em;
  max-width: 350px;
  margin: 0 auto;
}
.contact__info.info01 {
  margin-bottom: 20px;
}
.contact__tel {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
  background: url(../img/cmn/ico_tel_hd.png) no-repeat top 3px left;
  padding-left: 35px;
  margin: 0 0 20px 20%;
}

.contact__fax {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  margin: 0 0 0 20%;
}
.contact__fax .font-en {
  font-size: 1.8rem;
}

.contact__btn {
  background: #fff;
  max-width: 1440px;
  width: 90%;
  margin: 0 auto;
}

.contact__btn a {
  display: block;
  height: 230px;
  width: 100%;
  margin: -70px 0 0;
  line-height: 230px;
  color: #fff;
  padding: 0 12%;
  transition: 0.5s;
  position: relative;
}
.contact__btn a:hover {
  opacity: 0.9;
  background: -webkit-linear-gradient(30deg, #4894f0, #00e4ff);
  background: -moz-linear-gradient(30deg, #4894f0, #00e4ff);
  background: linear-gradient(30deg, #4894f0, #00e4ff);
}
.contact__btn .font-en {
  font-size: 3.4rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-right: 5%;
  vertical-align: middle;
  position: relative;
}
.contact__btn .font-en::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 1px;
  background: #fff;
  top: 50%;
  right: -390px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .contact__btn .font-en {
    font-size: 3rem;
  }
  .contact__tel a {
    color: #fff;
  }
}

@media screen and (max-width: 599px) {
  .contact__bg {
    padding: 60px 0 100px;
  }

  .contact__left {
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
  }

  .contact__right {
    width: 100%;
    padding: 0;
  }

  .contact__tel {
    font-size: 3rem;
    margin: 0 0 10px;
  }

  .contact__fax {
    margin: 0;
  }

  .contact__btn a {
    height: 120px;
    padding: 30px 5% 0;
    line-height: 1.4;
    margin: -60px 0 0;
  }
  .contact__btn .font-en {
    display: block;
    font-size: 2.6rem;
  }
  .contact__btn .font-en::after {
    right: 0;
    top: auto;
    bottom: 5px;
    width: 30%;
  }
}

/*============================
	footer
============================*/
footer {
  padding: 80px 5% 30px;
}

.ft__flex {
  margin-bottom: 50px;
}

.ft__left {
  width: 50%;
}

.ft__right {
  width: 50%;
}

.ft__logo {
  width: 375px;
  max-width: 100%;
}

.ft__nav {
  width: 100%;
  margin: 0 auto;
  padding: 0 10%;
}

.ft-nav01,
.ft-nav02 {
  border-right: 1px solid #3a4a57;
}

.ft__nav li {
  white-space: nowrap;
  font-size: min(1.4rem, 1.4vw);
  margin: 0 0 10px;
}

.footer__nav a {
  width: 100%;
}

.ft__copyright {
  font-size: 1.2rem;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .ft__left {
    width: 40%;
  }
  .ft__right {
    width: 60%;
  }
  .ft__logo {
    width: 300px;
  }
  .ft__nav {
    padding: 0 5%;
  }
}

@media screen and (max-width: 768px) {
  footer {
    padding: 60px 5% 20px;
  }

  .ft__flex {
    display: block;
  }

  .ft__left {
    width: 100%;
    margin-bottom: 30px;
  }

  .ft__center {
    width: 100%;
    display: flex;
    padding: 0;
    margin-bottom: 30px;
  }

  .ft__right {
    width: 100%;
  }

  .ft__logo {
    width: 260px;
  }

  .ft__info01 {
    margin: 0 30px 0 0;
  }

  .ft__right {
    justify-content: flex-start;
  }

  .ft__nav {
    margin: 0;
    border: none;
    padding: 0;
  }

  .ft__nav li {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 599px) {
  footer {
    padding: 60px 5% 20px;
  }

  .ft__left {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }

  .ft__right {
    width: 100%;
    padding: 0;
  }

  .ft__logo {
    width: 200px;
    margin-bottom: 30px;
  }

  .ft__nav {
    /* padding: 0 10% 0 0; */
  }

  footer .ft__nav li {
    margin-bottom: 12px;
    border: none;
    text-align: center;
  }
  footer .ft__nav li a {
    text-align: center;
    background: #333;
    display: block;
    padding: 6px;
    color: #fff;
  }

  .ft__copyright {
    text-align: left;
    font-size: 1rem;
  }
}

/*============================
	page top /side btn
============================*/
#page-top a {
  position: fixed;
  white-space: nowrap;
  text-align: center;
  width: 14px;
  height: auto;
  display: block;
  margin: 0 auto;
  right: 3%;
  bottom: 20px;
  z-index: 99;
}

#page-top {
  opacity: 0;
  transition: 0.5s;
}

#page-top.active {
  opacity: 1;
}
.side__btn {
  position: fixed;
  right: 0;
  top: 50%;
  width: 60px;
  z-index: 99;
}
.side__btn img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
}

@media screen and (max-width: 599px) {
  #page-top a {
    right: 15px;
    width: 10px;
  }
  .side__btn {
    width: 40px;
    top: 180px;
  }
}

/*============================
	tablet / sp
============================*/

@media screen and (max-width: 767px) {
}

/*============================
	sp only
============================*/

@media screen and (max-width: 375px) {
}

/*============================

 subcontent

============================*/
/* subcon_setting */
.subcontent section {
  max-width: 1100px;
  margin: 0 auto;
  width: 90%;
  padding: 80px 0;
}
.subcontent p {
  text-align: left;
  line-height: 2;
  font-size: 16px;
}
.subcontent .ttl {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
  font-weight: bold;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 80px;
}
.subcontent .ttl span {
  font-size: 4.6rem;
  letter-spacing: 0.1em;
  display: block;
  line-height: 1;
  color: #014eab;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.subcontent .ttl span::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background: #014eab;
  left: -32px;
  top: 40%;
}
.subcontent .ttl span::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background: #014eab;
  right: -32px;
  top: 40%;
}
.subcontent .subttl {
  font-size: 18px;
  margin-bottom: 16px;
}
.subcontent .flex {
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.subcontent .flex-st {
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -moz-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 1040px) {
}
@media screen and (max-width: 767px) {
  .subcontent section {
    padding: 40px 0;
  }
  .subcontent .ttl span {
    font-size: 32px;
  }
  .subcontent .ttl {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 500px) {
  .subcontent .ttl span {
    font-size: 22px;
  }
}

/* submainbox */
/* .submainbox_box {
  position: relative;
} */
.submainbox {
  background: url(../img/subcon/mainvisual/mainvisual.png) no-repeat center
    center;
  background-size: cover;
  padding: 80px 0;
  /* margin-top: 120px; */
  /* position: relative; */
  /* width: 90%;
  margin: 0 0 0 auto; */
}

.submainbox h2 {
  font-size: 18px;
  line-height: 1.6;
  /* color: #fff; */
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}
.submainbox h2 span {
  display: block;
  font-size: 46px;
  color: #014eab;
  font-weight: 600;
}
@media screen and (max-width: 1040px) {
  .submainbox {
    padding: 100px 0px 60px;
  }
}
@media screen and (max-width: 767px) {
  .submainbox {
    padding: 90px 0 40px;
  }

  .submainbox h2 {
    font-size: 15px;
  }
  .submainbox h2 span {
    font-size: 26px;
  }
}

/* bread_crumb */
.bread__crumb {
  padding: 10px 0;
  width: 100%;
}
.bread__crumb ol {
  max-width: 1100px;
  margin: 0 auto;
  width: 96%;
  text-align: left;
}
.bread__crumb ol li {
  display: inline;
  line-height: 1.4;
}
.bread__crumb ol li::after {
  content: ">";
  padding: 0 5px;
  margin: 0 5px;
}
.bread__crumb ol li:last-child:after {
  content: "";
}
.bread__crumb ol li a:hover {
  color: #014eab;
  transition: all 0.7s;
}
@media screen and (max-width: 1040px) {
}
@media screen and (max-width: 767px) {
}

/* strength */
.subcontent .strength__bg {
  background: url(../img/subcon/strength/bg01.jpg) no-repeat top center;
  background-size: contain;
  padding-top: 150px;
}
.subcontent .strength__box {
  background: url(../images/top/bg_greeting.gif) repeat-x top, #fff;
  padding: 30px 30px 80px;
}
.subcontent .strength__box p {
  font-size: 18px;
  line-height: 2.5;
  margin-bottom: 40px;
}
/* .subcontent .strength__list-box {
  margin-top: 60px;
} */
.subcontent .strength__list {
}
.subcontent .strength__box_inner {
  border: 1px solid #111;
  padding: 40px;
}
.subcontent .strength__box_inner .ttl {
  margin-bottom: 50px;
}
.subcontent .strength__list li {
  width: 32%;
  position: relative;
  padding: 46px 20px 36px;
  background: #f4f6f9;
}
.subcontent .strength__list-num {
  font-size: 52px;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #014eab;
}
.subcontent .strength__list-ttl {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
}
@media screen and (max-width: 1040px) {
}
@media screen and (max-width: 767px) {
  .subcontent .strength__bg {
    padding-top: 30px;
  }
  .subcontent .strength__box {
    padding: 16px 16px 70px;
  }
  .subcontent .strength__box_inner {
    padding: 20px;
  }
  .subcontent .strength__box_inner .ttl {
    margin-bottom: 16px;
  }
  .subcontent .strength__box p {
    font-size: 15px;
    margin-bottom: 0;
  }
  .subcontent .strength__list li {
    width: 100%;
    padding: 36px 16px 26px;
  }
  .subcontent .strength__list li:not(:last-child) {
    margin-bottom: 16%;
  }
  .subcontent .strength__list-num {
    font-size: 36px;
  }
  .subcontent .strength__list-ttl {
    margin-bottom: 10px;
    font-size: 17px;
  }
}

/* business */
.subcontent .business__section .ttl {
  margin-bottom: 60px;
}
.subcontent .business__section .subttl {
  margin-bottom: 60px;
}

.subcontent .business__bg {
  background: #f4f6f9;
  padding: 40px;
}
.subcontent .business__intro li {
  width: 48%;
}
.subcontent .business__intro-ttl {
  font-size: 20px;
  /* border-left: 4px solid #014eab;
  padding-left: 10px; */
  position: relative;
  font-weight: 600;
  margin-bottom: 16px;
  text-align: center;
}
.subcontent .business__intro-ttl::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 4px;
  bottom: -9px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #014eab;
}

.subcontent .business__intro-img {
  margin: 0 auto;
  width: 60%;
}
.subcontent .business__link {
  margin: 40px 0 80px;
}
.subcontent .business__link_inner-box {
  width: 32%;
  margin-bottom: 2%;
}
.subcontent .business__link_inner-box:not(:nth-child(3n)) {
  margin-right: 2%;
}
.subcontent .business__link_inner-box a {
  display: block;
  padding: 30px 0;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
.subcontent .business__box:not(:last-child) {
  margin-bottom: 60px;
}
.subcontent .business__box_list-inner li {
  width: 32%;
}
.subcontent .business__box_list-inner li:not(:nth-child(3n)) {
  margin-right: 2%;
}
.subcontent .business__box-ttl {
  font-size: 20px;
  border-left: 4px solid #014eab;
  padding-left: 10px;
  font-weight: 600;
  margin-bottom: 20px;
}
.subcontent .business__box-txt {
  margin-bottom: 16px;
}

@media screen and (max-width: 1040px) {
  .subcontent .business__section .ttl {
    margin-bottom: 30px;
  }
  .subcontent .business__section .subttl {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .subcontent .business__intro-ttl {
    font-size: 18px;
    margin-bottom: 26px;
  }
  .subcontent .business__link_inner-box {
    width: 48%;
  }
  .subcontent .business__link_inner-box:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .subcontent .business__link_inner-box:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 767px) {
  .subcontent .business__intro li {
    width: 100%;
  }
  .subcontent .business__intro li:not(:last-child) {
    margin-bottom: 10%;
  }
  .subcontent .business__intro-img {
    width: 90%;
  }
  .subcontent .business__intro-ttl {
    margin-bottom: 16px;
  }
  .subcontent .business__link_inner-box {
    width: 100%;
    margin-bottom: 4%;
  }
  .subcontent .business__link_inner-box:not(:nth-child(2n)) {
    margin-right: 0;
  }
  .subcontent .business__link_inner-box a {
    padding: 14px;
  }
  .subcontent .business__link {
    margin: 30px 0 40px;
  }
  .subcontent .business__box-ttl {
    font-size: 17px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 500px) {
  .subcontent .business__box_list-inner li {
    width: 100%;
  }
  .subcontent .business__box_list-inner li:not(:last-child) {
    margin-bottom: 10%;
  }
  .subcontent .business__box_list-inner li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .subcontent .business__box:not(:last-child) {
    margin-bottom: 50px;
  }
}

/* works */
.subcontent .works__list li {
  width: 32%;
  padding: 20px;
  background: #f4f6f9;
  margin-bottom: 2%;
}
.subcontent .works__list li:not(:nth-child(3n)) {
  margin-right: 2%;
}
.subcontent .works__list li .works__list-img {
  margin-bottom: 26px;
  max-height: 312px;
  overflow: hidden;
}
.subcontent .works__list li .works__list-img img {
  width: 100%;
  height: auto;
}
.subcontent .works__list-ttl {
  font-size: 18px;
  margin-bottom: 26px;
  font-weight: 600;
  border-left: 4px solid #014eab;
  padding-left: 8px;
}
.subcontent .works__ttl {
  text-align: center;
  font-size: 20px;
  margin-bottom: 36px;
}
@media screen and (max-width: 1040px) {
  .subcontent .works__list li {
    width: 49%;
  }
  .subcontent .works__list li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .subcontent .works__list li:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 767px) {
  .subcontent .works__list li {
    width: 100%;
    margin-bottom: 6%;
  }
  .subcontent .works__list li:not(:nth-child(2n)) {
    margin-right: 0;
  }
  .subcontent .works__ttl {
    font-size: 18px;
    margin-bottom: 26px;
  }
}

/* company */
.subcontent .greeting__list li {
  width: 48%;
}
.subcontent .greetin__box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 510px;
  top: 110px;
  left: 15%;
  background-color: #f4f6f9;
  -webkit-clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(20% 0, 100% 0, 80% 100%, 0 100%);
  z-index: -1;
}
.subcontent .greeting__list-ttl {
  font-size: 30px;
  margin-bottom: 16px;
  font-weight: 600;
}
.subcontent .gmap iframe {
  width: 100%;
}
@media screen and (max-width: 1040px) {
  .subcontent .greeting__list-ttl {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .subcontent .greeting__list li {
    width: 100%;
  }
  .subcontent .greeting__list li.greeting__list-img {
    margin-bottom: 30px;
  }
  .subcontent .greeting__list-ttl {
    font-size: 18px;
  }
}

/* blog */

/* pagenation01 */
.subcontent .pagenation__box {
  background: #faf7ef;
}
.subcontent ul.pagenation {
  /* padding-bottom: 60px; */
  text-align: center;
  letter-spacing: 0;
  width: auto;
  min-width: 0;
  border: none;
  background: none;
  margin-top: 0;
  padding-bottom: 30px;
  /* margin-top: 80px; */
}
.subcontent .pagenation li {
  display: inline-block;
  margin: 3px;
}
.subcontent .pagenation li a,
.subcontent .pagenation li span {
  display: block;
  padding: 16px 23px;
  background: #fff;
  border: 1px solid #014eab;
  font-size: 16px;
  margin-bottom: 0;
  text-decoration: none;
  /* border-radius: 40px; */
}
.subcontent .pagenation li a:hover {
  /* border: 1px solid #014eab; */
  background: #014eab;
  color: #fff;
  transition: 0.6s;
  /* border: none; */
}
.subcontent .pagenation li span {
  background: #014eab;
  color: #fff;
}

/* blog_detail */
.subcontent .detail__intro::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 430px;
  top: 60px;
  left: 15%;
  background-color: #f4f6f9;
  -webkit-clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(20% 0, 100% 0, 80% 100%, 0 100%);
  z-index: -1;
}
.subcontent .detail__box {
  padding: 46px 60px;
  background: #defbff;
  /* border-radius: 40px 0 40px 0; */
}
.subcontent .detail__box-date,
.subcontent .detail__box-ttl,
.subcontent .detail__box-txt {
  text-align: left;
  line-height: 1.6;
}
.subcontent .detail__box-txt img {
  width: auto;
}
.subcontent .detail__box-date {
  display: block;
  margin-bottom: 26px;
}
.subcontent .detail__box-ttl {
  font-size: 26px;
  margin-bottom: 32px;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  font-weight: 600;
}
.subcontent .pagenation li a,
.subcontent .pagenation li span {
  padding: 10px 14px;
}

/* pagenation02 */
.subcontent .nav-in_box {
  margin-top: 60px;
}
.subcontent .nav-in {
  position: relative;
  max-width: 430px;
  text-align: center;
  height: 40px;
  margin: 0 auto;
  clear: left;
}
.subcontent .nav-in .first {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
}
.subcontent .nav-in a {
  display: inline-block;
  color: inherit;
  background-color: #fff;
  border: 1px solid #333;
  padding: 9px 12px;
  margin: 0 2px 5px;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  /* border-radius: 24px; */
}
.subcontent .nav-in a:hover {
  color: #014eab;
}
.subcontent .nav-in .smaller {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
}
.subcontent .nav-in .last {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1040px) {
}
@media screen and (max-width: 767px) {
  .subcontent .detail__box {
    padding: 26px 30px;
  }
  .subcontent .detail__box-ttl {
    font-size: 18px;
    margin-bottom: 18px;
  }

  .subcontent .nav-in a {
    padding: 9px 10px;
  }
  .subcontent .detail__intro::before {
    content: none;
  }
}

/* contact */
.subcontent .contact__section_intro {
  margin-bottom: 70px;
}
.subcontent .contact__section_txt {
  /* text-align: center; */
}
.subcontent .contact__section {
  padding-top: 30px;
}
.subcontent .contact__section_ttl {
  font-size: 26px;
  margin-bottom: 30px;
  font-family: "Kiwi Maru", serif;
  font-weight: normal;
  color: #ff8a00;
  text-align: left;
}
.subcontent .contact__txt {
  margin-bottom: 15px;
}
.subcontent .contact__section_sns {
  color: #ffffff;
  background: url(../images/common/line_icon.png) no-repeat left 12px center,
    #00b900;
  border: 2px solid #00b900;
  border-radius: 50px;
  width: 199px;
  height: 48px;
}
.subcontent .contact__section_sns a {
  display: block;
  font-size: 1em;
  letter-spacing: 0.1em;
  line-height: 48px;
  margin-left: 60px;
  color: #fff;
  font-weight: 600;
}
.subcontent .contact__section_num {
  font-size: 30px;
  text-align: left;
  display: block;
  margin-top: 16px;
  color: #3da832;
}
.subcontent .defTable01 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
}
.subcontent .defTable01 th {
  background: #014eab;
  padding: 20px;
  font-weight: 600;
  text-align: left;
  color: #fff;
  width: 30%;
  line-height: 1.6;
}
.subcontent .defTable01 th span {
  color: #0eefda;
  font-weight: 600;
}
.subcontent .defTable01 td {
  background: #f4f6f9;
  padding: 20px;
  text-align: left;
  width: 70%;
  line-height: 1.8;
}
.subcontent .defTable01 td.contact__name {
  border-top: 1px solid #ddd;
}
.subcontent .defTable01 td.contact__submit {
  background: none;
  border-bottom: none;
  border-right: none;
  text-align: center;
}
.subcontent .defTable01 .contact__list {
  width: 100%;
  padding: 4px;
  border: 1px solid rgb(110, 110, 110);
}
.subcontent .defTable01 .contact__textarea {
  width: 100%;
  font-family: /*'Noto Serif JP', */ "Noto Sans JP", "Noto Sans Japanese",
    sans-serif, serif, "メイリオ", Meiryo;
}
.subcontent .defTable01 td.contact__submit .contact__input {
  width: 30%;
  margin: 0 auto;
  display: block;
  padding: 14px;
  background: #014eab;
  border: none;
  color: #fff;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  /* border-radius: 25px; */
}
.subcontent .defTable01 td.contact__submit .contact__input:hover {
  background: #fff;
  transition: all 0.9s;
  color: #333;
  border: 1px solid #014eab;
}
.subcontent .defTable01 td.contact__submit .contact__input.contact__back {
  margin-top: 15px;
  background: #ddd;
  color: #222222;
}
.subcontent .defTable01 td.contact__submit .contact__input.contact__back:hover {
  background: #585757;
  transition: all 0.7s;
  color: #fff;
}

@media screen and (max-width: 1040px) {
}
@media screen and (max-width: 767px) {
  .subcontent .defTable01 {
    width: 100%;
    table-layout: fixed;
  }
  .subcontent .defTable01 th {
    display: block;
    padding: 10px;
    border-bottom: none;
    width: 100%;
  }
  .subcontent .defTable01 td {
    border-right: none;
    border-bottom: none;
    display: block;
    padding: 10px 20px 10px 10px;
    width: 100%;
  }
  .subcontent .defTable01 td.contact__submit .contact__input {
    width: 40%;
  }
  .subcontent .defTable01 td.contact__name {
    border-top: none;
  }
}

/* sitemap */
.subcontent .map__list li {
  width: 32.9%;
  margin-bottom: 0.5%;
}
/* .subcontent .map__list li:first-child {
  width: 100%;
} */
.subcontent .map__list li a {
  display: block;
  padding: 20px;
  text-decoration: none;
  font-size: 18px;
  color: #fff;
  background: #014eab;
  font-weight: 600;
  text-align: center;
}
.subcontent .map__list li a:hover {
  transition: 0.7s all;
  background: #ff9e03;
  color: #fff;
}

@media screen and (max-width: 1040px) {
}
@media screen and (max-width: 767px) {
  .subcontent .map__list li {
    width: 100%;
    margin-bottom: 1.5%;
  }
  .subcontent .map__list li a {
    padding: 8px 0;
    font-size: 15px;
  }
}

/* privacy */
/* .subcontent .privacy__inner {
  padding-bottom: 40px;
} */
.subcontent .ttl_01 {
  margin: 30px 0px 15px;
  padding: 15px 0 5px;
  text-align: left;
  font-size: 23px;
  line-height: 1.2;
  font-weight: 600;
}
.subcontent .ttltop_01 {
  margin: 0 0px 15px;
  padding: 0 0 5px;
  font-weight: 600;
}
.subcontent .ttl_01 .ttl_001 {
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 0.07rem;
  color: #014eab;
}
.subcontent .txt01 {
  text-align: left;
}
.subcontent .privacy__list {
  text-align: left;
  margin-top: 15px;
}
.subcontent .privacy__list li {
  list-style: disc;
  margin-left: 17px;
}

@media screen and (max-width: 1040px) {
}
@media screen and (max-width: 767px) {
  .subcontent section.privacy__section {
    padding: 12px 0;
  }
  .subcontent .ttl_01 {
    font-size: 18px;
    margin: 15px 0px 10px;
    padding: 10px 0 0px;
  }
  .subcontent .ttltop_01 {
    margin: 10px 0px;
    padding: 5px 0 2px;
  }
  .subcontent .ttl_01 .ttl_001 {
    padding-left: 0;
    font-size: 14px;
  }
}

/* notfound */
.subcontent .notfound {
  padding: 80px 0;
}
.subcontent h3.ttl-01:first-child {
  margin-top: 0;
}
.subcontent h3.ttl-01 {
  margin: 60px auto 20px;
  padding-bottom: 15px;
  font-size: 26px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  text-align: left;
}
.subcontent h3.ttl-01 span {
  color: #8fc93a;
  display: block;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 5px;
  text-transform: uppercase;
}
@media screen and (max-width: 1040px) {
}
@media screen and (max-width: 767px) {
  .subcontent .notfound {
    padding: 40px 0;
  }
  .subcontent h3.ttl-01 {
    font-size: 20px;
    padding-bottom: 8px;
  }
  .subcontent h3.ttl-01 span {
    font-size: 15px;
  }
}

/* notfound */
.subcontent .notfound {
  padding: 80px 0;
}
.subcontent .notfound p {
  text-align: left;
}
.subcontent h3.ttl-01:first-child {
  margin-top: 0;
}
.subcontent h3.ttl-01 {
  margin: 60px auto 20px;
  padding-bottom: 15px;
  font-size: 26px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  text-align: left;
}
@media screen and (max-width: 767px) {
  /* notfound */
  .subcontent .notfound {
    padding: 40px 0;
  }
  .subcontent h3.ttl-01 {
    font-size: 20px;
    padding-bottom: 8px;
  }
  .subcontent h3.ttl-01 span {
    font-size: 15px;
  }
}


.recruit-bnr{
  width: 40%;
  margin: 0 auto;
  margin-top: 30px;
}
.recruit-bnr img{
  max-width: 100%;
}
@media screen and (max-width:768px) {
  .recruit-bnr{
    width: 80%;
  }
}

.recruit_manga{
 max-width: 700px;
 margin: auto;
 margin-bottom: 50px;
}
