@charset "UTF-8";
/* CSS Document */
/*
Theme Name: terumo-yamaguchi
Theme URI: http://kirara-m.com/terymo-yamaguchi
Author: kiraramarketing
Description: テルモ山口
Version: 1.0
*/
/*********************************************

reset.css

********************************************/
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: /**/ bottom;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  /*font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;*/
  /* font-size: 67.5%;*/
  color: #231815;
  letter-spacing: .1em;
  line-height: 1;
}
body {
  line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #000;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
.clear {
  clear: both;
}
* html .clearfix {
  height: 1px;
  /*¥*/ /*/
	height: auto;
	overflow: hidden;
	/**/
}
/*a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}*/
/*a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}*/
/* editor */
p {
  display: block;
  /*margin: 1em 0;*/
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}
img {
  max-width: 100%;
  height: auto;
}
/*********************************************

ローディング

********************************************/
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 100;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 200;
}
#contents {
  width: 100%;
}
.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 100px auto;
}
.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background: rgba(0, 141, 97, 1);
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
.center {
  text-align: center;
}
.pankuzu {
  padding-top: 20px;
}
/*********************************************

pc-css

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

共通設定

********************************************/
  .pcnone {
    display: none;
  }
  #wrapper {
    width: 100%;
  }
  .mt90 {
    margin-top: 90px !important;
  }
  .mt50 {
    margin-top: 50px !important;
  }
  .container {
    width: 1000px;
    margin: 0 auto;
    padding: 85px 0 0;
  }
  .container h2 {
    clear: both;
    text-align: center;
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .centertext {
    text-align: center;
    line-height: 150%;
    margin: 1rem 0;
  }
  .pagecontainer {
    width: 1000px;
    margin: 0 auto;
  }
  .pagecontainer h2 {
    text-align: center;
    font-size: 1.4375rem;
  }
  .pagecontainer h3 {
    text-align: center;
    font-size: 1.4375rem;
    color: rgba(0, 141, 97, 1);
    line-height: 1.5;
  }
  .pagecontainer h4 {
    text-align: left;
    margin-top: 40px;
    font-size: 1.4375rem;
    color: #000;
    padding-left: 20px;
    border-left: 4px solid rgba(0, 141, 97, 1);
  }
  .pagecontainer h5 {
    text-align: left;
    margin-top: 40px;
    font-size: 1.25rem;
    color: rgba(0, 141, 97, 1);
    font-weight: 600;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(0, 141, 97, 1);
  }
  .pagecontainer p {
    line-height: 180%;
  }
  .border_bottom_black {
    border-bottom: 1px solid #000;
  }
  p.taisaku {
    font-size: 1.125rem;
    color: #000;
    font-weight: 600;
  }
  /*********************************************

マージン

********************************************/
  .mt55 {
    margin-top: 55px;
  }
  .mt113 {
    margin-top: 113px;
  }
  .mb180 {
    margin-bottom: 180px;
  }
  .mr12 {
    margin-right: 12px;
  }
  .mb12 {
    margin-bottom: 12px;
  }
  .mb20 {
    margin-bottom: 20px;
  }
  .mb30 {
    margin-bottom: 30px;
  }
  .mb50 {
    margin-bottom: 50px;
  }
  .mb90 {
    margin-bottom: 90px;
  }
  .mb1rem {
    margin-bottom: 1rem;
  }
  .pb200 {
    padding-bottom: 200px;
  }
  .fade {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .fade:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
  }
  /*********************************************

ヘッダー設定

********************************************/
  #header_container {
    width: 1000px;
    margin: 0 auto;
    padding: 35px 0 0;
    box-sizing: border-box;
  }
  #header_container h1 {
    float: left;
  }
  .head_companyname {
    float: left;
    margin-left: 25px;
    font-size: 1rem;
    margin-top: 1rem;
    list-style: none;
  }
  .gruup_link_header {
    float: right;
    color: #000;
    margin-top: 1rem;
    display: block;
    text-decoration: none;
    transition: .2s ease;
  }
  .gruup_link_header:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    transition: .2s ease;
    color: #000 !important;
  }
  .gruup_link_header span.toplinkspan {
    color: rgba(0, 141, 97, 1) !important;
  }
  /*********************************************

グローバルナビ設定

********************************************/
  #g_nav {
    clear: both;
    width: 1000px;
    margin: 0 auto;
    margin-top: 50px;
    /*padding-left: 65px;*/
    box-sizing: border-box;
  }
  /*ナビゲーション*/
  #global-nav {
    width: 1000px;
    height: 37px;
    margin: 40px auto 7px;
  }
  #global-nav ul {
    margin: 0;
    position: absolute;
    /*	z-index: 10;*/
    width: 1000px;
  }
  #global-nav ul li {
    float: left;
    border-left: 1px solid #000;
    width: 165px;
    height: 37px;
    box-sizing: border-box;
    text-align: center;
  }
  #global-nav ul li:last-child {
    border-right: 1px solid #000;
  }
  #global-nav ul li li {
    float: none;
  }
  #global-nav a {
    display: block;
    outline: 1;
    text-decoration: none;
    padding: 10px 0;
  }
  #global-nav li ul {
    display: none;
  }
  #global-nav ul li {
    position: relative;
    display: inline-block;
  }
  #global-nav ul li::after {
    bottom: 0;
    content: '';
    display: block;
    border-bottom: 3px solid #008d61;
    left: 0;
    position: absolute;
    transition: .5s all;
    width: 0;
  }
  #global-nav ul li:hover:after {
    width: 100%;
  }
  #global-nav ul li ul li::after {
    bottom: 0;
    content: '';
    display: block;
    border: none;
    left: 0;
    position: absolute;
    width: 0;
  }
  #global-nav ul li ul li:hover {
    background: rgba(0, 141, 97, 0.5) !important;
  }
  #global-nav .current-menu-item a, #global-nav .current-post-ancestor a, #global-nav .current-page-ancestor a {
    color: #008d61;
  }
  #global-nav ul ul {
    display: none;
    position: absolute;
    top: 37px;
    z-index: 100;
    width: auto;
  }
  #global-nav ul .menu-item ul a {
    color: #333;
    background: none;
    text-indent: 0;
    height: 22px;
    padding: 10px 5px;
  }
  #global-nav ul .menu-item ul a:hover {
    color: #333;
    border: none;
  }
  #global-nav ul .menu-item ul li {
    background: rgba(0, 141, 97, 0.75);
    float: none;
    padding: 0 5px;
    width: 165px;
    height: auto;
    border-left: none;
  }
  .sub-menu li a:hover {
    color: #fff !important;
  }
  .sub-menu li {
    border-bottom: none;
  }
  #global-nav ul .menu-item ul li:first-child a {
    border-top: none;
    /*border-bottom:1px solid #ccc;*/
    min-width: 145px;
    /*width:auto;*/
    height: auto;
    font-size: 12px;
    vertical-align: baseline;
  }
  #global-nav ul .menu-item ul li a {
    border-top: none;
    /*border-bottom:1px solid #ccc;*/
    font-size: 12px;
    width: auto;
    height: auto;
    vertical-align: baseline;
    color: #fff;
  }
  #global-nav ul .menu-item ul li:last-child {
    border: none !important;
  }
  #global-nav ul .menu-item ul li:last-child a {
    border-top: none;
    border-bottom: none;
    width: auto;
    height: auto;
    font-size: 0.6875rem;
    vertical-align: baseline;
    margin-bottom: 0;
    line-height: 150%;
  }
  #global-nav ul li:hover > ul, div.menu ul li:hover > ul {
    display: block;
    background-color: #e4e4e4;
  }
  /*********************************************

採用グローバルナビ設定

********************************************/
  #g_nav_recruit {
    clear: both;
    width: 1000px;
    margin: 0 auto;
    margin-top: 50px;
    /*padding-left: 65px;*/
    box-sizing: border-box;
  }
  /*ナビゲーション*/
  #global-nav_recruit {
    width: 1000px;
    height: 37px;
    margin: 40px auto 7px;
  }
  #global-nav_recruit ul {
    margin: 0;
    position: absolute;
    /*	z-index: 10;*/
    width: 1000px;
  }
  #global-nav_recruit ul li {
    float: left;
    border-left: 1px solid #000;
    width: 141px;
    height: 37px;
    box-sizing: border-box;
    text-align: center;
  }
  #global-nav_recruit ul li:last-child {
    border-right: 1px solid #000;
  }
  #global-nav_recruit ul li li {
    float: none;
  }
  #global-nav_recruit a {
    display: block;
    outline: 1;
    text-decoration: none;
    padding: 10px 0;
    font-size: 0.75rem;
  }
  #global-nav_recruit li ul {
    display: none;
  }
  #global-nav_recruit .menu-item {
    position: relative;
    display: inline-block;
  }
  #global-nav_recruit .menu-item::after {
    bottom: 0;
    content: '';
    display: block;
    border-bottom: 3px solid rgba(0, 141, 97, 1);
    left: 0;
    position: absolute;
    transition: .5s all;
    width: 0;
  }
  #global-nav_recruit .menu-item:hover:after {
    width: 100%;
  }
  #global-nav_recruit .current-menu-item a, #global-nav_recruit .current-post-ancestor a, #global-nav_recruit .current-page-ancestor a {
    color: rgba(0, 141, 97, 1);
    font-weight: 600;
  }
  #global-nav_recruit ul ul {
    border-bottom: 3px solid #fff;
    display: none;
    position: absolute;
    top: 37px;
    z-index: 100;
    width: auto;
  }
  #global-nav_recruit ul .menu-item ul a {
    color: #333;
    background: none;
    text-indent: 0;
    height: 22px;
    padding: 10px 5px;
  }
  #global-nav_recruit ul .menu-item ul a:hover {
    color: #333;
  }
  #global-nav_recruit ul .menu-item ul li {
    background: #fff;
    float: none;
    padding: 0 5px;
    width: 165px;
    height: auto;
    border-left: none;
  }
  #global-nav_recruit ul .menu-item ul li:first-child a {
    border-top: none;
    border-bottom: 1px solid #ccc;
    min-width: 145px;
    /*width:auto;*/
    height: auto;
    font-size: 12px;
    vertical-align: baseline;
  }
  #global-nav_recruit ul .menu-item ul li a {
    border-top: none;
    border-bottom: 1px solid #ccc;
    font-size: 12px;
    width: auto;
    height: auto;
    vertical-align: baseline;
  }
  #global-nav_recruit ul .menu-item ul li:last-child {
    border: none !important;
  }
  #global-nav_recruit ul .menu-item ul li:last-child a {
    border-top: none;
    border-bottom: none;
    width: auto;
    height: auto;
    font-size: 12px;
    vertical-align: baseline;
    margin-bottom: 0;
  }
  #global-nav_recruit ul li:hover > ul, div.menu ul li:hover > ul {
    display: block;
  }
  /*********************************************

トップスライド設定

********************************************/
  #slide {
    width: 100%;
  }
  #topnewsbox {
    width: 1000px;
  }
  #topnewsbox h2 {
    font-size: 28px;
    text-align: left !important;
  }
  .topnews {
    width: 100%;
  }
  .topnews li {
    float: left;
    width: 100%;
    margin-bottom: 40px;
    padding-left: 20px;
  }
  .topnews li a {
    text-decoration: none;
    font-size: 0.8125rem;
    line-height: 20px;
    transition: .2s;
  }
  .topnews li a:hover {
    text-decoration: none;
    font-size: 0.8125rem;
    line-height: 20px;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    transition: .2s;
  }
  .newstext {
    font-size: 0.8125rem !important;
  }
  .date {
    width: 130px;
    display: inline-block;
    height: 20px;
    line-height: 20px;
  }
  .category {
    background: #ececec;
    text-align: center;
    width: 70px;
    display: inline-block;
    padding: 4px 0;
  }
  .newstext {
    color: #008a61;
    margin-left: 35px;
    display: inline-block;
    height: 20px;
    line-height: 20px;
  }
  .top_toarchive {
    display: inline-block;
    margin-bottom: 90px;
    transition: .2s;
  }
  .top_toarchive:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    transition: .2s;
  }
  /*********************************************

トップグリッド設定（上）

********************************************/
  ul.topglid {
    width: 1000px;
    margin-top: 40px;
    margin-bottom: 90px;
  }
  ul.topglid a {
    display: block;
    width: 333px;
    height: 256px;
    float: left;
  }
  .topglid li {
    width: 333px;
    float: left;
    transition: .2s;
  }
  .topglid li:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    transition: .2s;
  }
  .topglid li:nth-child(3n) {
    width: 334px;
  }
  .topglid_green01 {
    float: left;
    width: 333px;
    height: 144px;
    background: rgba(0, 141, 97, 1);
  }
  .topglid_green02 {
    float: left;
    width: 333px;
    height: 144px;
    background: rgba(0, 141, 97, 0.75);
  }
  .background_01 h3, .background_02 h3, .background_03 h3, .background_04 h3, .background_05 h3 {
    text-align: center;
    color: #fff;
    line-height: 120%;
    font-size: 18px;
  }
  .background_06 h3 {
    text-align: center;
    color: #fff;
    line-height: 1.5;
    font-size: 15px;
  }
  .background_01 {
    padding: 78px 0 0;
    width: 333px;
    height: 144px;
    background: url(image/topglid/back01.png) no-repeat;
    background-size: cover;
    box-sizing: border-box;
  }
  .background_02 {
    padding: 78px 0 0;
    width: 333px;
    height: 144px;
    background: url(image/topglid/back02.png) no-repeat;
    background-size: cover;
    box-sizing: border-box;
  }
  .background_03 {
    padding: 78px 0 0;
    width: 334px;
    height: 144px;
    background: url(image/topglid/back03.png) no-repeat;
    background-size: cover;
    box-sizing: border-box;
  }
  .background_04 {
    padding: 78px 0 0;
    width: 333px;
    height: 144px;
    background: url(image/topglid/back04.png) no-repeat;
    background-size: cover;
    box-sizing: border-box;
  }
  .background_05 {
    padding: 78px 0 0;
    width: 333px;
    height: 144px;
    background: url(image/topglid/back05.png) no-repeat;
    background-size: cover;
    box-sizing: border-box;
  }
  .background_06 {
    padding: 78px 0 0;
    width: 333px;
    height: 144px;
    background: url(image/topglid/back06.png) no-repeat;
    background-size: cover;
    box-sizing: border-box;
  }
  .spel_top {
    text-align: center;
    color: #000;
    font-size: 0.5625rem;
    margin-top: 13px;
  }
  /*********************************************

トップグリッド設定（中）

********************************************/
  .topglid_middle {
    width: 1000px;
    margin-bottom: 90px;
  }
  .topglid_middle a {
    display: block;
    vertical-align: bottom;
    transition: .2s;
  }
  .topglid_middle a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    transition: .2s;
  }
  .top_glid_middleup {
    width: 1000px;
    height: 230px;
    box-sizing: border-box;
    float: left;
  }
  .top_glid_middleup h3 {
    float: left;
    margin-top: 22px;
    color: #fff;
    margin-left: 34px;
    font-size: 1.1875rem;
    padding-bottom: 9px;
  }
  .top_glid_middledown {
    width: 1000px;
    padding: 24px 30px;
    color: #fff;
    line-height: 120%;
    box-sizing: border-box;
    font-size: 0.875rem;
    float: left;
    height: 132px;
    line-height: 150%;
  }
  .back07 {
    background: url(image/topglid/image07.jpg);
  }
  .back08 {
    background: url(image/topglid/image08.jpg);
  }
  .back_top_middle {
    background-image: url("image/top/kusatsu1.jpg");
    /*	background:url(https://www.terumoyamaguchi.co.jp/wp-content/uploads/zenkei-2022.jpg);*/
    /*background: url(image/topglid/back_top_middle.jpg);*/
    background-size: contain;
  }
  .greenback01 {
    background: rgba(0, 141, 97, 1);
  }
  .greenback02 {
    background: rgba(0, 141, 97, 0.75);
  }
  .spel2 {
    float: left;
    clear: both;
    margin-left: 34px;
    color: #fff;
  }
  /*********************************************

下部ボタン設定

********************************************/
  .top_bottom_btn {
    width: 1000px;
    height: 148px;
    /*background: url(image/topglid/image09.jpg) no-repeat;*/
    background: url(https://www.terumoyamaguchi.co.jp/wp-content/uploads/torecruit_banner2.jpg) no-repeat;
    padding: 81px 0 0 744px;
    display: block;
    transition: .2s;
    box-sizing: border-box;
    text-decoration: none;
    margin-bottom: 190px;
    background-size: contain;
  }
  .top_bottom_btn:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    transition: .2s;
  }
  .top_bottom_btn h2 {
    color: #fff;
    text-align: center;
    font-size: 1.0625rem;
    margin-bottom: 8px;
  }
  .spel3 {
    text-align: center;
    margin: 0;
    font-size: 0.5625rem;
  }
  /*********************************************

フッター設定

********************************************/
  #footerwrapper {
    width: 100%;
    background: #ececec;
  }
  .footercontents {
    padding-bottom: 90px;
    border-bottom: 1px solid #4d4d4d;
  }
  .footerquarter {
    width: 100%;
  }
  .footerquarter ul {
    width: 25%;
    float: left;
  }
  .footerquarter ul li {
    margin-bottom: 20px;
    padding-right: 18px;
  }
  .footerbottom {
    text-align: center;
    width: 1000px;
    margin: 0 auto;
    margin-top: 20px;
    padding-bottom: 77px;
  }
  .footerbottom ul {
    text-align: center;
    margin: 0 auto;
    width: 560PX;
  }
  .footerbottom ul li {
    float: left;
    padding-left: 18px;
    height: 20px;
    border-right: 1px solid #4d4d4d;
  }
  .footerbottom ul li a {
    text-decoration: none;
    font-size: 0.75rem;
    padding-right: 18px;
    transition: .2s;
  }
  .footerquarter ul li a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    transition: .2s;
  }
  .footerquarter ul li a {
    text-decoration: underline;
    font-size: 0.75rem;
    transition: .2s;
  }
  .footerbottom ul li a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    transition: .2s;
  }
  .footerbottom ul li:first-child {
    padding-left: 0;
  }
  .footerbottom ul li:last-child {
    border: none;
  }
  .copy {
    width: 100%;
    margin: 20px auto 0;
    padding-bottom: 30px;
    font-size: 0.625rem;
    text-align: center;
  }
  /*********************************************

文頭アイコン設定

********************************************/
  .arrow {
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 0.9375rem;
    line-height: 1.5;
  }
  .arrow::before, .arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .sample5-2::before {
    left: 3px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #008d61;
    border-right: 2px solid #008d61;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  /*********************************************

投稿設定

********************************************/
  #singlecontainer {
    width: 1000px;
    margin: 40px auto;
    padding-bottom: 40px;
  }
  #singlecontainer strong {
    font-weight: 700;
  }
  #singlecontainer h1 {
    border-bottom: solid 3px #008d61;
    position: relative;
    font-size: 2rem;
    line-height: 120%;
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
  #singlecontainer h2 {
    position: relative;
    font-size: 22px;
    line-height: 120%;
    margin-bottom: 20px;
    color: #008d61;
    font-weight: 700;
  }
  #singlecontainer h3 {
    border-left: solid 4px #008d61;
    position: relative;
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 20px;
    font-weight: 700;
    padding-left: 10px;
  }
  #singlecontainer h4 {
    position: relative;
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 20px;
    font-weight: 700;
  }
  #singlecontainer a {
    color: #008d61;
    text-decoration: underline;
  }
  #singlecontainer p {
    line-height: 180%;
  }
  p.singledate {
    text-align: right;
    font-size: 12px;
    margin-bottom: 10px;
  }
  /*********************************************

フッターリンク

********************************************/
  div.anoterpage_link {
    width: 1000px;
    margin: 0 auto;
    padding: 10px 0;
  }
  div.anoterpage_link a {
    font-size: 12px;
    text-decoration: none;
  }
  /*********************************************

一覧設定

********************************************/
  #newsbox {
    width: 1000px;
    margin: 40px auto;
  }
  .pagenavi {
    width: 1000px;
    margin: 0 auto 40px;
    text-align: center;
  }
  .page-numbers {
    color: #008a61;
  }
  /*********************************************

パンくず

********************************************/
  #breadcrumb {
    width: 1000px;
    padding-top: 20px;
    border-top: 1px solid #000;
    margin: 0 auto;
    padding-bottom: 80px;
  }
  #breadcrumb ul {
    font-size: 0.9375em;
  }
  #breadcrumb ul li {
    display: inline;
    list-style: none;
  }
  #breadcrumb ul li:first-child:before {
    content: none;
  }
  #breadcrumb ul li:before {
    content: '›';
    margin: 0 5px 0 0;
  }
  #breadcrumb ul li > a {
    color: #333;
    margin-right: 5px;
    text-decoration: none;
  }
  #breadcrumb ul li a:hover {
    text-decoration: underline;
  }
  @media screen and (max-width: 480px) {
    #breadcrumb ul li span.e-title {
      display: block;
    }
  }
  .modal-content {
    position: fixed;
    display: none;
    z-index: 2;
    width: 860px;
    margin: 0;
    padding: 0 0 34px 0;
    background: #fff;
  }
  .modal-content p {
    margin: 0;
    padding: 0;
  }
  .modal-overlay {
    z-index: 1;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba(0, 0, 0, 0.75);
  }
  .modal-open {
    /*  color:#00f;
    text-decoration:underline;*/
  }
  .modal-open:hover {
    cursor: pointer;
    color: #f00;
  }
  a.modal-close {
    /*display: block;
	margin-top: 20px;*/
    color: #FFF;
    text-align: center;
    background: #ccc;
    /*text-decoration:underline;*/
  }
  .modal-close:hover {
    cursor: pointer;
    color: #f00;
  }
  .messagebox h4 {
    background: rgba(0, 141, 97, 1);
    color: #fff;
    text-align: left;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }
  p.modaltext {
    margin: 20px 30px;
  }
  div.modal_btn_box {
    width: 70%;
    margin: 0 15%;
    text-align: center;
    padding: 30px 0 20px;
  }
  div.modal_btn_box a:first-child {
    background: rgba(0, 141, 97, 1);
    text-align: center !important;
    color: #fff !important;
    padding: 8px 20px;
    text-decoration: none !important;
    border-radius: 6px;
  }
  div.modal_btn_box a:nth-child(2) {
    text-align: center;
    color: #fff !important;
    padding: 8px 20px;
    border-radius: 6px;
    text-decoration: none !important;
    margin-left: 10px;
  }
  .sitemap {
    width: 800px;
    margin: 0 100px;
    padding: 20px 0;
  }
  .sitemap h3 {
    margin-bottom: 30px;
  }
  .sitemap a {
    display: block;
    margin-bottom: 20px;
    text-decoration: none;
  }
  .sitemap a:first-child {
    margin-top: 50px;
  }
  .kiyaku {
    padding-bottom: 90px;
  }
  .kiyaku h2 {
    text-align: left;
    padding-bottom: 6px;
    font-weight: 600;
    color: rgba(0, 141, 97, 1);
    border-bottom: 1px solid rgba(0, 141, 97, 1);
  }
  .kiyaku h5 {
    text-align: left;
    color: rgba(0, 141, 97, 1);
    border: none;
  }
} /*********************PC_CSS_END*********************/
@media screen and (max-width: 767px) {
  /*********************************************

共通設定

********************************************/
  #wrapper {
    width: 100%;
  }
  .mt90 {
    margin-top: 90px;
  }
  .container {
    width: 90%;
    margin: 0 5%;
    padding: 21px 0 0;
  }
  .container h2 {
    clear: both;
    text-align: center;
    font-size: 1.25rem;
    margin-bottom: 20px;
    line-height: 150%;
    font-weight: 700;
  }
  .centertext {
    text-align: left;
    line-height: 150%;
    margin: 1rem 0;
    font-size: 0.9375rem;
  }
  .sub-menu {
    margin-top: 10px;
  }
  .pagecontainer {
    width: 90%;
    margin: 0 5%;
  }
  .pagecontainer h2 {
    text-align: center;
    font-size: 1.25rem;
    margin-bottom: 20px;
    line-height: 1.5;
  }
  .pagecontainer h3 {
    text-align: center;
    font-size: 1.25rem;
    color: rgba(0, 141, 97, 1);
    margin-bottom: 20px;
    line-height: 1.7;
  }
  .pagecontainer h4 {
    text-align: left;
    margin-top: 40px;
    font-size: 1.4375rem;
    color: #000;
    padding-left: 20px;
    border-left: 4px solid rgba(0, 141, 97, 1);
  }
  .pagecontainer h5 {
    text-align: left;
    margin-top: 40px;
    font-size: 1rem;
    color: rgba(0, 141, 97, 1);
    font-weight: 600;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(0, 141, 97, 1);
  }
  .pagecontainer p {
    line-height: 150%;
    font-size: 0.875em;
  }
  .border_bottom_black {
    border-bottom: 1px solid #000;
  }
  .spnone {
    display: none;
  }
  p.taisaku {
    font-size: 1rem;
    color: #000;
    font-weight: 600;
  }
  /*********************************************

マージン

********************************************/
  .mt55 {
    margin-top: 27px;
  }
  .mt113 {
    margin-top: 56px;
  }
  .mb180 {
    margin-bottom: 90px;
  }
  /*.mr12{
	margin-right: 12px;
}*/
  .mb12 {
    margin-bottom: 6px;
  }
  .fade {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .fade:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
  }
  /************************************

モバイルメニューボタン
	
************************************/
  #spheader {
    height: 57px;
    padding: 10px 5%;
    background: #fff;
    box-sizing: border-box;
  }
  .spheadlogo {
    float: left;
    width: 80%;
    display: table;
  }
  #spheader a {
    text-decoration: none;
    display: block;
  }
  .spheadlogo_img {
    width: 135px;
    height: auto;
    float: left;
    display: table-cell;
    vertical-align: middle;
  }
  .spheadlogo_img img {
    vertical-align: middle;
    padding-top: 2px;
  }
  .sp_head_text {
    float: left;
    height: 40px;
    line-height: 40px;
    margin-left: 10px;
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
    font-size: 10px;
  }
  /*********************************************

トップグリッド設定（上）

********************************************/
  ul.top_glid_sp {
    width: 100%;
    margin-bottom: 32px;
  }
  ul.top_glid_sp li {
    float: left;
    width: 50%;
  }
  ul.top_glid_sp li img {
    width: 100%;
    height: auto;
  }
  /*********************************************

工場・製品紹介

********************************************/
  .sp_kojo_seihin {
    width: 100%;
    margin-bottom: 32px;
  }
  .sp_kojo_seihin a {
    text-decoration: none;
  }
  .sp_kojo_seihin_img {
    width: 100%;
    height: auto;
  }
  .sp_kojo_seihin_img img {
    width: 100%;
    height: auto;
  }
  .sp_kojo_seihin_text {
    width: 100%;
    background: rgba(0, 141, 97, 1);
    color: #fff;
    line-height: 150%;
    padding: 12px 17px;
    font-size: 0.875rem;
    box-sizing: border-box;
  }
  /*********************************************

トップ採用ボタン

********************************************/
  .recruit_btn_sp {
    width: 100%;
    margin-bottom: 32px;
    background: rgba(0, 141, 97, 1);
  }
  .recruit_btn_sp img {
    width: 100%;
    height: auto;
  }
  /*********************************************

トップニュース

********************************************/
  #topnewsbox {
    width: 100%;
  }
  #topnewsbox h2 {
    font-size: 1.25rem;
    text-align: left !important;
    font-weight: 700;
  }
  .topnews {
    width: 100%;
    margin-bottom: 50px;
  }
  .topnews li {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
  }
  .topnews li a {
    text-decoration: none;
    font-size: 0.8125rem;
    line-height: 20px;
    transition: .2s;
    display: block;
  }
  .topnews li a:hover {
    text-decoration: none;
    font-size: 0.8125rem;
    line-height: 20px;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    transition: .2s;
  }
  .newstext {
    font-size: 0.8125rem !important;
  }
  .date {
    margin-right: 20px;
    display: inline-block;
    height: 20px;
    line-height: 20px;
  }
  .category {
    background: #ececec;
    text-align: center;
    width: 70px;
    display: inline-block;
    padding: 4px 0;
  }
  .newstext {
    clear: both;
    width: 100%;
    color: #008a61;
    margin-top: 10px;
    box-sizing: border-box;
    display: inline-block;
    line-height: 20px;
  }
  .top_toarchive {
    display: inline-block;
    margin-bottom: 90px;
    transition: .2s;
  }
  .top_toarchive:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    transition: .2s;
  }
  /*********************************************

文頭アイコン設定

********************************************/
  .arrow {
    position: relative;
    display: inline-block;
    padding: 8px 0 8px 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 0.9375rem;
  }
  .arrow::before, .arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .sample5-2::before {
    left: 3px;
    width: 4px;
    height: 4px;
    border-top: 2px solid rgba(0, 141, 97, 1);
    border-right: 2px solid rgba(0, 141, 97, 1);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  /*********************************************

パンくず

********************************************/
  #breadcrumb {
    width: 90%;
    margin: 0 5%;
    padding-top: 20px;
    border-top: 1px solid #000;
    padding-bottom: 80px;
  }
  #breadcrumb ul {
    font-size: 0.9375em;
  }
  #breadcrumb ul li {
    display: inline;
    list-style: none;
  }
  #breadcrumb ul li:first-child:before {
    content: none;
  }
  #breadcrumb ul li:before {
    content: '›';
    margin: 0 5px 0 0;
  }
  #breadcrumb ul li > a {
    color: #333;
    margin-right: 5px;
    text-decoration: none;
  }
  #breadcrumb ul li a:hover {
    text-decoration: underline;
  }
  /*********************************************

フッター

********************************************/
  #footerwrapper {
    width: 100%;
    background: #ececec;
  }
  .footer_logo_sp {
    width: 90%;
    margin: 0 auto;
    display: table;
  }
  .footer_logo_sp_img {
    width: auto;
    height: 30px;
    display: inline-block;
    /*height: auto;*/
    vertical-align: middle;
  }
  .footer_logo_sp_img img {
    width: auto;
    height: 30px;
    vertical-align: middle;
  }
  .footer_companyname {
    display: inline-block;
    height: 30px;
    line-height: 40px;
    margin-left: 2%;
    font-size: 0.625rem;
  }
  .copy {
    width: 90%;
    margin: 30px auto 0;
    padding-bottom: 30px;
    font-size: 0.625rem;
    text-align: center;
  }
  /*********************************************

投稿設定

********************************************/
  #singlecontainer {
    width: 94%;
    margin: 40px 3%;
    padding-bottom: 40px;
  }
  #singlecontainer strong {
    font-weight: 700;
  }
  #singlecontainer h1 {
    border-bottom: solid 3px #008d61;
    position: relative;
    font-size: 1.5rem;
    line-height: 120%;
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
  #singlecontainer h2 {
    position: relative;
    font-size: 22px;
    line-height: 120%;
    margin-bottom: 20px;
    color: #008d61;
    font-weight: 700;
  }
  #singlecontainer h3 {
    border-left: solid 4px #008d61;
    position: relative;
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 20px;
    font-weight: 700;
    padding-left: 10px;
  }
  #singlecontainer h4 {
    position: relative;
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 20px;
    font-weight: 700;
  }
  #singlecontainer a {
    color: #008d61;
    text-decoration: underline;
  }
  #singlecontainer p {
    line-height: 180%;
  }
  p.singledate {
    text-align: right;
    font-size: 12px;
    margin-bottom: 10px;
  }
  /*********************************************

フッターリンク

********************************************/
  div.anoterpage_link {
    width: 94%;
    margin: 0 auto;
    padding: 10px 0;
  }
  div.anoterpage_link a {
    font-size: 12px;
    display: block;
    margin-bottom: 5px;
  }
  /*********************************************

サイトマップ規約

********************************************/
  .sitemap {
    width: 100%;
    padding: 10px 0;
  }
  .sitemap h3 {
    margin-bottom: 20px;
  }
  .sitemap a {
    display: block;
    margin-bottom: 10px;
  }
  .sitemap a:first-child {
    margin-top: 30px;
  }
  .kiyaku {
    padding-bottom: 90px;
  }
  .kiyaku h2 {
    text-align: left;
    padding-bottom: 6px;
    font-weight: 600;
    color: rgba(0, 141, 97, 1);
    border-bottom: 1px solid rgba(0, 141, 97, 1);
  }
  .kiyaku h5 {
    text-align: left;
    color: rgba(0, 141, 97, 1);
    border: none;
  }
}
h2.senpaiichiran_h2 {
  text-align: center;
}
.pt0 {
  padding-top: 0;
}
#voicelinks p {
  margin-bottom: 0;
}
.topvoicelist {
  border: none;
}
.mt20 {
  margin-top: 20px;
}
#company main section.seomessage.predident2024 {
  background: url(https://www.terumoyamaguchi.co.jp/wp-content/themes/terumo/image/recruit/bg_company.jpg) no-repeat center center;
}
@media screen and (max-width: 749px) {
  #company main section.seomessage.predident2024 {
    background: url(https://www.terumoyamaguchi.co.jp/wp-content/themes/terumo/image/recruit/bg_company-sp.jpg) no-repeat center center;
  }
}
@media screen and (max-width: 749px) {
  .messagebox h4 {
    background: rgba(0, 141, 97, 1);
    color: #fff;
    text-align: left;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }
  p.modaltext {
    margin: 20px 30px;
  }
  div.modal_btn_box {
    width: 70%;
    margin: 0 15%;
    text-align: center;
    padding: 30px 0 20px;
  }
  div.modal_btn_box a:first-child {
    background: rgba(0, 141, 97, 1);
    text-align: center !important;
    color: #fff !important;
    padding: 8px 20px;
    text-decoration: none !important;
    border-radius: 6px;
  }
  div.modal_btn_box a:nth-child(2) {
    text-align: center;
    color: #fff !important;
    padding: 8px 20px;
    border-radius: 6px;
    text-decoration: none !important;
    margin-left: 10px;
  }
}

.salesimage{
	margin-bottom: 40px;
}
@media screen and (max-width: 749px) {
	.salesimage{
	margin-bottom: 20px;
}
}


