@charset "utf-8";
/* CSS Document */


.subwrap {
  animation: fadeIn 0.9s ease 0.1s 1 normal backwards;
}
/* ============================================


                    共通


============================================ */
html{
  scroll-behavior: smooth;
}
a:hover {
	opacity: 0.5;
    transition : all 0.5s ease 0s;
}
body {
	font-size: 15px;
    /* border-top: solid 4px #009bc9; */
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	color: #333;
	letter-spacing: 1px;
	line-height: 1.8em;
}
 html[lang="ja"] {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSansJP-Regular.woff") format("woff");
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: bold;
  src: url("../font/NotoSansJP-Bold.woff") format("woff");
}

/* ============================================


                  ボタン


============================================ */
/* btn_white */
.btn_white a {
    background: #fff;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 5em auto 0;
    max-width: 300px;
    padding: 20px 25px;
    color: #5f5f5f;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    border: solid 1px #b7b3ad;
}
.btn_white a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.btn_white a:hover {
    background: #f2f5f4;
    color: #63c4b9;
}
.btn_white a:hover:after {
  right: 1.4rem;
}
/* btn_arrow */
.btn_arrow a {
    background: #fff;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 300px;
    padding: 20px 30px;
    color: #63c4b9;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    border: solid 1px #b7b3ad;
}
.btn_arrow a:before {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    right: -2em;
    transform: translateY(calc(-50% - 2px)) rotate(30deg);
    width: 12px;
    height: 2px;
    background-color: #63c4b9;
    transition: 0.3s;
}
.btn_arrow a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -2em;
    transform: translateY(-50%);
    width: 60px;
    height: 2px;
    background-color: #63c4b9;
    transition: 0.3s;
}
.btn_arrow a:hover:before, .btn_arrow a:hover:after {
    right: -2.5em;
}
.btn_arrow a:hover {
    background: #f2f5f4;
    color: #63c4b9;
}
/* btn_green */
.btn_green a {
    background: #63c4b9;
    border-radius: 90px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto 0 0;
    width: 300px;
    padding: 20px 25px;
    color: #ffffff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.btn_green a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.btn_green a:hover {
    background: #fff;
    color: #63c4b9;
}
.btn_green a:hover:after {
  right: 1.4rem;
}






.contents_nav ul {
    display: flex;
    justify-content: center;
    margin: 60px auto 80px;
    width: 1200px;
    gap: 4em;
}
/* contents_nav_btn */
.contents_nav_btn a {
    background: #f2f5f4;
    border-radius: 90px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    width: 270px;
    padding: 20px 25px;
    color: #63c4b9;
    transition: 0.3s ease-in-out;
    font-weight: bold;
}
.contents_nav_btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.contents_nav_btn a:hover {
	background: #3e3e3e;
    color: #FFF;
    opacity: 0.8;
}
.contents_nav_btn a:hover:after {
  right: 1.4rem;
}
.contents_nav_btn a.unlink {
    background: #63c4b9;
    color: #fff;
    pointer-events: none;
}



/* btn_green_big */
.btn_green_big {
    margin: 40px auto;
}
.btn_green_big a {
    background: #68c6bb;
    border-radius: 130px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 550px;
    padding: 30px 65px;
    color: #ffffff;
    transition: 0.3s ease-in-out;
    font-weight: bold;
    font-size: 18px;
}
.btn_green_big a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 8px;
  height: 8px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.btn_green_big a:hover {
    background: #68c6bb;
    color: #FFF;
}
.btn_green_big a:hover:after {
  right: 1.4rem;
}
/* btn_gray_big */
.btn_gray_big {
    margin: 40px auto;
}
.btn_gray_big a {
    background: #f2f5f4;
    border-radius: 130px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 550px;
    padding: 30px 65px;
    color: #63c4b9;
    transition: 0.3s ease-in-out;
    font-weight: bold;
    font-size: 18px;
}
.btn_gray_big a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 8px;
  height: 8px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.btn_gray_big a:hover {
    background: #68c6bb;
    color: #FFF;
	opacity: 0.8;
}
.btn_gray_big a:hover:after {
  right: 1.4rem;
}
/* btn_white_big */
.btn_white_big {
    margin: 40px auto;
}
.btn_white_big a {
    background: #fff;
    border-radius: 130px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 550px;
    padding: 30px 65px;
    color: #63c4b9;
    transition: 0.3s ease-in-out;
    font-weight: bold;
    font-size: 18px;
}
.btn_white_big a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 8px;
  height: 8px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.btn_white_big a:hover {
    background: #68c6bb;
    color: #FFF;
	opacity: 0.8;
}
.btn_white_big a:hover:after {
  right: 1.4rem;
}


/* btn_yellow_big */
.btn_yellow_big {
    margin: 40px auto;
}
.btn_yellow_big a {
    background: #ccaf67;
    border-radius: 130px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 550px;
    padding: 30px 65px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: bold;
    font-size: 18px;
}
.btn_yellow_big a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 8px;
  height: 8px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.btn_yellow_big a:hover {
    background: #ccaf67;
    color: #FFF;
}
.btn_yellow_big a:hover:after {
  right: 1.4rem;
}


/* arrow_r */
.arrow_r {
    position: relative;
    display: inline-block;
    padding-right: 14px;
    color: #333;
    text-decoration: none;
}
.arrow_r:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 2px #63c4b9;
    border-right: solid 2px #63c4b9;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -5px;
    transform: rotate(45deg);
}
/* arrow_exlink */
.arrow_exlink {
    position: relative;
    display: inline-block;
}
.arrow_exlink::before{
	content: "";
	position: absolute;
	top: 7px;
	right: -18px;
	/*display: block;*/
	width: 9px;
	height: 8px;
	border-top: 2px solid #64c5b9;
    border-left: 2px solid #64c5b9;
}
.arrow_exlink::after{
	content: "";
	position: absolute;
	top: 11px;
	right: -23px;
	/*display: block;*/
	width: 10px;
	height: 8px;
	border: 2px solid #64c5b9;
}



/* btn_topics */
.btn_topics a {
    background: #f2f5f4;
    border-radius: 90px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 12px auto;
    max-width: 100%;
    padding: 7px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
}
.btn_topics a:hover {
    background: #63c4b9;
    color: #FFF;
}
.btn_topics a:after {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 2px solid #313131;
    border-right: 2px solid #313131;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.btn_topics a:hover:after {
    border-color: #FFF;
}

/* ============================================


                  フェードイン


============================================ */
/* 左から */

.fadeLeft{
animation-name:fadeLeftAnime;
animation-duration:1.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeLeftAnime{
  from {
    opacity: 0;
	transform: translateX(-300px);
  }

  to {
    opacity: 1;
	transform: translateX(0);
  }
}
/* 右から */

.fadeRight{
animation-name:fadeRightAnime;
animation-duration:1.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeRightAnime{
  from {
    opacity: 0;
	transform: translateX(400px);
  }

  to {
    opacity: 1;
	transform: translateX(0);
  }
}
/* ============================================


                    header


============================================ */
.header {
  padding: 16px 24px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
width: 100%;
    margin: 0 auto;
  /*
  ↓ 固定にしたい場合は下記を入れる
      position: sticky;
      top: 0;
      left: 0;
  */
}
.headerlogo {
  font-weight: bold;
  font-size: 20px;
}
h1.hdlogo img {
    width: 210px;
}
.hdnav-list {
    display: flex;
    align-items: center;
    gap: 72px;
    font-size: 14px;
    font-weight: bold;
}
.hdnav-item-recruit {
    background-color: #63c4b9;
    color: #fff;
    padding: 14px 60px;
    border-radius: 186px;
}



/* ============================================


              SPナビゲーション


============================================ */

/*アクティブになったエリア*/
#g-nav.panelactive{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
	top: 0;
	width:100%;
    height: 100vh;
}

/*丸の拡大*/
.circle-bg{
    position: fixed;
	z-index:3;
    /*丸の形*/
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #ffffffeb;
    /*丸のスタート位置と形状*/
	transform: scale(0);/*scaleをはじめは0に*/
	right:-50px;
    top:-50px;
    transition: all .8s;/*0.6秒かけてアニメーション*/
}

.circle-bg.circleactive{
	transform: scale(50);/*クラスが付与されたらscaleを拡大*/
}

/*ナビゲーションの縦スクロール*/
#g-nav-list{
    display: none;/*はじめは表示なし*/
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#g-nav.panelactive #g-nav-list{
     display: block; /*クラスが付与されたら出現*/
}

/*ナビゲーション*/
#g-nav ul.accordion-area {
	opacity: 0;/*はじめは透過0*/
    /*ナビゲーション天地中央揃え※レイアウトによって調整してください。不必要なら削除*/
    position: revert;
    z-index: 999;
    top:50%;
    left:50%;
    /*transform: translate(-50%,-50%);*/
	width: 100%;
	padding-top: 10%;
}

/*背景が出現後にナビゲーションを表示*/
#g-nav.panelactive ul {
    opacity:1;
}

/* 背景が出現後にナビゲーション li を表示※レイアウトによって調整してください。不必要なら削除*/
#g-nav.panelactive ul li{
animation-name:gnaviAnime;
animation-duration:1s;
animation-delay:.2s;/*0.2 秒遅らせて出現*/
animation-fill-mode:forwards;
opacity:0;
}
@keyframes gnaviAnime{
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}


/*リストのレイアウト設定*/
#g-nav li{
	text-align: left; 
	list-style: none;
}

#g-nav li a{
	color: #333;
	text-decoration: none;
	padding:6% 6% 0;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}


/*========= ボタンのためのCSS ===============*/
.openbtn {
    position: fixed;
    top: 20px;
    right: 10px;
    z-index: 9999;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: #ffffff9e;
    /*border: solid 1px #ddd;
    border-radius: 5px;*/
}
	
/*×に変化*/	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background-color: #63c4b9;
  	width: 45%;
  }

.openbtn span:nth-of-type(1) {
	top:15px;	
}

.openbtn span:nth-of-type(2) {
	top:23px;
}

.openbtn span:nth-of-type(3) {
	top:31px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}


/*アコーディオン*/
/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    width: 96%;
    max-width: 900px;
    margin:0 auto;
}
/*
.accordion-area li{
    margin: 10px 0;
}
*/


/*アコーディオンタイトル*/
.title {
    position: relative;
    cursor: pointer;
    font-size: 1rem;
    font-weight: bold;
    padding: 6% 6% 0;
    transition: all .5s ease;
}


/*　closeというクラスがついたら形状変化　*/

.title.close::before{
	transform: rotate(45deg);
}

.title.close::after{
	transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
    display: none;
    margin: 0 3% 3% 3%;
    padding: 2% 3% 0 3%;
}

/* ============================================


                 contents


============================================ */

.section {
    width: 1200px;
    margin: 0 auto;
    padding: 100px 0;
}
.sectionbg {
    background: #f2f5f4;
}



/* ============================================


        【共通】h2タイトル/パンくずリスト


============================================ */
.pageTitleArea {
    padding: 100px;
    text-align: center;
    color: #fff;
    letter-spacing: 0.2em;
}
p.pageTitleArea_ttl {
    font-size: 300%;
    line-height: 1.2em;
}
.pageTitleArea_bd {
    height: 2px;
    background: #63c4b9;
    width: 100px;
    margin: 40px auto;
}
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 20px;
}

.breadcrumb li:not(:last-of-type)::after {
    content: "›";
    margin: 0 0.6em;
    color: #63c4b9;
}
.sectionTitle {
    text-align: center;
    font-size: 30px;
    line-height: 1.5em;
}
.h3border {
    height: 2px;
    background: #63c4b9;
    width: 100px;
    margin: 40px auto 70px;
}

/* ============================================


                 記事詳細


============================================ */
.topicscategory {
    margin: 0 0 30px;
    border: solid 1px #c5c5c5;
    padding-bottom: 4px;
    display: table;
    font-size: 12px;
    background: #fff;
    padding: 2px 18px;
    border-radius: 90px;
}
.dli-feed {
    display: inline-block;
    vertical-align: middle;
    color: #63c4b9;
    line-height: 1;
    position: relative;
    width: 0.9em;
    height: 1em;
    border: 0.1em solid currentColor;
    border-radius: 0.2em;
    box-sizing: content-box;
    margin-right: 6px;
}

.dli-feed::before, .dli-feed::after {
    content: '';
    position: absolute;
    top: 20%;
    left: 15%;
    height: 0.06em;
    background: currentColor;
    border-radius: 0.1em;
}

.dli-feed::before {
  width: 70%;
  box-shadow: 0 0.25em 0 0 currentColor;
}

.dli-feed::after {
  margin-top: 0.5em;
  width: 45%;
}
.topics_data {
    text-align: right;
    margin: 30px 0 0 0;
    font-size: 13px;
    color: #8f8f8f;
}
@media screen and (max-width:767px) {
article img {
    width: 100%;
	height: auto;
}
}

/* ============================================


                 table


============================================ */
table {
    width: 100%;
}
tr {
    border-top: solid 1px #e0e3e2;
    border-bottom: solid 1px #e0e3e2;
}
th {
    background: #f2f5f4;
    padding: 40px;
    color: #4f4f4f;
    width: 30%;
    text-align: center;
	vertical-align: middle;
}
td {
    padding: 40px;
    width: 70%;
	background: #fff;
}
@media screen and (max-width:767px) {
tr {
    border-top: none;
    border-bottom: none;
}
th {
    display: block;
    width: 100%;
    padding: 20px;
}
	td {
    display: block;
    width: 100%;
    padding: 20px;
}
}

/* ============================================


                 inquiry


============================================ */
.inquiry {
	width: 1200px;
    text-align: center;
    margin: 0 auto;
}
p.inquiry_ttl {
    font-size: 26px;
    color: #807d78;
    padding-bottom: 20px;
}
p.inquiry_subttl {
    color: #63c4b9;
    padding-bottom: 30px;
}
.inquiry img {
    margin: 10px 0;
}
/* ============================================


                 footer


============================================ */
.pagetop {
    text-align: center;
    padding: 20px;
    color: #807d78;
    border-top: solid 1px #e0e3e2;
    border-bottom: solid 1px #e0e3e2;
}
.arrow_o {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  color: #333;
  text-decoration: none;
}
.arrow_o:before {
    content: '';
    width: 7px;
    height: 7px;
    border: 0;
    border-top: solid 2px #63c4b9;
    border-right: solid 2px #63c4b9;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -6px;
    transform: rotate(-45deg);
}
footer {
    background: #f2f5f4;
}
.footer {
    width: 1200px;
    margin: 0 auto;
    padding: 70px 0px;
    line-height: 24px;
    display: flex;
    font-size: 14px;
    justify-content: space-between;
}
p.ftlogo {
    font-weight: bold;
    margin-bottom: 20px;
}
p.ftaddress {
    border-left: solid 2px #63c4b9;
    padding-left: 20px;
}
nav.ftnav {
    line-height: 30px;
}
.copyright {
    background: #63c4b9;
    text-align: center;
    padding: 30px 0;
    color: #fff;
    font-size: 12px;
}

/*矢印*/
.dli-caret-circle-fill-right {
    display: inline-block;
    vertical-align: middle;
    color: #63c4b9;
    line-height: 1;
    position: relative;
    width: 10px;
    height: 10px;
    border: 0.1em solid currentColor;
    background: currentColor;
    border-radius: 50%;
    box-sizing: content-box;
    margin-right: 7px;
}

.dli-caret-circle-fill-right::before {
  content: '';
  color: #fff;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.18em 0.31177em;
  border-left-color: currentColor;
  border-right: 0;
  transform: translateX(15%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.dli-chevron-right {
    display: inline-block;
    vertical-align: middle;
    color: #63c4b9;
    line-height: 1;
    width: 8px;
    height: 8px;
    border: 2px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateX(-25%) rotate(45deg);
    margin-right: 11px;
    margin-left: 16px;
}




/* ============================================


                 トップへ戻る


============================================ */
/*リンクの形状*/
#page-top a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #63c4b9;
    border-radius: 65px;
    width: 70px;
    height: 70px;
    color: #fff;
    text-align: center;
    /* text-transform: uppercase; */
    text-decoration: none;
    transition: all 0.3s;
    line-height: 1.5em;
    font-size: 12px;
    font-weight: bold;
    opacity: 0.8;
}

#page-top a:hover {
    background: #63c4b9;
    opacity: 0.8;
}

/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right: 20px;
    bottom: 20px;
	z-index: 2;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateY(100px);
}

/*　上に上がる動き　*/

#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}
/* ============================================


                 レスポンシブ


============================================ */

/*                1200px
============================================ */
@media screen and (max-width:1200px) {
	.section {
    width: 100%;
    padding: 50px 6%;
}
	
.footer {
    display: block;
    width: 100%;
    padding: 10%;
}
nav.ftnav {
    margin-top: 20px;
}
	.contents_nav ul {
    flex-wrap: wrap;
    width: 100%;
    gap: 20px;
}
}
/*                1000px
============================================ */
@media screen and (max-width:1000px) {

.hdnav-list {
    gap: 26px;
}
	.hdnav-item-recruit {
    padding: 14px 40px;
}
}
/*                767px
============================================ */
@media screen and (min-width:767px) {
.pc-only {
	display: block;
}
.sp-only {
	display: none;
}
}
/*                767px
============================================ */
@media screen and (max-width:767px) {
.pc-only {
	display: none;
}
.sp-only {
	display: block;
}
.header {
    width: 100%;
    padding: 16px;
    display: block;
}
	.pageTitleArea {
    padding: 50px 0;
}
	.pageTitleArea_bd {
    margin: 24px auto;
}
.sectionTitle {
    font-size: 23px;
}
	.section.inquiry {
    margin: 0 auto;
}
	.section.inquiry img {
		width: 100%;
}
	p.pageTitleArea_ttl {
    font-size: 240%;
}
	p.inquiry_ttl {
    font-size: 20px;
	padding-bottom: 7px;
}
	p.inquiry_subttl {
    padding-bottom: 20px;
}
	.copyright {
    padding: 30px 6%;
    line-height: 20px;
}
	.contents_nav ul {
    margin: 30px auto 50px;
}
	.contents_nav_btn a {
    padding: 10px 15px;
}
	.h3border {
    margin: 20px auto 40px;
}
}
@media screen and (max-width:960px) {

}
@media screen and (max-width:520px) {

}