@charset "UTF-8";
/*
Theme Name: cor_king_theme
Version: 1.0
*/
/* リセット */
html, body, div, object, iframe, p, h1, h2, h3, h4, h5, h6,
blockquote, pre, abbr, address, cite, code, del, dfn, em, img,
ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd,
ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
figcaption, figure, footer, header, hgroup, menu, nav, section,
summary, time, mark, audio, video, main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  list-style: none;
}

address, em, strong, th, dfn, i, cite {
  font-style: normal;
}

html {
  scroll-behavior: smooth;
  font-size: 10px;
}

body {
  overflow-x: hidden;
  box-sizing: border-box;
  font-size: 1.4rem;
  -webkit-text-size-adjust: 100%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  /*IE対策*/
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
  /*Chrome対策*/
}

ul {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

ins {
  text-decoration: none;
  color: #000;
  background-color: #ff9;
}

mark {
  font-weight: bold;
  font-style: italic;
  color: #000;
  background-color: #ff9;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

input {
  padding: 0px;
}

input, select {
  vertical-align: middle;
}

text, textarea, input {
  font-size: 16px;
  /* iphoneズーム対策 */
}

@media (max-width: 1320px) {
  .is-spHidden {
    display: none;
  }
  .is-spShow {
    display: inline-block;
  }
}


@media (min-width: 1321px) {
  .is-spHidden {
    display: inline-block;
  }
  .is-spShow {
    display: none;
  }
}

/* 基本設定 */
/* font-familyにOsakaを入れるとMacで不測の余白が発生するため入れない */
body {
  font-family: '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, 'Avenir','Meiryo', 'MS Pゴシック', sans-serif;
  /*font-family: 'Noto Sans JP', sans-serif;*/
  background-color: #fff;
  line-height: 1.5;
  color: #000000;
}

a {
  color: #000000;
}

a:hover {
  opacity: 0.8;
}

@media (max-width: 1320px) {
  a:hover {
    opacity: 1;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  clear: both;
  color: #000000;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.6rem;
  margin: 0 0 20px 0;
}

.h1_contents h1 {
  font-size: 4rem;
  font-weight: bold;
  font-style: normal;
  display: inline-block;
  position: relative;
  margin-bottom: 0;
}
.h1_contents h1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  border-bottom: 2px solid #E4CA96;
}
.h1_contents h1 span {
  font-size: 2.4rem;
  position: absolute;
  width: 100%;
  top: 13px;
  left: 100%;
  margin-left: 15px;
  white-space: nowrap;
}
.h1_contents h1 span:before {
  content: "-";
  margin-right: 5px;
}
.h1_contents h1 span:after {
  content: "-";
  margin-left: 5px;
}
.h1_contents > span {
  font-size: 1.6rem;
  display: block;
  margin-top: 19px;
  font-weight: bold;
}

.h2_contents h2 {
  font-size: 4rem;
  font-weight: bold;
  font-style: normal;
  display: inline-block;
  position: relative;
  margin-bottom: 0;
}
.h2_contents h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  border-bottom: 2px solid #E4CA96;
}
.h2_contents > span {
  font-size: 1.6rem;
  display: block;
  margin-top: 19px;
  font-weight: bold;
}

h3 {
  font-size: 1.7rem;
  margin: 40px 0 25px 0;
}

h4 {
  font-size: 1.5rem;
  margin: 2rem 0;
}

main {
  width: 100%;
  margin: 0 auto;
  min-height: 30vh;
  max-width: 1320px;
  padding-top: 80px;
}

main:not(.front, .corporate) {
  padding-bottom: 100px;
}

.cb {
  clear: both;
}

.in {
  max-width: 1280px;
  margin: 0 auto;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

table {
  border: 1px #ccc solid;
}

td {
  padding: 5px;
  border: 1px #ccc solid;
}

/*p{
  margin:10px 0 20px 0;
}*/
/***************
 パンくずリスト
****************/
#breadcrumb {
  text-align: left;
  clear: both;
  width: 100%;
  padding-top: 16px;
  box-shadow: 0px 7px 20px -15px rgba(0, 0, 0, 0.3) inset;
  border-bottom: solid 1px #E3E3E3;
  height: 50px;
  box-sizing: border-box;
}
#breadcrumb ul {
  font-size: 1.4rem;
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  clear: both;
  margin: 0;
  padding: 0;
  overflow-x: auto;
  white-space: nowrap;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  max-width: 1320px;
  margin: 0 auto 0 auto;
}
#breadcrumb ul li + li::before {
  content: ">";
  margin: 0 25px;
  color: #E3E3E3;
}

@media (max-width: 1320px) {
  #breadcrumb ul {
    margin-left: 20px;
    margin-right: 20px;
  }
}
/***************
 メインコンテンツ共通
****************/
.header_banner img {
  height: auto;
  max-width: 136px;
}
.mainContents {
  box-sizing: border-box;
  width: 100%;
}

article.main {
  box-sizing: border-box;
  width: 100%;
  margin-top: 120px;
}

.mv {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.pagenation {
  text-align: center;
  line-height: 42px;
  margin-top: 80px;
  font-size: 1.6rem;
}
.pagenation ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.pagenation ul li {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  box-shadow: 2px 1px 6px -1px rgba(0, 0, 0, 0.15);
}
.pagenation ul li a {
  display: block;
  color: #707070;
}
.pagenation ul li + li {
  margin-left: 10px;
}

@media screen and (min-width: 769px) {
  .pc {
    display: block;
  }

  .sp {
    display: none;
  }

  a[href^="tel:"] {
    pointer-events: none;
  }
}
/****************
 アコーディオンメニュー
*****************/
.area {
  max-width: 580px;
  margin: 0 auto;
}

.area ul li span {
  display: block;
}

.acd-check {
  display: none;
}

.acd-label {
  background: #000;
  color: #fff;
  display: block;
  margin-bottom: 1px;
  padding: 10px;
  position: relative;
}

.faqlist .acd-label:before {
  counter-increment: faq;
  content: "【" counter(faq) "】";
}

.acd-label:after {
  background: #000;
  box-sizing: border-box;
  content: '\f067';
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding: 10px 20px;
  position: absolute;
  right: 0;
  top: 0px;
}

.acd-content {
  display: block;
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: .5s;
  visibility: hidden;
}

.acd-check:checked + .acd-label:after {
  content: '\f068';
}

.acd-check:checked + .acd-label + .acd-content {
  height: auto;
  opacity: 1;
  padding: 10px;
  visibility: visible;
}

/*********************
 上に戻るリンク
**********************/
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: #000;
  opacity: 0.6;
  border-radius: 50%;
  display: none;
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -13px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/************************
 トップページ
*************************/
body.home {
  background: url("img/common/bg-pc.png") no-repeat center 80px;
  background-size: 100%;
  background-attachment: fixed;
}
.top_heading {
  margin: 180px calc(50% - 50vw) 150px calc(50% - 50vw);
  text-align: center;
}

div.animation_box {
  padding: 10px 10px 110px 10px;
  animation: fadeIn 1s ease 1s 1 normal backwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.top_heading img {
  width: 10%;
  height: auto;
}
@media (max-width: 1320px) {
  .top_heading img {
    width: 40%;
    height: auto;
  }
  body.home {
    background: url("img/common/bg-sp.png") no-repeat center 80px;
    background-size: 100%;
    background-attachment: fixed;
  }
}
.top_heading p {
  margin: 0;
}
.top_heading h1 {
  font-size: 6rem;
  margin-bottom: 100px;
  letter-spacing: 5px;
}
.top_heading p {
  font-size: 2.3rem;
  letter-spacing: 3px;
  font-weight: bold;
}
.top_works {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-top: 120px;
  padding-bottom: 80px;
  background: #fff;
}
.top_works .h2_contents {
  text-align: center;
  margin: 0 0 50px 0;
  padding: 0;
}
.top_works p {
  text-align: center;
  font-size: 2.8rem;
}
.top_works p em {
  font-weight: bold;
  line-height: 5rem;
  display: block;
  font-size: 2.8rem;
  margin-bottom: 45px;
}

.top_works p em {

}

.top_contact {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  background: #282828;
  padding-top: 120px;
  text-align: center;
  padding-bottom: 80px;
}
.top_contact h2 {
  color: #fff;
}
.top_contact .h2_contents {
  margin: 0 0 60px 0;
  padding: 0;
  color: #fff;
}
.top_contact p {
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0;
}
.top_contact dl {
  margin-top: 80px;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  font-size: 1.6rem;
}
.top_contact dl dt:after {
  content: "：";
}

/*******************
 SP サイドメニューが落ちる幅1280pxで設定
********************/
@media (max-width: 1320px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  body {
    font-size: 1.4rem;
  }

  .h1_contents {
    margin: 40px 20px 20px 20px;
  }
  .h1_contents h1 {
    font-size: 2.6rem;
  }
  .h1_contents h1 span {
    font-size: 1.6rem;
    top: 7px;
  }
  .h1_contents > span.pc {
    display: none;
  }

  .h2_contents {
    margin: 40px 20px 20px 20px;
  }
  .h2_contents h2 {
    font-size: 2.6rem;
  }
  .h2_contents > span {
    display: inline-block;
    margin-left: 15px;
    margin-top: 0;
  }

  body.home {
    padding-top: 50%;
  }

  .top_heading {
    margin: 0 20px 0 20px;
    padding: 0 0 20% 0;
  }
  .top_heading h1 {
    font-size: 2.4rem;
    margin-bottom: 80px;
    text-align: center;
  }
  .top_heading h1 span {
    display: block;
  }
  .top_heading p {
    font-size: 1.6rem;
  }

  .top_news > div {
    max-width: inherit;
  }

  .top_works {
    background-size: cover;
    padding-top: 60px;
    margin: 0;
    padding-bottom: 60px;
  }
  .top_works > div {
    margin-right: 30px;
    margin-left: 30px;
  }
  .top_works .h2_contents {
    margin-bottom: 40px;
    position: relative;
  }
  .top_works .h2_contents > span {
    position: static;
    display: block;
    margin-left: 0;
    margin-top: 19px;
  }
  .top_works p em {
    line-height: 3.6rem;
    font-size: 2rem;
    margin-right: -10px;
    margin-left: -10px;
  }
  .top_contact {
    padding-top: 60px;
  }
  .top_contact .h2_contents {
    margin-bottom: 40px;
    position: relative;
  }
  .top_contact .h2_contents > span {
    position: static;
    display: block;
    margin-left: 0;
    margin-top: 19px;
  }
  .top_contact p {
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 3.6rem;
  }
  .top_contact dl {
    margin-top: 60px;
  }
  .map p {
    font-weight: 600;
  }
  .map p:first-child {
    margin: 20px 0;
    font-size: 2rem;
    font-weight: 600;
  }

  body:not(.home) article.main {
    border-top: solid 1px #E3E3E3;
    margin: 0;
  }

  header {
    height: 60px;
  }
  header .logo {
    max-width: 100%;
  }
  header .center_banner {
    width: 147px;
  }
  header .left_banner {
    width: 100px;
  }
  header .h-logo {
    text-align: center;
    width: 190px;
    margin: 0 auto 55px auto;
  }

  main {
    padding-top: 80px;
  }

  body.home main {
    padding-top: 0;
  }
  body.home main article {
    margin-top: 0;
  }

  .top-cam span {
    background: #fff;
    box-shadow: 0px 0 13px #ccc;
    bottom: 0;
  }
  .top-cam span img {
    width: 85%;
  }

  .select img {
    box-shadow: 0px 5px 20px #ccc;
  }

  aside .searchformBox {
    display: none;
  }

  h1 {
    font-size: 1.6rem;
    padding: 0;
  }

  h2 {
    font-size: 1.5rem;
    position: relative;
  }
  h2 span {
    position: absolute;
    top: -5px;
  }

  h3 {
    font-size: 1.4rem;
  }

  /*.loop .loop_txt .excerpt {
    display: none;
  }*/

  .single .writer img {
    left: 10px;
  }

  .single .writer p,
  .single .writer span {
    margin-left: 120px;
    display: inline-block;
    line-height: 1.5rem;
    margin-right: 10px;
  }

  .single .relatedposts .cell {
    padding: 10px 0;
  }

  .post-right {
    width: 54%;
  }

  .slick-arrow {
    top: 42%;
    transform: translate(0, -42%);
    -webkit-transform: translate(0, -42%);
    -ms-transform: translate(0, -42%);
  }

  .slick-slide img {
    width: 100%;
  }

  .single .description {
    padding: 10px;
    line-height: 1.3rem;
    font-size: 1.4rem;
  }
}
/***************
 header
****************/
header {
  height: 80px;
  position: fixed;
  box-shadow: 0px -15px 20px 10px rgba(0, 0, 0, 0.4);
  width: 100%;
  background: #FFFFFF;
  top: 0;
  z-index: 9999;
}
header .header-inner {
  margin: 0;
  position: relative;
  width: 100%;
  height: 80px;
  background: #FFFFFF;
}
header .logo {
  max-width: 200px;
}
header .header_banner {
  position: absolute;
  top: 17px;
  left: 150px;
  width: 136px;
}
header .left_banner {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
header .front_in {
  border: 2px #ccc solid;
  width: 99px;
  position: fixed;
  margin: 25px 0 0 13px;
  text-align: center;
}

@media (max-width: 1320px) {
  header .header_banner {
    left: 20px;
    top: 18px;
  }
  .header_banner img {
    max-width: 132px;
  }
}
/*********************
 ヘッダーメニューPCメニュー
**********************/
header .pc nav {
  margin-top: 30px;
  font-size: 1.6rem;
  right: 150px;
  position: absolute;
}
header .pc nav a {
  color: #000000;
}
header .pc .tel {
  float: right;
}
header .pc .tel p:last-child {
  font-size: 25px;
  font-weight: 900;
}
header .pc ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
header .pc ul li {
  width: auto;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
}
header .pc ul li + li {
  margin-left: 60px;
}
header .pc li.menu-item-has-children ul {
  opacity: 0;
  width: 120px;
  margin: 0;
}
header .pc li.menu-item-has-children:hover ul {
  opacity: 1;
  -webkit-transition: all .5s;
  transition: all .5s;
}
header .pc li.menu-item-has-children ul li {
  width: 100%;
  margin: 0 0 5px 0;
  background: #ccc;
}

.overlay {
  display: none;
}

@media (max-width: 1320px) {
  /******************
   ハンバーガーメニュー
  *******************/
  .overlay {
    display: block;
    height: 100vh;
    position: fixed;
    width: 100%;
    top: 0;
  }

  #h-button {
    width: 60px;
    cursor: pointer;
    position: fixed;
    right: 20px;
    top: 10px;
    height: 60px;
    box-shadow: 0px 3px 11px -5px rgba(0, 0, 0, 0.4);
    border-radius: 18px;
    background: #FFFFFF;
    z-index: 1;
  }
  #h-button span {
    background: #000000;
    height: 1px;
    width: 15px;
    display: block;
    border-radius: 10px;
    position: absolute;
    top: 23px;
    left: 0;
    right: 0;
    margin: auto;
  }
  #h-button span:before {
    content: '';
    background: #000000;
    height: 1px;
    width: 15px;
    display: block;
    border-radius: 10px;
    position: absolute;
    top: 6px;
    transition: all .3s ease-out;
  }
  #h-button span:after {
    content: '';
    background: #000000;
    height: 1px;
    width: 15px;
    display: block;
    border-radius: 10px;
    position: absolute;
    top: 12px;
    transition: all .3s ease-out;
  }

  #h-pop_up {
    text-align: center;
    background: #FFFFFF;
    padding: 120px 30px 60px;
    height: 100vh;
    max-height: 100vh;
    overflow-y: scroll;
    box-sizing: border-box;
  }
  #h-pop_up ul {
    text-align: left;
  }
  #h-pop_up ul li a {
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
    color: #000000;
    display: block;
    padding: 25px 0 25px 10px;
    border-top: solid 1px #E3E3E3;
    box-sizing: border-box;
    position: relative;
  }
  #h-pop_up ul li a:before, #h-pop_up ul li a:after {
    position: absolute;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  #h-pop_up .category-list {
    border-bottom: solid 1px #E3E3E3;
  }
  #h-pop_up .logo {
    margin: 50px auto 40px;
  }
  #h-pop_up dl dt {
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 10px;
    margin-top: 50px;
  }
  #h-pop_up dl dd .f_tel {
    height: 65px;
    width: 300px;
    margin: 40px auto 20px auto;
    text-align: center;
    font-weight: bold;
  }
  #h-pop_up dl dd .f_tel p {
    margin: 0;
  }
  #h-pop_up dl dd .f_tel a {
    font-size: 1.8rem;
    font-weight: normal;
    color: #000000;
    border: solid 1px #555555;
    border-radius: 35px;
    display: block;
    height: 65px;
    width: 300px;
    padding-top: 18px;
    padding-left: 20px;
    box-sizing: border-box;
    background: url("img/common/bg_tel.png.webp") no-repeat 40px center;
    background-size: 36px 34px;
  }
  #h-pop_up dl dd > p {
    font-size: 1.8rem;
  }
  #h-pop_up dl dd:last-of-type {
    font-size: 1.8rem;
    margin-left: 1.5rem;
  }

  .no-webp #h-pop_up dl dd .f_tel a {
    background: url("img/common/bg_tel.png") no-repeat 40px center;
    background-size: 36px 34px;
  }

  body.h-pop {
    overflow: hidden;
  }

  .overlay #h-button span {
    background: none;
  }
  .overlay #h-button span:before {
    transform: rotate(45deg);
    transition: all .3s ease-out;
  }
  .overlay #h-button span:after {
    transform: rotate(-45deg);
    top: 6px;
    transition: all .3s ease-out;
  }
}
@media (max-width: 1320px) {
  header .pc {
    display: none;
  }

  header .sp {
    display: block;
  }

  header {
    position: absolute;
    background: none;
    box-shadow: none;
  }
  header .header-inner {
    background: none;
    height: auto;
  }
}
/***************
 リクルート送信完了
****************/
@media (max-width: 1320px) {
  .recruit_thanks .h1_contents {
    margin: 0 10px 0 10px;
  }
}
.recruit_thanks .h1_contents h1 {
  font-size: 4rem;
  font-weight: bold;
  font-style: normal;
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
}
@media (max-width: 1320px) {
  .recruit_thanks .h1_contents h1 {
    font-size: 2.6rem;
    margin: 0;
  }
}
.recruit_thanks .h1_contents h1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  border-bottom: 4px solid #F2F2F2;
}
.recruit_thanks .h1_contents h1 span {
  font-size: 2.4rem;
  position: absolute;
  width: 100%;
  top: 13px;
  left: 100%;
  margin-left: 15px;
  white-space: nowrap;
}
.recruit_thanks .h1_contents h1 span:before {
  content: "-";
  margin-right: 5px;
}
.recruit_thanks .h1_contents h1 span:after {
  content: "-";
  margin-left: 5px;
}
.recruit_thanks .h1_contents > span {
  font-size: 1.6rem;
  display: block;
  margin-top: 19px;
  font-weight: bold;
}
@media (max-width: 1320px) {
  .recruit_thanks .h1_contents > span {
    margin-left: 15px;
    display: inline-block;
  }
}
.recruit_thanks section section {
  border-top: solid 1px #E3E3E3;
  margin-top: 60px;
  padding-top: 160px;
  background: url("img/recruit/bg_thanks.svg") no-repeat center 80px;
  text-align: center;
}
@media (max-width: 1320px) {
  .recruit_thanks section section {
    border-top: none;
    margin: 0 15px 0 15px;
    padding-top: 150px;
    background: url("img/recruit/bg_thanks.svg") no-repeat center 60px;
  }
}
.recruit_thanks section section h2 {
  font-size: 2.4rem;
  margin-bottom: 35px;
}
@media (max-width: 1320px) {
  .recruit_thanks section section h2 {
    font-size: 1.8rem;
  }
}
.recruit_thanks section section p {
  font-size: 1.6rem;
}
@media (max-width: 1320px) {
  .recruit_thanks section section p {
    margin-top: 20px;
  }
}
@media (max-width: 1320px) {
  .recruit_thanks section section p:first-of-type {
    margin-top: 0;
  }
}

/************************
 404エラー
*************************/
.error {
  text-align: center;
  height: 300px;
  border: 1px #ccc solid;
  margin: 135px auto 35px auto;
  max-width: 800px;
  padding: 120px 0;
}
.error p {
  margin: 2rem 0;
  width: 100%;
}

/************************
 事業内容
*************************/
main.corporate {
  padding-top: 80px;
}
main.corporate article > section {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  background: #FAFAFA;
  padding-bottom: 60px;
}
main.corporate article > section > section {
  overflow: hidden;
}
main.corporate article > section > section h2 {
  font-size: 3.2rem;
  padding: 120px 0 120px 0;
  margin-bottom: 60px;
  text-align: center;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  background: url("img/page/corporate/bg_top.png") no-repeat bottom right #FFFFFF;
}
main.corporate article > section > section h2 > em {
  color: #268BC2;
}
main.corporate article > section > section h2 span em {
  color: #EACF30;
}
main.corporate article > section > section > section {
  margin: 0 auto 40px auto;
  max-width: 1280px;
  overflow: hidden;
  background: #FFFFFF;
  padding: 25px 0 45px 0;
  min-height: 400px;
  box-sizing: border-box;
  position: relative;
}
main.corporate article > section > section > section:after {
  content: "";
  background: #FAFAFA;
  width: 3px;
  display: inline-block;
  position: absolute;
  height: 40px;
  bottom: -40px;
}
main.corporate article > section > section > section h3 {
  font-size: 2.4rem;
  height: 100px;
  padding-left: 60px;
  margin: 0;
  position: relative;
  box-sizing: border-box;
  padding-top: 30px;
}
main.corporate article > section > section > section:nth-of-type(1) h3 {
  border-left: solid 5px #1050A8;
}
main.corporate article > section > section > section:nth-of-type(2) h3 {
  border-left: solid 5px #FF9607;
}
main.corporate article > section > section p {
  padding-left: 60px;
  padding-right: 465px;
  margin: 0;
  font-size: 1.6rem;
  margin-top: 1em;
}
main.corporate article > section > section > section:nth-of-type(1) {
  background: url("img/page/corporate/bg_01.jpg") no-repeat 950px center #FFFFFF;
  background-size: 310px;
}
main.corporate article > section > section > section:nth-of-type(2) {
  background: url("img/page/corporate/bg_02.jpg") no-repeat 950px center #FFFFFF;
  background-size: 310px;
}
main.corporate .h1_contents {
  width: 100%;
  margin: 0 auto;
  max-width: 1320px;
  height: 283px;
  padding-top: 120px;
  box-sizing: border-box;
  text-align: center;
}

main.corporate article {
  margin-bottom: 0;
  margin-top: 0;
}
@media (max-width: 1320px) {
  main.corporate article.main {
    border-top: none;
  }

  main.corporate .h1_contents {
    max-width: inherit;
    padding-top: 0px;
    background-size: cover;
    width: 100%;
    height: 130px;
    padding: 40px 0 40px 0;
    margin-bottom: 20px;
    position: relative;
    z-index: 0;
    box-sizing: border-box;
  }
  main.corporate .h1_contents > span {
    top: 150px;
  }

  main.corporate article > section {
    background-image: none;
  }

  main.corporate article > section > section h2 {
    font-size: 2rem;
    margin: 0 0 20px 0;
    padding: 75px 0 75px 0;
    background: url(img/page/corporate/bg_top_sp.png) no-repeat bottom right #FFFFFF;
    background-size: 220px;
    line-height: 36px;
  }
  main.corporate article > section > section h2 span {
    position: static;
    display: block;
  }

  main.corporate article > section > section > section {
    min-height: inherit;
    padding: 25px 30px 30px 0;
    margin: 0 10px 30px 10px;
    border-radius: 5px;
    box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.3);
  }

  main.corporate article > section > section > section h3 {
    padding: 10px 0 10px 30px;
    height: auto;
    font-size: 2rem;
  }

  main.corporate article > section > section p {
    padding-left: 0;
    padding-right: 0px;
    margin-left: 30px;
  }

  main.corporate article > section > section > section:nth-of-type(1),
  main.corporate article > section > section > section:nth-of-type(2),
  main.corporate article > section > section > section:nth-of-type(3) {
    background-image: none;
  }

  main.corporate article > section > section > section:nth-of-type(1) p:last-of-type {
    background: url("img/page/corporate/bg_01.jpg") no-repeat center bottom #FFFFFF;
    background-size: contain;
    padding-bottom: 83%;
  }

  main.corporate article > section > section > section:nth-of-type(2) p:last-of-type {
    background: url("img/page/corporate/bg_02.jpg") no-repeat center bottom #FFFFFF;
    background-size: contain;
    padding-bottom: 83%;
  }

  main.corporate article > section > section > section:nth-of-type(3) p:last-of-type {
    background: url("img/page/corporate/bg_03.jpg") no-repeat center bottom #FFFFFF;
    background-size: contain;
    padding-bottom: 83%;
  }
}
/************************
 会社概要
*************************/
.about .h1_contents h1:before {
  border-bottom: 4px solid #268BC2;
}
.about .h1_contents {
  text-align: center;
}
main.about dl {
  width: 750px;
  font-size: 1.8rem;
  display: flex;
  flex-wrap: wrap;
  border-top: solid 1px #E3E3E3;
  margin: 60px auto 0;
}
main.about dl dt {
  width: 235px;
  font-weight: bold;
  margin-left: 20px;
  border-bottom: solid 1px #E3E3E3;
  padding: 35px 0 35px 0;
  box-sizing: border-box;
}
main.about dl dt:last-of-type {
  height: 100px;
}
main.about dl dd {
  color: #555555;
  width: 475px;
  border-bottom: solid 1px #E3E3E3;
  margin-right: 20px;
  padding: 35px 0 35px 0;
  box-sizing: border-box;
}
main.about dl dd p {
  margin: 0;
}
main.about dl dd iframe {
  position: absolute;
  top: 35px;
  right: -590px;
  width: 550px;
  height: 300px;
}
main.about dl dd:last-of-type {
  min-height: 100px;
  position: relative;
}

@media (max-width: 1320px) {
  main.about dl {
    max-width: 100%;
    font-size: 1.6rem;
    width: auto;
    background: #FFFFFF;
    padding-left: 20px;
    box-sizing: border-box;
    border-top: none;
    position: relative;
    border-radius: 5px;
    box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.3);
    margin: 0 20px 0;
  }
  main.about dl dt {
    width: 30%;
    margin-left: 0;
    height: auto;
  }
  main.about dl dt:last-of-type {
    height: auto;
  }
  main.about dl dd {
    width: 70%;
    margin-right: 0;
    padding-right: 20px;
    box-sizing: border-box;
    height: auto;
  }
  main.about dl dd iframe {
    width: 100%;
    height: 300px;
    left: 0;
    right: inherit;
    top: initial;
    bottom: 0;
  }
  main.about dl dd:last-of-type {
    min-height: inherit;
    position: static;
    padding-bottom: 60px;
    height: auto;
  }
  main.about dl dd:last-of-type p:last-of-type {
    margin-bottom: 10px;
  }
  main.about dl dd:last-of-type span {
    display: block;
  }
}
.private a {
  pointer-events: none;
}

/************************
 プライバシーポリシー
*************************/
.policy {
  width: 90%;
  margin: 60px auto 0;
}

.policy em {
  font-weight: bold;
  font-size: 2.4rem;
  display: block;
  margin-bottom: 20px;
}

.policy_txt {
  margin-bottom: 30px;
}

.policy ol {
  margin-bottom: 30px;
}

.policy ol li {
  margin-left: 18px;
  list-style: decimal;
}

@media (max-width: 1320px) {
  .privacypolicy .h1_contents span {
    display: inline-block;
    margin-left: 0;
    margin-top: 15px;
  }
}
/************************
 ブログ
*************************/
.blog_head {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  background: url("img/blog/bg_main.png") no-repeat;
  height: 512px;
  padding-top: 120px;
  box-sizing: border-box;
  margin-bottom: 150px;
}
@media (max-width: 1320px) {
  .blog_head {
    background: none;
    padding-top: 0;
    height: auto;
    margin-bottom: 0;
  }
}
.blog_head > div {
  margin: 0 auto 40px auto;
  max-width: 1280px;
}
.blog_head > div .h1_blog {
  text-align: center;
  margin-bottom: 85px;
}
@media (max-width: 1320px) {
  .blog_head > div .h1_blog {
    background: url("img/blog/bg_main_sp.png") no-repeat center;
    background-size: contain;
    margin-bottom: 20px;
    position: relative;
    padding-top: 53.3%;
  }
}
.blog_head > div .h1_blog h1 {
  color: #FFFFFF;
}
@media (max-width: 1320px) {
  .blog_head > div .h1_blog h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}
.blog_head > div .h1_blog h1:before {
  border-bottom: 4px solid #268BC2;
}
@media (max-width: 1320px) {
  .blog_head > div .h1_blog h1 img {
    width: 178px;
    height: auto;
  }
}
.blog_head > div dl {
  background: #FFFFFF;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  padding: 38px 0 38px 40px;
  margin-left: 60px;
  width: 1160px;
  box-sizing: border-box;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}
@media (max-width: 1320px) {
  .blog_head > div dl {
    display: none;
  }
}
.blog_head > div dl dt {
  font-size: 1.8rem;
  font-weight: bold;
  color: #5D5D5D;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 90px;
}
.blog_head > div dl dd ul {
  display: flex;
  font-weight: bold;
}
.blog_head > div dl dd ul li {
  border: solid 1px #E3E3E3;
  border-radius: 24px;
  margin-right: 20px;
}
.blog_head > div dl dd ul li a {
  display: block;
  padding: 15px 20px 15px 20px;
}
.blog_head > div dl dd ul li a:hover {
  color: #FFFFFF;
}
.blog_head > div dl dd ul li:hover {
  background: #268BC2;
}
.blog_head > div > ul {
  display: none;
}
@media (max-width: 1320px) {
  .blog_head > div > ul {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    font-weight: bold;
    padding: 0 20px 25px 20px;
    border-bottom: solid 1px #E5E5E5;
  }
  .blog_head > div > ul li {
    border: solid 1px #E3E3E3;
    border-radius: 24px;
    margin-right: 15px;
  }
  .blog_head > div > ul li a {
    display: block;
    padding: 15px 20px 15px 20px;
    color: #636363;
  }
}

main.blog_top {
  padding-bottom: 0;
}
@media (max-width: 1320px) {
  main.blog_top {
    padding-bottom: 50px;
  }
}
main.blog_top article {
  margin-top: 0;
}
main.blog_top article > section > section:nth-of-type(1) h2 {
  border-left: solid 3px #268BC3;
}
main.blog_top article > section > section:nth-of-type(2) h2 {
  border-left: solid 3px #F37623;
}
main.blog_top article > section > section:nth-of-type(3) h2 {
  border-left: solid 3px #555BB2;
}
main.blog_top article > section > section:nth-of-type(5) h2 {
  border-left: solid 3px #268BC2;
}
main.blog_top .blog_sidebar {
  display: none;
}
@media (max-width: 1320px) {
  main.blog_top .blog_sidebar {
    display: block;
  }
}

.blog_list {
  position: relative;
  width: 1160px;
  margin: 0 auto 80px auto;
}
@media (max-width: 1320px) {
  .blog_list {
    margin: 0 20px 0 20px;
    width: inherit;
    margin-bottom: 100px;
  }
}
.blog_list h2 {
  font-size: 2.4rem;
  font-weight: bold;
  padding-left: 15px;
}
@media (max-width: 1320px) {
  .blog_list h2 {
    font-size: 2rem;
  }
}
.blog_new {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  margin-top: 100px;
  background: #EDF0F6;
  padding-top: 70px;
  box-sizing: border-box;
}
@media (max-width: 1320px) {
  .blog_new {
    padding: 50px 20px 0 20px;
  }
}
.blog_new > div {
  background: url("img/blog/bg_new.png") no-repeat top right;
  margin: 0 auto 0 auto;
  padding-bottom: 40px;
  max-width: 1240px;
  overflow: hidden;
  min-height: 396px;
}
@media (max-width: 1320px) {
  .blog_new > div {
    background: url("img/blog/bg_new.png") no-repeat center 310px;
    background-size: 335px 228px;
  }
}
.blog_new > div h2 {
  font-size: 2.4rem;
  font-weight: bold;
  padding-left: 15px;
  border-left: solid 3px #6C74D1;
  margin-bottom: 70px;
}
.blog_new > div p {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 34px;
  margin-left: 60px;
}
@media (max-width: 1320px) {
  .blog_new > div p {
    font-size: 1.6rem;
    margin-left: 0;
    text-align: center;
    line-height: normal;
  }
  .blog_new > div p span {
    display: block;
  }
  .blog_new > div p br {
    display: none;
  }
}
@media (max-width: 1320px) {
  .blog_new > div p:nth-of-type(1) {
    margin-bottom: 1em;
  }
}
.blog_event {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  background: #F9F9F9;
  padding-top: 100px;
}
@media (max-width: 1320px) {
  .blog_event {
    padding-top: 50px;
  }
}
.blog_event > div {
  max-width: 1240px;
  overflow: hidden;
  margin: 0 auto 0 auto;
}
.blog_event > div h2 {
  font-size: 2.4rem;
  font-weight: bold;
  padding-left: 15px;
  margin-bottom: 100px;
}
@media (max-width: 1320px) {
  .blog_event > div h2 {
    margin-bottom: 50px;
    margin-left: 20px;
  }
}

/************************
 ブログカテゴリー一覧
*************************/
main.new,
main.taxonomy-blog {
  display: flex;
}
@media (max-width: 1320px) {
  main.new,
  main.taxonomy-blog {
    display: block;
    padding-bottom: 50px;
  }
}
main.new article.main,
main.taxonomy-blog article.main {
  width: 815px;
  margin-right: 110px;
}
@media (max-width: 1320px) {
  main.new article.main,
  main.taxonomy-blog article.main {
    width: 100%;
    margin-right: 0;
  }
}
main.new article.main h1,
main.taxonomy-blog article.main h1 {
  font-size: 2.4rem;
  font-weight: bold;
  padding-left: 15px;
  margin-bottom: 80px;
}
@media (max-width: 1320px) {
  main.new article.main h1,
  main.taxonomy-blog article.main h1 {
    margin-bottom: 20px;
    margin-left: 10px;
  }
}

main.new h1,
main.taxonomy-blog h1,
main.event h1 {
  border-left: solid 3px #268BC2;
}

.blog_sidebar {
  margin-top: 120px;
  width: 315px;
}
@media (max-width: 1320px) {
  .blog_sidebar {
    margin: 0;
    width: inherit;
    padding-top: 50px;
    border-top: solid 1px #E4E4E4;
  }
}
.blog_sidebar dl dt {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 45px;
}
@media (max-width: 1320px) {
  .blog_sidebar dl dt {
    font-size: 2.2rem;
    margin-left: 30px;
    margin-bottom: 15px;
  }
}
.blog_sidebar dl dd ul {
  width: 305px;
}
@media (max-width: 1320px) {
  .blog_sidebar dl dd ul {
    width: inherit;
    margin-right: 20px;
    margin-left: 20px;
  }
}
.blog_sidebar dl dd ul li a {
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
  padding: 15px 0 15px 55px;
  position: relative;
  line-height: 1.6;
}
.blog_sidebar dl dd ul li a:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #000000;
  border-right: solid 2px #000000;
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -4px;
  transform: rotate(45deg);
}
.blog_sidebar dl dd ul li a:after {
  content: '';
  width: 250px;
  height: 1px;
  background: #E4E4E4;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1320px) {
  .blog_sidebar dl dd ul li a:after {
    width: inherit;
    left: 50px;
  }
}
.blog_sidebar dl dd ul li.techblog a {
  background: url("img/blog/icon_techblog.svg") no-repeat left center;
  background-size: 35px;
}
@media (max-width: 1320px) {
  .blog_sidebar dl dd ul li.techblog a {
    background: url("img/blog/icon_techblog.svg") no-repeat left center;
    background-size: 30px;
  }
}
.blog_sidebar dl dd ul li.blmlife a {
  background: url("img/blog/icon_blmlife.svg") no-repeat left center;
  background-size: 35px;
}
@media (max-width: 1320px) {
  .blog_sidebar dl dd ul li.blmlife a {
    background: url("img/blog/icon_blmlife.svg") no-repeat left center;
    background-size: 30px;
  }
}
.blog_sidebar dl dd ul li.note_new a {
  background: url("img/blog/icon_note_new.svg") no-repeat left center;
  background-size: 35px;
}
@media (max-width: 1320px) {
  .blog_sidebar dl dd ul li.note_new a {
    background: url("img/blog/icon_note_new.svg") no-repeat left center;
    background-size: 30px;
  }
}
.blog_sidebar dl dd ul li.event a {
  background: url("img/blog/icon_event.svg") no-repeat left center;
  background-size: 35px;
}
@media (max-width: 1320px) {
  .blog_sidebar dl dd ul li.event a {
    background: url("img/blog/icon_event.svg") no-repeat left center;
    background-size: 30px;
  }
}

@media (max-width: 1320px) {
  .blog_cat_list {
    margin: 10px 10px 100px 10px;
  }
}
.blog_cat_list ul.loop {
  margin-left: 40px;
  width: 775px;
}
@media (max-width: 1320px) {
  .blog_cat_list ul.loop {
    width: inherit;
    margin-left: 0;
  }
}
.blog_cat_list ul.loop li {
  display: flex;
  border-bottom: solid 1px #E4E4E4;
  background: none;
  padding-bottom: 20px;
  padding-top: 20px;
  position: relative;
}
@media (max-width: 1320px) {
  .blog_cat_list ul.loop li {
    display: block;
  }
}
.blog_cat_list ul.loop li .loop_thumbnail {
  margin-right: 20px;
}
@media (max-width: 1320px) {
  .blog_cat_list ul.loop li .loop_thumbnail {
    margin-right: 0;
  }
}
.blog_cat_list ul.loop li .loop_thumbnail img {
  width: 270px;
  height: 170px;
}
@media (max-width: 1320px) {
  .blog_cat_list ul.loop li .loop_thumbnail img {
    width: 100%;
    height: inherit;
  }
}
.blog_cat_list ul.loop li .loop_thumbnail .author {
  display: none;
}
.blog_cat_list ul.loop li .loop_txt {
  flex-direction: column;
  align-items: normal;
  width: 485px;
}
@media (max-width: 1320px) {
  .blog_cat_list ul.loop li .loop_txt {
    margin: 20px 10px 0 10px;
    width: inherit;
  }
}
.blog_cat_list ul.loop li .loop_txt > span {
  position: absolute;
  left: 0;
  top: 0;
  background: #000000;
  color: #FFFFFF;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 5px 0 5px 0;
  text-align: center;
  width: 50px;
}
@media (max-width: 1320px) {
  .blog_cat_list ul.loop li .loop_txt > span {
    font-size: 1rem;
    width: 40px;
  }
}
.blog_cat_list ul.loop li .loop_txt > span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 25px solid #000000;
  border-right: 25px solid #000000;
  border-bottom: 4px solid transparent;
}
@media (max-width: 1320px) {
  .blog_cat_list ul.loop li .loop_txt > span:before {
    border-left: 20px solid #000000;
    border-right: 20px solid #000000;
  }
}
.blog_cat_list ul.loop li .loop_txt .blog_data {
  display: flex;
}
.blog_cat_list ul.loop li .loop_txt .blog_data time {
  color: #979797;
  font-size: 1.6rem;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1320px) {
  .blog_cat_list ul.loop li .loop_txt h3 {
    font-size: 1.6rem;
  }
  .blog_cat_list ul.loop li .loop_txt h3 a {
    padding: 15px 0 15px 0;
  }
}
.blog_cat_list ul.loop li .loop_txt .author {
  display: flex;
  margin-top: auto;
  width: 100%;
}
.blog_cat_list ul.loop li .loop_txt .author img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.blog_cat_list ul.loop li .loop_txt .author p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 10px;
}
.blog_cat_list ul.loop li:first-of-type {
  padding-top: 0;
}

.blog_cat {
  margin-top: 20px;
  margin-bottom: 20px;
  display: none;
  position: relative;
}

/************************
 イベント一覧
*************************/
main.event {
  display: flex;
}
@media (max-width: 1320px) {
  main.event {
    display: block;
    padding-bottom: 50px;
  }
}
main.event article.main {
  width: 855px;
  margin-right: 70px;
}
@media (max-width: 1320px) {
  main.event article.main {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 1320px) {
  main.event article.main .event_list {
    margin-bottom: 100px;
  }
}
main.event article.main h1 {
  font-size: 2.4rem;
  font-weight: bold;
  padding-left: 15px;
  margin-bottom: 50px;
}
@media (max-width: 1320px) {
  main.event article.main h1 {
    margin-bottom: 20px;
    margin-left: 10px;
  }
}
main.event article.main .loop_event {
  width: 855px;
  padding: 0;
  box-shadow: none;
}
@media (max-width: 1320px) {
  main.event article.main .loop_event {
    width: inherit;
  }
}
main.event article.main .loop_event > div {
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
  padding: 50px 40px 50px 40px;
  margin-top: 70px;
  border-radius: 10px;
}
@media (max-width: 1320px) {
  main.event article.main .loop_event > div {
    padding: 30px 10px 50px 10px;
  }
}
main.event article.main .loop_event > div:first-of-type {
  margin-top: 0;
}
main.event article.main .loop_event .slick-slide img {
  width: 775px;
  height: 428px;
}
@media (max-width: 1320px) {
  main.event article.main .loop_event .slick-slide img {
    width: inherit;
    height: auto;
  }
}
main.event article.main .loop_event .slick-prev,
main.event article.main .loop_event .slick-next {
  top: 464px;
}
main.event article.main .loop_event .slick-prev {
  left: 260px;
}
@media (max-width: 1320px) {
  main.event article.main .loop_event .slick-prev {
    top: auto;
    bottom: -33px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    margin-left: -70px;
  }
}
main.event article.main .loop_event .slick-next {
  right: 260px;
}
@media (max-width: 1320px) {
  main.event article.main .loop_event .slick-next {
    top: auto;
    bottom: -33px;
    right: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    margin-right: -90px;
  }
}

/************************
 採用情報
*************************/
main.recruit article {
  margin-top: 0;
}
main.recruit article .recruit_main {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  margin-bottom: 100px;
  box-shadow: 0px -6px 14px -6px rgba(0, 0, 0, 0.3) inset;
}
@media (max-width: 1320px) {
  main.recruit article .recruit_main {
    box-shadow: none;
    border-bottom: solid 1px #E3E3E3;
    margin-bottom: 40px;
  }
}
main.recruit article .recruit_main .h1_contents {
  width: 1320px;
  height: 445px;
  margin: 0 auto 0 auto;
  padding-top: 120px;
  box-sizing: border-box;
  background: url("img/recruit/bg_main.png") no-repeat center right;
}
@media (max-width: 1320px) {
  main.recruit article .recruit_main .h1_contents {
    width: inherit;
    height: 200px;
    background: url("img/recruit/bg_main_sp.png") no-repeat center right;
    background-size: contain;
    padding-left: 10px;
    padding-top: 40px;
  }
  main.recruit article .recruit_main .h1_contents span {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
}
main.recruit article .recruit_main .h1_contents h1:before {
  border-bottom: 4px solid #178A58;
}
main.recruit article .h2_contents h2:before {
  border-bottom: 4px solid #178A58;
}
main.recruit article .loop {
  border-top: solid 1px #E3E3E3;
  width: 1320px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 60px;
  margin-bottom: 100px;
}
@media (max-width: 1320px) {
  main.recruit article .loop {
    width: inherit;
    margin-top: 35px;
  }
}
main.recruit article .loop li {
  padding-top: 0;
}
@media (max-width: 1320px) {
  main.recruit article .loop li {
    padding-top: 20px;
  }
}
main.recruit article .loop li h3 {
  width: inherit;
  font-size: 1.6rem;
}
@media (max-width: 1320px) {
  main.recruit article .loop li h3 {
    width: 100%;
  }
}
main.recruit article .loop li h3 a {
  padding-top: 30px;
  display: block;
  width: 1060px;
}
@media (max-width: 1320px) {
  main.recruit article .loop li h3 a {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 20px;
  }
}
.job_list {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  margin-bottom: 100px;
  padding: 130px 0 100px 0;
  background: #FAFAFA;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1320px) {
  .job_list {
    box-shadow: none;
    padding: 60px 0 80px 0;
    margin-bottom: 60px;
  }
  .job_list .h2_contents {
    margin: 0 20px 0 20px;
  }
}
.job_list > div {
  width: 1320px;
  margin: 0 auto 0 auto;
}
@media (max-width: 1320px) {
  .job_list > div {
    width: inherit;
  }
}
.job_list > div .h2_contents h2:after {
  border-bottom: 4px solid #FFFFFF;
}
.job_list > div > ul {
  margin-top: 60px;
  margin-left: 80px;
  width: 1160px;
}
@media (max-width: 1320px) {
  .job_list > div > ul {
    width: inherit;
    margin: 65px 20px 0 20px;
  }
}
.job_list > div > ul > li {
  position: relative;
  margin-top: 30px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  border-radius: 10px;
}
@media (max-width: 1320px) {
  .job_list > div > ul > li {
    position: static;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    padding-bottom: 30px;
    margin-top: 40px;
    display: block;
  }
}
.job_list > div > ul > li > a:nth-of-type(1) {
  display: block;
  width: 300px;
  height: 100%;
}
@media (max-width: 1320px) {
  .job_list > div > ul > li > a:nth-of-type(1) {
    width: inherit;
  }
}
.job_list > div > ul > li > a:nth-of-type(1) img {
  position: absolute;
  width: 300px;
  height: 100%;
  min-height: 260px;
  left: 0;
  border-radius: 10px 0 0 10px;
  z-index: 1;
}
@media (max-width: 1320px) {
  .job_list > div > ul > li > a:nth-of-type(1) img {
    position: static;
    width: 100%;
    border-radius: 10px 10px 0 0;
  }
}
.job_list > div > ul > li > a:nth-of-type(1):before {
  position: absolute;
  content: '';
  display: inline-block;
  min-height: 260px;
  height: 100%;
  width: 100%;
  z-index: 1;
}
@media (max-width: 1320px) {
  .job_list > div > ul > li > a:nth-of-type(1):before {
    position: static;
    content: none;
  }
}
.job_list > div > ul > li > a:nth-of-type(1):hover:before {
  opacity: 0.8;
  background: #FFFFFF;
}
.job_list > div > ul > li > a:nth-of-type(2) {
  display: block;
  padding: 35px 0 0 50px;
  font-size: 2.2rem;
  font-weight: bold;
  box-sizing: border-box;
  width: 810px;
  margin-bottom: 30px;
}
@media (max-width: 1320px) {
  .job_list > div > ul > li > a:nth-of-type(2) {
    min-height: inherit;
    padding: 0;
    width: inherit;
  }
}
.job_list > div > ul > li > a:nth-of-type(2) p {
  padding-bottom: 15px;
}
@media (max-width: 1320px) {
  .job_list > div > ul > li > a:nth-of-type(2) p {
    margin: 0 30px 0 30px;
    padding-top: 30px;
    padding-bottom: 10px;
    font-size: 2rem;
  }
}
.job_list > div > ul > li > a:nth-of-type(2) p span {
  display: block;
  font-size: 1.6rem;
}
@media (max-width: 1320px) {
  .job_list > div > ul > li > a:nth-of-type(2) p span {
    font-size: 1.5rem;
  }
}
.job_list > div > ul > li > a:nth-of-type(2):before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #D1D1D1;
  border-right: solid 2px #D1D1D1;
  position: absolute;
  top: 78px;
  right: 50px;
  margin-top: -4px;
  transform: rotate(45deg);
}
@media (max-width: 1320px) {
  .job_list > div > ul > li > a:nth-of-type(2):before {
    content: none;
  }
}
.job_list > div > ul > li > a:nth-of-type(2) > ul {
  border-bottom: solid 1px #E9E9E9;
  font-size: 1.6rem;
  font-weight: normal;
  display: flex;
  padding-bottom: 20px;
}
@media (max-width: 1320px) {
  .job_list > div > ul > li > a:nth-of-type(2) > ul {
    padding: 0 10px 20px 10px;
    margin: 0 20px 0 20px;
  }
}
.job_list > div > ul > li > a:nth-of-type(2) > ul li {
  margin-left: 1em;
}
.job_list > div > ul > li > a:nth-of-type(2) > ul li:first-of-type {
  margin-left: 0;
}
.job_list > div > ul > li > ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: 350px;
  margin-bottom: 20px;
  z-index: 2;
}
@media (max-width: 1320px) {
  .job_list > div > ul > li > ul {
    position: static;
    display: block;
    margin: 30px 20px 0 20px;
    text-align: center;
  }
}
.job_list > div > ul > li > ul li {
  margin-right: 20px;
  margin-bottom: 10px;
}
@media (max-width: 1320px) {
  .job_list > div > ul > li > ul li {
    margin: 15px 0 0 0;
  }
}
.job_list > div > ul > li > ul li a {
  font-size: 1.6rem;
  font-weight: bold;
  color: #FFFFFF;
  display: block;
  border-radius: 40px;
  background: #000000;
  padding: 13px 25px 12px 25px;
  line-height: 1.6;
}
@media (max-width: 1320px) {
  .job_list > div > ul > li > ul li a {
    padding: 15px;
  }
}
.job_list > div > ul li:first-of-type {
  margin-top: 0;
}
.job_list > div > ul > li.engineer > ul li a {
  background: #3756B2;
}
.job_list > div > ul > li.analysis > ul li a {
  background: #018F9A;
}
.job_list > div > ul > li.backoffice > ul li a {
  background: #D65727;
}

.recruit404 {
  text-align: center;
  background: #F5F5F5;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  margin-bottom: -100px;
  padding: 100px 0 100px 0;
}
@media (max-width: 1320px) {
  .recruit404 {
    padding: 60px 20px 100px 20px;
  }
  .recruit404 br {
    display: none;
  }
}
.recruit404 p {
  font-size: 1.6rem;
}
.recruit404 h2 {
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 20px;
}
@media (max-width: 1320px) {
  .recruit404 h2 {
    font-size: 1.8rem;
    margin-bottom: 35px;
  }
}
.recruit404 p:nth-of-type(1) {
  margin-bottom: 1em;
}
.recruit404 p:nth-of-type(1) br {
  display: none;
}
@media (max-width: 1320px) {
  .recruit404 p:nth-of-type(1) br {
    display: block;
  }
}

.h2_recruit {
  font-size: 2.4rem;
  border-left: solid 3px #178A58;
  padding-left: 20px;
  margin-bottom: 0;
}
@media (max-width: 1320px) {
  .h2_recruit {
    font-size: 2rem;
  }
}

.recruit_flow {
  margin: 0 10px 0 10px;
}
.recruit_flow ul {
  display: flex;
  flex-wrap: wrap;
  margin: 80px 0 50px 60px;
}
@media (max-width: 1320px) {
  .recruit_flow ul {
    display: block;
    margin: 40px 40px 50px 40px;
  }
}
.recruit_flow ul li {
  position: relative;
  width: 190px;
  height: 190px;
  border-radius: 10px;
  margin-right: 50px;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  padding-top: 132px;
  box-sizing: border-box;
}
@media (max-width: 1320px) {
  .recruit_flow ul li {
    width: inherit;
    height: 100px;
    margin-right: 0;
    margin-bottom: 30px;
    padding-top: 40px;
    font-size: 1.6rem;
  }
}
.recruit_flow ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: -13px;
  z-index: 1;
  width: 42px;
  height: 25px;
}
@media (max-width: 1320px) {
  .recruit_flow ul li:before {
    left: 10px;
    top: -8px;
    width: 26px;
    height: 16px;
  }
}
.recruit_flow ul li:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 10px;
  border-color: transparent transparent transparent #C2C2C2;
  position: absolute;
  top: 50%;
  right: -30px;
  margin-top: -9px;
}
@media (max-width: 1320px) {
  .recruit_flow ul li:after {
    transform: rotate(90deg);
    margin-top: 0;
    right: 50%;
    top: inherit;
    bottom: -27px;
  }
}
.recruit_flow ul li:nth-of-type(1) {
  background: url("img/recruit/flow_icon01.svg") no-repeat center #F8F8F8;
}
@media (max-width: 1320px) {
  .recruit_flow ul li:nth-of-type(1) {
    background: url("img/recruit/flow_icon01.svg") no-repeat calc(50% - 55px) center #F8F8F8;
    padding-left: 40px;
  }
}
.recruit_flow ul li:nth-of-type(1):before {
  background: url("img/recruit/flow01.svg") no-repeat;
  background-size: contain;
}
.recruit_flow ul li:nth-of-type(2) {
  background: url("img/recruit/flow_icon02.svg") no-repeat center #F8F8F8;
}
@media (max-width: 1320px) {
  .recruit_flow ul li:nth-of-type(2) {
    background: url("img/recruit/flow_icon02.svg") no-repeat calc(50% - 55px) center #F8F8F8;
    padding-left: 30px;
  }
}
.recruit_flow ul li:nth-of-type(2):before {
  background: url("img/recruit/flow02.svg") no-repeat;
  background-size: contain;
}
.recruit_flow ul li:nth-of-type(3) {
  background: url("img/recruit/flow_icon03.svg") no-repeat center #F8F8F8;
}
@media (max-width: 1320px) {
  .recruit_flow ul li:nth-of-type(3) {
    background: url("img/recruit/flow_icon03.svg") no-repeat calc(50% - 55px) center #F8F8F8;
    padding-left: 60px;
  }
}
.recruit_flow ul li:nth-of-type(3):before {
  background: url("img/recruit/flow03.svg") no-repeat;
  background-size: contain;
}
.recruit_flow ul li:nth-of-type(4) {
  background: url("img/recruit/flow_icon04.svg") no-repeat center #F8F8F8;
}
@media (max-width: 1320px) {
  .recruit_flow ul li:nth-of-type(4) {
    background: url("img/recruit/flow_icon04.svg") no-repeat calc(50% - 55px) center #F8F8F8;
    padding-left: 40px;
  }
}
.recruit_flow ul li:nth-of-type(4):before {
  background: url("img/recruit/flow04.svg") no-repeat;
  background-size: contain;
}
.recruit_flow ul li:nth-of-type(5) {
  background: url("img/recruit/flow_icon05.svg") no-repeat center #F8F8F8;
  margin-right: 0;
}
@media (max-width: 1320px) {
  .recruit_flow ul li:nth-of-type(5) {
    background: url("img/recruit/flow_icon05.svg") no-repeat calc(50% - 55px) center #F8F8F8;
    padding-left: 40px;
    margin-bottom: 0;
  }
}
.recruit_flow ul li:nth-of-type(5):before {
  background: url("img/recruit/flow05.svg") no-repeat;
  background-size: contain;
}
.recruit_flow ul li:nth-of-type(5):after {
  content: none;
}
.recruit_flow > p {
  font-size: 1.6rem;
  text-align: center;
}
@media (max-width: 1320px) {
  .recruit_flow > p {
    text-align: left;
    margin: 0 10px 0 10px;
    margin-bottom: 1em;
  }
}
@media (max-width: 1320px) {
  .recruit_flow > p:last-of-type {
    margin-bottom: 0;
  }
}

.cat_contents > ul:nth-of-type(1) {
  display: flex;
  padding-bottom: 15px;
  border-bottom: solid 1px #E3E3E3;
  flex-wrap: wrap;
  margin-top: 60px;
}
.cat_contents > ul:nth-of-type(1) li {
  color: #FF4861;
  margin-right: 15px;
  margin-bottom: 15px;
  font-weight: bold;
}
.cat_contents > ul:nth-of-type(1) li a {
  color: #636363;
  display: block;
  border: solid 1px #E3E3E3;
  border-radius: 24px;
  padding: 14px 20px 12px 20px;
}

body.category-news .cat_contents > ul:nth-of-type(1) .news a {
  color: #FF4861;
  pointer-events: none;
}

body.category-info .cat_contents > ul:nth-of-type(1) .info a {
  color: #FF4861;
  pointer-events: none;
}

body.category-recruit .cat_contents > ul:nth-of-type(1) .recruit a {
  color: #FF4861;
  pointer-events: none;
}

body.category-press .cat_contents > ul:nth-of-type(1) .press a {
  color: #FF4861;
  pointer-events: none;
}

@media (max-width: 1320px) {
  .cat_contents > ul:nth-of-type(1) {
    margin: 45px 20px 0 20px;
  }
  .cat_contents > ul:nth-of-type(1) li {
    margin-right: 8px;
  }
}
/*********************
 検索結果
**********************/
.search .no_keyword {
  padding: 30px 0;
  margin-bottom: 30px;
}

/***************
 お問い合わせ
****************/
.contact .h1_contents h1:before,
.thanks .h1_contents h1:before {
  border-bottom: 4px solid #268BC2;
}

.contact .h1_contents,
.thanks .h1_contents {
  text-align: center;
  display: inline-flex;
  flex-direction: column;
  margin: 40px auto 0;
  align-items: center;
  width: 100%;
}
.contact article section > p {
  font-size: 1.6rem;
  font-weight: bold;
  border-top: solid 1px #E3E3E3;
  border-bottom: solid 1px #E3E3E3;
  padding: 20px 0 20px 0;
  margin-bottom: 65px;
  margin-top: 60px;
}

.contact-form {
  width: 910px;
  margin: 60px auto 0 auto;
  padding: 60px 65px 60px 65px;
  box-shadow: 0px 5px 16px -6px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  background: #fff;
}
.contact-form dl {
  display: flex;
  flex-wrap: wrap;
}
.contact-form dl dt {
  font-size: 1.8rem;
  font-weight: bold;
  width: 250px;
  height: 40px;
  position: relative;
  padding-top: 10px;
  box-sizing: border-box;
}
.contact-form dl dt:after {
  font-size: 1.4rem;
  font-weight: normal;
  color: #FFFFFF;
  border-radius: 15px;
  width: 50px;
  height: 25px;
  display: inline-block;
  vertical-align: bottom;
  box-sizing: border-box;
  text-align: center;
  padding-top: 2px;
  position: absolute;
  right: 0;
  line-height: 1.5;
}
.contact-form dl dt:nth-of-type(1):after {
  content: '必須';
  background: #ec1065;
}
.contact-form dl dt:nth-of-type(2):after {
  content: '必須';
  background: #ec1065;
}
.contact-form dl dt:nth-of-type(3):after {
  content: '任意';
  background: #686868;
}
.contact-form dl dt:nth-of-type(4):after {
  content: '必須';
  background: #ec1065;
}
.contact-form dl dd {
  width: 500px;
  margin-left: 25px;
  margin-bottom: 40px;
}
.contact-form dl dd input, .contact-form dl dd textarea {
  font-family: '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, 'Avenir','Meiryo', 'MS Pゴシック', sans-serif;
  border: 1px solid #E3E3E3;
  text-align: left;
  border-radius: 5px;
  background: #F3F3F3;
  padding: 5px;
  box-sizing: border-box;
  width: 500px;
  -webkit-appearance: none;
}
.contact-form dl dd input::placeholder, .contact-form dl dd textarea::placeholder {
  color: #BEBEBE;
  padding-left: 5px;
}
.contact-form dl dd input:focus, .contact-form dl dd textarea:focus {
  outline: none;
}
.contact-form dl dd input {
  height: 40px;
}
.contact-form dl dd textarea {
  height: 200px;
  max-width: 500px;
}
.contact-form .submit {
  position: relative;
  width: 300px;
  height: 65px;
  margin: 60px auto 0 auto;
}
.contact-form .submit input[type="submit"] {
  width: 300px;
  height: 65px;
  font-size: 1.6rem;
  border-radius: 0;
  color: #333333;
  background: #FFFFFF;
  border: 1px solid #555555;
  display: block;
  cursor: pointer;
  padding-top: 3px;
  -webkit-appearance: none;
}
.contact-form .submit:hover {
  opacity: 0.8;
}

.contact-form .submit:hover input[type="submit"] {
  color: #ffffff;
  background: #000000;
  border: 1px solid #3E3E3E;
}

.contact-form .submit:before, .contact-form .submit:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.contact-form .submit:before {
  left: 233px;
  top: 4px;
  width: 34px;
  height: 1px;
  background: #777777;
}
.contact-form .submit:after {
  left: 260px;
  top: 3px;
  width: 6px;
  height: 5px;
  border-top: 1px solid #777777;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.contact-form .submit:hover:before {
  left: 238px;
  transition: 0.2s ease-in-out;
  background: #ffffff;
}
.contact-form .submit:hover:after {
  left: 265px;
  transition: 0.2s ease-in-out;
  border-top: 1px solid #fff;
}

.grecaptcha-badge {
  visibility: hidden;
}

main.single .form_recruit dl dt:after {
  content: '任意';
  background: #A2A2A2;
}
main.single .form_recruit dl dt.hissu:after {
  content: '必須';
  background: #FC6A83;
}

@media (max-width: 1320px) {
  .contact article section > p {
    font-size: 1.8rem;
    font-weight: normal;
    border-top: none;
    border-bottom: solid 1px #E3E3E3;
    padding: 0 20px 25px 20px;
    margin-top: 45px;
  }

  .contact-form {
    width: 100%;
    box-shadow: none;
    padding: 0px 30px 0px 30px;
  }
  .contact-form dl {
    display: block;
  }
  .contact-form dl dt {
    width: 100%;
  }
  .contact-form dl dd {
    width: 100%;
    margin-left: 0;
  }
  .contact-form dl dd input, .contact-form dl dd textarea {
    width: 100%;
  }
  .contact-form dl dd input {
    height: 50px;
  }
  .contact-form dl dd textarea {
    height: 300px;
    max-width: inherit;
  }
}
.wpcf7 .ajax-loader {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/***************
 お問い合わせ送信完了
****************/
.thanks article section section h2{
  font-size: 25px;
  line-height: 35px;
}
.thanks article section section {
  background: url("img/page/thanks/bg_thanks.png") no-repeat center 50px;
  background-size: 60px;
  text-align: center;
  margin: 64px auto 0;
  box-shadow: 0px 2px 6px #00000026;
  border-radius: 10px;
  padding: 125px 0 62px;
  max-width: 775px;
}
.thanks article section section h3 {
  margin: 0;
  font-size: 2.4rem;
  margin-bottom: 35px;
}
.thanks article section section p {
  font-size: 1.6rem;
}

.thanks article section .toTop {
  position: relative;
  display: flex;
  max-width: 330px;
  margin: 60px auto 0;
}

.thanks article section .toTop_btn{
  width: 100%;
  height: 65px;
  font-size: 16px;
  border-radius: 0;
  color: #333333;
  border: 1px solid #555555;
  cursor: pointer;
  padding-top: 3px;
  -webkit-appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
}
.thanks article section .toTop_btn:hover {
  opacity: 0.8;
}

.thanks article section .toTop_btn:hover {
  color: #ffffff;
  background: #000000;
  border: 1px solid #3E3E3E;
}

.thanks article section .toTop:before,
.thanks article section .toTop:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  z-index: 1;
}
.thanks article section .toTop:before {
  left: 30px;
  top: 4px;
  width: 34px;
  height: 1px;
  background: #3E3E3E;
}
.thanks article section .toTop:after {
  left: 32px;
  top: 3px;
  width: 6px;
  height: 5px;
  border-top: 1px solid #3E3E3E;
  -webkit-transform: rotate(320deg);
  transform: rotate(320deg);

}
.thanks article section .toTop:hover:before {
  left: 26px;
  transition: 0.2s ease-in-out;
  background-color: #ffffff;
}
.thanks article section .toTop:hover:after {
  left: 28px;
  transition: 0.2s ease-in-out;
  border-top: 1px solid #ffffff;
}


@media (max-width: 1320px) {
  .thanks article section section {
    background: url("img/page/thanks/bg_thanks.png") no-repeat center 4.0rem;
    background-size: 4.5rem;
    border-top: none;
    margin-inline:2.1rem;
    padding: 9.5rem 1.2rem 4.7rem 1.3rem;
    margin: 5.0rem 2.1rem 0;
    border-radius: 1rem;

  }
  .thanks article section section h2 {
    font-size: 1.8rem;
    margin-bottom: 12px;
  }
  .thanks article section section p {
    font-size: 1.4rem;
    color: #3E3E3E;
    line-height: 2.2rem;
  }
  .thanks article section .toTop {
    max-width: 30rem;
    margin-top: 3rem;
  }
  .thanks article section .toTop_btn{
    font-size: 1.4rem;
  }
}
/***************
 slick.css
****************/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/***************
 slick-theme.css
****************/
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '→';
}

[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/***************
 フッター
****************/
footer {
  clear: both;
  background: #FFFFFF;
}
footer .global-navi {
  padding-top: 5px;
}
footer .global-navi ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}
footer .global-navi ul li {
  text-align: center;
  margin-left: 45px;
  line-height: 1rem;
}

footer .global-navi li:first-child {
  margin-left: 0px;
}

footer .global-navi li a {
  font-weight: bold;
  color: #000000;
  font-size: 1.8rem;
}

footer .global-navi ul.sub-menu {
  width: 100%;
  margin: 0;
}

footer .global-navi .sub-menu li {
  width: 100%;
}

.footer-inner {
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  max-width: 1320px;
  overflow: hidden;
  box-sizing: border-box;
  display: block;
  text-align: center;
}
.footer-inner div:nth-of-type(1) > dl {
  font-size: 1.6rem;
}
.footer-inner div:nth-of-type(1) > dl iframe {
  display: none;
}
.footer-inner div:nth-of-type(1) > dl > dt {
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}
.footer-inner div:nth-of-type(1) > dl dd dl {
  display: flex;
}
.footer-inner p {
  margin: 0;
}

.small {
  text-align: center;
  clear: both;
  margin: 20px 0 0 0;
  padding: 20px 0;
}
.small small {
  font-size: 1.2rem;
}

.f_recaptcha {
  text-align: center;
  margin-top: 120px;
  font-size: 1.2rem;
}
@media (max-width: 1320px) {
  .f_recaptcha {
    margin: 30px 10px 0 10px;
  }
}
.f_recaptcha a {
  color: #268bc2;
}

@media (max-width: 1320px) {
  footer .global-navi {
    margin: 0;
  }
  footer .global-navi ul {
    margin-left: 0;
    flex-wrap: nowrap;
  }
  footer .global-navi ul li {
    line-height: initial;
    margin-left: 0;
    border-top: solid 1px #E3E3E3;
    border-bottom: solid 1px #E3E3E3;
    border-left: solid 1px #E3E3E3;
    flex-grow: 1;
  }
  footer .global-navi ul li a {
    font-size: 1.4rem;
    font-weight: bold;
    display: block;
    height: 80px;
    padding-top: 30px;
    box-sizing: border-box;
  }
  footer .global-navi ul li:nth-of-type(4) {
    border-right: solid 1px #E3E3E3;
  }
  footer .global-navi ul li:last-child {
    display: none;
  }

  .footer-inner {
    display: block;
    max-width: inherit;
  }
  .footer-inner div:nth-of-type(1) > dl {
    font-size: 1.6rem;
    display: none;
  }
  .footer-inner div:nth-of-type(1) > dl > dt {
    text-align: center;
  }
  .footer-inner div:nth-of-type(1) > dl iframe {
    display: block;
    width: 100%;
    height: 300px;
    margin-bottom: 40px;
  }
  .footer-inner div:nth-of-type(1) > dl dd dl {
    display: none;
  }
  .footer-inner div:nth-of-type(1) > dl > dd:last-child {
    text-align: center;
  }
  .footer-inner div:nth-of-type(1) > dl > dd:last-child p {
    margin: 0;
    text-align: left;
    display: inline-block;
  }
  .footer-inner .f_tel {
    height: 65px;
    width: 300px;
    margin: 40px auto 60px auto;
    text-align: center;
    font-weight: bold;
    display: none;
  }
  .footer-inner .f_tel p {
    margin: 0;
  }
  .footer-inner .f_tel a {
    font-size: 1.8rem;
    font-weight: normal;
    color: #000000;
    border: solid 1px #555555;
    border-radius: 35px;
    display: block;
    height: 65px;
    width: 300px;
    padding-top: 18px;
    padding-left: 20px;
    box-sizing: border-box;
    background-size: 36px 34px;
  }
  .footer-inner p.sp {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 120px;
  }

  body.home .footer-inner div:nth-of-type(1) > dl,
  body.home .footer-inner .f_tel {
    display: block;
  }

  .small {
    border-top: none;
    padding: 25px 0;
    margin: 0;
  }
  .small small {
    font-size: 1.1rem;
  }
}

/*追加CSS*/
.map {
  margin: 30px auto 10px;
}
.map p {
  color: #999;
  font-size: 1.6rem;
}
.map p:first-child {
  margin: 20px 0;
}
