/*
Theme Name: miyoshi_theme
Author: Tada
License: Tada
*/

/* ------------------------------------------------------------------
reset
------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
input, textarea{
  margin: 0;
  padding: 0;
}
ol, ul{
    list-style: none;
}
caption, th{
    text-align: left;
}
/* clearfix */
.cf {
  zoom: 1;
}
.cf:before, .cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
html,body {
  width: 100%;
  font-size: 14px;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    cursor: pointer;
    -webkit-appearance: button;
    *overflow: visible;
}
input[type="text"], textarea, input[type="submit"]{
  -webkit-appearance: none;
}
body {
	background: #fff;
}
a {
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
img {
  height: auto;
  vertical-align: bottom;
  max-width: 100%;
  width: auto;
}
a:hover {
  opacity: 0.8;
}

/* ------------------------------------------------------------------
320px 〜 1023px
------------------------------------------------------------------*/
@media screen and (min-width:320px) {

  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .inner {
    padding: 0 4%;
  }
	.bl_in {
		padding-bottom: 10%;
	}
	#wrapper {
		padding-top: 70px;
	}
  #header_pc {
    display: none;
  }
  #header_sp {
    border-bottom: solid 1px #f2f2f2;
    padding: 8px 0;
    border-bottom: solid 3px #093C87;
  }
  #header_sp .logo {
    line-height: 0;
    max-width: 125px;
    margin: 0 0 0 2%;
  }
  #header_sp .logo img {
    width: 100%;
  }
  #gnav {
    border-bottom: solid 3px #093C87;
  }

  /* nav */
  #gnav .menu-container {
    background: #fff;
  }
  .menu-container {
    position: relative;
  }
  .logo_sp {
    background: #fff;
    max-width: 132px;
    position: absolute;
    top: 15px;
    left: 10px;
    z-index: 9999;
  }
	.slicknav-flex .slicknav_brand {
		max-width: 165px;
		padding: 5px 12px 2px;
	}
	.slicknav_menu .slicknav_btn {
		margin-top: 8px;
	}

  /* kv */
  .kv_pc {
    display: none;
  }
  .kv_sp {
    height: auto;
  }
  #kv {
    border-bottom: solid 3px #093C87;
	  padding-top: 70px;
  }
  #wrapper .slick-prev,.slick-next {
    display: none!important;
  }
	#kv img {
		line-height: 0;
	}

  /* top_ttl */
  .top_ttl {
    text-align: center;
    font-weight: bold;
    padding: 5% 0 2%;
  }
  .top_ttl span {
    font-weight: bold;
    font-size: 1.2rem;
    color: #00458D;
  }
  .top_bl1 .bl_subttl {
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    color: #00458D;
  }
  .top_bl1 .bl_subttl span {
    font-weight: bold;
    border-bottom: solid 1px #00458D;
  }

    /* bl_img */
  .bl_img {
    margin: 5% 0;
    border-bottom: dashed 2px #00458D;
  }

  .top_bl1 {
    overflow: hidden;
  }
  .top_bl1 dt span {
    color: #00458D;
    font-size: 1.2rem;
  }
  .top_bl1 dd {
    margin-top: 2%;
  }
   .top_bl1 dd span {
      color: #00458C;
      display: inline-block;
   }
  .top_bl_txt {
    margin: 5% 0;
  }
  .top_bl_txt span {
    font-size: 1.2rem;
    color: #00458D;
  }
  .top_bl1 .btn {
    float: right;
    max-width: 160px;
    margin-bottom: 10%;
  }

  /* top_news */
  .news_area {
    border: solid 1px #DEE0E2;
  }
  .news_area h2 {
    background: #EEF0F2;
    color: #00458D;
    font-weight: bold;
    font-size: 1.2rem;
    padding: 4%;
    border-bottom: solid 5px #DEE0E2;
  }
  .news_list table {
    box-sizing: border-box;
    border-collapse: collapse;
    width: 100%;
  }
  .news_list table th {
    width: 44%;
    padding: 2% 4%;
    font-size: .9rem;
    text-align: left;
    letter-spacing: 1.5px;
  }
  .news_list table td {
    border-left: solid 1px #e8e8e8;
    padding: 2% 4%;
    vertical-align: middle;
    font-size: .9rem;
    text-align: left;
    background: #fff;
    letter-spacing: 1.5px;
  }
  .news_list table span {
    font-size: 0.8rem;
    color: #666;
  }
  .news_list table td .tag_new {
    background: #E6273A;
    color: #fff;
    padding: 3px 5px;
  }
  .news_list table td .tag_award {
    background: #EB9124;
    color: #fff;
    padding: 3px 5px;
  }
  .news_list table td .tag_publish {
    background: #3FB698;
    color: #fff;
    padding: 3px 5px;
  }
  .news_list table td a:link {
    color: #333;
    text-decoration: none;
  }
  .news_list table td a:visited {
    color: #333;
    text-decoration: none;
  }
  .news_list table td a:hover {
    color: #333;
    text-decoration: underline;
  }
  .news_btn {
    max-width: 80%;
    margin: 0 auto 10%;
  }
  .news_btn ul li {
    margin-top: 5%;
  }

  /* top_bnr */
  .top_bnr {
    margin: 10% auto;
    max-width: 90%;
  }
  .top_bnr ul li {
    margin-top: 5%;
  }
  .bnr_blog {
    margin-top: 8%;
  }
	.bnr_profile {
		margin-top: 5%;
	}

  /* s_info */
  .s_info {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
  .s_1 {
    border-top: solid 1px #00458C;
    border-bottom: solid 1px #00458C;
    padding: 8% 0;
  }
  .s_info h3 {
    font-size: 1.3rem;
    color: #00458C;
    font-weight: bold;
  }
  .s_info ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
  }
  .s_info ul li {
    background: #87a2c3;
    color: #fff;
    width: 49%;
    padding: 2%;
    border-radius: 5px;
    font-size: 1rem;
    text-align: center;
    margin-top: 2%;
  }
  .s_1_r a {
    display: block;
    padding: 3% 0;
    text-align: center;
    margin-top: 5%;
  }
  .s_1_r a:link {
    background: #00458C;
    color: #fff;
    text-decoration: none;
  }
  .s_1_r a:visited {
    background: #00458C;
    color: #fff;
    text-decoration: none;
  }
  .s_2 {
    border-bottom: solid 1px #00458C;
    padding: 8% 0;
  }
  .s_2_r a {
    display: block;
    padding: 3% 0;
    text-align: center;
    margin-top: 5%;
  }
  .s_2_r a:link {
    background: #00458C;
    color: #fff;
    text-decoration: none;
  }
  .s_2_r a:visited {
    background: #00458C;
    color: #fff;
    text-decoration: none;
  }
  .s_3 {
    border-bottom: solid 1px #00458C;
    padding: 8% 0;
  }
  .s_3 .tel {
    margin-top: 5%;
    color: #00458C;
    font-size: .9rem;
    text-align: center;
  }
  .s_3 .tel .num {
    font-size: 2.4rem;
  }
  .s_3 .fa-phone {
    font-size: 2rem;
    margin-right: 5px;
  }
  .s_3 .tel a:link {
    color: #00458C;
    text-decoration: none;
  }
  .s_3 .tel a:visited {
    color: #00458C;
    text-decoration: none;
  }
  .s_3 .tel a:hover {
    color: #00458C;
    text-decoration: none;
  }
  .s_3 .tel span {
    color: #232323;
  }

  /* footer */
  #footer {
    margin-top: 10%;
    padding-bottom: 10%;
    border-bottom: solid 3px #093C87;
  }
  footer {
    padding: 0 4%;
  }
  #page_bottom {
    /* border-bottom: solid 3px #093C87; */
  }
  #article_bottom {
    /* border-bottom: solid 3px #093C87; */
	  margin-top: 10%;
  }
  .foot_ttl {
    color: #00458C;
    font-weight: bold;
    margin-bottom: 5%;
  }
  .foot_calender {
    margin-top: 8%;
  }
  .foot_bnr {
    margin-top: 8%;
  }
  .foot_bnr ul li {
    margin-top: 5%;
  }
  .copy {
    color: #656464;
    padding: 8px 0;
    font-size: .8rem;
    overflow: hidden;
  }
  .copy small {
    display: inline-block;
    margin-top: 5px;
  }
  .copy .foot_home {
    max-width: 30px;
    float: right;
  }
  #page_top {
    position: fixed;
    max-width: 40px;
    right: 0;
    bottom: 10%;
  }

  /* underlayer */
  .pan {
    margin-left:0;
    padding-left:0;
    background: #f2f2f2;
    padding: 1% 0;
  }
  .pan li {
    display:inline;/*横に並ぶように*/
    list-style: none;
    font-size: .9rem;
    color: #808080;
  }
  .pan li:after {
    /* >を表示*/
    content: '>';
    padding: 0 4px 0 8px;
    color: #555;
    font-size: 1.1rem;
  }
  .pan li:last-child:after {
    content: '';
  }
  .pan li a {
    text-decoration: none;
    color: #808080;
  }
  .pan li:first-child a:before {
    /*家アイコン*/
    font-family: FontAwesome;
    content: '\f015';
    font-weight: normal;
    font-size: 1em;
    margin-right: 3px;
  }
  .pan li a:hover {
    text-decoration: underline;
  }

  /* page_ttl */
  .page_ttl {
    background: #A1BCDA;
    color: #fff;
    margin: 8% 0;
    font-size: 1.6rem;
    border-left: solid 13px #00458D;
    padding: 2% 0 2% 4%;
    letter-spacing: 2px;
  }
  .page_ttl span {
    font-size: 1.4rem;
  }

  /* company */
  .com01 .btn {
    max-width: 300px;
    margin: 5% auto;
  }
  .com01 ul li {
    margin-top: 2%;
  }
  .com01 ul li span {
    margin-right: 1%;
  }
  .com02 {
    margin: 5% 0;
    border-top: dashed 2px #00458C;
    border-bottom: dashed 2px #00458C;
    padding: 5% 0;
  }
  .com02 ul li span {
    margin-right: 1%;
  }
  .com02 .btn {
    margin: 2% auto 0;
    max-width: 300px;
  }
  .com03 p {
    margin-bottom: 2%;
  }
  .com03 p span {
    margin-right: 1%;
  }
  .gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  }
  .gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  }

  /* history */
  .history table {
    box-sizing: border-box;
    border-collapse: collapse;
    width: 100%;
  }
  .history table th {
    width: 24%;
    padding: 3% 4%;
    font-size: .9rem;
    text-align: left;
    letter-spacing: 1.5px;
  }
  .history table td {
    padding: 3% 4%;
    vertical-align: middle;
    font-size: .9rem;
    text-align: left;
    background: #fff;
    letter-spacing: 1.5px;
  }

  /* policy */
  .policy_img {
    max-width: 64px;
    margin: 10% auto;
  }
  .policy dl dt {
    margin-top: 5%;
  }
  .policy_bottom {
    margin-top: 16%;
  }
  .policy_bottom p {
    font-weight: bold;
  }
  .policy_bottom p span {
    font-weight: bold;
    color: #00458D;
  }
  .policy_bottom .pb_2 {
    margin-top: 5%;
  }

  /* about */
  .about_img {
    max-width: 222px;
    margin: 10% auto 0;
  }
  .about h2 {
    font-weight: bold;
    text-align: center;
    color: #00458C;
    font-size: 1.4rem;
    margin-top: 8%;
  }
  .about h3 {
    color: #00458C;
    text-align: center;
    margin-top: 3%;
  }
  .about02 dt {
    margin-top: 8%;
    color: #5D76B8;
    font-weight: bold;
    font-size: 1.1rem
  }
  .about02 dd {
    margin-top: 5%;
  }
  .about02 span {
    font-weight: bold;
    color: #00458C;
  }
  .about02 {
    overflow: hidden;
  }
  .about02 p {
    float: right;
    margin-top: 5%;
  }
  .about03 p {
    margin: 10% 0;
  }
  .about03 ol li {
    margin-top: 2%;
  }
  .about03 .list1 li span {
    font-weight: bold;
    color: #5D76B8;
  }
  .about03 .list2 li {
    padding-left: 8%;
  }
  .about04 .pdf {
    max-width: 160px;
    margin: 8% auto 0;
  }
  .about04 p {
    font-size: .8rem;
    text-align: center;
    margin-top: 1%;
    font-size: .8rem;
  }
  .about04 .em {
    color: #5D76B8;
    font-weight: bold;
    font-size: 1.3rem;
    line-height: 1;
    margin-top: 2%;
  }
  .about04 .em span {
    font-weight: bold;
    font-size: .9rem;
    color: #00458C;
  }

  /* strength */
  .strength_ttl {
    font-size: 1.6rem;
    text-align: center;
    color: #00458D;
    margin: 10% 0;
    border-bottom: solid 1px #00458D;
  }
  .img_ttl {
    max-width: 70%;
    margin: 0 auto 10%;
  }
  .strength dt {
    font-size: 1.1rem;
    font-weight: bold;
    color: #00458D;
  }
  .strength dt span {
    display: inline-block;
    max-width: 40px;
    margin-right: 3%;
  }
  .strength dd {
    margin: 5% 0 10%;
  }
  .strength .st_txt {
    margin: 5% 0 5%;
  }
  .strength .btn {
    display: block;
    max-width: 250px;
    margin: 5% auto 10%;
  }

  /* environment */
  .environment_ttl {
    max-width: 200px;
    margin: 10% auto;
  }

  /* interview */
	.interview {
		margin-bottom: 10%;
	}
  .interview .name {
    font-size: 1.2rem;
    font-weight: bold;
    border-left: solid 16px #00458D;
    padding-left: 3%;
    margin-bottom: 5%;
  }
  .interview dt {
    margin-top: 5%;
    color: #666;
  }
  .interview dd {
    margin-top: 3%;
  }
  .interview dd span {
    font-weight: bold;
  }
	.interview .dd_img {
		display: inline-block;
		margin: 5% 0;
	}
	.interview dd a:link {
		color: #1B95D4;
		text-decoration: none;
	}
	.interview dd a:visited {
		color: #1B95D4;
		text-decoration: none;
	}
	.interview dd a:hover {
		color: #1B95D4;
		text-decoration: underline;
	}
  .i_txt p {
    color: #666;
    margin: 8% 0;
  }
  .i_bottom {
    margin-bottom: 8%;
    color: #666;
  }
  .i_bottom a:link {
    color: #093C87;
  }
  .i_bottom a:visited {
    color: #093C87;
  }
  .i_bottom a:hover {
    color: #093C87;
    text-decoration: none;
  }

  /* fixed_post */
  .fixed_post {
    border: solid 1px #ccc;
    padding: 0 4% 4%;
  }
  .fixed_post .new {
    background: #E6273A;
    color: #fff;
    font-weight: bold;
    width: 20%;
    text-align: center;
    padding: 10% 2% 1%;
  }
  .fixed_img {
    margin-top: 5%;
  }
  .fixed_txt h2 {
    color: #00458D;
    font-weight: bold;
    font-size: 1.2rem;
    margin: 5% 0;
  }
  .fixed_txt h2 a {
    color: #00458D;
    font-weight: bold;
    text-decoration: none;
  }
  .fixed_txt p {
    margin-bottom: 3%;
  }
  .fixed_post_bottom {
    overflow: hidden;
    margin-top: 10%;
  }
  .fixed_post_bottom .date {
    float: left;
    font-size: 0.8rem;
  }
  .fixed_post_bottom .cat {
    float: right;
    font-size: 0.8rem;
  }
  .fixed_post_bottom .cat a:link {
    color: #1B95D4;
    text-decoration: none;
  }
  .fixed_post_bottom .cat a:visited {
    color: #1B95D4;
    text-decoration: none;
  }
  .fixed_post_bottom .cat a:hover {
    color: #1B95D4;
    text-decoration: underline;
    opacity: 1;
  }
  .post_list {
    margin: 10% 0 8%;
    border: solid 1px #ccc;
  }
  .post_list ul li {
    padding: 3%;
    border-bottom: solid 1px #ccc;
  }
  .post_list ul li a:link {
    color: #1B95D4;
    text-decoration: none;
  }
  .post_list ul li a:visited {
    color: #1B95D4;
    text-decoration: none;
  }
  .post_list ul li a:hover {
    color: #1B95D4;
    text-decoration: underline;
    opacity: 1;
  }
  .post_list .tag {
    text-align: center;
    width: 50px;
  }
  .post_list .tag_new {
    background: #E6273A;
    color: #fff;
    padding: 1px 5px;
    display: inline-block;
    margin-right: 5px;
    font-size: 0.9rem;
  }
  .post_list .tag_award {
    background: #EB9124;
    color: #fff;
    padding: 1px 10px;
    display: inline-block;
    margin-right: 5px;
    font-size: 0.9rem;
  }
  .post_list .tag_publish {
    background: #3FB698;
    color: #fff;
    padding: 1px 10px;
    display: inline-block;
    margin-right: 5px;
    font-size: 0.9rem;
  }
  .list_bottom {
    margin-top: 10%;
  }
  .list_bottom ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
  }
  .list_bottom ul li {
    text-align: center;
    width: 33%;
    border: solid 1px #ccc;
  }
  .list_bottom ul li a {
    display: block;
    padding: 10% 0;
  }
  .list_bottom ul li a:link {
    color: #00458D;
    text-decoration: none;
  }
  .list_bottom ul li a:visited {
    color: #00458D;
    text-decoration: none;
  }
  .list_bottom ul li a:hover {
    color: #00458D;
    text-decoration: none;
  }
  .list_bottom .lb_1 {
    border-bottom: solid 5px #E6273A;
  }
  .list_bottom .lb_2 {
    border-bottom: solid 5px #3FB698;
  }
  .list_bottom .lb_3 {
    border-bottom: solid 5px #EB9124;
  }

  /* blog */
  .main_top {
    margin: 10% 0 5%;
  }
  .blog_ttl {
    font-size: 1.4rem;
    color: #093C87;
    font-weight: bold;
  }
  .ttl_bottom {
    overflow: hidden;
    margin-top: 2%;
  }
  .ttl_bottom .date {
    float: left;
    font-size: .9rem;
  }
  .ttl_bottom .cat {
    float: right;
    font-size: .9rem;
  }
  .ttl_bottom .cat a:link {
    color: #1B95D4;
    text-decoration: none;
  }
  .ttl_bottom .cat a:visited {
    color: #1B95D4;
    text-decoration: none;
  }
  .ttl_bottom .cat a:hover {
    color: #1B95D4;
    text-decoration: underline;
  }
  .blog_txt {
    margin: 5% 0 8%;
  }
  .blog_txt p {
    margin-bottom: 3%;
  }

  /* side */
  .side {
    margin-top: 10%;
  }
  .side_ttl {
    font-size: 1.2rem;
    font-weight: bold;
    border-bottom: solid 1px #ccc;
    padding-bottom: 2%;
  }
  .side ul li {
    border-bottom: dotted 1px #ccc;
  }
  .side ul li a {
    display: block;
    padding: 3% 2%;
  }
  .side ul li a:link {
    color: #444;
    text-decoration: none;
  }
  .side ul li a:visited {
    color: #444;
    text-decoration: none;
  }
  .side ul li a:hover {
    color: #444;
    background: #f2f2f2;
  }

  .side_bottom {
    margin-top: 10%;
  }
  .side_bottom ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
  }
  .side_bottom ul li {
    text-align: center;
    width: 32%;
    border: solid 1px #ccc;
  }
  .side_bottom ul li a {
    display: block;
    padding: 10% 0;
  }
  .side_bottom ul li a:link {
    color: #00458D;
    text-decoration: none;
  }
  .side_bottom ul li a:visited {
    color: #00458D;
    text-decoration: none;
  }
  .side_bottom ul li a:hover {
    color: #00458D;
    text-decoration: none;
  }
  .side_bottom .lb_1 {
    border-bottom: solid 5px #E6273A;
  }
  .side_bottom .lb_2 {
    border-bottom: solid 5px #EB9124;
  }
  .side_bottom .lb_3 {
    border-bottom: solid 5px #3FB698;
  }

  /* requirements */
  .requirements dt {
    margin: 5% 0 1%;
    font-size: 1.1rem;
  }
  .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
  }
  .flex span {
    display: inline-block;
    width: 33%;
  }
  .requirements_img1 {
    max-width: 80%;
    margin: 10% auto;
  }

  /* contact */
  .contact h2 {
    color: #00458D;
    font-size: 1.1rem;
  }
  .contact p {
    margin-top: 2%;
  }
  .contact p span {
    font-weight: bold;
  }
  #contact dt {
    background: #88afc5;
    color: #00458D;
    font-size: 1.1rem;
    font-weight: bold;
    padding: 2%;
    border-radius: 5px;
    margin-bottom: 3%;
    text-align: center;
  }
  #contact dd {
    margin-bottom: 3%;
  }
  
  /* pager */
  .pager {
    text-align: center;
    margin-bottom: 5%;
  }
  .pager a:link,
  .pager a:visited {
    background: #00458C;
    color: #fff;
    border: solid 1px #00458C;
    display: inline-block;
    text-decoration: none;
    padding: 2%;
  }
  .pager a:hover {
    background: #fff;
    color: #00458C;
    border: solid 1px #00458C;
    text-decoration: none;
  }
  
  /* ----- .pagination ----- */
  .pagination {
    text-align: center;
    width: 100%;
    display: block
  }
  .pagination a {
    background: #f6f6f6;
    border: solid 1px #f6f6f6;
    color: #333;
    text-decoration: none;
  }
  .pagination a:hover {
    background: #fff;
    color: #00458C;
    border: solid 1px #00458C;
    text-decoration: none;
  }
  @media only screen and (max-width: 766px) {
    .pagination .page_inner {
      width: 100%;
      margin: 0 0 8%;
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      height: 46px
    }
    .pagination .page-of {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 2;
      -webkit-order: 2;
      order: 2;
      position: absolute;
      left: 37%;
      width: 26%;
      color: #fff;
      background: #00458C;
      height: 46px;
      line-height: 46px;
    }
    .pagination .m-prev {
      -webkit-box-ordinal-group: 0;
      -ms-flex-order: 0;
      -webkit-order: 0;
      order: 0;
      width: 15%;
      position: absolute;
      left: 0%
    }
    .pagination .pn-prev {
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 1;
      -webkit-order: 1;
      order: 1;
      width: 22%;
      position: absolute;
      left: 15%
    }
    .pagination .pn-next {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 3;
      -webkit-order: 3;
      order: 3;
      width: 22%;
      position: absolute;
      left: 63%
    }
    .pagination .m-next {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 4;
      -webkit-order: 4;
      order: 4;
      width: 15%;
      position: absolute;
      left: 85%
    }
    .pagination .current, .pagination .pn-numbers {
      display: none;
      background: #00458C;
    color: #fff;
    border: solid 1px #00458C;
    }
    .pagination a {
      line-height: 46px;
      height: 46px;
    }
}



  /* flow */
  .flow_top {
    text-align: center;
  }
  .flow_top p {
    font-size: 1.2rem;
  }
  .flow_top h2 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #00458C;
  }
  .flow_top h3 {
    margin-top: 2%;
    text-align: center;
  }
  .flow_chart {
    margin-top: 8%;
  }
  .flow_area {
    margin-top: 8%;
  }
  .flow_area dt {
    font-size: 1.2rem;
    font-weight: bold;
    color: #00458C;
    margin-top: 3%;
  }
  .flow_area dt span {
    font-weight: bold;
  }
  .flow_area dd {
    margin-top: 2%;
  }
  .flow_r_img {
    max-width: 80%;
    margin: 3% auto 0;
  }
  .flow_btn div {
    margin-top: 3%;
    max-width: 40%;
  }
  .flow_bottom {
    border-top: solid 1px #ccc;
    margin-top: 10%;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
  .flow_bottom h2 {
    font-size: 1.4rem;
    color: #00458C;
    font-weight: bold;
    border-bottom: solid 1px #00458C;
    padding-bottom: 1%;
    margin-bottom: 1%;
  }
  .flow_bottom h3 {
    font-size: 1.1rem;
    color: #00458C;
    font-weight: bold;
  }
  .flow_bottom ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flow_bottom ul li {
    background: #87a2c3;
    color: #fff;
    width: 49%;
    padding: 2%;
    border-radius: 5px;
    font-size: 1rem;
    text-align: center;
    margin-top: 2%;
  }
  .flow_bottom .s_2 {
    border: none;
  }
  .page_logo {
    max-width: 132px;
    margin: 5% auto 0;
  }

  /* simple_mold */
  .simple {
    margin-top: 10%;
  }
  .simple_mold h2 {
    display:flex;
    align-items:center;
    color: #00458C;
    font-weight: bold;
    font-size: 1.3rem;
  }
  .simple_mold h2:after {
    margin-left:5px;
    border-top:1px solid #231815;
    content:"";
    flex-grow:1;
  }
  .simple_mold p {
    color: #231815;
    margin-top: 5%;
  }
  .simple_mold .box {
    margin-top: 5%;
    border-radius: 10px;
    padding: 6%;
  }
  .simple_mold .box_l {
    background: #5687B3;
    color: #fff;
  }
  .simple_mold .box_r {
    background: #00458C;
    color: #fff;
  }
  .simple_mold h3 {
    margin-top: 5%;
  }
  .simple_mold .box dt {
    font-size: 1.6rem;
    text-align: center;
    border-bottom: solid 1px #fff;
    padding-bottom: 2%;
  }
  .simple_mold .box dd {
    margin-top: 5%;
  }
  .simple_mold .box dd span {
    font-size: .8rem;
  }
  .simple2 h3 {
    font-size: 1.3rem;
    font-weight: bold;
    color: #00458C;
    text-align: center;
  }
  .simple2 h3 span {
    font-size: .8rem;
    color: #231815;
    display: inline-block;
    line-height: 1.8;
    margin-top: 2%;
  }
  .simple3 ul {
    margin: 8% 0;
    color: #231815;
  }
  .simple3 p span {
    color: #00458C;
  }
  .simple5 div {
    border: solid 1px #231815;
    padding: 2%;
    margin-top: 5%;
  }

  /* dieset */
  .set h2 {
    display:flex;
    align-items:center;
    color: #00458C;
    font-weight: bold;
    font-size: 1.3rem;
  }
  .set h2:after {
    margin-left:5px;
    border-top:1px solid #231815;
    content:"";
    flex-grow:1;
  }
  .dieset_in_img {
    margin-top: 5%;
  }
  .set p {
    margin-top: 5%;
  }
  .dieset1_box {
    border: solid 1px #444;
    padding: 1% 4% 4%;
  }
  .dieset1_box ul li {
    margin-top: 4%;
    font-size: 1.2rem;
  }
  .dieset1_box ul li .box1 {
    color: #00458D;
    font-weight: bold;
  }
  .dieset1_box ul li .box2 {
    color: #78A1B2;
    font-weight: bold;
  }
  .dieset2 {
    margin-top: 10%;
  }
  .dieset2 h3 {
    margin-top: 5%;
    font-size: 1.1rem;
    font-weight: bold;
    color: #78A1B2;
  }
  .dieset2 h3 span {
    color: #00458D;
    font-weight: bold;
  }
  .dieset2 dl {
    font-size: 1.1rem;
  }
  .dieset2 dt {
    margin-top: 5%;
    color: #78A1B2;
    font-weight: bold;
  }
  .dieset2 dd {
    margin-top: 1%;
  }
  .dieset3 {
    margin-top: 10%;
  }
  .dieset3_img {
    margin-top: 5%;
  }

  /* molding */
  .mold h2 {
    display:flex;
    align-items:center;
    color: #00458C;
    font-weight: bold;
    font-size: 1.3rem;
  }
  .mold h2:after {
    margin-left:5px;
    border-top:1px solid #231815;
    content:"";
    flex-grow:1;
  }
  .mold p {
    margin-top: 5%;
  }
	.mold .flex p {
		margin-top: 2%;
		color: #00458C;
		font-size: 1.1rem;
	}
  .molding2 {
    margin-top: 10%;
  }
  .molding2 .flex {
    margin-top: 5%;
  }
  .molding2_img {
    margin-top: 5%;
  }
  .molding3 {
    margin-top: 10%;
  }
  .mold table {
    box-sizing: border-box;
    border-collapse: collapse;
    width: 100%;
    margin-top: 5%;
  }
  .mold table th {
    width: 20%;
    padding: 3% 4%;
    font-size: .9rem;
    text-align: left;
    letter-spacing: 1.5px;
    border: solid 1px #ccc;
  }
  .mold table td {
    padding: 3% 4%;
    vertical-align: middle;
    font-size: .9rem;
    text-align: left;
    background: #fff;
    letter-spacing: 1.5px;
    border: solid 1px #ccc;
  }
  .molding3 p span {
    color: #00458C;
    font-weight: bold;
  }
  .mold3_r1 {
    margin-top: 5%;
  }
  .mold3_r2 {
    margin-top: 5%;
  }
  .molding4 {
    margin-top: 10%;
  }
  .mold .btn {
    max-width: 250px;
    margin: 5% auto 0;
  }
  .molding5 {
    margin-top: 10%;
  }
  .m5_r {
    margin-top: 5%;
  }

  /* finishing */
  .finish h2 {
    display:flex;
    align-items:center;
    color: #00458C;
    font-weight: bold;
    font-size: 1.3rem;
  }
  .finish h2:after {
    margin-left:5px;
    border-top:1px solid #231815;
    content:"";
    flex-grow:1;
  }
  .finish p {
    margin-top: 5%;
  }
  .finish_img {
    margin-top: 5%;
  }
  .finish2 {
    margin-top: 10%;
  }
  .finish_img2 {
    margin-top: 5%;
  }
  .finish3 {
    margin-top: 10%;
  }

  /* facility */
  .table_area table {
    box-sizing: border-box;
    border-collapse: collapse;
    width: 100%;
    margin-top: 5%;
  }
  .table_area .head td {
    background: #dedede;
    font-weight: bold;
  }
  .table_area table th {
    width: 20%;
    padding: 3% 4%;
    font-size: .9rem;
    text-align: left;
    letter-spacing: 1.5px;
    border: solid 1px #ccc;
  }
  .table_area table td {
    padding: 3%;
    vertical-align: middle;
    font-size: .9rem;
    text-align: left;
    background: #fff;
    letter-spacing: 1.5px;
    border: solid 1px #ccc;
  }
    /* case */
  .case_top_img {
     margin-top: 8%;
    margin-bottom: 10%;
  }
   .case_img2 p {
      text-align: center;
      font-size: 1.2rem;
      font-weight: bold;
      margin-top: 5%;
   }
  .case_top ul li {
    margin-top: 5%;
  }
  .case_top ul li span {
    color: #00458D;
  }
   .case_top {
      margin-bottom: 10%;
   }
  .case_box {
     border-top: solid 1px #444;
     padding: 10% 0;
  }
  .case_txt dt {
     color: #00458D;
    font-weight: bold;
    margin-top: 5%;
    font-size: 1.6rem;
  }
   .case_txt dt span {
      font-size: 1.1rem;
      font-weight: bold;
      margin-left: 2%;
   }
   .case_txt .sub {
      font-size: 1.2rem;
      font-weight: bold;
   }
   .case_txt .sub span {
      color: #00458D;
      display: inline-block;
      margin-right: 2%;
      font-weight: bold;
   }
  .case_txt dd {
    margin-top: 2%;
  }
  .case_txt dd a:link {
    color: #1B95D4;
    text-decoration: none;
  }
  .case_txt dd a:visited {
    color: #1B95D4;
    text-decoration: none;
  }
  .case_txt dd a:hover {
    color: #1B95D4;
    text-decoration: underline;
  }
   .case_txt .bottom {
      margin-top: 10%;
   }
   .case_txt .bottom ul {
      overflow: hidden;
   }
   .case_txt .bottom ul li {
      max-width: 50px;
      float: left;
      margin-right: 3%;
   }
   .case_txt .bottom dt {
      background: #00458D;
      color: #fff;
      border-radius: 5px;
      font-size: .9rem;
      padding: 2% 0;
      text-align: center;
   }
   .case_txt .bottom dd a {
      font-size: 1.2rem;
   }
   .case_txt .bottom dd a:link {
      color: #00458D;
      text-decoration: none;
   }
   .case_txt .bottom dd a:visited {
      color: #00458D;
      text-decoration: none;
   }
   .case_txt .bottom dd a:hover {
      color: #00458D;
      text-decoration: underline;
   }
   .case_img_bottom {
      margin-top: 3%;
   }
   .case_img_bottom ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
   }
   .case_img_bottom ul li {
      max-width: 27%;
      margin: 0 2%;
   }
   .case_c {
      border-top: solid 1px #444;
      padding-top: 5%;
   }
   .case .flow_bottom {
      border: none;
	}

  /* environment */
  .environment h2 {
    color: #5E76B9;
    font-size: 1.6rem;
    margin-top: 10%;
  }
  .environment .box {
    border-bottom: solid 1px #231815;
    padding-bottom: 10%;
  }
  .envi_img_1 {
    margin-top: 5%;
  }
  .envi_img_2 {
    margin-top: 5%;
  }
  .envi_img_3 {
    margin-top: 5%;
  }

  /* q_a */
  .qa_area h2 {
    color: #103D95;
    font-size: 2rem;
  }
  .qa_area h2 span {
    display: inline-block;
    max-width: 42px;
    margin-right: 4%;
  }
  .qa_area dt span {
    max-width: 17px;
    display: inline-block;
  }
  .qa_area dl {
    border-bottom: solid 1px #717071;
    padding-bottom: 8%;
  }
  .qa_area .last{
    border: none;
  }
  .qa_area dt {
    text-indent: -17px;
    padding-left: 35px;
    font-size: 1.1rem;
    margin-top: 8%;
	font-weight: 600;
  }
  .qa_area dd {
    text-indent: -17px;
    padding-left: 35px;
    font-size: 1.1rem;
    margin-top: 5%;
  }
  .qa_area dd span {
    max-width: 17px;
    display: inline-block;
  }

	.fb-container {
		width: 100%;
		max-width: 500px;
	}
	
	/* preparation */
	.preparation {
		height: 60vh;
	}
	.preparation h2 {
		font-size: 1.6rem;
		font-weight: bold;
		color: #00458D;
		padding-top: 30%;
		text-align: center;
	}
   /* calendar */
   .calender #bizcalendar-2 {
      list-style: none;
   }
   .calender .widgettitle {
      display: none;
   }

	/* profile */
	.pr1 {
		margin-top: 10%;
	}
	.pr2 {
		margin-top: 10%;
	}
	.pr2_2 {
	margin-top: 5%;
	}
	.pr3 {
		margin-top: 8%;
	}
	.pr4 {
		margin-top: 8%;
	}
	.pr5 {
		margin-top: 8%;
	}
	.pr6 {
		margin-top: 8%;
	}
	.pr7 {
		margin-top: 8%;
	}
	.pr8 {
		margin-top: 8%;
	}
	.pr9 {
		margin-top: 8%;
	}
	.pr10 {
		margin-top: 8%;
	}
	.pr11 {
		margin-top: 8%;
	}

	/* masco */
	.bl_m2 {
		max-width: 72%;
		margin: 16% auto 5%;
	}
	.sub_bl_m2 {
		font-size: 1.1rem;
		color: #706967;
		font-family: "M PLUS Rounded 1c";
		margin-bottom: 16%;
		text-align: center;
	}
	.bl_m3_l .ttl {
		max-width: 62%;
	}
	.bl_m3_l .bl_m3_ttl {
		font-size: 2rem;
		color: #706966;
	}
	.bl_m3_l dt {
		max-width: 90%;
		margin-top: 8%;
	}
	.bl_m3_l dd {
		font-size: 1.1rem;
		margin: 8% 0;
		color: #706967;
		font-family: "M PLUS Rounded 1c";
	}
	.bl_m3_l p {
		font-size: 1.3rem;
		font-weight: bold;
		color: #706967;
		font-family: "M PLUS Rounded 1c";
	}
	.bl_m3_r {
		max-width: 88%;
		margin: 8% auto 0;
	}
	.bl_m4 {
		margin-top: 12%;
	}
	.bl_m5 {
		margin-top: 10%;
		font-family: "M PLUS Rounded 1c";
	}
	.bl_m5_in {
		margin-top: 8%;
	}
	.bl_m5_in_l {
		max-width: 100%;
	}
	.bl_m5_in_r {
		margin-top: 5%;
	}
	.bl_m5_in p {
		font-size: 1.4rem;
		color: #ed7e98;
	}
	.bl_m5_in dl {
		font-family: "M PLUS Rounded 1c";
	}
	.bl_m5_in dt {
		font-size: 1.4rem;
		color: #706967;
	}
	.bl_m5_in dd {
		font-size: 1.1rem;
		line-height: 1.8;
		color: #706967;
		margin-top: 5%;
	}
	.bl_m5_in dd span a {
		font-size: 1.2rem;
	}
	.bl_m5_in dd span a:link {
		color: #8ecebe;
		text-decoration: none;
	}
	.bl_m5_in dd span a:visited {
		color: #8ecebe;
		text-decoration: none;
	}
	.bl_m5_in dd span a:hover {
		text-decoration: underline;
	}
	.bl_m6 {
		margin-top: 16%;
	}
	.bl_m6_l {
		max-width: 80%;
		margin: 0 auto;
	}
	.bl_m6_r {
		margin-top: 8%;
	}
	.bl_m7 {
		border: solid 3px #004896;
		padding: 4%;
		margin-top: 16%;
	}
	.bl_m7_m {
		margin-top: 8%;
	}
	.bl_m7_b {
		max-width: 40%;
		margin: 8% auto 0;
	}
	.bl_m8 {
		margin-top: 10%;
	}
	.bl_m8 .s_2 {
		border: none;
	}
	.bl_m8 .s_2 h2 {
		font-size: 1.5rem;
		border-bottom: solid 1px #2c68a8;
		color: #004896;
		font-weight: bold;
		margin-bottom: 2%;
		padding-bottom: 1%;
	}
	.bl_m9 {
		margin-top: 10%;
	}
	.bl_m10 {
		margin-top: 12%;
	}
	.bl_m10 ul {
		margin-top: 4%;
	}
	.bl_m10 ul li span {
		display: inline-block;
		max-width: 32%;
		margin-top: 5%;
	}
	.bl_m10 p {
		font-size: 1.3rem;
		font-weight: bold;
		color: #706967;
		font-family: "M PLUS Rounded 1c";
		margin-top: 5%;
	}
	.bl_m10_r {
		max-width: 90%;
		margin: 5% auto 0;
	}
	.bl_m11 {
		max-width: 32%;
		margin: 32% auto;
	}
	.bl_m12 {
		max-width: 50%;
		margin: 20% auto 10%;
	}
	.bl_m6_2 {
		margin: 10% 0;
	}
	.bl_m6_2 h3 {
		font-size: 1.6rem;
		text-align: center;
		color: #595656;
		border-top: solid 1px #595656;
		border-bottom: solid 1px #595656;
		padding: 10px 0;
		margin-bottom: 8%;
	}
	.bl_m6_2 p {
		font-size: 1.2rem;
		margin-top: 8%;
		color: #595656;
	}

	/* 新求人ページ用 */
	#recruit .recruit_ttl {
		color: #093b94;
		font-size: 1.8rem;
		margin: 10% 0;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
	#recruit .rb {
		margin-top: 10%;
	}
	#recruit .rb_3_img {
		margin-top: 5%;
	}
	#recruit .rb_3 p {
		color: #093b94;
	}
	#recruit .rb dt {
		color: #093b94;
	}
	#recruit h3 {
		color: #093b94;
	}
	#recruit table {
		font-size: 1.2rem;
	}
	#recruit table th {
		width: 40%;
		padding: 3% 0 0;
		font-weight: bold;
	}
	#recruit table .t_b {
		color: #fff;
		display: inline-block;
		border-radius: 3px;
		width: 100%;
		padding: 2%;
	}
	#recruit .rb dd {
		margin-top: 2%;
	}
	#recruit table .b1 {
		background: #94c3e7;
	}
	#recruit table .b2 {
		background: #dbbb8c;
		margin-top: 3%;
	}
	#recruit table .b3 {
		background: #bcd09b;
	}
	#recruit .rb_2 h4 {
		margin-top: 3%;
		font-size: 1.3rem;
		font-weight: bold;
	}
	#recruit .rb_2 h10 {
		margin-top: 3%;
		font-size: 1.2rem;
		font-weight: bold;
		color:#00458D;
		position:relative;
}
	.rb_2 h10{
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		color: #00458D;
		white-space: nowrap;
	}
	.rb_2 h10::before{
		content: "";
		display: inline-block;
		width: 2em;
		border-top: 2px solid;
		vertical-align: middle;
		margin-right: 0em;
		padding-bottom:4px;
		
	}
		#recruit .rb_2 h11 {
		margin-top: 3%;
		font-size: 2.5rem;
		font-weight: bold;
		color:#00458D;
		width: 200px;
		margin: 0 auto;
		text-align: center;
		display: block;
}
		#recruit .rb_2 h12 {
		margin-top: 3%;
		font-size: 1.2rem;
		color:#000;
		margin: 0 auto;
		text-align: center;
		display: block;
}
	#recruit .rb2_img {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
		margin-top: 4%;
	}
	#recruit .rb2_img li {
		width: 48%;
	}
	#recruit .rb_2_r {
		border: solid 1px #606060;
		padding: 8%;
		margin-top: 5%;
	}
	#recruit .rb_2_r p {
		text-align: center;
		font-size: 1.3rem;
		color: #093b94;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
	#recruit .rb_2_r .bottom {
		overflow: hidden;
		margin-top: 10%;
	}
	#recruit .rb_2_r .bottom .bottom_l {
		max-width: 50%;
		float: left;
	}
	#recruit .rb_2_r .bottom .bottom_txt {
		float: left;
		margin: 3%;
	}
	#recruit .rb_2_r .bottom .bottom_c {
		max-width: 50%;
		float: left;
	}
	#recruit .rb_2_r .bottom .bottom_r {
		max-width: 15%;
		float: right;
	}
	#recruit .rb_2_r img {
		width: 100%;
	}
	#recruit .rb_2 .mg_t {
		margin-top: 8%;
	}
	#recruit .rb_4 ul {
		margin-top: 2%;
	}
	#recruit .rb_5_img {
		margin-top: 2%;
	}
	#recruit .s_3 {
		border-top: solid 1px #00458C;
	}
	#recruit .bottom_img {
		margin-top: 10%;
	}
	#recruit .page_logo {
		margin-top: 20%;
	}
	#recruit .s_info {
		margin-top: 20%;
	}
	#recruit .s_info h3 {
		font-weight: normal;
	}

	/* 新規 技術職Q&Aページ用 */
	#qa {
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
	#qa .qa_teck_ttl {
		color: #093b94;
		font-size: 1.8rem;
		margin: 10% 0 0;
	}
	#qa #bl .icon_qa {
		max-width: 24%;
		margin-top: 10%;
	}
	#qa .bl .icon_qa {
		max-width: 24%;
		margin-top: 10%;
	}
	#qa h3 {
		font-size: 1.6rem;
		color: #1da7c0;
		margin-top: 5%;
	}
	#qa .bl1 p {
		margin-top: 5%;
	}
	#qa .bl1 p span {
		font-size: 1.2rem;
		color: #1f4a9e;
	}
	#qa .bl3 p span {
		font-size: 1.2rem;
		color: #1f4a9e;
	}
	#qa h4 {
		margin-top: 10%;
	}
	#qa dl dt {
		color: #093b94;
		font-size: 1.2rem;
		margin-top: 8%;
	}
	#qa dl dd {
		margin-top: 3%;
		line-height: 1.8;
	}
	#qa .bl1 .bl_r {
		margin-top: 3%;
	}
	#qa .bl2 ul {
		margin-top: 8%;
	}
	#qa .bl2 ul li {
		margin-top: 3%;
	}
	#qa .bl2 p {
		margin-top: 8%;
	}
	#qa .bl2 .list2 li {
		color: #093b94;
		font-size: 1.2rem;
	}
	#qa .bl3 p {
		margin-top: 5%;
	}
	#qa .bl3 ul {
		margin: 10% 0;
	}
	#qa .bl3 ul li {
		color: #093b94;
		font-size: 1.2rem;
		margin-top: 3%;
	}
	#qa #bl p {
		margin-top: 5%;
		line-height: 1.8;
	}
	#qa #bl ul li {
		color: #093b94;
		font-size: 1.2rem;
		margin-top: 3%;
	}
	#qa #bl ul {
		margin-top: 8%;
	}
	#qa #bl ul li {
		color: #000;
		font-size: 1rem;
		margin-top: 3%;
	}
	#qa #bl p span {
		color: #093b94;
		font-size: 1.2rem;
	}
	#qa .bl4 ul li {
		color: #000000 !important;
		font-size: 1rem !important;
	}
	#qa #bl9 p {
		margin-top: 5%;
	}
	#qa #bl9 ul li {
		color: #093b94;
		font-size: 1.2rem;
		margin-top: 3%;
	}
	#qa .s_3 {
		border-top: solid 1px #00458C;
		margin-top: 16%;
	}
	#qa .s_info h3 {
		font-size: 1.3rem;
		color: #00458C;
		font-weight: normal;
		margin-top: 0;
	}
	#qa .page_logo {
		max-width: 132px;
		margin-top: 16%;
	}
	#qa #recruit_area {
		margin-top: 15%;
	}
	#qa #recruit_area #recruit {
		font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	#qa #recruit_area #recruit .qa_teck_ttl {
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
	#qa #recruit_area #recruit p {
		color: #093b94;
		font-size: 1rem;
	}
	#qa #recruit_area #recruit dl dt {
		color: #093b94;
		font-size: 1rem;
	}

	/* philosophy */
	#philosophy {
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
	.ph_img {
		margin-top: 10%;
	}
	#philosophy .ph_ttl {
		background: #edf4f9;
		color: #3675a3;
		font-size: 1.8rem;
		margin-top: 10%;
		padding: 5% 0;
		text-align: center;
	}
	#philosophy .ph_sub_ttl {
		color: #6698bc;
		font-size: 1.4rem;
		margin-top: 5%;
	}
	#philosophy .ph_txt {
		margin-top: 3%;
	}
	#philosophy .ph_txt h4 {
		color: #394a82;
		margin-top: 10%;
		font-size: 1.6rem;
	}
	#philosophy .ph_txt h4 span {
		display: inline-block;
		padding: 8px 19px;
		border-radius: 5px;
		margin-right: 10px;
		background: #a6c8e3;
		color: #fff;
	}
	#philosophy .ph_txt dt {
		color: #83bac9;
		font-size: 1.2rem;
		margin: 8% 0;
	}
	#philosophy .ph_txt dd {
		margin-top: 3%;
		color: #5f5f5e;
	}
	#philosophy .s_info {
		margin: 20% 0;
	}
	#philosophy .s_info ul li {
		font-weight: bold;
	}

	/* access */
	.ac_img {
		max-width: 150px;
		margin: 16% auto;
	}
	.access_in .in_logo {
		max-width: 50%;
	}
	.access_in dl {
		margin-top: 10%;
	}
	.access_in dl dt {
		color: #464342;
		font-weight: bold;
		font-size: 1.3rem;
	}
	.access_in dl dd {
		color: #464342;
		margin-top: 1%;
	}
	.access_in ul {
		color: #464342;
		margin-top: 5%;
	}
	.access_in ul li {
		color: #464342;
		margin-top: 2%;
	}
	.access_in p {
		color: #464342;
		font-weight: bold;
		margin-top: 5%;
		font-size: 1.3rem;
	}
	.access_in p span {
		font-size: 1rem;
		margin-top: 5%;
		font-weight: bold;
	}
	.access_in .map {
		margin-top: 5%;
	}
	#access .gmap {
		margin-top: 5%;
	}
	#access .s_3 {
		border-top: solid 1px #00458C;
		margin-top: 16%;
	}
	#access .s_info h3 {
		font-size: 1.3rem;
		color: #00458C;
		font-weight: normal;
		margin-top: 0;
	}

	/* initiatives */
	#initiatives .in_img {
		margin-top: 5%;
	}
	#initiatives h2 {
		background: #f4fcfd;
		color: #314b98;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-size: 1.8rem;
		margin-top: 10%;
		padding: 4% 0;
		text-align: center;
	}
	#initiatives h3 {
		display: flex;
		align-items: center;
		color: #8ebcc6;
		font-size: 1.3rem;
		margin-top: 10%;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
	#initiatives h3::after {
		content: "";
		flex-grow: 1;
		margin: 0 3px;
		height: 1px;
		background: #8ebcc6;
	}
	#initiatives dl {
		margin-top: 10%;
	}
	#initiatives dl dt {
		text-align: center;
		font-size: 1.2rem;
		color: #314b98;
	}
	#initiatives dl dd {
		color: #fff;
		padding: 4%;
		border-radius: 15px;
		margin-top: 5%;
		text-align: center;
	}
	#initiatives dl .l1 {
		background: #5c83b8;
	}
	#initiatives dl .l2 {
		background: #7bb4cd;
	}
	#initiatives dl .l3 {
		background: #95c7dc;
	}
	#initiatives .sub {
		text-align: center;
		margin-top: 5%;
	}
	#initiatives h2 span {
		font-size: 1.4rem;
		display: inline-block;
		line-height: 1.6;
	}
	#initiatives h4 {
		margin-top: 5%;
		color: #314b98;
		font-size: 1.2rem;
	}
	#initiatives .list {
		margin-top: 10%;
	}
	#initiatives .list p span {
		font-size: 1.6rem;
		color: #00699b;
	}
	#initiatives .list .list_img {
		max-width: 60%;
		margin: 5% auto 0;
	}
	#initiatives .list .list_img2 {
		max-width: 100%;
		margin: 5% auto 0;
	}
	#initiatives .list ol {
		margin-top: 10%;
	}
	#initiatives .list ol li {
		margin-top: 3%;
		color: #5c83b8;
	}
	#wrapper #initiatives .list .box_img {
		overflow: hidden;
		margin-top: 10%;
		width: 80%;
	}
	#initiatives .box_img .left {
		width: 44%;
		float: left;
	}
	#initiatives .box_img .right {
		width: 44%;
		float: right;
	}
	#initiatives .min {
		font-size: 0.9rem;
		margin-top: 10%;
	}
	#initiatives .page_logo {
		max-width: 132px;
		margin-top: 16%;
	}
	#initiatives .sdgs .mg {
		margin-top: 8%;
	}
	#initiatives .sdgs dl dt {
		font-size: 1rem;
		color: #000;
		text-align: left;
		margin-bottom: 5%;
	}
	#initiatives .sdgs dl dd {
		color: #000;
		padding: 0;
		border: none;
		margin-top: 2%;
		text-align: left;
	}
	#initiatives .sdgs dl dd .sdgs_txt {
		margin-left: 5%;
	}
	#initiatives .sdgs dl dd .sdgs1 {
		color: #d5b257;
	}
	#initiatives .sdgs dl dd .sdgs2 {
		color: #b9663e;
	}
	#initiatives .sdgs dl dd .sdgs3 {
		color: #886735;
	}
	#initiatives .sdgs .sdgs_img {
		max-width: 48%;
		margin: 5% auto 0;
	}

	/* 2021.11追加 ラピロ */
	.ra_2 {
		max-width: 90%;
		margin: 16% auto 12%;
	}
	.ra_3 {
		max-width: 48%;
		margin: 0 auto;
	}
	.ra_4_1 {
		margin-top: 12%;
	}
	.ra_4_1 dt {
		font-size: 1.6rem;
		font-weight: bold;
		background: #01458e;
		color: #fff;
		padding: 2% 4%;
		border-radius: 10px;
		letter-spacing: 2px;
		text-align: center;
		font-family: "M PLUS Rounded 1c";
	}
	.ra_4_1 dd {
		font-size: 1.1rem;
		font-weight: bold;
		padding: 6%;
		text-align: center;
		line-height: 1.8;
		margin-top: 5%;
		border: solid 1px #737373;
	}
	.ra_4_2 {
		margin-top: 10%;
	}
	.ra_4_2 .ra_4_2_ttl {
		font-size: 1.6rem;
		font-weight: bold;
		background: #239f8d;
		color: #fff;
		padding: 2% 4%;
		border-radius: 10px;
		letter-spacing: 2px;
		text-align: center;
	}
	.ra_4_2 ul {
		font-size: 1.1rem;
		padding: 0 6% 6%;
		margin-top: 5%;
		border: solid 1px #737373;
	}
	.ra_4_2 ul li {
		font-weight: bold;
		line-height: 1.8;
		text-indent: -15px;
		margin-left: 20px;
		margin-top: 6%;
	}
	.ra_4_2 ul li::before {
		position: relative;
		top: 2px;
		left: -10px;
		display: inline-block;
		width: 15px;
		height: 15px;
		content: '';
		border-radius: 100%;
		background: #000;
	}
	.ra_4_3 {
		margin-top: 10%;
	}
	.ra_4_3 .ra_4_3_ttl {
		font-size: 1.6rem;
		font-weight: bold;
		background: #eb9124;
		color: #fff;
		padding: 2% 4%;
		border-radius: 10px;
		letter-spacing: 2px;
		text-align: center;
	}
	.ra_4_3 .table_area {
		padding: 12% 6% 0;
		font-size: 1.1rem;
		margin-top: 5%;
		border: solid 1px #737373;
	}
	.ra_4_3 .table_area table {
		margin-top: 0;
	}
	.ra_4_3 .table_area table td {
		padding: 0 0 12% 0;
		font-size: 1.1rem;
		vertical-align: top;
		border: none;
	}
	.ra_4_3 .table_area table td img {
		padding-top: 2%;
	}
	.ra_4_3 .table_area table .right {
		width: 50%;
		padding-left: 5%;
	}
	.ra_4_3 .table_area table .right span {
		color: #01458e;
		font-size: 1.3rem;
		font-weight: bold;
	}
	#rapiro .allow {
		max-width: 64%;
		margin: 12% auto;
	}
	.ra_5 .heading {
		font-family: 游明朝, YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-size: 1.4rem;
		font-weight: bold;
	}
	.ra_5 .heading span {
		color: #1b4299;
		font-size: 1.6rem;
		font-weight: bold;
	}
	.ra_5_img {
		margin-top: 5%;
	}
	.ra_6 {
		padding-bottom: 15%;
	}
	#rapiro .ttl_top {
		font-family: 游明朝, YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		color: #1b4299;
		font-weight: bold;
		padding-left: 2%;
	}
	#rapiro .num_ttl_in {
		margin-top: 2%;
		background: #f1f9fb;
		border-top: solid 1px #222;
		border-bottom: solid 1px #222;
	}
	.num_ttl .table_area table {
		margin-top: 0;
	}
	.num_ttl .table_area table td {
		border: none;
		font-family: 游明朝, YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		padding: 0;
		background: none;
	}
	.num_ttl .table_area .left {
		font-size: 5rem;
		text-align: center;
	}
	.num_ttl .table_area .right {
		padding-left: 0;
		width: 85%;
		font-size: 1.6rem;
		line-height: 1.3;
	}
	.num_ttl .table_area .right span {
		font-size: 1.3rem;
	}
	#rapiro .bl_ttl {
		font-family: 游明朝, YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-size: 1.6rem;
		background: #003d96;
		color: #fff;
		text-align: center;
		padding: 4% 0;
		letter-spacing: 3px;
		margin-top: 12%;
	}
	#rapiro .bl_sub {
		color: #003d96;
		font-family: 游明朝, YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-size: 1.4rem;
		text-align: center;
		margin-top: 5%;
		font-weight: bold;
		letter-spacing: 3px;
	}
	.ra_6_img1 {
		margin: 10% auto 0;
	}
	.ra_6_txt1 {
		margin-top: 5%;
		font-size: 1.2rem;
		font-weight: bold;
		letter-spacing: 3px;
		text-align: center;
	}
	#rapiro .allow_s {
		max-width: 66px;
		margin: 12% auto 0;
	}
	.ra_6_txt2 {
		font-size: 1.2rem;
		font-weight: bold;
		text-align: center;
		border: solid 1px #a19d9b;
		border-radius: 3px;
		background: #f1f9fb;
		width: 50%;
		margin: 10% auto 0;
		padding: 5% 0;
	}
	.ra_6_img2 {
		margin: 12% auto 0;
	}
	.ra_6_img3 {
		margin-top: 8%;
		overflow: hidden;
	}
	.ra_6_img3 .left {
		max-width: 48%;
		float: left;
	}
	.ra_6_img3 .right {
		max-width: 48%;
		float: right;
	}
	.ra_6_txt3 {
		font-size: 1.2rem;
		font-weight: bold;
		text-align: center;
		border: solid 1px #a19d9b;
		border-radius: 3px;
		background: #f1f9fb;
		margin: 0 auto;
		padding: 5% 0;
	}
	.ra_6_txt3 span {
		font-weight: bold;
	}
	.ra_7 {
		padding-bottom: 15%;
	}
	.ra_7_txt1 {
		font-family: 游明朝, YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-size: 1.3rem;
		text-align: center;
		margin-top: 12%;
	}
	.ra_7_txt2 {
		color: #003d96;
		font-family: 游明朝, YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-size: 1.4rem;
		text-align: center;
		margin-top: 8%;
		font-weight: bold;
		letter-spacing: 3px;
	}
	.ra_7_txt3 {
		font-family: 游明朝, YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-size: 1.3rem;
		text-align: center;
		margin-top: 10%;
	}
	 .ra_7_txt4 {
		font-size: 1.3rem;
		background: #003d96;
		color: #fff;
		text-align: center;
		padding: 4%;
		letter-spacing: 3px;
		margin-top: 5%;
	}
	.ra_7_txt5 {
		font-family: 游明朝, YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-size: 1.3rem;
		text-align: center;
		margin-top: 8%;
	}
	.ra_7_img1 {
		margin-top: 12%;
	}
	.ra_7_img2 {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
		margin-top: 2%;
	}
	.ra_7_img2 .flex_img {
		max-width: 32%;
		margin-top: 4%;
	}
	.ra_7_img3 {
		overflow: hidden;
		margin-top: 10%;
	}
	.ra_7_img3 .left {
		width: 48%;
		float: left;
	}
	.ra_7_img3 .right {
		width: 48%;
		float: right;
	}
	#rapiro .allow_m {
		max-width: 123px;
		margin: 12% auto 0;
	}
	.ra_8 {
		padding-bottom: 15%;
	}
	.ra_8_txt1 {
		font-family: 游明朝, YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-size: 2rem;
		text-align: center;
		margin-top: 15%;
		color: #003d96;
		letter-spacing: 4px;
		font-weight: bold;
	}
	.ra_8_box {
		margin-top: 10%;
	}
	.ra_8_box .ttl {
		font-size: 1.3rem;
		font-weight: bold;
		letter-spacing: 3px;
		background: #003d96;
		color: #fff;
		padding: 2%;
		text-align: center;
	}
	.ra_8_box .ttl span {
		margin-left: 10px;
		font-weight: bold;
	}
	.ra_8_box dl dt {
		font-size: 1.3rem;
		color: #003d96;
		margin-top: 5%;
	}
	.ra_8_box dl dd {
		font-size: 1rem;
		margin-top: 5%;
	}
  .ra_8_box .right {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	  margin-top: 1%;
  }
	.ra_8_box .right .right_img {
		max-width: 48%;
		margin-top: 4%;
	}
	.ra_8 .ra_8_box .table_area {
		margin-top: 10%;
	}
	.ra_8 .ra_8_box .table_area table td {
		padding: 2% 0 2% 0;
		border: none;
	}
	.ra_8 .ra_8_box .table_area table .t_l {
		width: 40%;
	}
	.ra_8_box .box_txt {
		font-size: 1rem;
		margin-top: 5%;
	}
	.ra_8 .link_txt {
		font-size: 1.6rem;
		letter-spacing: 2px;
		text-align: center;
		border-bottom: solid 2px #000;
		padding-bottom: 8px;
		margin-top: 12%;
	}
	.ra_8 .link_txt a {
		font-weight: bold;
	}
	.ra_8 .link_txt a:link {
		color: #000;
		text-decoration: none;
	}
	.ra_8 .link_txt a:visited {
		color: #000;
		text-decoration: none;
	}
	.ra_8 .link_txt a:hover {
		color: #000;
		text-decoration: none;
	}
	.ra_8 .link_txt a span {
		display: inline-block;
		max-width: 32px;
		margin-left: 8px;
	}
	.ra_8 .ra_8_txt2 {
		color: #003d96;
		font-family: 游明朝, YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-size: 1.4rem;
		text-align: center;
		margin-top: 12%;
		font-weight: bold;
		letter-spacing: 3px;
	}
	.ra_imgarea1 {
		overflow: hidden;
		margin-top: 8%;
	}
	.ra_imgarea1 .img_left {
		max-width: 48%;
		float: left;
	}
	.ra_imgarea1 .img_right {
		max-width: 48%;
		float: right;
	}
	.ra_9 {
		padding-bottom: 15%;
	}
	.ra_9_txt1 {
		color: #003d96;
		font-family: 游明朝, YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-size: 2rem;
		font-weight: bold;
		letter-spacing: 4px;
		margin-top: 12%;
	}
	.ra_9_txt1 span {
		color: #000;
		display: inline-block;
		font-size: 1.1rem;
		line-height: 1.5;
		margin-top: 2%;
		letter-spacing: 2px;
	}
	.ra_9_txt2 {
		color: #003d96;
		font-family: 游明朝, YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-size: 1.4rem;
		font-weight: bold;
		letter-spacing: 4px;
		margin-top: 10%;
	}
	.ra_9_img1-1 {
		margin-top: 4%;
	}
	.ra_9_txt3 {
		font-family: 游明朝, YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		margin-top: 4%;
		font-size: 1.2rem;
		text-align: right;
		letter-spacing: 2px;
	}
	.ra_9_txt4 {
		color: #003d96;
		font-family: 游明朝, YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-size: 1.4rem;
		font-weight: bold;
		letter-spacing: 4px;
		margin-top: 12%;
		text-align: center;
	}
	.ra_9_img2 {
		margin-top: 5%;
		overflow: hidden;
	}
	.ra_9_img2 .left {
		max-width: 30%;
		float: left;
	}
	.ra_9_img2 .right {
		max-width: 64%;
		float: right;
	}
	.ra_9_txt5 {
		font-family: 游明朝, YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-size: 1.3rem;
		letter-spacing: 4px;
		margin-top: 12%;
		text-align: center;
	}
  .ra_9_img3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	  margin-top: 8%;
  }
	.ra_9 .flex_img {
		max-width: 48%;
		margin-top: 4%;
	}
	.ra_9_txt6 {
		font-size: 1.3rem;
		background: #003d96;
		color: #fff;
		padding: 4%;
		text-align: center;
		margin-top: 15%;
		letter-spacing: 4px;
	}
	.ra_9_img4 {
		margin-top: 10%;
		overflow: hidden;
	}
	.ra_9_img4 .left {
		max-width: 48%;
		float: left;
	}
	.ra_9_img4 .right {
		max-width: 48%;
		float: right;
	}
	.ra_9_txt7 {
		margin-top: 5%;
		font-size: 1.2rem;
		text-align: center;
		letter-spacing: 2px;
	}
	.ra_9_txt8 {
		color: #003d96;
		font-family: 游明朝, YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-size: 1.4rem;
		font-weight: bold;
		letter-spacing: 4px;
		margin-top: 15%;
		text-align: center;
	}
	.ra_9_list1 {
		border: solid 1px #0e0e0e;
		margin-top: 5%;
		padding: 10% 12%;
	}
	.ra_9_list1 li {
		line-height: 2;
		font-size: 1.1rem;
	}
	.ra_9_txt9 {
		font-size: 1.1rem;
		text-align: center;
		margin-top: 10%;
		letter-spacing: 2px;
	}
	.ra_9_txt10 {
		color: #003d96;
		text-align: center;
		margin-top: 5%;
	}
	.ra_9_img5 {
		margin-top: 15%;
	}
	.ra_9_txt11 {
		color: #003d96;
		font-size: 1.2rem;
		font-weight: bold;
		letter-spacing: 4px;
		margin-top: 5%;
		text-align: center;
	}
	.ra_9_img6 {
		margin-top: 10%;
		overflow: hidden;
	}
	.ra_9_img6 .left {
		max-width: 48%;
		float: left;
	}
	.ra_9_img6 .right {
		max-width: 48%;
		float: right;
	}
	.ra_10 {
		padding-bottom: 15%;
	}
	.ra_10_txt1 {
		color: #003d96;
		font-family: 游明朝, YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-size: 1.4rem;
		text-align: center;
		margin-top: 12%;
		font-weight: bold;
		letter-spacing: 2px;
	}
	.ra_10_txt2 {
		color: #003d96;
		font-family: 游明朝, YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-size: 2rem;
		margin-top: 12%;
		font-weight: bold;
		letter-spacing: 4px;
	}
  .ra_10_img1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
  }
	.ra_10_img1 .flex_img {
		max-width: 48%;
		margin-top: 4%;
	}
	.ra_10_txt3 {
		font-family: 游明朝, YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-size: 1.1rem;
		letter-spacing: 1px;
		margin-top: 4%;
	}
	.ra_11 {
		padding-bottom: 15%;
	}
  .ra_11_img1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	  margin-top: 8%;
  }
	.ra_11_img1 .flex_img {
		max-width: 48%;
		margin-top: 4%;
	}
	.ra_11_txt1 {
		font-size: 1.6rem;
		margin-top: 10%;
		color: #003d96;
		font-family: 游明朝, YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-weight: bold;
		letter-spacing: 2px;
		text-align: center;
	}
	.ra_11_txt1 span {
		border: solid 1px #2ba291;
		border-radius: 50%;
		color: #2ba291;
		font-size: 1.6rem;
		text-align: center;
		line-height: 50px;
		padding: 6px 5px 6px 7px;
		margin-left: 4%;
		margin-right: 1%;
		font-weight: bold;
	}
	.ra_11_img2 {
		margin-top: 10%;
		overflow: hidden;
	}
	.ra_11_img2 .left {
		max-width: 48%;
		float: left;
	}
	.ra_11_img2 .right {
		max-width: 48%;
		float: right;
	}
	.ra_11_txt3 {
		margin-top: 15%;
		font-size: 1.2rem;
		line-height: 1.8;
		letter-spacing: 1px;
	}
	.ra_11_txt4 {
		color: #ec6b3f;
		margin-top: 3%;
		font-size: 1.2rem;
		line-height: 1.8;
		letter-spacing: 1px;
	}
	.ra_11_box .right {
		margin-top: 5%;
	}
	.ra_11_img4 {
		margin-top: 15%;
	}
	.ra_11_txt2 {
		font-family: 游明朝, YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-size: 1.2rem;
		background: #003d96;
		color: #fff;
		padding: 4%;
		text-align: center;
		margin-top: 5%;
		letter-spacing: 2px;
	}
	.ra_12 {
		padding-bottom: 15%;
	}
	.ra_12_txt1 {
		font-size: 1.6rem;
		margin-top: 12%;
		color: #003d96;
		font-family: 游明朝, YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-weight: bold;
		letter-spacing: 2px;
		text-align: center;
	}
	.ra_12_txt2 {
		font-family: 游明朝, YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-size: 1.1rem;
		margin-top: 10%;
		letter-spacing: 1px;
	}
	.ra_12_img1 {
		margin-top: 8%;
	}
	.ra_12_txt3 {
		color: #003d96;
		font-family: 游明朝, YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-size: 2rem;
		margin-top: 10%;
		font-weight: bold;
		letter-spacing: 4px;
		text-align: center;
	}
	.ra_12_img2 {
		margin-top: 5%;
		overflow: hidden;
	}
	.ra_12_img2 .left {
		max-width: 48%;
		float: left;
	}
	.ra_12_img2 .right {
		max-width: 48%;
		float: right;
	}
	.ra_12_txt4 {
		font-size: 1.8rem;
		font-weight: bold;
		text-align: center;
		background: #239f8d;
		color: #fff;
		margin-top: 8%;
		padding: 4%;
	}
	.ra_12_img3 {
		max-width: 92%;
		margin: 5% auto 0;
	}
	.ra_13_txt1 {
		color: #003d96;
		font-family: 游明朝, YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-size: 2rem;
		margin-top: 12%;
		font-weight: bold;
		letter-spacing: 4px;
		text-align: center;
	}
	.ra_13_img1 {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
		margin-top: 2%;
	}
	.ra_13_img1 .flex_img {
		max-width: 32%;
		margin-top: 4%;
	}
	.ra_13_img2 {
		margin-top: 6%;
		overflow: hidden;
	}
	.ra_13_img2 .left {
		max-width: 48%;
		float: left;
	}
	.ra_13_img2 .right {
		max-width: 48%;
		float: right;
	}
	.ra_13_txt2 {
		font-size: 1.8rem;
		font-weight: bold;
		text-align: center;
		background: #eb9124;
		color: #fff;
		margin-top: 8%;
		padding: 4%;
	}
	.ra_13_img3 {
		margin-top: 10%;
	}
	.ra_13_txt3 {
		font-size: 1.8rem;
		font-weight: bold;
		text-align: center;
		background: #239f8d;
		color: #fff;
		margin-top: 8%;
		padding: 4%;
	}
	.ra_13_img4 {
		margin-top: 10%;
	}
	.ra_13_txt4 {
		font-family: 游明朝, YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-size: 1.4rem;
		margin-top: 15%;
	}
	.ra_13_txt5 {
		font-family: 游明朝, YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-size: 1.1rem;
		margin-top: 3%;
		text-align: right;
	}
	.ra_13_txt6 {
		font-family: 游明朝, YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-size: 1.1rem;
		margin-top: 12%;
		letter-spacing: 4px;
		line-height: 1.6;
	}
	.ra_13_txt6 .m {
		font-size: 1.2rem;
		color: #01458e;
	}
	.ra_13_txt6 .l {
		font-weight: bold;
		font-size: 1.8rem;
		color: #01458e;
	}
	.ra_13_txt7 {
		font-family: 游明朝, YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-size: 1.1rem;
		margin-top: 5%;
		letter-spacing: 4px;
		line-height: 1.6;
	}
	.ra_13_txt8 {
		font-family: 游明朝, YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-size: 1.4rem;
		background: #003d96;
		color: #fff;
		padding: 4%;
		text-align: center;
		margin-top: 10%;
		letter-spacing: 2px;
	}
	

	.ra_15_img2 {
		margin-top: 2%;
		margin-bottom: 2%;
		overflow: hidden;
	}
	.ra_15_img2 .left {
		max-width: 49%;
		float: left;
		font-size: 0.8rem;
		text-align: center;
	}
	.ra_15_img2 .right {
		max-width: 49%;
		float: right;
		font-size: 0.8rem;
		text-align: center;
	}
	
	.bnr_rapiro {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.bnr_case {
		margin-bottom: 10px;
		max-width: 100%;
	}

	#texture .case_txt .sub {
		font-size: 1.5rem;
		margin-top: 4%;
		font-family: 游明朝, YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-weight:bold;
	}
	#texture .case_txt dd {
		font-size: 1.1rem;
		color: #444;
	}
	#texture .case_img_bottom ul li {
		max-width: 29%;
	}
	#texture .case_img_bottom ul {
		justify-content: left;
	}

	/* 404 Not Found */
	.txt_notfound {
		font-size: 1.3rem;
		color: #444;
		margin-top: 20%;
	}
	.img_notfound {
		max-width: 80%;
		margin: 10% auto 20%;
	}
	.btn_notfound a {
		display: block;
		width: 80%;
		margin: 0 auto;
		text-align: center;
		background: #194587;
		color: #fff;
		padding: 5% 3%;
		text-decoration: none;
		font-weight: bold;
	}
	.btn_notfound a:hover {
		opacity: 0.8;
	}

	/*	mold_type 追加*/	

    .moldmaterial_box {
        max-width: 1000px;
        margin: 0 auto;
        border: 2px solid #ababab;
        border-radius: 3px;
    }

    .moldmaterial_box span {
        display: flex;
        justify-content: left;
        align-items: left;
        padding: .5em 0;
        background-color: #ababab;
        color: #fff;
        font-weight: 600;
    }

    .moldmaterial_box p {
        margin: 0;
        padding: 1em 1.5em;
        color: #333;
    }
	
			/*　採用情報よくある質問*/
	
    .recruitqa-nav {
        text-align: center;
    }
 
    .recruitqa-nav ul {
        margin: 0 ;
        padding: 0 ;
    }
    .recruitqa-nav ul li::after{
        content: "/";
        color: #888;
        font-weight: bold;
    }
 
    .recruitqa-nav ul li:last-child::after {
        content: ""; 
    }
	
    .recruitqa-nav ul li{
        list-style: none;
        display: inline-block;
    }
 
    .recruitqa-nav li :hover{
        border-bottom: 3px solid #085b96;
    }
	
    .recruitqa-nav ul li a {
        text-decoration: none;
        color: #333;
        font-weight: bold;
        font-size: 1.1rem;
    }
	    .qa-001 {
        max-width: 100px;
        margin-bottom: 7px;
        border: 1px solid #d6dde3;
        border-radius: 5px;
    }

    .qa-001 summary {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        padding: 1em 2em 1em 3em;
        color: #333333;
        font-weight: 600;
        cursor: pointer;
    }

    .qa-001 summary::before,
    .qa-001 p::before {
        position: absolute;
        left: 1em;
        font-weight: 600;
        font-size: 1.3em;
    }

    .qa-001 summary::before {
        color: #75bbff;
        content: "Q";
    }

    .qa-001 summary::after {
        transform: translateY(-25%) rotate(45deg);
        width: 7px;
        height: 7px;
        margin-left: 10px;
        border-bottom: 3px solid #333333b3;
        border-right: 3px solid #333333b3;
        content: '';
        transition: transform .5s;
    }

    .qa-001[open] summary::after {
        transform: rotate(225deg);
    }

    .qa-001 p {
        position: relative;
        transform: translateY(-10px);
        opacity: 0;
        margin: 0;
        padding: .3em 3em 1.5em;
        color: #333;
        transition: transform .5s, opacity .5s;
    }

    .qa-001[open] p {
        transform: none;
        opacity: 1;
    }

    .qa-001 p::before {
        color: #ff8d8d;
        line-height: 1.2;
        content: "A";
    }
		.qa-recruit dt {
        margin-bottom: 1em;
            color: #333333;
        font-weight: 600;
    }

    .qa-recruit dt::before,
    .qa-008 dd::before {
        margin-right: .4em;
    }

    .qa-recruit dt::before {
        content: "Q.";
    }

    .qa-recruit dd {
        margin: 0 0 2.5em;
        padding: 1em 1.5em;
        background-color: #f2f2f2;
        color: #333333;
    }

    .qa-recruit dd::before {
        content: "A.";
    }

	/* recruittop	 */
	
    .recruitimage {
	    margin-right: calc(50% - 50vw);
    	margin-left: calc(50% - 50vw);
    }

    .recruitimage img {
        display: block;
    	width: 100%;
    	height: auto;
    	animation: fadeIn 4s ease 0s 1 normal;
    -webkit-animation: fadeIn 4s ease 0s 1 normal;
    }
	
    @keyframes fadeIn { 
        0% {opacity: 0}
        100% {opacity: 1} 
    }

        .recruitimagepc { display: none !important; }
        .recruitimagesp { display: block !important; }
    
	
		/*　よくある質問目次*/
    .q_a_list {
        margin-bottom: 30px;
        padding: 1em 1em 1em 2em;
        border-top: 5px solid #13598b;
        border-radius: 5px;
        box-shadow: 0 2px 3px rgb(0 0 0 / 15%);
        background-color: #f7f7f7;
    }

    .q_a_list div {
        display: flex;
        align-items: center;
        margin: 0;
        color: #13598b;
        font-weight: 600;
        font-size: 1.2em;
    }

    .q_a_list div::before {
        display: inline-block;
        width: 2.2em;
        height: 2.2em;
        margin-right: 5px;
        border-radius: 50%;
        background: #13598b         
		url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M3.8%2017.2h-3c-.5%200-.8.4-.8.8v3c0%20.4.3.8.8.8h3c.4%200%20.8-.3.8-.8v-3c-.1-.4-.4-.8-.8-.8zm0-15h-3c-.5%200-.8.4-.8.8v3c0%20.4.3.8.8.8h3c.4%200%20.8-.3.8-.8V3c-.1-.4-.4-.8-.8-.8zm0%207.6h-3c-.5%200-.8.3-.8.7v3c0%20.4.3.8.8.8h3c.4%200%20.8-.3.8-.8v-3c-.1-.4-.4-.7-.8-.7zM23.2%2018h-15c-.4%200-.8.3-.8.8v1.5c0%20.4.3.8.8.8h15c.4%200%20.8-.3.8-.8v-1.5c0-.5-.3-.8-.8-.8zm0-15h-15c-.4%200-.7.3-.7.8v1.5c0%20.4.3.7.7.7h15c.5%200%20.8-.3.8-.8V3.8c0-.5-.3-.8-.8-.8zm0%207.5h-15c-.4%200-.8.3-.8.8v1.5c0%20.4.3.8.8.8h15c.4%200%20.8-.3.8-.8v-1.5c0-.5-.3-.8-.8-.8z%22%2F%3E%3C%2Fsvg%3E')           no-repeat center / 1em;
        content: '';
    }

    .q_a_list ol {
        list-style-type: disc;
        margin: 0;
        padding: 0 1.2em;
        overflow: hidden;
    }

    .q_a_list > ol {
        margin-top: 15px;
    }

    .q_a_list ol ol {
        margin-top: 5px;
    }

    .q_a_list li {
        padding: 5px 0;
        font-weight: 600 !important;
    }

    .q_a_list ol ol li {
        font-weight: 500;
        font-size: .9em;
    }

    .q_a_list a {
        color: #555;
        text-decoration: none;
    }
	
			/*　採用ページ見出し　*/

    .heading-031 {
        position: relative;
        padding: .3em 0 .2em 1em;
        border-bottom: 3px solid #085b96;
        color: #333333;
		font-size:1.3rem;
        font-weight:bold;
    }

    .heading-031 ::before {
        position: absolute;
        top: 0;
        left: .3em;
        transform: rotate(55deg);
        height: 11px;
        width: 12px;
        background: #085b96;
        content: '';
    }

    .heading-031 ::after {
        position: absolute;
        transform: rotate(15deg);
        top: .6em;
        left: 0;
        height: 8px;
        width: 8px;
        background: #085b96;
        content: '';
    }
	
		/* キャリアプランページ */
    .education{
        width: auto;
        padding: 8px;
		margin:5px;
        border: .5px solid rgba(0, 0, 0, 0.1);
        box-sizing: border-box;
        margin-bottom: 24px; 
    }

    .img-education img{
        width: 100%;
        vertical-align: bottom;
    }

    .content-education{
        padding: 8px 0;
        text-align: center;
    }

    .content-education .heading{
        width: 250px;
        margin: 0 auto;
        font-weight: bold;
        font-size: 160%;
    }

    .content-education .text{
        margin: 0;
        font-size: 14px;
    } 

    .flex-container {
    }
    .flex-container .education {
        flex: 1;
    }
	
    .education{
        margin: 10px;
    }

		/* 募集要項ページ */
	
    .jobdescription {
        width: 100%;
        border-collapse: collapse;
        border-top: 0.5px solid #333;
        border-right: 0.5px solid #333;
    	border-color: #A9A9A9;
    }

    .jobdescription th{
        padding: 16px;
        font-weight: bold;
        border-left: 1px solid #333;
        border-bottom: 1px solid #333;
    	border-color: #A9A9A9;
    }
	
    .jobdescription td{
        padding: 16px;
        font-weight: normal;
        border-left: 1px solid #333;
        border-bottom: 1px solid #333;
    	border-color: #A9A9A9;
    }
	
    .jobdescription th{
        background-color: #F5F5F5;
    }

    .jobdescription-list{
        list-style: none;
        padding: 0;
    }
    .jobdescription-list li{
        margin: 5px 0;
    }
    @media  screen and(max-width: 640px) {
    .jobdescription table {
    width: 90%;
    margin: 0 auto;
    }
    .jobdescription  th, td {
    display: block;
    }
    .jobdescription th{
        border-bottom: solid 1px #000;
    }
    .jobdescription td{
        border-top: solid 1px #fff;
    }
    }		
	
			/* 1日の流れ */
	
    .time-schedule {
        min-width: 100%;
        max-width: 100%;
        list-style: none;
        margin: 0 auto 0 6em;
        padding-left: 20px;
        border-left: 6px solid #00267F;
        box-sizing: border-box;
    }

    .time-schedule li {
        width: 100%;
        margin: 0 0;
        padding: 5px 0;
        position: relative;
    }

    .time-schedule span.time {
        width: 5em;
        display: inline-block;
        margin-left: -8em;
        padding: 0 0 5px;
        margin-top: 15px;
        vertical-align: top;
        position: relative;
        text-align: right;
        box-sizing: border-box;
    	font-size: 16px;
    }

    .time-schedule span.time::after {
        content: "";
        position: absolute;
        right: -35px;
        top: 0;
        background: #00267F;
        width: 20px;
        height: 20px;
        border-radius: 10px;
    }

    .time-schedule .sch_box {
        display: inline-block;
        width: 100%;
        margin-left: 40px;
        padding: 15px 10px 15px 10px;
        vertical-align: middle;
        background: #f5f5f5;
        box-sizing: border-box;
        border-radius: 6px;
    }
    .sch_box img{
        width: 300px;
    	height: auto;
    }

    .time-schedule .sch_title {
        font-size: 16px;
        font-weight: 700;
    }

    .time-schedule .sch_tx {
        font-size: 14px;
        font-weight: normal;
    }	
	
			/* 選考フロー */
	
    .step-wrap4 {
        counter-reset: count;
        margin: 2em 0;
        position: relative;
    }
	
    .step-content4 {
        padding: 1em 0 1.3em 2.5em;
        margin: 0;
        position: relative;
    }
	
    .step-content4::before {
        content: "";
        display: block;
        width: 55px;
        height: 55px;
        background: #00267F;
        border-radius: 50%;
        position: absolute;
        top: 0;
        left: -3px;
    }
	
    .step-content4::after {
        content: "";
        display: block;
        height: calc(100% - 55px);
        border-left: solid 2px #ddd;
        position: absolute;
        top: 55px;
        left: 10px;
    }
	
    .step-label4 {
        color: #fff;
        font-weight: bold;
        font-size: 12px;
        position: absolute;
        top: 6px;
        left: 9px;
    }
	
    .step-label4::after {
        counter-increment: count;
        content: counter(count);
        position: absolute;
        font-size: 30px;
        top: 8px;
        left: 7px;
    }
	
    .step-title4 {
        font-weight: bold;
        font-size: 120%;
        margin-left: 1.5em;
    }
	
    .step-body4 {
        margin-top: 1em;
        padding: 0 0 1em;
        border-bottom: dotted 2px #ddd;
    }
	
    .step-wrap4 > :last-of-type::after {
        display: none;
    }	
	
			/*　採用ページ下リンク　*/
	
    .heading-021 {
        display: block;
        text-align: left;
        font-family: "Poppins",sans-serif;
        font-weight: 700;
        letter-spacing: .06em;
        font-feature-settings: "palt" 1;
        font-size: 2.5rem;
        line-height: 1;
        color: var(--black);
		margin-top: 100px;
    }
	[class^="flex-col4"] {
	    display: flex;
	        flex-wrap: wrap;
    }

    .flex-child { margin-bottom: 10px; }

    .flex-col4::before,
    .flex-col4::after,
    .flex-col4::before,
    .flex-col4::after { content: ""; }
    .flex-col4::before { order: 1; }
    .flex-child img { width: 95%; }

	.flex-col4 .flex-child {
        width: calc( (100% - 10px) / 2 ); 
        text-align: center;}
	
	
	/*　texture見出し　*/
	
	.heading-001 {
        margin-top: 60px;
 　     margin-bottom: 5px;
        padding: .5em .7em;
        border-left: 10px solid #085b96;
        color: #333333;
		font-size: 1.6rem;
        font-weight:bolder;
    }


		/* clipstory */
	
    .heading-story {
        position: relative;
        padding: .3em 0 .2em 1em;
        border-bottom: 3px solid #7fbfff;
        color: #333333;
        font-weight: bold;
        font-size:1.3rem;
    }

    .heading-story::before {
        position: absolute;
        top: 0;
        left: .3em;
        transform: rotate(55deg);
        height: 11px;
        width: 12px;
        background: #7fbfff;
        content: '';
    }

    .heading-story::after {
        position: absolute;
        transform: rotate(15deg);
        top: .6em;
        left: 0;
        height: 8px;
        width: 8px;
        background: #84ffff;
        content: '';
    }

    .productstory2 {
        background: #0d407e;
        margin-right: calc(50% - 50vw);
        margin-left: calc(50% - 50vw);
        padding-right: calc(50vw - 50%);
        padding-left: calc(50vw - 50%);
    }
	

    .productstory2 p{
        color : #FFFFFF;
        text-align:center;
        padding: 50px;
        font-weight:bold;
    }

	/* snslinkpage	 */	
	
    .snslinkpage {

    }

    .snslinkpage_topimg{
        margin-top:10px;
        margin-bottom:10px;
        text-align: center;
    }

    .snslinkpage_img {
        text-align: center;
        margin-bottom:10px;
    }

	/* clipcontents	 */	

    .ac_top {
        background: #dbedf4;
        margin-right: calc(50% - 50vw);
        margin-left: calc(50% - 50vw);
        padding-right: calc(50vw - 50%);
        padding-left: calc(50vw - 50%);
    }

    .acimage {
        margin-bottom: 30px;
        display: flex;
        flex-wrap: wrap;
    }


    .acimagebox {
        margin-bottom: 20px;
        text-align: center;
        width: 50%;
    }


    .acimage2 {
        margin: 5px;
        display: flex;
        justify-content: flex-end;
        width: 50%;
    }

    .acimage3 img{
        margin-bottom: 30px;
    }

	/* storytop	 */	

    .productstory_box {
        padding: 10% 0;
    }
  　.productstory_txt {
    }

    .productstory_txt dt {
        font-weight: bold;
        font-size: 1.6rem;
        margin-bottom: 2%;
  　}
    .productstory_txt dt span {
        font-size: 1.1rem;
        font-weight: bold;
        margin-bottom: 2%;
　　}

    .productstory {  
        background: #dbedf4;
        margin-right: calc(50% - 50vw);
        margin-left: calc(50% - 50vw);
        padding-right: calc(50vw - 50%);
        padding-left: calc(50vw - 50%);
		  padding-bottom: 14%;
    }

    .productstory .productstory_ttl{
        font-weight: bold;
        font-size: 1.8rem;
        text-align: center;
        padding-top:30px;
    }

    .productstory p{
        text-align:center;
        padding: 20px;
        margin-bottom:25px;
        font-weight:bold;
        font-size: 0.8rem;
    }

    .productstorybox{
        overflow: auto;
        padding:15px;
        background:#f8f8f8;
        border-radius:30px;
        margin-bottom:50px;
    }

    .productstory_img {
        padding-bottom: 20px;
    }

    .productstory a{
        text-decoration: none;
    }
	
    .actopimagepc { display: none !important; }
    .actopimagesp { 
        display: block !important; 
        margin-bottom:10px;
        margin-top:10px;
    }
	
	/* snoppostory	 */
	
	.snoppoimagepc { display: none !important; }
	.snoppoimagesp {
        display: block !important; 
	    margin-right: calc(50% - 50vw);
    	margin-left: calc(50% - 50vw);
    }
	
	.snopposubheading {
        font-weight:bold;
		font-size:1.1rem;
        margin-bottom:5px;
		padding: .5em .em;
        border-left: 5px solid #7fbfff;
    }		
	
	.productstory_sn {
    }
	
    .productstory_sn p{	
        text-align:center;
		font-size:0.8rem;
        font-weight:bold;
		color:#7d7d7d;
		padding-bottom:20px;
    }
	
    .sn_img {
        text-align:center;
        font-size:0.9rem;
	}
	
    .snoppoimagepc2 { display: none !important; }
	.snoppoimagesp2 {
        display: block !important; 
		margin-top:10px;
        margin-bottom:10px;
	}
    .sn_img2 {
		margin-top: 2%;
		margin-bottom: 2%;
		overflow: hidden;
	}
    .sn_img2 .left {
		font-size: 0.8rem;
		text-align: center;
		margin-top:10px;
	}
	.sn_img2 .right {
		font-size: 0.8rem;
		text-align: center;
		margin-top:10px;
	}
	
	　　/*　製作事例リスト*/
    ul#filterBtnList{
        list-style: none;
        padding: 0;
    }
    ul#filterBtnList li{
        display: inline-block;
        padding: 2px;
       font-size: 12px;
        cursor: pointer;
        color:#717983;
    }
    ul#filterBtnList li:hover{
        color: #38a1db;
    }
    ul#filterBtnList li.is_active{
        color: #38a1db;
    }
 
        /*コンテンツのリスト*/
    ul.test_list{
        list-style: none;
            margin: 0;
        padding: 0;
    }
    ul.test_list li{
        display: inline-block;
        width:100%;
        color: #fff;
        font-size: 5px;
        padding:0.5rem 0.3rem 0.5rem 0.3rem;
        text-align: center;
        width: calc(98% / 2);
    }

        /*case filter*/
    .casefilterlist {
        border-collapse: separate;
        width: 100%;
        border: 1px solid #a1bcda;
        border-color: #a1bcda;
        margin-bottom:60px;
		border-spacing: 0;
		border-radius: 10px;
		overflow: hidden;
    }
    .casefilterlist th, .casefilterlist td {
        padding: 0.3em;
        border-color: #a1bcda;
		border-bottom: 1px solid #a1bcda;
    }
    .casefilterlist th {
        text-align: center;
        width: 13%;
    }
    .casefilterlist tbody td {
        border-left: 1px solid #a1bcda;
    }
	
    .casefilterserch {
        font-size:1.5rem;
        margin-top:40px;
        margin-bottom:10px;
    }

    .casefilterlist tbody tr:last-child th,
    .casefilterlist tbody tr:last-child td {
        border-bottom: none;
    }

        /*case card*/

    .casecard {
        background-color: #fff;
        box-shadow: 1px 4px 8px rgba(0, 0, 0, .16);
        color: #212121;
        text-decoration: none;
        border-radius: 10px;
    }

    .casecard__header {
        display: flex;
        flex-wrap: wrap;
    }

    .casecard__title {
        padding: 0.4rem 0.1rem 0.2rem 0.3rem;
        font-size: 0.92rem;
        order: 1;
        font-weight:bold;
        color: #00458D;
        width:100%;
        text-align: left;
    }
    .casecard__sub {
        padding: 0rem 0.4rem 0;
        font-size: 0.75rem;
        order: 1;
        font-weight:bold;
    }

    .casecard__thumbnail {
        margin: 0;
        order: 0;
    }

    .casecard__thumbnail img{
        border-radius: 10px 10px 0px 0px;
    }

    .casecard__image {
        width: 100%;
    }

    .casecard__body {
        padding: 0.5rem;
        text-align: left;
        color:#38a1db;
        height: 55px;
    }

    .casecard__text {
        font-size: .7rem;
    }
    .casecard__text2 {
        font-size: .8rem;
    }

    .casecard__text + .casecard__text {
        margin-top: .5rem;
    }

    .casecard__footer {
        text-align: right;
        color:#9fa0a0;
        padding:0.5rem;
    }
	
	.casebox_under {
        text-align: center;
        padding-top: 5%;
        padding-bottom:5%;
   }

	/*works リンク先*/
	
    .works_box {
        padding-top: 4%;
        padding-bottom: 4%;
        overflow: hidden;
    }
    .works_icon{
        display:flex;
        height:50px;
        padding-top:10px;
    }
	
    .works_icon li {
        padding:0 5px;
    }
    .works_icon li img {
        max-width:100%;
        height: 40px; 
    }
    .works_img {
        max-width: 100%;
    }
    .works_txt {
        width: 100%;
    }
    .works_txt dt {
        margin: 0;
        font-size: 1.8rem;
        font-weight:bold;
        color: #00458D;
    }

    .works_txt dt span {
        font-size: 1.2rem;
    }
    .works_txt .workssub {
        margin-top: 1%;
        font-size: 1.2rem;
        font-weight:bold;
    }
    .works_txt .worksbottom {
        margin-top: 3%;
        overflow: hidden;
    }
    .works_txt .worksbottom ul {
        float: left;
        width: 100%;
    }
    .worksbottom dl {
        width: 100%;
    }
    .worksbottom dt {
        background: #00458D;
        color: #fff;
        border-radius: 5px;
        font-size: 1.0rem;
        padding: 2%;
        margin-bottom:10px;
        text-align: center;
    }
    .worksbottom dd {
        padding-bottom: 10px;
    }
    .works_img_bottom ul li {
        max-width: 21%;
        margin: 0 1%;
    }
    .works_c {
        text-align: center;
        padding-top: 2%;
    }
    .workstable {
        padding:5px;
    }

    .works_relation {
        text-align: center;
        font-weight:bold;
        font-size:1.5rem;
        padding-top:100px;
        padding-bottom:50px;
    }
	    .heading-sn {
        position: relative;
        padding: 5em .7em .4em;
        border-bottom: 3px solid #00458D;
        color: #333333;
        font-weight:bold;
        font-size:1.2rem;
        margin-bottom:1.2rem;
    }

    .heading-sn::before,
    .heading-sn::after {
        position: absolute;
        left: 30px;
        bottom: -15px;
        width: 30px;
        height: 15px;
        clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    }

    .heading-sn::before {
        background-color: #00458D;
    }

    .heading-sn::after {
        bottom: -11px;
        background-color: #fff;
    }
}

/* ------------------------------------------------------------------
640px～650px
------------------------------------------------------------------*/

@media screen and (min-width:650px) {
    .card-container100{
        max-width: 750px;
        height: 200px;
    }

    .card-text100 h2{
        font-size: 1.5em;
		font-weight:bold;
    }
	    .card-text100 h3{
        font-size: 1.1em;
    }
    .card-text100 p{
        font-size: 1em;
			    color: #333;	
    }
    .card-img100{
        max-width: 49%;
		float: right;
    }
    .card-img100 li{
        max-width: 49%;
		float: left;
    }
　　}

@media screen and (max-width: 640px) {
　　.card-container100{
        width: 100%;
		display: block;
　　}
	.card-text100 h2{
        font-size: 1.2em;
        font-weight:bold;
        color: #333;	
　　}
	.card-text100 p{	
		padding-right: 30px;
　　}
　　.card-img100{
        max-width: 100%;
        float: none;
　　}
　　.card-img100 li{
        max-width: 100%;
        float: none;
　　}
　　}


@media screen and (min-width:650px) {
　　.flex-container{
        display: flex;
        justify-content: space-between;
        width: 100%;
　　}
	
　　.education{
        width: 30%;
        margin: 0;
　　}
　　}

@media screen and (max-width:650px) {
　　.flex-container {
        display: flex;
        flex-direction: column;
　　}
　　.flex-container .education {
        flex: 1;
　　}
　　.education{
        margin: 0;
　　}
　　}

/* ------------------------------------------------------------------
769px 〜 959px
------------------------------------------------------------------*/
@media screen and (min-width:768px) and ( max-width:959px) {

	.profile .sp {
		display: none;
	}
	.profile .pc {
		display: block;
	}
	}




/* ------------------------------------------------------------------
960px〜
------------------------------------------------------------------*/
@media screen and (min-width:960px) {

  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
/* 202510 追記 */
	#wrapper {
		padding-top: 125px;
	}
  #wrapper .slick-prev,.slick-next {
    display: block!important;
  }

  /* header */
  #header_sp {
    display: none;
  }
  #header_pc {
    display: block;
    width: 100%;
    background: #fff;
  }
  header {
    max-width: 960px;
    margin: 0 auto;
    overflow: hidden;
    padding: 3px 0 5px;
  }
  .logo {
    float: left;
    max-width: 200px;
    line-height: 0;
    margin-top: 15px;
  }
  .logo img {
    width: 100%;
  }
  .head_right {
    float: right;
    margin-top: 4px;
    width: 296px;
    text-align: right;
  }
  .head_right a:hover {
    opacity: 0.8;
  }
  .head_phone {
    margin-right: 3%;
  }
  .head_phone .phone_1 {
    font-size: .8rem;
    color: #656464;
  }
  .head_phone .phone_1 span {
    font-weight: bold;
    color: #00458C;
    font-size: .8rem;
  }
  .head_phone ul .num {
    color: #00458C;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
    font-size: 2.2rem;
    line-height: 1.2;
  }
  .head_phone ul li .fa-phone {
    margin-right: 5px;
    font-size: 30px;
  }
  .head_phone .phone_2 {
    color: #00458C;
    font-size: .8rem;
  }
  .head_phone .phone_3 {
    color: #656464;
    font-size: .7rem;
  }
  .head_icon {
    position: absolute;
    right: 0;
    top: 11px;
  }
  .head_icon ul {
    overflow: hidden;
  }
  .head_icon ul li {
    float: left;
    margin-left: 10px;
  }
  .icon_insta {
    max-width: 28px;
  }
  .icon_tw {
    max-width: 28px;
  }
  .icon_fb {
    max-width: 28px;
  }
  .icon_blog {
    max-width: 28px;
  }
  .icon_home {
    max-width: 38px;
    border-left: solid 1px #ccc;
    padding-left: 10px;
  }

  .inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 0;
  }

  /* nav */
  #gnav .menu-container {
    width: 100%;
  }
  .menu-container .g_menu {
    width: 960px;
    margin: 0 auto;
  }
  #gnav .g_menu {
    position: relative;
  }
  #gnav .g_menu ul li a span {
    color: #093C87;
    font-size: .8rem;
    margin-right: 4px;
    display: inline-block;
  }


  /* kv */
	#kv {
		height: 423px;
		overflow: hidden;
		padding-top: 123px;
	}
  .kv {
    width: 960px;
    margin: 0 auto;
  }
  .kv_sp {
    display: none;
  }
  .kv_pc {
    display: block;
    background-size: cover;
  }

  .contents_in {
    width: 800px;
    margin: 0 auto;
  }

  /* top_ttl */
  .top_ttl {
    padding: 2% 0 1%;
  }
  .top_bl1 .bl_subttl {
    font-size: 1.8rem;
  }

  /* bl_img */
  .bl_img {
    margin: 5% 0 2%;
  }

  .top_bl1 dt {
    text-align: center;
  }
  .top_bl1 dt span {
    font-size: 1.4rem;
  }
  .top_bl1 dd {
    width: 700px;
    margin: 1% auto 0;
  }
  .top_bl_txt {
    margin: 3% 0;
    text-align: center;
  }
  .top_bl_txt span {
    font-size: 1.4rem;
    letter-spacing: -1px
  }
  .top_bl1 .btn {
    max-width: 220px;
    margin-bottom: 5%;
  }

  /* top_news */
  .news_area {
    position: relative;
    padding-bottom: 130px;
  }
  .news_area h2 {
    padding: 1% 3%;
    font-size: 1.4rem;
    letter-spacing: 3px;
  }
  .news_list table th {
    font-size: 1rem;
    width: 20%;
    padding: 1% 3%;
  }
  .news_list table .t_head span {
    margin-left: 10px;
  }
  .news_list table td {
    font-size: 1rem;
    padding: 1% 3%;
  }
  .news_list table td .tag {
    display: inline-block;
    margin-right: 5px;
  }
  .news_list table td .tag_new {
    font-size: .9rem;
    padding: 1px 5px;
  }
  .news_list table td .tag_award {
    font-size: .9rem;
    padding: 1px 5px;
  }
  .news_list table td .tag_publish {
    font-size: .9rem;
    padding: 1px 5px;
  }
  .news_btn {
    max-width: 380px;
    margin: 0;
    position: absolute;
    left: 60px;
    bottom: 15px;
  }
  .news_btn ul li {
    margin-top: 2%;
  }
  .news_bg {
    max-width: 450px;
    position: absolute;
    bottom: 0;
    right: 0;
  }

  /* top_bnr */
  .top_bnr {
    margin: 2% auto 3%;
  }
  .top_bnr ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
  }
  .top_bnr ul li {
    width: 49%;
    margin-top: 2%;
  }
  .bnr_blog {
    max-width: 630px;
    margin: 3% auto 0;
  }
	.bnr_profile {
		margin-top: 1%;
	}

  /* s_info */
  .s_1 {
    padding: 8% 0;
    position: relative;
    width: 880px;
    margin: 0 auto;
  }
  .s_info p {
    font-size: 1.1rem;
  }
  .s_info h3 {
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
  .s_info .s_1 ul {
    width: 530px;
  }
  .s_1_r {
    max-width: 200px;
    position: absolute;
    right: 0;
    top: 11%;
  }
  .s_info ul li {
    width: 32%;
    padding: 1% 0;
    font-size: 1.1rem;
  }
  .s_1_r a:link {
    background: none;
  }
  .s_1_r a:hover {
    background: none;
  }
  .s_1_r a:visited {
    background: none;
  }
  .s_2 {
    padding: 6% 0;
    position: relative;
    width: 880px;
    margin: 0 auto;
  }
  .s_2_r {
    max-width: 200px;
    position: absolute;
    right: 0;
    top: 13%;
  }
  .s_info .s_2 ul {
    width: 530px;
  }
  .s_2_r a:link {
    background: none;
  }
  .s_2_r a:hover {
    background: none;
  }
  .s_2_r a:visited {
    background: none;
  }
  .s_info .s_2 ul li {
    width: 24%;
  }
  .s_3 {
    padding: 8% 0;
    position: relative;
    width: 880px;
    margin: 0 auto;
  }
  .s_3_r {
    max-width: 400px;
    position: absolute;
    right: 0;
    top: 13%;
  }
  .s_3 .tel {
    font-size: 1rem;
    text-align: right;
    line-height: 1.3;
    letter-spacing: 2.2px;
    margin-top: 8%;
  }
  .s_3 .tel .num {
    font-size: 3.6rem;
    letter-spacing: 1px
  }
  .s_3 .fa-phone {
    font-size: 3rem;
  }

  /* footer */
  #footer {
    margin-top: 3%;
    padding-bottom: 5%;
  }
  .foot_in {
    width: 880px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
  }
  .foot_ttl {
    margin-bottom: 3%;
  }
  .foot_list {
    width: 31%;
  }
  .foot_calender {
    margin-top: 0;
  }
  .foot_bnr {
    margin-top: 0;
  }

	.bl_in {
		padding-bottom: 6%;
	}
  #article_bottom {
    border-bottom: solid 3px #093C87;
	  margin-top: 6%;
  }


  .copy {
    margin-bottom: 0;
	  padding-top: 30px;
  }
  #page_top {
    bottom: 90px;
    right: 0;
  }

  /* underlayer */

  /* pan */
  .pan {
    padding: 5px 0;
  }

  /* company */
  .page_ttl {
    margin: 4% 0;
    padding: 1% 0 1% 2%;
  }
  .page_ttl span {
    margin-left: 3%;
  }
  .com01 {
    overflow: hidden;
  }
  .com01_img {
    max-width: 40%;
    float: right;
    overflow: hidden;
  }
  .com01_txt {
    width: 56%;
    float: left;
  }
  .com01_txt ul li {
    margin-top: 0;
    margin-bottom: 2%;
  }
  .com01 .btn {
    max-width: 190px;
    margin: 3% 0 0 0;
    float: right;
  }
  .com02 {
    padding: 2% 0;
    margin: 2% 0;
    overflow: hidden;
  }
  .com02 ul li {
    float: left;
    line-height: 2;
  }
  .com02 ul li span {
    margin-right: 6px;
  }
  .com02 .btn {
    margin: 0;
  }
  .com02_l {
    width: 140px;
  }
  .com03 p span {
    margin-right: 6px;
  }

  /* history */
  .history {
    position: relative;
  }
  .history table th {
    font-size: 1.1rem;
    width: 20%;
    padding: 0 3% 5%;
  }
  .history table td {
    font-size: 1.1rem;
    padding: 0 3% 5%;
  }
  .bg_history {
    position: absolute;
    right: 0;
    top: 0;
  }

  /* policy */
  .policy {
    width: 880px;
    margin: 0 auto;
  }
  .policy_img {
    max-width: 88px;
    margin: 5% auto;
  }
  .policy dl dt {
    margin-top: 3%;
  }
  .policy_bottom {
    margin-top: 10%;
  }
  .policy_bottom .pb_2 {
    margin-top: 3%;
  }

  /* about */
  .about {
    width: 880px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 60px
  }
  .about_img {
    margin: 7% auto 0;
  }
  .about h2 {
    font-size: 1.6rem;
    margin-top: 5%;
  }
  .about h3 {
    margin-top: 1%;
  }
  .about02 dt {
    margin-top: 5%;
  }
  .about02 dd {
    margin-top: 3%;
  }
  .about02 p {
    margin-top: 3%;
  }
  .about03 p {
    margin: 5% 0;
  }
  .about03 ol li {
    margin-top: 1%;
  }
  .about04 {
    position: absolute;
    right: 0;
    bottom: 0;
  }

  /* strength */
  .strength_ttl {
    font-size: 2.4rem;
    margin: 6% auto;
    width: 550px;
  }
  .strength_ttl span {
    margin-left: 32px;
  }
  .img_ttl {
    max-width: 30%;
    margin-bottom: 6%;
  }
  .strength dl {
    width: 558px;
    margin: 0 auto;
    overflow: hidden;
  }
  .strength dd {
    margin: 3% 0 7%;
    padding-left: 10%;
    overflow: hidden;
  }
  .strength .st_txt {
    margin: 3% 0;
  }
  .strength .btn {
    margin: 0;
    max-width: 200px;
    float: right;
  }

  /* environment */
  .environment_ttl {
    max-width: 230px;
    margin: 10% auto;
  }

  /* interview */
  .interview {
    width: 800px;
    margin: 0 auto 8%;
  }
  .interview .name {
    font-size: 1.4rem;
    margin-bottom: 2%;
    padding-left: 2%;
  }
  .i_img {
    max-width: 40%;
  }
  .interview dl {
    font-size: 1.1rem;
  }
  .interview dt {
    margin-top: 4%;
  }
  .interview dd {
    margin-top: 1%;
  }
	.interview .dd_img {
		display: block;
		max-width: 45%;
		margin: 3% auto 0;
	}
  .i_top {
    overflow: hidden;
  }
  .i_top .i_img {
    float: left;
  }
  .i_txt {
    float: right;
    width: 56%;
    font-size: 1.1rem;
  }
  .i_txt p {
    margin: 0;
  }
  .i_in {
    font-size: 1.1rem;
    margin-top: 3%;
  }
  .i_bottom {
    margin: 3% 0 0;
    font-size: 1.1rem;
  }

  /* fixed_post */
  .fixed_post {
    width: 880px;
    margin: 0 auto;
    position: relative;
  }
  .fixed_post .new {
    width: 7%;
    padding: 4% 0 1%;
    position: absolute;
    top: 0;
    left: 2%;
  }
  .fixed_post_in {
    overflow: hidden;
  }
  .fixed_img {
    width: 36%;
    float: right;
  }
  .fixed_txt {
    width: 62%;
    float: left;
    padding: 2% 0 0 7%;
  }
  .fixed_post_bottom {
    margin-top: 3%;
    padding-left: 7%;
  }
  .post_list {
    width: 880px;
    margin: 3% auto;
  }
  .post_list ul li {
    padding: 1%;
    position: relative;
  }
  .post_list .tag_new {
    margin: 0;
    position: absolute;
    top: 9px;
    left: 10px;
  }
  .post_list .tag_award {
    margin: 0;
    position: absolute;
    top: 9px;
    left: 10px;
  }
  .post_list .tag_publish {
    margin: 0;
    position: absolute;
    top: 9px;
    left: 10px;
  }
  .post_list .txt {
    padding-left: 7%;
  }
  .list_bottom {
    width: 800px;
    margin: 5% auto 0;
  }
  .list_bottom ul li {
    font-size: 1.4rem;
    width: 32%;
  }
  .list_bottom ul li a {
    padding: 3% 0;
  }

  /* blog */
  .blog_area {
    overflow: hidden;
    margin-top: 5%;
  }
  .ttl_bottom {
    margin-top: 1%;
  }
  .blog_main {
    width: 65%;
    float: left;
  }
  .main_top {
    margin: 0 0 3%;
  }

  .side {
    width: 30%;
    float: right;
    margin-top: 7%;
  }
  .side .side_list li a {
    padding: 4% 2%;
  }
  .side_bottom ul li {
    width: 100%;
    margin-bottom: 5%;
    font-size: 1.2rem;
  }
  .side_bottom ul li a {
    padding: 4% 0;
  }

  /* requirements */
  .requirements {
    width: 880px;
    margin: 0 auto;
    position: relative;
  }
  .requirements dt {
    margin: 3% 0 1%;
  }
  .requirements .flex {
    width: 50%;
  }
  .flex span {
    width: 32%;
  }
  .requirements_img1 {
    position: absolute;
    max-width: 40%;
    top: 0;
    right: 0;
    margin: 0;
  }
  .requirements_img2 {
    position: absolute;
    max-width: 146px;
    top: 32%;
    right: 5%;
  }

  /* contact */
  #contact dl {
    margin-top: 8%;
  }
  #contact dt {
    width: 23%;
    padding: 1% 2%;
    margin-bottom: 1%;
    margin-top: 2%;
  }
  #contact dd {
    margin-bottom: 1%;
  }
  .contact {
    width: 880px;
    margin: 0 auto;
  }
  
  /* ----- .pagination ----- */
  .pagination {
    text-align: center;
    width: 100%;
    display: block;
    margin-bottom: 8%;
  }
  .pagination .page-of {
      display: block;
      width: 100%;
      font-size: 108%;
      color: #333;
      text-align: center;
      margin-bottom: 2%;
  }
  .pagination a, .pagination .current {
      display: inline-block;
      padding: 0 1.5em;
      font-weight: bold;
      line-height: 50px;
      height: 50px
  }
  .pagination .current {
    background: #00458C;
    border: solid 1px #00458C;
    color: #fff
  }
  .pagination a:hover {
    background: #fff;
    border: solid 1px #00458C;
    color: #00458C;
  }


  /* flow */
  .flow {
    width: 920px;
    margin: 0 auto;
  }
  .flow_top h3 {
    margin-top: 3%;
     font-size: 1.1rem;
  }
  .flow_area {
    margin-top: 3%;
    overflow: hidden;
  }
  .flow_img {
    max-width: 34%;
    float: left;
  }
  .flow_r {
    width: 64%;
    float: right;
    position: relative;
    height: 203px;
  }
  .flow_area dt {
    margin-top: 1%;
    font-size: 1.4rem;
  }
  .flow_area dd {
    margin-top: 1%;
  }
  .flow_r_img {
    position: absolute;
    max-width: 264px;
    bottom: 30px;
    left: 64px;
  }
  .flow_btn {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .flow_btn div {
    margin-top: 3%;
    max-width: 144px;
  }
  .flow_bottom {
    margin-top: 5%;
  }
  .flow_bottom .s_2 {
    width: 680px;
    margin: 0 auto;
  }
  .flow_bottom h2 {
    font-size: 1.8rem;
    font-weight: normal;
    width: 65%;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  .flow_bottom ul {
    width: 66%;
  }
  .flow_bottom ul li {
    width: 24%;
    padding: 1%;
  }
  .flow_bottom .s_2_r {
    top: 15%;
  }
  .page_logo {
    margin: 0 auto;
  }

  /* simple_mold */
  .simple_mold {
    width: 880px;
    margin: 0 auto;
  }
  .simple {
    margin-top: 5%;
  }
  .simple_mold p {
    margin-top: 2%;
  }
  .simple_flex {
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
  }
  .simple_mold .box {
    width: 48%;
    margin-top: 3%;
    padding: 3%;
  }
  .simple_mold .simple_flex .box_l dd {
    margin-top: 10%;
  }
  .simple2 h3 {
    font-size: 1.4rem;
    margin-top: 3%;
  }
  .simple2 h3 span {
    margin-top: 1%;
  }
  .simple3 ul {
    margin: 3% 0;
  }
  .simple5 div {
    margin-top: 2%;
  }

  /* dieset */
  .dieset {
    width: 880px;
    margin: 0 auto;
  }
  .set h3 {
    font-size: 1.4rem;
  }
  .dieset_in {
    overflow: hidden;
  }
  .dieset_in_r {
    max-width: 48%;
    float: right;
  }
  .dieset_in_l {
    width: 48%;
    float: left;
  }
  .set .dieset1_bottom {
    margin-top: 3%;
  }
  .dieset1_box {
    padding: 1% 5% 3%;
    margin-top: 2%;
  }
  .set .dieset1_box p {
    margin-top: 2%;
  }
  .dieset1_box ul li {
    margin-top: 2%;
  }
  .dieset2 .dieset_in_r {
    max-width: 36%;
  }
  .dieset2 .dieset_in_l {
    width: 62%;
  }
  .dieset2 .dieset_in_img {
    margin-top: 10%;
  }
  .dieset .dieset3 p {
    line-height: 1.8;
  }
	.dieset3_img {
		max-width: 600px;
		margin: 5% auto 0;
	}

  /* molding */
  .molding {
    width: 880px;
    margin: 0 auto;
  }
  .mold p {
    margin-top: 3%;
  }
  .molding1 p {
    line-height: 1.8;
  }
  .molding2 {
    margin-top: 5%;
  }
  .mold_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
  }
  .mold_flex .flex {
    max-width: 23%;
    margin-right: 2%;
    margin-top: 2%;
  }
  .molding2 .mg {
    margin-top: 8%;
  }
  .molding2_img {
    max-width: 32%;
    margin-top: 2%;
  }
  .molding3 {
    margin-top: 8%;
  }
  .mold3 {
    overflow: hidden;
  }
  .mold3_l {
    width: 40%;
    float: left;
  }
  .mold3_l p {
    line-height: 1.8;
  }
  .mold3_r {
    width: 56%;
    overflow: hidden;
    float: right;
  }
  .mold3_r1 {
    max-width: 56%;
    float: left;
  }
  .mold3_r2 {
    max-width: 40%;
    float: right;
  }
  .molding4 {
    margin-top: 4%;
    overflow: hidden;
  }
  .molding4 p {
    line-height: 1.8;
  }
  .mold .btn {
    max-width: 200px;
    float: right;
    margin: 2% 0 0;
  }
  .molding5 {
    margin-top: 5%;
  }
  .m5 {
    overflow: hidden;
  }
  .m5_l {
    max-width: 54%;
    float: left;
  }
  .m5_r {
    width: 42%;
    float: right;
    margin-top: 3%;
  }
  .molding5 p {
    margin-top: 5%;
    line-height: 1.8;
  }

  /* finishing */
  .finishing {
    width: 880px;
    margin: 0 auto;
  }
  .finish p {
    margin-top: 3%;
    line-height: 1.8;
  }
  .finish_img {
    overflow: hidden;
    width: 560px;
    margin: 3% auto 0;
  }
  .finish_img1 {
    max-width: 49%;
    float: left;
  }
  .finish_img2 {
    margin: 0;
    max-width: 49%;
    float: right;
  }
  .finish2 {
    margin-top: 8%;
  }
  .finish3 {
    margin-top: 8%;
  }
	.finish3 .finish_img1 {
		max-width: 100%;
		float: none;
	}
  .table_area table th {
    font-size: 1.1rem;
    width: 14%;
    padding: 1%;
  }
  .table_area .head td {
    font-size: 1.1rem;
    padding: 1%;
  }
	.table_area .head .pa {
		width: 56px;
		text-align: center;
	}
  .table_area table td {
    font-size: 1.1rem;
    padding: 1%;
  }
  /* case */
  .case {
    width: 880px;
    margin: 0 auto;
  }
   .case_top {
      margin-bottom: 8%;
   }
  .case_top_img {
    margin-bottom: 5%;
  }
   .case_img2 {
      max-width: 94%;
      margin: 0 auto;
   }
   .case_img2 p {
      margin-top: 2%;
   }
  .case_top ul {
    width: 660px;
    margin: 0 auto 5%;
  }
  .case_top ul li {
    margin-top: 3%;
  }
  .case_box {
    padding: 8% 0;
    overflow: hidden;
  }
  .case_img {
    max-width: 40%;
    float: left;
  }
  .case_txt {
    width: 56%;
    float: right;
  }
  .case_txt dt {
    margin: 0;
     font-size: 1.8rem;
     margin-top: 3%;
  }
   .case_txt dt span {
      font-size: 1.2rem;
   }
   .case_txt .sub {
      margin-top: 1%;
   }
   .case_txt .bottom {
      margin-top: 8%;
      overflow: hidden;
   }
   .case_txt .bottom ul {
      float: left;
      width: 40%;
   }
   .case_txt .bottom dl {
      float: right;
      width: 50%;
   }
   .case_img_bottom ul li {
      max-width: 21%;
      margin: 0 1%;
   }
   .case_c {
      text-align: center;
      padding-top: 2%;
   }

  /* environment */
  .environment {
    width: 680px;
    margin: 0 auto;
  }
  .environment .box {
    overflow: hidden;
    padding-bottom: 8%;
  }
  .environment h2 {
    margin: 0;
    font-size: 2rem;
    float: left;
  }
  .envi_img_1 {
    margin: 0;
  }
  .envi_img_2 {
    margin: 0;
  }
  .envi_img_3 {
    margin: 0;
  }
  .envi1 .envi_img_1 {
    max-width: 46%;
    float: left;
    margin-left: 8%;
  }
  .envi1 .envi_img_2 {
    max-width: 31%;
    float: right;
    margin-top: 66px;
  }
  .envi2 {
    margin-top: 5%;
  }
  .envi2 .envi_img_1 {
    max-width: 45%;
    float: left;
    margin-left: 24%;
  }
  .envi2 .envi_img_2 {
    max-width: 39%;
    float: right;
  }
  .envi3 {
    margin-top: 5%;
  }
  .envi3 .envi_img_1 {
    max-width: 34%;
    float: left;
    margin-left: 8%;
    margin-top: 26px;
  }
  .envi3 .envi_img_2 {
    max-width: 40%;
    float: right;
  }
  .envi4 {
    margin-top: 5%;
  }
  .envi4 .envi_img_1 {
    max-width: 40%;
    float: left;
    margin-left: 10%;
    margin-top: 3%;
  }
  .envi4 .envi_img_2 {
    max-width: 25%;
    float: left;
    margin-left: 2.5%;
    margin-top: 3%;
  }
  .envi4 .envi_img_3 {
    max-width: 25%;
    float: right;
    margin-top: 3%;
  }
  .envi5 {
    margin-top: 5%;
  }
  .envi5 .envi_img_1 {
    max-width: 45%;
    margin-left: 17%;
    margin-top: 3%;
    float: left;
  }
  .envi6 {
    margin-top: 5%;
  }
  .envi6 .envi_img_1 {
    max-width: 25%;
    float: left;
    margin-left: 8%;
    margin-top: 3%;
  }
  .envi6 .envi_img_2 {
    max-width: 25%;
    float: left;
    margin-left: 2.5%;
    margin-top: 3%;
  }
  .envi6 .envi_img_3 {
    max-width: 25%;
    float: right;
    margin-top: 3%;
  }
  .envi7 {
    margin-top: 5%;
  }
  .envi7 .envi_img_1 {
    max-width: 45%;
    margin-left: 17%;
    margin-top: 3%;
    float: left;
  }
  .envi8 {
    margin-top: 5%;
    border: none !important;
    padding-bottom: 0 !important;
  }
  .envi8 .envi_img_1 {
    max-width: 45%;
    float: left;
    margin-left: 13%;
    margin-top: 3%;
  }

  /* q_a */
  .qa {
    width: 900px;
    margin: 0 auto;
  }
  .qa_area {
    position: relative;
    margin-top: 8%;
  }
  .qa_img {
    max-width: 186px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .qa_area h2 {
    font-size: 2.2rem;
    margin-bottom: 8%;
  }
  .qa_area h2 span {
    margin-right: 2%;
    max-width: 46px;
  }
  .qa_area dl {
    width: 880px;
    margin: 0 auto;
    padding-bottom: 3%;
  }
  .qa_area dt {
    margin-top: 4%;
  }
  .qa_area dd {
    margin-top: 3%;
    line-height: 1.8;
  }

	/* preparation */
	.preparation h2 {
		padding-top: 8%;
	}

	/* profile */
	.pr1 {
		margin-top: 6%;
	}
	.pr2 {
		margin-top: 5%;
	}
	.pr3 {
		margin-top: 5%;
	}
	.pr4 {
		margin-top: 5%;
	}
	.pr5 {
		margin-top: 5%;
	}
	.pr6 {
		margin-top: 5%;
	}
	.pr7 {
		margin-top: 10%;
	}
	.pr8 {
		margin: 5% 0 10%;
	}

	/* masco */
	.bl_m2 {
		max-width: 46%;
		margin: 12% auto 3%;
	}
	.sub_bl_m2 {
		margin-bottom: 12%;
		font-size: 1.4rem;
	}
	.bl_m3 {
		overflow: hidden;
	}
	.bl_m3_l {
		width: 46%;
		float: left;
	}
	.bl_m3_l .ttl {
		max-width: 90%;
	}
	.bl_m3_l dt {
		max-width: 100%;
		margin-top: 45px;
	}
	.bl_m3_l dd {
		line-height: 2;
		margin: 35px 0;
	}
	.bl_m3_l p {
		letter-spacing: 1.5px;
		font-size: 1.4rem;
	}
	.bl_m3_r {
		width: 52%;
		float: right;
		margin: 0;
	}
	.bl_m4 {
		max-width: 88%;
		margin: 120px auto 120px;
	}

	.bl_m5 {
		margin: 0;
	}
	.bl_m5_in {
		margin-top: 4%;
		overflow: hidden;
	}
	.bl_m5_in_l {
		max-width: 40%;
		float: left;
	}
	.bl_m5_in_r {
		width: 58%;
		float: right;
	}
	.bl_m5_in_r1 {
		margin-top: 50px;
	}
	.bl_m5_in_r2 {
		margin-top: 35px;
	}
	.bl_m5_in_r3 {
		margin-top: 35px;
	}
	.bl_m5_in_r4 {
		margin-top: 15px;
	}
	.bl_m5_in p {
		font-size: 1.8rem;
	}
	.bl_m5_in dt {
		font-size: 1.8rem;
	}
	.bl_m5_in dd span a {
		font-size: 1.95rem;
	}
	.bl_m6 {
		margin-top: 150px;
		overflow: hidden;
	}
	.bl_m6_l {
		width: 36%;
		float: left;
		margin-top: 270px;
	}
	.bl_m6_r {
		width: 55%;
		margin: 0;
		float: right;
	}
	.bl_m7 {
		border: solid 3px #004896;
		padding: 60px 72px;
		margin-top: 120px;
	}
	.bl_m7_t {
		max-width: 88%;
		margin: 0 auto;
	}
	.bl_m7_m {
		margin-top: 40px;
	}
	.bl_m7_b {
		max-width: 20%;
		margin: 40px auto 0;
	}
	.bl_m8 {
		margin-top: 2%;
	}
	.bl_m8 p {
		font-size: 1.4rem;
		text-align: center;
	}
	.bl_m8 .s_info {
		margin-top: 30px;
	}
	.bl_m8 .s_2 {
		width: 820px;
	}
	.bl_m8 .s_2_r {
		max-width: 245px;
	}
	.bl_m8 .s_2_l {
		width: 540px;
	}
	.bl_m8 .s_2 h2 {
		font-size: 2.2rem;
		letter-spacing: 1.5px;
	}
	.bl_m8 .s_info h3 {
		font-size: 1.4rem;
	}
	.bl_m8 .s_2 p {
		font-size: 1.1rem;
		text-align: left;
	}
	.bl_m9 {
		margin-top: 100px;
	}
	.bl_m10 {
		height: 500px;
		margin-top: 100px;
		position: relative;
	}
	.bl_m10_l {
		position: absolute;
		z-index: 10;
		top: 0;
		left: 0;
	}
	.bl_m10_r {
		position: absolute;
		z-index: 1;
		top: 0;
		right: 0;
		width: 500px;
		margin: 0;
	}
	.bl_m10 ul {
		margin-top: 25px;
	}
	.bl_m10 ul li span {
		max-width: 120px;
		margin-top: 25px;
	}
	.bl_m10 p {
		font-size: 1.2rem;
		margin-top: 70px;
	}
	.bl_m11 {
		max-width: 170px;
		margin: 100px auto;
	}
	.bl_m12 {
		max-width: 270px;
		margin: 250px auto 160px;
	}
	.bl_m6_2 h3 {
		font-size: 2rem;
		padding: 5px 0;
		margin-bottom: 60px;
	}
	.bl_m6_2 p {
		font-size: 1.6rem;
		margin-top: 50px;
		text-align: center;
	}

	/* 新求人ページ用 */
	#recruit {
		font-size: 1.1rem;
	}
	#recruit .recruit_ttl {
		font-size: 3rem;
		margin: 6% 0;
	}
	#recruit .rb {
		margin-top: 60px;
	}
	#recruit table {
		width: 100%;
	}
	#recruit table th {
		font-size: 1.6rem;
	}
	#recruit table .t_b {
		font-size: 1.6rem;
		padding: 3px 0 3px 40px;
	}
	#recruit .rb_2 h4 {
		margin-top: 2%;
		font-size: 1.6rem;
	}
	
	#recruit .rb_2 .rb_2_in {
		overflow: hidden;
	}
	#recruit .rb_2 .rb_2_l {
		width: 49%;
		float: left;
	}
	#recruit .rb_2 .rb_2_r {
		width: 49%;
		float: left;
		padding: 34px 35px;
		margin-top: 2%;
		margin-right: 8px;
	}
	#recruit .rb_2_r p {
		font-size: 1.7rem;
	}
	#recruit .rb_2_r .bottom {
		margin-top: 40px;
	}
	#recruit .rb_2 .mg_t {
		margin-top: 40px;
	}
	#recruit .rb dd {
		margin-top: 5px;
	}
	#recruit .rb_3_img {
		max-width: 80%;
		margin: 5% auto 0;
	}
	#recruit .rb_4 table td {
		font-size: 1.6rem;
	}
	#recruit .rb_4 table th {
		width: 25%;
		padding-top: 1%;
	}
	#recruit .rb_4 ul {
		margin-top: 3%;
	}
	#recruit .rb_5 {
		position: relative;
	}
	#recruit .rb_5_img {
		max-width: 320px;
		position: absolute;
		right: 0;
		top: -100px;
	}
	#recruit .s_3 {
		width: 100%;
	}
	#recruit .s_info h3 {
		font-size: 2rem;
	}
	#recruit .s_3 .tel {
		margin-top: 40px;
	}
	#recruit .bottom_img {
		max-width: 680px;
		margin: 80px auto 90px;
	}
	#recruit .s_info {
		margin-top: 120px;
	}
	#recruit .page_logo {
		margin-top: 120px;
		max-width: 200px;
	}

	/* 新規 技術職Q&Aページ用 */
	#qa {
		font-size: 1.1rem;
	}
	#qa .qa_teck_ttl {
		font-size: 3rem;
		margin: 6% 0;
	}
	#qa .bl .icon_qa {
		max-width: 100px;
		margin-top: 100px;
		margin-left: -20px;
	}
	#qa h3 {
		font-size: 1.8rem;
		margin-top: 20px;
	}
	#qa .bl1 p {
		margin-top: 35px;
	}
	#qa .bl1 p span {
		font-size: 1.4rem;
	}
	#qa .bl3 p span {
		font-size: 1.4rem;
	}
	#qa h4 {
		margin-top: 72px;
	}
	#qa dl dt {
		margin-top: 0;
		font-size: 1.6rem;
		
	}
	#qa dl dd {
		margin-top: 5px;
	}
	#qa .qa_bl_outer {
		display: inline-block;
		margin-top: 30px;
		padding-left: 1em;     /* 左の余白 */
		padding-right: 1em;    /* 右の余白 */
		padding-top: 0.5em;    /* 上の余白 */
		padding-bottom: 0.5em; /* 下の余白 */
		background-color:#f5f5f5;
		border-radius:30px;

	}
	#qa .qa_bl {
		overflow: hidden;
		padding-left: 1em; 
		padding-right: 1em;
		padding-top: 0.5em;
		padding-bottom: 0.5em; 

	}
	#qa .bl .bl_l {
		width: 70%;
		float: left;
	}
	#qa .bl .bl_r {
		width: 23%;
		float: right;
		margin-top: 5px;
	}
	#qa .bl2 ul {
		margin-top: 40px;
	}
	#qa .bl2 ul li {
		margin-top: 5px;
	}
	#qa .bl2 p {
		margin-top: 40px;
	}
	#qa .bl2 .list2 li {
		font-size: 1.4rem;
	}
	#qa .bl3 p {
		margin-top: 30px;
	}
	#qa .bl3 ul {
		margin: 40px 0;
	}
	#qa .bl3 ul li {
		font-size: 1.4rem;
		margin-top: 5px;
	}
	#qa #bl9 ul li {
		font-size: 1.4rem;
		margin-top: 10px;
	}
	#qa #bl9 p {
		margin-top: 40px;
	}
	#qa #bl .icon_qa {
		max-width: 100px;
		margin-top: 100px;
		margin-left: -20px;
	}
	#qa #bl p {
		margin-top: 40px;
	}
	#qa #bl p span {
		font-size: 1.4rem;
	}
	#qa #bl ul {
		margin-top: 40px;
	}
	#qa .bl3 ul li {
		font-size: 1.4rem;
		margin-top: 5px !important;
	}
	#qa .bl4 ul li {
		font-size: 1.1rem !important;
		margin-top: 5px !important;
	}
	#qa .bl4 ul {
		margin-top: 40px;
	}
	#qa .bl06 dl dt {
		margin-top: 60px;
	}
	#qa .bl07 dl dt {
		margin-top: 40px;
	}
	#qa #bl ul li {
		font-size: 1.1rem;
		margin-top: 5px;
	}
	#qa .s_3 {
		width: 100%;
	}
	#qa .s_info h3 {
		font-size: 2rem;
	}
	#qa .s_3 .tel {
		margin-top: 40px;
	}
	#qa .bottom_img {
		max-width: 380px;
		margin: 80px auto 0;
	}
	#qa .page_logo {
		margin-top: 120px;
		max-width: 200px;
	}
	#qa #recruit_area #recruit p {
		font-size: 1.1rem;
	}
	#qa #recruit_area #recruit dl dt {
		font-size: 1.1rem;
	}

	/* philosophy */
	.ph_img {
		margin-top: 80px;
	}
	#philosophy .ph_ttl {
		margin-top: 80px;
		font-size: 2.8rem;
		padding: 30px 0;
	}
	#philosophy .ph_sub_ttl {
		font-size: 1.6rem;
		text-align: center;
		margin-top: 25px;
	}
	#philosophy .ph_img_m {
		max-width: 760px;
		margin: 100px auto 0;
	}
	#philosophy .ph_img_s {
		margin-top: 40px;
	}
	#philosophy .ph_txt {
		width: 760px;
		margin: 100px auto 0;
	}
	#philosophy .ph_txt h4 {
		margin-left: -78px;
		font-size: 2rem;
	}
	#philosophy .ph_txt h4 span {
		padding: 8px 22px;
	}
	#philosophy .ph_txt h4 span {
		margin-right: 20px;
	}
	#philosophy .ph_txt dt {
		margin: 40px 0;
		font-size: 1.4rem;
	}
	#philosophy .ph_txt dd {
		margin-top: 12px;
		font-size: 1.3rem;
	}
	#philosophy .s_info {
		margin: 120px 0;
	}
	#philosophy .page_logo {
		max-width: 200px;
	}

	/* access */
	.access_in {
		width: 800px;
		height: 820px;
		margin: 0 auto;
		position: relative;
	}
	.ac_img {
		max-width: 150px;
		margin: 12% auto;
	}
	.access_in .in_logo {
		max-width: 210px;
	}
	.access_in dl {
		margin-top: 60px;
	}
	.access_in dl dt {
		color: #464342;
		font-weight: bold;
		font-size: 1.6rem;
	}
	.access_in dl dd {
		color: #464342;
		margin-top: 1%;
		font-size: 1.1rem;
	}
	.access_in ul {
		color: #464342;
		margin-top: 35px;
	}
	.access_in ul li {
		color: #464342;
		margin-top: 1%;
		font-size: 1.1rem;
	}
	.access_in p {
		color: #464342;
		font-weight: bold;
		margin-top: 5%;
		font-size: 1.3rem;
	}
	.access_in p span {
		font-size: 1rem;
		margin-top: 5%;
		font-weight: bold;
	}
	.access_in .map {
		margin-top: 5%;
		position: absolute;
		bottom: 0;
		right: 0;
		width: 620px;
	}
	.access_in .gmap {
		margin-top: 5%;
	}
	#access .s_3 {
		border-top: solid 1px #00458C;
		margin-top: 10%;
	}
	#access .s_info h3 {
		font-size: 1.3rem;
		color: #00458C;
		font-weight: normal;
		margin-top: 0;
	}
	#access .s_3 {
		width: 100%;
	}
	#access .s_info h3 {
		font-size: 2rem;
	}
	#access .s_3 .tel {
		margin-top: 40px;
	}

	/* initiatives */
	#initiatives .in_img {
		margin-top: 64px;
	}
	#initiatives h2 {
		font-size: 2.4rem;
		margin-top: 100px;
		padding: 25px 0;
	}
	#initiatives .initiatives_in {
		width: 800px;
		margin: 0 auto;
	}
	#initiatives h3 {
		font-size: 1.8rem;
		margin-top: 80px;
	}
	#initiatives dl {
		margin-top: 65px;
	}
	#initiatives dl dt {
		font-size: 1.6rem;
	}
	#initiatives dl dd {
		padding: 25px 20px;
		font-size: 1.2rem;
		width: 600px;
		margin: 3% auto 0;
	}
	#initiatives .sub {
		font-size: 1.1rem;
		margin-top: 50px;
	}
	#initiatives h2 span {
		font-size: 1.8rem;
	}
	#initiatives h4 {
		width: 700px;
		margin: 60px auto 0;
	}
	#initiatives .list {
		position: relative;
		width: 700px;
		margin: 100px auto 0;
	}
	#wrapper #initiatives .mg1 {
		margin-top: 50px;
	}
	#wrapper #initiatives .mg1 {
		margin-top: 40px;
	}
	#initiatives .list p span {
		font-size: 1.8rem;
	}
	#initiatives .list .list_img {
		max-width: 180px;
		margin: 0;
		position: absolute;
		top: -32px;
		right: 0;
	}
	#initiatives .list .list_img2 {
		max-width: 580px;
		margin: 60px auto 0;
	}
	#initiatives .list ol {
		margin-top: 30px;
	}
	#initiatives .list ol li {
		margin-top: 1%;
		text-indent: 40px;
	}
	#wrapper #initiatives .list .box_img {
		overflow: hidden;
		margin-top: 10%;
		width: 480px;
	}
	#initiatives .box_img .left {
		width: 170px;
		margin-right: 40px;
	}
	#initiatives .box_img .right {
		width: 170px;
		margin-left: 40px;
	}
	#initiatives .min {
		width: 600px;
		margin: 60px auto 0;
	}
	#initiatives .page_logo {
		margin-top: 120px;
		max-width: 200px;
	}
	#initiatives .sdgs {
		position: relative;
	}
	#initiatives .sdgs dl dd {
		font-size: 1rem;
		width: auto;
	}
	#initiatives .sdgs dl dd .sdgs_txt {
		margin-left: 40px;
	}
	#initiatives .sdgs .sdgs_img {
		position: absolute;
		right: -100px;
		bottom: 65px;
	}

	/* 2021.11追加 ラピロ */
	.ra_1 {
		background: #01458e;
	}
	.ra_1_img {
		width: 960px;
		margin: 0 auto;
	}
	.ra_2 {
		max-width: 710px;
		margin: 130px auto 75px;
	}
	.ra_3 {
		max-width: 280px;
		margin: 0 auto;
	}
	.ra_4_1 {
		width: 630px;
		margin: 80px auto 0;
	}
	.ra_4_1 dd {
		margin-top: 15px;
		font-size: 1.2rem;
		padding: 40px;
		line-height: 2;
	}
	.ra_4_2 {
		width: 630px;
		margin: 50px auto 0;
	}
	.ra_4_2 ul {
		margin-top: 15px;
		font-size: 1.2rem;
	}
	.ra_4_2 ul li {
		margin-top: 35px;
	}
	.ra_4_3 {
		width: 630px;
		margin: 50px auto 0;
	}
	.ra_4_3 .table_area {
		font-size: 1.2rem;
		padding: 40px 50px 0;
		margin-top: 15px;
	}
	.ra_4_3 .table_area table td {
		padding: 0 0 40px 0;
	}
	.ra_4_3 .table_area table td img {
		padding-top: 4px;
	}
	.ra_4_3 .table_area table .right {
		width: 72%;
		font-size: 1.2rem;
	}
	.ra_4_3 .table_area table .right span {
		font-size: 1.4rem;
		letter-spacing: 1px;
	}
	#rapiro .allow {
		max-width: 390px;
		margin: 118px auto 106px;
	}
	.ra_5 .heading {
		font-size: 2rem;
		margin-left: 64px;
	}
	.ra_5 .heading span {
		font-size: 2.8rem;
		letter-spacing: 5px;
		display: inline-block;
		margin-top: 5px;
	}
	.ra_5_img {
		max-width: 815px;
		margin: 50px auto 0;
	}
	.ra_6 {
		padding-bottom: 150px;
	}
	#rapiro .ttl_top {
		width: 960px;
		margin: 0 auto;
		padding-left: 0;
	}
	.num_ttl .table_area {
		width: 960px;
		margin: 0 auto;
		padding: 5px 0;
	}
	#rapiro .num_ttl_in {
		margin-top: 12px;
	}
	.num_ttl .table_area .right {
		font-size: 2rem;
		width: 91%;
		letter-spacing: 5px;
	}
	.num_ttl .table_area .right span {
		font-size: 1.5rem;
	}
	.num_ttl .table_area .left {
		font-size: 5.8rem;
	}
	#rapiro .bl_ttl {
		width: 680px;
		margin: 130px auto 0;
		font-size: 2.6rem;
		padding: 15px 0;
	}
	#rapiro .bl_sub {
		font-size: 2.2rem;
		letter-spacing: 4px;
		margin-top: 36px;
	}
	.ra_6_img1 {
		max-width: 680px;
		margin: 80px auto 0;
	}
	.ra_6_txt1 {
		font-size: 1.8rem;
		letter-spacing:4px;
		margin-top: 40px;
	}
	#rapiro .allow_s {
		margin: 80px auto 0;
	}
	.ra_6_txt2 {
		width: 265px;
		margin: 50px auto 0;
		font-size: 1.8rem;
		padding: 30px 0;
		letter-spacing: 5px;
	}
	.ra_6_img2 {
		max-width: 848px;
		margin: 130px auto 0;
	}
	.ra_6_img3 {
		width: 680px;
		margin: 40px auto 0;
	}
	.ra_6_txt3 {
		width: 680px;
		font-size: 1.8rem;
		padding: 30px 0;
		letter-spacing: 5px;
	}
	.ra_6_txt3 span {
		margin-left: 16px;
	}
	.ra_7 {
		padding-bottom: 150px;
	}
	.ra_7_txt1 {
		font-size: 1.6rem;
		margin-top: 130px;
		letter-spacing: 4px;
	}
	.ra_7_txt2 {
		font-size: 2.2rem;
		letter-spacing: 4px;
		line-height: 1.8;
		margin-top: 75px;
	}
	.ra_7_txt3 {
		font-size: 1.6rem;
		letter-spacing: 4px;
		margin-top: 75px;
	}
	.ra_7_txt4 {
		font-size: 1.6rem;
		font-weight: bold;
		width: 760px;
		padding: 25px;
		letter-spacing: 3px;
		margin: 35px auto 0;
	}
	#rapiro .allow_m {
		max-width: 123px;
		margin: 65px auto 0;
	}
	.ra_7_txt5 {
		font-size: 1.6rem;
		letter-spacing: 4px;
		margin-top: 40px;
	}
	.ra_7_img1 {
		margin-top: 120px;
	}
	.ra_7_img2 {
		width: 810px;
		margin: 30px auto 0;
	}
	.ra_7_img2 .flex_img {
		margin-top: 0;
	}
	.ra_7_img3 {
		width: 680px;
		margin: 60px auto 0;
	}
	.ra_8 {
		padding-bottom: 150px;
	}
	.ra_8_txt1{
		font-size: 3rem;
		margin-top: 100px;
		letter-spacing: 5px;
	}
	.ra_8_box {
		margin-top: 80px;
		overflow: hidden;
	}
	.ra_8_box .left {
		width: 48%;
		float: left;
	}
	.ra_8_box .right {
		width: 48%;
		float: right;
		margin-top: 0;
	}
	.ra_8_box .ttl {
		font-size: 1.6rem;
	}
	.ra_8_box .ttl span {
		margin-left: 30px;
	}
	.ra_8_box dl dt {
		font-size: 1.4rem;
		margin-top: 32px;
	}
	.ra_8_box dl dd {
		margin-top: 24px;
		letter-spacing: 2px;
	}
	.ra_8_box .right .right_img {
		margin-top: 0;
		margin-bottom: 4%;
	}
	.ra_8 .box_allow {
		width: 48%;
	}
	#rapiro .ra_8 .allow_s {
		margin-top: 60px;
	}
	.ra_8 .table_area table .t_l {
		width: 32%;
	}
	.ra_8 .table_area table .t_c {
		width: 19%;
	}
	.ra_8_box .box_txt {
		margin-top: 24px;
		letter-spacing: 2px;
	}
	.ra_8_box .right #right_img {
		max-width: 64%;
	}
	.ra_8 .link_txt {
		font-size: 2rem;
		letter-spacing: 4px;
		padding-bottom: 8px;
		width: 765px;
		margin: 90px auto 0;
	}
	.ra_8 .link_txt a span {
		max-width: 38px;
		margin-left: 24px;
		line-height: 1.4;
	}
	.ra_8 .ra_8_txt2 {
		font-size: 2.2rem;
		margin-top: 80px;
	}
	.ra_imgarea1 {
		width: 765px;
		margin: 45px auto 0;
	}
	.ra_9 {
		padding-bottom: 150px;
	}
	.ra_9_txt1 {
		width: 830px;
		margin: 100px auto 0;
		font-size: 3rem;
		line-height: 1;
	}
	.ra_9_txt1 span {
		font-size: 1.4rem;
	}
	.ra_9_img1 {
		width: 780px;
		margin: 0 auto;
	}
	.ra_9_txt2 {
		margin-top: 75px;
		font-size: 2.2rem;
	}
	.ra_9_img1-1 {
		margin-top: 50px;
	}
	.ra_9_txt3 {
		font-size: 1.8rem;
		margin-top: 40px;
	}
	.ra_9_txt4 {
		font-size: 2.2rem;
		margin-top: 95px;
	}
	.ra_9_img2 {
		width: 780px;
		margin: 30px auto 0;
	}
	.ra_9_img2 .left {
		max-width: 32%;
	}
	.ra_9_txt5 {
		font-size: 1.8rem;
		margin-top: 65px;
	}
	.ra_9_img3 {
		width: 680px;
		margin: 35px auto 0;
	}
	.ra_9_txt6 {
		width: 680px;
		margin: 130px auto 0;
		font-size: 2rem;
		padding: 20px;
	}
	.ra_9_img4 {
		width: 640px;
		margin: 60px auto 0;
	}
	.ra_9_txt7 {
		font-size: 1.8rem;
		margin-top: 30px;
	}
	.ra_9_txt8 {
		font-size: 2.2rem;
		margin-top: 140px;
	}
	.ra_9_list1 {
		width: 780px;
		margin: 40px auto 0;
		padding: 0 0 70px 0;
	}
	.ra_9_list1 ul {
		padding: 70px 140px 0;
	}
	.ra_9_list1 li {
		font-size: 1.8rem;
	}
	.ra_9_txt9 {
		font-size: 2rem;
		margin-top: 60px;
	}
	.ra_9_txt10 {
		font-size: 1.8rem;
		margin-top: 15px;
	}
	.ra_9_img5 {
		max-width: 561px;
		margin: 125px auto 0;
	}
	.ra_9_txt11 {
		font-size: 2rem;
		letter-spacing: 2px;
		margin-top: 20px;
	}
	.ra_9_img6 {
		width: 780px;
		margin: 65px auto 0;
	}
	.ra_10 {
		padding-bottom: 150px;
	}
	.ra_10 {
		padding-bottom: 150px;
	}
	.ra_10_txt1 {
		font-size: 2.6rem;
		margin-top: 100px;
		letter-spacing: 4px;
	}
	.ra_10_txt2 {
		font-size: 3rem;
		width: 780px;
		margin: 110px auto 0;
	}
	.ra_10_img1 {
		width: 780px;
		margin: 10px auto 0;
	}
	.ra_10_img1 .flex_img {
		max-width: 32%;
		margin-top: 2%;
	}
	.ra_10_txt3 {
		font-size: 1.4rem;
		width: 750px;
		margin: 30px auto 0;
		line-height: 1.8;
	}
	.ra_11 {
		padding-bottom: 150px;
	}
	.ra_11_img1 {
		width: 780px;
		margin: 110px auto 0;
	}
	.ra_11_img1 .flex_img {
		max-width: 24%;
		margin-top: 0;
	}
	.ra_11_txt1 {
		font-size: 2.8rem;
		margin-top: 85px;
		letter-spacing: 4px;
	}
	.ra_11_txt1 span {
		font-size: 2.8rem;
	}
	.ra_11_img2 {
		width: 780px;
		margin: 85px auto 0;
	}
	.ra_11_box {
		overflow: hidden;
		width: 780px;
		margin: 140px auto 0;
	}
	.ra_11_box .left {
		width: 42%;
		float: left;
	}
	.ra_11_box .right {
		width: 53%;
		float: right;
		margin-top: 0;
	}
	.ra_11_txt3 {
		margin-top: 0;
		font-size: 1.6rem;
	}
	.ra_11_txt4 {
		margin-top: 30px;
		font-size: 1.6rem;
	}
	.ra_11_img4 {
		max-width: 780px;
		margin: 120px auto 0;
	}
	.ra_11_txt2 {
		width: 780px;
		margin: 40px auto 0;
		font-size: 1.6rem;
		padding: 25px 20px;
	}
	.ra_12 {
		padding-bottom: 150px;
	}
	.ra_12_txt1 {
		font-size: 2.8rem;
		margin-top: 85px;
		letter-spacing: 4px;
	}
	.ra_12_txt2 {
		font-size: 1.3rem;
		width: 780px;
		margin: 60px auto 0;
		line-height: 1.8;
		letter-spacing: 2px;
	}
	.ra_12_img1 {
		max-width: 524px;
		margin: 50px auto 0;
	}
	.ra_12_txt3 {
		font-size: 3rem;
		margin-top: 70px;
	}
	.ra_12_img2 {
		width: 524px;
		margin: 30px auto 0;
	}
	.ra_12_txt4 {
		width: 650px;
		margin: 65px auto 0;
		font-size: 3.2rem;
		padding: 20px;
	}
	.ra_12_img3 {
		width: 650px;
		height: 477px;
		margin: 65px auto 0;
		position: relative;
	}
	.ra_12_img3_in {
		width: 754px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.ra_13_txt1 {
		font-size: 3.2rem;
		margin-top: 90px;
	}
	.ra_13_img1 {
		margin: 40px auto 0;
	}
	.ra_13_img1 .flex_img {
		margin-top: 0;
	}
	.ra_13_img2 {
		width: 820px;
		margin: 40px auto 0;
	}
	.ra_13_txt2 {
		width: 650px;
		margin: 50px auto 0;
		font-size: 3.2rem;
		padding: 20px;
		background: #eb9124;
	}
	.ra_13_txt3 {
		width: 650px;
		margin: 50px auto 0;
		font-size: 3.2rem;
		padding: 20px;
		background: #239f8d;
	}
	.ra_13_img3 {
		margin-top: 90px;
	}
	.ra_13_img4 {
		margin-top: 90px;
	}
	.ra_13_txt4 {
		font-size: 2.8rem;
		width: 760px;
		margin: 130px auto 0;
		line-height: 1.8;
		letter-spacing: 3px;
	}
	.ra_13_txt5 {
		font-size: 1.5rem;
		margin-top: 30px;
	}
	.ra_13_txt6 {
		width: 760px;
		margin: 80px auto 0;
		font-size: 1.5rem;
	}
	.ra_13_txt6 .m {
		font-size: 2.2rem;
		margin-left: 20px;
	}
	.ra_13_txt6 .l {
		font-size: 4.3rem;
		letter-spacing: 6px;
	}
	.ra_13_txt7 {
		width: 760px;
		margin: 30px auto 0;
		font-size: 1.5rem;
	}
	.ra_13_txt8 {
		font-size: 2.2rem;
		width: 760px;
		margin: 50px auto 0;
		padding: 20px;
	}

	.bnr_miyoshikobo {
		max-width: 860px;
		margin: 10% auto 10%;
	}	
	
　　.bnr_rapiro {
		max-width: 860px;
		margin: 4% auto 0;
	}
	.bnr_case {
		max-width: 100%;
		margin: 4% auto 10%;
　　}

	#texture　.case {
		width: 100%;
	}
	#texture .case_top_img {
		margin: 0;
	}
	#texture .case_top {
		margin-top: 50px;
		margin-bottom: 0;
	}
	.case_box_col {
		border-top: solid 1px #444;
		margin-top: 50px;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
		width: 100%;
		padding-top: 50px;
	}
		.case_box_col2 {
		border-top: solid 1px #444;
		margin-top: 5px;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
		width: 100%;
		padding-top: 50px;
	}
	.case_box_col_in {
		width: 48%;
		position: relative;
		height: 590px;
	}
	.case_box_txt .sub {
		font-size: 1.6rem;
		margin-top: 10px;
		color: #444;
		font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-weight: bold;
	}
	.case_box_txt dd {
		font-size: 1.1rem;
		color: #1a1a1a;
		margin-top: 10px;
		line-height: 1.6;
	}
	.case_box_img_bottom ul {
		position: absolute;
		left: 0;
		bottom: 0;
		margin-top: 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
		width: 100%;
	}
	.case_box_img_bottom li {
		width: 32%;
		margin-left: 2%;
	}
	.case_box_img_bottom li:first-child {
		margin-left: 0;
	}

	/* 404 Not Found */
	.txt_notfound {
		font-size: 1.6rem;
		text-align: center;
		margin-top: 10%;
	}
	.img_notfound {
		max-width: 48%;
		margin: 10% auto;
	}
	.btn_notfound a {
		display: block;
		width: 40%;
		padding: 2% 3%;
		font-size: 1.2rem;
	}
	
		/*　採用情報よくある質問*/
	
    .recruitqa-nav {
        text-align: center;
    }
 
    .recruitqa-nav ul {
        margin: 0 ;
        padding: 0 ;
    }
    .recruitqa-nav ul li::after{
        content: "/";
        color: #888;
        font-weight: bold;
    }
 
    .recruitqa-nav ul li:last-child::after {
        content: ""; 
    }
	
    .recruitqa-nav ul li{
        list-style: none;
        display: inline-block;
    }
 
    .recruitqa-nav ul li a {
        text-decoration: none;
        color: #333;
        font-weight: bold;
        font-size: 1.7rem;
    }
 
    .recruitqa-nav li :hover{
        border-bottom: 3px solid #085b96;
    }
	
    .qa-001 {
        max-width: 100px;
        margin-bottom: 7px;
        border: 1px solid #d6dde3;
        border-radius: 5px;
    }

    .qa-001 summary {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        padding: 1em 2em 1em 3em;
        color: #333333;
        font-weight: 600;
        cursor: pointer;
    }

    .qa-001 summary::before,
    .qa-001 p::before {
        position: absolute;
        left: 1em;
        font-weight: 600;
        font-size: 1.3em;
    }

    .qa-001 summary::before {
        color: #75bbff;
        content: "Q";
    }

    .qa-001 summary::after {
        transform: translateY(-25%) rotate(45deg);
        width: 7px;
        height: 7px;
        margin-left: 10px;
        border-bottom: 3px solid #333333b3;
        border-right: 3px solid #333333b3;
        content: '';
        transition: transform .5s;
    }

    .qa-001[open] summary::after {
        transform: rotate(225deg);
    }

    .qa-001 p {
        position: relative;
        transform: translateY(-10px);
        opacity: 0;
        margin: 0;
        padding: .3em 3em 1.5em;
        color: #333;
        transition: transform .5s, opacity .5s;
    }

    .qa-001[open] p {
        transform: none;
        opacity: 1;
    }

    .qa-001 p::before {
        color: #ff8d8d;
        line-height: 1.2;
        content: "A";
    }
	
	.qa-recruit dt {
        margin-bottom: 1em;
            color: #333333;
        font-weight: 600;
    }

    .qa-recruit dt::before,
    .qa-008 dd::before {
        margin-right: .4em;
    }

    .qa-recruit dt::before {
        content: "Q.";
    }

    .qa-recruit dd {
        margin: 0 0 2.5em;
        padding: 1em 1.5em;
        background-color: #f2f2f2;
        color: #333333;
    }

    .qa-recruit dd::before {
        content: "A.";
    }
	
			/*　よくある質問目次*/
    .q_a_list {
        margin-bottom: 30px;
        padding: 1em 1em 1em 2em;
        border-top: 5px solid #13598b;
        border-radius: 5px;
        box-shadow: 0 2px 3px rgb(0 0 0 / 15%);
        background-color: #f7f7f7;
    }

    .q_a_list div {
        display: flex;
        align-items: center;
        margin: 0;
        color: #13598b;
        font-weight: 600;
        font-size: 1.2em;
    }

    .q_a_list div::before {
        display: inline-block;
        width: 2.2em;
        height: 2.2em;
        margin-right: 5px;
        border-radius: 50%;
        background: #13598b         
		url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M3.8%2017.2h-3c-.5%200-.8.4-.8.8v3c0%20.4.3.8.8.8h3c.4%200%20.8-.3.8-.8v-3c-.1-.4-.4-.8-.8-.8zm0-15h-3c-.5%200-.8.4-.8.8v3c0%20.4.3.8.8.8h3c.4%200%20.8-.3.8-.8V3c-.1-.4-.4-.8-.8-.8zm0%207.6h-3c-.5%200-.8.3-.8.7v3c0%20.4.3.8.8.8h3c.4%200%20.8-.3.8-.8v-3c-.1-.4-.4-.7-.8-.7zM23.2%2018h-15c-.4%200-.8.3-.8.8v1.5c0%20.4.3.8.8.8h15c.4%200%20.8-.3.8-.8v-1.5c0-.5-.3-.8-.8-.8zm0-15h-15c-.4%200-.7.3-.7.8v1.5c0%20.4.3.7.7.7h15c.5%200%20.8-.3.8-.8V3.8c0-.5-.3-.8-.8-.8zm0%207.5h-15c-.4%200-.8.3-.8.8v1.5c0%20.4.3.8.8.8h15c.4%200%20.8-.3.8-.8v-1.5c0-.5-.3-.8-.8-.8z%22%2F%3E%3C%2Fsvg%3E')           no-repeat center / 1em;
        content: '';
    }

    .q_a_list ol {
        list-style-type: disc;
        margin: 0;
        padding: 0 1.2em;
        overflow: hidden;
    }

    .q_a_list > ol {
        margin-top: 15px;
    }

    .q_a_list ol ol {
        margin-top: 5px;
    }

    .q_a_list li {
        padding: 5px 0;
        font-weight: 600 !important;
    }

    .q_a_list ol ol li {
        font-weight: 500;
        font-size: .9em;
    }

    .q_a_list a {
        color: #555;
        text-decoration: none;
    }

	
	
		/* recruittop	 */
	
    .recruitimage {
	    margin-right: calc(50% - 50vw);
    	margin-left: calc(50% - 50vw);
    }

    .recruitimage img {
        display: block;
    	width: 100%;
    	height: auto;
    	animation: fadeIn 4s ease 0s 1 normal;
    -webkit-animation: fadeIn 4s ease 0s 1 normal;
    }
	
    @keyframes fadeIn { 
        0% {opacity: 0}
        100% {opacity: 1} 
    }
	
    .recruitimagepc { display: block !important; }
    .recruitimagesp { display: none !important; }
 
	
		/*	mold_type 追加*/	
	
    .moldmaterial_box {
        max-width: 1000px;
        margin: 0 auto;
        border: 2px solid #ababab;
        border-radius: 3px;
    }

    .moldmaterial_box span {
        display: flex;
        justify-content: left;
        align-items: left;
        padding: .5em 0;
        background-color: #ababab;
        color: #fff;
        font-weight: 600;
    }

    .moldmaterial_box p {
        margin: 0;
        padding: 1em 1.5em;
        color: #333;
    }
	
			/*　採用ページ見出し　*/

    .heading-031 {
        position: relative;
        padding: .3em 0 .2em 1em;
        border-bottom: 3px solid #085b96;
        color: #333333;
        font-size: 1.6rem;
        font-weight:bold;
    }

    .heading-031 ::before {
        position: absolute;
        top: 0;
        left: .3em;
        transform: rotate(55deg);
        height: 11px;
        width: 12px;
        background: #085b96;
        content: '';
    }

    .heading-031 ::after {
        position: absolute;
        transform: rotate(15deg);
        top: .6em;
        left: 0;
        height: 8px;
        width: 8px;
        background: #085b96;
        content: '';
    }
	
		/* キャリアプランページ */
	
    .education{
        width: 300px;
        padding: 8px;
		margin:5px;
        border: .5px solid rgba(0, 0, 0, 0.1);
        box-sizing: border-box;
        margin-bottom: 24px; 
    }

    .img-education img{
        width: 100%;
        vertical-align: bottom;
    }

    .content-education{
        padding: 8px 0;
        text-align: center;
    }

    .content-education .heading{
        width: 250px;
        margin: 0 auto;
        font-weight: bold;
        font-size: 160%;
    }

    .content-education .text{
        margin: 0;
        font-size: 14px;
    } 

    .flex-container{
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
	
		/* 募集要項ページ */
	
    .jobdescription {
        width: 100%;
        border-collapse: collapse;
        border-top: 0.5px solid #333;
        border-right: 0.5px solid #333;
    	border-color: #A9A9A9;
    }

    .jobdescription th{
        padding: 16px;
        font-weight: bold;
        border-left: 1px solid #333;
        border-bottom: 1px solid #333;
    	border-color: #A9A9A9;
    }
	
    .jobdescription td{
        padding: 16px;
        font-weight: normal;
        border-left: 1px solid #333;
        border-bottom: 1px solid #333;
    	border-color: #A9A9A9;
    }
	
    .jobdescription th{
        background-color: #F5F5F5;
    }

    .jobdescription-list{
        list-style: none;
        padding: 0;
    }
    .jobdescription-list li{
        margin: 5px 0;
    }
	
		/* 1日の流れ */
	
    .time-schedule {
        min-width: 590px;
        max-width: 590px;
        list-style: none;
        margin: 0 auto 0 6em;
        padding-left: 20px;
        border-left: 6px solid #00267F;
        box-sizing: border-box;
    }

    .time-schedule li {
        width: 100%;
        margin: 0 0;
        padding: 5px 0;
        position: relative;
    }

    .time-schedule span.time {
        width: 5em;
        display: inline-block;
        margin-left: -8em;
        padding: 0 0 5px;
        margin-top: 15px;
        vertical-align: top;
        position: relative;
        text-align: right;
        box-sizing: border-box;
    	font-size: 16px;
    }

    .time-schedule span.time::after {
        content: "";
        position: absolute;
        right: -35px;
        top: 0;
        background: #00267F;
        width: 20px;
        height: 20px;
        border-radius: 10px;
    }

    .time-schedule .sch_box {
        display: inline-block;
        width: 100%;
        margin-left: 40px;
        padding: 15px 10px 15px 10px;
        vertical-align: middle;
        background: #f5f5f5;
        box-sizing: border-box;
        border-radius: 6px;
    }
    .sch_box img{
        width: 300px;
    	height: auto;
    }

    .time-schedule .sch_title {
        font-size: 16px;
        font-weight: 700;
    }

    .time-schedule .sch_tx {
        font-size: 14px;
        font-weight: normal;
    }	
	
		/* 選考フロー */
	
    .step-wrap4 {
        counter-reset: count;
        margin: 2em 0;
        position: relative;
    }
	
    .step-content4 {
        padding: 1em 0 1.3em 2.5em;
        margin: 0;
        position: relative;
    }
	
    .step-content4::before {
        content: "";
        display: block;
        width: 55px;
        height: 55px;
        background: #00267F;
        border-radius: 50%;
        position: absolute;
        top: 0;
        left: -3px;
    }
	
    .step-content4::after {
        content: "";
        display: block;
        height: calc(100% - 55px);
        border-left: solid 2px #ddd;
        position: absolute;
        top: 55px;
        left: 10px;
    }
	
    .step-label4 {
        color: #fff;
        font-weight: bold;
        font-size: 12px;
        position: absolute;
        top: 6px;
        left: 9px;
    }
	
    .step-label4::after {
        counter-increment: count;
        content: counter(count);
        position: absolute;
        font-size: 30px;
        top: 8px;
        left: 7px;
    }
	
    .step-title4 {
        font-weight: bold;
        font-size: 120%;
        margin-left: 1.5em;
    }
	
    .step-body4 {
        margin-top: 1em;
        padding: 0 0 1em;
        border-bottom: dotted 2px #ddd;
    }
	
    .step-wrap4 > :last-of-type::after {
        display: none;
    }	
	
		/*　採用ページ下リンク　*/
	
    .heading-021 {
        display: block;
        text-align: left;
        font-family: "Poppins",sans-serif;
        font-weight: 700;
        letter-spacing: .06em;
        font-feature-settings: "palt" 1;
        font-size: 2.5rem;
        line-height: 1;
        color: var(--black);
		margin-top: 100px;
    }
	[class^="flex-col4"] {
	    display: flex;
	        flex-wrap: wrap;
	    justify-content: space-between;
    }

    .flex-child { margin-bottom: 10px; }

    .flex-col4::before,
    .flex-col4::after,
    .flex-col4 .flex-child { width: calc( (100% - 10px) / 4 ); }
	
    .flex-col4::before,
    .flex-col4::after { content: ""; }
    .flex-col4::before { order: 1; }
    .flex-child img { width: 95%; }

		/*　texture見出し　*/
	.heading-001 {
        margin-top: 60px;
 　     margin-bottom: 5px;
        padding: .5em .7em;
        border-left: 10px solid #085b96;
        color: #333333;
		font-size: 1.6rem;
        font-weight:bolder;
    }
	
		/* clipstory */

    .heading-story {
        position: relative;
        padding: .3em 0 .2em 1em;
        border-bottom: 3px solid #7fbfff;
        color: #333333;　
        font-weight: bold;
        font-size: 1.5rem;
    }

    .heading-story::before {
        position: absolute;
        top: 0;
        left: .3em;
        transform: rotate(55deg);
        height: 11px;
        width: 12px;
        background: #7fbfff;
        content: '';
    }

    .heading-story::after {
        position: absolute;
        transform: rotate(15deg);
        top: .6em;
        left: 0;
        height: 8px;
        width: 8px;
        background: #84ffff;
        content: '';
    }

    .productstory2 {
        background: #0d407e;
        margin-right: calc(50% - 50vw);
        margin-left: calc(50% - 50vw);
        padding-right: calc(50vw - 50%);
        padding-left: calc(50vw - 50%);
    }
	
　　.productstory2 p{	
        color : #FFFFFF;
        text-align:center;
        padding: 50px;
        font-weight:bold;
    }


	/* snslinkpage	 */
	
    .snslinkpage {

    }

    .snslinkpage_topimg{
        margin-top:10px;
        margin-bottom:10px;
        text-align: center;
    }
	
    .snslinkpage_img {
        text-align: center;
        margin-bottom:20px;
		
    }


	/* clipcontents	 */	
	
    .ac_top {
        background: #dbedf4;
        margin-right: calc(50% - 50vw);
        margin-left: calc(50% - 50vw);
        padding-right: calc(50vw - 50%);
        padding-left: calc(50vw - 50%);
    }

    .acimage {
        margin-bottom: 30px;
        display: flex;
        flex-wrap: nowrap;
    }

    .acimagebox {
        margin: 5px;
        margin-bottom: 20px;
        text-align: center;
        width: 50%;
		
    }


    .acimage2 {
        margin: 5px;
        display: flex;
        justify-content: flex-end;
        width: 50%;
    }

    .acimage3 img{
        margin-bottom: 30px;
    }

	
	/* storytop	 */
	
    .productstory {
        background: #dbedf4;
        margin-right: calc(50% - 50vw);
        margin-left: calc(50% - 50vw);
        padding-right: calc(50vw - 50%);
        padding-left: calc(50vw - 50%);
		  padding-bottom: 5%;
    }
	
    .productstory .productstory_ttl{
        font-weight: bold;
        font-size: 2.5rem;
        text-align: center;
        padding-top:150px;
    }

    .productstory p{
        text-align:center;
        padding: 40px;
        margin-bottom:50px;
        font-weight:bold;
        font-size:1.2rem;
    }

    .productstorybox{
        overflow: auto;
        background:#f8f8f8;
        border-radius:30px;
        margin-bottom:50px;
        margin-top:50px;
        padding:20px;
    }

    .productstory_img {
        max-width: 50%;
        float: left;
        padding-bottom: 0px;

    }
  
    .productstory_txt {
		margin-top:80px;
		width: 45%;
		float: right;
    }

    .productstory_txt dt {
		margin: 0;
		font-size: 1.8rem;
		margin-top: 3%;
		font-weight:bold;
    }
    .productstory_txt dt span {
		font-size: 1.2rem;
    }
    .productstory_bnr {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .actopimagepc { 
        display: block !important;
        margin-bottom:20px;
        margin-top:20px;
    }
	
    .actopimagesp { display: none !important; }

		/* snoppostory	 */
	
    .snoppoimagesp { display: none !important; }
	.snoppoimagepc {
        display: block !important;
	    margin-right: calc(50% - 50vw);
    	margin-left: calc(50% - 50vw);
    }
	
	.snopposubheading {
        font-weight:bold;
		font-size:1.1rem;
        margin-bottom:5px;
		padding: .5em .em;
        border-left: 5px solid #7fbfff;
    }		
	
	.productstory_sn {
    }
	
    .productstory_sn p{	
        text-align:center;
        padding: 50px;
        font-weight:bold;
		font-size:1.2rem;
		color:#7d7d7d;
    }
	
    .sn_img {
        text-align:center;
        font-size:0.9rem;
	}
	
	.snoppoimagesp2 { display: none !important; }
	.snoppoimagepc2 {
        display: block !important;
		margin-top:10px;
        margin-bottom:10px;
    }
	
    .sn_img2 {
		margin-top: 2%;
		margin-bottom: 2%;
		overflow: hidden;
	}
	.sn_img2 .left {
		max-width: 49%;
		float: left;
		font-size: 0.8rem;
		text-align: center;
	}
	.sn_img2 .right {
		max-width: 49%;
		float: right;
		font-size: 0.8rem;
		text-align: center;
	}
	
    .recruitbox {
		margin-top: 2%;
		margin-bottom: 2%;
		overflow: hidden;
	}
    .recruitbox img{
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.recruitbox .left {
		max-width: 49%;
		float: left;
		text-align: center;
	}
	.recruitbox .right {
		max-width: 49%;
		float: right;
		text-align: center;
	}

	
		　　　　/*　仕事内容　*/	
	
　　.card-container100{
    display: flex;
    width: 100%;
　　}
　　.card-text100{
    width:100%;
    margin: 10px 20px;
　　}
	
　　.card-text100 h2{
	font-size: 1.3em;
	font-weight:bold;
	color: #333;	
　　}
	
　　.card-text100 h3{
    font-size: 1.1em;
	font-weight:bold;
	color: #333;	
　　}
	
　　.card-text100 p{
    font-size: 1em;
    color: #333;	
　　}
	
    .card-img100{
    max-width: 49%;
		float: right;
    }
	
    .card-img100 li{
    max-width: 49%;
		float: left;
　　}

　　/*　製作事例リスト*/
    ul#filterBtnList{
        list-style: none;
        padding: 0;
    }
    ul#filterBtnList li{
        display: inline-block;
        padding: 5px;
       font-size: 13px;
        cursor: pointer;
        color:#717983;
    }
    ul#filterBtnList li:hover{
        color: #38a1db;
    }
    ul#filterBtnList li.is_active{
        color: #38a1db;
    }
 
        /*コンテンツのリスト*/
    ul.test_list{
        list-style: none;
            margin: 0;
        padding: 0;
    }
    ul.test_list li{
        display: inline-block;
        width:calc(98% / 3);
        color: #fff;
        font-size: 10px;
        padding:1.0rem;
        text-align: center;
    }

        /*case filter*/
    .casefilterlist {
        border-collapse: separate;
        width: 100%;
        border: 1px solid #a1bcda;
        border-color: #a1bcda;
        margin-bottom:60px;
		border-spacing: 0;
		border-radius: 10px;
		overflow: hidden;
    }
    .casefilterlist th, .casefilterlist td {
        padding: 0.3em;
        border-color: #a1bcda;
		border-bottom: 1px solid #a1bcda;
    }
    .casefilterlist th {
        text-align: center;
        width: 13%;
    }
    .casefilterlist tbody td {
        border-left: 1px solid #a1bcda;
    }
	
    .casefilterserch {
        font-size:1.5rem;
        margin-top:40px;
        margin-bottom:10px;
    }

    .casefilterlist tbody tr:last-child th,
    .casefilterlist tbody tr:last-child td {
        border-bottom: none;
    }

        /*case card*/

    .casecard {
        background-color: #fff;
        box-shadow: 1px 4px 8px rgba(0, 0, 0, .16);
        color: #212121;
        text-decoration: none;
        border-radius: 10px;
    }

    .casecard__header {
        display: flex;
        flex-wrap: wrap;
    }

    .casecard__title {
        padding: 1rem 1rem 0;
        font-size: 1.4rem;
        order: 1;
        font-weight:bold;
        color: #00458D;
        width:100%
    }
    .casecard__sub {
        padding: 0rem 1rem 0;
        font-size: 1.1rem;
        order: 1;
        font-weight:bold;
    }

    .casecard__thumbnail {
        margin: 0;
        order: 0;
    }

    .casecard__thumbnail img{
        border-radius: 10px 10px 0px 0px;
    }

    .casecard__image {
        width: 100%;
    }

    .casecard__body {
        padding: 0.7rem;
        text-align: left;
        color:#38a1db;
        height: 60px;
    }

    .casecard__text {
        font-size: .9rem;
    }
    .casecard__text2 {
        font-size: .9rem;
    }

    .casecard__text + .casecard__text {
        margin-top: .5rem;
    }

    .casecard__footer {
        text-align: right;
        color:#9fa0a0;
        padding:0.5rem;
    }
	
	.casebox_under {
        text-align: center;
        padding-top: 5%;
        padding-bottom:5%;
   }

	/*works リンク先*/
	
    .works_box {
        padding-top: 4%;
        padding-bottom: 4%;
        overflow: hidden;
    }
	.works_icon{
        display:flex;
        height:50px;
        padding-top:10px;
    }
	
    .works_icon li {
        padding:0 5px;
    }
    .works_icon li img {
        max-width:100%;
        height: 40px; 
    }
    .works_img {
        max-width: 40%;
        float: left;
    }
    .works_txt {
        width: 56%;
        float: right;
    }
    .works_txt dt {
        margin: 0;
        font-size: 1.8rem;
        font-weight:bold;
        color: #00458D;
    }

    .works_txt dt span {
        font-size: 1.2rem;
    }
    .works_txt .workssub {
        margin-top: 1%;
        font-size: 1.2rem;
        font-weight:bold;
    }
    .works_txt .worksbottom {
        margin-top: 3%;
        overflow: hidden;
    }
    .works_txt .worksbottom ul {
        float: left;
        width: 40%;
    }
    .worksbottom dl {
        width: 50%;
    }
    .worksbottom dt {
        background: #00458D;
        color: #fff;
        border-radius: 5px;
        font-size: 1.0rem;
        padding: 2%;
        margin-bottom:10px;
        text-align: center;
    }
    .worksbottom dd {
        padding-bottom: 10px;
    }
    .works_img_bottom ul li {
        max-width: 21%;
        margin: 0 1%;
    }
    .works_c {
        text-align: center;
        padding-top: 2%;
    }
    .workstable {
        padding:5px;
    }

    .works_relation {
        text-align: center;
        font-weight:bold;
        font-size:1.5rem;
        padding-top:100px;
        padding-bottom:50px;
    }
    .heading-sn {
        position: relative;
        padding: 5em .7em .4em;
        border-bottom: 3px solid #00458D;
        color: #333333;
        font-weight:bold;
        font-size:1.2rem;
        margin-bottom:1.2rem;
    }

    .heading-sn::before,
    .heading-sn::after {
        position: absolute;
        left: 30px;
        bottom: -15px;
        width: 30px;
        height: 15px;
        clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    }

    .heading-sn::before {
        background-color: #00458D;
    }

    .heading-sn::after {
        bottom: -11px;
        background-color: #fff;
    }
}

/* 202510追加 */
/* ------------------------------------------------------------------
320px 〜 1023px
------------------------------------------------------------------*/
@media screen and (min-width:320px) {
	/* company */
	.img_map {
		max-width: 96%;
		margin: 5% auto 0;
	}
	.access_inner ul li {
		margin-top: 3%;
		letter-spacing: 1px;
	}
	.txt_map {
		font-size: 1.2rem;
		font-weight: bold;
		margin-top: 5%;
		letter-spacing: 1px;
	}
	.txt_map span {
		font-size: 1rem;
		font-weight: bold;
		margin-top: 1%;
	}
	.access_inner .box2 {
		margin-top: 5%;
	}

	/* voices */
	.voices_in .ttl {
		font-size: 1.2rem;
		font-weight: bold;
		letter-spacing: 1px;
		margin-top: 5%;
	}
	.voices_in .txt {
		letter-spacing: 1px;
		line-height: 1.5;
		margin-top: 5%;
	}
	.voices_in .sign {
		letter-spacing: 1px;
		text-align: right;
		margin-top: 5%;
	}
	.profile {
		margin-top: 12%;
	}
	/* initiatives */
	#initiatives {
		padding-bottom: 10%;
	}
}

/* ------------------------------------------------------------------
960px〜
------------------------------------------------------------------*/
@media screen and (min-width:960px) {
	/* company */
	.access_inner {
		display: flex;
		gap: 0 40px;
	}
	.access_inner .box1 {
		flex-basis: 400px;
	}
	.access_inner .box2 {
		flex-basis: 520px;
		margin-top: 2%;
	}
	.img_map {
		margin: 5% 0 0;
	}
	.access_inner ul li {
		margin-top: 2%;
	}
	.access_inner .gmap {
		padding-bottom: 102.25%;
	}

	/* voices */
	.voices_in {
		display: flex;
		gap: 0 40px;
	}
	.voices_in .box1 {
		flex-basis: 460px;
		order: 2;
	}
	.voices_in .box2 {
		flex-basis: 460px;
		order: 1;
	}
	.voices_in .ttl {
		margin-top: 1%;
	}
	.profile {
		margin-top: 80px;
	}

}