@charset "UTF-8";
/* CSS Document */
/* CSS Document */
/*@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);*/
@import url("https://fonts.googleapis.com/css2?family=Homemade+Apple&family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@400;700&display=swap");
/*キーカラー：
#9cc813
$color-green1
*/
html {
  font-size: 100%;
}

body {
  /*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN', 'Yu Gothic',"メイリオ", "Meiryo", sans-serif;
                                                                                                                                                    /*font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
font-weight: 500;*/
  /*font-family: Georgia, 'Hiragino Mincho ProN', 'Yu Mincho', serif;*/
  background: url(../img/bg.jpg) repeat-x center top #d6d6d6;
}

h1, h2, h3, h4, h5, h6, p, li, dt, dd, a {
  color: #666;
}

img {
  width: 100%;
  /*height:auto;	有効にするとIEでエラー*/
}

a, a * {
  transition: .3s;
}

a:hover, a:hover * {
  opacity: .8;
  transition: .3s;
}

p, li, h1, h2, h3, h4, h5, h6, address, small {
  line-height: 1.5;
}

p {
  margin: 0 0 2rem 0;
  padding: 0 2rem;
}

h2 {
  font-size: 1.5rem;
  color: #7ea701;
  font-weight: bold;
  border-top: 2px solid #7ea701;
  border-bottom: 2px solid #7ea701;
  padding: .5rem 0 .5rem 1rem;
  letter-spacing: .5rem;
  margin: 0 1rem 1rem;
}

h3 {
  font-size: 1.2rem;
  color: #7ea701;
  letter-spacing: .3rem;
  font-weight: bold;
  padding: 0 0 0 1rem;
  border-left: 1rem solid #7ea701;
  margin: 1rem;
}

h3 span {
  font-size: 1.5rem;
  font-weight: bold;
}

h4 {
  font-size: 1.1rem;
  font-weight: bold;
  padding: .5rem 0 .5rem 1rem;
}

h4 + p {
  padding: 0 3rem;
}

h4 + p img {
  float: left;
  margin: 0 1rem 1rem 0;
}

th, td {
  padding: .5rem;
}

strong {
  font-weight: bold;
}

:placeholder-shown {
  color: #666;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
  color: #999;
}

/* Firefox 18- */
:-moz-placeholder {
  color: #999;
  opacity: 1;
}

/* Firefox 19+ */
::-moz-placeholder {
  color: #999;
  opacity: 1;
}

/* IE 10+ */
:-ms-input-placeholder {
  color: #999;
}

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

.clearBoth {
  clear: both;
}

.LH15 {
  line-height: 1.5;
}

.ML10 {
  margin-left: 10px;
}

.MR10 {
  margin-right: 10px;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.displayNone {
  display: none;
}

.displayBlock {
  display: block;
}

/*===============*/
.base {
  width: 100%;
  max-width: 1200px;
  margin: 1rem auto;
  border: 1px solid #7ea701;
  background-color: #fff;
  position: relative;
}

/********** 
ドロワーメニューボタン
（ドロワーメニュー自体のスタイルはjquery.slidemenu.cssに記述）
**********/
/* Toggle(Button) */
#navToggle {
  display: none;
  position: fixed;
  right: 13px;
  top: 13px;
  width: 5vh;
  height: 5vh;
  cursor: pointer;
}

#navToggle div {
  position: relative;
}

#navToggle span {
  display: block;
  position: absolute;
  /*to div*/
  width: 100%;
  border-bottom: solid 3px #999;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

#navToggle span:nth-child(1) {
  top: 0;
}

#navToggle span:nth-child(2) {
  top: 11px;
}

#navToggle span:nth-child(3) {
  top: 22px;
}

/********** ヘッダー **********/
.header {
  width: 100%;
  height: 120px;
  padding: 0.5rem;
}

.header .logo-catchCopy {
  float: left;
  width: 55%;
  height: 100%;
  /*background-color: $color-green1;*/
  color: #fff;
}

/*カラス／ハト駆除・捕獲、鳥害対策総合コンサルタント*/
.header .catchCopy {
  width: 100%;
  float: left;
  color: #666;
}

.header .catchCopy p {
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.header .logo1, .header .logo2-name {
  float: left;
}

.header .logo1 {
  width: 25%;
  padding: .5rem 0;
}

.header .logo2-name {
  width: 75%;
}

.header .logo2 {
  padding: .5rem 0 0 .5rem;
}

/*株式会社グリーンフィールド*/
.header .name {
  padding: .2vw;
  margin: .6vw 0 0;
  font-weight: bold;
  color: #fff;
  background-color: #98c93c;
  text-align: center;
}

/* 保険情報のブロック　*/
.header .info {
  float: left;
  width: 25%;
  padding: .5vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.header .insuranceInfoContainer {
  flex: auto;
}

.header .insuranceInfoHeader {
  border: 1px solid #666;
  width: 5rem;
  text-align: center;
  float: left;
  padding: 0.3rem 0;
}

.header .insuranceInfoHeader p {
  font-size: .8vw;
  margin: 0;
  padding: 0;
}

.header .insuranceInfo {
  float: left;
  padding: 0.3rem 0 0.3rem 0.3rem;
}

.header .insuranceInfo p {
  margin: 0;
  padding: 0;
  font-size: .8vw;
}

/*電話番号*/
.header .telConteiner {
  flex: auto;
  line-height: 0;
}

.header .tel {
  text-decoration: none;
  font-size: 2rem;
}

.freedial {
  font-size: 12px;
  display: block;
  text-align: center;
  margin: 3px 0 0;
}

/*お問い合わせボタン*/
.header .inquiryBtn {
  float: right;
  width: 20%;
  height: 5.6vw;
}

.header .inquiry {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #D85C24;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  padding: 1vw 0 0 0;
  border-bottom: 5px solid #A63436;
  text-decoration: none;
}

.header .inquiry::after {
  content: '\f0da';
  font-family: FontAwesome;
  margin: 0 0 0 .5rem;
}

.header .inquiry .nakaguro {
  display: none;
}

/********** グローバルナビ **********/
.gNavWrap {
  width: 100%;
  height: 60px;
  background: #9cc813;
  position: relative;
  z-index: 99;
  margin: 0 0 0.5rem 0;
}

.gNavWrap h1 {
  font-size: 32px;
  line-height: 1.8;
}

.gNavWrap p {
  margin-bottom: 20px;
}

.gNav {
  position: absolute;
  width: 100%;
}

.nav-item {
  float: left;
  position: relative;
  border-right: 1px solid #fff;
  border-bottom: 5px solid #7ea701;
  width: 12.5%;
}

/*最後のメニューのボーダー消去*/
.nav-item:last-child {
  border-right: none;
}

.nav-title {
  position: relative;
  display: block;
  color: #fff;
  text-decoration: none;
  line-height: 60px;
  height: 60px;
  text-align: center;
}

.nav-title.faq {
  line-height: 24px;
}

.nav-title:hover {
  background: #444;
}

.nav-title:before {
  position: absolute;
  content: ' ';
  display: block;
  width: 9px;
  height: 5px;
  right: 50%;
  bottom: 10%;
  margin: auto 0;
  background: url(../img/arrow_off.png);
}

.nav-title.is-active {
  background: #7ea701;
  transition: background .2s ease;
}

.nav-item.is-active .nav-title:before {
  background: url(../img/arrow_on.png);
}

.panel {
  left: 0;
  right: 0;
  margin: auto;
  display: none;
  overflow: hidden;
  background: #9cc813;
  width: 100%;
}

.panel-inner {
  margin: 0 auto;
}

.panel-item {
  border-bottom: 1px solid #7ea701;
}

.panel-item > a {
  display: block;
  padding: 10px 20px;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  box-sizing: border-box;
}

.panel-item > a:hover {
  background: #555;
  text-decoration: none;
}

.hero {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
.hero .kv {
  background-image: url("../svg/bg-carousel-arc.svg"), url("../img/trust/bg_kv_trust1200.jpg");
  background-size: contain,cover;
  background-repeat: no-repeat,no-repeat;
  background-position: center bottom,center;
  margin-bottom: -24px;
}
.hero .copy {
  color: #fff;
  font-size: 24px;
  text-align: left;
}
.hero .title {
  font-size: 48px;
}
.hero .subTitle1 {
  position: relative;
  padding: 0 65px;
  text-align: center;
  color: #16b0e6;
  width: min(100%, 600px);
  margin: 0 auto;
}
.hero .subTitle1::before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #16b0e6;
}
.hero .subTitle1 span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}
.hero .subTitle2 {
  color: #7ea701;
}

/********** メインコンテンツ **********/
.main {
  display: none;
}

.kv {
  background-color: #999;
  width: 100%;
  height: 300px;
  margin: 0 0 1rem 0;
  text-shadow: 1px 1px 1px black,2px 2px 2px black;
}

.kv .title, .kv .subTitle {
  font-family: Georgia, 'Hiragino Mincho ProN', 'Yu Mincho', serif;
  color: #fff;
  text-align: right;
}

.kv .title {
  font-size: 3rem;
}

.kv .subTitle {
  font-size: 1.5rem;
}

/********** バナー表示 **********/
/*PC用バナー(横幅1381px以上のときのみ表示)*/
.banner.forPC {
  display: none;
}

/*共通表示バナー*/
.banner.common {
  text-align: center;
  margin: 0 0 3px 0;
}

.banner.common .blog {
  background-color: #2f7503;
  margin: 0 0 10px;
}

.banner.common .blog a {
  display: block;
  width: 100%;
}

.banner.common .blog img {
  width: 400px;
  height: 100px;
}

.banner.common .branch {
  padding: 0;
  display: flex;
  justify-content: space-between;
  margin: 0 0 10px;
}

.banner.common .branch a,
.banner.common .branch > img {
  width: 49.8%;
}

/*新着情報*/
.newsSection .inquiryBtn {
  position: absolute;
  top: .3rem;
  right: .3rem;
  width: 150px;
  height: 50px;
  border-bottom: 5px solid #A63436;
}

.newsSection .inquiryBtn a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #D85C24;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.newsSection .inquiryBtn a::after {
  content: '\f0da';
  font-family: FontAwesome;
  margin: 0 0 0 .5rem;
}

.topics.newsSection {
  border: solid 1px #7ea701;
  background-color: #fff;
  padding: 1rem;
  margin: 0 1rem 1rem;
  position: relative;
}

.topics .newsTitle {
  height: auto;
  width: auto;
  text-align: center;
  border-top: none;
  border-bottom: dotted 1px #80b926;
  font-size: 1.2rem;
  font-weight: normal;
  color: #80b926;
  padding: 0 0 1rem;
  margin: 0 0 1rem;
}

.topics .news {
  line-height: 1.5;
  margin: 0 0 10px 0;
}

.topics .news br {
  display: none;
}

.topics .news a {
  color: #666;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
}

.topics .news a:hover {
  color: #80b926;
  text-decoration: underline;
}

.topics .news .date {
  margin: 0 1rem 0 0;
  font-size: 0.8rem;
  flex: 0 0 auto;
  font-family: monospace,'Yu Gothic',"メイリオ", "Meiryo", sans-serif;
}

.topics .news .icon {
  margin: 0 1rem 0 0;
  color: #fff;
  font-size: 0.8rem;
  padding: 3px;
  border-radius: 5px;
  text-indent: 0;
  width: 3rem;
  text-align: center;
  flex: 0 0 auto;
}

.topics .news .tv {
  background-color: #A43739;
}

.topics .news .paper {
  background-color: #2B5AA3;
}

.topics .news .magazine {
  background-color: #0A8068;
}

.topics .news .web {
  background-color: #FF9A24;
}

.topics .news .name1 {
  flex: 0 0 auto;
}

.topics .news .nameBlock {
  flex: 0 0 auto;
  display: flex;
}

.topics .news .info {
  font-size: 1rem;
  flex: 0 0 auto;
  display: flex;
}

.topics .news .name2 {
  font-weight: bold;
}

/********** フッター **********/
.footer .company {
  background-color: #7ea701;
}

.footer h2 {
  color: #fff;
  font-size: 1rem;
  text-align: center;
  letter-spacing: 0;
  margin: 0;
}

.footer h2 br {
  display: none;
}

.footer {
  width: 100%;
  background-color: #9cc813;
  padding: 1rem 0 0;
  border-top: 3px solid #7ea701;
}

.footer .categoryList {
  margin: 0 auto 1rem;
  text-align: center;
  display: flex;
}

.footer .categoryList .category {
  padding: .5rem;
  border-right: 1px dotted #fff;
  vertical-align: top;
  text-align: left;
  flex: 1;
}

.footer .categoryList .category:first-child {
  border-left: 1px dotted #fff;
}

.footer .categoryList .category p {
  padding: 0;
}

.footer .categoryList .category p a {
  color: #fff;
  padding: 0;
  text-decoration: none;
  font-weight: bold;
}

.footer .categoryList .category li a {
  color: #fff;
  font-size: .9rem;
  text-decoration: none;
}

.footer .categoryList .category p a:hover, .footer .categoryList .category li a:hover {
  text-decoration: underline;
}

.footer .copyRight {
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 0;
}

/********** トップページへ戻るボタン **********/
.pageTopBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  margin: 0;
  padding: 0;
}

.pageTopBtn a {
  z-index: 999;
  background-color: #7ea701;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: block;
  line-height: 90px;
  border: 3px solid #fff;
}

.pageTopBtn a::after {
  content: "▲";
}

.pageTopBtn a:hover {
  text-decoration: none;
  opacity: 0.7;
  line-height: 80px;
}

/********** 「タップして開く」ボタン **********/
.slideToggle .intro {
  margin: 0;
}

.slideToggle .btn {
  display: none;
  font-size: .8rem;
}

.slideToggle p.toggle {
  display: block;
}

@media screen and (max-width: 640px) {
  p {
    padding: 0 1rem;
  }

  body {
    padding: 0.5rem;
  }

  /*トグルボタンの分だけページトップに余白を作る*/
  .base {
    margin: 15vw 0 0 0;
  }

  h2 {
    font-size: 1.2rem;
    color: #7ea701;
    font-weight: bold;
    border-top: 2px solid #7ea701;
    border-bottom: 2px solid #7ea701;
    padding: .5rem 0;
    letter-spacing: 0rem;
    margin: 0 .5rem .5rem;
  }

  h3 {
    font-size: 1rem;
    letter-spacing: 0;
    font-weight: bold;
    padding: 0 0 0 .5rem;
    border-left: 0.5rem solid #7ea701;
    margin: .5rem;
  }

  h3 span {
    font-size: 1.3rem;
    font-weight: bold;
  }

  h4 + p {
    padding: 0 1rem;
  }

  /********** ヘッダー **********/
  .header {
    height: auto;
  }

  .header .name {
    color: #7ea701;
    background-color: transparent;
    text-align: center;
  }

  /* 電話アイコン・問い合わせボタン・トグルボタンのトップ固定の白背景 */
  .fixedHeaderBase {
    width: 100%;
    height: 16vw;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 6;
  }

  .freedial {
    display: none;
  }

  /* トグルボタン */
  #navToggle {
    display: block;
    z-index: 9;
  }

  /* Click Toggle(Button) */
  .openNav #navToggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .openNav #navToggle span:nth-child(2),
  .openNav #navToggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  /*header menu*/
  .gNavWrap.openNav {
    -moz-transform: translateY(620px);
    -webkit-transform: translateY(620px);
    transform: translateY(calc(100vh + 70px));
  }

  .header .logo-catchCopy {
    float: none;
    width: 100%;
    height: auto;
  }

  /*カラス／ハト駆除・捕獲、鳥害対策総合コンサルタント*/
  .header .catchCopy p {
    font-weight: bold;
    font-size: 3.5vw;
  }

  /*株式会社グリーンフィールド*/
  .header .name {
    font-size: 4.3vw;
  }

  /* 保険情報のブロック　*/
  .header .info {
    float: none;
    width: 100%;
  }

  .header .insuranceInfoContainer {
    display: none;
  }

  .header .insuranceInfoHeader {
    width: 5rem;
    float: left;
    padding: 0.3rem 0;
  }

  .header .insuranceInfo {
    float: left;
    padding: 0.3rem 0 0.3rem 0.3rem;
  }

  /*電話番号*/
  .header .telConteiner {
    position: fixed;
    top: 1vw;
    left: 2vw;
    z-index: 7;
  }

  .header .telConteiner .number {
    display: none;
  }

  .header .tel {
    float: none;
  }

  .header .tel .fa-phone-square {
    font-size: 13vw;
  }

  /*お問い合わせボタン*/
  .header .inquiryBtn {
    position: fixed;
    top: 1vh;
    left: 10vh;
    float: none;
    width: 60vw;
    height: 6vh;
  }

  .header .inquiry {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0.9rem;
    font-weight: bold;
    line-height: 2rem;
    padding: 0 0 0 .5vh;
    margin: 1vw 0 0 0;
  }

  .header .inquiry .nakaguro {
    display: inline;
  }

  .header .inquiry .textEnd {
    display: none;
  }

  .header .inquiry .br {
    display: none;
  }

  /********** グローバルナビ **********/
  .stickyWrap {
    display: none;
  }

  .gNavWrap {
    position: fixed;
    right: 0;
    height: auto;
    top: -100vh;
    /*通常時はビュー外*/
    /*background:rgba(255,255,255,.7);*/
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    text-align: left;
  }

  .gNavWrap ul {
    margin: 0;
  }

  .gNavWrap ul li {
    margin: 0;
    border-bottom: dotted 1px #fff;
    line-height: 3;
  }

  .gNavWrap ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
  }

  .gNavWrap ul li:last-child {
    border-bottom: none;
  }

  .gNav {
    padding: 0 1%;
  }

  .gNav .nav-item {
    border-right: none;
  }

  .gNav .nav-item .br {
    display: none;
  }

  .nav-title {
    line-height: 1rem;
  }

  /*▼アイコン*/
  .nav-title:before {
    display: none;
  }

  .nav-title::after {
    content: ' ';
    display: inline-block;
    width: 9px;
    height: 5px;
    margin: 0 0 0 .5rem;
    background: url(../img/arrow_off.png);
  }

  .nav-title.faq {
    line-height: 9vh;
  }

  .gNav {
    position: relative;
  }

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

  .gNav ul li {
    width: 100%;
    height: auto;
    margin: 0;
    float: none;
    text-align: center;
    border-radius: 0;
    position: relative;
  }

  .gNav ul li a {
    position: relative;
    display: block;
    font-size: 1rem;
    height: 8vh;
    line-height: 8vh;
  }

  .gNav ul li:nth-child(3n) {
    margin: 0;
  }

  .gNav .panel {
    display: none;
  }

  /********** メインコンテンツ **********/
  /*キービジュアル*/
  .kv {
    background-color: #999;
    width: 100%;
    height: 180px;
    margin: 0 0 1rem 0;
  }

  .kv .title, .kv .subTitle {
    font-family: Georgia, 'Hiragino Mincho ProN', 'Yu Mincho', serif;
    color: #fff;
    text-align: right;
  }

  .kv .title {
    text-align: left;
    font-size: 1.6rem;
  }

  .kv .subTitle {
    text-align: left;
    font-size: 1.1rem;
  }

  .kv .subTitle br {
    display: none;
  }

  /********** バナー表示 **********/
  /*共通表示バナー*/
  .banner.common {
    height: auto;
  }

  .banner.common p {
    margin: 0;
    padding: 0;
  }

  .banner.common .branch {
    display: block;
  }

  .banner.common .blog img,
  .banner.common .branch img {
    width: 100%;
    height: auto;
  }

  .banner.common .branch img:first-child {
    margin: 0 0 1rem;
  }

  /********** フッター **********/
  .footer h2 br {
    display: inline;
  }

  .footer .categoryList {
    display: block;
  }

  .footer .categoryList .category:not(:last-child) {
    border-bottom: 1px dashed #fff;
  }

  .footer .categoryList .category li a {
    text-align: center;
    display: block;
    font-size: 1.2rem;
  }

  /********** トップページへ戻るボタン **********/
  .pageTopBtn {
    bottom: 10px;
    right: 10px;
  }

  .pageTopBtn a {
    width: 50px;
    height: 50px;
    line-height: 45px;
  }

  .pageTopBtn a:hover {
    line-height: 40px;
  }

  /********** 「タップして開く」ボタン **********/
  .slideToggle .btn {
    display: block;
    background-color: #fff;
    border-radius: 100px;
    border: 2px solid #666;
    color: #333;
    padding: .5rem 0;
    text-align: center;
    box-shadow: 2px 2px 2px #666;
    width: 90%;
    margin: 1rem auto;
  }

  .slideToggle p.toggle {
    display: none;
    margin: 0 0 .5rem;
  }
}
@media screen and (max-width: 667px) {
  .header .insuranceInfoHeader {
    display: none;
  }
}
@media only screen and (min-width: 641px) and (max-width: 960px) {
  p {
    padding: 0 1rem;
  }

  /********** ドロワーメニューボタン**********/
  .drawer-btn {
    display: none;
  }

  /********** ヘッダー **********/
  .header {
    height: auto;
  }

  .header .logo-catchCopy {
    width: 52%;
  }

  /*カラス／ハト駆除・捕獲、鳥害対策総合コンサルタント*/
  .header .catchCopy {
    width: 100%;
  }

  .header .catchCopy p {
    font-weight: bold;
    margin: 0;
    padding: 0;
    font-size: .8rem;
  }

  /*お問い合わせボタン*/
  .header .inquiryBtn {
    float: right;
    width: 20%;
    height: 100%;
  }

  .header .inquiry {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.2;
    padding: 1vw 0 0 0;
    border-bottom: 5px solid #A63436;
    text-decoration: none;
  }

  .header .inquiry::after {
    margin: 0 0 0 .5rem;
  }

  .header .inquiry .nakaguro {
    display: none;
  }

  /* 保険情報のブロック　*/
  .header .info {
    float: left;
    width: 25%;
    padding: .5vw .5vw 0 .5vw;
  }

  .header .insuranceInfoContainer {
    width: 100%;
  }

  .header .insuranceInfoHeader {
    border: 1px solid #666;
    width: 7vw;
    text-align: center;
    float: left;
    padding: .1rem 0;
  }

  .header .insuranceInfoHeader p {
    font-size: .8vw;
    margin: 0;
    padding: 0;
  }

  .header .insuranceInfo {
    float: left;
    padding: 0.3rem 0 0.3rem 0.3rem;
  }

  .header .insuranceInfo p {
    margin: 0;
    padding: 0;
    font-size: .8vw;
  }

  /*電話*/
  .header .tel {
    text-decoration: none;
    font-size: 18px;
  }

  /*電話番号*/
  .header .number {
    font-size: 90%;
  }

  /********** グローバルナビ **********/
  .gNav .nav-title {
    font-size: .8rem;
  }

  .nav-item .faq {
    font-size: 0.8rem;
  }

  .stickyWrap {
    display: block;
  }

  #sticky {
    display: none;
    background-size: 128px 113px;
    /*background-color: rgba(255,255,255,0.8);*/
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    border-bottom: 3px solid #FFFADB;
    z-index: 9999;
    padding: 8px 0 10px 0px;
  }

  .gNavStickyLogo {
    margin: 0 auto;
  }

  .gNavStickyLogo img {
    width: 200px;
    height: 40px;
    /*下のナビゲーションの左端と位置合わせ*/
    margin-left: -13px;
  }

  /* グローバルナビ内のボタン */
  .gNavSticky ul {
    width: 98%;
    margin: 0 auto;
    border-radius: 5px;
    background-color: #fff;
  }

  .gNavSticky ul li {
    width: 160px;
    height: 40px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border-right: 1px solid #156b0f;
  }

  .gNavSticky ul li:last-child {
    border: none;
  }

  .gNavSticky ul li a {
    font-size: 75%;
    color: #156b0f;
    text-decoration: none;
    display: inline-block;
  }

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

  /********** メインコンテンツ **********/
  /********** バナー表示 **********/
  .banner.common .branch {
    display: block;
  }

  .banner.common .branch a,
  .banner.common .branch > img {
    display: inline-block;
    width: 75%;
  }

  .banner.common .branch a {
    margin: 0 .4% 0 0;
  }

  .banner.common .branch a:first-child {
    margin: 0 0 1rem;
  }

  /********** フッター **********/
  .footer .categoryList {
    flex-wrap: wrap;
  }

  .footer .categoryList .category {
    padding: .5rem;
    border-right: 1px dotted #fff;
    vertical-align: top;
    text-align: left;
    flex: 0 0 25%;
  }
}
@media only screen and (min-width: 961px) and (max-width: 1200px) {
  /********** ドロワーメニューボタン**********/
  .drawer-btn {
    display: none;
  }

  /********** ヘッダー **********/
  .header {
    height: auto;
  }

  /*お問い合わせボタン*/
  .header .inquiryBtn {
    height: 8vw;
  }

  .header .inquiry {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #D85C24;
    color: #fff;
    font-size: 1.4rem;
    /*変更前（「お問い合わせ・見積もり依頼はこちら」の時）は 1.1rem */
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    padding: 1vw 0 0 0;
    border-bottom: 5px solid #A63436;
    text-decoration: none;
  }

  .header .inquiry::after {
    content: '\f0da';
    font-family: FontAwesome;
    margin: 0 0 0 .5rem;
  }

  .header .inquiry .nakaguro {
    display: none;
  }

  /*電話*/
  .header .tel {
    text-decoration: none;
    font-size: 3vw;
  }

  /*電話番号*/
  .header .number {
    font-size: 90%;
  }

  /********** グローバルナビ **********/
  .stickyWrap {
    display: block;
  }

  #sticky {
    display: none;
    background-size: 128px 113px;
    /*background-color: rgba(255,255,255,0.8);*/
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    border-bottom: 3px solid #FFFADB;
    z-index: 9999;
    padding: 8px 0 10px 0px;
  }

  .gNavStickyLogo {
    width: 960px;
    margin: 0 auto;
  }

  .gNavStickyLogo img {
    width: 200px;
    height: 40px;
    /*下のナビゲーションの左端と位置合わせ*/
    margin-left: -13px;
  }

  /* グローバルナビ内のボタン */
  .gNavSticky ul {
    width: 960px;
    margin: 0 auto;
    border-radius: 5px;
    background-color: #fff;
  }

  .gNavSticky ul li {
    width: 160px;
    height: 40px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border-right: 1px solid #156b0f;
  }

  .gNavSticky ul li:last-child {
    border: none;
  }

  .gNavSticky ul li a {
    font-size: 75%;
    color: #156b0f;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 4;
  }

  /********** メインコンテンツ **********/
  /*段落のカラム分け*/
  .column {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 3em;
    -webkit-column-gap: 3em;
    column-gap: 3em;
    -moz-column-rule: 2px dotted #7ea701;
    -webkit-column-rule: 2px dotted #7ea701;
    column-rule: 1px dotted #7ea701;
  }
}
@media only screen and (min-width: 1201px) and (max-width: 1380px) {
  .header .insuranceInfoHeader {
    border: 1px solid #666;
    width: 5rem;
    text-align: center;
    float: left;
    padding: 0.3rem 0;
  }

  .header .insuranceInfoHeader p {
    font-size: 12px;
    margin: 0;
    padding: 0;
  }

  .header .insuranceInfo p {
    margin: 0;
    padding: 0;
    font-size: 12px;
  }

  .header .inquiry {
    display: block;
    width: 100%;
    height: 100px;
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    padding: 18px 0 0 0;
    border-bottom: 5px solid #A63436;
  }

  /*段落のカラム分け*/
  .column {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 3em;
    -webkit-column-gap: 3em;
    column-gap: 3em;
    -moz-column-rule: 2px dotted #7ea701;
    -webkit-column-rule: 2px dotted #7ea701;
    column-rule: 1px dotted #7ea701;
  }
}
@media screen and (min-width: 1381px) {
  .header .insuranceInfoHeader {
    border: 1px solid #666;
    width: 5rem;
    text-align: center;
    float: left;
    padding: 0.3rem 0;
  }

  .header .insuranceInfoHeader p {
    font-size: 12px;
    margin: 0;
    padding: 0;
  }

  .header .insuranceInfo p {
    margin: 0;
    padding: 0;
    font-size: 12px;
  }

  .header .inquiry {
    display: block;
    width: 100%;
    height: 100px;
    font-size: 1.5rem;
    /*変更前（「お問い合わせ・見積もり依頼はこちら」の時）は 1.1rem */
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    padding: 18px 0 0 0;
    border-bottom: 5px solid #A63436;
  }

  /*段落のカラム分け*/
  .column {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 3em;
    -webkit-column-gap: 3em;
    column-gap: 3em;
    -moz-column-rule: 2px dotted #7ea701;
    -webkit-column-rule: 2px dotted #7ea701;
    column-rule: 1px dotted #7ea701;
  }

  /********** バナー表示 **********/
  /*PC用バナー*/
  .banner.forPC {
    display: block;
    position: fixed;
    top: 120px;
    left: auto;
    width: 80px;
    height: 240px;
    margin: 0 0 0 1210px;
  }

  .banner.forPC p {
    margin: 0 0 10px;
    padding: 0;
  }

  .banner.forPC img {
    width: 100%;
    height: auto;
  }
}
html, body {
  max-width: 100%;
  overflow-x: hidden;
}

.kv {
  background-image: url(../img/staff/bg_kv_staff1600.jpg);
  background-size: cover;
}

.profileHeader {
  height: 300px;
  background-size: cover;
  padding: .5rem;
  margin: 0 0 1rem 0;
  background-repeat: no-repeat;
  position: relative;
}

.hinakoNakamura .profileHeader,
.mitsukiHara .profileHeader,
.asukaFukuda .profileHeader,
.harada .profileHeader,
.hikaruSato .profileHeader,
.kuninoriMatsumoto .profileHeader,
.yoshikazuHosokawa .profileHeader,
.akikoKitaguchi .profileHeader {
  height: 600px;
}

/*名前の背景画像*/
.okamuraKenichi .profileHeader {
  background-image: url(../img/staff/bg_profile_okamura1600.jpg);
}

.satoMinoru .profileHeader {
  background-image: url(../img/staff/bg_profile_sato1600.jpg);
}

.tanakaKazuhiro .profileHeader {
  background-image: url(../img/staff/bg_profile_tanaka1600.jpg);
}

.yasuiYutaka .profileHeader {
  background-image: url(../img/staff/bg_profile_yasui1600.jpg);
}

.etoChikage .profileHeader {
  background-image: url(../img/staff/bg_profile_eto1600.jpg);
}

.miwaYuna .profileHeader {
  background-image: url(../img/staff/bg_profile_miwa1600.jpg);
}

.hinakoNakamura .profileHeader {
  background-image: url(../img/staff/bg_profile_nakamura1600.jpg);
}

.mitsukiHara .profileHeader {
  background-image: url("../img/staff/bg_profile_hara1600.jpg");
}

.asukaFukuda .profileHeader {
  background-image: url("../img/staff/bg_profile_fukuda1600.jpg");
}

.harada .profileHeader {
  background-image: url(../img/staff/bg_profile_harada1600.jpg);
}

.hikaruSato .profileHeader {
  background-image: url("../img/staff/bg_profile_h-sato1600.jpg");
}

.kuninoriMatsumoto .profileHeader {
  background-image: url("../img/staff/bg_profile_matsumoto1600.jpg");
}

.yoshikazuHosokawa .profileHeader {
  background-image: url("../img/staff/bg_profile_hosokawa1600.jpg");
}

.akikoKitaguchi .profileHeader {
  background-image: url("../img/staff/bg_profile_kitaguchi1600.jpg");
}

.ikomaKeisuke .profileHeader {
  background-image: url(../img/staff/bg_profile_ikoma1600.jpg);
}

.profile {
  margin: 0 0 1rem;
  padding: 0 0 1rem;
  border-bottom: 1px dotted #666;
}

.profileHeader .name,
.profileHeader .catchCopy {
  font-family: Georgia, 'Hiragino Mincho ProN', 'Yu Mincho', serif;
  color: #000;
  margin: 0 0 -1rem 0;
}

.hinakoNakamura .profileHeader .name,
.mitsukiHara .profileHeader .name,
.asukaFukuda .profileHeader .name,
.yoshikazuHosokawa .profileHeader .name {
  position: absolute;
  right: 0;
  line-height: 1;
}

/*文字色を白に*/
.hinakoNakamura .profileHeader .name,
.hinakoNakamura .profileHeader span.catchCopy,
.mitsukiHara .profileHeader .name,
.mitsukiHara .profileHeader span.catchCopy,
.harada .profileHeader .name,
.harada .profileHeader .catchCopy,
.hikaruSato .profileHeader .name,
.hikaruSato .profileHeader .catchCopy {
  color: #fff;
}

/*キャッチコピー*/
.hinakoNakamura .profileHeader span.catchCopy,
.mitsukiHara .profileHeader span.catchCopy,
.asukaFukuda .profileHeader span.catchCopy,
.hikaruSato .profileHeader span.catchCopy,
.kuninoriMatsumoto .profileHeader span.catchCopy,
.akikoKitaguchi .profileHeader span.catchCopy,
.yoshikazuHosokawa .profileHeader span.catchCopy {
  display: block;
  text-align: center;
  font-size: 1.5rem;
}

.profileHeader .name {
  font-size: 5rem;
}

/*年齢*/
.profileHeader .name span {
  font-size: 2rem;
}

/*（右）（左）*/
.harada .profileHeader .name span {
  font-size: 1rem;
}

.profileHeader .catchCopy {
  font-size: 1.5rem;
  font-weight: bold;
}

/*（株）グリーンフィールド取締役*/
.profileHeader .catchCopy.position {
  margin: 10px 0 0 -10px;
}

.profileHeader .catchCopy br {
  display: none;
}

.profileHeader .catchCopy span br {
  display: inline;
}

.profileMain {
  display: flex;
}

.interview {
  flex: auto;
}

.profileMain .text {
  line-height: 2;
}

.profileMain .photo {
  flex: 0 0 400px;
}

.profileMain .hawkContainer {
  text-align: center;
  margin: 1rem 0 0 0;
}

.profileMain .hawkContainer .hawkImg {
  width: 250px;
  height: 250px;
  background-size: cover;
  border-radius: 50%;
  vertical-align: middle;
  display: inline-block;
}

/*鷹の写真*/
.okamuraKenichi .profileMain .hawkContainer .hawkImg {
  background-image: url(../img/staff/hawk01_shu600.jpg);
}

.satoMinoru .profileMain .hawkContainer .hawkImg {
  background-image: url(../img/staff/hawk02_seki600.jpg);
}

.tanakaKazuhiro .profileMain .hawkContainer .hawkImg {
  background-image: url(../img/staff/hawk03_go600.jpg);
}

.yasuiYutaka .profileMain .hawkContainer .hawkImg {
  background-image: url(../img/staff/hawk04_sui600.jpg);
}

.etoChikage .profileMain .hawkContainer .hawkImg {
  background-image: url(../img/staff/hawk05_shin600.jpg);
}

.miwaYuna .profileMain .hawkContainer .hawkImg {
  background-image: url("../img/staff/hawk06_hiyuki600.jpg");
}

.profileMain .hawkContainer .hawkName {
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5;
}

.profileMain .hawkContainer .hawkName span {
  color: #7ea701;
  font-family: Georgia, 'Hiragino Mincho ProN', 'Yu Mincho', serif;
  font-size: 2rem;
}

.profileMain .hawkContainer .hawkName .name {
  font-size: 3rem;
}

@media screen and (max-width: 640px) {
  .profileHeader {
    height: auto;
    min-height: 150px;
    padding: .5rem;
    margin: 0;
    background-position: center center;
    text-shadow: 0 0 1px white,0 0 2px white,0 0 3px white,0 0 1px white;
  }

  .hinakoNakamura .profileHeader,
  .mitsukiHara .profileHeader {
    text-shadow: none;
  }

  .harada .profileHeader,
  .hikaruSato .profileHeader {
    text-shadow: 0 0 1px #000,0 0 2px #000,0 0 3px #000,0 0 1px #000;
  }

  /*背景画像の位置を個別に微調整*/
  .okamuraKenichi .profileHeader {
    background-position: 0% center;
  }

  .satoMinoru .profileHeader {
    background-position: 80% center;
  }

  .tanakaKazuhiro .profileHeader {
    background-position: 30% center;
  }

  .hinakoNakamura .profileHeader,
  .mitsukiHara .profileHeader,
  .asukaFukuda .profileHeader,
  .harada .profileHeader,
  .hikaruSato .profileHeader,
  .kuninoriMatsumoto .profileHeader,
  .yoshikazuHosokawa .profileHeader,
  .akikoKitaguchi .profileHeader {
    background-position: 45% center;
    height: 250px;
  }

  .profileHeader .name {
    font-size: 3rem;
    margin: 0;
    padding: 0;
    line-height: 1;
  }

  /*キャッチコピー*/
  .hinakoNakamura .profileHeader span.catchCopy,
  .mitsukiHara .profileHeader span.catchCopy,
  .asukaFukuda .profileHeader span.catchCopy,
  .hikaruSato .profileHeader span.catchCopy,
  .kuninoriMatsumoto .profileHeader span.catchCopy,
  .akikoKitaguchi .profileHeader span.catchCopy,
  .yoshikazuHosokawa .profileHeader span.catchCopy {
    font-size: 1.1rem;
  }

  /*年齢*/
  .profileHeader .name span {
    font-size: 1.5rem;
  }

  .profileHeader .name rt {
    font-size: 35%;
  }

  .profileHeader .catchCopy {
    font-size: 1.1rem;
    font-weight: bold;
    margin: 0;
    padding: 0;
  }

  /*（株）グリーンフィールド取締役*/
  .profileHeader .catchCopy.position {
    display: none;
  }

  .profileHeader .catchCopy br {
    display: inline;
  }

  .profileMain {
    flex-direction: column;
  }

  .profileMain .photo {
    flex: auto;
  }

  .profileMain .photo img {
    width: 33.3333%;
    height: auto;
  }
}
@media only screen and (min-width: 641px) and (max-width: 960px) {
  .profileHeader {
    height: 300px;
    padding: .5rem;
    margin: 0 0 1rem 0;
    background-position: center center;
    text-shadow: 0 0 1px white,0 0 2px white,0 0 3px white,0 0 1px white;
  }

  .hinakoNakamura .profileHeader {
    text-shadow: none;
  }

  /*背景画像の位置を個別に微調整*/
  .okamuraKenichi .profileHeader {
    background-position: 0% center;
  }

  .satoMinoru .profileHeader {
    background-position: 80% center;
  }

  .tanakaKazuhiro .profileHeader {
    background-position: 30% center;
  }

  .profileMain {
    flex-direction: column;
  }

  .profileMain .photo {
    flex: auto;
  }

  .profileMain .photo img {
    width: 33.3333%;
    height: auto;
  }

  .aboutTakajo p,
  .profileIntro,
  .interview p {
    padding: 0 3rem;
  }
}
@media only screen and (min-width: 961px) and (max-width: 1200px) {
  .ikomaKeisuke .profileMain .text {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 3em;
    -webkit-column-gap: 3em;
    column-gap: 3em;
    -moz-column-rule: 2px dotted #7ea701;
    -webkit-column-rule: 2px dotted #7ea701;
    column-rule: 1px dotted #7ea701;
  }

  .ikomaKeisuke p.toggle {
    padding: 0 3rem;
  }
}
@media screen and (min-width: 1201px) {
  .ikomaKeisuke .profileMain .text {
    line-height: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 3em;
    -webkit-column-gap: 3em;
    column-gap: 3em;
    -moz-column-rule: 2px dotted #7ea701;
    -webkit-column-rule: 2px dotted #7ea701;
    column-rule: 1px dotted #7ea701;
  }

  .ikomaKeisuke p.toggle {
    padding: 0 3rem;
  }
}
.profiles {
  clear: both;
  position: relative;
  font-family: "Noto Serif JP", serif;
  color: #946134;
  margin-top: 120px;
}
@media screen and (max-width: 414px) {
  .profiles {
    margin-top: 60px;
  }
}
.profiles::before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 300px;
  height: 600px;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .profiles::before {
    width: 200px;
    height: 500px;
  }
}
.profiles.okamuraKenichi::before {
  background-image: url("../img/staff/okamura04_200.png");
}
@media screen and (max-width: 600px) {
  .profiles.okamuraKenichi::before {
    top: 70px;
    width: 110px;
  }
}
@media screen and (max-width: 500px) {
  .profiles.okamuraKenichi::before {
    top: 140px;
    width: 100px;
  }
}
.profiles.okamuraKenichi .profiles__header {
  background-image: url("../img/staff/tn_okamura200.jpg");
}
.profiles.tanakaKazuhiro::before {
  background-image: url("../img/staff/tanaka04_300.png");
  right: -30px;
}
@media screen and (max-width: 600px) {
  .profiles.tanakaKazuhiro::before {
    top: 30px;
    width: 150px;
  }
}
@media screen and (max-width: 500px) {
  .profiles.tanakaKazuhiro::before {
    top: 70px;
    width: 140px;
  }
}
.profiles.tanakaKazuhiro .profiles__header {
  background-image: url("../img/staff/tn_tanaka200.jpg");
}
.profiles.satoHikaru {
  color: #006934;
}
.profiles.satoHikaru::before {
  background-image: url("../img/staff/sato04_300.png");
  width: 250px;
}
@media screen and (max-width: 600px) {
  .profiles.satoHikaru::before {
    top: 10px;
    width: 150px;
  }
}
@media screen and (max-width: 500px) {
  .profiles.satoHikaru::before {
    top: 40px;
    width: 130px;
  }
}
.profiles.satoHikaru .profiles__header {
  background-color: #c4ddd1;
  background-image: url("../img/staff/tn_sato200.jpg");
}
.profiles.etoChikage::before {
  background-image: url("../img/staff/eto04_300.png");
}
@media screen and (max-width: 600px) {
  .profiles.etoChikage::before {
    top: 30px;
    width: 130px;
  }
}
@media screen and (max-width: 500px) {
  .profiles.etoChikage::before {
    top: 70px;
    width: 120px;
  }
}
.profiles.etoChikage .profiles__header {
  background-image: url("../img/staff/tn_eto200.jpg");
}
.profiles.miwaYuna::before {
  background-image: url("../img/staff/miwa04_300.png");
}
@media screen and (max-width: 600px) {
  .profiles.miwaYuna::before {
    top: 50px;
    width: 140px;
  }
}
@media screen and (max-width: 500px) {
  .profiles.miwaYuna::before {
    top: 100px;
    width: 120px;
  }
}
.profiles.miwaYuna .profiles__header {
  background-image: url("../img/staff/tn_miwa200.jpg");
}
.profiles.haradaJunpei {
  color: #006934;
  background-color: #c4ddd1;
  background-image: url("../img/staff/harada04_400.png");
}
.profiles.nakamuraHinako {
  color: #946134;
  background-color: #F5E5D3;
  background-image: url("../img/staff/nakamura04_400.png");
}
.profiles.fukudaAsuka {
  color: #946134;
  background-color: #F5E5D3;
  background-image: url("../img/staff/fukuda04_400.png");
}
.profiles.matsumotoKuninori {
  color: #0c68ab;
  background-color: #d4e0e8;
  background-image: url("../img/staff/matsumoto04_400.png");
}
.profiles.hosokawaYoshikazu {
  color: #666;
  background-color: #f0f0f0;
  background-image: url("../img/staff/hosokawa04_400.png");
}
.profiles.hosokawaYoshikazu .profiles__position {
  word-break: keep-all;
}
@media screen and (max-width: 768px) {
  .profiles.hosokawaYoshikazu .profiles__position span {
    font-size: 1rem;
  }
}
@media screen and (max-width: 400px) {
  .profiles.hosokawaYoshikazu .profiles__position span {
    display: inline-block;
    font-size: .8rem;
    line-height: 1.5;
  }
}
.profiles.kitaguchiAkiko {
  color: #666;
  background-color: #f0f0f0;
  background-image: url("../img/staff/kitaguchi04_400.png");
}
.profiles.ikomaKeisuke {
  color: #666;
  background-color: #f0f0f0;
  background-image: url("../img/staff/ikoma04_400.png");
}
@media screen and (max-width: 420px) {
  .profiles.okamuraKenichi::before, .profiles.tanakaKazuhiro::before, .profiles.satoHikaru::before, .profiles.etoChikage::before, .profiles.miwaYuna::before {
    background-image: none;
  }
}
.profiles__inner {
  width: min(100%, 500px);
}
@media screen and (max-width: 450px) {
  .profiles__inner {
    text-align: center;
  }
}
@media screen and (max-width: 450px) {
  .small .profiles__icons {
    display: none;
  }
}
.profiles__icons img {
  width: 80px;
  height: auto;
  margin-left: 16px;
}
.small .profiles__icons img {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .profiles__icons img {
    width: 64px;
  }
}
.profiles__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #F5E5D3;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 160px;
  padding: 1rem 0 1rem 200px;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .profiles__header {
    background-size: 140px;
    padding: 8px 0 8px 180px;
  }
}
@media screen and (max-width: 500px) {
  .profiles__header {
    background-size: 90px;
    padding: 8px 0 8px 130px;
  }
}
@media screen and (max-width: 450px) {
  .profiles__header {
    padding: 8px 0 8px 100px;
  }
}
.profiles__position {
  font-size: 1.2rem;
  word-break: keep-all;
}
@media screen and (max-width: 500px) {
  .profiles__position {
    font-size: 1rem;
  }
}
.profiles__name {
  ruby-position: under;
  font-size: 4rem;
  letter-spacing: 1rem;
  margin-top: .5rem;
}
@media screen and (max-width: 800px) {
  .profiles__name {
    font-size: 3rem;
    letter-spacing: .5rem;
  }
}
@media screen and (max-width: 540px) {
  .profiles__name {
    font-size: 2rem;
  }
}
@media screen and (max-width: 450px) {
  .profiles__name {
    margin-top: 0;
  }
}
.profiles__name rt {
  font-size: 2rem;
  letter-spacing: 0;
}
@media screen and (max-width: 800px) {
  .profiles__name rt {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 450px) {
  .profiles__name rt {
    font-size: 1rem;
  }
}
.profiles__main {
  margin-top: 40px;
}
.profiles__main h3 {
  word-break: keep-all;
  font-size: 24px;
  border-top: 2px solid;
  border-bottom: 2px solid;
  border-left: none;
  padding: 0 250px 0 0;
}
@media screen and (max-width: 800px) {
  .profiles__main h3 {
    padding: 0 200px 0 0;
  }
}
@media screen and (max-width: 600px) {
  .profiles__main h3 {
    font-size: 20px;
  }
}
.profiles__main p {
  padding: 0 300px 0 40px;
}
@media screen and (max-width: 768px) {
  .profiles__main p {
    padding: 0 200px 0 24px;
  }
  .profiles__main p:nth-of-type(2), .profiles__main p:nth-of-type(3) {
    padding: 0 24px;
  }
}
@media screen and (max-width: 600px) {
  .okamuraKenichi .profiles__main p:nth-of-type(1) {
    padding-right: 120px;
  }
}
@media screen and (max-width: 600px) {
  .tanakaKazuhiro .profiles__main p:nth-of-type(1) {
    padding-right: 120px;
  }
}
@media screen and (max-width: 600px) {
  .satoHikaru .profiles__main p:nth-of-type(1) {
    padding-right: 120px;
  }
}
@media screen and (max-width: 600px) {
  .etoChikage .profiles__main p:nth-of-type(1) {
    padding-right: 120px;
  }
}
@media screen and (max-width: 600px) {
  .miwaYuna .profiles__main p:nth-of-type(1) {
    padding-right: 120px;
  }
}
@media screen and (max-width: 420px) {
  .okamuraKenichi .profiles__main p:nth-of-type(1), .tanakaKazuhiro .profiles__main p:nth-of-type(1), .satoHikaru .profiles__main p:nth-of-type(1), .etoChikage .profiles__main p:nth-of-type(1), .miwaYuna .profiles__main p:nth-of-type(1) {
    padding: 0 1em;
  }
}
.profiles__gallery {
  width: min(100%, 600px);
  margin: 0 auto;
}
.profiles__gallery img {
  width: 100%;
}
.profiles__banners {
  display: flex;
  flex-wrap: wrap;
  width: min(100%, 600px);
  margin: 24px auto 0;
}
.profiles__banners a {
  display: grid;
  place-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  background-color: #7ea701;
  border: 2px solid #fff;
  box-shadow: 2px 2px 2px #666;
  text-decoration: none;
  padding: 1rem 0;
}
@media screen and (max-width: 768px) {
  .profiles__banners a {
    padding: .5rem 0;
  }
}
.profiles__banners a p {
  color: #fff;
  margin: 0;
}
.profiles__banners-L {
  width: 100%;
  margin-top: 16px;
}
.profiles__banners-S {
  width: 200px;
  margin-top: 16px;
}
.profiles.small {
  position: relative;
  display: grid;
  min-height: 360px;
  place-items: center;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
  padding: 1em 1em 1em 300px;
  margin-top: 16px;
}
@media screen and (max-width: 940px) {
  .profiles.small {
    background-size: 45%;
  }
}
@media screen and (max-width: 768px) {
  .profiles.small {
    min-height: 300px;
    background-size: 36%;
    padding: 1em 1em 1em 240px;
  }
}
@media screen and (max-width: 680px) {
  .profiles.small {
    background-position: 0 center;
  }
}
@media screen and (max-width: 600px) {
  .profiles.small {
    content: none;
    background-size: 140px;
    padding: 1em 1em 1em 160px;
  }
}
@media screen and (max-width: 450px) {
  .profiles.small {
    background-size: 120px;
    background-position: center 16px;
    padding: 140px 1em 1em;
  }
}
.profiles.small::before {
  position: absolute;
  left: 8px;
  top: auto;
  bottom: 8px;
  display: block;
  width: 80px;
  height: 80px;
}
.profiles.small.haradaJunpei::before {
  content: url("../svg/icon_capture.svg");
}
.profiles.small.nakamuraHinako::before {
  content: url("../svg/icon_hawking.svg");
}
.profiles.small.fukudaAsuka::before {
  content: url("../svg/icon_hawking.svg");
}
.profiles.small.matsumotoKuninori::before {
  content: url("../svg/icon_cleaning.svg");
}
.profiles.small.hosokawaYoshikazu::before {
  content: url("../svg/icon_advisor.svg");
}
.profiles.small.kitaguchiAkiko::before {
  content: url("../svg/icon_support.svg");
}
@media screen and (max-width: 600px) {
  .profiles.small.haradaJunpei::before, .profiles.small.nakamuraHinako::before, .profiles.small.fukudaAsuka::before, .profiles.small.matsumotoKuninori::before, .profiles.small.hosokawaYoshikazu::before, .profiles.small.kitaguchiAkiko::before {
    content: none;
  }
}
.profiles.small .profiles__name + p {
  padding: 0;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .profiles.small .profiles__name + p {
    font-size: 14px;
  }
}
.profiles.small .profiles__position {
  margin-top: 8px;
  line-height: 1.5;
}
.profiles.small .profiles__banners {
  margin-top: 8px;
}

.staffProfile_old {
  clear: both;
  margin: 6rem 0 3rem !important;
  position: relative;
  z-index: 1;
  border: none !important;
}
.staffProfile_old:before, .staffProfile_old:after {
  display: none !important;
}
.staffProfile_old .svgIconsContainer {
  display: flex;
  margin-bottom: 1rem;
  padding-top: 0;
  justify-content: flex-start;
}
.staffProfile_old .svgIconsContainer .iconWrapper {
  width: 60px !important;
  height: 60px !important;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.staffProfile_old .svgIconsContainer .iconWrapper img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}
.staffProfile_old .staffHeader {
  position: relative;
  margin-bottom: 2rem;
  background-color: #F5E5D3;
  display: flex;
  padding: 1rem 1.5rem;
  border-radius: 0;
  min-height: 100px !important;
  max-height: 120px !important;
  align-items: center;
  overflow: visible;
}
.staffProfile_old .staffHeader .staffThumbnail {
  width: 100px !important;
  height: 100px !important;
  margin-right: 1.5rem;
  flex-shrink: 0;
}
.staffProfile_old .staffHeader .staffThumbnail img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  border-radius: 0;
}
.staffProfile_old .staffHeader .staffInfo {
  flex: 1;
  font-family: "Noto Serif JP", serif;
}
.staffProfile_old .staffHeader .staffInfo .staffPosition {
  margin: 0 0 0.3rem 0 !important;
  padding: 0 !important;
  font-size: 0.9rem !important;
  color: #946134 !important;
  line-height: 1.3 !important;
  font-weight: normal !important;
}
.staffProfile_old .staffHeader .staffInfo .staffName {
  font-size: 3rem !important;
  font-weight: bold !important;
  margin: 0 0 0.3rem 0 !important;
  padding: 0 !important;
  color: #946134 !important;
  line-height: 1.2 !important;
  border: none !important;
}
.staffProfile_old .staffHeader .staffInfo .staffNameEn {
  font-size: 1.2rem !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #946134 !important;
  font-weight: normal !important;
}
.staffProfile_old .staffHeader .staffFullImg {
  position: absolute;
  right: 30px;
  top: 0;
  bottom: -50px;
  height: 400px;
  display: flex;
  align-items: flex-end;
  z-index: 2;
}
.staffProfile_old .staffHeader .staffFullImg img {
  height: 360px !important;
  width: auto !important;
  display: block;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .staffProfile_old .staffHeader .staffFullImg {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .staffProfile_old .staffHeader {
    flex-direction: column;
    align-items: flex-start;
    min-height: auto !important;
  }
  .staffProfile_old .staffHeader .staffThumbnail {
    width: 60px !important;
    height: 60px !important;
    margin-bottom: 1rem;
  }
  .staffProfile_old .staffHeader .staffInfo .staffName {
    font-size: 1.8rem !important;
  }
  .staffProfile_old .staffHeader .staffInfo .staffNameEn {
    font-size: 1rem !important;
  }
}
.staffProfile_old .staffContent {
  margin-bottom: 2rem;
}
.staffProfile_old .staffContent .staffHeading {
  font-size: 1.5rem !important;
  color: #333 !important;
  border-left: 5px solid #7ea701 !important;
  padding-left: 1rem !important;
  margin: 0 1rem 1.5rem !important;
  font-weight: normal !important;
}
.staffProfile_old .staffContent .staffText p {
  margin-bottom: 1rem !important;
  line-height: 1.7 !important;
  padding: 0 2rem !important;
  color: #333 !important;
}
@media screen and (max-width: 640px) {
  .staffProfile_old .staffContent .staffText p {
    padding: 0 1rem !important;
  }
}
.staffProfile_old .staffImagesContainer {
  margin-bottom: 2rem;
  padding: 0 1rem;
}
.staffProfile_old .staffImagesContainer .horizontalImages {
  display: flex;
  flex-direction: column;
}
.staffProfile_old .staffImagesContainer .horizontalImages .horizontalImage {
  width: 100%;
  margin-bottom: 1rem;
}
.staffProfile_old .staffImagesContainer .horizontalImages .horizontalImage:last-child {
  margin-bottom: 0;
}
.staffProfile_old .staffImagesContainer .horizontalImages .horizontalImage img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 0;
  display: block;
}
.staffProfile_old .staffBanners {
  margin: 0 1rem 2rem;
}
.staffProfile_old .staffBanners .mainBanner {
  display: block;
  background-color: #f9a825;
  color: #333 !important;
  text-decoration: none;
  padding: 1.5rem;
  border-radius: 4px;
  margin-bottom: 1.5rem;
  text-align: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.staffProfile_old .staffBanners .mainBanner:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
  opacity: 1 !important;
}
.staffProfile_old .staffBanners .mainBanner .bannerSubtitle {
  margin: 0 0 0.5rem 0 !important;
  padding: 0 !important;
  font-size: 1.1rem !important;
  color: #333 !important;
}
.staffProfile_old .staffBanners .mainBanner .bannerTitle {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 1.8rem !important;
  font-weight: bold !important;
  color: #333 !important;
  border: none !important;
}
.staffProfile_old .staffBanners .smallBanners {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.staffProfile_old .staffBanners .smallBanners .smallBanner {
  background-color: #f9a825;
  color: #333 !important;
  text-decoration: none;
  padding: 1rem;
  border-radius: 4px;
  text-align: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  font-weight: bold;
}
.staffProfile_old .staffBanners .smallBanners .smallBanner:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
  opacity: 1 !important;
}
.staffProfile_old .staffBanners .smallBanners .pcBanner {
  flex: 1 1 calc(50% - 0.5rem);
}
@media screen and (max-width: 640px) {
  .staffProfile_old .staffBanners .smallBanners .pcBanner {
    display: none;
  }
}
.staffProfile_old .staffBanners .smallBanners .spBanner {
  flex: 1 1 100%;
  margin-bottom: 1rem;
}
@media screen and (min-width: 641px) {
  .staffProfile_old .staffBanners .smallBanners .spBanner {
    display: none;
  }
}
.staffProfile_old .staffBanners .smallBanners .spBanner:last-child {
  margin-bottom: 0;
}
.staffProfile_old h1, .staffProfile_old h2, .staffProfile_old h3, .staffProfile_old h4, .staffProfile_old h5, .staffProfile_old h6, .staffProfile_old p, .staffProfile_old li, .staffProfile_old dt, .staffProfile_old dd, .staffProfile_old a {
  color: inherit !important;
}
.staffProfile_old img {
  width: auto !important;
}

.profile.okamuraKenichi + .staffProfile {
  margin-top: 4rem !important;
}

/*# sourceMappingURL=staff_new.css.map */
