@charset "UTF-8";

/*     /osirase/1504/hokenshi_html/osirase/1504/hokenshi_html/assets/img/　納品データ作成時に背景画像のパスを変更する     */
/*     /osirase/1504/hokenshi_html/assets/img/　テストサイト用の背景画像パス     */

/*------------------------------------------------------------
	Default
------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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, dialog, figure, footer, header, button,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 1em;
}

html {
  font-size: 62.5%;
}

body, table,
input, textarea, select, option, button,
h1, h2, h3, h4, h5, h6 {
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

table,
input, textarea, select, option {
  line-height: 1.5;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

/*------------------------------------------------------------
	Text Format
------------------------------------------------------------*/
/* text position */
.taLeft {
  text-align: left !important;
}

.taCenter {
  text-align: center !important;
}

.taRight {
  text-align: right !important;
}

.vTop {
  vertical-align: top !important;
}

.vMiddle {
  vertical-align: middle !important;
}

/* font weight */
.fwNormal {
  font-weight: normal !important;
}

.fwBold {
  font-weight: bold !important;
}

/*------------------------------------------------------------
	adjustment class ※ no use frequently
------------------------------------------------------------*/
.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

/*------------------------------------------------------------
	clearfix（float解除）
------------------------------------------------------------*/
.clearfix {
  *zoom: 1;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

/*------------------------------------------------------------
	for tracking tag
------------------------------------------------------------*/
.trackTags {
  display: none;
}
a:focus{
  /*outline: -webkit-focus-ring-color auto 1px;*/
  outline-width: 1px;
  outline-style: solid;
  outline-color: #a6c8ff;
}

/*------------------------------------------------------------
	link
------------------------------------------------------------*/
a:hover {
	text-decoration: none;
}

/*------------------------------------------------------------
	Layout
------------------------------------------------------------*/
.onlyPC {
  display: block;
}

@media screen and (max-width: 767px) {
  .onlyPC {
    display: none !important;
  }
}

.onlySP {
  display: none;
}

@media screen and (max-width: 767px) {
  .onlySP {
    display: block;
  }
}

body {
  min-width: 1200px;
}

@media screen and (max-width: 767px) {
  body {
    min-width: 320px;
  }
}

header {
  height: auto;
  width: 100%;
  background-image: url("/osirase/1504/hokenshi_html/assets/img/bg_head.png");
  background-size: cover;
  padding: 116px 0 110px 0;
}

@media screen and (max-width: 767px) {
  header {
    padding: 50px 0 35px 0;
  }
}

header .logo {
  width: 533px;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  header .logo {
    width: 80%;
    max-width: 280px;
  }
}

header h1.text_logo {
  text-align: center;
  margin-top: 25px;
  font-size: 1.7rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  header h1.text_logo {
    margin-top: 20px;
    font-size: 1.4rem;
    line-height: 1.5;
    margin: 25px 15px 0 15px;
  }
}

nav {
  height: 110px;
  background-color: #fff;
  padding: 28px 0;
  -webkit-box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.35);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

@media screen and (max-width: 767px) {
  nav {
    height: auto;
    padding: 15px 0;
  }
}

nav .logo img {
  width: 202px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

@media screen and (max-width: 767px) {
  nav .logo img {
    width: 110px;
  }
}

nav .l-container {
  padding: 0 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  nav .l-container {
    padding: 0;
  }
}

nav ul.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 270px);
}

@media screen and (max-width: 767px) {
  nav ul.menu {
    display: none;
  }
}

nav ul.menu li a {
  font-size: 2.2rem;
  position: relative;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  z-index: 2;
}


nav ul.menu li a:before{
  content: '';
  position: absolute;
  width: calc(100% + 30px);
  left: -15px;
  height: 0px;
  background-color: yellow;
  bottom: -6px;
  z-index: -1;
  transition:0.1s linear;
}
nav ul.menu li a.active:before {
  content: '';
  position: absolute;
  width: calc(100% + 30px);
  left: -15px;
  height: 20px;
  background-color: yellow;
  bottom: -6px;
  z-index: -1;

}
/*nav ul.menu li a.active:focus{
  opacity: 0.6;
}*/
nav ul.menu li:hover a:before{
  content: '';
  position: absolute;
  width: calc(100% + 30px);
  left: -15px;
  height: 20px;
  background-color: yellow;
  bottom: -6px;
  z-index: -1;
  transition:0.1s linear;
}

nav ul.menu li a:focus:before{
  content: '';
  position: absolute;
  width: calc(100% + 30px);
  left: -15px;
  height: 20px;
  background-color: yellow;
  bottom: -6px;
  z-index: -1;
  transition:0.1s linear;
}
nav.nav_relative {
  position: relative;
}
nav.nav_fixed, nav.nav_fix_1 {
  position: fixed;
  width: 100%;
  top: 0;
  height: auto;
  padding: 15px 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  z-index: 999;
}

@media screen and (max-width: 767px) {
  nav.nav_fixed, nav.nav_fix_1 {
    padding: 12px 0;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
  }
}

nav.nav_fixed .logo img, nav.nav_fix_1 .logo img {
  width: 180px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

@media screen and (max-width: 767px) {
  nav.nav_fixed .logo img, nav.nav_fix_1 .logo img {
    width: 110px;
  }
}

nav.nav_fixed ul.menu li a, nav.nav_fix_1 ul.menu li a {
  font-size: 1.8rem;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.l-container {
  width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .l-container {
    width: 92%;
    margin: 0 auto;
  }
}

.l-wrap {
  width: 968px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .l-wrap {
    width: 92%;
    margin: 0 auto;
  }
}

.news {
  background-image: url("/osirase/1504/hokenshi_html/assets/img/bg_main.png");
  background-size: 100% auto;
  background-position: bottom;
  padding: 190px 0 150px 0;
}

.news.news_top {
  padding: 80px 0 150px 0;
}

@media screen and (max-width: 767px) {
  .news {
    background-size: 100% 100%;
    padding: 112px 0 70px 0;
  }
  .news.news_top {
    padding: 50px 0 70px 0;
  }
  .news .ttl_01 {
    line-height: 0.7;
    text-align: center;
  }
}

.news .news_list {
  width: 100%;
  margin-top: 30px;
  border-radius: 25px;
  background-color: #fff;
  padding: 12px 20px 10px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .news .news_list {
    margin-top: 20px;
    padding: 6px 10px 5px 12px;
  }
}

.news .news_list ul li {
  padding: 19px 0;
  border-bottom: 1px solid #d7d7d7;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

@media screen and (max-width: 767px) {
  .news .news_list ul li {
    padding: 12px 0;
  }
}

.news .news_list ul li:last-child {
  border-bottom: none;
}

.news .news_list ul li a {
  text-decoration: none;
  color: #000;
}

.news .news_list ul li a:hover li {
  text-decoration: underline;
}

.news .news_list ul li ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}

.news .news_list ul li ul li {
  font-size: 1.6rem;
  padding: 10px 0;
  line-height: 1.5;
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .news .news_list ul li ul li {
    font-size: 1.4rem;
    padding: 6px 0;
  }
}

.news .news_list ul li ul li:first-child {
  font-weight: bold;
  border-left: 8px solid #ffff66;
  padding-left: 25px;
  margin-right: 38px;
}

@media screen and (max-width: 767px) {
  .news .news_list ul li ul li:first-child {
    border-left: 5px solid #ffff66;
    padding-left: 15px;
    margin-right: 20px;
  }
}

.news .news_list ul li ul li:last-child {
  padding-right: 70px;
  position: relative;
  width: calc(100% - 153px);
}

@media screen and (max-width: 767px) {
  .news .news_list ul li ul li:last-child {
    padding-right: 50px;
    width: calc(100% - 112px);
  }
}

.news .news_list ul li li span{
  background: #EB0000;
    padding: 5px;
    color: #FFF;
    margin-right: 10px;
}

.news .news_list ul li li:last-child:after {
  content: "";
  width: 42px;
  height: 10px;
  background-image: url("/osirase/1504/hokenshi_html/assets/img/news_list1.svg");
  background-size: 100% 100%;
  position: absolute;
  right: 11px;
  top: calc(50% - 5px);
}

@media screen and (max-width: 767px) {
  .news .news_list ul li li:last-child:after {
    width: 30px;
    height: 7px;
    top: calc(50% - 4px);
  }
}

/* .news .news_list ul li:nth-child(2) li:last-child:after {
  content: "";
  width: 27px;
  height: 27px;
  background-image: url("/osirase/1504/hokenshi_html/assets/img/news_list2.svg");
  background-size: 100% 100%;
  position: absolute;
  right: 19px;
  top: calc(50% - 14px);
}

@media screen and (max-width: 767px) {
  .news .news_list ul li:nth-child(2) li:last-child:after {
    height: 23px;
    width: 23px;
    right: 12px;
    top: calc(50% - 12px);
  }
} */

/* .news .news_list ul li:nth-child(3) li:last-child:after {
  content: "";
  width: 27px;
  height: 38px;
  background-image: url("/osirase/1504/hokenshi_html/assets/img/news_list3.svg");
  background-size: 100% 100%;
  position: absolute;
  right: 19px;
  top: calc(50% - 19px);
}

@media screen and (max-width: 767px) {
  .news .news_list ul li:nth-child(3) li:last-child:after {
    height: 32px;
    width: 24px;
    top: calc(50% - 16px);
    right: 12px;
  }
} */

.ttl_01 {
  font-size: 6rem;
  font-family: 'Montserrat', sans-serif;
  color: #ffff66;
  font-weight: bold;
  letter-spacing: 0.8rem;
  text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
}

@media screen and (max-width: 767px) {
  .ttl_01 {
    font-size: 3.4rem;
  }
}

h2 {
  font-family: 'Montserrat', sans-serif !important;
  line-height: 0.5;
}
@media screen and (max-width: 767px) {
	h2 {
	  line-height: 1;
	}
}

.ttl_01 span.ttl_black {
  color: #000;
  text-shadow: none;
}

.ttl_01 span.ttl_black_edge {
  color: #000;
  text-shadow: 2px 0 0 #ffff66, -2px 0 0 #ffff66, 0 2px 0 #ffff66, 0 -2px 0 #ffff66, 1px 1px #ffff66, -1px -1px 0 #ffff66, 1px -1px 0 #ffff66, -1px 1px 0 #ffff66;
}

.ttl_01 span.sub_ttl_01 {
  font-size: 2rem;
  letter-spacing: 0;
  font-weight: normal;
  text-shadow: none;
  color: #000;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .ttl_01 span.sub_ttl_01 {
    font-size: 1.4rem;
  }
}

.works {
  padding-top: 90px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .works {
    padding-top: 60px;
  }
}

.works:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 234px;
  background-image: url("/osirase/1504/hokenshi_html/assets/img/bg_work.png");
  background-size: 100% 100%;
  left: 0;
  bottom: 82px;
}

@media screen and (max-width: 767px) {
  .works:after {
    height: 42vw;
    bottom: 27vw;
  }
}

.works .ttl_01 {
  text-align: center;
  line-height: 0.5;
}

@media screen and (max-width: 767px) {
  .works .ttl_01 {
    line-height: 0.7;
  }
}

.works .l-container {
  padding: 0 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .works .l-container {
    padding: 0;
  }
}

.works_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .works_link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.works_link a {
  display: block;
  width: 334px;
  height: 334px;
  border-radius: 50%;
  background-color: #ffff66;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
  position: relative;
  text-decoration: none;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .works_link a {
    width: 42vw;
    height: 42vw;
  }
}

.works_link a:nth-child(2) {
  margin-top: 90px;
}

@media screen and (max-width: 767px) {
  .works_link a:nth-child(2) {
    margin-top: 25vw;
  }
}

@media screen and (max-width: 767px) {
  .works_link a:nth-child(3) {
    margin-top: -15vw;
  }
}

.works_link a:after {
  content: '';
  position: absolute;
  width: 285px;
  height: 82px;
  background-image: url("/osirase/1504/hokenshi_html/assets/img/bg_cir.png");
  background-size: 100% 100%;
  bottom: 0;
  left: 24.6px;
   -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

@media screen and (max-width: 767px) {
  .works_link a:after {
    width: calc(42vw - 28px);
    height: 30%;
    left: 14px;
    min-height: 45px;
  }
}

.works_link a span {
  display: block;
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  position: relative;
  left: 25px;
  top: 25px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

@media screen and (max-width: 767px) {
  .works_link a span {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    left: 10px;
    top: 10px;
  }
}

.works_link a span img {
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
  width: 100%;
  margin-bottom: 55px;
}

.works_link a:hover {
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
  -webkit-box-shadow: 0px 0px 11px 2px rgba(0, 0, 0, 0.34);
  box-shadow: 0px 0px 11px 2px rgba(0, 0, 0, 0.34);
  background-color: #000;
}

.works_link a:hover span {
  overflow: hidden;
}
.works_link a:hover:after{
	background-image: url("/osirase/1504/hokenshi_html/assets/img/bg_cir_h.png");
	 -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}
.works_link a:hover span img {
/*  -webkit-transform: scale(1.2);
          transform: scale(1.2);*/
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
  margin-bottom: 55px;
  position: absolute;
  top: 0px;
}
.works_link a:hover .text{
	color:#ffff66;
}
.works_link a:hover .text:after {
  right: calc(50% - 45px);
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
  background-image: url("/osirase/1504/hokenshi_html/assets/img/arrow_h.png");
}

@media screen and (max-width: 767px) {
/*  .works_link a:hover span img {
    -webkit-transform: scale(1);
          transform: scale(1);
  }*/
  .works_link a:hover .text:after {
    right: calc(50% - 25px);
  }
}

.works_link a .text {
  text-align: center;
  position: relative;
  z-index: 2;
  font-size: 2rem;
  color: #000;
  top: -18px;
  font-weight: 500;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .works_link a .text {
    font-size: 1.4rem;
    top: -12%;
  }
}

.works_link a .text:after {
  content: '';
  position: absolute;
  width: 61px;
  height: 14px;
  background-size: 100% 100%;
  background-image: url("/osirase/1504/hokenshi_html/assets/img/arrow.png");
  bottom: -25px;
  right: calc(50% - 30px);
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

@media screen and (max-width: 767px) {
  .works_link a .text:after {
    width: 30px;
    height: 7px;
    right: calc(50% - 15px);
    bottom: -12px;
  }
}

.btn_link {
  width: 432px;
  height: 100px;
  line-height: 100px;
  margin: 0 auto;
  margin-top: 70px;
  display: block;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  font-size: 2rem;
  color: #000;
  font-weight: 500;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
          -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

@media screen and (max-width: 767px) {
  .btn_link {
    width: 80%;
    max-width: 280px;
    height: 60px;
    line-height: 60px;
    font-size: 1.6rem;
    margin-top: 40px;
  }
}

.btn_link:hover {
  -webkit-box-shadow: 0px 0px 0px 8px #000 inset;
	box-shadow: 0px 0px 0px 8px #000 inset;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}
@media screen and (max-width: 767px) {
	.btn_link:hover {
	  -webkit-box-shadow: 0px 0px 0px 3px #000 inset;
		box-shadow: 0px 0px 0px 3px #000 inset;
	}
}
.btn_link:hover span:after {
  right: 15px;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

.btn_link span {
  display: block;
  position: relative;
}

.btn_link span:after {
  position: absolute;
  content: '';
  background-image: url("/osirase/1504/hokenshi_html/assets/img/arrow.png");
  width: 61px;
  height: 14px;
  background-size: 100% 100%;
  right: 30px;
  top: calc(50% - 8px);
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

@media screen and (max-width: 767px) {
  .btn_link span:after {
    width: 30px;
    height: 7px;
    top: calc(50% - 4px);
  }
}

.m_work {
  margin: 30px auto 80px auto;
}

.work_illust01 {
  position: absolute;
    top: 0px;
    right: 50px;
    width: 30%;
    height: auto;
}

.work_illust01 img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.work_illust02 {
  position: absolute;
    top: -40px;
    right: 0;
    width: 18%;
    height: auto;
}

.work_illust02 img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.work_illust03 {
  position: absolute;
    right: 0;
    bottom: 0;
    width: 15%;
    height: auto;
}

.work_illust03 img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.work_flex {
  width: 100%;
    margin: 40px auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.work_flex_photo {
  width: 30%;
}

.work_flex_photo img {
  width: 100%;
    max-width: 100%;
    height: auto;
    margin: 20px 0;
}

.work_flex_txt {
  width: 65%;
    padding-left: 20px;
    box-sizing: border-box;
}

.work_flex_txt ul {
  line-height: 2.5;
    font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .m_work {
    margin: 30px auto;
  }

  .work_illust01 {
    position: static;
    width: 90%;
    margin: auto;
  }

  .work_flex {
    margin: 30px auto;
    flex-flow: column;
  }

  .work_flex_photo {
    width: 100%;
  }

  .work_flex_txt {
    width: 100%;
    padding-left: 0;
  }

  .work_flex_txt ul {
    font-size: 1.4rem;
    line-height: 2;
  }

  .work_illust02, .work_illust03 {
    display: none;
  }
}

.profile {
  position: relative;
  z-index: 2;
  padding-top: 120px;
}

.profile .btn_link {
  background: #ffff66;
}

@media screen and (max-width: 767px) {
  .profile {
    padding-top: 80px;
  }
}

.profile .l-container {
  padding: 0 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .profile .l-container {
    padding: 0;
  }
}

.profile .ttl_01 {
  font-size: 10rem;
  line-height: 0.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .profile .ttl_01 {
    font-size: 3.4rem;
    display: block;
    text-align: center;
    line-height: 0.7;
  }
}

.profile .ttl_01 .sub_ttl_01 {
  margin-left: 20px;
  position: relative;
  top: -12px;
}

@media screen and (max-width: 767px) {
  .profile .ttl_01 .sub_ttl_01 {
    margin-left: 0;
    top: 0;
  }
}

.profile .wrap_profile {
  width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  position: relative;
  top: -25px;
}

@media screen and (max-width: 767px) {
  .profile .wrap_profile {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    top: 0;
    margin-top: 20px;
  }
}

.profile_left {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .profile_left {
    width: 100%;
  }
}

.profile_left img {
  width: 100%;
}

.profile_right {
  width: 50%;
  padding-top: 72px;
  padding-left: 50px;
}

@media screen and (max-width: 767px) {
  .profile_right {
    width: 92%;
    padding-top: 0;
    padding-left: 0;
    margin: 0 auto;
  }
}

.profile_right .text_bg_yl {
  background: #ffff66;
  width: calc(100% + 90px);
  position: relative;
  left: -90px;
  padding: 10px 0;
  padding-left: 90px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: bold;
  padding-right: 10px;
}

@media screen and (max-width: 767px) {
  .profile_right .text_bg_yl {
    width: 100%;
    left: 0;
    padding: 10px 15px;
  }
}

.profile_right .txt18 {
  font-size: 1.8rem;
  margin: 32px 0 18px 0;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .profile_right .txt18 {
    font-size: 1.6rem;
    margin: 20px 0 12px 0;
  }
}

.profile_right .name {
  font-size: 3.5rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .profile_right .name {
    font-size: 2.8rem;
  }
}

.profile_right .name span {
  font-size: 1.8rem;
  font-weight: 500;
  margin-left: 10px;
}

.profile_right .name_romaji {
  font-size: 1.4rem;
  margin: 12px 0 18px 0;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .profile_right .name_romaji {
    margin: 8px 0 12px 0;
  }
}

.profile_right .detail {
  font-size: 1.2rem;
  line-height: 2.5;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .profile_right .detail {
    line-height: 2;
  }
}

.recruit {
  padding-top: 120px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .recruit {
    padding-top: 65px;
  }
}

.recruit .ttl_01 {
  line-height: 0.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .recruit .ttl_01 {
    line-height: 0.7;
  }
}

.recruit .recruit_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: distribute;
  justify-content: center;
  margin-top: 35px;
}

.recruit .recruit_link2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: distribute;
  justify-content: center;
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  .recruit .recruit_link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .recruit .recruit_link2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.recruit .recruit_link a {
  width: 380px;
  height: 530px;
  margin: 0 10px;
  background-color: #ffff66;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
  position: relative;
  text-align: center;
  text-decoration: none;
  padding-top: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.recruit .recruit_link2 a {
  width: 540px;
  height: 245px;
  margin: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ffff66;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 8px solid #000;
}

@media screen and (max-width: 767px) {
  .recruit .recruit_link a {
    width: 90%;
    max-width: 385px;
    height: auto;
    padding-bottom: 120px;
    margin-bottom: 25px;
    padding-top: 60px;
  }
  .recruit .recruit_link2 a {
    width: 90%;
    max-width: 385px;
    height: auto;
    margin-bottom: 25px;
  }
  .recruit .recruit_link a img, .recruit .recruit_link2 a img {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}

.recruit .recruit_link a:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-bottom: 70px solid #000;
  border-left: 70px solid transparent;
  bottom: 0;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
  right: 0;
}

@media screen and (max-width: 767px) {
  .recruit .recruit_link a:after {
    border-bottom: 40px solid #000;
    border-left: 40px solid transparent;
  }
}

.recruit .recruit_link a:before {
  position: absolute;
  content: '';
  background-image: url("/osirase/1504/hokenshi_html/assets/img/arrow.png");
  width: 61px;
  height: 14px;
  background-size: 100% 100%;
  right: calc(50% - 30px);
  bottom: 150px;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

@media screen and (max-width: 767px) {
  .recruit .recruit_link a:before {
    bottom: 50px;
    width: 40px;
    right: calc(50% - 20px);
    height: 11px;
  }
}

.recruit .recruit_link a .hover, .recruit .recruit_link2 a .hover {
  display: none;
}

.recruit .recruit_link a .no-hover {
  display: block;
  margin: 0 auto;
}

.recruit .recruit_link2 a .no-hover {
  display: block;
}

.recruit .recruit_link a .text {
  color: #000;
  font-size: 3rem;
  line-height: 1.6;
  margin-top: 35px;
  font-weight: bold;
  display: block;
  position: relative;
}

.recruit .recruit_link2 a .text {
  color: #000;
  font-size: 3rem;
  line-height: 1.6;
  margin-left: 80px;
  font-weight: bold;
  display: block;
  position: relative;
}

@media screen and (max-width: 767px) {
  .recruit .recruit_link a .text {
    font-size: 2rem;
    margin-top: 15px;
  }

  .recruit .recruit_link2 a .text {
    font-size: 2rem;
    margin-left: 15px;
  }
}

.recruit .recruit_link a .text_s {
  margin-top: 50px;
}

.recruit .recruit_link a:hover, .recruit .recruit_link2 a:hover {
  background-color: #000;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

.recruit .recruit_link a:hover:after {
  border-bottom: 70px solid #ffff66;
  border-left: 70px solid transparent;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

@media screen and (max-width: 767px) {
  .recruit .recruit_link a:hover:after {
    border-bottom: 40px solid #ffff66;
    border-left: 40px solid transparent;
  }
}

.recruit .recruit_link a:hover:before {
  background-image: url("/osirase/1504/hokenshi_html/assets/img/arrow_h.png");
}

.recruit .recruit_link a:hover .text, .recruit .recruit_link2 a:hover .text {
  color: #ffff66;
}

.recruit .recruit_link a:hover .hover {
  display: block;
  margin: 0 auto;
}

.recruit .recruit_link2 a:hover .hover {
  display: block;
}

.recruit .recruit_link a:hover .no-hover, .recruit .recruit_link2 a:hover .no-hover {
  display: none;
}

.cotion {
  color: #EB0000;
  text-indent: -1em;
  padding-left: 1em;
  margin-left: 50px !important;
}

.qa {
  height: auto;
  background-image: url("/osirase/1504/hokenshi_html/assets/img/qa_bg.png");
  background-size: 100% auto;
  background-position: top;
  margin-top: 215px;
  padding-bottom: 75px;
}

@media screen and (max-width: 767px) {
  .qa {
    margin-top: 100px;
    padding-bottom: 50px;
  }
}

.qa .qa_container {
  width: 980px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .qa .qa_container {
    width: 92%;
    margin: 0 auto;
  }
}

.qa .ttl_qa {
  text-align: center;
  position: relative;
  top: -110px;
}

@media screen and (max-width: 767px) {
  .qa .ttl_qa {
    top: -55px;
  }
}

.qa .ttl_qa img {
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 11px 2px rgba(0, 0, 0, 0.34);
  box-shadow: 0px 0px 11px 2px rgba(0, 0, 0, 0.34);
}

@media screen and (max-width: 767px) {
  .qa .ttl_qa img {
    width: 120px;
  }
}

.qa .ttl_qa .ttl_01 {
  line-height: 0.5;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .qa .ttl_qa .ttl_01 {
    line-height: 0.7;
  }
}

.qa_list {
  width: 100%;
  position: relative;
  margin-top: -90px;
}

@media screen and (max-width: 767px) {
  .qa_list {
    margin-top: -60px;
  }
}

.qa_list .list_1 {
  padding: 15px 0;
  border-radius: 10px;
  background-color: #fff;
  cursor: pointer;
  margin-top: 35px;
  -webkit-box-shadow: 0px 0px 11px 2px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 0px 11px 2px rgba(0, 0, 0, 0.14);
  z-index: 2;
  position: relative;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}
.qa_list .list_1:hover{
	-webkit-box-shadow: 0px 0px 0px 5px #000 inset;
	box-shadow: 0px 0px 0px 5px #000 inset;
	-webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}
.qa_list .list_1.title_aside:hover{
	-webkit-box-shadow: 0px 0px 0px 5px #000 inset;
	box-shadow: 0px 0px 0px 5px #000 inset;
	-webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}
@media screen and (max-width: 767px) {
  .qa_list .list_1 {
    padding: 10px 0;
    border-radius: 6px;
    margin-top: 30px;
  }
  .qa_list .list_1:hover{
	-webkit-box-shadow: 0px 0px 0px 3px #000 inset;
	box-shadow: 0px 0px 0px 3px #000 inset;
	-webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}
.qa_list .list_1.title_aside:hover{
	-webkit-box-shadow: 0px 0px 0px 3px #000 inset;
	box-shadow: 0px 0px 0px 3px #000 inset;
	-webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}
}

.qa_list .list_1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.qa_list .list_1 ul li:first-child {
  font-size: 6rem;
  font-weight: bold;
  width: 114px;
  text-align: center;
  color: #181818;
  border-right: 1px solid #636363;
  text-shadow: 2px 2px #ffff66;
  font-family: 'Montserrat', sans-serif;
}

@media screen and (max-width: 767px) {
  .qa_list .list_1 ul li:first-child {
    font-size: 3.4rem;
    width: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.qa_list .list_1 ul li:last-child {
  font-size: 2rem;
  font-weight: 500;
  width: calc(100% - 214px);
  padding: 25px 100px 25px 30px;
  position: relative;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .qa_list .list_1 ul li:last-child {
    width: calc(100% - 120px);
    padding: 15px 60px 15px 15px;
    font-size: 1.6rem;
  }
}

.qa_list .list_1 ul li:last-child:after {
  position: absolute;
  content: '';
  width: 33px;
  height: 22px;
  background-image: url("/osirase/1504/hokenshi_html/assets/img/arrow_down.png");
  background-size: 100% 100%;
  right: 43px;
  top: 15px;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

@media screen and (max-width: 767px) {
  .qa_list .list_1 ul li:last-child:after {
    right: 21px;
    top: 10px;
  }
}

.qa_list .list_1 ul li:last-child:before {
  position: absolute;
  content: '開く';
  font-size: 1.5rem;
  color: #181818;
  right: 42px;
  top: 50px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .qa_list .list_1 ul li:last-child:before {
    right: 20px;
    top: 38px;
  }
}

.qa_list .list_1.title_aside {
  -webkit-border-radius: 10px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius: 10px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-radius: 10px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.qa_list .list_1.title_aside ul li:last-child:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

.qa_list .list_1.title_aside ul li:last-child:before {
  content: '閉じる';
  right: 35px;
}

@media screen and (max-width: 767px) {
  .qa_list .list_1.title_aside ul li:last-child:before {
    right: 12px;
  }
}

.qa_list .content {
  margin-bottom: 35px;
  width: 100%;
  background: #f3f3f3;
  padding: 25px 35px 25px 120px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 11px 2px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 0px 11px 2px rgba(0, 0, 0, 0.14);
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

@media screen and (max-width: 767px) {
  .qa_list .content {
    padding: 15px;
  }
}

.qa_list .content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.qa_list .content ul li {
  font-size: 1.4rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .qa_list .content ul li img {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}

.qa_list .content ul li a {
  color: #0f2fa4;
}
.qa_list .content ul li a:hover {
  text-decoration: none;
}

.qa_list .content ul li:first-child {
  margin-right: 45px;
}

@media screen and (max-width: 767px) {
  .qa_list .content ul li:first-child {
    margin-right: 25px;
  }
}

.qa .btn_link {
  background-color: #000;
  color: #ffff66;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}
.qa .btn_link:hover{
	background-color: #ffff66;
	color:#000;
}
.qa .btn_link span:after {
  background-image: url(/osirase/1504/hokenshi_html/assets/img/arrow_h.png);
}
.qa .btn_link:hover span:after{

	background-image: url(/osirase/1504/hokenshi_html/assets/img/arrow.png);
}
.qa_full {
  margin-top: 150px;
}

@media screen and (max-width: 767px) {
  .qa_full {
    margin-top: 85px;
  }
  .qa_full .ttl_qa .ttl_01 {
    margin-top: 45px;
  }
}

.qa_full .qa_list {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .qa_full .qa_list {
    margin-top: 35px;
  }
}

.link_blank {
  background-color: #f3f3f3;
  padding: 45px 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .link_blank {
    padding: 20px 0;
  }
}

.link_blank .l-container {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .link_blank .l-container {
    padding: 0;
    width: calc(100% - 140px);
  }
}

.link_blank .multiple-items {
  padding: 0 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .link_blank .multiple-items {
    padding: 0;
  }
}

.link_blank .multiple-items .link {
  padding: 20px;

}

@media screen and (max-width: 767px) {
  .link_blank .multiple-items .link {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px;
  }
}

.link_blank .multiple-items .link img {
  margin: 0;
  width: 100%;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}
.link_blank .multiple-items .link:hover img{
	outline: 5px solid #000000;
	outline-offset: -5px;
	-webkit-transition: 0.1s linear;
  	transition: 0.1s linear;
}
.slick-prev {
  width: 32px;
  height: 32px;
  background-image: url("/osirase/1504/hokenshi_html/assets/img/slick_prev.png");
  background-size: 100% 100%;
  font-size: 0;
  text-indent: -50px;
  left: 10px;
  display: block;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .slick-prev {
    left: -50px;
  }
}

.slick-prev:focus .slick-prev:hover {
  background-image: url("/osirase/1504/hokenshi_html/assets/img/slick_prev.png");
}

.slick-next {
  width: 32px;
  height: 32px;
  background-image: url("/osirase/1504/hokenshi_html/assets/img/slick_next.png");
  background-size: 100% 100%;
  font-size: 0;
  text-indent: 50px;
  right: 10px;
  display: block;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .slick-next {
    right: -50px;
  }
}

.slick-next:hover {
  background-image: url("/osirase/1504/hokenshi_html/assets/img/slick_next.png");
}

#footer {
  overflow: hidden;
}

.btn-to-top {
  cursor: pointer;
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: none;
  z-index: 888;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

@media screen and (max-width: 767px) {
  .btn-to-top img {
    width: 35px;
    height: 35px;
  }
}

#footer a {
  text-decoration: underline;
}

#footer a:hover {
  text-decoration: none;
}

#footer-header {
  background: #767676;
}

#footer-menu {
  padding: 52px 0 13px;
}

#footer-menu ul {
  padding: 0;
  margin: 0;
  float: right;
}

#footer-menu ul li {
  float: left;
  margin: 0 16px 0 0;
  font-size: 81.3%;
}

#footer-menu ul li a {
  display: block;
  padding: 4px 12px;
  font-size: 1.4rem;
  color: #000;
}

#footer-search {
  position: absolute;
  top: 11px;
  right: 0;
  height: 28px;
  width: 335px;
}

#footer-search .form {
  position: relative;
}

#footer-search .form label {
  color: #fff;
  left: 0;
  top: 5px;
}

#footer-search .text {
  background: #fff;
  border: none;
  width: 220px;
  height: 22px;
  right: 0;
  top: 0;
}

#footer-main {
  padding: 40px 0 0;
  position: relative;
}

#footer-nav {
  background: url(/osirase/1504/hokenshi_html/assets/img/footer_icons.png) no-repeat 92px 10px;
  display: table;
  width: 100%;
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  #footer-nav {
    background: none;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#footer-nav div {
  border-left: 1px solid #eaeaea;
  width: 171px;
  padding: 50px 8px 0 9px;
  display: table-cell;
}

@media screen and (max-width: 767px) {
  #footer-nav div {
    width: 50%;
    display: block;
    border-left: none;
    padding: 30px 15px 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #footer-nav div:nth-child(2n) {
    border-left: 1px solid #eaeaea;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

#footer-nav div.fl1 {
  border-left: none;
}

#footer-nav div h2 {
  font-size: 112.5%;
  margin: 0 0 15px;
}

#footer-nav div h2 a {
  display: block;
  padding: 6px 0 4px;
  margin: 0;
  font-weight: bold;
  color: #000;
  font-size: 1.8rem;
  line-height: 1.5;
}

#footer-nav div ul {
  padding: 0;
  margin: 0;
}

#footer-nav div ul li {
  float: none;
  margin: 6px 0;
}

@media screen and (max-width: 767px) {
  #footer-nav div ul li {
    margin: 4px 0;
  }
}

#footer-nav div ul li a {
  display: block;
  padding: 5px 0 4px;
  font-size: 1.4rem;
  color: #000;
}

@media screen and (max-width: 767px) {
  #footer-nav div ul li a {
    line-height: 1.5;
  }
}

#footer-info {
  color: #fff;
  background: #0e3956;
  height: 75px;
}

@media screen and (max-width: 767px) {
  #footer-info {
    height: auto;
  }
  #footer-info .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#footer-info a {
  color: #fff;
}

#footer-info p {
  margin: 0;
  font-size: 1.5rem;
}

#footer-symbol {
  float: left;
}

#footer-symbol a {
  display: block;
  width: 170px;
  height: 75px;
  text-indent: -9999px;
  background: url("/osirase/1504/hokenshi_html/assets/img/symbol_footer.png") no-repeat left top;
}

#footer-address {
  float: left;
  margin-top: 31px;
}

@media screen and (max-width: 767px) {
  #footer-address {
    width: 100%;
    margin-top: 20px;
    line-height: 1.5;
  }
}

#footer-address span {
  margin-left: 20px;
  font-size: 100%;
}

@media screen and (max-width: 767px) {
  #footer-address span {
    margin-left: 0;
    display: block;
  }
}

#footer-address .link a:hover {
  background-color: #E5F2F9;
  text-decoration: underline;
}

#footer-access {
  font-size: 87.5%;
  float: right;
  border-left: 1px solid #0a283c;
  border-right: 1px solid #0a283c;
}

@media screen and (max-width: 767px) {
  #footer-access {
    width: 100%;
    border: none;
    float: none;
    text-align: center;
  }
}

#footer-access a {
  background: url("/osirase/1504/hokenshi_html/assets/img/plot.png") no-repeat 25px center;
  color: #fff;
  padding: 28px 25px 28px 55px;
  display: block;
}

@media screen and (max-width: 767px) {
  #footer-access a {
    display: inline-block;
  }
}

#footer-access a span {
  font-size: 1.8rem;
}

#footer-copy {
  color: #fff;
  background-color: #595d60;
}

#footer-copy p {
  margin: 0;
  padding: 20px 0;
  text-align: center;
  font-size: 1.4rem;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* 2020/03/16 フッターレイアウト変更 */
#foot {
  overflow: hidden;
}

#foot-info {
  height: auto;
  width: 100%;
  padding: 50px 0 45px 0;
  background-color: #FFFFE8

}

#foot-info .logo {
  width: 351px;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #foot-info .logo {
    width: 92%;
  }
}

#foot-info .lead {
  text-align: center;
  margin-top: 25px;
  font-size: 1.2rem;
  font-weight: bold;
}

#foot-info .address {
  text-align: center;
  margin-top: 25px;
  font-size: 1.5rem;
  line-height:1.5;
  font-weight: bold;
}

#foot-menu {
  background-color: #000;
  padding: 11px 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  #foot-menu {
    display: none;
  }
}

#foot-menu .l-container {
  width: 1200px;
  margin: 0 auto;
}


#foot-menu ul.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}


#foot-menu ul.menu li {
  padding: 0 18px;
  border-left: 1px solid #ff6;
}

#foot-menu ul.menu li:first-child {
  border-left: none;
}

#foot-menu ul.menu li a {
  font-size: 1.5rem;
  position: relative;
  text-decoration: none;
  color: #ff6;
}
#foot-menu ul.menu li a:hover {
  text-decoration: underline;
}
#foot-copy {
  color: #000;
  background-color: #FFFFE8
}

#foot-copy p {
  margin: 0;
  padding: 20px 0;
  text-align: center;
  font-size: 1.5rem;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}


.clearfixs:after {
  content: ".";
  display: block;
  clear: both;
  width: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  .clearfixs:after {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .gNav-ul-wrap {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    right: -100%;
    top: 53px;
    z-index: 10000;
    width: 100%;
    -webkit-transition: right 300ms ease-out;
    transition: right 300ms ease-out;
    background-color: #fff;
    height: calc(100vh - 53px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .gNav-ul-wrap ul.menu {
    display: block;
    margin-top: 20px;
  }
  .gNav-ul-wrap ul.menu li {
    text-align: center;
    margin-bottom: 25px;
  }
  body.is_show_spMenu {
    overflow: hidden;
  }
  ul.head li:hover,
  .hamburger:hover,
  .hamburger.is-active:hover {
    opacity: 1 !important;
  }
}
/*.is_show_spMenu{
  overflow:hidden;
}
*/.gNav-ul-wrap ul.gNav-ul {
  width: 100%;
  text-align: center;
  padding-top: 25px;
}

.gNav-ul-wrap ul.gNav-ul li {
  margin-bottom: 30px;
  margin-bottom: 15px;
}

.gNav-ul-wrap ul.gNav-ul li a {
  color: #000;
  text-decoration: none;
  font-size: 18px;
}

.gNav-ul-wrap ul.gNav-ul li a:hover {
  opacity: 0.6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.gNav-ul-wrap ul.gNav-ul li a p {
  display: inline-block;
  width: 130px;
  position: relative;
}

.gNav-ul-wrap ul.gNav-ul li a p:after {
  display: none;
}

.gNav-ul-wrap .fl {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
}

.gNav-ul-wrap .fl p.ttl_fl {
  font-size: 18px;
  width: 94%;
  margin: 0 auto;
}

.gNav-ul-wrap .fl .btn_flsp {
  position: relative !important;
  -webkit-box-shadow: 3px 3px 5px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 5px -1px rgba(0, 0, 0, 0.3);
  width: 100% !important;
  left: 0;
  margin-top: 10px;
}

.gNav-ul-wrap .fl .btn_flsp:hover {
  opacity: 0.6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.gNav-ul-wrap .menu {
  width: 90%;
  margin: 0 auto;
}

.gNav-ul-wrap .menu .ttl_col {
  font-size: 18px;
  margin: 0 auto 15px auto;
  width: 94%;
}

.gNav-ul-wrap .menu ul {
  width: 94%;
  margin: 0 auto;
}

.gNav-ul-wrap .menu ul li {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  margin-bottom: 20px;
}

.gNav-ul-wrap .menu ul li a {
  color: #000;
  text-decoration: none;
}

.gNav-ul-wrap .menu ul li a:hover {
  opacity: 0.6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.gNav-ul-wrap .menu ul li:before {
  content: '';
  background-image: url("/osirase/1504/hokenshi_html/assets/img/arrow_green.png");
  height: 9px;
  width: 5px;
  position: absolute;
  background-size: 100% 100%;
  top: 2px;
  left: 0px;
}

.gNav-ul-wrap .head {
  width: 100%;
  height: 50px;
  background-color: #9DC7C7;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.gNav-ul-wrap .head .btn_head {
  width: 100px;
  padding: 0;
  height: 30px;
}

.gNav-ul-wrap .head .btn_head a {
  padding-top: 6px;
}

.gNav-ul-wrap .head .btn_gen1 span:before {
  height: 14px;
  width: 9px;
  left: -15px;
  top: 1px;
}

.gNav-ul-wrap .head .btn_gen2 span:before {
  width: 13px;
  height: 13px;
  left: -19px;
}

.gNav-gen .menu {
  margin: 12px auto;
}

.is-show {
  right: 0;
}

.main {
  padding-bottom: 80px;
}

.main .ttl_01 {
  text-align: center;
  line-height: 0.5;
}

.main_text {
  text-align: center;
  font-size: 1.6rem;
  margin-top: 40px;
  line-height: 2;
}

.wrap_link_anchor {
  width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 75px auto 0px auto;
}

.wrap_link_anchor.anchor2 {
  width: 700px;
}

@media screen and (max-width: 767px) {
  .wrap_link_anchor {
    width: 100%;
    padding: 0 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 40px;
  }
  .wrap_link_anchor.anchor2 {
    width: 100%;
  }
}

.wrap_link_anchor a {
  display: block;
  width: 320px;
  height: 120px;
  background-image: url("/osirase/1504/hokenshi_html/assets/img/bg_anchor.png");
  background-size: 100% 100%;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  font-size: 2.5rem;
  padding-top: 34px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #181818;
}

@media screen and (max-width: 767px) {
  .wrap_link_anchor a {
    width: 100%;
    margin-bottom: 15px;
    height: 100px;
    font-size: 2rem;
    padding-top: 25px;
  }
}

.wrap_link_anchor a:hover {
	outline: 5px solid #000000;
outline-offset: -5px;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

.wrap_link_anchor a span {
  position: relative;
  display: block;
  width: 100%;
}

.wrap_link_anchor a span:after {
  content: '';
  position: absolute;
  bottom: -30px;
  width: 20px;
  height: 12px;
  left: calc(50% - 10px);
  background-image: url(/osirase/1504/hokenshi_html/assets/img/arrow_down.png);
  background-size: 100% 100%;
}

.wrap_link_anchor a.two_line {
  padding-top: 22px;
}

.wrap_link_anchor a.two_line span:after {
  bottom: -15px;
}

.l-wrap_1 {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .l-wrap_1 {
    width: 92%;
  }
}

.ttl_02 {
  font-size: 3.8rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .ttl_02 {
    font-size: 2.4rem;
  }
}

.wrap_ttl_02 {
  width: 100%;
  height: auto;
  background-image: url("/osirase/1504/hokenshi_html/assets/img/bg_ttl_02.png");
  background-size: 100% 10px;
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .wrap_ttl_02 {
    padding-bottom: 15px;
    background-size: 100% 6px;
  }
}

.ttl_03 {
  font-size: 3rem;
  padding-left: 45px;
  position: relative;
  font-weight: bold;
  margin: 50px 0 10px 0;
}

.ttl_03.bg_yellow {
  width: 60%;
    height: 60px;
    background: #FFF;
    padding: 10px 20px;
    border: 4px solid #feff65;
    border-radius: 30px;
    box-sizing: border-box;
    font-size: 2rem;
    text-align: center;
}

@media screen and (max-width: 767px) {
  .ttl_03 {
    font-size: 1.8rem;
    margin: 30px 0 10px 0;
    padding-left: 35px;
  }
  .ttl_03.bg_yellow {
    font-size: 1.4rem;
    width: 95%;
    margin: 30px auto;
    padding: 15px;
  }
}

.ttl_03:before {
  content: '';
  position: absolute;
  width: 22px;
  height: 22px;
  left: 10px;
  background-color: #ffff66;
  top: calc(50% - 11px);
}

.ttl_03.bg_yellow::before {
  display: none;
}

@media screen and (max-width: 767px) {
  .ttl_03:before {
    width: 15px;
    height: 15px;
    top: calc(50% - 8px);
  }
}

.work_section .txt18 {
  font-size: 1.8rem;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .work_section .txt18 {
    font-size: 1.6rem;
  }
}

.work_section table.table1 {
  font-size: 1.6rem;
  font-weight: 500;
  width: 100%;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .work_section table.table1 {
    margin-top: 25px;
  }
}

.work_section table.table1 .ttl_table td {
  background-color: #e3e3e3;
}

.work_section table.table1 td {
  padding: 15px;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .work_section table.table1 td {
    padding: 5px;
    line-height: 1.5;
  }
}

.work_section table.table1 td:first-child {
  width: 175px;
}

@media screen and (max-width: 767px) {
  .work_section table.table1 td:first-child {
    width: 15%;
  }
}

.work_section table.table1 td:nth-child(2) {
  width: 270px;
}

@media screen and (max-width: 767px) {
  .work_section table.table1 td:nth-child(2) {
    width: 25%;
  }
}

.work_section table.table1 td:nth-child(3) {
  width: calc(100% - 445px);
}

@media screen and (max-width: 767px) {
  .work_section table.table1 td:nth-child(3) {
    width: 60%;
  }
}

.work_section table, .work_section th, .work_section td {
  border: 1px solid #606060;
  border-collapse: collapse;
}

.work_section .mt20 {
  margin-top: 20px;
}

.work_section .mt30 {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .work_section .mt30 {
    margin-top: 20px;
  }
}

.work_section .mt50 {
  margin-top: 50px;
}

.work_section .mt60 {
  margin-top: 60px;
}

.work_section .mt110 {
  margin-top: 110px;
}

@media screen and (max-width: 767px) {
  .work_section .mt110 {
    margin-top: 50px;
  }
}

.work_1 {
  padding-top: 100px;
}

@media screen and (max-width: 767px) {
  .work_1 {
    padding-top: 60px;
    margin-top: -60px;
  }
}

.work_1 .site img {
  width: 100%;
  margin-top: 20px;
}

.work_2 {
  background-color: #f7f7f7;
  padding-top: 90px;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .work_2 {
    padding-top: 60px;
    margin-top: 35px;
  }
}

.work_2 .btn_link {
  background-color: #ffff66;
}
.work_2 .btn_link:hover{
	-webkit-box-shadow: 0px 0px 0px 5px #000 inset;
    box-shadow: 0px 0px 0px 5px #000 inset;
}
.work_2 .wrap_site_2 .btn {
  width: 845px;
  height: 85px;
  line-height: 85px;
  font-size: 3rem;
  font-weight: bold;
  background-image: url("/osirase/1504/hokenshi_html/assets/img/bg_001.png");
  background-size: 100% 100%;
  -webkit-box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.35);
  text-align: center;
  margin: 50px auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  .work_2 .wrap_site_2 .btn {
    width: 100%;
    height: auto;
    line-height: 1.5;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 1.8rem;
    margin: 35px auto;
  }
}

.work_2 .wrap_site_2 .mamoru{
  width: 500px;
  font-size: 3.8rem;
}
@media screen and (max-width: 767px) {
  .work_2 .wrap_site_2 .mamoru{
    width: 100%;
    font-size: 1.8rem;
  }
}

.work_2 .wrap_site_2 .btn:after {
  content: '';
  position: absolute;
  width: 34px;
  height: 22px;
  background-size: 100% 100%;
  background-image: url("/osirase/1504/hokenshi_html/assets/img/arrow_down.png");
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  bottom: -35px;
  left: calc(50% - 17px);
}

@media screen and (max-width: 767px) {
  .work_2 .wrap_site_2 .btn:after {
    width: 28px;
    height: 18px;
    left: calc(50% - 14px);
    bottom: -26px;
  }
}

.work_2 .wrap_number {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 70px;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .work_2 .wrap_number {
    margin: 45px 0 30px 0;
  }
}

.work_2 .wrap_number a {
  display: block;
  width: 197px;
  height: 167px;
  background-image: url("/osirase/1504/hokenshi_html/assets/img/bg_anchor.png");
  background-size: 100% 100%;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
  position: relative;
  text-decoration: none;
  padding-top: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .work_2 .wrap_number a {
    width: 48%;
    margin-bottom: 15px;
    height: auto;
    padding-bottom: 32px;
  }
  .work_2 .wrap_number a:last-child {
    margin: 0 auto;
  }
}

.work_2 .wrap_number a:after {
  position: absolute;
  content: '';
  height: 12px;
  width: 20px;
  bottom: 10px;
  left: calc(50% - 10px);
  background-size: 100% 100%;
  background-image: url("/osirase/1504/hokenshi_html/assets/img/arrow_down.png");
}

.work_2 .wrap_number a:hover {
  outline: 5px solid #000000;
outline-offset: -5px;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

.work_2 .wrap_number a span {
  display: block;
  margin: 0 auto;
  width: 34px;
  height: 34px;
  line-height: 34px;
  color: #ffff66;
  text-align: center;
  background-color: #444444;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 13px;
}

.work_2 .wrap_number a p {
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
  color: #181818;
  font-weight: 500;
}

.work_2 .number_content {
  background-color: #fff;
  padding: 80px 38px 50px 38px;
  margin-bottom: 52px;
  margin-top: -80px;
}

@media screen and (max-width: 767px) {
  .work_2 .number_content {
    margin-bottom: 30px;
    padding: 56px 20px 25px 20px;
    margin-top: -56px;
  }
}

.work_2 .number_content .number_ttl {
  font-size: 3rem;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .work_2 .number_content .number_ttl {
    font-size: 1.8rem;
  }
}

.work_2 .number_content .number_ttl span {
  height: 56px;
  width: 56px;
  line-height: 56px;
  text-align: center;
  background-color: #444444;
  font-size: 2.2rem;
  color: #ffff66;
  display: inline-block;
  margin-right: 10px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .work_2 .number_content .number_ttl span {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 1.6rem;
  }
}

.work_2 .number_content .text {
  font-size: 1.5rem;
  line-height: 1.6;
}

.work_2 .number_content-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #ffffea;
  padding: 26px 25px;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .work_2 .number_content-images {
    margin-top: 20px;
    padding: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
/*
.work_2 .number_content-images div:first-child {
  width: 265px;
  height: 190px;
  background-color: #444444;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .work_2 .number_content-images div:first-child {
    width: 100%;
    margin-bottom: 10px;
    height: 150px;
  }
}

.work_2 .number_content-images div:first-child span {
  font-size: 3.2rem;
  text-align: center;
  display: block;
  margin: 50px auto 30px;
}

@media screen and (max-width: 767px) {
  .work_2 .number_content-images div:first-child span {
    font-size: 2rem;
    margin: 30px auto 20px;
  }
}

.work_2 .number_content-images div:first-child p {
  text-align: center;
  line-height: 1.5;
  font-size: 1.4rem;
}

.work_2 .number_content-images div:not(:first-child) {
  width: 250px;
}

@media screen and (max-width: 767px) {
  .work_2 .number_content-images div:not(:first-child) {
    width: 45%;
  }
}

.work_2 .number_content-images div:not(:first-child) img {
  width: 100%;
}

.work_2 .number_content-images div:not(:first-child) p {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 10px;
}

.work_2 .number_content-images div:not(:first-child) {
  width: 250px;
}
*/


.work_2 .number_content-images div img {
  width: 100%;
}

.work_2 .number_content-images div p {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 10px;
}
.work_2 .number_content-images div {
  width: 250px;
}


@media screen and (max-width: 767px) {
.work_2 .number_content-images div {
width: 100%;
}
.work_2 .number_content-images div p {
  margin: 10px 0;
}
}


.work_2 .number_content-images400 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #ffffea;
  padding: 26px 25px;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .work_2 .number_content-images400 {
    margin-top: 20px;
    padding: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}


.work_2 .number_content-images400 div img {
  width: 100%;
}

.work_2 .number_content-images400 div p {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 10px;
}
.work_2 .number_content-images400 div {
  width: 400px;
}


@media screen and (max-width: 767px) {
.work_2 .number_content-images400 div {
width: 100%;
}
.work_2 .number_content-images400 div p {
  margin: 10px 0;
}
}

.work_2 .number_content .ttl_04 {
  font-size: 3rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .work_2 .number_content .ttl_04 {
    font-size: 1.8rem;
  }
}

.work_2 .number_content .ttl_04 span {
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .work_2 .number_content .ttl_04 span {
    font-size: 1.2rem;
  }
}

.work_2 .number_content2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.work_2 .number_content2 .left {
  width: 550px;
}

@media screen and (max-width: 767px) {
  .work_2 .number_content2 .left {
    width: 100%;
  }
}

.work_2 .number_content2 .right {
  width: 355px;
}

@media screen and (max-width: 767px) {
  .work_2 .number_content2 .right {
    width: 100%;
    text-align: center;
  }
  .work_2 .number_content2 .right img {
    max-width: 100%;
  }
}

.work_2 .number_content3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.work_2 .number_content3 .right {
  width: 237px;
}

.work_2 .number_content3 .right img {
  width: 100%;
}

.work_2 .number_content3 .left {
/*
  width: calc(100% - 270px); */
  width:100%;
}

@media screen and (max-width: 767px) {
  .work_2 .number_content3 .left {
    width: 100%;
  }
  .work_2 .number_content3 .left img {
    margin: 15px auto;
    max-width: 100%;
  }
}

.work_2 .number_content4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
/*  padding-bottom: 120px; */
}

@media screen and (max-width: 767px) {
  .work_2 .number_content4 {
    padding-bottom: 20px;
  }
  .work_2 .number_content4 .number_ttl {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.work_2 .number_content4 .left {
  width: 680px;
}

@media screen and (max-width: 767px) {
  .work_2 .number_content4 .left {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.work_2 .number_content4 .right {
  width: 210px;
  margin-top: 50px;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .work_2 .number_content4 .right {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 20px auto 0 auto;
  }
}

.work_2 .number_content4 .right p {
  margin-top: 10px;
  line-height: 1.5;
}

.work_2 .number_content4 .right img {
  width: 100%;
}

.work_2 .number_content4 .note {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #ffffea;
  font-size: 1.5rem;
  line-height: 1.5;
  padding: 15px 38px;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .work_2 .number_content4 .note {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    padding: 15px 20px;
    position: static;
    margin-top: 15px;
  }
}

.work_2 .number_content5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .work_2 .number_content5 .number_ttl {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.work_2 .number_content5 .left {
  /* width: 570px; */
  width: 100%;
}

@media screen and (max-width: 767px) {
  .work_2 .number_content5 .left {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.work_2 .number_content5 .right {
  width: 310px;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .work_2 .number_content5 .right {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
            align-items: baseline;
  }
}

.work_2 .number_content5 .right img {
  width: 100%;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .work_2 .number_content5 .right img {
    width: 48%;
  }
}

.work_2 .number_content6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.work_2 .number_content6 .left {
  width: 465px;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .work_2 .number_content6 .left {
    width: 100%;
    margin-top: 20px;
  }
  .work_2 .number_content6 .left img {
    margin: 20px auto;
  }
}

.work_2 .number_content6 .right {
  width: 238px;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .work_2 .number_content6 .right {
    display: none;
  }
}

.work_2 .number_content6 .right img {
  width: 100%;
}

.work_2 .number_content6 .btn_pdf {
  margin-top: 120px;
}

@media screen and (max-width: 767px) {
  .work_2 .number_content6 .btn_pdf {
    margin-top: 40px;
  }
}

.work_2 .number_content7 .btn_pdf {
  margin-top: 170px;
}

@media screen and (max-width: 767px) {
  .work_2 .number_content7 .btn_pdf {
    margin-top: 50px;
  }
}

.work_2 .number_content8 .btn_pdf {
  margin-top: 170px;
}

@media screen and (max-width: 767px) {
  .work_2 .number_content8 .btn_pdf {
    margin-top: 50px;
  }
}

.work_2 .number_content9 .wrap_pdf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .work_2 .number_content9 .wrap_pdf {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.work_2 .number_content9 .wrap_pdf div {
  width: 454px;
  padding: 0 13px 35px 13px;
  border: 1px solid #494949;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .work_2 .number_content9 .wrap_pdf div {
    width: 100%;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .work_2 .number_content9 .wrap_pdf div {
    padding: 0 10px 20px 10px;
  }
}

.work_2 .number_content9 .wrap_pdf div .ttl {
  font-size: 3rem;
  margin: 28px 0 20px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .work_2 .number_content9 .wrap_pdf div .ttl {
    font-size: 1.8rem;
  }
}

.work_2 .number_content9 .wrap_pdf div .detail {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .work_2 .number_content9 .wrap_pdf div .detail {
    font-size: 1.4rem;
  }
}

.work_2 .space {
  height: 700px;
}

.btn_zoom {
  width: 100%;
  height: 75px;
  line-height: 75px;
  margin-top: 25px;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .btn_zoom {
    display: none;
  }
}

.btn_zoom:hover span:after {
  right: 30px;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.btn_zoom span:after {
  background-image: url("/osirase/1504/hokenshi_html/assets/img/search.png");
  width: 28px;
  height: 28px;
  top: calc(50% - 14px);
}

@media screen and (max-width: 767px) {
  .btn_zoom span:after {
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
  }
}

.btn_pdf {
  width: 330px;
  height: 75px;
  line-height: 75px;
  font-size: 1.6rem;
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .btn_pdf {
    width: 96%;
    height: 60px;
    line-height: 60px;
  }
}

.btn_pdf:hover span:after {
  right: 30px;
}

@media screen and (max-width: 767px) {
  .btn_pdf:hover span:after {
    right: 20px;
  }
}

.btn_pdf span:after {
  width: 27px;
  height: 38px;
  top: calc(50% - 19px);
  background-image: url(/osirase/1504/hokenshi_html/assets/img/pdf_bg.png);
}

@media screen and (max-width: 767px) {
  .btn_pdf span:after {
    height: 30px;
    width: 21px;
    top: calc(50% - 15px);
    right: 20px;
  }
}

.work_3 {
  padding-top: 90px;
}

@media screen and (max-width: 767px) {
  .work_3 {
    padding-top: 60px;
  }
}

.work_3 .txt15 {
  font-size: 1.5rem;
  padding: 25px 40px 0px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .work_3 .txt15 {
    padding: 15px 0;
  }
}

.work_3 img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .work_3 img {
    margin-top: 20px !important;
  }
}

.work_4 {
  padding-top: 60px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .work_4 .txt18 {
    margin-top: 20px !important;
  }
}

.work_4 .wrap_ttl_02 .l-wrap_1 {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .work_4 .l-wrap_1 {
    overflow-x: scroll;
    padding-bottom: 10px;
    /* width */
    /* Track */
    /* Handle */
  }
  .work_4 .l-wrap_1::-webkit-scrollbar {
    width: 20px;
  }
  .work_4 .l-wrap_1::-webkit-scrollbar-track {
    background-color: #ddd;
    border-radius: 10px;
  }
  .work_4 .l-wrap_1::-webkit-scrollbar-thumb {
    background: #ffff66;
    border-radius: 10px;
  }
}

@media screen and (max-width: 767px) {
  .work_4 table {
    width: 1000px;
  }
}

.work_4 table tr td {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 15px 8px;
}

.work_4 table tr td:first-child {
  background-color: #e3e3e3;
  width: 90px;
}

.work_4 table tr td:nth-child(2) {
  width: 130px;
}

.work_4 table tr td:nth-child(3) {
  width: 140px;
}

.work_4 table tr td:nth-child(4) {
  width: 140px;
}

.work_4 table tr td:nth-child(5) {
  width: 137px;
}

.work_4 table tr td:nth-child(6) {
  width: 140px;
}

.work_4 table tr td:nth-child(7) {
  width: 140px;
}

.work_4 table tr td:nth-child(8) {
  width: 80px;
}

/* Popup box BEGIN */
.hover_bkgr_fricc {
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  display: none;
  height: 100%;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 10000;
  left: 0;
}

.hover_bkgr_fricc .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.hover_bkgr_fricc > div {
  background-color: #fff;
  -webkit-box-shadow: 10px 10px 60px #555;
          box-shadow: 10px 10px 60px #555;
  display: inline-block;
  height: auto;
  min-height: 150px;
  vertical-align: middle;
  width: 60%;
  position: relative;
  border-radius: 8px;
  padding: 15px 5%;
  padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .hover_bkgr_fricc > div {
    display: none !important;
  }
  .hover_bkgr_fricc{
  	display: none !important;
  }
}

.hover_bkgr_fricc > div img {
	width: auto;
  min-width: 50vh;
  max-height: 90vh;
}

.popupCloseButton {
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  position: absolute;
  bottom: 5px;
  right: calc(50% - 33px);
  font-size: 25px;
  width: auto;
  height: 30px;
  font-size: 2rem;
  text-align: center;
  text-decoration: none;
  color:#000;
}

.popupCloseButton span {
  font-size: 1.6rem;
  margin-right: 5px;
}

@media screen and (max-width: 767px) {
  .profile_s {
    padding-top: 60px;
  }
}

.profile_s .ttl_02 h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .profile_s .ttl_02 h3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.profile_s .ttl_02 span.small {
  font-size: 1.5rem;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

@media screen and (max-width: 767px) {
  .profile_s .ttl_02 span.small {
    width: 100%;
    margin-top: 10px;
  }
}

.profile_s .wrap_profile {
  top: 0;
  margin-top: 55px;
}

@media screen and (max-width: 767px) {
  .profile_s .wrap_profile {
    margin-top: 30px;
  }
}

.profile_s .profile_left {
  width: 54%;
}

@media screen and (max-width: 767px) {
  .profile_s .profile_left {
    width: 100%;
  }
}

.profile_s .profile_right {
  width: 49%;
  padding-top: 25px;
}

@media screen and (max-width: 767px) {
  .profile_s .profile_right {
    width: 92%;
    margin: 0 auto;
    padding-top: 0;
  }
}

.profile_s .profile_right .detail {
  text-align: left;
}

.profile_s .profile_right .detail img {
  width: 80%;
  margin: 0 auto;
  max-width: 400px;
}

.profile_s .pro_detail {
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 25px 0 40px 0;
}

@media screen and (max-width: 767px) {
  .profile_s .pro_detail {
    padding: 15px 0 20px 0;
  }
}

.profile_s .schedule {
  background-color: #f6f6f6;
  padding: 25px 0;
}

@media screen and (max-width: 767px) {
  .profile_s .schedule {
    padding-bottom: 0;
  }
}

.profile_s .schedule .l-wrap_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: just#ify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .profile_s .schedule .l-wrap_1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.profile_s .schedule_ttl {
  font-size: 2.8rem;
  color: #fff;
  height: 200px;
  width: 200px;
  background-color: #444444;
  line-height: 1.5;
  text-align: center;
  font-weight: 500;
  line-height: 190px;
}

@media screen and (max-width: 767px) {
  .profile_s .schedule_ttl {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    font-size: 2rem;
    line-height: 1.5;
    padding: 30px 0;
  }
}

.profile_s .schedule_ttl span {
  font-size: 2rem;
  text-align: center;
  display: block;
}

@media screen and (max-width: 767px) {
  .profile_s .schedule_ttl span {
    font-size: 1.6rem;
  }
}

.profile_s .schedule_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: auto;
}

@media screen and (max-width: 767px) {
  .profile_s .schedule_detail {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.profile_s .schedule_detail .time {
  min-width: 70px;
  border: 4px solid #444;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  font-size: 1.5rem;
  margin-right: 30px;
  max-height: 200px;
}

@media screen and (max-width: 767px) {
  .profile_s .schedule_detail .time {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    padding-bottom: 5px;
    max-height: auto;
  }
}

.profile_s .schedule_detail .time:after {
  content: '';
  position: absolute;
  background-image: url("/osirase/1504/hokenshi_html/assets/img/arrow_down.png");
  width: 26px;
  height: 17px;
  background-size: 100%;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  top: calc(50% - 13px);
  right: -34px;
}

@media screen and (max-width: 767px) {
  .profile_s .schedule_detail .time:after {
    -webkit-transform: none;
            transform: none;
    top: inherit;
    bottom: -28px;
    right: calc(50% - 11px);
  }
}

.profile_s .schedule_detail .time:last-child {
  margin-right: 0;
}

.profile_s .schedule_detail .time:last-child:after {
  display: none;
}

.profile_s .schedule_detail .time span {
  display: block;
  margin: 8px auto;
  text-align: center;
}

.profile_s .schedule_detail .time p {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin: 0 auto;
  line-height: 1.5;
  padding: 0 8px;
  display: block;
/*  width: 100%;
  box-sizing: border-box;*/
}

@media screen and (max-width: 767px) {
  .profile_s .schedule_detail .time p {
    text-align: center;
    -webkit-writing-mode: horizontal-tb;-ms-writing-mode: lr-tb;writing-mode: horizontal-tb;
  }
}
.profile_s .schedule_detail .time p span{
    display: initial;
    margin: 0;
}
.profile_2 {
  padding-top: 90px;
}

@media screen and (max-width: 767px) {
  .profile_2 {
    padding-top: 20px;
  }
}

.profile_2 .wrap_profile {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .profile_2 .wrap_profile {
    margin-bottom: 25px;
  }
}

.profile_2 .wrap_profile .profile_left {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media screen and (max-width: 767px) {
  .profile_2 .wrap_profile .profile_left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.profile_2 .wrap_profile .profile_right {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-left: 0;
  padding-top: 72px;
  margin-right: 50px;
}

@media screen and (max-width: 767px) {
  .profile_2 .wrap_profile .profile_right {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0;
    margin: 0 auto;
    width: 92%;
  }
}

.profile_2 .wrap_profile .profile_right .detail {
  text-align: left;
}

.profile_2 .text_bg_yl {
  left: 0;
  padding-left: 30px;
  padding-right: 90px;
}

@media screen and (max-width: 767px) {
  .profile_2 .text_bg_yl {
    padding: 10px 15px;
  }
}

.profile_2 .schedule_ttl {
  padding-top: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .profile_2 .schedule_ttl {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.profile_3 {
  padding-top: 90px;
}

@media screen and (max-width: 767px) {
  .profile_3 {
    padding-top: 20px;
  }
}

.profile_3 .wrap_profile {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .profile_3 .wrap_profile {
    margin-bottom: 25px;
  }
}

.profile_3 .profile_right {
  padding-top: 70px;
}

@media screen and (max-width: 767px) {
  .profile_3 .profile_right {
    padding-top: 0;
  }
}

.profile_3 .profile_right .detail {
  text-align: left;
}

.profile_3 .schedule_ttl {
  padding-top: 55px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .profile_3 .schedule_ttl {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.profile_more {
  padding-top: 90px;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .profile_more {
    padding-top: 30px;
  }
}

.profile_more .profile_more_wrap {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.profile_more .profile_more_wrap .img {
  width: 400px;
}

@media screen and (max-width: 767px) {
  .profile_more .profile_more_wrap .img {
    margin: 0 auto;
    margin-bottom: 20px;
    width: 100%;
    max-width: 400px;
  }
}

.profile_more .profile_more_wrap .img img {
  width: 100%;
}

.profile_more .profile_more_wrap .text {
  width: 575px;
}

@media screen and (max-width: 767px) {
  .profile_more .profile_more_wrap .text {
    width: 100%;
  }
}

.profile_more p.answer {
  font-size: 1.8rem;
  line-height: 2;
  padding: 15px 20px 0 20px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .profile_more p.answer {
    font-size: 1.6rem;
    padding: 10px 0;
  }
}

.profile_more .question {
  background-color: #ffff66;
  line-height: 1.5;
  width: 100%;
  font-size: 2rem;
  padding: 20px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .profile_more .question {
    font-size: 1.8rem;
    padding: 10px 15px;
    line-height: 1.5;
  }
}

.profile_more .mt60 {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .profile_more .mt60 {
    margin-top: 15px;
  }
}

.profile_more .mt110 {
  margin-top: 110px;
}

@media screen and (max-width: 767px) {
  .profile_more .mt110 {
    margin-top: 40px;
  }
}

.recruit_section {
  padding-top: 95px;
}

@media screen and (max-width: 767px) {
  .recruit_section {
    padding-top: 60px;
  }
}

.recruit_section .tu_ttl_03 {
  font-size: 2rem;
  margin: 20px 0 20px 0;
}

@media screen and (max-width: 767px) {
  .recruit_section .tu_ttl_03 {
    font-size: 1.6rem;
  }
}

.recruit_section ul.col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.recruit_section ul.col3 li {
  width: 100%;
}

.recruit_section ul.col3 li:first-child ul {
  border-bottom: none;
}

.recruit_section ul.col3 li:first-child ul li {
  background-color: #e3e3e3;
}

.recruit_section ul.col3 li ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #6b6b6b;
}

.recruit_section ul.col3 li ul li {
  padding: 15px 8px;
  font-size: 1.6rem;
  border-right: 1px solid #6b6b6b;
  line-height: 1.5;
}

.recruit_section ul.col3 li ul li:first-child {
  width: 140px;
}

@media screen and (max-width: 767px) {
  .recruit_section ul.col3 li ul li:first-child {
    width: 20%;
  }
}

.recruit_section ul.col3 li ul li:nth-child(2) {
  width: 550px;
}

@media screen and (max-width: 767px) {
  .recruit_section ul.col3 li ul li:nth-child(2) {
    width: 50%;
  }
}

.recruit_section ul.col3 li ul li:nth-child(3) {
  width: 310px;
  border-right: none;
}

@media screen and (max-width: 767px) {
  .recruit_section ul.col3 li ul li:nth-child(3) {
    width: 30%;
  }
}

.recruit_section ul.col2 {
  margin-top: 30px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .recruit_section ul.col2 {
    margin-top: 20px;
  }
}

.recruit_section ul.col2 li ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border: 1px solid #6b6b6b;
}

.recruit_section ul.col2 li ul:last-child {
  border-bottom: none;
}

.recruit_section ul.col2 li ul li {
  padding: 15px 8px;
  font-size: 1.6rem;
  line-height: 1.5;
}

.recruit_section ul.col2 li ul li span.txt20 {
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .recruit_section ul.col2 li ul li span.txt20 {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .recruit_section ul.col2 li ul li {
    padding: 10px 6px;
  }
}

.recruit_section ul.col2 li ul li:first-child {
  width: 144px;
  background-color: #e3e3e3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .recruit_section ul.col2 li ul li:first-child {
    width: 20%;
  }
}

.recruit_section ul.col2 li ul li:nth-child(2) {
  width: calc(100% - 144px);
}

@media screen and (max-width: 767px) {
  .recruit_section ul.col2 li ul li:nth-child(2) {
    width: 80%;
  }
}

.recruit_section ul.col2 li ul li:nth-child(2) span.under_line {
  color: #0f2fa4;
  text-decoration: underline;
}

.recruit_section ul.col2 li:last-child ul {
  border-bottom: 1px solid #6b6b6b;
}

.recruit_section .tu_table {
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 15px 35px 0 35px;
}

@media screen and (max-width: 767px) {
  .recruit_section .tu_table {
    font-size: 1.4rem;
    padding: 15px 0 0 0;
  }
}

.recruit_section .remark {
  font-size: 1.6rem;
  color: #d72626;
  font-weight:bold;
  line-height: 1.5;
  padding: 15px 0 0 50px;
}

@media screen and (max-width: 767px) {
  .recruit_section .remark {
    font-size: 1.4rem;
    padding: 15px 0 0 0;
  }
}

.recruit_section .site_recruit {
  width: 100%;
  margin-top: 30px;
}

.recruit_section .site_recruit img {
  width: 100%;
}

.recruit_section .l-wrap_02 {
  width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .recruit_section .l-wrap_02 {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 30px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.recruit_section .l-wrap_02 .text {
  font-size: 1.5rem;
  line-height: 1.8;
  width: 100%;
}

.recruit_section .l-wrap_02 .text span {
  color: #0f2fa4;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .recruit_section .l-wrap_02 .img {
    width: 80%;
    max-width: 400px;
    text-align: center;
  }
  .recruit_section .l-wrap_02 .img img {
    width: 100%;
  }
}

.recruit_section .l-wrap_02 .btn_zoom {
  background-color: #ffff66;
  max-width: 330px;
  margin: 0 auto;
  margin-top: 20px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .recruit_section .l-wrap_02 .btn_zoom {
    display: none;
  }
}

.recruit_section .col4 li ul li:first-child {
  width: 142px !important;
}

@media screen and (max-width: 767px) {
  .recruit_section .col4 li ul li:first-child {
    width: 20% !important;
  }
}

.recruit_section .col4 li ul li:nth-child(2) {
  width: 70px !important;
}

@media screen and (max-width: 767px) {
  .recruit_section .col4 li ul li:nth-child(2) {
    width: 20% !important;
  }
}

.recruit_section .col4 li ul li:nth-child(3) {
  width: 165px !important;
  border-right: 1px solid #6b6b6b !important;
}

@media screen and (max-width: 767px) {
  .recruit_section .col4 li ul li:nth-child(3) {
    width: 20% !important;
  }
}

.recruit_section .col4 li ul li:nth-child(4) {
  width: calc(100% - 377px) !important;
  border-right: none;
}

@media screen and (max-width: 767px) {
  .recruit_section .col4 li ul li:nth-child(4) {
    width: 40% !important;
  }
}

.recruit_section .ttl_05 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .recruit_section .ttl_05 {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}

.recruit_section .mt25 {
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .recruit_section .mt25 {
    margin-top: 15px;
  }
}

.recruit_section .mt35 {
  margin-top: 35px;
}

.recruit_section .txt15 {
  font-size: 1.5rem;
  line-height: 1.5;
}

.recruit_section .txt15 a {
  color: #0f2fa4;
}

.recruit_section .lh2 {
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .recruit_section .lh2 {
    line-height: 1.6;
  }
}

.recruit_section .pl45 {
  padding-left: 45px;
}

@media screen and (max-width: 767px) {
  .recruit_section .pl45 {
    padding-left: 0;
  }
}

.recruit_section .wrap_link_recruit {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .recruit_section .wrap_link_recruit {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.recruit_section .wrap_link_recruit a {
  width: 322px;
  padding: 0;
  margin-right: 17px;
  text-decoration: none;
  font-size: 2rem;
  color: #181818;
  margin-top: 10px;
  border: 1px solid #0a0205;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

@media screen and (max-width: 767px) {
  .recruit_section .wrap_link_recruit a {
    width: 46%;
    margin: 6px 2%;
    font-size: 1.5rem;
  }
}

.recruit_section .wrap_link_recruit a:hover {
    -webkit-box-shadow: 0px 0px 0px 8px #000 inset;
    box-shadow: 0px 0px 0px 8px #000 inset;
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
}
.recruit_section .wrap_link_recruit a:hover span{
	border-bottom: 8px solid #000000;
	-webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}
.recruit_section .wrap_link_recruit a:nth-child(3n) {
  margin-right: 0;

}

@media screen and (max-width: 767px) {
  .recruit_section .wrap_link_recruit a:nth-child(3n) {
    margin-right: 2%;
  }
  .recruit_section .wrap_link_recruit a:hover {
    -webkit-box-shadow: 0px 0px 0px 4px #000 inset;
    box-shadow: 0px 0px 0px 4px #000 inset;
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
	}
	.recruit_section .wrap_link_recruit a:hover span{
		border-bottom: 4px solid #000000;
	}
}

.recruit_section .wrap_link_recruit a span {
  display: block;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  padding-bottom: 26px;
  padding-top: 36px;
  border-bottom: 8px solid #ffff66;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
  position: relative;
      display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
}

@media screen and (max-width: 767px) {
  .recruit_section .wrap_link_recruit a span {
    border-bottom: 4px solid #ffff66;
    padding-top: 21px;
    padding-bottom: 15px;
    padding-right: 32px;
  }
}

.recruit_section .wrap_link_recruit a.pdf span:after {
  content: "";
  width: 27px;
  height: 38px;
  background-image: url(/osirase/1504/hokenshi_html/assets/img/news_list3.svg);
  background-size: 100% 100%;
  position: absolute;
  right: 19px;
  top: calc(50% - 19px);
}

@media screen and (max-width: 767px) {
  .recruit_section .wrap_link_recruit a.pdf span:after {
    height: 32px;
    width: 24px;
    top: calc(50% - 16px);
    right: 8px;
  }
}

.recruit_section .wrap_link_recruit a.word span:after {
  content: "";
  width: 28px;
  height: 38px;
  background-image: url("/osirase/1504/hokenshi_html/assets/img/word_icon.png");
  background-size: 100% 100%;
  position: absolute;
  right: 19px;
  top: calc(50% - 19px);
}

@media screen and (max-width: 767px) {
  .recruit_section .wrap_link_recruit a.word span:after {
    height: 32px;
    width: 24px;
    top: calc(50% - 16px);
    right: 8px;
  }
}

.recruit_section .wrap_link_recruit a.excel span:after {
  content: "";
  width: 28px;
  height: 28px;
  background-image: url("/osirase/1504/hokenshi_html/assets/img/excel_icon.png");
  background-size: 100% 100%;
  position: absolute;
  right: 19px;
  top: calc(50% - 12px);
}

@media screen and (max-width: 767px) {
  .recruit_section .wrap_link_recruit a.excel span:after {
    right: 8px;
    width: 24px;
    height: 24px;
    top: calc(50% - 12px);
  }
}

.btn_link {
  background-color: #ffff66;
  cursor: pointer;
}

.btn_recruit {
  margin-top: 40px;
  margin-bottom: 60px;
}

.l_wrap_pdf {
  width: 800px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .l_wrap_pdf {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin-top: 25px;
  }
}

.l_wrap_pdf .img {
  width: 238px;
}

@media screen and (max-width: 767px) {
  .l_wrap_pdf .img {
    margin: 0 auto;
  }
}

.l_wrap_pdf .img img {
  width: 100%;
}

.l_wrap_pdf .text {
  width: 525px;
  font-size: 1.5rem;
  padding-top: 35px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .l_wrap_pdf .text {
    width: 100%;
    padding-top: 20px;
  }
}

.l_wrap_pdf .text .btn_pdf {
  background-color: #ffff66;
  margin: 20px 0;
}

@media screen and (max-width: 767px) {
  .l_wrap_pdf .text .btn_pdf {
    margin: 20px auto;
  }
}

.recruit_bgyl {
  background-color: #fffff1;
  margin-top: 100px;
  padding: 10px 0 75px 0;
}

@media screen and (max-width: 767px) {
  .recruit_bgyl {
    margin-top: 40px;
    padding: 5px 0 30px 0;
  }
}

.ttl_06 {
  font-size: 3rem;
    font-weight: bold;
    margin: 50px 0 10px 0;
}

.map_intro {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-align: start;
	-ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: 50px;
}

.map_info {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}

.map_box {
  width: 100%;
  text-align: center;
}

.info_box {
  position: relative;
}

.info_box_detail {
  position: absolute;
  width: 300px;
  top: 40px;
  left: 40px;
}

.info_box_detail .btn_link {
  width: 300px;
  height: 70px;
  margin-top: 20px;
}

.info_box_detail .btn_link span {
  height: 70px;
  line-height: 70px;
  font-size: 1.4rem;
}

.info_box_detail .btn_link span:after {
  width: 40px;
  height: 12px;
}

.info_box_detail p {
  font-size: 3rem;
    font-weight: bold;
}

.snap {
  padding-top: 100px;
}

@media screen and (max-width: 767px) {
  .map_box img, .map_info img {
    max-width: 100%;
    height: auto;
  }
  .map_intro img {
    width: 20%;
    max-width: 100%;
    height: auto;
    margin: auto;
  }
  .map_intro, .map_info {
    margin-top: 10px;
    align-items: center;
  }
  .ttl_06 {
    font-size: 1.4rem;
    margin: 10px 0;
  }
  .info_box_detail {
    width: 60%;
    top: 35px;
    left: 20px;
  }
  .info_box_detail p {
    font-size: 1.4rem;
  }
  .info_box_detail .btn_link {
    width: 100%;
    height: 50px;
    margin-top: 10px;
  }
  .info_box_detail .btn_link span {
    height: 50px;
    line-height: 50px;
    font-size: 1.2rem;
  }
  .info_box_detail .btn_link span:after {
    width: 20px;
    height: 6px;
  }
  .snap {
    padding-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .map_sp {
    width: 100%;
    margin-top: 20px;
  }

  .map_sp p {
    font-size: 2rem;
    text-align: center;
    color: #f39900;
  }

  .kanagawa_list {
    width: 100%;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
  }

  .kanagawa_name {
    width: 20%;
  }

  .kanagawa_tanto {
    width: 50%;
  }

  .kanagawa_number {
    width: 30%;
  }

  .kanagawa_list_head {
    color: #FFF;
    background: #f39900;
    padding: 5px 10px;
    box-sizing: border-box;
    text-align: center;
  }

  .kanagawa_tanto .kanagawa_list_head {
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
  }

  .kanagawa_list li {
    height: 60px;
    display: flex;
    align-items: center;
  }

  .kanagawa_list li:nth-child(even) {
    background: #fffce0;
  }

  .kanagawa_list li a {
    padding-left: 5px;
  }


}

.header_margin {
  padding-top: 90px;
  margin-top: -60px;
}

@media screen and (max-width: 767px) {
  .header_margin {
    padding-top: 60px;
    margin-top: -35px;
  }
}